summaryrefslogtreecommitdiff
path: root/arch/x86/mm/init_32.c
AgeCommit message (Expand)Author
2008-05-13x86: fix app crashes after SMP resumeHugh Dickins
2008-04-28hotplug-memory: make online_page() commonJeremy Fitzhardinge
2008-04-26x86: remove NexGen supportDmitri Vorobiev
2008-04-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/x86...Linus Torvalds
2008-04-24x86: unify KERNEL_PGD_PTRSJeremy Fitzhardinge
2008-04-24x86: rename paravirt_alloc_pt etc after the pagetable structureJeremy Fitzhardinge
2008-04-24x86: introduce /dev/mem restrictions with a config optionArjan van de Ven
2008-04-19x86: remove pointless commentsWANG Cong
2008-04-17x86: don't use large pages to map the first 2/4MB of memoryAndi Kleen
2008-04-17x86: replace the now useless max_pfn_mapped defineThomas Gleixner
2008-04-17x86: implement true end_pfn_mapped for 32bitAndi Kleen
2008-04-17x86: enhance DEBUG_RODATA support for hotplug and kprobesMathieu Desnoyers
2008-02-14x86: include proper prototypes for rodata_testHarvey Harrison
2008-02-09x86: introduce page pool in cpaThomas Gleixner
2008-02-09x86: construct 32-bit boot time page tables in native format.Ian Campbell
2008-02-04x86: use _ASM_EXTABLE macro in arch/x86/mm/init_32.cH. Peter Anvin
2008-02-01suspend: cleanup reference to swsusp_pg_dir[]Rafael J. Wysocki
2008-01-30x86: don't special-case pmd allocations as muchJeremy Fitzhardinge
2008-01-30x86: arch/x86/mm/init_32.c printk fixesIngo Molnar
2008-01-30x86: arch/x86/mm/init_32.c cleanupIngo Molnar
2008-01-30x86: cpa: fix the self-testIngo Molnar
2008-01-30x86: init memory debuggingIngo Molnar
2008-01-30x86: add testcases for RODATA and NX protections/attributesArjan van de Ven
2008-01-30x86: make sure initmem is writableArjan van de Ven
2008-01-30x86: cpa: move flush to cpaThomas Gleixner
2008-01-30x86: move page_is_ram() functionThomas Gleixner
2008-01-30x86: convert CPA users to the new set_page_ APIArjan van de Ven
2008-01-30x86: remove set_kernel_exec()Andi Kleen
2008-01-30x86: shrink __PAGE_KERNEL/__PAGE_KERNEL_EXEC on non PAE kernelsAndi Kleen
2008-01-30x86 32-bit boot: rename bt_ioremap() to early_ioremap()Huang, Ying
2008-01-30i386 boot: replace boot_ioremap with enhanced bt_ioremap - enhance bt_ioremapHuang, Ying
2008-01-30x86: return the page table level in lookup_address()Ingo Molnar
2008-01-30x86: clean up pte_execAndi Kleen
2008-01-30c_p_a(): do a simple self test at bootAndi Kleen
2008-01-30x86: demacro asm-x86/pgalloc_32.hJeremy Fitzhardinge
2008-01-30x86: add mm parameter to paravirt_alloc_pdJeremy Fitzhardinge
2008-01-30x86: unify pgtable accessors which useJeremy Fitzhardinge
2008-01-30x86 boot: use E820 memory map on EFI 32 platformHuang, Ying
2008-01-30x86: clean up mm/init_32.cJeremy Fitzhardinge
2008-01-15x86: fix boot crash on HIGHMEM4G && SPARSEMEMIngo Molnar
2007-10-17Merge ssh://master.kernel.org/pub/scm/linux/kernel/git/tglx/linux-2.6-x86Linus Torvalds
2007-10-17x86: fix CONFIG_PAGEALLOC related boot hangs/OOMsIngo Molnar
2007-10-17Merge branch 'xen-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2007-10-16remove dead code in pgtable_cache_initJeremy Fitzhardinge
2007-10-16fix memory hot remove not configured case.KAMEZAWA Hiroyuki
2007-10-11i386: move mmThomas Gleixner