summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/acpi/boot.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'x86/apic' into x86-v28-for-linus-phase4-BIngo Molnar2008-10-111-5/+3
|\
| * x86: fix apic version warningYinghai Lu2008-08-211-4/+0
| * Merge branch 'linus' into x86/x2apicIngo Molnar2008-07-221-3/+3
| |\
| * \ Merge branch 'linus' into x86/x2apicIngo Molnar2008-07-181-1/+0
| |\ \
| * | | x86: make read_apic_id return final apicidYinghai Lu2008-07-121-1/+1
| * | | x64, x2apic/intr-remap: add x2apic support, including enabling interrupt-rema...Suresh Siddha2008-07-121-0/+2
* | | | Merge phase #1 of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6...Linus Torvalds2008-10-101-3/+2
|\ \ \ \
| * | | | x86: acpi: move acpi_mcfg_64bit_base_addr into CONFIG_PCI_MMCONFIGHiroshi Shimamoto2008-08-271-2/+2
| * | | | Merge branch 'linus' into x86/cleanupsIngo Molnar2008-08-201-1/+15
| |\ \ \ \
| * | | | | arch/x86/kernel/acpi/boot.c: removed duplicated #includeHuang Weiyi2008-08-111-1/+0
| | |_|_|/ | |/| | |
* | | | | x86 ACPI: Blacklist two HP machines with buggy BIOSesRafael J. Wysocki2008-10-061-0/+16
| |/ / / |/| | |
* | | | x86: allow MMCONFIG above 4GB on x86_64John Keller2008-08-131-1/+15
|/ / /
* | | x86: convert Dprintk to pr_debugThomas Gleixner2008-07-211-3/+3
| |/ |/|
* | x86: I/O APIC: remove an IRQ2-mask hackMaciej W. Rozycki2008-07-131-1/+0
|/
* x86: remove conflicting nx6325 and nx6125 quirksRafael J. Wysocki2008-07-121-47/+0
* x86: introduce max_low_pfn_mapped for 64-bitYinghai Lu2008-07-111-1/+1
* x86, acpi: merge __acpi_map_tableYinghai Lu2008-07-101-17/+6
* x86: build fix for "x86: fix C1E && nx6325 stability problem"Ingo Molnar2008-07-091-0/+1
* x86: fix C1E && nx6325 stability problemRafael J. Wysocki2008-07-091-6/+37
* x86: check command line when CONFIG_X86_MPPARSE is not set, v2Yinghai Lu2008-07-081-0/+14
* Merge branch 'x86/mpparse' into x86/develIngo Molnar2008-07-081-2/+405
|\
| * x86, ioapic, acpi quirk: disable IRQ 0 through I/O APIC for some HP systemsMatthew Garrett2008-07-081-0/+37
| * x86, ioapic, acpi: add a knob to disable IRQ 0 through I/O APICMaciej W. Rozycki2008-07-081-0/+10
| * x86: update mptable fix with no ioapic v2Yinghai Lu2008-07-081-31/+56
| * x86: use dstapic in mp_config_acpi_legacy_irqsYinghai Lu2008-07-081-13/+13
| * x86: keep MP_intsrc_info untouched if we do not update mptableYinghai Lu2008-07-081-0/+3
| * Merge branch 'linus' into tmp.x86.mpparse.newIngo Molnar2008-07-081-2/+14
| |\
| * | x86: make generic arch support NUMAQYinghai Lu2008-06-101-2/+2
| * | x86: update mptableYinghai Lu2008-06-031-0/+22
| * | x86: fix mpparse/acpi interactionAlexey Starikovskiy2008-05-251-4/+5
| * | x86: initialize all fields of mp_irqs[mp_irq_entries]Soeren Sandmann2008-05-251-5/+4
| * | x86: make config_irqsrc not MPspec specificAlexey Starikovskiy2008-05-251-22/+21
| * | x86: make struct config_ioapic not MPspec specificAlexey Starikovskiy2008-05-251-14/+14
| * | x86: make mp_ioapic_routing definition localAlexey Starikovskiy2008-05-251-1/+6
| * | x86: complete move ACPI from mpparse.cAlexey Starikovskiy2008-05-251-0/+304
| * | x86: move mp_ioapic_routing to mpparse and make it staticThomas Gleixner2008-05-251-2/+0
* | | Merge branch 'linus' into x86/irqIngo Molnar2008-06-161-2/+14
|\ \ \ | | |/ | |/|
| * | x86: fix APIC warning on 32bit v2Yinghai Lu2008-06-041-2/+14
| |/
* | x86: move eisa_set_level_irq declaration to headerThomas Gleixner2008-05-121-2/+0
|/
* acpi: get boot_cpu_id as early for k8_scan_nodesYinghai Lu2008-04-261-0/+70
* x86: remove unnecessary memset and NULL check after alloc_bootmem()Akinobu Mita2008-04-261-4/+0
* x86: move mp_register_lapic_address to boot.cAlexey Starikovskiy2008-04-171-1/+11
* x86: move mp_register_lapic to boot.cAlexey Starikovskiy2008-04-171-5/+16
* x86: move mp_ioapic_routing to boot.cAlexey Starikovskiy2008-04-171-0/+2
* x86: parsing for ACPI "SAPIC" tableJack Steiner2008-04-171-2/+24
* x86: add functions to determine if platform is a UV platformJack Steiner2008-04-171-3/+1
* x86: replace the now useless max_pfn_mapped defineThomas Gleixner2008-04-171-1/+1
* x86: include mach_apic.h in smpboot_64.c and smpboot.cGlauber de Oliveira Costa2008-04-171-0/+4
* PCI: don't load acpi_php when acpi is disabledYinghai Lu2008-02-211-1/+2
* Merge branches 'release' and 'fluff' into releaseLen Brown2008-02-071-3/+0
|\
OpenPOWER on IntegriCloud