Age | Commit message (Expand) | Author |
2014-08-29 | x86, irq, PCI: Keep IRQ assignment for runtime power management | Jiang Liu |
2014-08-27 | x86: irq: Fix bug in setting IOAPIC pin attributes | Jiang Liu |
2014-07-31 | x86, apic: Remove multi_timer_check callback | David Rientjes |
2014-06-21 | x86, irq: Clean up irqdomain transition code | Jiang Liu |
2014-06-21 | x86, irq: Introduce helper functions to release IOAPIC pin | Jiang Liu |
2014-06-21 | x86, irq: Simplify the way to handle ISA IRQ | Jiang Liu |
2014-06-21 | x86, irq: Clean up unused IOAPIC interface | Jiang Liu |
2014-06-21 | x86, irq: Introduce two helper functions to support irqdomain map operation | Jiang Liu |
2014-06-21 | x86, irq: Enhance mp_register_ioapic() to support irqdomain | Jiang Liu |
2014-06-21 | x86, irq: Introduce mechanisms to support dynamically allocate IRQ for IOAPIC | Jiang Liu |
2014-06-21 | x86, ACPI, irq: Consolidate algorithm of mapping (ioapic, pin) to IRQ number | Jiang Liu |
2014-06-21 | x86, irq: Simplify arch_early_irq_init() | Jiang Liu |
2014-06-21 | x86, irq: Count legacy IRQs by legacy_pic->nr_legacy_irqs instead of NR_IRQS_... | Jiang Liu |
2014-06-21 | x86, irq: Introduce some helper utilities to improve readability | Jiang Liu |
2014-06-21 | x86, irq: Reorganize IO_APIC_get_PCI_irq_vector() to prepare for irqdomain | Jiang Liu |
2014-06-21 | x86, ioapic: Use irq_cfg() instead of irq_get_chip_data() for better readability | Jiang Liu |
2014-06-21 | x86, ioapic: Introduce helper utilities to walk ioapics and pins | Jiang Liu |
2014-06-21 | x86, ioapic: Kill static variable nr_irqs_gsi | Jiang Liu |
2014-06-21 | x86, ioapic: Kill unused global variable timer_through_8259 | Jiang Liu |
2014-06-21 | x86, irq, trivial: Minor improvements of IRQ related code | Jiang Liu |
2014-06-12 | Merge branch 'x86-irq-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds |
2014-05-16 | x86, irq: Remove pointless irq_reserve_irqs() call | Thomas Gleixner |
2014-05-16 | x86: Remove create/destroy_irq() | Thomas Gleixner |
2014-05-16 | x86: Get rid of get_nr_irqs_gsi() | Thomas Gleixner |
2014-05-16 | x86: ioapic: Use irq_alloc/free_hwirq() | Thomas Gleixner |
2014-05-16 | x86: Implement arch_setup/teardown_hwirq() | Thomas Gleixner |
2014-05-05 | asmlinkage, x86: Add explicit __visible to arch/x86/* | Andi Kleen |
2014-04-28 | genirq: x86: Ensure that dynamic irq allocation does not conflict | Thomas Gleixner |
2014-04-16 | x86/irq: Fix fixup_irqs() error handling | Prarit Bhargava |
2014-01-24 | Merge tag 'pm+acpi-3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds |
2014-01-13 | x86/irq: Fix kbuild warning in smp_irq_move_cleanup_interrupt() | Prarit Bhargava |
2014-01-12 | x86/irq: Fix do_IRQ() interrupt warning for cpu hotplug retriggered irqs | Prarit Bhargava |
2013-12-07 | ACPI: Clean up inclusions of ACPI header files | Lv Zheng |
2013-08-26 | x86/ioapic: Check attr against the previous setting when programmed more than... | Liu Ping Fan |
2013-08-20 | x86/ioapic/kcrash: Prevent crash_kexec() from deadlocking on ioapic_lock | Yoshihiro YUNOMAE |
2013-01-28 | x86, io_apic: Introduce eoi_ioapic_pin call-back | Joerg Roedel |
2013-01-28 | x86, msi: Introduce x86_msi.compose_msi_msg call-back | Joerg Roedel |
2013-01-28 | x86, irq: Introduce setup_remapped_irq() | Joerg Roedel |
2013-01-28 | x86, irq: Move irq_remapped() check into free_remapped_irq | Joerg Roedel |
2013-01-28 | x86, io-apic: Remove !irq_remapped() check from __target_IO_APIC_irq() | Joerg Roedel |
2013-01-28 | x86, io-apic: Move CONFIG_IRQ_REMAP code out of x86 core | Joerg Roedel |
2013-01-28 | x86, io_apic: Remove irq_remapping_enabled check in setup_timer_IRQ0_pin | Joerg Roedel |
2013-01-28 | x86, io_apic: Move irq_remapping_enabled checks out of check_timer() | Joerg Roedel |
2013-01-28 | x86, io_apic: Convert setup_ioapic_entry to function pointer | Joerg Roedel |
2013-01-28 | x86, io_apic: Introduce set_affinity function pointer | Joerg Roedel |
2013-01-28 | x86, msi: Use IRQ remapping specific setup_msi_irqs routine | Joerg Roedel |
2013-01-28 | x86, hpet: Introduce x86_msi_ops.setup_hpet_msi | Joerg Roedel |
2013-01-28 | x86, io_apic: Introduce x86_io_apic_ops.print_entries for debugging | Joerg Roedel |
2013-01-28 | x86, io_apic: Introduce x86_io_apic_ops.disable() | Joerg Roedel |
2013-01-24 | x86/MSI: Support multiple MSIs in presense of IRQ remapping | Alexander Gordeev |