summaryrefslogtreecommitdiff
path: root/arch/x86/mm/init_32.c
AgeCommit message (Expand)Author
2009-03-05x86: ifdef 32-bit and 64-bit pfn setup in init_memory_mapping()Pekka Enberg
2009-03-05x86: ifdef 32-bit and 64-bit setup in init_memory_mapping()Pekka Enberg
2009-03-05x86: add table start and end sanity checks to 32-bit init_memory_mapping()Pekka Enberg
2009-03-05x86: unify kernel_physical_mapping_init() call in init_memory_mapping()Pekka Enberg
2009-03-05x86: rename after_init_bootmem to after_bootmem in mm/init_32.cPekka Enberg
2009-03-05x86: remove unnecessary save_mr() sanity checkPekka Enberg
2009-03-05x86: ifdef 32-bit specific setup in init_memory_mapping()Pekka Enberg
2009-03-05x86: move pgd_base out of init_memory_mapping()Pekka Enberg
2009-03-05x86: find_early_table_space() unificationPekka Enberg
2009-03-05x86: add gbpages support to 32-bit init_memory_mapping()Pekka Enberg
2009-03-05x86: init_memory_mapping() trivial cleanupsPekka Enberg
2009-03-04x86: fix bootmem cross node for 32bit numa, cleanupYinghai Lu
2009-03-04x86: move free_initrd_mem() to common mm/init.cPekka Enberg
2009-03-04x86: make 32-bit init_memory_mapping range change more like 64-bitYinghai Lu
2009-03-04x86: fix bootmem cross node for 32bit numaYinghai Lu
2009-03-04x86: move devmem_is_allowed() to common mm/init.cPekka Enberg
2009-03-04Merge branch 'x86/core' into core/percpuIngo Molnar
2009-03-03x86: set_highmem_pages_init() cleanupPekka Enberg
2009-03-03x86: unify free_init_pages() and free_initmem()Pekka Enberg
2009-03-03x86: add sanity checks to init_32.cPekka Enberg
2009-03-03x86: use roundup() instead of PAGE_ALIGN() in find_early_table_space()Pekka Enberg
2009-03-03x86: move __VMALLOC_RESERVE to pgtable_32.cPekka Enberg
2009-02-24Merge branch 'tj-percpu' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Ingo Molnar
2009-02-24x86: update populate_extra_pte() and add populate_extra_pmd()Tejun Heo
2009-02-20ftrace, x86: make kernel text writable only for conversionsSteven Rostedt
2009-02-20x86: convert to the new dynamic percpu allocatorTejun Heo
2009-02-13Merge branches 'x86/acpi', 'x86/asm', 'x86/cpudetect', 'x86/crashdump', 'x86/...Ingo Molnar
2009-02-12x86, 32-bit: refactor find_low_pfn_range()Ingo Molnar
2009-02-12x86, 32-bit: clean up find_low_pfn_range()Ingo Molnar
2009-02-12x86: fix warning in find_low_pfn_range()Ingo Molnar
2009-02-11x86: mm/init_32.c fix compilation warningJaswinder Singh Rajput
2009-01-27Merge branch 'linus' into core/percpuIngo Molnar
2009-01-16x86: fix assumed to be contiguous leaf page tables for kmap_atomic region (ta...Jan Beulich
2009-01-10Merge branch 'linus' into x86/cleanupsIngo Molnar
2009-01-07resource: allow MMIO exclusivity for device driversArjan van de Ven
2009-01-07x86: smp.h move zap_low_mappings declartion to tlbflush.hJaswinder Singh Rajput
2009-01-06mm: show node to memory section relationship with symlinks in sysfsGary Hade
2009-01-02Fix compiler warning in arch/x86/mm/init_32.cIngo Brueckl
2008-12-30Merge branch 'core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2008-12-23Merge branches 'x86/apic', 'x86/cleanups', 'x86/cpufeature', 'x86/crashdump',...Ingo Molnar
2008-12-17x86: unify pci iommu setup and allow swiotlb to compile for 32 bitJeremy Fitzhardinge
2008-12-16x86, 32-bit: add some compile time checks to mem_init()Jan Beulich
2008-12-16x86, 32-bit: simplify alloc_low_page()Jan Beulich
2008-11-20Merge branch 'linus' into x86/memory-corruption-checkIngo Molnar
2008-11-08Merge branch 'linus' into x86/cleanupsIngo Molnar
2008-10-31x86: avoid duplicate running of pud_offset and pmd_offset in one_md_table_init()Zhaolei
2008-10-31x86: add iomap_atomic*()/iounmap_atomic() on 32-bit using fixmapsKeith Packard
2008-10-27x86: corruption check: run the corruption checks from a work queueArjan van de Ven
2008-10-13x86: add _PAGE_IOMAP pte flag for IO mappingsJeremy Fitzhardinge
2008-10-12x86: memory corruption check - cleanupIngo Molnar