summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-08-08x86, irq, PCI: Keep IRQ assignment for PCI devices during suspend/hibernationJiang Liu3-2/+7
2014-08-02x86/apic/vsmp: Make is_vsmp_box() staticH. Peter Anvin1-2/+2
2014-07-31x86, apic: Remove enable_apic_mode callbackDavid Rientjes10-12/+0
2014-07-31x86, apic: Remove setup_portio_remap callbackDavid Rientjes10-14/+0
2014-07-31x86, apic: Remove multi_timer_check callbackDavid Rientjes10-26/+0
2014-07-31x86, apic: Replace noop_check_apicid_usedDavid Rientjes1-6/+1
2014-07-31x86, apic: Remove check_apicid_present callbackDavid Rientjes9-25/+0
2014-07-31x86, apic: Remove mps_oem_check callbackDavid Rientjes11-45/+1
2014-07-31x86, apic: Remove smp_callin_clear_local_apic callbackDavid Rientjes10-14/+0
2014-07-31x86, apic: Replace trampoline physical addresses with defaultsDavid Rientjes10-33/+8
2014-07-31x86, apic: Remove x86_32_numa_cpu_node callbackDavid Rientjes2-19/+0
2014-07-14x86: intel-mid: Use the new io_apic interfacesJiang Liu1-16/+6
2014-07-14x86, vsmp: Remove is_vsmp_box() from apic_is_clustered_box()Oren Twaig2-67/+1
2014-06-22x86, irq: Clean up irqdomain transition codeJiang Liu1-17/+11
2014-06-22x86, irq, devicetree: Release IOAPIC pin when PCI device is disabledJiang Liu1-0/+1
2014-06-22x86, irq, SFI: Release IOAPIC pin when PCI device is disabledJiang Liu1-0/+7
2014-06-22x86, irq, mpparse: Release IOAPIC pin when PCI device is disabledJiang Liu2-2/+12
2014-06-22x86, irq, ACPI: Release IOAPIC pin when PCI device is disabledJiang Liu2-1/+29
2014-06-22x86, irq: Introduce helper functions to release IOAPIC pinJiang Liu2-0/+64
2014-06-22x86, irq: Simplify the way to handle ISA IRQJiang Liu2-73/+40
2014-06-22x86, irq: Clean up unused IOAPIC interfaceJiang Liu2-79/+0
2014-06-22x86, irq, devicetree: Use common irqdomain map interface to program IOAPIC pinsJiang Liu1-9/+5
2014-06-22x86, irq, SFI: Use common irqdomain map interface to program IOAPIC pinsJiang Liu3-46/+35
2014-06-22x86, irq, mpparse: Use common irqdomain map interface to program IOAPIC pinsJiang Liu2-3/+3
2014-06-22x86, irq, ACPI: Use common irqdomain map interface to program IOAPIC pinsJiang Liu1-32/+12
2014-06-22x86, irq: Introduce two helper functions to support irqdomain map operationJiang Liu2-1/+103
2014-06-22x86, devicetree, irq: Use common mechanism to support irqdomainJiang Liu3-140/+59
2014-06-22x86, SFI, irq: Provide basic irqdomain supportJiang Liu3-1/+12
2014-06-22x86, mpparse, irq: Provide basic irqdomain supportJiang Liu1-1/+9
2014-06-22x86, ACPI, irq: Provide basic irqdomain supportJiang Liu1-2/+13
2014-06-22x86, irq: Enhance mp_register_ioapic() to support irqdomainJiang Liu6-6/+47
2014-06-22x86, irq: Introduce mechanisms to support dynamically allocate IRQ for IOAPICJiang Liu4-41/+147
2014-06-22x86, irq, ACPI: Change __acpi_register_gsi to return IRQ number instead of GSIJiang Liu1-13/+8
2014-06-22x86, ACPI, irq: Consolidate algorithm of mapping (ioapic, pin) to IRQ numberJiang Liu3-36/+38
2014-06-22x86, irq: Simplify arch_early_irq_init()Jiang Liu1-22/+11
2014-06-22x86, irq: Count legacy IRQs by legacy_pic->nr_legacy_irqs instead of NR_IRQS_...Jiang Liu6-36/+51
2014-06-22x86: ce4100, irq: Do not set legacy_pic to null_legacy_picJiang Liu1-2/+0
2014-06-22x86: ce4100, irq: Make CE4100 depend on CONFIG_X86_IO_APICJiang Liu2-7/+3
2014-06-22x86, irq: Introduce some helper utilities to improve readabilityJiang Liu2-7/+24
2014-06-22x86, irq: Reorganize IO_APIC_get_PCI_irq_vector() to prepare for irqdomainJiang Liu1-28/+33
2014-06-22x86, ioapic: Use irq_cfg() instead of irq_get_chip_data() for better readabilityJiang Liu1-10/+10
2014-06-22x86, ioapic: Introduce helper utilities to walk ioapics and pinsJiang Liu1-58/+62
2014-06-22x86, ioapic: Kill static variable nr_irqs_gsiJiang Liu1-19/+5
2014-06-22x86, ioapic: Kill unused global variable timer_through_8259Jiang Liu2-7/+0
2014-06-22x86, irq, trivial: Minor improvements of IRQ related codeJiang Liu3-28/+12
2014-06-22x86, ACPI, irq: Fix possible eror in GSI to IRQ mapping for legacy IRQJiang Liu1-1/+9
2014-06-22x86, ACPI, irq: Enhance error handling in function acpi_register_gsi()Jiang Liu1-6/+8
2014-06-22x86, ACPI, trivial: Minor improvements to arch/x86/kernel/acpi/boot.cJiang Liu1-34/+16
2014-06-22x86, acpi, irq: Kill static function irq_to_gsi()Jiang Liu1-20/+6
2014-06-22x86, PCI, ACPI: Use kmalloc_node() to optimize for performanceJiang Liu1-3/+3