Age | Commit message (Expand) | Author | Files | Lines |
2011-05-20 | x86, ioapic: Consolidate mp_ioapics[] into 'struct ioapic' | Suresh Siddha | 1 | -4/+4 |
2011-03-15 | Merge commit 'v2.6.38' into x86/mm | Ingo Molnar | 1 | -4/+10 |
2011-02-24 | x86 quirk: Fix polarity for IRQ0 pin2 override on SB800 systems | Andreas Herrmann | 1 | -4/+10 |
2011-01-28 | x86: Unify CPU -> NUMA node mapping between 32 and 64bit | Tejun Heo | 1 | -5/+0 |
2011-01-28 | x86: Unify cpu/apicid <-> NUMA node mapping between 32 and 64bit | Tejun Heo | 1 | -2/+1 |
2011-01-14 | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/... | Linus Torvalds | 1 | -0/+1 |
2011-01-12 | ACPI, APEI, Generic Hardware Error Source POLL/IRQ/NMI notification type support | Huang Ying | 1 | -0/+1 |
2011-01-07 | Merge branch 'linus' into x86/apic-cleanups | Ingo Molnar | 1 | -3/+8 |
2011-01-05 | x86: Fix APIC ID sizing bug on larger systems, clean up MAX_APICS confusion | Yinghai Lu | 1 | -3/+3 |
2011-01-04 | Merge commit 'v2.6.37-rc8' into x86/apic | Ingo Molnar | 1 | -17/+43 |
2010-12-24 | x86, acpi: Parse all SRAT cpu entries even above the cpu number limitation | Yinghai Lu | 1 | -0/+5 |
2010-12-09 | x86: Unify 3 similar ways of saving mp_irqs info | Feng Tang | 1 | -29/+3 |
2010-12-09 | x86, apic: Unify identical register_lapic_address() functions | Yinghai Lu | 1 | -14/+2 |
2010-10-23 | xen: add xen hvm acpi_register_gsi variant | Jeremy Fitzhardinge | 1 | -1/+2 |
2010-10-23 | acpi: use indirect call to register gsi in different modes | Jeremy Fitzhardinge | 1 | -17/+42 |
2010-06-10 | x86, irq: Rename gsi_end gsi_top, and fix off by one errors | Eric W. Biederman | 1 | -4/+4 |
2010-05-29 | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/... | Linus Torvalds | 1 | -16/+3 |
2010-05-29 | Merge branch 'ht-delete-2.6.35' into release | Len Brown | 1 | -16/+3 |
2010-05-20 | Merge branch 'acpica' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/l... | Linus Torvalds | 1 | -0/+4 |
2010-05-05 | x86, irq: Kill io_apic_renumber_irq | Eric W. Biederman | 1 | -5/+0 |
2010-05-05 | x86, acpi/irq: Handle isa irqs that are not identity mapped to gsi's. | Eric W. Biederman | 1 | -4/+53 |
2010-05-05 | x86, ioapic: Simplify probe_nr_irqs_gsi. | Eric W. Biederman | 1 | -23/+0 |
2010-05-05 | x86, acpi/irq: Generalize mp_config_acpi_legacy_irqs | Eric W. Biederman | 1 | -12/+18 |
2010-05-05 | x86, acpi/irq: Fix acpi_sci_ioapic_setup so it has both bus_irq and gsi | Eric W. Biederman | 1 | -5/+7 |
2010-05-05 | x86, acpi/irq: Introduce apci_isa_irq_to_gsi | Eric W. Biederman | 1 | -0/+8 |
2010-04-20 | ACPI: add boot option acpi=copy_dsdt to fix corrupt DSDT | Lin Ming | 1 | -0/+4 |
2010-03-30 | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 1 | -0/+1 |
2010-03-15 | Merge branches 'battery-2.6.34', 'bugzilla-10805', 'bugzilla-14668', 'bugzill... | Len Brown | 1 | -124/+45 |
2010-03-15 | ACPI: processor: driver doesn't need to evaluate _PDC | Alex Chiang | 1 | -0/+3 |
2010-03-15 | ACPI: delete the "acpi=ht" boot option | Len Brown | 1 | -16/+3 |
2010-03-15 | ACPI: plan to delete "acpi=ht" boot option | Len Brown | 1 | -1/+3 |
2010-03-15 | ACPI: remove "acpi=ht" DMI blacklist | Len Brown | 1 | -93/+0 |
2010-03-08 | Merge branch 'x86-mrst-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -0/+4 |
2010-03-03 | Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -1/+8 |
2010-02-28 | Merge branch 'x86-numa-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -0/+21 |
2010-02-23 | Merge remote branch 'origin/x86/apic' into x86/mrst | H. Peter Anvin | 1 | -1/+8 |
2010-02-20 | x86: Move pci init function to x86_init | Thomas Gleixner | 1 | -0/+4 |
2010-02-16 | ACPI: remove Asus P2B-DS from acpi=ht blacklist | Len Brown | 1 | -8/+0 |
2010-02-11 | x86: Fix SCI on IOAPIC != 0 | Yinghai Lu | 1 | -1/+8 |
2010-02-10 | x86, acpi: Map hotadded cpu to correct node. | Haicheng Li | 1 | -0/+21 |
2010-02-10 | x86, apic: Don't use logical-flat mode when CPU hotplug may exceed 8 CPUs | Suresh Siddha | 1 | -5/+0 |
2010-01-07 | x86, ACPI: delete acpi_boot_table_init() return value | Len Brown | 1 | -16/+6 |
2009-12-10 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 1 | -1/+1 |
2009-12-09 | Merge branch 'timers-for-linus-hpet' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -0/+1 |
2009-12-04 | tree-wide: fix assorted typos all over the place | André Goddard Rosa | 1 | -1/+1 |
2009-08-29 | Merge branch 'for-ingo' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb... | Ingo Molnar | 1 | -101/+1 |
2009-08-29 | ACPI, x86: expose some IO-APIC routines when CONFIG_ACPI=n | Feng Tang | 1 | -101/+1 |
2009-08-28 | x86: arch specific support for remapping HPET MSIs | Suresh Siddha | 1 | -0/+1 |
2009-07-15 | x86/acpi: acpi_parse_madt_ioapic_entries: remove redundant braces | Jeremy Fitzhardinge | 1 | -2/+1 |
2009-06-24 | Merge branches 'acerhdf', 'acpi-pci-bind', 'bjorn-pci-root', 'bugzilla-12904'... | Len Brown | 1 | -79/+1 |