summaryrefslogtreecommitdiff
path: root/arch/x86/kernel/acpi/boot.c
AgeCommit message (Expand)AuthorFilesLines
2011-05-20x86, ioapic: Consolidate mp_ioapics[] into 'struct ioapic'Suresh Siddha1-4/+4
2011-03-15Merge commit 'v2.6.38' into x86/mmIngo Molnar1-4/+10
2011-02-24x86 quirk: Fix polarity for IRQ0 pin2 override on SB800 systemsAndreas Herrmann1-4/+10
2011-01-28x86: Unify CPU -> NUMA node mapping between 32 and 64bitTejun Heo1-5/+0
2011-01-28x86: Unify cpu/apicid <-> NUMA node mapping between 32 and 64bitTejun Heo1-2/+1
2011-01-14Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds1-0/+1
2011-01-12ACPI, APEI, Generic Hardware Error Source POLL/IRQ/NMI notification type supportHuang Ying1-0/+1
2011-01-07Merge branch 'linus' into x86/apic-cleanupsIngo Molnar1-3/+8
2011-01-05x86: Fix APIC ID sizing bug on larger systems, clean up MAX_APICS confusionYinghai Lu1-3/+3
2011-01-04Merge commit 'v2.6.37-rc8' into x86/apicIngo Molnar1-17/+43
2010-12-24x86, acpi: Parse all SRAT cpu entries even above the cpu number limitationYinghai Lu1-0/+5
2010-12-09x86: Unify 3 similar ways of saving mp_irqs infoFeng Tang1-29/+3
2010-12-09x86, apic: Unify identical register_lapic_address() functionsYinghai Lu1-14/+2
2010-10-23xen: add xen hvm acpi_register_gsi variantJeremy Fitzhardinge1-1/+2
2010-10-23acpi: use indirect call to register gsi in different modesJeremy Fitzhardinge1-17/+42
2010-06-10x86, irq: Rename gsi_end gsi_top, and fix off by one errorsEric W. Biederman1-4/+4
2010-05-29Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds1-16/+3
2010-05-29Merge branch 'ht-delete-2.6.35' into releaseLen Brown1-16/+3
2010-05-20Merge branch 'acpica' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/l...Linus Torvalds1-0/+4
2010-05-05x86, irq: Kill io_apic_renumber_irqEric W. Biederman1-5/+0
2010-05-05x86, acpi/irq: Handle isa irqs that are not identity mapped to gsi's.Eric W. Biederman1-4/+53
2010-05-05x86, ioapic: Simplify probe_nr_irqs_gsi.Eric W. Biederman1-23/+0
2010-05-05x86, acpi/irq: Generalize mp_config_acpi_legacy_irqsEric W. Biederman1-12/+18
2010-05-05x86, acpi/irq: Fix acpi_sci_ioapic_setup so it has both bus_irq and gsiEric W. Biederman1-5/+7
2010-05-05x86, acpi/irq: Introduce apci_isa_irq_to_gsiEric W. Biederman1-0/+8
2010-04-20ACPI: add boot option acpi=copy_dsdt to fix corrupt DSDTLin Ming1-0/+4
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2010-03-15Merge branches 'battery-2.6.34', 'bugzilla-10805', 'bugzilla-14668', 'bugzill...Len Brown1-124/+45
2010-03-15ACPI: processor: driver doesn't need to evaluate _PDCAlex Chiang1-0/+3
2010-03-15ACPI: delete the "acpi=ht" boot optionLen Brown1-16/+3
2010-03-15ACPI: plan to delete "acpi=ht" boot optionLen Brown1-1/+3
2010-03-15ACPI: remove "acpi=ht" DMI blacklistLen Brown1-93/+0
2010-03-08Merge branch 'x86-mrst-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+4
2010-03-03Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+8
2010-02-28Merge branch 'x86-numa-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+21
2010-02-23Merge remote branch 'origin/x86/apic' into x86/mrstH. Peter Anvin1-1/+8
2010-02-20x86: Move pci init function to x86_initThomas Gleixner1-0/+4
2010-02-16ACPI: remove Asus P2B-DS from acpi=ht blacklistLen Brown1-8/+0
2010-02-11x86: Fix SCI on IOAPIC != 0Yinghai Lu1-1/+8
2010-02-10x86, acpi: Map hotadded cpu to correct node.Haicheng Li1-0/+21
2010-02-10x86, apic: Don't use logical-flat mode when CPU hotplug may exceed 8 CPUsSuresh Siddha1-5/+0
2010-01-07x86, ACPI: delete acpi_boot_table_init() return valueLen Brown1-16/+6
2009-12-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2009-12-09Merge branch 'timers-for-linus-hpet' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+1
2009-12-04tree-wide: fix assorted typos all over the placeAndré Goddard Rosa1-1/+1
2009-08-29Merge branch 'for-ingo' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb...Ingo Molnar1-101/+1
2009-08-29ACPI, x86: expose some IO-APIC routines when CONFIG_ACPI=nFeng Tang1-101/+1
2009-08-28x86: arch specific support for remapping HPET MSIsSuresh Siddha1-0/+1
2009-07-15x86/acpi: acpi_parse_madt_ioapic_entries: remove redundant bracesJeremy Fitzhardinge1-2/+1
2009-06-24Merge branches 'acerhdf', 'acpi-pci-bind', 'bjorn-pci-root', 'bugzilla-12904'...Len Brown1-79/+1