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
/
include
Age
Commit message (
Expand
)
Author
Lines
2020-12-04
powerpc/book3s64/pkeys: Optimize KUAP and KUEP feature disabled case
Aneesh Kumar K.V
-6
/
+57
2020-12-04
powerpc/book3s64/kup: Check max key supported before enabling kup
Aneesh Kumar K.V
-0
/
+3
2020-12-04
powerpc/book3s64/kuep: Use Key 3 to implement KUEP with hash translation.
Aneesh Kumar K.V
-1
/
+1
2020-12-04
powerpc/book3s64/kuap: Use Key 3 to implement KUAP with hash translation.
Aneesh Kumar K.V
-5
/
+4
2020-12-04
powerpc/book3s64/kuap: Improve error reporting with KUAP
Aneesh Kumar K.V
-11
/
+28
2020-12-04
powerpc/book3s64/kuap: Restrict access to userspace based on userspace AMR
Aneesh Kumar K.V
-3
/
+9
2020-12-04
powerpc/book3s64/pkeys: Don't update SPRN_AMR when in kernel mode.
Aneesh Kumar K.V
-4
/
+21
2020-12-04
powerpc/book3s64/pkeys: Reset userspace AMR correctly on exec
Aneesh Kumar K.V
-0
/
+2
2020-12-04
powerpc/book3s64/pkeys: Store/restore userspace AMR/IAMR correctly on entry a...
Aneesh Kumar K.V
-40
/
+187
2020-12-04
powerpc/exec: Set thread.regs early during exec
Aneesh Kumar K.V
-2
/
+0
2020-12-04
powerpc/book3s64/kuap: Use Key 3 for kernel mapping with hash translation
Aneesh Kumar K.V
-8
/
+22
2020-12-04
powerpc/book3s64/kuap: Rename MMU_FTR_RADIX_KUAP and MMU_FTR_KUEP
Aneesh Kumar K.V
-19
/
+23
2020-12-04
powerpc/book3s64/kuep: Move KUEP related function outside radix
Aneesh Kumar K.V
-0
/
+1
2020-12-04
powerpc/book3s64/kuap: Move KUAP related function outside radix
Aneesh Kumar K.V
-4
/
+6
2020-12-04
powerpc/book3s64/kuap/kuep: Add PPC_PKEY config on book3s64
Aneesh Kumar K.V
-4
/
+9
2020-12-04
powerpc: Add new macro to handle NESTED_IFCLR
Aneesh Kumar K.V
-0
/
+3
2020-12-04
powerpc/64s/pseries: Add ERAT specific machine check handler
Nicholas Piggin
-0
/
+1
2020-12-04
powerpc/ps3: make system bus's remove and shutdown callbacks return void
Uwe Kleine-König
-2
/
+2
2020-12-04
powerpc/paravirt: Use is_kvm_guest() in vcpu_is_preempted()
Srikar Dronamraju
-0
/
+18
2020-12-04
powerpc: Reintroduce is_kvm_guest() as a fast-path check
Srikar Dronamraju
-1
/
+11
2020-12-04
powerpc: Rename is_kvm_guest() to check_kvm_guest()
Srikar Dronamraju
-3
/
+3
2020-12-04
powerpc: Refactor is_kvm_guest() declaration to new header
Srikar Dronamraju
-7
/
+16
2020-12-04
powerpc: Allow relative pointers in bug table entries
Jordan Niethe
-4
/
+4
2020-12-04
powerpc/vdso: Cleanup vdso.h
Christophe Leroy
-7
/
+3
2020-12-04
powerpc/vdso: Remove VDSO32_LBASE and VDSO64_LBASE
Christophe Leroy
-4
/
+0
2020-12-04
powerpc/vdso: Remove runtime generated sigtramp offsets
Christophe Leroy
-5
/
+0
2020-12-04
powerpc/vdso: Retrieve sigtramp offsets at buildtime
Christophe Leroy
-0
/
+12
2020-12-04
powerpc/vdso: Remove unused \tmp param in __get_datapage()
Christophe Leroy
-3
/
+3
2020-12-04
powerpc/vdso: Simplify __get_datapage()
Christophe Leroy
-3
/
+5
2020-12-04
powerpc/vdso: Move vdso datapage up front
Christophe Leroy
-1
/
+1
2020-12-04
powerpc/vdso: Replace vdso_base by vdso
Christophe Leroy
-9
/
+11
2020-12-04
powerpc/vdso: Provide vdso_remap()
Christophe Leroy
-25
/
+0
2020-12-04
powerpc/vdso: Rename syscall_map_32/64 to simplify vdso_setup_syscall_map()
Christophe Leroy
-3
/
+4
2020-12-04
powerpc/signal: Remove get_clean_sp()
Christophe Leroy
-14
/
+0
2020-12-04
powerpc/signal: Don't manage floating point regs when no FPU
Christophe Leroy
-0
/
+2
2020-12-04
powerpc/ptrace: Move declaration of ptrace_get_reg() and ptrace_set_reg()
Christophe Leroy
-6
/
+0
2020-12-04
powerpc/vdso: Provide __kernel_clock_gettime64() on vdso32
Christophe Leroy
-0
/
+2
2020-12-04
powerpc/vdso: Switch VDSO to generic C implementation.
Christophe Leroy
-27
/
+38
2020-12-04
powerpc/vdso: Save and restore TOC pointer on PPC64
Christophe Leroy
-0
/
+12
2020-12-04
powerpc/vdso: Prepare for switching VDSO to generic C implementation.
Christophe Leroy
-0
/
+203
2020-12-04
powerpc/barrier: Use CONFIG_PPC64 for barrier selection
Michael Ellerman
-1
/
+1
2020-12-04
powerpc/time: Fix mftb()/get_tb() for use with the compat VDSO
Michael Ellerman
-2
/
+10
2020-12-04
powerpc/time: Move timebase functions into new asm/vdso/timebase.h
Christophe Leroy
-61
/
+73
2020-12-04
powerpc/processor: Move cpu_relax() into asm/vdso/processor.h
Christophe Leroy
-11
/
+25
2020-12-04
powerpc/feature: Use CONFIG_PPC64 instead of __powerpc64__ to define possible...
Christophe Leroy
-2
/
+2
2020-12-04
powerpc: inline iomap accessors
Christophe Leroy
-1
/
+153
2020-11-26
powerpc: Work around inline asm issues in alternate feature sections
Bill Wendling
-3
/
+19
2020-11-25
Merge branch 'fixes' into next
Michael Ellerman
-73
/
+137
2020-11-23
powerpc/64s: Fix allnoconfig build since uaccess flush
Stephen Rothwell
-0
/
+2
2020-11-23
Merge tag 'powerpc-cve-2020-4788' into fixes
Michael Ellerman
-31
/
+103
[next]