index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
include
/
asm
/
book3s
Age
Commit message (
Expand
)
Author
Files
Lines
2021-02-22
Merge tag 'powerpc-5.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
8
-13
/
+35
2021-02-09
powerpc/32s: mfsrin()/mtsrin() become mfsr()/mtsr()
Christophe Leroy
1
-4
/
+4
2021-02-09
powerpc/64s: Implement ptep_clear_flush_young that does not flush TLBs
Nicholas Piggin
1
-3
/
+20
2021-02-09
powerpc: remove unneeded semicolons
Chengyang Fan
4
-4
/
+4
2021-02-09
powerpc: convert interrupt handlers to use wrappers
Nicholas Piggin
1
-1
/
+0
2021-02-09
powerpc: remove arguments from fault handler functions
Nicholas Piggin
1
-1
/
+1
2021-02-09
powerpc/64s: move the hash fault handling logic to C
Nicholas Piggin
1
-0
/
+1
2021-02-06
powerpc/kuap: Allow kernel thread to access userspace after kthread_use_mm
Aneesh Kumar K.V
2
-9
/
+11
2021-01-30
powerpc/mm: Declare preload_new_slb_context() prototype
Cédric Le Goater
1
-0
/
+1
2021-01-30
powerpc/mm: Move hpte_insert_repeating() prototype
Cédric Le Goater
1
-0
/
+2
2021-01-30
powerpc/mm: Declare some prototypes
Cédric Le Goater
1
-0
/
+2
2021-01-30
powerpc/64s/kuap: Use mmu_has_feature()
Michael Ellerman
1
-2
/
+2
2020-12-17
Merge tag 'powerpc-5.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
13
-236
/
+594
2020-12-17
powerpc/32s: Fix cleanup_cpu_mmu_context() compile bug
Michael Ellerman
1
-0
/
+1
2020-12-09
powerpc/mm: Move the WARN() out of bad_kuap_fault()
Christophe Leroy
2
-9
/
+3
2020-12-09
powerpc/32s: Inline flush_hash_entry()
Christophe Leroy
1
-6
/
+11
2020-12-09
powerpc/32s: Inline tlb_flush()
Christophe Leroy
1
-0
/
+11
2020-12-09
powerpc/32s: Split and inline flush_range()
Christophe Leroy
1
-1
/
+12
2020-12-09
powerpc/32s: Inline flush_tlb_range() and flush_tlb_kernel_range()
Christophe Leroy
1
-3
/
+12
2020-12-09
powerpc/32s: Split and inline flush_tlb_mm() and flush_tlb_page()
Christophe Leroy
1
-2
/
+18
2020-12-09
powerpc/32s: Inline _tlbie() on non SMP
Christophe Leroy
1
-0
/
+7
2020-12-09
powerpc/32s: Move _tlbie() and _tlbia() prototypes to tlbflush.h
Christophe Leroy
1
-0
/
+4
2020-12-09
powerpc/mm: Remove flush_tlb_page_nohash() prototype.
Christophe Leroy
1
-1
/
+0
2020-12-08
powerpc/book3s64/kuap: Improve error reporting with KUAP
Aneesh Kumar K.V
2
-19
/
+19
2020-12-07
powerpc/book3s64/kexec: Clear CIABR on kexec
Jordan Niethe
1
-0
/
+5
2020-12-05
Merge tag 'powerpc-5.10-5' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
1
-0
/
+12
2020-12-04
powerpc: Fix incorrect stw{, ux, u, x} instructions in __set_pte_at
Mathieu Desnoyers
1
-2
/
+2
2020-12-04
lkdtm/powerpc: Add SLB multihit test
Ganesh Goudar
1
-1
/
+27
2020-12-04
powerpc/book3s64/pkeys: Optimize KUAP and KUEP feature disabled case
Aneesh Kumar K.V
1
-6
/
+57
2020-12-04
powerpc/book3s64/kuep: Use Key 3 to implement KUEP with hash translation.
Aneesh Kumar K.V
1
-1
/
+1
2020-12-04
powerpc/book3s64/kuap: Use Key 3 to implement KUAP with hash translation.
Aneesh Kumar K.V
1
-5
/
+4
2020-12-04
powerpc/book3s64/kuap: Improve error reporting with KUAP
Aneesh Kumar K.V
2
-7
/
+24
2020-12-04
powerpc/book3s64/kuap: Restrict access to userspace based on userspace AMR
Aneesh Kumar K.V
1
-3
/
+9
2020-12-04
powerpc/book3s64/pkeys: Don't update SPRN_AMR when in kernel mode.
Aneesh Kumar K.V
1
-0
/
+21
2020-12-04
powerpc/book3s64/pkeys: Reset userspace AMR correctly on exec
Aneesh Kumar K.V
1
-0
/
+2
2020-12-04
powerpc/book3s64/pkeys: Store/restore userspace AMR/IAMR correctly on entry a...
Aneesh Kumar K.V
1
-39
/
+183
2020-12-04
powerpc/book3s64/kuap: Use Key 3 for kernel mapping with hash translation
Aneesh Kumar K.V
3
-7
/
+21
2020-12-04
powerpc/book3s64/kuap: Rename MMU_FTR_RADIX_KUAP and MMU_FTR_KUEP
Aneesh Kumar K.V
1
-9
/
+9
2020-12-04
powerpc/book3s64/kuep: Move KUEP related function outside radix
Aneesh Kumar K.V
1
-0
/
+1
2020-12-04
powerpc/book3s64/kuap: Move KUAP related function outside radix
Aneesh Kumar K.V
1
-3
/
+3
2020-12-04
powerpc/book3s64/kuap/kuep: Add PPC_PKEY config on book3s64
Aneesh Kumar K.V
2
-3
/
+3
2020-12-04
powerpc/vdso: Replace vdso_base by vdso
Christophe Leroy
2
-2
/
+2
2020-11-27
Merge tag 'asm-generic-fixes-5.10-2' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-0
/
+2
2020-11-27
powerpc/64s: Trim offlined CPUs from mm_cpumasks
Nicholas Piggin
1
-0
/
+12
2020-11-25
Merge branch 'fixes' into next
Michael Ellerman
1
-24
/
+44
2020-11-23
powerpc/64s: Fix allnoconfig build since uaccess flush
Stephen Rothwell
1
-0
/
+2
2020-11-19
powerpc: Only include kup-radix.h for 64-bit Book3S
Michael Ellerman
1
-2
/
+2
2020-11-19
powerpc/64s: flush L1D after user accesses
Nicholas Piggin
1
-24
/
+42
2020-11-19
powerpc/mm: Move setting PTE specific flags to pfn_pmd()
Aneesh Kumar K.V
1
-1
/
+16
2020-11-16
arch: pgtable: define MAX_POSSIBLE_PHYSMEM_BITS where needed
Arnd Bergmann
1
-0
/
+2
[next]