Age | Commit message (Expand) | Author | Files | Lines |
2016-07-27 | arch: x86: charge page tables to kmemcg | Vladimir Davydov | 1 | -3/+7 |
2016-06-25 | x86: get rid of superfluous __GFP_REPEAT | Michal Hocko | 1 | -1/+1 |
2016-01-16 | x86, thp: remove infrastructure for handling splitting PMDs | Kirill A. Shutemov | 1 | -13/+0 |
2015-11-26 | x86/paravirt: Remove paravirt ops pmd_update[_defer] and pte_update_defer | Juergen Gross | 1 | -6/+1 |
2015-05-27 | x86/mm/mtrr: Enhance MTRR checks in kernel mapping helpers | Toshi Kani | 1 | -14/+24 |
2015-05-27 | x86/mm/mtrr: Use symbolic define as a retval for disabled MTRRs | Toshi Kani | 1 | -10/+32 |
2015-04-15 | x86, mm: support huge KVA mappings on x86 | Toshi Kani | 1 | -0/+65 |
2015-04-15 | x86: expose number of page table levels on Kconfig level | Kirill A. Shutemov | 1 | -7/+7 |
2015-02-24 | Merge tag 'v4.0-rc1' into x86/mm, to refresh the tree | Ingo Molnar | 1 | -5/+9 |
2015-02-19 | x86/mm: Reduce PAE-mode per task pgd allocation overhead from 4K to 32 bytes | Fenghua Yu | 1 | -3/+78 |
2015-02-12 | mm: account pmd page tables to the process | Kirill A. Shutemov | 1 | -5/+9 |
2014-06-05 | Merge branch 'x86/vdso' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/... | Linus Torvalds | 1 | -3/+3 |
2014-05-06 | x86, mm: Ensure correct alignment of the fixmap | Andy Lutomirski | 1 | -3/+3 |
2014-04-16 | x86/mm: In the PTE swapout page reclaim case clear the accessed bit instead o... | Shaohua Li | 1 | -7/+14 |
2013-11-22 | x86, mm: do not leak page->ptl for pmd page tables | Kirill A. Shutemov | 1 | -1/+3 |
2013-11-21 | Wrong page freed on preallocate_pmds() failure exit | Al Viro | 1 | -1/+1 |
2013-11-15 | x86: handle pgtable_page_ctor() fail | Kirill A. Shutemov | 1 | -2/+6 |
2013-11-15 | x86: add missed pgtable_pmd_page_ctor/dtor calls for preallocated pmds | Kirill A. Shutemov | 1 | -2/+9 |
2013-07-09 | mm/pgtable: don't accumulate addr during pgd prepopulate pmd | Wanpeng Li | 1 | -3/+1 |
2013-04-13 | x86-32: Fix possible incomplete TLB invalidate with PAE pagetables | Dave Hansen | 1 | -0/+7 |
2013-01-26 | Merge tag 'v3.8-rc5' into x86/mm | H. Peter Anvin | 1 | -2/+8 |
2012-12-17 | Merge tag 'balancenuma-v11' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -1/+7 |
2012-12-11 | x86: mm: drop TLB flush from ptep_set_access_flags | Rik van Riel | 1 | -1/+0 |
2012-12-11 | x86: mm: only do a local tlb flush in ptep_set_access_flags() | Rik van Riel | 1 | -1/+8 |
2012-12-06 | propagate name change to comments in kernel source | Nadia Yvette Chambers | 1 | -1/+1 |
2012-11-23 | x86/mm: Don't flush the TLB on #WP pmd fixups | Ingo Molnar | 1 | -1/+6 |
2011-03-18 | x86: Flush TLB if PGD entry is changed in i386 PAE mode | Shaohua Li | 1 | -2/+1 |
2011-03-10 | x86/mm: Fix pgd_lock deadlock | Andrea Arcangeli | 1 | -7/+4 |
2011-01-14 | thp: add x86 32bit support | Johannes Weiner | 1 | -2/+2 |
2011-01-14 | thp: add pmd mangling functions to x86 | Andrea Arcangeli | 1 | -0/+66 |
2010-10-22 | Merge branch 'x86-vmware-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -4/+0 |
2010-10-20 | x86, mm: Hold mm->page_table_lock while doing vmalloc_sync | Jeremy Fitzhardinge | 1 | -3/+17 |
2010-08-24 | x86, paravirt: Remove alloc_pmd_clone hook, only used by VMI | Alok Kataria | 1 | -4/+0 |
2010-03-30 | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 1 | -0/+1 |
2010-02-25 | x86, mm: Allow highmem user page tables to be disabled at boot time | Ian Campbell | 1 | -5/+26 |
2009-08-04 | x86, 32-bit: Fix double accounting in reserve_top_address() | Jan Beulich | 1 | -1/+0 |
2009-07-27 | mm: Pass virtual address to [__]p{te,ud,md}_free_tlb() | Benjamin Herrenschmidt | 1 | -3/+3 |
2009-06-15 | kmemcheck: don't track page tables | Vegard Nossum | 1 | -5/+7 |
2009-04-10 | x86: fix set_fixmap to use phys_addr_t | Masami Hiramatsu | 1 | -1/+2 |
2009-02-28 | x86, fixmap: define reserve_top_address for x86_64 | Gustavo F. Padovan | 1 | -0/+18 |
2008-09-06 | x86: pgd_{c,d}tor() cleanup | Jan Beulich | 1 | -4/+2 |
2008-08-11 | x86: work around gcc 3.4.x bug | Jeremy Fitzhardinge | 1 | -0/+3 |
2008-07-08 | x86: preallocate and prepopulate separately | Jeremy Fitzhardinge | 1 | -68/+101 |
2008-07-08 | x86/paravirt: add a pgd_alloc/free hooks | Jeremy Fitzhardinge | 1 | -5/+8 |
2008-07-08 | Merge branch 'x86/fixmap' into x86/devel | Ingo Molnar | 1 | -0/+20 |
2008-06-20 | x86: unify __set_fixmap, fix | Ingo Molnar | 1 | -0/+1 |
2008-06-20 | x86/paravirt/xen: add set_fixmap pv_mmu_ops | Jeremy Fitzhardinge | 1 | -2/+7 |
2008-06-20 | x86: implement set_pte_vaddr | Jeremy Fitzhardinge | 1 | -1/+1 |
2008-06-20 | x86: unify __set_fixmap | Jeremy Fitzhardinge | 1 | -0/+14 |
2008-05-25 | x86: fixup the fallout of the bitops changes | Thomas Gleixner | 1 | -1/+1 |