| Commit message (Expand) | Author | Age | Files | Lines |
* | x86/ioapic: Add proper checks to setp/enable_IO_APIC() | Thomas Gleixner | 2015-01-22 | 1 | -4/+7 |
* | x86/ioapic: Check x2apic really | Thomas Gleixner | 2015-01-22 | 1 | -1/+1 |
* | x86, irq: Use helpers to access irq_cfg data structure associated with IRQ | Jiang Liu | 2014-12-16 | 1 | -5/+5 |
* | x86, irq: Move IRQ initialization routines from io_apic.c into vector.c | Jiang Liu | 2014-12-16 | 1 | -21/+1 |
* | x86, irq: Move IOAPIC related declarations from hw_irq.h into io_apic.h | Jiang Liu | 2014-12-16 | 1 | -0/+10 |
* | x86, irq: Move HT IRQ related code from io_apic.c into htirq.c | Jiang Liu | 2014-12-16 | 1 | -92/+0 |
* | x86, irq: Move PCI MSI related code from io_apic.c into msi.c | Jiang Liu | 2014-12-16 | 1 | -272/+0 |
* | x86, irq: Move local APIC related code from io_apic.c into vector.c | Jiang Liu | 2014-12-16 | 1 | -647/+2 |
* | x86, irq: Introduce helpers to access struct irq_cfg | Jiang Liu | 2014-12-16 | 1 | -1/+6 |
* | x86, irq: Protect __clear_irq_vector() with vector_lock | Jiang Liu | 2014-12-16 | 1 | -8/+11 |
* | x86, irq: Rename local APIC related functions in io_apic.c as apic_xxx() | Jiang Liu | 2014-12-16 | 1 | -21/+21 |
* | x86, irq: Convert irq_2_pin list to generic list | Yinghai Lu | 2014-12-16 | 1 | -17/+11 |
* | x86, irq: Kill useless parameter 'irq_attr' of IO_APIC_get_PCI_irq_vector() | Jiang Liu | 2014-12-16 | 1 | -10/+3 |
* | x86, irq: Introduce helper to check whether an IOAPIC has been registered | Jiang Liu | 2014-12-16 | 1 | -0/+11 |
* | x86, irq, ACPI: Implement interfaces to support ACPI based IOAPIC hot-removal | Jiang Liu | 2014-12-16 | 1 | -0/+55 |
* | x86, irq, ACPI: Implement interface to support ACPI based IOAPIC hot-addition | Jiang Liu | 2014-12-16 | 1 | -1/+21 |
* | x86, irq: Refine mp_register_ioapic() to prepare for IOAPIC hotplug | Jiang Liu | 2014-12-16 | 1 | -31/+56 |
* | x86, irq: Remove __init marker for functions will be used by IOAPIC hotplug | Jiang Liu | 2014-12-16 | 1 | -9/+9 |
* | x86, irq: Prefer assigned ID in APIC ID register for x86_64 | Yinghai Lu | 2014-12-16 | 1 | -6/+39 |
* | x86, irq: Split out alloc_ioapic_save_registers() | Yinghai Lu | 2014-12-16 | 1 | -7/+15 |
* | x86: irq: Fix placement of mp_should_keep_irq() | Jan Beulich | 2014-12-16 | 1 | -12/+0 |
* | PCI/MSI: Rename mask/unmask_msi_irq treewide | Thomas Gleixner | 2014-11-23 | 1 | -2/+2 |
* | PCI/MSI: Rename write_msi_msg() to pci_write_msi_msg() | Jiang Liu | 2014-11-23 | 1 | -2/+2 |
* | x86 / PM: Set IRQCHIP_SKIP_SET_WAKE for IOAPIC IRQ chip objects | Rafael J. Wysocki | 2014-09-01 | 1 | -0/+5 |
* | x86, irq, PCI: Keep IRQ assignment for runtime power management | Jiang Liu | 2014-08-29 | 1 | -0/+12 |
* | x86: irq: Fix bug in setting IOAPIC pin attributes | Jiang Liu | 2014-08-27 | 1 | -1/+14 |
* | x86, apic: Remove multi_timer_check callback | David Rientjes | 2014-07-31 | 1 | -16/+0 |
* | x86, irq: Clean up irqdomain transition code | Jiang Liu | 2014-06-21 | 1 | -17/+11 |
* | x86, irq: Introduce helper functions to release IOAPIC pin | Jiang Liu | 2014-06-21 | 1 | -0/+61 |
* | x86, irq: Simplify the way to handle ISA IRQ | Jiang Liu | 2014-06-21 | 1 | -60/+38 |
* | x86, irq: Clean up unused IOAPIC interface | Jiang Liu | 2014-06-21 | 1 | -70/+0 |
* | x86, irq: Introduce two helper functions to support irqdomain map operation | Jiang Liu | 2014-06-21 | 1 | -1/+98 |
* | x86, irq: Enhance mp_register_ioapic() to support irqdomain | Jiang Liu | 2014-06-21 | 1 | -1/+41 |
* | x86, irq: Introduce mechanisms to support dynamically allocate IRQ for IOAPIC | Jiang Liu | 2014-06-21 | 1 | -35/+123 |
* | x86, ACPI, irq: Consolidate algorithm of mapping (ioapic, pin) to IRQ number | Jiang Liu | 2014-06-21 | 1 | -12/+15 |
* | x86, irq: Simplify arch_early_irq_init() | Jiang Liu | 2014-06-21 | 1 | -22/+11 |
* | x86, irq: Count legacy IRQs by legacy_pic->nr_legacy_irqs instead of NR_IRQS_... | Jiang Liu | 2014-06-21 | 1 | -18/+25 |
* | x86, irq: Introduce some helper utilities to improve readability | Jiang Liu | 2014-06-21 | 1 | -7/+22 |
* | x86, irq: Reorganize IO_APIC_get_PCI_irq_vector() to prepare for irqdomain | Jiang Liu | 2014-06-21 | 1 | -28/+33 |
* | x86, ioapic: Use irq_cfg() instead of irq_get_chip_data() for better readability | Jiang Liu | 2014-06-21 | 1 | -10/+10 |
* | x86, ioapic: Introduce helper utilities to walk ioapics and pins | Jiang Liu | 2014-06-21 | 1 | -58/+62 |
* | x86, ioapic: Kill static variable nr_irqs_gsi | Jiang Liu | 2014-06-21 | 1 | -19/+5 |
* | x86, ioapic: Kill unused global variable timer_through_8259 | Jiang Liu | 2014-06-21 | 1 | -3/+0 |
* | x86, irq, trivial: Minor improvements of IRQ related code | Jiang Liu | 2014-06-21 | 1 | -16/+5 |
* | Merge branch 'x86-irq-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2014-06-12 | 1 | -10/+18 |
|\ |
|
| * | x86/irq: Fix fixup_irqs() error handling | Prarit Bhargava | 2014-04-16 | 1 | -10/+18 |
* | | x86, irq: Remove pointless irq_reserve_irqs() call | Thomas Gleixner | 2014-05-16 | 1 | -3/+0 |
* | | x86: Remove create/destroy_irq() | Thomas Gleixner | 2014-05-16 | 1 | -105/+1 |
* | | x86: Get rid of get_nr_irqs_gsi() | Thomas Gleixner | 2014-05-16 | 1 | -5/+0 |
* | | x86: ioapic: Use irq_alloc/free_hwirq() | Thomas Gleixner | 2014-05-16 | 1 | -13/+10 |