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
/
include
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2021-04-14
powerpc/64e/interrupt: use new interrupt return
Nicholas Piggin
2
-22
/
+0
2021-04-14
powerpc/64e/interrupt: always save nvgprs on interrupt
Nicholas Piggin
1
-8
/
+1
2021-04-14
powerpc/perf: Infrastructure to support checking of attr.config*
Madhavan Srinivasan
1
-0
/
+6
2021-04-14
powerpc/mem: Inline flush_dcache_page()
Christophe Leroy
1
-1
/
+13
2021-04-14
powerpc/mem: Declare __flush_dcache_icache() static
Christophe Leroy
1
-1
/
+0
2021-04-14
powerpc/syscalls: switch to generic syscalltbl.sh
Masahiro Yamada
1
-1
/
+0
2021-04-14
powerpc/rtas: rename RTAS_RMOBUF_MAX to RTAS_USER_REGION_SIZE
Nathan Lynch
1
-3
/
+3
2021-04-14
powerpc/xive: Simplify the dump of XIVE interrupts under xmon
Cédric Le Goater
1
-0
/
+1
2021-04-14
powerpc/32s: Define a MODULE area below kernel text all the time
Christophe Leroy
1
-2
/
+0
2021-04-14
powerpc/8xx: Define a MODULE area below kernel text
Christophe Leroy
1
-0
/
+3
2021-04-14
powerpc/papr_scm: Implement support for H_SCM_FLUSH hcall
Shivaprasad G Bhat
1
-1
/
+2
2021-04-12
KVM: PPC: Book3S HV: remove unused kvmppc_h_protect argument
Nicholas Piggin
1
-2
/
+1
2021-04-12
KVM: PPC: Book3S HV: Add a function to filter guest LPCR bits
Nicholas Piggin
1
-0
/
+2
2021-04-08
powerpc/32: Remove powerpc specific definition of 'ptrdiff_t'
Christophe Leroy
1
-5
/
+0
2021-04-08
powerpc/64s: power4 nap fixup in C
Nicholas Piggin
3
-0
/
+31
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
1
-2
/
+4
2021-04-08
powerpc: Spelling/typo fixes
Bhaskar Chowdhury
1
-1
/
+1
2021-04-07
iommu/fsl_pamu: replace DOMAIN_ATTR_FSL_PAMU_STASH with a direct call
Christoph Hellwig
1
-9
/
+3
2021-04-03
powerpc: Switch to relative jump labels
Christophe Leroy
1
-15
/
+6
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/signal32: Convert restore_[tm]_user_regs() to user access block
Christophe Leroy
1
-1
/
+1
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/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
1
-37
/
+0
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-03-29
powerpc/irq: Inline call_do_irq() and call_do_softirq()
Christophe Leroy
1
-2
/
+0
2021-03-29
powerpc/math: Fix missing __user qualifier for get_user() and other sparse warnings
Christophe Leroy
1
-0
/
+2
2021-03-29
powerpc/32: Manage KUAP in C
Christophe Leroy
4
-82
/
+4
2021-03-29
powerpc/8xx: Create C version of kuap save/restore/check helpers
Christophe Leroy
1
-0
/
+31
2021-03-29
powerpc/32s: Create C version of kuap save/restore/check helpers
Christophe Leroy
1
-0
/
+45
2021-03-29
powerpc/64s: Make kuap_check_amr() and kuap_get_and_check_amr() generic
Christophe Leroy
2
-23
/
+11
2021-03-29
powerpc/32s: Move KUEP locking/unlocking in C
Christophe Leroy
3
-32
/
+13
2021-03-29
powerpc/32: Always save non volatile registers on exception entry
Christophe Leroy
1
-4
/
+2
2021-03-29
powerpc/32: Always enable data translation in exception prolog
Christophe Leroy
1
-3
/
+1
2021-03-29
powerpc/32: Remove ksp_limit
Christophe Leroy
1
-2
/
+0
2021-03-29
powerpc/32: Handle bookE debugging in C in exception entry
Christophe Leroy
1
-0
/
+2
2021-03-29
powerpc/32: Entry cpu time accounting in C
Christophe Leroy
2
-10
/
+3
2021-03-29
powerpc/32: Reconcile interrupts in C
Christophe Leroy
1
-0
/
+4
2021-03-29
powerpc/traps: Declare unrecoverable_exception() as __noreturn
Christophe Leroy
1
-1
/
+1
[prev]
[next]