summaryrefslogtreecommitdiffstats
path: root/arch/x86/mm/pgtable.c
Commit message (Expand)AuthorAgeFilesLines
* x86/mm: Enable RCU based page table freeing (CONFIG_HAVE_RCU_TABLE_FREE=y)Vitaly Kuznetsov2017-08-311-4/+4
* x86/mm: Add basic defines/helpers for CONFIG_X86_5LEVEL=yKirill A. Shutemov2017-04-041-1/+31
* x86/mm: Convert trivial cases of page table walk to 5-level pagingKirill A. Shutemov2017-03-141-1/+3
* mm, x86: add support for PUD-sized transparent hugepagesMatthew Wilcox2017-02-241-0/+31
* arch: x86: charge page tables to kmemcgVladimir Davydov2016-07-261-3/+7
* x86: get rid of superfluous __GFP_REPEATMichal Hocko2016-06-241-1/+1
* x86, thp: remove infrastructure for handling splitting PMDsKirill A. Shutemov2016-01-151-13/+0
* x86/paravirt: Remove paravirt ops pmd_update[_defer] and pte_update_deferJuergen Gross2015-11-251-6/+1
* x86/mm/mtrr: Enhance MTRR checks in kernel mapping helpersToshi Kani2015-05-271-14/+24
* x86/mm/mtrr: Use symbolic define as a retval for disabled MTRRsToshi Kani2015-05-271-10/+32
* x86, mm: support huge KVA mappings on x86Toshi Kani2015-04-141-0/+65
* x86: expose number of page table levels on Kconfig levelKirill A. Shutemov2015-04-141-7/+7
* Merge tag 'v4.0-rc1' into x86/mm, to refresh the treeIngo Molnar2015-02-241-5/+9
|\
| * mm: account pmd page tables to the processKirill A. Shutemov2015-02-111-5/+9
* | x86/mm: Reduce PAE-mode per task pgd allocation overhead from 4K to 32 bytesFenghua Yu2015-02-191-3/+78
|/
* Merge branch 'x86/vdso' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/...Linus Torvalds2014-06-051-3/+3
|\
| * x86, mm: Ensure correct alignment of the fixmapAndy Lutomirski2014-05-051-3/+3
* | x86/mm: In the PTE swapout page reclaim case clear the accessed bit instead o...Shaohua Li2014-04-161-7/+14
|/
* x86, mm: do not leak page->ptl for pmd page tablesKirill A. Shutemov2013-11-211-1/+3
* Wrong page freed on preallocate_pmds() failure exitAl Viro2013-11-201-1/+1
* x86: handle pgtable_page_ctor() failKirill A. Shutemov2013-11-151-2/+6
* x86: add missed pgtable_pmd_page_ctor/dtor calls for preallocated pmdsKirill A. Shutemov2013-11-151-2/+9
* mm/pgtable: don't accumulate addr during pgd prepopulate pmdWanpeng Li2013-07-091-3/+1
* x86-32: Fix possible incomplete TLB invalidate with PAE pagetablesDave Hansen2013-04-121-0/+7
* Merge tag 'v3.8-rc5' into x86/mmH. Peter Anvin2013-01-251-2/+8
|\
| * Merge tag 'balancenuma-v11' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-12-161-1/+7
| |\
| | * x86: mm: drop TLB flush from ptep_set_access_flagsRik van Riel2012-12-111-1/+0
| | * x86: mm: only do a local tlb flush in ptep_set_access_flags()Rik van Riel2012-12-111-1/+8
| * | propagate name change to comments in kernel sourceNadia Yvette Chambers2012-12-061-1/+1
| |/
* | x86/mm: Don't flush the TLB on #WP pmd fixupsIngo Molnar2012-11-221-1/+6
|/
* x86: Flush TLB if PGD entry is changed in i386 PAE modeShaohua Li2011-03-181-2/+1
* x86/mm: Fix pgd_lock deadlockAndrea Arcangeli2011-03-101-7/+4
* thp: add x86 32bit supportJohannes Weiner2011-01-131-2/+2
* thp: add pmd mangling functions to x86Andrea Arcangeli2011-01-131-0/+66
* Merge branch 'x86-vmware-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2010-10-211-4/+0
|\
| * x86, paravirt: Remove alloc_pmd_clone hook, only used by VMIAlok Kataria2010-08-231-4/+0
* | x86, mm: Hold mm->page_table_lock while doing vmalloc_syncJeremy Fitzhardinge2010-10-191-3/+17
|/
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* x86, mm: Allow highmem user page tables to be disabled at boot timeIan Campbell2010-02-251-5/+26
* x86, 32-bit: Fix double accounting in reserve_top_address()Jan Beulich2009-08-041-1/+0
* mm: Pass virtual address to [__]p{te,ud,md}_free_tlb()Benjamin Herrenschmidt2009-07-271-3/+3
* kmemcheck: don't track page tablesVegard Nossum2009-06-151-5/+7
* x86: fix set_fixmap to use phys_addr_tMasami Hiramatsu2009-04-091-1/+2
* x86, fixmap: define reserve_top_address for x86_64Gustavo F. Padovan2009-02-271-0/+18
* x86: pgd_{c,d}tor() cleanupJan Beulich2008-09-061-4/+2
* x86: work around gcc 3.4.x bugJeremy Fitzhardinge2008-08-111-0/+3
* x86: preallocate and prepopulate separatelyJeremy Fitzhardinge2008-07-081-68/+101
* x86/paravirt: add a pgd_alloc/free hooksJeremy Fitzhardinge2008-07-081-5/+8
* Merge branch 'x86/fixmap' into x86/develIngo Molnar2008-07-081-0/+20
|\
| * x86: unify __set_fixmap, fixIngo Molnar2008-06-201-0/+1
OpenPOWER on IntegriCloud