index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
mm
/
pgtable_64.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
tree wide: get rid of __GFP_REPEAT for order-0 allocations part I
Michal Hocko
2016-06-24
1
-2
/
+1
*
powerpc/mm: THP is only available on hash64 as of now
Aneesh Kumar K.V
2016-05-11
1
-359
/
+0
*
powerpc/mm: pte_frag abstraction
Aneesh Kumar K.V
2016-05-11
1
-0
/
+4
*
powerpc/mm: vmalloc abstraction in preparation for radix
Aneesh Kumar K.V
2016-05-11
1
-2
/
+13
*
powerpc/mm: Add radix pgalloc details
Aneesh Kumar K.V
2016-05-11
1
-0
/
+6
*
powerpc/mm: Make 4K and 64K use pte_t for pgtable_t
Aneesh Kumar K.V
2016-05-11
1
-1
/
+1
*
powerpc/mm: Rename function to indicate we are allocating fragments
Aneesh Kumar K.V
2016-05-11
1
-17
/
+4
*
powerpc/mm: Make page table size a variable
Aneesh Kumar K.V
2016-05-01
1
-11
/
+22
*
powerpc/mm/book3s: Rename hash specific PTE bits to carry H_ prefix
Aneesh Kumar K.V
2016-05-01
1
-4
/
+4
*
powerpc/mm: Move hash and no hash code to separate files
Aneesh Kumar K.V
2016-05-01
1
-83
/
+0
*
powerpc/mm/hash: Add support for Power9 Hash
Aneesh Kumar K.V
2016-05-01
1
-0
/
+7
*
powerpc/mm: Use generic version of pmdp_clear_flush_young()
Aneesh Kumar K.V
2016-05-01
1
-10
/
+3
*
powerpc/mm: Drop WIMG in favour of new constants
Aneesh Kumar K.V
2016-05-01
1
-4
/
+0
*
powerpc/mm: Use a helper for finding pte bits mapping I/O area
Aneesh Kumar K.V
2016-05-01
1
-2
/
+2
*
powerpc/mm: Remove RPN_SHIFT and RPN_SIZE
Aneesh Kumar K.V
2016-05-01
1
-1
/
+1
*
powerpc/mm: Replace _PAGE_USER with _PAGE_PRIVILEGED
Aneesh Kumar K.V
2016-05-01
1
-3
/
+12
*
powerpc/mm: Use _PAGE_READ to indicate Read access
Aneesh Kumar K.V
2016-05-01
1
-3
/
+2
*
powerpc/mm: Use big endian Linux page tables for book3s 64
Aneesh Kumar K.V
2016-05-01
1
-4
/
+8
*
powerpc/mm: Drop PTE_ATOMIC_UPDATES from pmd_hugepage_update()
Aneesh Kumar K.V
2016-05-01
1
-5
/
+1
*
Merge tag 'powerpc-4.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
2016-03-19
1
-2
/
+9
|
\
|
*
mm: Some arch may want to use HPAGE_PMD related values as variables
Kirill A. Shutemov
2016-03-03
1
-0
/
+7
|
*
powerpc/mm/book3s-64: Move _PAGE_PRESENT to the most significant bit
Paul Mackerras
2016-02-29
1
-1
/
+1
|
*
powerpc/mm/book3s-64: Free up 7 high-order bits in the Linux PTE
Paul Mackerras
2016-02-27
1
-1
/
+1
*
|
mm: introduce page reference manipulation functions
Joonsoo Kim
2016-03-17
1
-1
/
+1
|
/
*
powerpc/mm: Fix Multi hit ERAT cause by recent THP update
Aneesh Kumar K.V
2016-02-15
1
-0
/
+32
*
powerpc, thp: remove infrastructure for handling splitting PMDs
Kirill A. Shutemov
2016-01-15
1
-49
/
+0
*
powerpc/mm: Add a _PAGE_PTE bit
Aneesh Kumar K.V
2015-12-14
1
-6
/
+1
*
powerpc/mm: Move THP headers around
Aneesh Kumar K.V
2015-12-14
1
-1
/
+1
*
powerpc/mm: Don't track subpage valid bit in pte_t
Aneesh Kumar K.V
2015-12-14
1
-1
/
+1
*
powerpc/mm: Don't use pmd_val, pud_val and pgd_val as lvalue
Aneesh Kumar K.V
2015-12-14
1
-10
/
+9
*
powerpc/booke64: Move mb() to __set_pte_at() with kernel-addr test
Scott Wood
2015-08-07
1
-10
/
+0
*
mm: clarify that the function operates on hugepage pte
Aneesh Kumar K.V
2015-06-24
1
-2
/
+2
*
powerpc/mm: use generic version of pmdp_clear_flush()
Aneesh Kumar K.V
2015-06-24
1
-11
/
+0
*
mm/thp: split out pmd collapse flush into separate functions
Aneesh Kumar K.V
2015-06-24
1
-35
/
+41
*
powerpc/thp: Serialize pmd clear against a linux page table walk.
Aneesh Kumar K.V
2015-05-12
1
-0
/
+11
*
powerpc: Replace mem_init_done with slab_is_available()
Michael Ellerman
2015-04-10
1
-2
/
+2
*
powerpc: Fix compile errors with STRICT_MM_TYPECHECKS enabled
Michael Ellerman
2015-04-10
1
-1
/
+1
*
powerpc: drop _PAGE_FILE and pte_file()-related helpers
Kirill A. Shutemov
2015-02-16
1
-1
/
+1
*
mm: convert p[te|md]_numa users to p[te|md]_protnone_numa
Mel Gorman
2015-02-12
1
-1
/
+2
*
powerpc/mm: don't do tlbie for updatepp request with NO HPTE fault
Aneesh Kumar K.V
2014-12-05
1
-3
/
+4
*
powerpc/mm/thp: Use tlbiel if possible
Aneesh Kumar K.V
2014-12-02
1
-2
/
+7
*
powerpc/mm/thp: Remove code duplication
Aneesh Kumar K.V
2014-12-02
1
-55
/
+9
*
powerpc/mm: Add missing pmd accessors
Aneesh Kumar K.V
2014-11-14
1
-3
/
+19
*
powerpc: Remove superfluous bootmem includes
Anton Blanchard
2014-11-10
1
-1
/
+1
*
powerpc: Remove some old bootmem related comments
Anton Blanchard
2014-11-10
1
-4
/
+0
*
powerpc: Remove bootmem allocator
Anton Blanchard
2014-11-10
1
-5
/
+1
*
powerpc/thp: Add tracepoints to track hugepage invalidate
Aneesh Kumar K.V
2014-08-13
1
-0
/
+6
*
powerpc/thp: Handle combo pages in invalidate
Aneesh Kumar K.V
2014-08-13
1
-3
/
+11
*
powerpc/thp: Don't recompute vsid and ssize in loop on invalidate
Aneesh Kumar K.V
2014-08-13
1
-12
/
+12
*
powerpc/64e: Add __ref to early_alloc_pgtable()
Scott Wood
2014-08-05
1
-1
/
+1
[next]