aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/mm/pgtable.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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-09x86: fix set_fixmap to use phys_addr_tMasami Hiramatsu1-1/+2
2009-02-27x86, 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
2008-07-08x86/paravirt: add a pgd_alloc/free hooksJeremy Fitzhardinge1-5/+8
2008-07-08Merge branch 'x86/fixmap' into x86/develIngo Molnar1-0/+20
2008-06-20x86: unify __set_fixmap, fixIngo Molnar1-0/+1
2008-06-20x86/paravirt/xen: add set_fixmap pv_mmu_opsJeremy Fitzhardinge1-2/+7
2008-06-20x86: implement set_pte_vaddrJeremy Fitzhardinge1-1/+1
2008-06-20x86: unify __set_fixmapJeremy Fitzhardinge1-0/+14
2008-05-25x86: fixup the fallout of the bitops changesThomas Gleixner1-1/+1
2008-04-24x86: unify pgd ctor/dtorJeremy Fitzhardinge1-46/+13
2008-04-24x86: unify KERNEL_PGD_PTRSJeremy Fitzhardinge1-6/+6
2008-04-24x86/pgtable.h: demacro ptep_clear_flush_youngJeremy Fitzhardinge1-0/+12
2008-04-24x86/pgtable.h: demacro ptep_test_and_clear_youngJeremy Fitzhardinge1-0/+15
2008-04-24x86/pgtable.h: demacro ptep_set_access_flagsJeremy Fitzhardinge1-0/+16
2008-04-24x86: add pud_alloc for 4-level pagetablesJeremy Fitzhardinge1-0/+1
2008-04-24x86: rename paravirt_alloc_pt etc after the pagetable structureJeremy Fitzhardinge1-9/+9
2008-04-24x86: move all the pgd_list handling to one placeJeremy Fitzhardinge1-21/+7
2008-04-24x86: move pgalloc pud and pgd operations into common placeJeremy Fitzhardinge1-0/+7
2008-04-24x86: move pmd functions into common asm/pgalloc.hJeremy Fitzhardinge1-0/+8
2008-04-24x86: move pte functions into common asm/pgalloc.hJeremy Fitzhardinge1-0/+7
2008-04-24x86: xen unify x86 add common mm pgtable c fixIngo Molnar1-0/+18
2008-04-24x86: add common mm/pgtable.cJeremy Fitzhardinge1-0/+239