summaryrefslogtreecommitdiff
path: root/arch/x86/mm/init_32.c
AgeCommit message (Expand)AuthorFilesLines
2008-07-08x86: introduce init_memory_mapping for 32bit #1Yinghai Lu1-29/+112
2008-07-08x86: move some func calling from setup_arch to paging_initYinghai Lu1-0/+29
2008-07-08x86: clean up min_low_pfnYinghai Lu1-6/+4
2008-07-08x86: clean up using max_low_pfn on 32-bitYinghai Lu1-16/+9
2008-07-08x86: move find_max_low_pfn to init_32.cYinghai Lu1-1/+88
2008-07-08x86: introduce reserve_initrdYinghai Lu1-4/+2
2008-07-08x86: introduce initmem_init for 32 bitYinghai Lu1-0/+90
2008-07-08RFC x86: try to remove arch_get_ram_rangeYinghai Lu1-2/+4
2008-07-08Merge branch 'x86/mpparse' into x86/develIngo Molnar1-29/+57
2008-07-08x86: kill bad_pproYinghai Lu1-31/+12
2008-07-08x86, mm: use add_highpages_with_active_regions() for high pages init v2Yinghai Lu1-11/+51
2008-07-08x86: clean up reserve_bootmem_generic() and port it to 32-bitYinghai Lu1-0/+6
2008-07-08Merge branches 'x86/numa-fixes', 'x86/apic', 'x86/apm', 'x86/bitops', 'x86/bu...Ingo Molnar1-13/+5
2008-07-08x86, generic: CPA add statistics about state of direct mapping v4Andi Kleen1-0/+5
2008-06-05x86: reserve highmem pages via reserve_earlyHuang, Ying1-1/+2
2008-05-25x86: eliminate duplicate consistency checks in init_32.cJan Beulich1-13/+0
2008-05-23ftrace: dont write protect kernel textSteven Rostedt1-0/+4
2008-05-13x86: fix app crashes after SMP resumeHugh Dickins1-11/+1
2008-04-28hotplug-memory: make online_page() commonJeremy Fitzhardinge1-33/+3
2008-04-26x86: remove NexGen supportDmitri Vorobiev1-3/+3
2008-04-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/x86...Linus Torvalds1-0/+19
2008-04-25x86: unify KERNEL_PGD_PTRSJeremy Fitzhardinge1-1/+1
2008-04-25x86: rename paravirt_alloc_pt etc after the pagetable structureJeremy Fitzhardinge1-3/+3
2008-04-25x86: introduce /dev/mem restrictions with a config optionArjan van de Ven1-0/+19
2008-04-19x86: remove pointless commentsWANG Cong1-1/+0
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-15x86: include proper prototypes for rodata_testHarvey Harrison1-0/+1
2008-02-10x86: introduce page pool in cpaThomas Gleixner1-0/+2
2008-02-10x86: 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-02suspend: 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