aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/mm/pgtable_32.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-05-24x86: remove last traces of quicklist usagePeter Zijlstra1-1/+0
2010-05-03x86: Fix parse_reservetop() build failure on certain configsIngo Molnar1-0/+1
2010-04-30x86: Fix 'reservetop=' functionalityLiang Li1-0/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-1/+0
2009-03-19x86/32: no need to use set_pte_present in set_pte_vaddrJeremy Fitzhardinge1-1/+1
2009-03-04Merge branches 'x86/apic', 'x86/cpu', 'x86/fixmap', 'x86/mm', 'x86/sched', 'x86/setup-lzma', 'x86/signal' and 'x86/urgent' into x86/coreIngo Molnar1-16/+2
2009-03-03x86: move __VMALLOC_RESERVE to pgtable_32.cPekka Enberg1-0/+2
2009-02-27x86, fixmap: define reserve_top_address for x86_64Gustavo F. Padovan1-16/+0
2008-08-21i386: vmalloc size fixDave Young1-1/+2
2008-07-26x86: use generic show_mem()Johannes Weiner1-47/+0
2008-07-09arch/x86/mm/pgtable_32.c: remove unused variable `fixmaps'Andrew Morton1-1/+0
2008-07-08x86: move reservetop and vmalloc parsing to pgtable_32.cYinghai Lu1-1/+34
2008-06-20x86: implement set_pte_vaddrJeremy Fitzhardinge1-3/+3
2008-06-20x86: unify __set_fixmapJeremy Fitzhardinge1-13/+1
2008-05-06x86: fix PAE pmd_bad bootup warningHugh Dickins1-7/+0
2008-04-24x86: move pmd functions into common asm/pgalloc.hJeremy Fitzhardinge1-10/+0
2008-04-24x86: move pte functions into common asm/pgalloc.hJeremy Fitzhardinge1-7/+0
2008-04-24x86: add common mm/pgtable.cJeremy Fitzhardinge1-187/+0
2008-04-19x86: remove pointless commentsWANG Cong1-4/+0
2008-04-17x86: Remove redundant display of free swap space in show_mem()Johannes Weiner1-1/+0
2008-04-17x86: debug pmd_bad()Ingo Molnar1-0/+7
2008-03-11x86: remove quicklistsThomas Gleixner1-9/+9
2008-02-08CONFIG_HIGHPTE vs. sub-page page tables.Martin Schwidefsky1-1/+4
2008-02-05add mm argument to pte/pmd/pud/pgd_freeBenjamin Herrenschmidt1-6/+6
2008-02-04x86: revert "defer cr3 reload when doing pud_clear()"Jeremy Fitzhardinge1-7/+0
2008-02-04x86: unify PAE/non-PAE pgd_ctorJeremy Fitzhardinge1-34/+20
2008-01-31x86: uninline __pte_free_tlb() and __pmd_free_tlb()Ingo Molnar1-0/+23
2008-01-30x86: use the same pgd_list for PAE and 64-bitJeremy Fitzhardinge1-14/+5
2008-01-30x86: don't special-case pmd allocations as muchJeremy Fitzhardinge1-68/+0
2008-01-30x86: allocate and initialize unshared pmdsJeremy Fitzhardinge1-3/+11
2008-01-30x86: preallocate pmds at pgd creation timeJeremy Fitzhardinge1-0/+70
2008-01-30x86: add mm parameter to paravirt_alloc_pdJeremy Fitzhardinge1-1/+3
2007-10-17x86: stop nmi softlockup warnings in show_mem()Prarit Bhargava1-0/+3
2007-10-17i386: avoid temporarily inconsistent pte-sJan Beulich1-2/+1
2007-10-17Slab API: remove useless ctor parameter and reorder parametersChristoph Lameter1-1/+1
2007-10-11i386: move mmThomas Gleixner1-0/+373