aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/mm/discontig_32.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-10-13x86: rename discontig_32.c to numa_32.cYinghai Lu1-444/+0
2008-07-26x86: convert discontig_32.c from round_up to roundupJoerg Roedel1-1/+1
2008-07-24mm: move bootmem descriptors definition to a single placeJohannes Weiner1-2/+1
2008-07-08x86: remove have_arch_parse_srat -v2Yinghai Lu1-17/+0
2008-07-08x86: merge zones_sizes_init for numa and non numa on 32-bitYinghai Lu1-16/+0
2008-07-08x86: don't reallocate pgt for node0Yinghai Lu1-4/+7
2008-07-08x86: introduce init_memory_mapping for 32bit #3Yinghai Lu1-2/+6
2008-07-08x86: numa32 pfn print out using hex insteadYinghai Lu1-14/+15
2008-07-08x86: clean up using max_low_pfn on 32-bitYinghai Lu1-15/+7
2008-07-08x86: introduce initmem_init for 32 bitYinghai Lu1-2/+2
2008-07-08Merge branch 'x86/mpparse' into x86/develIngo Molnar1-91/+95
2008-07-08x86: kill bad_pproYinghai Lu1-2/+2
2008-07-08x86, mm: use add_highpages_with_active_regions() for high pages init v2Yinghai Lu1-12/+7
2008-07-08x86: replace shrink_active_range() with remove_active_range()Yinghai Lu1-21/+24
2008-06-10x86, numa, 32-bit: use find_e820_area() to find KVA RAM on nodeYinghai Lu1-26/+33
2008-06-10mm, x86: shrink_active_range() should check allYinghai Lu1-1/+1
2008-06-04x86: make 32-bit use e820_register_active_regions()Yinghai Lu1-13/+6
2008-06-04x86, numa, 32-bit: make sure get we kva spaceYinghai Lu1-5/+12
2008-06-03x86: clean up max_pfn_mapped usage - 32-bitYinghai Lu1-1/+2
2008-06-03x86, numa, 32-bit: avoid clash between ramdisk and kvaYinghai Lu1-19/+8
2008-06-03x86, numa, 32-bit: print out debug info on all kvasYinghai Lu1-2/+7
2008-06-03x86, 32-bit: change propagate_e820_map() back to find_max_pfn()Yinghai Lu1-1/+1
2008-06-03x86: set node_remap_size[0] in fallback pathYinghai Lu1-0/+1
2008-06-03x86, numa, 32-bit: increase max_elements to 1024Yinghai Lu1-7/+7
2008-06-03x86, numaq 32-bit: build fixIngo Molnar1-0/+4
2008-06-03x86: 32-bit numa, build fixIngo Molnar1-1/+1
2008-06-03x86: add dummy acpi_numa_processor_affinity_init() implementation on 32-bitIngo Molnar1-0/+5
2008-06-03x86: add acpi_numa_slit_init() dummy implementation on 32-bitIngo Molnar1-0/+9
2008-05-31x86: extend e820 early_res support 32bit -fix #5Yinghai Lu1-7/+5
2008-05-31x86: extend e820 early_res support 32bit -fix #4Yinghai Lu1-2/+7
2008-05-20x86: cope with no remap space being allocated for a numa nodeAndy Whitcroft1-1/+1
2008-05-20x86: reinstate numa remap for SPARSEMEM on x86 NUMA systemsAndy Whitcroft1-28/+6
2008-05-04x86: undo visws/numaq build changesThomas Gleixner1-26/+0
2008-04-19x86: rename find_max_pfn() to propagate_e820_map()Ingo Molnar1-3/+3
2008-04-17x86: use get_bios_ebda in mpparse_64.cAlexey Starikovskiy1-1/+1
2008-03-26x86: fix trim mtrr not to setup_memory two timesYinghai Lu1-1/+0
2008-02-07Introduce flags for reserve_bootmem()Bernhard Walle1-1/+2
2008-01-30x86: make NUMA work on 32-bitMel Gorman1-15/+78
2008-01-30x86: make NUMA work on 32-bit againMel Gorman1-2/+11
2008-01-30i386: handle an initrd in highmem (version 2)H. Peter Anvin1-2/+2
2007-10-30x86: mm/discontig_32.c: make code staticAdrian Bunk1-2/+2
2007-10-20spelling fixes: arch/i386/Simon Arlott1-1/+1
2007-10-17i386: make some variables staticAdrian Bunk1-5/+5
2007-10-16[x86] remove uses of magic macros for boot_params accessH. Peter Anvin1-2/+3
2007-10-11i386: move mmThomas Gleixner1-0/+431