summaryrefslogtreecommitdiff
path: root/arch/x86/mm/pgtable.c
AgeCommit message (Expand)AuthorFilesLines
2019-05-16x86/mm: Use WRITE_ONCE() when setting PTEsNadav Amit1-3/+3
2018-08-17x86/mm: Add TLB purge to free pmd/pte page interfacesToshi Kani1-6/+30
2018-08-17ioremap: Update pgtable free interfaces with addrChintan Pandya1-5/+7
2018-08-17x86/mm: Disable ioremap free page handling on x86-PAEToshi Kani1-0/+19
2018-05-30x86/pgtable: Don't set huge PUD/PMD on non-leaf entriesJoerg Roedel1-0/+9
2018-03-28x86/mm: implement free pmd/pte page interfacesToshi Kani1-2/+26
2018-03-28mm/vmalloc: add interfaces to free unmapped page tableToshi Kani1-0/+24
2018-01-05kaiser: add "nokaiser" boot option, using ALTERNATIVEHugh Dickins1-6/+2
2018-01-05kaiser: _pgd_alloc() without __GFP_REPEAT to avoid stallsHugh Dickins1-2/+4
2018-01-05kaiser: merged updateDave Hansen1-27/+13
2018-01-05KAISER: Kernel Address IsolationRichard Fellner1-0/+26
2015-05-27x86/mm/mtrr: Enhance MTRR checks in kernel mapping helpersToshi Kani1-14/+24
2015-05-27x86/mm/mtrr: Use symbolic define as a retval for disabled MTRRsToshi Kani1-10/+32
2015-04-15x86, mm: support huge KVA mappings on x86Toshi Kani1-0/+65
2015-04-15x86: expose number of page table levels on Kconfig levelKirill A. Shutemov1-7/+7
2015-02-24Merge tag 'v4.0-rc1' into x86/mm, to refresh the treeIngo Molnar1-5/+9
2015-02-19x86/mm: Reduce PAE-mode per task pgd allocation overhead from 4K to 32 bytesFenghua Yu1-3/+78
2015-02-12mm: account pmd page tables to the processKirill A. Shutemov1-5/+9
2014-06-05Merge branch 'x86/vdso' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/...Linus Torvalds1-3/+3
2014-05-06x86, mm: Ensure correct alignment of the fixmapAndy Lutomirski1-3/+3
2014-04-16x86/mm: In the PTE swapout page reclaim case clear the accessed bit instead o...Shaohua Li1-7/+14
2013-11-22x86, mm: do not leak page->ptl for pmd page tablesKirill A. Shutemov1-1/+3
2013-11-21Wrong page freed on preallocate_pmds() failure exitAl Viro1-1/+1
2013-11-15x86: handle pgtable_page_ctor() failKirill A. Shutemov1-2/+6
2013-11-15x86: add missed pgtable_pmd_page_ctor/dtor calls for preallocated pmdsKirill A. Shutemov1-2/+9
2013-07-09mm/pgtable: don't accumulate addr during pgd prepopulate pmdWanpeng Li1-3/+1
2013-04-13x86-32: Fix possible incomplete TLB invalidate with PAE pagetablesDave Hansen1-0/+7
2013-01-26Merge tag 'v3.8-rc5' into x86/mmH. Peter Anvin1-2/+8
2012-12-17Merge tag 'balancenuma-v11' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+7
2012-12-11x86: mm: drop TLB flush from ptep_set_access_flagsRik van Riel1-1/+0
2012-12-11x86: mm: only do a local tlb flush in ptep_set_access_flags()Rik van Riel1-1/+8
2012-12-06propagate name change to comments in kernel sourceNadia Yvette Chambers1-1/+1
2012-11-23x86/mm: Don't flush the TLB on #WP pmd fixupsIngo Molnar1-1/+6
2011-03-18x86: Flush TLB if PGD entry is changed in i386 PAE modeShaohua Li1-2/+1
2011-03-10x86/mm: Fix pgd_lock deadlockAndrea Arcangeli1-7/+4
2011-01-14thp: add x86 32bit supportJohannes Weiner1-2/+2
2011-01-14thp: add pmd mangling functions to x86Andrea Arcangeli1-0/+66
2010-10-22Merge branch 'x86-vmware-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-4/+0
2010-10-20x86, mm: Hold mm->page_table_lock while doing vmalloc_syncJeremy Fitzhardinge1-3/+17
2010-08-24x86, paravirt: Remove alloc_pmd_clone hook, only used by VMIAlok Kataria1-4/+0
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2010-02-25x86, mm: Allow highmem user page tables to be disabled at boot timeIan Campbell1-5/+26
2009-08-04x86, 32-bit: Fix double accounting in reserve_top_address()Jan Beulich1-1/+0
2009-07-27mm: Pass virtual address to [__]p{te,ud,md}_free_tlb()Benjamin Herrenschmidt1-3/+3
2009-06-15kmemcheck: don't track page tablesVegard Nossum1-5/+7
2009-04-10x86: fix set_fixmap to use phys_addr_tMasami Hiramatsu1-1/+2
2009-02-28x86, fixmap: define reserve_top_address for x86_64Gustavo F. Padovan1-0/+18
2008-09-06x86: pgd_{c,d}tor() cleanupJan Beulich1-4/+2
2008-08-11x86: work around gcc 3.4.x bugJeremy Fitzhardinge1-0/+3
2008-07-08x86: preallocate and prepopulate separatelyJeremy Fitzhardinge1-68/+101