index
:
Linux
arm64-uaccess
for-next
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
/
hash-64k.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
powerpc/mm/hash: Simplify the region id calculation.
Aneesh Kumar K.V
2019-04-21
1
-0
/
+1
*
powerpc/mm/hash64: Map all the kernel regions in the same 0xc range
Aneesh Kumar K.V
2019-04-21
1
-0
/
+11
*
powerpc/mm/64: Document the sizes of/sizes mapped by Pxx_INDEX_SIZE
Michael Ellerman
2019-04-20
1
-4
/
+5
*
powerpc/mm/hash: Remove unnecessary do { } while(0) loop
Aneesh Kumar K.V
2018-08-10
1
-3
/
+2
*
powerpc/mm: Implement helpers for pagetable fragment support at PMD level
Aneesh Kumar K.V
2018-05-15
1
-0
/
+7
*
powerpc/mm/radix: Update pte fragment count from 16 to 256 on radix
Aneesh Kumar K.V
2018-04-04
1
-6
/
+4
*
powerpc/mm/hash64: Increase the VA range
Aneesh Kumar K.V
2018-03-31
1
-1
/
+1
*
powerpc/mm: Add support for handling > 512TB address in SLB miss
Aneesh Kumar K.V
2018-03-31
1
-0
/
+6
*
powerpc/mm/keys: Move pte bits to correct headers
Aneesh Kumar K.V
2018-03-31
1
-0
/
+7
*
powerpc/mm/hash64: Store the slot information at the right offset for hugetlb
Aneesh Kumar K.V
2018-02-13
1
-4
/
+5
*
powerpc/mm/hash64: Allocate larger PMD table if hugetlb config is enabled
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
/
+5
*
Merge tag 'powerpc-4.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
2018-02-02
1
-21
/
+50
|
\
|
*
powerpc: Swizzle around 4K PTE bits to free up bit 5 and bit 6
Ram Pai
2017-12-20
1
-0
/
+1
|
*
powerpc: shifted-by-one hidx value
Ram Pai
2017-12-20
1
-3
/
+11
|
*
powerpc: Free up four 64K PTE bits in 64K backed HPTE pages
Ram Pai
2017-12-20
1
-16
/
+14
|
*
powerpc: Free up four 64K PTE bits in 4K backed HPTE pages
Ram Pai
2017-12-20
1
-6
/
+3
|
*
powerpc: introduce pte_set_hidx() helper
Ram Pai
2017-12-20
1
-0
/
+25
*
|
mm/thp: remove pmd_huge_split_prepare()
Aneesh Kumar K.V
2018-01-31
1
-2
/
+0
|
/
*
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-11-02
1
-0
/
+1
*
powerpc/mm/book3s/64: Rework page table geometry for lower memory usage
Michael Ellerman
2017-05-09
1
-3
/
+3
*
powerpc/mm/hash: Increase VA range to 128TB
Aneesh Kumar K.V
2017-03-31
1
-1
/
+1
*
powerpc/mm: Define all PTE bits based on radix definitions.
Aneesh Kumar K.V
2017-03-31
1
-2
/
+2
*
powerpc/mm: Cleanup bits definition between hash and radix.
Aneesh Kumar K.V
2017-03-31
1
-0
/
+4
*
powerpc/64: get rid of MIN_HUGEPTE_SHIFT
Christophe Leroy
2016-11-18
1
-3
/
+0
*
powerpc/mm/thp: Abstraction for THP functions
Aneesh Kumar K.V
2016-05-11
1
-5
/
+18
*
powerpc/mm: pte_frag abstraction
Aneesh Kumar K.V
2016-05-11
1
-2
/
+2
*
powerpc/mm/radix: Add radix callback for pmd accessors
Aneesh Kumar K.V
2016-05-01
1
-5
/
+4
*
powerpc/mm: Move hugetlb and THP related pmd accessors to pgtable.h
Aneesh Kumar K.V
2016-05-01
1
-83
/
+0
*
powerpc/mm: Make page table size a variable
Aneesh Kumar K.V
2016-05-01
1
-36
/
+10
*
powerpc/mm/book3s: Rename hash specific PTE bits to carry H_ prefix
Aneesh Kumar K.V
2016-05-01
1
-16
/
+22
*
powerpc/mm: Remove RPN_SHIFT and RPN_SIZE
Aneesh Kumar K.V
2016-05-01
1
-13
/
+13
*
powerpc/mm: Use _PAGE_READ to indicate Read access
Aneesh Kumar K.V
2016-05-01
1
-2
/
+2
*
powerpc/mm: Use pte_raw() in pte_same()/pmd_same()
Michael Ellerman
2016-05-01
1
-1
/
+1
*
powerpc/mm: Switch book3s 64 with 64K page size to 4 level page table
Aneesh Kumar K.V
2016-03-03
1
-16
/
+17
*
powerpc/mm/book3s-64: Expand the real page number field of the Linux PTE
Paul Mackerras
2016-02-29
1
-6
/
+6
*
powerpc/mm/book3s-64: Move _PAGE_PRESENT to the most significant bit
Paul Mackerras
2016-02-29
1
-5
/
+5
*
powerpc/mm/book3s-64: Free up 7 high-order bits in the Linux PTE
Paul Mackerras
2016-02-27
1
-4
/
+6
*
powerpc, thp: remove infrastructure for handling splitting PMDs
Kirill A. Shutemov
2016-01-15
1
-12
/
+0
*
powerpc/mm: Add page soft dirty tracking
Laurent Dufour
2015-12-17
1
-2
/
+2
*
powerpc/mm: Don't hardcode the hash pte slot shift
Aneesh Kumar K.V
2015-12-14
1
-1
/
+1
*
powerpc/mm: Don't hardcode page table size
Aneesh Kumar K.V
2015-12-14
1
-7
/
+23
*
powerpc/mm: Add a _PAGE_PTE bit
Aneesh Kumar K.V
2015-12-14
1
-14
/
+9
*
powerpc/mm: Move THP headers around
Aneesh Kumar K.V
2015-12-14
1
-0
/
+126
*
powerpc/mm: Move hugetlb related headers
Aneesh Kumar K.V
2015-12-14
1
-0
/
+51
*
powerpc/mm: Convert __hash_page_64K to C
Aneesh Kumar K.V
2015-12-14
1
-1
/
+2
*
powerpc/mm: Remove pte_val usage for the second half of pgtable_t
Aneesh Kumar K.V
2015-12-14
1
-1
/
+3
*
powerpc/mm: Don't track subpage valid bit in pte_t
Aneesh Kumar K.V
2015-12-14
1
-28
/
+7
*
powerpc/mm: Move hash specific pte width and other defines to book3s
Aneesh Kumar K.V
2015-12-14
1
-3
/
+43
*
powerpc/mm: move pte headers to book3s directory
Aneesh Kumar K.V
2015-12-14
1
-0
/
+102