index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
kernel
Age
Commit message (
Expand
)
Author
Lines
2022-05-22
powerpc/kasan: Don't instrument non-maskable or raw interrupts
Daniel Axtens
-13
/
+15
2022-05-22
powerpc/ftrace: Remove ftrace init tramp once kernel init is complete
Naveen N. Rao
-3
/
+12
2022-05-22
powerpc/irq: Remove arch_local_irq_restore() for !CONFIG_CC_HAS_ASM_GOTO
Christophe Leroy
-77
/
+0
2022-05-22
powerpc/modules: Use PPC_LI macros instead of opencoding
Christophe Leroy
-9
/
+5
2022-05-22
powerpc/ftrace: Don't use copy_from_kernel_nofault() in module_trampoline_tar...
Christophe Leroy
-9
/
+18
2022-05-22
powerpc/ftrace: Minimise number of #ifdefs
Christophe Leroy
-90
/
+85
2022-05-22
powerpc/ftrace: Simplify expected_nop_sequence()
Christophe Leroy
-16
/
+6
2022-05-22
powerpc/ftrace: Use size macro instead of opencoding
Christophe Leroy
-1
/
+1
2022-05-19
powerpc: Use do_kernel_power_off()
Dmitry Osipenko
-3
/
+1
2022-05-19
powerpc/ftrace: Use PPC_RAW_xxx() macros instead of opencoding.
Christophe Leroy
-21
/
+11
2022-05-19
powerpc/ftrace: Use BRANCH_SET_LINK instead of value 1
Christophe Leroy
-1
/
+1
2022-05-19
powerpc/ftrace: Remove ftrace_plt_tramps[]
Christophe Leroy
-8
/
+0
2022-05-19
powerpc/ftrace: Use CONFIG_FUNCTION_TRACER instead of CONFIG_DYNAMIC_FTRACE
Christophe Leroy
-7
/
+1
2022-05-19
powerpc/ftrace: Don't include ftrace.o for CONFIG_FTRACE_SYSCALLS
Christophe Leroy
-1
/
+0
2022-05-19
powerpc/ftrace: Make __ftrace_make_{nop/call}() common to PPC32 and PPC64
Christophe Leroy
-100
/
+8
2022-05-19
powerpc: Finalise cleanup around ABI use
Christophe Leroy
-11
/
+8
2022-05-19
powerpc: Replace PPC64_ELF_ABI_v{1/2} by CONFIG_PPC64_ELF_ABI_V{1/2}
Christophe Leroy
-13
/
+13
2022-05-19
powerpc/ftrace: Use patch_instruction() return directly
Christophe Leroy
-4
/
+1
2022-05-19
powerpc/ftrace: Inline ftrace_modify_code()
Christophe Leroy
-1
/
+1
2022-05-19
powerpc/ftrace: Use is_offset_in_branch_range()
Christophe Leroy
-6
/
+2
2022-05-19
powerpc/ftrace: Remove redundant create_branch() calls
Christophe Leroy
-20
/
+0
2022-05-19
powerpc/ftrace: Refactor prepare_ftrace_return()
Christophe Leroy
-3
/
+9
2022-05-19
powerpc/rtas: enture rtas_call is called with MMU enabled
Nicholas Piggin
-0
/
+5
2022-05-19
powerpc/rtas: Leave MSR[RI] enabled over RTAS call
Nicholas Piggin
-9
/
+2
2022-05-19
powerpc/rtas: PACA can be restored directly from SPRG
Nicholas Piggin
-9
/
+4
2022-05-19
powerpc/rtas: Call enter_rtas with MSR[EE] disabled
Nicholas Piggin
-15
/
+4
2022-05-19
powerpc/rtas: Fix whitespace in rtas_entry.S
Nicholas Piggin
-13
/
+13
2022-05-19
powerpc/rtas: Make enter_rtas a nokprobe symbol on 64-bit
Nicholas Piggin
-0
/
+1
2022-05-19
powerpc/rtas: Move rtas entry assembly into its own file
Nicholas Piggin
-200
/
+199
2022-05-19
powerpc/signal: Report minimum signal frame size to userspace via AT_MINSIGSTKSZ
Nicholas Piggin
-0
/
+26
2022-05-19
powerpc/vdso: Link with ld.lld when requested
Nathan Chancellor
-0
/
+1
2022-05-19
powerpc/vdso: Remove unused ENTRY in linker scripts
Nathan Chancellor
-2
/
+0
2022-05-19
powerpc: Export mmu_feature_keys[] as non-GPL
Kevin Hao
-1
/
+1
2022-05-19
powerpc/setup: Refactor/untangle panic notifiers
Guilherme G. Piccoli
-20
/
+54
2022-05-19
Merge branch 'topic/ppc-kvm' into next
Michael Ellerman
-2
/
+2
2022-05-19
KVM: PPC: Book3s: Retire H_PUT_TCE/etc real mode handlers
Alexey Kardashevskiy
-2
/
+2
2022-05-19
Merge branch 'fixes' into next
Michael Ellerman
-2
/
+7
2022-05-11
powerpc/rtas: Keep MSR[RI] set when calling RTAS
Laurent Dufour
-12
/
+21
2022-05-08
Merge tag 'powerpc-5.18-4' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
-2
/
+7
2022-05-08
powerpc: Use static call for get_irq()
Christophe Leroy
-1
/
+7
2022-05-08
powerpc: Add missing headers
Christophe Leroy
-21
/
+32
2022-05-08
powerpc: Remove asm/prom.h from all files that don't need it
Christophe Leroy
-11
/
+0
2022-05-07
fork: Generalize PF_IO_WORKER handling
Eric W. Biederman
-5
/
+4
2022-05-07
fork: Pass struct kernel_clone_args into copy_thread
Eric W. Biederman
-3
/
+5
2022-05-06
powerpc/64: Move pci_device_from_OF_node() out of asm/pci-bridge.h
Christophe Leroy
-0
/
+9
2022-05-06
powerpc/64: remove system call instruction emulation
Nicholas Piggin
-10
/
+0
2022-05-06
powerpc: Reject probes on instructions that can't be single stepped
Naveen N. Rao
-2
/
+7
2022-05-05
powerpc: fix typos in comments
Julia Lawall
-23
/
+23
2022-05-05
powerpc: Simplify and move arch_randomize_brk()
Christophe Leroy
-41
/
+0
2022-05-05
powerpc/mm: Remove CONFIG_PPC_MM_SLICES
Christophe Leroy
-5
/
+0
[prev]
[next]