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
2020-06-09
mm: consolidate pte_index() and pte_offset_*() definitions
Mike Rapoport
2
-60
/
+3
2020-06-05
Merge tag 'powerpc-5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
6
-72
/
+116
2020-06-04
powerpc: add support for folded p4d page tables
Mike Rapoport
5
-35
/
+40
2020-06-03
powerpc/mm: drop platform defined pmd_mknotpresent()
Anshuman Khandual
1
-4
/
+0
2020-06-02
powerpc/32s: Fix another build failure with CONFIG_PPC_KUAP_DEBUG
Christophe Leroy
1
-1
/
+2
2020-05-28
powerpc/64s/kuap: Conditionally restore AMR in kuap_restore_amr asm
Nicholas Piggin
1
-3
/
+7
2020-05-28
powerpc/64/kuap: Conditionally restore AMR in interrupt exit
Nicholas Piggin
1
-3
/
+19
2020-05-28
powerpc/64s/kuap: Add missing isync to KUAP restore paths
Nicholas Piggin
1
-1
/
+10
2020-05-28
powerpc/64s/radix: Don't prefetch DAR in update_mmu_cache
Nicholas Piggin
1
-2
/
+5
2020-05-26
Merge branch 'fixes' into next
Michael Ellerman
2
-5
/
+5
2020-05-26
Merge "Use hugepages to map kernel mem on 8xx" into next
Michael Ellerman
1
-47
/
+31
2020-05-26
powerpc/mm: Standardise pte_update() prototype between PPC32 and PPC64
Christophe Leroy
1
-7
/
+8
2020-05-26
powerpc/mm: Standardise __ptep_test_and_clear_young() params between PPC32 an...
Christophe Leroy
1
-3
/
+4
2020-05-26
powerpc/mm: Refactor pte_update() on book3s/32
Christophe Leroy
1
-38
/
+20
2020-05-20
powerpc/64s/pgtable: fix an undefined behaviour
Qian Cai
1
-4
/
+19
2020-05-20
powerpc/64s: Fix early_init_mmu section mismatch
Nicholas Piggin
1
-1
/
+1
2020-05-20
Merge branch 'topic/uaccess-ppc' into next
Michael Ellerman
1
-2
/
+2
2020-05-20
Revert "powerpc/32s: reorder Linux PTE bits to better match Hash PTE bits."
Christophe Leroy
1
-4
/
+4
2020-05-11
powerpc: Replace _ALIGN() by ALIGN()
Christophe Leroy
1
-1
/
+1
2020-05-11
powerpc: Replace _ALIGN_DOWN() by ALIGN_DOWN()
Christophe Leroy
1
-1
/
+1
2020-05-07
powerpc/32s: Fix build failure with CONFIG_PPC_KUAP_DEBUG
Christophe Leroy
1
-1
/
+1
2020-05-06
Merge the lockless page table walk rework into next
Michael Ellerman
2
-7
/
+16
2020-05-05
powerpc/mm/book3s64: Fix MADV_DONTNEED and parallel page fault race
Aneesh Kumar K.V
1
-0
/
+5
2020-05-05
powerpc/hash64: Restrict page table lookup using init_mm with __flush_hash_ta...
Aneesh Kumar K.V
1
-2
/
+1
2020-05-05
powerpc/mm/hash64: use _PAGE_PTE when checking for pte_present
Aneesh Kumar K.V
1
-5
/
+10
2020-05-01
powerpc/uaccess: Implement user_read_access_begin and user_write_access_begin
Christophe Leroy
1
-2
/
+2
2020-04-20
powerpc: Use mm_context vas_windows counter to issue CP_ABORT
Haren Myneni
1
-0
/
+3
2020-04-10
powerpc/mm: thread pgprot_t through create_section_mapping()
Logan Gunthorpe
2
-2
/
+4
2020-04-01
powerpc/64s: Implement interrupt exit logic in C
Nicholas Piggin
1
-0
/
+10
2020-04-01
powerpc/64/sycall: Implement syscall entry/exit logic in C
Nicholas Piggin
1
-1
/
+13
2020-03-25
powerpc/hash64/devmap: Use H_PAGE_THP_HUGE when setting up huge devmap PTE en...
Aneesh Kumar K.V
4
-2
/
+21
2020-03-25
powerpc/32s: reorder Linux PTE bits to better match Hash PTE bits.
Christophe Leroy
1
-4
/
+4
2020-03-04
powerpc/mm: Don't kmap_atomic() in pte_offset_map() on PPC32
Christophe Leroy
1
-4
/
+2
2020-02-04
Merge tag 'powerpc-5.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
3
-16
/
+97
2020-02-04
powerpc/mmu_gather: enable RCU_TABLE_FREE even for !SMP case
Aneesh Kumar K.V
2
-10
/
+0
2020-02-04
powerpc: mm: add p?d_leaf() definitions
Steven Price
1
-0
/
+3
2020-02-01
Merge branch 'topic/user-access-begin' into next
Michael Ellerman
2
-16
/
+92
2020-01-28
powerpc: Implement user_access_save() and user_access_restore()
Christophe Leroy
2
-0
/
+45
2020-01-28
powerpc/32s: Prepare prevent_user_access() for user_access_end()
Christophe Leroy
2
-6
/
+21
2020-01-28
powerpc/32s: Drop NULL addr verification
Christophe Leroy
1
-4
/
+6
2020-01-28
powerpc/kuap: Fix set direction in allow/prevent_user_access()
Christophe Leroy
2
-8
/
+16
2020-01-28
powerpc/32s: Fix bad_kuap_fault()
Christophe Leroy
2
-3
/
+9
2020-01-27
powerpc/32: Add support of KASAN_VMALLOC
Christophe Leroy
1
-0
/
+5
2020-01-23
powerpc/mm/hash: Fix sharing context ids between kernel & userspace
Aneesh Kumar K.V
1
-1
/
+4
2019-12-01
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2
-6
/
+0
2019-12-01
powerpc/mm: remove pmd_huge/pud_huge stubs and include hugetlb.h
Mike Kravetz
2
-6
/
+0
2019-11-05
powerpc/mm/book3s64/radix: Use freed_tables instead of need_flush_all
Aneesh Kumar K.V
2
-31
/
+0
2019-10-17
powerpc/32s: fix allow/prevent_user_access() when crossing segment boundaries.
Christophe Leroy
1
-0
/
+1
2019-10-09
powerpc/64s/radix: Fix build failure with RADIX_MMU=n
Stephen Rothwell
1
-0
/
+4
2019-09-29
Merge tag 'libnvdimm-fixes-5.4-rc1' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-1
/
+7
[next]