| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'x86/mpparse' into x86/devel | Ingo Molnar | 2008-07-08 | 55 | -2689/+3588 |
|\ |
|
| * | x86, ioapic, acpi quirk: disable IRQ 0 through I/O APIC for some HP systems | Matthew Garrett | 2008-07-08 | 1 | -0/+37 |
| * | x86, ioapic, acpi: add a knob to disable IRQ 0 through I/O APIC | Maciej W. Rozycki | 2008-07-08 | 1 | -0/+10 |
| * | x86: simplify x86_mpparse dependency check | Yinghai Lu | 2008-07-08 | 1 | -2/+2 |
| * | x86: fix compiling when CONFIG_X86_MPPARSE is not set | Yinghai Lu | 2008-07-08 | 2 | -1/+5 |
| * | x86: let MPS support be selectable, v2 | Yinghai Lu | 2008-07-08 | 2 | -9/+21 |
| * | x86: update mptable fix with no ioapic v2 | Yinghai Lu | 2008-07-08 | 2 | -41/+65 |
| * | x86: cleanup machine_specific_memory_setup, v2 | Yinghai Lu | 2008-07-08 | 2 | -37/+8 |
| * | x86: use acpi_numa_init to parse on 32-bit numa | Yinghai Lu | 2008-07-08 | 2 | -162/+74 |
| * | x86: Kconfig cleanup with genericarch | Yinghai Lu | 2008-07-08 | 1 | -5/+5 |
| * | x86: move some function out of setup_bootmem_alloc | Yinghai Lu | 2008-07-08 | 1 | -15/+16 |
| * | x86: merge setup_memory_map with e820 | Yinghai Lu | 2008-07-08 | 7 | -176/+86 |
| * | x86: kill bad_ppro | Yinghai Lu | 2008-07-08 | 3 | -33/+23 |
| * | x86: move e820_resource_resources to e820.c | Yinghai Lu | 2008-07-08 | 4 | -249/+207 |
| * | x86 boot: pass E820 memory map entries more than 128 via linked list of setup... | Huang, Ying | 2008-07-08 | 2 | -13/+49 |
| * | x86, mm: use add_highpages_with_active_regions() for high pages init v2 | Yinghai Lu | 2008-07-08 | 3 | -34/+58 |
| * | x86: rename two e820 related functions | Yinghai Lu | 2008-07-08 | 9 | -25/+25 |
| * | x86: use dstapic in mp_config_acpi_legacy_irqs | Yinghai Lu | 2008-07-08 | 1 | -13/+13 |
| * | x86: keep MP_intsrc_info untouched if we do not update mptable | Yinghai Lu | 2008-07-08 | 2 | -6/+10 |
| * | x86: clean up relocate_initrd | Yinghai Lu | 2008-07-08 | 1 | -4/+7 |
| * | x86: replace shrink_active_range() with remove_active_range() | Yinghai Lu | 2008-07-08 | 1 | -21/+24 |
| * | x86: clean up reserve_bootmem_generic() and port it to 32-bit | Yinghai Lu | 2008-07-08 | 4 | -14/+15 |
| * | x86: make generic arch support NUMAQ, fix #2 | Yinghai Lu | 2008-07-08 | 1 | -4/+5 |
| * | x86: make generic arch support NUMAQ, fix | Yinghai Lu | 2008-07-08 | 1 | -1/+1 |
| * | x86: e820 merge parsing of the mem=/memmap= boot parameters | Yinghai Lu | 2008-07-08 | 3 | -189/+86 |
| * | x86: unify the reserve_bootmem() behavior of early_res_to_bootmem() | Ingo Molnar | 2008-07-08 | 1 | -4/+0 |
| * | x86: use reserve_bootmem_generic() to reserve crashkernel memory on x86_64 | Bernhard Walle | 2008-07-08 | 1 | -1/+1 |
| * | x86: add flags parameter to reserve_bootmem_generic() | Bernhard Walle | 2008-07-08 | 2 | -7/+15 |
| * | Merge branch 'linus' into tmp.x86.mpparse.new | Ingo Molnar | 2008-07-08 | 318 | -5209/+9101 |
| |\ |
|
| * | | x86: update mptable, fix | Yinghai Lu | 2008-06-10 | 1 | -0/+2 |
| * | | x86: make generic arch support NUMAQ | Yinghai Lu | 2008-06-10 | 16 | -152/+184 |
| * | | x86: introduce max_physical_apicid for bigsmp switching | Yinghai Lu | 2008-06-10 | 7 | -9/+20 |
| * | | x86: fix boot failure with 64GB+ system with numa 32-bit | Yinghai Lu | 2008-06-10 | 1 | -1/+1 |
| * | | x86, numa, 32-bit: use find_e820_area() to find KVA RAM on node | Yinghai Lu | 2008-06-10 | 1 | -26/+33 |
| * | | mm, x86: shrink_active_range() should check all | Yinghai Lu | 2008-06-10 | 1 | -1/+1 |
| * | | x86: remove all active memory ranges before registering them again after trim... | Yinghai Lu | 2008-06-10 | 1 | -0/+1 |
| * | | Revert "x86, 32-bit: SRAT fix" | Ingo Molnar | 2008-06-09 | 1 | -3/+8 |
| * | | x86, 32-bit: SRAT fix | Ingo Molnar | 2008-06-06 | 1 | -8/+3 |
| * | | x86: linked list of setup_data for i386 | Huang, Ying | 2008-06-05 | 5 | -40/+43 |
| * | | x86: extract common part of head32.c and head64.c into head.c | Huang, Ying | 2008-06-05 | 5 | -101/+57 |
| * | | x86: reserve EFI memory map with reserve_early | Huang, Ying | 2008-06-05 | 4 | -24/+27 |
| * | | x86: reserve highmem pages via reserve_early | Huang, Ying | 2008-06-05 | 2 | -1/+13 |
| * | | x86: split out common code into find_overlapped_early() | Huang, Ying | 2008-06-05 | 1 | -20/+30 |
| * | | x86: e820 max_arch_pfn typo fix for 64 bit | Yinghai Lu | 2008-06-04 | 1 | -1/+1 |
| * | | x86: make 32-bit use e820_register_active_regions() | Yinghai Lu | 2008-06-04 | 5 | -85/+33 |
| * | | x86: move e820_register_active() to e820.c | Yinghai Lu | 2008-06-04 | 2 | -97/+109 |
| * | | x86, numa, 32-bit: make sure get we kva space | Yinghai Lu | 2008-06-04 | 1 | -5/+12 |
| * | | x86: early check if a system is numaq | Yinghai Lu | 2008-06-04 | 2 | -8/+30 |
| * | | x86: change propagate_e820_map() back to find_max_pfn(), 32-bit, fix | Yinghai Lu | 2008-06-04 | 1 | -0/+2 |
| * | | x86: clean up max_pfn_mapped usage - 64-bit | Yinghai Lu | 2008-06-03 | 2 | -13/+4 |