summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/acpi
AgeCommit message (Expand)AuthorLines
2015-03-12x86/platform, acpi: Bypass legacy PIC and PIT in ACPI hardware reduced modeLi, Aubrey-0/+25
2015-02-21Merge branches 'core-urgent-for-linus' and 'irq-urgent-for-linus' of git://gi...Linus Torvalds-0/+5
2015-02-18x86/irq: Fix regression caused by commit b568b8601f05Jiang Liu-0/+5
2015-02-16Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-1/+1
2015-02-10Merge tag 'pm+acpi-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-14/+2
2015-02-09Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-0/+2
2015-02-06ACPI / table: remove duplicate NULL check for the handler of acpi_table_parse()Hanjun Guo-14/+2
2015-02-04x86: Store a per-cpu shadow copy of CR4Andy Lutomirski-1/+1
2015-01-22x86/acpi: Make acpi_[un]register_gsi_ioapic() depend on CONFIG_X86_LOCAL_APICThomas Gleixner-0/+2
2015-01-20x86/xen: Treat SCI interrupt as normal GSI interruptJiang Liu-13/+13
2015-01-05ACPI / processor: Rename acpi_(un)map_lsapic() to acpi_(un)map_cpu()Hanjun Guo-5/+4
2014-12-16x86, irq, acpi: Get rid of special handling of GSI for ACPI SCIJiang Liu-8/+2
2014-12-16x86, irq: Introduce helper to check whether an IOAPIC has been registeredJiang Liu-0/+22
2014-12-16x86, irq, ACPI: Implement interfaces to support ACPI based IOAPIC hot-removalJiang Liu-4/+9
2014-12-16x86, irq, ACPI: Implement interface to support ACPI based IOAPIC hot-additionJiang Liu-2/+29
2014-12-16x86, irq, ACPI: Introduce a mutex to protect IOAPIC operations from hotplugJiang Liu-0/+21
2014-12-16x86, irq, ACPI: Fix building warning of unused codeJiang Liu-0/+2
2014-10-29ACPI, irq, x86: Return IRQ instead of GSI in mp_register_gsi()Jiang Liu-1/+1
2014-10-20x86: ACPI: Do not translate GSI number if IOAPIC is disabledJiang Liu-5/+9
2014-08-13Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-210/+190
2014-08-04Merge branch 'x86-ras-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-0/+63
2014-07-22acpi, apei, ghes: Factor out ioremap virtual memory for IRQ and NMI context.Tomasz Nowicki-0/+6
2014-07-22apei, mce: Factor out APEI architecture specific MCE calls.Tomasz Nowicki-0/+57
2014-07-11x86: Simplify __HAVE_ARCH_CMPXCHG testsBorislav Petkov-4/+0
2014-06-21x86, irq, ACPI: Release IOAPIC pin when PCI device is disabledJiang Liu-0/+27
2014-06-21x86, irq: Simplify the way to handle ISA IRQJiang Liu-13/+2
2014-06-21x86, irq, ACPI: Use common irqdomain map interface to program IOAPIC pinsJiang Liu-32/+12
2014-06-21x86, ACPI, irq: Provide basic irqdomain supportJiang Liu-2/+13
2014-06-21x86, irq: Enhance mp_register_ioapic() to support irqdomainJiang Liu-1/+1
2014-06-21x86, irq: Introduce mechanisms to support dynamically allocate IRQ for IOAPICJiang Liu-4/+4
2014-06-21x86, irq, ACPI: Change __acpi_register_gsi to return IRQ number instead of GSIJiang Liu-13/+8
2014-06-21x86, ACPI, irq: Consolidate algorithm of mapping (ioapic, pin) to IRQ numberJiang Liu-24/+21
2014-06-21x86, irq: Count legacy IRQs by legacy_pic->nr_legacy_irqs instead of NR_IRQS_...Jiang Liu-6/+7
2014-06-21x86, ACPI, irq: Fix possible eror in GSI to IRQ mapping for legacy IRQJiang Liu-1/+9
2014-06-21x86, ACPI, irq: Enhance error handling in function acpi_register_gsi()Jiang Liu-6/+8
2014-06-21x86, ACPI, trivial: Minor improvements to arch/x86/kernel/acpi/boot.cJiang Liu-34/+16
2014-06-21x86, acpi, irq: Kill static function irq_to_gsi()Jiang Liu-20/+6
2014-06-21x86, acpi: Reorganize code to avoid forward declaration in boot.cJiang Liu-120/+116
2014-06-21x86, mpparse: Simplify arch/x86/include/asm/mpspec.hJiang Liu-3/+9
2014-05-05asmlinkage, x86: Add explicit __visible to arch/x86/*Andi Kleen-1/+1
2014-04-08Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Rafael J. Wysocki-1/+3
2014-04-02Merge branch 'x86-nuke-platforms-for-linus' of git://git.kernel.org/pub/scm/l...Linus Torvalds-12/+0
2014-04-01Merge tag 'pm+acpi-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-4/+0
2014-02-20x86, acpi: Fix bug in associating hot-added CPUs with corresponding NUMA nodeJiang Liu-4/+4
2014-02-19ACPI idle: permit sparse C-state sub-state numbersLen Brown-1/+3
2014-02-19ACPI: Move BAD_MADT_ENTRY() to linux/acpi.hHanjun Guo-4/+0
2014-02-11x86, apic: Remove support for ia32-based Unisys ES7000David Rientjes-12/+0
2014-01-24Merge tag 'pm+acpi-3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-2/+1
2014-01-22Merge tag 'pci-v3.14-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-3/+1
2014-01-08ACPICA: Cleanup the option of forcing the use of the RSDT.Lv Zheng-2/+1