index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
include
/
asm
/
book3s
/
64
/
pgtable.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
powerpc/mm: refactor ioremap vm area setup.
Christophe Leroy
2019-08-27
1
-0
/
+1
*
powerpc/mm: make ioremap_bot common to all
Christophe Leroy
2019-08-27
1
-1
/
+0
*
powerpc/64s/radix: Remove redundant pfn_pte bitop, add VM_BUG_ON
Nicholas Piggin
2019-08-20
1
-2
/
+4
*
mm: introduce ARCH_HAS_PTE_DEVMAP
Robin Murphy
2019-07-16
1
-1
/
+0
*
powerpc/book3s: Use config independent helpers for page table walk
Aneesh Kumar K.V
2019-07-05
1
-0
/
+21
*
powerpc/mm: Remove unused variable declaration
Aneesh Kumar K.V
2019-07-05
1
-1
/
+0
*
Merge branch 'fixes' into next
Michael Ellerman
2019-07-01
1
-0
/
+30
|
\
|
*
powerpc/64s: Fix THP PMD collapse serialisation
Nicholas Piggin
2019-06-07
1
-0
/
+30
*
|
powerpc/64s/radix: Enable HAVE_ARCH_HUGE_VMAP
Nicholas Piggin
2019-06-19
1
-0
/
+8
|
/
*
powerpc/mm/hash64: Map all the kernel regions in the same 0xc range
Aneesh Kumar K.V
2019-04-21
1
-1
/
+0
*
powerpc/mm/hash64: Add a variable to track the end of IO mapping
Aneesh Kumar K.V
2019-04-21
1
-3
/
+5
*
powerpc/mm: Silence unused-but-set-variable warnings
Qian Cai
2019-04-20
1
-1
/
+2
*
Merge tag 'powerpc-5.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
2019-03-07
1
-15
/
+1
|
\
|
*
powerpc/book3s: Remove pgd/pud/pmd_set() interfaces
Aneesh Kumar K.V
2019-02-22
1
-14
/
+0
|
*
Merge branch 'fixes' into next
Michael Ellerman
2019-02-19
1
-17
/
+9
|
|
\
|
*
|
powerpc/mm: Add _PAGE_SAO to _PAGE_CACHE_CTL mask
Reza Arbab
2019-01-31
1
-1
/
+1
*
|
|
arch/powerpc/mm: Nest MMU workaround for mprotect RW upgrade
Aneesh Kumar K.V
2019-03-05
1
-0
/
+18
|
|
/
|
/
|
*
|
powerpc/64s: Fix possible corruption on big endian due to pgd/pud_present()
Michael Ellerman
2019-02-17
1
-2
/
+2
*
|
powerpc/radix: Fix kernel crash with mremap()
Aneesh Kumar K.V
2019-01-31
1
-15
/
+7
|
/
*
powerpc/mm: remove const type qualifier from function ‘pud_pfn’
Mathieu Malaterre
2018-11-25
1
-1
/
+1
*
Merge branch 'xarray' of git://git.infradead.org/users/willy/linux-dax
Linus Torvalds
2018-10-28
1
-3
/
+1
|
\
|
*
xarray: Replace exceptional entries
Matthew Wilcox
2018-09-29
1
-3
/
+1
*
|
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2018-10-26
1
-0
/
+1
|
\
\
|
*
|
hugetlb: introduce generic version of huge_ptep_set_wrprotect()
Alexandre Ghiti
2018-10-26
1
-0
/
+1
*
|
|
Merge tag 'powerpc-4.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
2018-10-26
1
-78
/
+103
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
powerpc/mm: Make pte_pgprot return all pte bits
Aneesh Kumar K.V
2018-10-19
1
-8
/
+0
|
*
|
powerpc/book3s64: Avoid multiple endian conversion in pte helpers
Christophe Leroy
2018-10-14
1
-39
/
+32
|
*
|
powerpc/mm: move __P and __S tables in the common pgtable.h
Christophe Leroy
2018-10-14
1
-20
/
+0
|
*
|
powerpc/mm: drop unused page flags
Christophe Leroy
2018-10-14
1
-9
/
+1
|
*
|
powerpc/mm: add pte helpers to query and change pte flags
Christophe Leroy
2018-10-14
1
-0
/
+35
|
*
|
powerpc: handover page flags with a pgprot_t parameter
Christophe Leroy
2018-10-14
1
-4
/
+3
|
*
|
powerpc/mm:book3s: Enable THP migration support
Aneesh Kumar K.V
2018-10-03
1
-0
/
+8
|
*
|
powerpc/mm/thp: update pmd_trans_huge to check for pmd_present
Aneesh Kumar K.V
2018-10-03
1
-0
/
+18
|
*
|
powerpc/mm/book3s: Update pmd_present to look at _PAGE_PRESENT bit
Aneesh Kumar K.V
2018-10-03
1
-3
/
+11
*
|
|
mm: Preserve _PAGE_DEVMAP across mprotect() calls
Jan Kara
2018-10-09
1
-2
/
+2
|
|
/
|
/
|
*
|
KVM: PPC: Avoid marking DMA-mapped pages dirty in real mode
Alexey Kardashevskiy
2018-09-12
1
-1
/
+0
|
/
*
powerpc/mm/books3s: Add new pte bit to mark pte temporarily invalid.
Aneesh Kumar K.V
2018-08-23
1
-1
/
+17
*
Merge branch 'topic/ppc-kvm' into next
Michael Ellerman
2018-07-19
1
-3
/
+2
|
\
|
*
powerpc/64s: Remove POWER9 DD1 support
Nicholas Piggin
2018-07-16
1
-3
/
+2
*
|
powerpc/mm/hash/4k: Free hugetlb page table caches correctly.
Aneesh Kumar K.V
2018-06-20
1
-0
/
+5
|
/
*
mm: introduce ARCH_HAS_PTE_SPECIAL
Laurent Dufour
2018-06-07
1
-3
/
+0
*
powerpc/mm: Change function prototype
Aneesh Kumar K.V
2018-06-03
1
-3
/
+5
*
powerpc/mm: Use page fragments for allocation page table at PMD level
Aneesh Kumar K.V
2018-05-15
1
-2
/
+2
*
powerpc/mm: Implement helpers for pagetable fragment support at PMD level
Aneesh Kumar K.V
2018-05-15
1
-0
/
+6
*
powerpc/book3s64/mm: Simplify the rcu callback for page table free
Aneesh Kumar K.V
2018-05-15
1
-0
/
+10
*
powerpc/mm/keys: Move pte bits to correct headers
Aneesh Kumar K.V
2018-03-31
1
-19
/
+0
*
powerpc/mm/hash64: Store the slot information at the right offset for hugetlb
Aneesh Kumar K.V
2018-02-13
1
-1
/
+1
*
powerpc/mm: Fix crashes with 16G huge pages
Aneesh Kumar K.V
2018-02-13
1
-0
/
+2
*
Merge tag 'powerpc-4.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
2018-02-02
1
-2
/
+77
|
\
|
*
powerpc: check key protection for user page access
Ram Pai
2018-01-20
1
-1
/
+9
[next]