Age | Commit message (Expand) | Author |
2021-01-12 | x86/mm: Fix leak of pmd ptlock | Dan Williams |
2020-01-04 | x86/mm: Use the correct function type for native_set_fixmap() | Sami Tolvanen |
2019-05-16 | x86/mm: Use WRITE_ONCE() when setting PTEs | Nadav Amit |
2018-08-17 | x86/mm: Add TLB purge to free pmd/pte page interfaces | Toshi Kani |
2018-08-17 | ioremap: Update pgtable free interfaces with addr | Chintan Pandya |
2018-08-17 | x86/mm: Disable ioremap free page handling on x86-PAE | Toshi Kani |
2018-05-30 | x86/pgtable: Don't set huge PUD/PMD on non-leaf entries | Joerg Roedel |
2018-03-28 | x86/mm: implement free pmd/pte page interfaces | Toshi Kani |
2018-03-28 | mm/vmalloc: add interfaces to free unmapped page table | Toshi Kani |
2018-01-05 | kaiser: add "nokaiser" boot option, using ALTERNATIVE | Hugh Dickins |
2018-01-05 | kaiser: _pgd_alloc() without __GFP_REPEAT to avoid stalls | Hugh Dickins |
2018-01-05 | kaiser: merged update | Dave Hansen |
2018-01-05 | KAISER: Kernel Address Isolation | Richard Fellner |
2015-05-27 | x86/mm/mtrr: Enhance MTRR checks in kernel mapping helpers | Toshi Kani |
2015-05-27 | x86/mm/mtrr: Use symbolic define as a retval for disabled MTRRs | Toshi Kani |
2015-04-14 | x86, mm: support huge KVA mappings on x86 | Toshi Kani |
2015-04-14 | x86: expose number of page table levels on Kconfig level | Kirill A. Shutemov |
2015-02-24 | Merge tag 'v4.0-rc1' into x86/mm, to refresh the tree | Ingo Molnar |
2015-02-19 | x86/mm: Reduce PAE-mode per task pgd allocation overhead from 4K to 32 bytes | Fenghua Yu |
2015-02-11 | mm: account pmd page tables to the process | Kirill A. Shutemov |
2014-06-05 | Merge branch 'x86/vdso' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/... | Linus Torvalds |
2014-05-05 | x86, mm: Ensure correct alignment of the fixmap | Andy Lutomirski |
2014-04-16 | x86/mm: In the PTE swapout page reclaim case clear the accessed bit instead o... | Shaohua Li |
2013-11-21 | x86, mm: do not leak page->ptl for pmd page tables | Kirill A. Shutemov |
2013-11-20 | Wrong page freed on preallocate_pmds() failure exit | Al Viro |
2013-11-15 | x86: handle pgtable_page_ctor() fail | Kirill A. Shutemov |
2013-11-15 | x86: add missed pgtable_pmd_page_ctor/dtor calls for preallocated pmds | Kirill A. Shutemov |
2013-07-09 | mm/pgtable: don't accumulate addr during pgd prepopulate pmd | Wanpeng Li |
2013-04-12 | x86-32: Fix possible incomplete TLB invalidate with PAE pagetables | Dave Hansen |
2013-01-25 | Merge tag 'v3.8-rc5' into x86/mm | H. Peter Anvin |
2012-12-16 | Merge tag 'balancenuma-v11' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds |
2012-12-11 | x86: mm: drop TLB flush from ptep_set_access_flags | Rik van Riel |
2012-12-11 | x86: mm: only do a local tlb flush in ptep_set_access_flags() | Rik van Riel |
2012-12-06 | propagate name change to comments in kernel source | Nadia Yvette Chambers |
2012-11-22 | x86/mm: Don't flush the TLB on #WP pmd fixups | Ingo Molnar |
2011-03-18 | x86: Flush TLB if PGD entry is changed in i386 PAE mode | Shaohua Li |
2011-03-10 | x86/mm: Fix pgd_lock deadlock | Andrea Arcangeli |
2011-01-13 | thp: add x86 32bit support | Johannes Weiner |
2011-01-13 | thp: add pmd mangling functions to x86 | Andrea Arcangeli |
2010-10-21 | Merge branch 'x86-vmware-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds |
2010-10-19 | x86, mm: Hold mm->page_table_lock while doing vmalloc_sync | Jeremy Fitzhardinge |
2010-08-23 | x86, paravirt: Remove alloc_pmd_clone hook, only used by VMI | Alok Kataria |
2010-03-30 | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo |
2010-02-25 | x86, mm: Allow highmem user page tables to be disabled at boot time | Ian Campbell |
2009-08-04 | x86, 32-bit: Fix double accounting in reserve_top_address() | Jan Beulich |
2009-07-27 | mm: Pass virtual address to [__]p{te,ud,md}_free_tlb() | Benjamin Herrenschmidt |
2009-06-15 | kmemcheck: don't track page tables | Vegard Nossum |
2009-04-09 | x86: fix set_fixmap to use phys_addr_t | Masami Hiramatsu |
2009-02-27 | x86, fixmap: define reserve_top_address for x86_64 | Gustavo F. Padovan |
2008-09-06 | x86: pgd_{c,d}tor() cleanup | Jan Beulich |