summaryrefslogtreecommitdiff
path: root/arch/x86/mm/pgtable.c
AgeCommit message (Expand)Author
2020-01-04x86/mm: Use the correct function type for native_set_fixmap()Sami Tolvanen
2019-05-14x86/mm: Use WRITE_ONCE() when setting PTEsNadav Amit
2018-11-10Revert "x86/mm: Expand static page table for fixmap space"Sasha Levin
2018-10-13x86/mm: Expand static page table for fixmap spaceFeng Tang
2018-08-17x86/mm: Add TLB purge to free pmd/pte page interfacesToshi Kani
2018-08-17ioremap: Update pgtable free interfaces with addrChintan Pandya
2018-08-17x86/mm: Disable ioremap free page handling on x86-PAEToshi Kani
2018-05-30x86/pgtable: Don't set huge PUD/PMD on non-leaf entriesJoerg Roedel
2018-03-28x86/mm: implement free pmd/pte page interfacesToshi Kani
2018-03-28mm/vmalloc: add interfaces to free unmapped page tableToshi Kani
2018-01-17x86/pti/efi: broken conversion from efi to kernel page tablePavel Tatashin
2018-01-05kaiser: add "nokaiser" boot option, using ALTERNATIVEHugh Dickins
2018-01-05kaiser: merged updateDave Hansen
2018-01-05KAISER: Kernel Address IsolationRichard Fellner
2016-07-26arch: x86: charge page tables to kmemcgVladimir Davydov
2016-06-24x86: get rid of superfluous __GFP_REPEATMichal Hocko
2016-01-15x86, thp: remove infrastructure for handling splitting PMDsKirill A. Shutemov
2015-11-25x86/paravirt: Remove paravirt ops pmd_update[_defer] and pte_update_deferJuergen Gross
2015-05-27x86/mm/mtrr: Enhance MTRR checks in kernel mapping helpersToshi Kani
2015-05-27x86/mm/mtrr: Use symbolic define as a retval for disabled MTRRsToshi Kani
2015-04-14x86, mm: support huge KVA mappings on x86Toshi Kani
2015-04-14x86: expose number of page table levels on Kconfig levelKirill A. Shutemov
2015-02-24Merge tag 'v4.0-rc1' into x86/mm, to refresh the treeIngo Molnar
2015-02-19x86/mm: Reduce PAE-mode per task pgd allocation overhead from 4K to 32 bytesFenghua Yu
2015-02-11mm: account pmd page tables to the processKirill A. Shutemov
2014-06-05Merge branch 'x86/vdso' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/...Linus Torvalds
2014-05-05x86, mm: Ensure correct alignment of the fixmapAndy Lutomirski
2014-04-16x86/mm: In the PTE swapout page reclaim case clear the accessed bit instead o...Shaohua Li
2013-11-21x86, mm: do not leak page->ptl for pmd page tablesKirill A. Shutemov
2013-11-20Wrong page freed on preallocate_pmds() failure exitAl Viro
2013-11-15x86: handle pgtable_page_ctor() failKirill A. Shutemov
2013-11-15x86: add missed pgtable_pmd_page_ctor/dtor calls for preallocated pmdsKirill A. Shutemov
2013-07-09mm/pgtable: don't accumulate addr during pgd prepopulate pmdWanpeng Li
2013-04-12x86-32: Fix possible incomplete TLB invalidate with PAE pagetablesDave Hansen
2013-01-25Merge tag 'v3.8-rc5' into x86/mmH. Peter Anvin
2012-12-16Merge tag 'balancenuma-v11' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2012-12-11x86: mm: drop TLB flush from ptep_set_access_flagsRik van Riel
2012-12-11x86: mm: only do a local tlb flush in ptep_set_access_flags()Rik van Riel
2012-12-06propagate name change to comments in kernel sourceNadia Yvette Chambers
2012-11-22x86/mm: Don't flush the TLB on #WP pmd fixupsIngo Molnar
2011-03-18x86: Flush TLB if PGD entry is changed in i386 PAE modeShaohua Li
2011-03-10x86/mm: Fix pgd_lock deadlockAndrea Arcangeli
2011-01-13thp: add x86 32bit supportJohannes Weiner
2011-01-13thp: add pmd mangling functions to x86Andrea Arcangeli
2010-10-21Merge branch 'x86-vmware-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2010-10-19x86, mm: Hold mm->page_table_lock while doing vmalloc_syncJeremy Fitzhardinge
2010-08-23x86, paravirt: Remove alloc_pmd_clone hook, only used by VMIAlok Kataria
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-02-25x86, mm: Allow highmem user page tables to be disabled at boot timeIan Campbell
2009-08-04x86, 32-bit: Fix double accounting in reserve_top_address()Jan Beulich