index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
kernel
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2022-06-29
powerpc/64e: KASAN Full support for BOOK3E/64
Christophe Leroy
1
-0
/
+3
2022-06-29
powerpc/64e: Remove MMU_FTR_USE_TLBRSRV and MMU_FTR_USE_PAIRED_MAS
Christophe Leroy
1
-1
/
+0
2022-06-29
powerpc/irq: Simplify __do_irq()
Christophe Leroy
1
-7
/
+4
2022-06-29
powerpc/irq: Perform stack_overflow detection after switching to IRQ stack
Christophe Leroy
1
-8
/
+7
2022-06-29
powerpc/irq: Make __do_irq() static
Christophe Leroy
1
-23
/
+23
2022-06-29
powerpc/irq: Increase stack_overflow detection limit when KASAN is enabled
Christophe Leroy
1
-2
/
+2
2022-06-29
powerpc/irq64: Remove get_irq_happened()
Christophe Leroy
1
-12
/
+2
2022-06-29
powerpc/irq: Split irq.c
Christophe Leroy
3
-422
/
+477
2022-06-29
powerpc: Don't include asm/ppc_asm.h in other headers
Christophe Leroy
1
-0
/
+1
2022-06-29
powerpc: Include asm/firmware.h in all users of firmware_has_feature()
Christophe Leroy
1
-0
/
+1
2022-06-24
powerpc/prom_init: Fix kernel config grep
Liam Howlett
1
-1
/
+1
2022-06-20
powerpc: Don't include asm/setup.h in asm/machdep.h
Christophe Leroy
3
-2
/
+3
2022-06-19
powerpc/prom_init: Fix build failure with GCC_PLUGIN_STRUCTLEAK_BYREF_ALL and KASAN
Christophe Leroy
1
-1
/
+1
2022-06-18
powerpc/rtas: Allow ibm,platform-dump RTAS call with null buffer address
Andrew Donnellan
1
-1
/
+10
2022-06-18
powerpc: Enable execve syscall exit tracepoint
Naveen N. Rao
1
-1
/
+1
2022-06-18
powerpc/mm: Move CMA reservations after initmem_init()
Michael Ellerman
1
-6
/
+7
2022-06-15
arch/*: Disable softirq stacks on PREEMPT_RT.
Sebastian Andrzej Siewior
1
-0
/
+4
2022-06-10
treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_398.RULE
Thomas Gleixner
1
-4
/
+1
2022-06-09
Merge tag 'powerpc-5.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux
Linus Torvalds
5
-10
/
+23
2022-06-09
powerpc/32: Fix overread/overwrite of thread_struct via ptrace
Michael Ellerman
2
-6
/
+17
2022-06-03
Merge tag 'kthread-cleanups-for-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace
Linus Torvalds
1
-7
/
+8
2022-06-02
Merge tag 'livepatching-for-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/livepatching/livepatching
Linus Torvalds
2
-2
/
+1
2022-05-30
Merge tag 'pm-5.19-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
Linus Torvalds
1
-3
/
+1
2022-05-29
powerpc/kasan: Silence KASAN warnings in __get_wchan()
He Ying
1
-2
/
+2
2022-05-29
powerpc/kasan: Mark more real-mode code as not to be instrumented
Paul Mackerras
2
-2
/
+4
2022-05-28
Merge tag 'powerpc-5.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux
Linus Torvalds
67
-767
/
+602
2022-05-27
Merge tag 'mm-nonmm-stable-2022-05-26' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
Linus Torvalds
1
-30
/
+5
2022-05-25
Merge tag 'dma-mapping-5.19-2022-05-25' of git://git.infradead.org/users/hch/dma-mapping
Linus Torvalds
1
-0
/
+1
2022-05-25
Merge back reboot/poweroff notifiers rework for 5.19-rc1.
Rafael J. Wysocki
1
-3
/
+1
2022-05-24
livepatch: Remove klp_arch_set_pc() and asm/livepatch.h
Christophe Leroy
2
-2
/
+1
2022-05-23
Merge tag 'x86_core_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-1
/
+1
2022-05-22
powerpc: Enable the DAWR on POWER9 DD2.3 and above
Reza Arbab
2
-3
/
+27
2022-05-22
powerpc: Fix all occurences of "the the"
Michael Ellerman
4
-4
/
+4
2022-05-22
powerpc: Book3S 64-bit outline-only KASAN support
Daniel Axtens
1
-0
/
+11
2022-05-22
powerpc/kasan: Don't instrument non-maskable or raw interrupts
Daniel Axtens
2
-13
/
+15
2022-05-22
powerpc/ftrace: Remove ftrace init tramp once kernel init is complete
Naveen N. Rao
1
-3
/
+12
2022-05-22
powerpc/irq: Remove arch_local_irq_restore() for !CONFIG_CC_HAS_ASM_GOTO
Christophe Leroy
1
-77
/
+0
2022-05-22
powerpc/modules: Use PPC_LI macros instead of opencoding
Christophe Leroy
2
-9
/
+5
2022-05-22
powerpc/ftrace: Don't use copy_from_kernel_nofault() in module_trampoline_target()
Christophe Leroy
1
-9
/
+18
2022-05-22
powerpc/ftrace: Minimise number of #ifdefs
Christophe Leroy
1
-90
/
+85
2022-05-22
powerpc/ftrace: Simplify expected_nop_sequence()
Christophe Leroy
1
-16
/
+6
2022-05-22
powerpc/ftrace: Use size macro instead of opencoding
Christophe Leroy
1
-1
/
+1
2022-05-19
powerpc: Use do_kernel_power_off()
Dmitry Osipenko
1
-3
/
+1
2022-05-19
powerpc/ftrace: Use PPC_RAW_xxx() macros instead of opencoding.
Christophe Leroy
1
-21
/
+11
2022-05-19
powerpc/ftrace: Use BRANCH_SET_LINK instead of value 1
Christophe Leroy
1
-1
/
+1
2022-05-19
powerpc/ftrace: Remove ftrace_plt_tramps[]
Christophe Leroy
1
-8
/
+0
2022-05-19
powerpc/ftrace: Use CONFIG_FUNCTION_TRACER instead of CONFIG_DYNAMIC_FTRACE
Christophe Leroy
2
-7
/
+1
2022-05-19
powerpc/ftrace: Don't include ftrace.o for CONFIG_FTRACE_SYSCALLS
Christophe Leroy
1
-1
/
+0
2022-05-19
powerpc/ftrace: Make __ftrace_make_{nop/call}() common to PPC32 and PPC64
Christophe Leroy
1
-100
/
+8
2022-05-19
powerpc: Finalise cleanup around ABI use
Christophe Leroy
2
-11
/
+8
[prev]
[next]