x86 boot: show pfn addresses in hex not decimal in some kernel info printks
[pandora-kernel.git] / arch / x86 / kernel / e820.c
2008-07-08 Paul Jacksonx86 boot: show pfn addresses in hex not decimal in...
2008-07-08 Paul Jacksonx86 boot: allow overlapping early reserve memory ranges
2008-07-08 Paul Jacksonx86 boot: e820 code indentation fix
2008-07-08 Yinghai Lux86: add e820_remove_range
2008-07-08 Ingo MolnarMerge branch 'x86/fixmap' into x86/devel
2008-07-08 Ingo MolnarMerge branch 'x86/uv' into x86/devel
2008-07-08 Ingo MolnarMerge branch 'x86/nmi' into x86/devel
2008-07-08 Ingo MolnarMerge branch 'x86/numa' into x86/devel
2008-07-08 Ingo MolnarMerge branch 'x86/mpparse' into x86/devel
2008-07-08 Yinghai Lux86: cleanup machine_specific_memory_setup, v2
2008-07-08 Yinghai Lux86: merge setup_memory_map with e820
2008-07-08 Yinghai Lux86: move e820_resource_resources to e820.c
2008-07-08 Huang, Yingx86 boot: pass E820 memory map entries more than 128...
2008-07-08 Yinghai Lux86, mm: use add_highpages_with_active_regions() for...
2008-07-08 Yinghai Lux86: rename two e820 related functions
2008-07-08 Yinghai Lux86: clean up reserve_bootmem_generic() and port it...
2008-07-08 Yinghai Lux86: e820 merge parsing of the mem=/memmap= boot parameters
2008-07-08 Ingo Molnarx86: unify the reserve_bootmem() behavior of early_res_...
2008-07-08 Ingo MolnarMerge branch 'linus' into tmp.x86.mpparse.new
2008-06-05 Huang, Yingx86: reserve highmem pages via reserve_early
2008-06-05 Huang, Yingx86: split out common code into find_overlapped_early()
2008-06-04 Yinghai Lux86: e820 max_arch_pfn typo fix for 64 bit
2008-06-04 Yinghai Lux86: move e820_register_active() to e820.c
2008-06-03 Yinghai Lux86: update mptable
2008-05-25 Yinghai Lux86: move e820_mark_nosave_regions to e820.c
2008-05-25 Yinghai Lux86: extend e820 ealy_res support 32bit
2008-05-25 Paul Jacksonx86 boot: longer comment explaining sanitize_e820_map...
2008-05-25 Paul Jacksonx86 boot: change sanitize_e820_map parameter from byte...
2008-05-25 Paul Jacksonx86 boot: extend some internal memory map arrays to...
2008-05-25 Paul Jacksonx86 boot: proper use of ARRAY_SIZE instead of repeated...
2008-05-25 Yinghai Lux86: make e820.c to have common functions