summaryrefslogtreecommitdiffstats
path: root/arch/x86/mm/pgtable_32.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'x86-headers-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-08-011-1/+0
|\
| * x86/mm: Audit and remove any unnecessary uses of module.hPaul Gortmaker2016-07-141-1/+0
* | x86/mm: Use pte_none() to test for empty PTEDave Hansen2016-07-131-1/+1
|/
* x86: Remove set_pmd_pfnMatthew Wilcox2014-09-011-35/+0
* x86: use generic early_ioremapMark Salter2014-04-071-1/+1
* Disintegrate asm/system.h for X86David Howells2012-03-281-1/+0
* x86: remove last traces of quicklist usagePeter Zijlstra2010-05-241-1/+0
* x86: Fix parse_reservetop() build failure on certain configsIngo Molnar2010-05-031-0/+1
* x86: Fix 'reservetop=' functionalityLiang Li2010-04-301-0/+1
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-1/+0
* x86/32: no need to use set_pte_present in set_pte_vaddrJeremy Fitzhardinge2009-03-191-1/+1
*-. Merge branches 'x86/apic', 'x86/cpu', 'x86/fixmap', 'x86/mm', 'x86/sched', 'x...Ingo Molnar2009-03-041-16/+2
|\ \
| | * x86: move __VMALLOC_RESERVE to pgtable_32.cPekka Enberg2009-03-031-0/+2
| |/ |/|
| * x86, fixmap: define reserve_top_address for x86_64Gustavo F. Padovan2009-02-271-16/+0
|/
* i386: vmalloc size fixDave Young2008-08-211-1/+2
* x86: use generic show_mem()Johannes Weiner2008-07-261-47/+0
* arch/x86/mm/pgtable_32.c: remove unused variable `fixmaps'Andrew Morton2008-07-091-1/+0
* x86: move reservetop and vmalloc parsing to pgtable_32.cYinghai Lu2008-07-081-1/+34
* x86: implement set_pte_vaddrJeremy Fitzhardinge2008-06-201-3/+3
* x86: unify __set_fixmapJeremy Fitzhardinge2008-06-201-13/+1
* x86: fix PAE pmd_bad bootup warningHugh Dickins2008-05-061-7/+0
* x86: move pmd functions into common asm/pgalloc.hJeremy Fitzhardinge2008-04-241-10/+0
* x86: move pte functions into common asm/pgalloc.hJeremy Fitzhardinge2008-04-241-7/+0
* x86: add common mm/pgtable.cJeremy Fitzhardinge2008-04-241-187/+0
* x86: remove pointless commentsWANG Cong2008-04-191-4/+0
* x86: Remove redundant display of free swap space in show_mem()Johannes Weiner2008-04-171-1/+0
* x86: debug pmd_bad()Ingo Molnar2008-04-171-0/+7
* x86: remove quicklistsThomas Gleixner2008-03-111-9/+9
* CONFIG_HIGHPTE vs. sub-page page tables.Martin Schwidefsky2008-02-081-1/+4
* add mm argument to pte/pmd/pud/pgd_freeBenjamin Herrenschmidt2008-02-051-6/+6
* x86: revert "defer cr3 reload when doing pud_clear()"Jeremy Fitzhardinge2008-02-041-7/+0
* x86: unify PAE/non-PAE pgd_ctorJeremy Fitzhardinge2008-02-041-34/+20
* x86: uninline __pte_free_tlb() and __pmd_free_tlb()Ingo Molnar2008-01-311-0/+23
* x86: use the same pgd_list for PAE and 64-bitJeremy Fitzhardinge2008-01-301-14/+5
* x86: don't special-case pmd allocations as muchJeremy Fitzhardinge2008-01-301-68/+0
* x86: allocate and initialize unshared pmdsJeremy Fitzhardinge2008-01-301-3/+11
* x86: preallocate pmds at pgd creation timeJeremy Fitzhardinge2008-01-301-0/+70
* x86: add mm parameter to paravirt_alloc_pdJeremy Fitzhardinge2008-01-301-1/+3
* x86: stop nmi softlockup warnings in show_mem()Prarit Bhargava2007-10-171-0/+3
* i386: avoid temporarily inconsistent pte-sJan Beulich2007-10-171-2/+1
* Slab API: remove useless ctor parameter and reorder parametersChristoph Lameter2007-10-171-1/+1
* i386: move mmThomas Gleixner2007-10-111-0/+373