summaryrefslogtreecommitdiffstats
path: root/arch/x86/mm/pgtable.c
Commit message (Expand)AuthorAgeFilesLines
* 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
| * x86/paravirt/xen: add set_fixmap pv_mmu_opsJeremy Fitzhardinge2008-06-201-2/+7
| * x86: implement set_pte_vaddrJeremy Fitzhardinge2008-06-201-1/+1
| * x86: unify __set_fixmapJeremy Fitzhardinge2008-06-201-0/+14
* | x86: fixup the fallout of the bitops changesThomas Gleixner2008-05-251-1/+1
|/
* x86: unify pgd ctor/dtorJeremy Fitzhardinge2008-04-241-46/+13
* x86: unify KERNEL_PGD_PTRSJeremy Fitzhardinge2008-04-241-6/+6
* x86/pgtable.h: demacro ptep_clear_flush_youngJeremy Fitzhardinge2008-04-241-0/+12
* x86/pgtable.h: demacro ptep_test_and_clear_youngJeremy Fitzhardinge2008-04-241-0/+15
* x86/pgtable.h: demacro ptep_set_access_flagsJeremy Fitzhardinge2008-04-241-0/+16
* x86: add pud_alloc for 4-level pagetablesJeremy Fitzhardinge2008-04-241-0/+1
* x86: rename paravirt_alloc_pt etc after the pagetable structureJeremy Fitzhardinge2008-04-241-9/+9
* x86: move all the pgd_list handling to one placeJeremy Fitzhardinge2008-04-241-21/+7
* x86: move pgalloc pud and pgd operations into common placeJeremy Fitzhardinge2008-04-241-0/+7
* x86: move pmd functions into common asm/pgalloc.hJeremy Fitzhardinge2008-04-241-0/+8
* x86: move pte functions into common asm/pgalloc.hJeremy Fitzhardinge2008-04-241-0/+7
* x86: xen unify x86 add common mm pgtable c fixIngo Molnar2008-04-241-0/+18
* x86: add common mm/pgtable.cJeremy Fitzhardinge2008-04-241-0/+239