aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/mm/pgtable_32.c
AgeCommit message (Expand)Author
2009-03-19x86/32: no need to use set_pte_present in set_pte_vaddrJeremy Fitzhardinge
2009-03-04Merge branches 'x86/apic', 'x86/cpu', 'x86/fixmap', 'x86/mm', 'x86/sched', 'x...Ingo Molnar
2009-03-03x86: move __VMALLOC_RESERVE to pgtable_32.cPekka Enberg
2009-02-27x86, fixmap: define reserve_top_address for x86_64Gustavo F. Padovan
2008-08-21i386: vmalloc size fixDave Young
2008-07-26x86: use generic show_mem()Johannes Weiner
2008-07-09arch/x86/mm/pgtable_32.c: remove unused variable `fixmaps'Andrew Morton
2008-07-08x86: move reservetop and vmalloc parsing to pgtable_32.cYinghai Lu
2008-06-20x86: implement set_pte_vaddrJeremy Fitzhardinge
2008-06-20x86: unify __set_fixmapJeremy Fitzhardinge
2008-05-06x86: fix PAE pmd_bad bootup warningHugh Dickins
2008-04-24x86: move pmd functions into common asm/pgalloc.hJeremy Fitzhardinge
2008-04-24x86: move pte functions into common asm/pgalloc.hJeremy Fitzhardinge
2008-04-24x86: add common mm/pgtable.cJeremy Fitzhardinge
2008-04-19x86: remove pointless commentsWANG Cong
2008-04-17x86: Remove redundant display of free swap space in show_mem()Johannes Weiner
2008-04-17x86: debug pmd_bad()Ingo Molnar
2008-03-11x86: remove quicklistsThomas Gleixner
2008-02-08CONFIG_HIGHPTE vs. sub-page page tables.Martin Schwidefsky
2008-02-05add mm argument to pte/pmd/pud/pgd_freeBenjamin Herrenschmidt
2008-02-04x86: revert "defer cr3 reload when doing pud_clear()"Jeremy Fitzhardinge
2008-02-04x86: unify PAE/non-PAE pgd_ctorJeremy Fitzhardinge
2008-01-31x86: uninline __pte_free_tlb() and __pmd_free_tlb()Ingo Molnar
2008-01-30x86: use the same pgd_list for PAE and 64-bitJeremy Fitzhardinge
2008-01-30x86: don't special-case pmd allocations as muchJeremy Fitzhardinge
2008-01-30x86: allocate and initialize unshared pmdsJeremy Fitzhardinge
2008-01-30x86: preallocate pmds at pgd creation timeJeremy Fitzhardinge
2008-01-30x86: add mm parameter to paravirt_alloc_pdJeremy Fitzhardinge
2007-10-17x86: stop nmi softlockup warnings in show_mem()Prarit Bhargava
2007-10-17i386: avoid temporarily inconsistent pte-sJan Beulich
2007-10-17Slab API: remove useless ctor parameter and reorder parametersChristoph Lameter
2007-10-11i386: move mmThomas Gleixner