summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
2008-07-08Merge branch 'x86/mpparse' into x86/develIngo Molnar55-2689/+3588
2008-07-08x86, ioapic, acpi quirk: disable IRQ 0 through I/O APIC for some HP systemsMatthew Garrett1-0/+37
2008-07-08x86, ioapic, acpi: add a knob to disable IRQ 0 through I/O APICMaciej W. Rozycki1-0/+10
2008-07-08x86: simplify x86_mpparse dependency checkYinghai Lu1-2/+2
2008-07-08x86: fix compiling when CONFIG_X86_MPPARSE is not setYinghai Lu2-1/+5
2008-07-08x86: let MPS support be selectable, v2Yinghai Lu2-9/+21
2008-07-08x86: update mptable fix with no ioapic v2Yinghai Lu2-41/+65
2008-07-08x86: cleanup machine_specific_memory_setup, v2Yinghai Lu2-37/+8
2008-07-08x86: use acpi_numa_init to parse on 32-bit numaYinghai Lu2-162/+74
2008-07-08x86: Kconfig cleanup with genericarchYinghai Lu1-5/+5
2008-07-08x86: move some function out of setup_bootmem_allocYinghai Lu1-15/+16
2008-07-08x86: merge setup_memory_map with e820Yinghai Lu7-176/+86
2008-07-08x86: kill bad_pproYinghai Lu3-33/+23
2008-07-08x86: move e820_resource_resources to e820.cYinghai Lu4-249/+207
2008-07-08x86 boot: pass E820 memory map entries more than 128 via linked list of setup...Huang, Ying2-13/+49
2008-07-08x86, mm: use add_highpages_with_active_regions() for high pages init v2Yinghai Lu3-34/+58
2008-07-08x86: rename two e820 related functionsYinghai Lu9-25/+25
2008-07-08x86: use dstapic in mp_config_acpi_legacy_irqsYinghai Lu1-13/+13
2008-07-08x86: keep MP_intsrc_info untouched if we do not update mptableYinghai Lu2-6/+10
2008-07-08x86: clean up relocate_initrdYinghai Lu1-4/+7
2008-07-08x86: replace shrink_active_range() with remove_active_range()Yinghai Lu1-21/+24
2008-07-08x86: clean up reserve_bootmem_generic() and port it to 32-bitYinghai Lu4-14/+15
2008-07-08x86: make generic arch support NUMAQ, fix #2Yinghai Lu1-4/+5
2008-07-08x86: make generic arch support NUMAQ, fixYinghai Lu1-1/+1
2008-07-08x86: e820 merge parsing of the mem=/memmap= boot parametersYinghai Lu3-189/+86
2008-07-08x86: unify the reserve_bootmem() behavior of early_res_to_bootmem()Ingo Molnar1-4/+0
2008-07-08x86: use reserve_bootmem_generic() to reserve crashkernel memory on x86_64Bernhard Walle1-1/+1
2008-07-08x86: add flags parameter to reserve_bootmem_generic()Bernhard Walle2-7/+15
2008-07-08Merge branch 'linus' into tmp.x86.mpparse.newIngo Molnar66-560/+802
2008-07-08Merge branch 'x86/irq' into x86/develIngo Molnar11-186/+275
2008-07-08Merge branches 'x86/mmio', 'x86/delay', 'x86/idle', 'x86/oprofile', 'x86/debu...Ingo Molnar13-30/+1896
2008-07-08Merge branch 'x86/setup' into x86/develIngo Molnar7-114/+162
2008-07-08Merge branches 'x86/numa-fixes', 'x86/apic', 'x86/apm', 'x86/bitops', 'x86/bu...Ingo Molnar140-4045/+6137
2008-07-08x86, arch/x86/kernel/io_apic_32.c: use kzalloc instead of kmalloc/memsetChristophe Jaillet1-6/+3
2008-07-08x86: fix IO APIC breakage on HP nx6325, v2Maciej W. Rozycki1-2/+26
2008-07-08x86: fix IO APIC breakage on HP nx6325Maciej W. Rozycki1-0/+1
2008-07-08x86: coding style fixes to arch/x86/kernel/io_apic_32.cPaolo Ciarrocchi1-175/+173
2008-07-08x86, io-apic: use predefined names instead of numeric constantsCyrill Gorcunov2-10/+13
2008-07-08x86: APIC/SMP: Downgrade the NMI watchdog for "nosmp"Maciej W. Rozycki1-0/+3
2008-07-08x86: APIC/UP: Remove redundant NMI watchdog downgradeMaciej W. Rozycki1-3/+0
2008-07-08x86: APIC/UP: Downgrade the NMI watchdog for no I/O APICMaciej W. Rozycki2-0/+6
2008-07-08Revert "x86: APIC/SMP: downgrade the NMI watchdog for "nosmp""Ingo Molnar1-4/+0
2008-07-08Revert "x86, io-apic: fix nmi_watchdog=1 bootup hang"Ingo Molnar2-8/+4
2008-07-08x86, io-apic: fix nmi_watchdog=1 bootup hangIngo Molnar2-4/+8
2008-07-08x86: IO-APIC - use NMI_NONE instead of numeric constantCyrill Gorcunov2-2/+2
2008-07-08x86 build fix:Ingo Molnar1-1/+1
2008-07-08x86: apic_64.c fix sparse warnings about shadowed variablesThomas Gleixner1-4/+4
2008-07-08x86: make irq_cfg staticThomas Gleixner1-1/+1
2008-07-08x86: move pci_routirq declaration to pci.hThomas Gleixner1-1/+0
2008-07-08x86: I/O APIC: timer through 8259A second-chanceMaciej W. Rozycki2-17/+57