Age | Commit message (Expand) | Author |
2015-04-24 | x86: Cleanup irq_domain ops | Thomas Gleixner |
2015-04-24 | x86,ioapic: Cleanup irq_trigger/polarity() | Thomas Gleixner |
2015-04-24 | x86, ioapic: Use proper defines for the entry fields | Thomas Gleixner |
2015-04-24 | x86/irq: Remove sis apic bug workaround | Thomas Gleixner |
2015-04-24 | x86/irq: Use cached IOAPIC entry instead of reading from hardware | Jiang Liu |
2015-04-24 | x86/irq: Clean up io_apic.h | Jiang Liu |
2015-04-24 | x86: Remove more unmodified io_apic_ops | Thomas Gleixner |
2015-04-24 | x86/irq: Remove x86_io_apic_ops.write and x86_io_apic_ops.modify | Jiang Liu |
2015-04-24 | x86/irq: Remove struct io_apic_irq_attr | Jiang Liu |
2015-04-24 | x86/irq: Move irq_cfg.irq_2_pin into io_apic.c | Jiang Liu |
2015-04-24 | x86/irq: Remove x86_io_apic_ops.eoi_ioapic_pin and related interfaces | Jiang Liu |
2015-04-24 | x86/irq: Remove x86_io_apic_ops.set_affinity and related interfaces | Jiang Liu |
2015-04-24 | x86/irq: Remove x86_io_apic_ops.setup_entry and related interfaces | Jiang Liu |
2015-04-24 | x86/irq: Remove x86_io_apic_ops.print_entries and related interfaces | Jiang Liu |
2015-04-24 | x86/irq: Remove unused struct mp_pin_info | Jiang Liu |
2015-04-24 | x86/irq: Remove unused old IOAPIC irqdomain interfaces | Jiang Liu |
2015-04-24 | x86/irq: Convert IOAPIC to use hierarchical irqdomain interfaces | Jiang Liu |
2015-04-24 | x86/irq: Introduce helper functions to support hierarchical irqdomains for IO... | Jiang Liu |
2015-04-24 | x86/irq: Simplify the way to print IOAPIC entry | Jiang Liu |
2015-04-24 | x86/irq: Refine the way to allocate irq_cfg for legacy IRQs | Jiang Liu |
2015-04-24 | x86/irq: Implement callbacks to enable hierarchical irqdomains on IOAPICs | Jiang Liu |
2015-04-24 | x86/irq: Prepare IOAPIC interfaces to support hierarchical irqdomains | Jiang Liu |
2015-04-24 | x86/irq: Remove unused pre_init_apic_IRQ0() | Jiang Liu |
2015-04-24 | x86/irq: Use hierarchical irqdomain to manage CPU interrupt vectors | Jiang Liu |
2015-01-22 | x86/ioapic: Add proper checks to setp/enable_IO_APIC() | Thomas Gleixner |
2015-01-22 | x86/ioapic: Check x2apic really | Thomas Gleixner |
2014-12-16 | x86, irq: Use helpers to access irq_cfg data structure associated with IRQ | Jiang Liu |
2014-12-16 | x86, irq: Move IRQ initialization routines from io_apic.c into vector.c | Jiang Liu |
2014-12-16 | x86, irq: Move IOAPIC related declarations from hw_irq.h into io_apic.h | Jiang Liu |
2014-12-16 | x86, irq: Move HT IRQ related code from io_apic.c into htirq.c | Jiang Liu |
2014-12-16 | x86, irq: Move PCI MSI related code from io_apic.c into msi.c | Jiang Liu |
2014-12-16 | x86, irq: Move local APIC related code from io_apic.c into vector.c | Jiang Liu |
2014-12-16 | x86, irq: Introduce helpers to access struct irq_cfg | Jiang Liu |
2014-12-16 | x86, irq: Protect __clear_irq_vector() with vector_lock | Jiang Liu |
2014-12-16 | x86, irq: Rename local APIC related functions in io_apic.c as apic_xxx() | Jiang Liu |
2014-12-16 | x86, irq: Convert irq_2_pin list to generic list | Yinghai Lu |
2014-12-16 | x86, irq: Kill useless parameter 'irq_attr' of IO_APIC_get_PCI_irq_vector() | Jiang Liu |
2014-12-16 | x86, irq: Introduce helper to check whether an IOAPIC has been registered | Jiang Liu |
2014-12-16 | x86, irq, ACPI: Implement interfaces to support ACPI based IOAPIC hot-removal | Jiang Liu |
2014-12-16 | x86, irq, ACPI: Implement interface to support ACPI based IOAPIC hot-addition | Jiang Liu |
2014-12-16 | x86, irq: Refine mp_register_ioapic() to prepare for IOAPIC hotplug | Jiang Liu |
2014-12-16 | x86, irq: Remove __init marker for functions will be used by IOAPIC hotplug | Jiang Liu |
2014-12-16 | x86, irq: Prefer assigned ID in APIC ID register for x86_64 | Yinghai Lu |
2014-12-16 | x86, irq: Split out alloc_ioapic_save_registers() | Yinghai Lu |
2014-12-16 | x86: irq: Fix placement of mp_should_keep_irq() | Jan Beulich |
2014-11-23 | PCI/MSI: Rename mask/unmask_msi_irq treewide | Thomas Gleixner |
2014-11-23 | PCI/MSI: Rename write_msi_msg() to pci_write_msi_msg() | Jiang Liu |
2014-09-01 | x86 / PM: Set IRQCHIP_SKIP_SET_WAKE for IOAPIC IRQ chip objects | Rafael J. Wysocki |
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 |