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
2021-04-14
powerpc/64e/interrupt: handle bad_page_fault in C
Nicholas Piggin
1
-6
/
+0
2021-04-14
powerpc/64e/interrupt: Use new interrupt context tracking scheme
Nicholas Piggin
1
-15
/
+1
2021-04-14
powerpc/64e/interrupt: reconcile irq soft-mask state in C
Nicholas Piggin
2
-48
/
+9
2021-04-14
powerpc/64e/interrupt: NMI save irq soft-mask state in C
Nicholas Piggin
2
-33
/
+16
2021-04-14
powerpc/64e/interrupt: use new interrupt return
Nicholas Piggin
3
-382
/
+25
2021-04-14
powerpc/interrupt: update common interrupt code for
Nicholas Piggin
2
-16
/
+28
2021-04-14
powerpc/64e/interrupt: always save nvgprs on interrupt
Nicholas Piggin
2
-37
/
+3
2021-04-14
powerpc/syscall: switch user_exit_irqoff and trace_hardirqs_off order
Nicholas Piggin
1
-2
/
+2
2021-04-14
powerpc/syscalls: switch to generic syscallhdr.sh
Masahiro Yamada
2
-43
/
+4
2021-04-14
powerpc/syscalls: switch to generic syscalltbl.sh
Masahiro Yamada
3
-54
/
+9
2021-04-14
powerpc/rtas: rename RTAS_RMOBUF_MAX to RTAS_USER_REGION_SIZE
Nathan Lynch
2
-4
/
+4
2021-04-14
powerpc/rtas: move syscall filter setup into separate function
Nathan Lynch
1
-8
/
+13
2021-04-14
powerpc/rtas: remove ibm_suspend_me_token
Nathan Lynch
1
-5
/
+2
2021-04-14
powerpc/rtas-proc: remove unused RMO_READ_BUF_MAX
Nathan Lynch
1
-2
/
+0
2021-04-14
powerpc/rtas: improve ppc_rtas_rmo_buf_show documentation
Nathan Lynch
1
-1
/
+10
2021-04-14
powerpc/eeh: Fix EEH handling for hugepages in ioremap space.
Mahesh Salgaonkar
1
-7
/
+4
2021-04-14
powerpc/smp: Make some symbols static
Yu Kuai
1
-3
/
+3
2021-04-14
powerpc/mce: Make symbol 'mce_ue_event_work' static
Li Huafei
1
-1
/
+1
2021-04-14
powerpc/security: Make symbol 'stf_barrier' static
Li Huafei
1
-1
/
+1
2021-04-14
powerpc/modules: Load modules closer to kernel text
Christophe Leroy
1
-3
/
+20
2021-04-12
powerpc/signal32: Fix build failure with CONFIG_SPE
Christophe Leroy
1
-1
/
+1
2021-04-12
powerpc/64s: remove KVM SKIP test from instruction breakpoint handler
Nicholas Piggin
1
-2
/
+7
2021-04-12
powerpc/64s: Remove KVM handler support from CBE_RAS interrupts
Nicholas Piggin
1
-6
/
+0
2021-04-08
powerpc/64s: power4 nap fixup in C
Nicholas Piggin
2
-45
/
+4
2021-04-08
powerpc/64: Move security code into security.c
Michael Ellerman
2
-264
/
+261
2021-04-08
powerpc: Spelling/typo fixes
Bhaskar Chowdhury
1
-1
/
+1
2021-04-03
powerpc: Switch to relative jump labels
Christophe Leroy
1
-2
/
+2
2021-04-03
powerpc/signal32: Simplify logging in sigreturn()
Christophe Leroy
1
-6
/
+7
2021-04-03
powerpc/signal32: Convert do_setcontext[_tm]() to user access block
Christophe Leroy
2
-18
/
+26
2021-04-03
powerpc/signal32: Convert restore_[tm]_user_regs() to user access block
Christophe Leroy
1
-70
/
+71
2021-04-03
powerpc/signal32: Reorder user reads in restore_tm_user_regs()
Christophe Leroy
1
-12
/
+37
2021-04-03
powerpc/signal32: Perform access_ok() inside restore_user_regs()
Christophe Leroy
1
-5
/
+3
2021-04-03
powerpc/signal32: Remove ifdefery in middle of if/else in sigreturn()
Christophe Leroy
1
-8
/
+12
2021-04-03
powerpc/signal32: Rename save_user_regs_unsafe() and save_general_regs_unsafe()
Christophe Leroy
1
-8
/
+8
2021-04-03
powerpc/signal: Add unsafe_copy_ck{fpr/vsx}_from_user
Christophe Leroy
1
-0
/
+20
2021-04-03
powerpc/align: Don't use __get_user_instr() on kernel addresses
Christophe Leroy
1
-1
/
+6
2021-04-03
powerpc/uaccess: Remove __get/put_user_inatomic()
Christophe Leroy
2
-2
/
+2
2021-04-03
powerpc/align: Convert emulate_spe() to user_access_begin
Christophe Leroy
1
-28
/
+33
2021-04-02
powerpc/vdso: Make sure vdso_wrapper.o is rebuilt everytime vdso.so is rebuilt
Christophe Leroy
1
-0
/
+4
2021-04-02
powerpc/signal32: Fix Oops on sigreturn with unmapped VDSO
Christophe Leroy
1
-12
/
+8
2021-04-02
powerpc/ptrace: Don't return error when getting/setting FP regs without CONFIG_PPC_FPU_REGS
Christophe Leroy
5
-18
/
+20
2021-03-29
powerpc/irq: Inline call_do_irq() and call_do_softirq()
Christophe Leroy
3
-47
/
+41
2021-03-29
powerpc/setup_64: Fix sparse warnings
He Ying
1
-2
/
+3
2021-03-29
powerpc/iommu/debug: fix ifnullfree.cocci warnings
kernel test robot
1
-2
/
+1
2021-03-29
powerpc: Fix arch_stack_walk() to have running function as first entry
Christophe Leroy
1
-0
/
+3
2021-03-29
powerpc: Convert stacktrace to generic ARCH_STACKWALK
Christophe Leroy
1
-75
/
+16
2021-03-29
powerpc: Rename 'tsk' parameter into 'task'
Christophe Leroy
1
-8
/
+8
2021-03-29
powerpc: Activate HAVE_RELIABLE_STACKTRACE for all
Christophe Leroy
1
-2
/
+0
2021-03-29
powerpc/kernel: Trivial typo fix in kgdb.c
Bhaskar Chowdhury
1
-1
/
+1
2021-03-29
powerpc: Fix section mismatch warning in smp_setup_pacas()
Michael Ellerman
1
-1
/
+1
[prev]
[next]