index
:
linux
drm-debug-qxl
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-qemu-fixes
drm-qemu-next
drm-qemu-next-fixes
drm-qxl
drm-udmabuf
drm-udmabuf-fix
drm-virtio-bootfb
host-phys-bits
master
pcie-hotplug
radeonfb-logging
vfio-usb-reset
linux
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
powerpc/rtas: block error injection when locked down
Nathan Lynch
2022-09-28
3
-1
/
+26
*
powerpc/pseries: block untrusted device tree changes when locked down
Nathan Lynch
2022-09-28
3
-0
/
+7
*
powerpc/udbg: Remove extern function prototypes
Pali Rohár
2022-09-28
1
-27
/
+27
*
powerpc/boot: Explicitly disable usage of SPE instructions
Pali Rohár
2022-09-28
1
-0
/
+1
*
powerpc: Include e500v1_power_isa.dtsi for remaining e500v1 platforms
Pali Rohár
2022-09-28
7
-0
/
+14
*
powerpc: Fix SPE Power ISA properties for e500v1 platforms
Pali Rohár
2022-09-28
5
-4
/
+55
*
selftests/powerpc: Update bhrb filter sampling test for multiple branch filters
Athira Rajeev
2022-09-28
1
-0
/
+9
*
powerpc/perf: Fix branch_filter support for multiple filters
Athira Rajeev
2022-09-28
1
-0
/
+17
*
powerpc/64s/interrupt: halt early boot interrupts if paca is not set up
Nicholas Piggin
2022-09-28
3
-2
/
+17
*
powerpc/64: don't set boot CPU's r13 to paca until the structure is set up
Nicholas Piggin
2022-09-28
1
-10
/
+10
*
powerpc/64: avoid using r13 in relocate
Nicholas Piggin
2022-09-28
1
-7
/
+7
*
powerpc/64s: early boot machine check handler
Nicholas Piggin
2022-09-28
4
-1
/
+34
*
powerpc/64s/interrupt: move early boot ILE fixup into a macro
Nicholas Piggin
2022-09-28
1
-45
/
+56
*
powerpc/64e: provide an addressing macro for use with TOC in alternate register
Nicholas Piggin
2022-09-28
3
-8
/
+19
*
powerpc/64: provide a helper macro to load r2 with the kernel TOC
Nicholas Piggin
2022-09-28
13
-27
/
+32
*
powerpc/64: switch asm helpers from GOT to TOC relative addressing
Nicholas Piggin
2022-09-28
2
-2
/
+4
*
powerpc/64: asm use consistent global variable declaration and access
Nicholas Piggin
2022-09-28
9
-39
/
+30
*
powerpc/64: use 32-bit immediate for STACK_FRAME_REGS_MARKER
Nicholas Piggin
2022-09-28
6
-23
/
+10
*
powerpc/64s: POWER10 CPU Kconfig build option
Nicholas Piggin
2022-09-28
2
-1
/
+12
*
powerpc/pseries: Move vas_migration_handler early during migration
Haren Myneni
2022-09-28
1
-3
/
+12
*
powerpc/64/irq: tidy soft-masked irq replay and improve documentation
Nicholas Piggin
2022-09-28
1
-32
/
+61
*
powerpc/64/interrupt: avoid BUG/WARN recursion in interrupt entry
Nicholas Piggin
2022-09-28
1
-13
/
+20
*
powerpc/64s/interrupt: masked handler debug check for previous hard disable
Nicholas Piggin
2022-09-28
1
-0
/
+10
*
powerpc/64s: Fix irq state management in runlatch functions
Nicholas Piggin
2022-09-28
1
-4
/
+2
*
powerpc/64/interrupt: Fix return to masked context after hard-mask irq become...
Nicholas Piggin
2022-09-28
2
-13
/
+31
*
powerpc/64: mark irqs hard disabled in boot paca
Nicholas Piggin
2022-09-28
1
-1
/
+3
*
powerpc/64/interrupt: Fix false warning in context tracking due to idle state
Nicholas Piggin
2022-09-28
1
-1
/
+2
*
powerpc/64s: Enable KFENCE on book3s64
Nicholas Miehlbradt
2022-09-28
6
-11
/
+30
*
powerpc/64s: Allow double call of kernel_[un]map_linear_page()
Christophe Leroy
2022-09-28
1
-1
/
+7
*
powerpc/64s: Remove unneeded #ifdef CONFIG_DEBUG_PAGEALLOC in hash_utils
Christophe Leroy
2022-09-28
1
-7
/
+2
*
powerpc/64s: Add DEBUG_PAGEALLOC for radix
Nicholas Miehlbradt
2022-09-28
1
-4
/
+14
*
powerpc/64s: update cpu selection options
Nicholas Piggin
2022-09-28
3
-6
/
+21
*
powerpc/64s: Fix GENERIC_CPU build flags for PPC970 / G5
Nicholas Piggin
2022-09-28
1
-1
/
+1
*
powerpc/64s: Make POWER10 and later use pause_short in cpu_relax loops
Nicholas Piggin
2022-09-28
2
-6
/
+24
*
powerpc: add ISA v3.0 / v3.1 wait opcode macro
Nicholas Piggin
2022-09-28
2
-3
/
+6
*
powerpc/time: avoid programming DEC at the start of the timer interrupt
Nicholas Piggin
2022-09-28
1
-14
/
+15
*
powerpc: Add support for early debugging via Serial 16550 console
Pali Rohár
2022-09-28
4
-0
/
+51
*
powerpc/64/kdump: Limit kdump base to 512MB
Hari Bathini
2022-09-28
1
-3
/
+3
*
powerpc: Provide syscall wrapper
Rohan McLure
2022-09-28
7
-18
/
+105
*
powerpc: Change system_call_exception calling convention
Rohan McLure
2022-09-28
4
-24
/
+23
*
powerpc: Use common syscall handler type
Rohan McLure
2022-09-28
6
-12
/
+19
*
powerpc: Enable compile-time check for syscall handlers
Rohan McLure
2022-09-28
1
-21
/
+11
*
powerpc: Include all arch-specific syscall prototypes
Rohan McLure
2022-09-28
4
-27
/
+80
*
powerpc: Adopt SYSCALL_DEFINE for arch-specific syscall handlers
Rohan McLure
2022-09-28
5
-45
/
+64
*
powerpc: Provide do_ppc64_personality helper
Rohan McLure
2022-09-28
1
-1
/
+5
*
powerpc: Remove direct call to mmap2 syscall handlers
Rohan McLure
2022-09-28
3
-13
/
+14
*
powerpc: Remove direct call to personality syscall handler
Rohan McLure
2022-09-26
1
-1
/
+1
*
powerpc/32: Remove powerpc select specialisation
Rohan McLure
2022-09-26
4
-21
/
+2
*
powerpc: Use generic fallocate compatibility syscall
Rohan McLure
2022-09-26
3
-9
/
+1
*
asm-generic: compat: Support BE for long long args in 32-bit ABIs
Rohan McLure
2022-09-26
1
-2
/
+7
[next]