| Commit message (Expand) | Author | Age | Files | Lines |
* | 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-09 | 1 | -18/+9 |
|\ |
|
| * | mm: remove misleading ARCH_USES_NUMA_PROT_NONE | Mel Gorman | 2014-10-09 | 1 | -18/+9 |
* | | PCI: Add pci_remap_iospace() to map bus I/O resources | Liviu Dudau | 2014-09-30 | 1 | -0/+4 |
|/ |
|
* | x86: define _PAGE_NUMA by reusing software bits on the PMD and PTE levels | Mel Gorman | 2014-06-04 | 1 | -2/+6 |
* | mm: use paravirt friendly ops for NUMA hinting ptes | Mel Gorman | 2014-04-18 | 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-18 | 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-13 | 1 | -0/+15 |
* | mm: save soft-dirty bits on swapped pages | Cyrill Gorcunov | 2013-08-13 | 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-03 | 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-29 | 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-16 | 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-12 | 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 |
* | thp: avoid atomic64_read in pmd_read_atomic for 32bit PAE | Andrea Arcangeli | 2012-06-20 | 1 | -0/+10 |
* | mm: pmd_read_atomic: fix 32bit PAE pmd walk vs pmd_populate SMP race condition | Andrea Arcangeli | 2012-05-29 | 1 | -2/+20 |
* | arch/tile: allow building Linux with transparent huge pages enabled | Chris Metcalf | 2012-05-25 | 1 | -3/+2 |
* | Merge tag 'bug-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/paul... | Linus Torvalds | 2012-03-24 | 1 | -0/+1 |
|\ |
|
| * | BUG: headers with BUG/BUG_ON etc. need linux/bug.h | Paul Gortmaker | 2012-03-04 | 1 | -0/+1 |
* | | mm: thp: fix pmd_bad() triggering in code paths holding mmap_sem read mode | Andrea Arcangeli | 2012-03-21 | 1 | -0/+61 |
|/ |
|
* | include/asm-generic/pgtable.h: fix unbalanced parenthesis | Nicolas Kaiser | 2011-06-15 | 1 | -1/+1 |
* | [S390] merge page_test_dirty and page_clear_dirty | Martin Schwidefsky | 2011-05-23 | 1 | -8/+4 |
* | mm: <asm-generic/pgtable.h> must include <linux/mm_types.h> | Ben Hutchings | 2011-02-28 | 1 | -0/+2 |
* | fix non-x86 build failure in pmdp_get_and_clear | Andrea Arcangeli | 2011-01-16 | 1 | -11/+3 |
* | thp: add pmd mangling generic functions | Andrea Arcangeli | 2011-01-13 | 1 | -60/+154 |
* | thp: special pmd_trans_* functions | Andrea Arcangeli | 2011-01-13 | 1 | -0/+11 |
* | [S390] add support for nonquiescing sske | Martin Schwidefsky | 2010-10-25 | 1 | -1/+1 |
* | x86, mm: Avoid unnecessary TLB flush | Shaohua Li | 2010-08-23 | 1 | -0/+4 |
* | asm-generic: add dummy pgprot_noncached() | Paul Mundt | 2009-06-23 | 1 | -0/+4 |
* | x86/paravirt: finish change from lazy cpu to context switch start/end | Jeremy Fitzhardinge | 2009-03-29 | 1 | -1/+1 |
* | x86/pvops: replace arch_enter_lazy_cpu_mode with arch_start_context_switch | Jeremy Fitzhardinge | 2009-03-29 | 1 | -10/+11 |
* | x86 PAT: change track_pfn_vma_new to take pgprot_t pointer param | venkatesh.pallipadi@intel.com | 2009-01-13 | 1 | -2/+2 |
* | x86: PAT: move track untrack pfnmap stubs to asm-generic | venkatesh.pallipadi@intel.com | 2008-12-19 | 1 | -0/+46 |