| Commit message (Expand) | Author | Age | Files | Lines |
* | arch: fix has_transparent_hugepage() | Hugh Dickins | 2016-05-20 | 1 | -0/+8 |
* | mm/thp/migration: switch from flush_tlb_range to flush_pmd_tlb_range | Aneesh Kumar K.V | 2016-03-17 | 1 | -0/+17 |
* | powerpc/mm: Fix Multi hit ERAT cause by recent THP update | Aneesh Kumar K.V | 2016-02-15 | 1 | -0/+8 |
* | mm, dax: convert vmf_insert_pfn_pmd() to pfn_t | Dan Williams | 2016-01-16 | 1 | -2/+4 |
* | mm, thp: remove infrastructure for handling splitting PMDs | Kirill A. Shutemov | 2016-01-16 | 1 | -9/+0 |
* | x86/mm/pat: Add untrack_pfn_moved for mremap | Toshi Kani | 2016-01-05 | 1 | -1/+9 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39... | Linus Torvalds | 2015-11-04 | 1 | -0/+10 |
|\ |
|
| * | mm: add architecture primitives for software dirty bit clearing | Martin Schwidefsky | 2015-10-14 | 1 | -0/+10 |
* | | mm,thp: reduce ifdef'ery for THP in generic code | Vineet Gupta | 2015-10-17 | 1 | -7/+30 |
|/ |
|
* | mm: clarify that the function operates on hugepage pte | Aneesh Kumar K.V | 2015-06-25 | 1 | -9/+9 |
* | powerpc/mm: use generic version of pmdp_clear_flush() | Aneesh Kumar K.V | 2015-06-25 | 1 | -7/+2 |
* | mm/thp: split out pmd collapse flush into separate functions | Aneesh Kumar K.V | 2015-06-25 | 1 | -0/+21 |
* | x86/mm/pat: Add pgprot_writethrough() | Toshi Kani | 2015-06-07 | 1 | -0/+4 |
* | mm: change vunmap to tear down huge KVA mappings | Toshi Kani | 2015-04-15 | 1 | -0/+10 |
* | mm: change ioremap to set up huge I/O mappings | Toshi Kani | 2015-04-15 | 1 | -0/+15 |
* | mm: define default PGTABLE_LEVELS to two | Kirill A. Shutemov | 2015-04-15 | 1 | -0/+5 |
* | mm: remove remaining references to NUMA hinting bits and helpers | Mel Gorman | 2015-02-13 | 1 | -155/+0 |
* | mm: add p[te|md] protnone helpers for use by NUMA balancing | Mel Gorman | 2015-02-13 | 1 | -0/+20 |
* | asm-generic: drop unused pte_file* helpers | Kirill A. Shutemov | 2015-02-10 | 1 | -15/+0 |
* | s390/mm: pmdp_get_and_clear_full optimization | Martin Schwidefsky | 2014-10-27 | 1 | -0/+11 |
* | mm: softdirty: enable write notifications on VMAs after VM_SOFTDIRTY cleared | Peter Feiner | 2014-10-14 | 1 | -0/+14 |
* | Merge branch 'akpm' (fixes from Andrew Morton) | Linus Torvalds | 2014-10-10 | 1 | -18/+9 |
|\ |
|
| * | mm: remove misleading ARCH_USES_NUMA_PROT_NONE | Mel Gorman | 2014-10-10 | 1 | -18/+9 |
* | | PCI: Add pci_remap_iospace() to map bus I/O resources | Liviu Dudau | 2014-10-01 | 1 | -0/+4 |
|/ |
|
* | x86: define _PAGE_NUMA by reusing software bits on the PMD and PTE levels | Mel Gorman | 2014-06-05 | 1 | -2/+6 |
* | mm: use paravirt friendly ops for NUMA hinting ptes | Mel Gorman | 2014-04-19 | 1 | -8/+23 |
* | mm: add support for discard of unused ptes | Konstantin Weitz | 2014-02-21 | 1 | -0/+13 |
* | mm: Use ptep/pmdp_set_numa() for updating _PAGE_NUMA bit | Aneesh Kumar K.V | 2014-02-17 | 1 | -0/+39 |
* | powerpc/thp: Fix crash on mremap | Aneesh Kumar K.V | 2014-01-15 | 1 | -0/+12 |
* | mm: Fix NULL pointer dereference in madvise(MADV_WILLNEED) support | Kirill A. Shutemov | 2013-12-20 | 1 | -3/+2 |
* | mm: fix TLB flush race between migration, and change_protection_range | Rik van Riel | 2013-12-19 | 1 | -1/+1 |
* | s390/mm: implement software referenced bits | Martin Schwidefsky | 2013-08-29 | 1 | -4/+0 |
* | mm: save soft-dirty bits on file pages | Cyrill Gorcunov | 2013-08-14 | 1 | -0/+15 |
* | mm: save soft-dirty bits on swapped pages | Cyrill Gorcunov | 2013-08-14 | 1 | -0/+15 |
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow... | Linus Torvalds | 2013-07-04 | 1 | -2/+3 |
|\ |
|
| * | mm/THP: add pmd args to pgtable deposit and withdraw APIs | Aneesh Kumar K.V | 2013-06-20 | 1 | -2/+3 |
* | | mm: soft-dirty bits for user memory changes tracking | Pavel Emelyanov | 2013-07-04 | 1 | -0/+22 |
* | | consolidate io_remap_pfn_range definitions | Al Viro | 2013-06-29 | 1 | -0/+4 |
|/ |
|
* | mm: allow arch code to control the user page table ceiling | Hugh Dickins | 2013-04-30 | 1 | -0/+10 |
* | s390/mm: implement software dirty bits | Martin Schwidefsky | 2013-02-14 | 1 | -10/+0 |
* | asm-generic, mm: pgtable: convert my_zero_pfn() to macros to fix build | Kirill A. Shutemov | 2013-01-18 | 1 | -4/+2 |
* | Merge tag 'balancenuma-v11' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2012-12-17 | 1 | -0/+110 |
|\ |
|
| * | mm: numa: pte_numa() and pmd_numa() | Andrea Arcangeli | 2012-12-11 | 1 | -0/+106 |
| * | x86/mm: Introduce pte_accessible() | Rik van Riel | 2012-12-11 | 1 | -0/+4 |
* | | asm-generic, mm: pgtable: consolidate zero page helpers | Kirill A. Shutemov | 2012-12-13 | 1 | -0/+26 |
|/ |
|
* | mm: thp: fix the pmd_clear() arguments in pmdp_get_and_clear() | Catalin Marinas | 2012-10-09 | 1 | -1/+1 |
* | thp: introduce pmdp_invalidate() | Gerald Schaefer | 2012-10-09 | 1 | -0/+5 |
* | thp: remove assumptions on pgtable_t type | Gerald Schaefer | 2012-10-09 | 1 | -0/+8 |
* | mm, x86, pat: rework linear pfn-mmap tracking | Konstantin Khlebnikov | 2012-10-09 | 1 | -2/+4 |
* | x86, pat: separate the pfn attribute tracking for remap_pfn_range and vm_inse... | Suresh Siddha | 2012-10-09 | 1 | -23/+32 |