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