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
2021-04-14
powerpc/rtas: rename RTAS_RMOBUF_MAX to RTAS_USER_REGION_SIZE
Nathan Lynch
-4
/
+4
2021-04-14
powerpc/rtas: move syscall filter setup into separate function
Nathan Lynch
-8
/
+13
2021-04-14
powerpc/rtas: remove ibm_suspend_me_token
Nathan Lynch
-5
/
+2
2021-04-14
powerpc/rtas-proc: remove unused RMO_READ_BUF_MAX
Nathan Lynch
-2
/
+0
2021-04-14
powerpc/rtas: improve ppc_rtas_rmo_buf_show documentation
Nathan Lynch
-1
/
+10
2021-04-14
powerpc/eeh: Fix EEH handling for hugepages in ioremap space.
Mahesh Salgaonkar
-7
/
+4
2021-04-14
powerpc/smp: Make some symbols static
Yu Kuai
-3
/
+3
2021-04-14
powerpc/mce: Make symbol 'mce_ue_event_work' static
Li Huafei
-1
/
+1
2021-04-14
powerpc/security: Make symbol 'stf_barrier' static
Li Huafei
-1
/
+1
2021-04-14
powerpc/modules: Load modules closer to kernel text
Christophe Leroy
-3
/
+20
2021-04-12
powerpc/signal32: Fix build failure with CONFIG_SPE
Christophe Leroy
-1
/
+1
2021-04-12
powerpc/64s: remove KVM SKIP test from instruction breakpoint handler
Nicholas Piggin
-2
/
+7
2021-04-12
powerpc/64s: Remove KVM handler support from CBE_RAS interrupts
Nicholas Piggin
-6
/
+0
2021-04-08
powerpc/64s: power4 nap fixup in C
Nicholas Piggin
-45
/
+4
2021-04-08
powerpc/64: Move security code into security.c
Michael Ellerman
-264
/
+261
2021-04-08
powerpc: Spelling/typo fixes
Bhaskar Chowdhury
-1
/
+1
2021-04-03
powerpc: Switch to relative jump labels
Christophe Leroy
-2
/
+2
2021-04-03
powerpc/signal32: Simplify logging in sigreturn()
Christophe Leroy
-6
/
+7
2021-04-03
powerpc/signal32: Convert do_setcontext[_tm]() to user access block
Christophe Leroy
-18
/
+26
2021-04-03
powerpc/signal32: Convert restore_[tm]_user_regs() to user access block
Christophe Leroy
-70
/
+71
2021-04-03
powerpc/signal32: Reorder user reads in restore_tm_user_regs()
Christophe Leroy
-12
/
+37
2021-04-03
powerpc/signal32: Perform access_ok() inside restore_user_regs()
Christophe Leroy
-5
/
+3
2021-04-03
powerpc/signal32: Remove ifdefery in middle of if/else in sigreturn()
Christophe Leroy
-8
/
+12
2021-04-03
powerpc/signal32: Rename save_user_regs_unsafe() and save_general_regs_unsafe()
Christophe Leroy
-8
/
+8
2021-04-03
powerpc/signal: Add unsafe_copy_ck{fpr/vsx}_from_user
Christophe Leroy
-0
/
+20
2021-04-03
powerpc/align: Don't use __get_user_instr() on kernel addresses
Christophe Leroy
-1
/
+6
2021-04-03
powerpc/uaccess: Remove __get/put_user_inatomic()
Christophe Leroy
-2
/
+2
2021-04-03
powerpc/align: Convert emulate_spe() to user_access_begin
Christophe Leroy
-28
/
+33
2021-04-02
powerpc/vdso: Make sure vdso_wrapper.o is rebuilt everytime vdso.so is rebuilt
Christophe Leroy
-0
/
+4
2021-04-02
powerpc/signal32: Fix Oops on sigreturn with unmapped VDSO
Christophe Leroy
-12
/
+8
2021-04-02
powerpc/ptrace: Don't return error when getting/setting FP regs without CONFI...
Christophe Leroy
-18
/
+20
2021-03-29
powerpc/irq: Inline call_do_irq() and call_do_softirq()
Christophe Leroy
-47
/
+41
2021-03-29
powerpc/setup_64: Fix sparse warnings
He Ying
-2
/
+3
2021-03-29
powerpc/iommu/debug: fix ifnullfree.cocci warnings
kernel test robot
-2
/
+1
2021-03-29
powerpc: Fix arch_stack_walk() to have running function as first entry
Christophe Leroy
-0
/
+3
2021-03-29
powerpc: Convert stacktrace to generic ARCH_STACKWALK
Christophe Leroy
-75
/
+16
2021-03-29
powerpc: Rename 'tsk' parameter into 'task'
Christophe Leroy
-8
/
+8
2021-03-29
powerpc: Activate HAVE_RELIABLE_STACKTRACE for all
Christophe Leroy
-2
/
+0
2021-03-29
powerpc/kernel: Trivial typo fix in kgdb.c
Bhaskar Chowdhury
-1
/
+1
2021-03-29
powerpc: Fix section mismatch warning in smp_setup_pacas()
Michael Ellerman
-1
/
+1
2021-03-29
powerpc/eeh: Fix build failure with CONFIG_PROC_FS=n
Michael Ellerman
-0
/
+2
2021-03-29
powerpc/asm-offsets: GPR14 is not needed either
Christophe Leroy
-3
/
+0
2021-03-29
powerpc/math: Fix missing __user qualifier for get_user() and other sparse wa...
Christophe Leroy
-1
/
+0
2021-03-29
powerpc/64e: Trivial spelling fixes throughout head_fsl_booke.S
Bhaskar Chowdhury
-3
/
+3
2021-03-29
powerpc/32: Manage KUAP in C
Christophe Leroy
-23
/
+7
2021-03-29
powerpc/64s: Make kuap_check_amr() and kuap_get_and_check_amr() generic
Christophe Leroy
-7
/
+7
2021-03-29
powerpc/32s: Move KUEP locking/unlocking in C
Christophe Leroy
-16
/
+10
2021-03-29
powerpc/32: Only use prepare_transfer_to_handler function on book3s/32 and e500
Christophe Leroy
-4
/
+6
2021-03-29
powerpc/32: Return directly from power_save_ppc32_restore()
Christophe Leroy
-13
/
+2
2021-03-29
powerpc/32: Save remaining registers in exception prolog
Christophe Leroy
-23
/
+28
[prev]
[next]