summaryrefslogtreecommitdiffstats
path: root/arch/x86/mm/init_32.c
AgeCommit message (Expand)AuthorFilesLines
2008-04-17x86: don't use large pages to map the first 2/4MB of memoryAndi Kleen1-1/+6
2008-04-17x86: replace the now useless max_pfn_mapped defineThomas Gleixner1-3/+3
2008-04-17x86: implement true end_pfn_mapped for 32bitAndi Kleen1-0/+4
2008-04-17x86: enhance DEBUG_RODATA support for hotplug and kprobesMathieu Desnoyers1-16/+8
2008-02-14x86: include proper prototypes for rodata_testHarvey Harrison1-0/+1
2008-02-09x86: introduce page pool in cpaThomas Gleixner1-0/+2
2008-02-09x86: construct 32-bit boot time page tables in native format.Ian Campbell1-45/+27
2008-02-04x86: use _ASM_EXTABLE macro in arch/x86/mm/init_32.cH. Peter Anvin1-4/+2
2008-02-01suspend: cleanup reference to swsusp_pg_dir[]Rafael J. Wysocki1-5/+5
2008-01-30x86: don't special-case pmd allocations as muchJeremy Fitzhardinge1-13/+0
2008-01-30x86: arch/x86/mm/init_32.c printk fixesIngo Molnar1-16/+22
2008-01-30x86: arch/x86/mm/init_32.c cleanupIngo Molnar1-118/+122
2008-01-30x86: cpa: fix the self-testIngo Molnar1-2/+2
2008-01-30x86: init memory debuggingIngo Molnar1-0/+11
2008-01-30x86: add testcases for RODATA and NX protections/attributesArjan van de Ven1-0/+3
2008-01-30x86: make sure initmem is writableArjan van de Ven1-0/+7
2008-01-30x86: cpa: move flush to cpaThomas Gleixner1-14/+0
2008-01-30x86: move page_is_ram() functionThomas Gleixner1-22/+0
2008-01-30x86: convert CPA users to the new set_page_ APIArjan van de Ven1-13/+7
2008-01-30x86: remove set_kernel_exec()Andi Kleen1-29/+0
2008-01-30x86: shrink __PAGE_KERNEL/__PAGE_KERNEL_EXEC on non PAE kernelsAndi Kleen1-2/+2
2008-01-30x86 32-bit boot: rename bt_ioremap() to early_ioremap()Huang, Ying1-2/+2
2008-01-30i386 boot: replace boot_ioremap with enhanced bt_ioremap - enhance bt_ioremapHuang, Ying1-0/+2
2008-01-30x86: return the page table level in lookup_address()Ingo Molnar1-1/+2
2008-01-30x86: clean up pte_execAndi Kleen1-1/+1
2008-01-30c_p_a(): do a simple self test at bootAndi Kleen1-0/+26
2008-01-30x86: demacro asm-x86/pgalloc_32.hJeremy Fitzhardinge1-0/+1
2008-01-30x86: add mm parameter to paravirt_alloc_pdJeremy Fitzhardinge1-2/+2
2008-01-30x86: unify pgtable accessors which useJeremy Fitzhardinge1-2/+3
2008-01-30x86 boot: use E820 memory map on EFI 32 platformHuang, Ying1-18/+0
2008-01-30x86: clean up mm/init_32.cJeremy Fitzhardinge1-10/+21
2008-01-15x86: fix boot crash on HIGHMEM4G && SPARSEMEMIngo Molnar1-2/+7
2007-10-17Merge ssh://master.kernel.org/pub/scm/linux/kernel/git/tglx/linux-2.6-x86Linus Torvalds1-2/+9
2007-10-17x86: fix CONFIG_PAGEALLOC related boot hangs/OOMsIngo Molnar1-2/+9
2007-10-17Merge branch 'xen-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-17/+5
2007-10-16remove dead code in pgtable_cache_initJeremy Fitzhardinge1-17/+5
2007-10-16fix memory hot remove not configured case.KAMEZAWA Hiroyuki1-5/+0
2007-10-11i386: move mmThomas Gleixner1-0/+858