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
Age
Commit message (
Expand
)
Author
Files
Lines
2021-04-08
powerpc/pseries: Add key to flags in pSeries_lpar_hpte_updateboltedpp()
Michael Ellerman
1
-1
/
+3
2021-04-08
powerpc/mm/64s: Add _PAGE_KERNEL_ROX
Michael Ellerman
1
-0
/
+1
2021-04-08
powerpc/64s: Fix pte update for kernel memory on radix
Jordan Niethe
2
-4
/
+6
2021-04-08
powerpc: Spelling/typo fixes
Bhaskar Chowdhury
3
-3
/
+3
2021-04-07
iommu/fsl_pamu: replace DOMAIN_ATTR_FSL_PAMU_STASH with a direct call
Christoph Hellwig
1
-9
/
+3
2021-04-05
Merge 5.12-rc6 into tty-next
Greg Kroah-Hartman
4
-7
/
+59
2021-04-03
powerpc: Switch to relative jump labels
Christophe Leroy
3
-17
/
+9
2021-04-03
powerpc/bpf: Reallocate BPF registers to volatile registers when possible on PPC32
Christophe Leroy
5
-3
/
+51
2021-04-03
powerpc/bpf: Implement extended BPF on PPC32
Christophe Leroy
4
-2
/
+1075
2021-04-03
powerpc/asm: Add some opcodes in asm/ppc-opcode.h for PPC32 eBPF
Christophe Leroy
1
-0
/
+12
2021-04-03
powerpc/bpf: Change values of SEEN_ flags
Christophe Leroy
1
-5
/
+5
2021-04-03
powerpc/bpf: Move common functions into bpf_jit_comp.c
Christophe Leroy
4
-259
/
+281
2021-04-03
powerpc/bpf: Move common helpers into bpf_jit.h
Christophe Leroy
3
-35
/
+35
2021-04-03
powerpc/bpf: Change register numbering for bpf_set/is_seen_register()
Christophe Leroy
1
-8
/
+8
2021-04-03
powerpc/bpf: Remove classical BPF support for PPC32
Christophe Leroy
5
-1053
/
+0
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
2
-71
/
+72
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/uaccess: Also perform 64 bits copies in unsafe_copy_from_user() on ppc32
Christophe Leroy
1
-3
/
+3
2021-04-03
powerpc/uaccess: Use asm goto for get_user when compiler supports it
Christophe Leroy
1
-0
/
+55
2021-04-03
powerpc/uaccess: Introduce __get_user_size_goto()
Christophe Leroy
1
-12
/
+12
2021-04-03
powerpc/uaccess: Refactor get/put_user() and __get/put_user()
Christophe Leroy
1
-43
/
+23
2021-04-03
powerpc/uaccess: Rename __get/put_user_check/nocheck
Christophe Leroy
1
-20
/
+10
2021-04-03
powerpc/uaccess: Split out __get_user_nocheck()
Christophe Leroy
1
-10
/
+12
2021-04-03
powerpc/uaccess: Remove calls to __get_user_bad() and __put_user_bad()
Christophe Leroy
1
-8
/
+3
2021-04-03
powerpc/uaccess: Remove __chk_user_ptr() in __get/put_user
Christophe Leroy
1
-3
/
+0
2021-04-03
powerpc/uaccess: Remove __unsafe_put_user_goto()
Christophe Leroy
1
-13
/
+7
2021-04-03
powerpc/uaccess: Call might_fault() inconditionaly
Christophe Leroy
1
-5
/
+4
2021-04-03
powerpc/align: Don't use __get_user_instr() on kernel addresses
Christophe Leroy
1
-1
/
+6
2021-04-03
powerpc/uaccess: Move get_user_instr helpers in asm/inst.h
Christophe Leroy
2
-34
/
+34
2021-04-03
powerpc/uaccess: Remove __get/put_user_inatomic()
Christophe Leroy
3
-39
/
+2
2021-04-03
powerpc/align: Convert emulate_spe() to user_access_begin
Christophe Leroy
1
-28
/
+33
2021-04-03
powerpc/uaccess: Define ___get_user_instr() for ppc32
Christophe Leroy
1
-12
/
+4
2021-04-03
powerpc/uaccess: Remove __get_user_allowed() and unsafe_op_wrap()
Christophe Leroy
1
-5
/
+5
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-31
powerpc/mm: Revert "powerpc/mm: Remove DEBUG_VM_PGTABLE support on powerpc"
Aneesh Kumar K.V
1
-0
/
+1
2021-03-31
powerpc/pseries: Only register vio drivers if vio bus exists
Michael Ellerman
1
-0
/
+4
2021-03-29
powerpc/powernv: Remove unneeded variable: "rc"
dingsenjie
1
-4
/
+1
2021-03-29
powerpc: Fix HAVE_HARDLOCKUP_DETECTOR_ARCH build configuration
Chen Huang
1
-1
/
+1
2021-03-29
powerpc/pseries/hotplug-cpu: Show 'last online CPU' error in dlpar_cpu_offline()
Daniel Henrique Barboza
1
-0
/
+14
2021-03-29
powerpc/irq: Inline call_do_irq() and call_do_softirq()
Christophe Leroy
4
-49
/
+41
2021-03-29
powerpc/setup_64: Fix sparse warnings
He Ying
1
-2
/
+3
2021-03-29
powerpc/embedded6xx: Remove CONFIG_MV64X60
Christophe Leroy
1
-5
/
+0
[prev]
[next]