| Commit message (Expand) | Author | Age | Files | Lines |
* | x86: update mptable, fix | Yinghai Lu | 2008-06-10 | 1 | -0/+2 |
* | x86: make generic arch support NUMAQ | Yinghai Lu | 2008-06-10 | 5 | -11/+79 |
* | x86: introduce max_physical_apicid for bigsmp switching | Yinghai Lu | 2008-06-10 | 6 | -8/+19 |
* | x86: fix boot failure with 64GB+ system with numa 32-bit | 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 | 4 | -101/+56 |
* | 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 | 1 | -0/+11 |
* | 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 | 4 | -72/+27 |
* | x86: move e820_register_active() to e820.c | Yinghai Lu | 2008-06-04 | 2 | -97/+109 |
* | 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 |
* | x86: clean up max_pfn_mapped usage - 32-bit | Yinghai Lu | 2008-06-03 | 2 | -1/+7 |
* | x86: update mptable | Yinghai Lu | 2008-06-03 | 4 | -17/+435 |
* | x86, 32-bit: change propagate_e820_map() back to find_max_pfn() | Yinghai Lu | 2008-06-03 | 2 | -5/+4 |
* | x86: 32bit numa srat fix early_ioremap leak | Yinghai Lu | 2008-05-31 | 1 | -11/+26 |
* | x86: extend e820 early_res support 32bit -fix #5 | Yinghai Lu | 2008-05-31 | 1 | -1/+0 |
* | x86: extend e820 early_res support 32bit -fix #3 | Yinghai Lu | 2008-05-31 | 3 | -1/+11 |
* | x86: extend e820 ealy_res support 32bit - fix #2 | Yinghai Lu | 2008-05-27 | 1 | -5/+9 |
* | x86: fix mpparse fallout | Thomas Gleixner | 2008-05-25 | 1 | -32/+41 |
* | x86: allow MPPARSE to be deselected in SMP configs | Alexey Starikovskiy | 2008-05-25 | 2 | -1/+5 |
* | x86: move mp_bus_not_pci from mpparse.c | Alexey Starikovskiy | 2008-05-25 | 3 | -10/+8 |
* | x86: mp_bus_id_to_pci_bus is not needed | Alexey Starikovskiy | 2008-05-25 | 3 | -12/+2 |
* | x86: move smp_found_config | Alexey Starikovskiy | 2008-05-25 | 3 | -4/+10 |
* | x86: move pic_mode to apic_32.c | Alexey Starikovskiy | 2008-05-25 | 2 | -2/+2 |
* | x86: Set pic_mode only if local apic code is present | Alexey Starikovskiy | 2008-05-25 | 1 | -1/+1 |
* | x86: move e820_mark_nosave_regions to e820.c | Yinghai Lu | 2008-05-25 | 5 | -66/+34 |
* | x86: fix mpparse/acpi interaction | Alexey Starikovskiy | 2008-05-25 | 1 | -4/+5 |
* | x86: initialize all fields of mp_irqs[mp_irq_entries] | Soeren Sandmann | 2008-05-25 | 1 | -5/+4 |
* | x86: make config_irqsrc not MPspec specific | Alexey Starikovskiy | 2008-05-25 | 4 | -84/+89 |
* | x86: make struct config_ioapic not MPspec specific | Alexey Starikovskiy | 2008-05-25 | 5 | -56/+60 |
* | x86: make mp_ioapic_routing definition local | Alexey Starikovskiy | 2008-05-25 | 1 | -1/+6 |
* | x86: complete move ACPI from mpparse.c | Alexey Starikovskiy | 2008-05-25 | 2 | -298/+305 |
* | x86: move es7000_plat out of mpparse.c | Alexey Starikovskiy | 2008-05-25 | 1 | -5/+6 |
* | x86: cleanup print out for mptable | Yinghai Lu | 2008-05-25 | 1 | -7/+6 |
* | x86: include pci.h in e820_64.c | Thomas Gleixner | 2008-05-25 | 1 | -0/+1 |
* | x86: fix shadow variables of global end_pnf in e820_64.c | Thomas Gleixner | 2008-05-25 | 1 | -18/+18 |
* | x86: move mp_ioapic_routing to mpparse and make it static | Thomas Gleixner | 2008-05-25 | 2 | -4/+2 |
* | x86: extend e820 ealy_res support 32bit - fix | Yinghai Lu | 2008-05-25 | 1 | -24/+31 |
* | x86: extend e820 ealy_res support 32bit | Yinghai Lu | 2008-05-25 | 6 | -300/+314 |
* | x86 boot: add code to add BIOS provided EFI memory entries to kernel | Paul Jackson | 2008-05-25 | 1 | -0/+26 |
* | x86 boot: longer comment explaining sanitize_e820_map routine | Paul Jackson | 2008-05-25 | 1 | -38/+56 |
* | x86 boot: change sanitize_e820_map parameter from byte to int to allow bigger... | Paul Jackson | 2008-05-25 | 2 | -4/+8 |
* | x86 boot: extend some internal memory map arrays to handle larger EFI input | Paul Jackson | 2008-05-25 | 1 | -4/+4 |