summaryrefslogtreecommitdiffstats
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2008-06-05x86: extract common part of head32.c and head64.c into head.cHuang, Ying5-101/+57
2008-06-05x86: reserve EFI memory map with reserve_earlyHuang, Ying4-24/+27
2008-06-05x86: reserve highmem pages via reserve_earlyHuang, Ying2-1/+13
2008-06-05x86: split out common code into find_overlapped_early()Huang, Ying1-20/+30
2008-06-04x86: e820 max_arch_pfn typo fix for 64 bitYinghai Lu1-1/+1
2008-06-04x86: make 32-bit use e820_register_active_regions()Yinghai Lu5-85/+33
2008-06-04x86: move e820_register_active() to e820.cYinghai Lu2-97/+109
2008-06-04x86, numa, 32-bit: make sure get we kva spaceYinghai Lu1-5/+12
2008-06-04x86: early check if a system is numaqYinghai Lu2-8/+30
2008-06-04x86: change propagate_e820_map() back to find_max_pfn(), 32-bit, fixYinghai Lu1-0/+2
2008-06-03x86: clean up max_pfn_mapped usage - 64-bitYinghai Lu2-13/+4
2008-06-03x86: clean up max_pfn_mapped usage - 32-bitYinghai Lu3-2/+9
2008-06-03x86, numa, 32-bit: avoid clash between ramdisk and kvaYinghai Lu1-19/+8
2008-06-03x86: update mptableYinghai Lu4-17/+435
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 Lu3-6/+5
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-05-31x86: 32bit numa srat fix early_ioremap leakYinghai Lu1-11/+26
2008-05-31x86: extend e820 early_res support 32bit -fix #5Yinghai Lu2-8/+5
2008-05-31x86: extend e820 early_res support 32bit -fix #4Yinghai Lu1-2/+7
2008-05-31x86: extend e820 early_res support 32bit -fix #3Yinghai Lu5-4/+16
2008-05-27x86: extend e820 ealy_res support 32bit - fix #2Yinghai Lu1-5/+9
2008-05-25x86: fix mpparse falloutThomas Gleixner1-32/+41
2008-05-25x86: allow MPPARSE to be deselected in SMP configsAlexey Starikovskiy3-2/+6
2008-05-25x86: move mp_bus_not_pci from mpparse.cAlexey Starikovskiy3-10/+8
2008-05-25x86: mp_bus_id_to_pci_bus is not neededAlexey Starikovskiy3-12/+2
2008-05-25x86: move smp_found_configAlexey Starikovskiy5-12/+12
2008-05-25x86: move pic_mode to apic_32.cAlexey Starikovskiy3-4/+2
2008-05-25x86: Set pic_mode only if local apic code is presentAlexey Starikovskiy1-1/+1
2008-05-25x86: move e820_mark_nosave_regions to e820.cYinghai Lu5-66/+34
2008-05-25x86: fix mpparse/acpi interactionAlexey Starikovskiy1-4/+5
2008-05-25x86: initialize all fields of mp_irqs[mp_irq_entries]Soeren Sandmann1-5/+4
2008-05-25x86: make config_irqsrc not MPspec specificAlexey Starikovskiy4-84/+89
2008-05-25x86: make struct config_ioapic not MPspec specificAlexey Starikovskiy5-56/+60
2008-05-25x86: make mp_ioapic_routing definition localAlexey Starikovskiy1-1/+6
2008-05-25x86: complete move ACPI from mpparse.cAlexey Starikovskiy2-298/+305
2008-05-25x86: move es7000_plat out of mpparse.cAlexey Starikovskiy2-5/+8
2008-05-25x86: cleanup print out for mptableYinghai Lu1-7/+6
2008-05-25x86: include pci.h in e820_64.cThomas Gleixner1-0/+1
2008-05-25x86: fix shadow variables of global end_pnf in e820_64.cThomas Gleixner1-18/+18
2008-05-25x86: move mp_ioapic_routing to mpparse and make it staticThomas Gleixner2-4/+2
2008-05-25x86: extend e820 ealy_res support 32bit - fixYinghai Lu1-24/+31
2008-05-25x86: extend e820 ealy_res support 32bitYinghai Lu7-309/+314
2008-05-25x86 boot: add code to add BIOS provided EFI memory entries to kernelPaul Jackson1-0/+26
2008-05-25x86 boot: longer comment explaining sanitize_e820_map routinePaul Jackson1-38/+56
2008-05-25x86 boot: change sanitize_e820_map parameter from byte to int to allow bigger...Paul Jackson4-6/+16
2008-05-25x86 boot: extend some internal memory map arrays to handle larger EFI inputPaul Jackson1-4/+4
2008-05-25x86 boot: proper use of ARRAY_SIZE instead of repeated E820MAX constantPaul Jackson5-9/+17
2008-05-25x86 boot: minor code format fixes in e820 and efi routinesPaul Jackson2-2/+2