| Commit message (Expand) | Author | Age | Files | Lines |
* | x86/ioapic: Fix incorrect pointers in ioapic_setup_resources() | Rui Wang | 2016-06-10 | 1 | -1/+1 |
* | x86/cpufeature: Replace cpu_has_apic with boot_cpu_has() usage | Borislav Petkov | 2016-04-13 | 1 | -1/+1 |
* | x86/irq: Call chip->irq_set_affinity in proper context | Thomas Gleixner | 2016-01-15 | 1 | -1/+5 |
* | Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2015-11-03 | 1 | -1/+1 |
|\ |
|
| * | x86/io_apic: Make eoi_ioapic_pin() static | Andy Shevchenko | 2015-10-11 | 1 | -1/+1 |
* | | x86/ioapic: Prevent NULL pointer dereference in setup_ioapic_dest() | Werner Pawlitschko | 2015-10-27 | 1 | -1/+3 |
* | | x86/ioapic: Disable interrupts when re-routing legacy IRQs | Vitaly Kuznetsov | 2015-10-16 | 1 | -0/+4 |
|/ |
|
* | x86/ioapic: Force affinity setting in setup_ioapic_dest() | Thomas Gleixner | 2015-09-14 | 1 | -2/+3 |
* | Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2015-09-01 | 1 | -1/+1 |
|\ |
|
| * | x86/irq: Use access helper irq_data_get_affinity_mask() | Jiang Liu | 2015-07-13 | 1 | -1/+1 |
* | | x86/irq: Use the caller provided polarity setting in mp_check_pin_attr() | Jiang Liu | 2015-07-30 | 1 | -1/+1 |
|/ |
|
* | x86: Cleanup irq_domain ops | Thomas Gleixner | 2015-04-24 | 1 | -1/+8 |
* | x86,ioapic: Cleanup irq_trigger/polarity() | Thomas Gleixner | 2015-04-24 | 1 | -88/+50 |
* | x86, ioapic: Use proper defines for the entry fields | Thomas Gleixner | 2015-04-24 | 1 | -50/+50 |
* | x86/irq: Remove sis apic bug workaround | Thomas Gleixner | 2015-04-24 | 1 | -25/+10 |
* | x86/irq: Use cached IOAPIC entry instead of reading from hardware | Jiang Liu | 2015-04-24 | 1 | -57/+21 |
* | x86/irq: Clean up io_apic.h | Jiang Liu | 2015-04-24 | 1 | -15/+8 |
* | x86: Remove more unmodified io_apic_ops | Thomas Gleixner | 2015-04-24 | 1 | -1/+1 |
* | x86/irq: Remove x86_io_apic_ops.write and x86_io_apic_ops.modify | Jiang Liu | 2015-04-24 | 1 | -2/+4 |
* | x86/irq: Remove struct io_apic_irq_attr | Jiang Liu | 2015-04-24 | 1 | -10/+0 |
* | x86/irq: Move irq_cfg.irq_2_pin into io_apic.c | Jiang Liu | 2015-04-24 | 1 | -87/+77 |
* | x86/irq: Remove x86_io_apic_ops.eoi_ioapic_pin and related interfaces | Jiang Liu | 2015-04-24 | 1 | -16/+4 |
* | x86/irq: Remove x86_io_apic_ops.set_affinity and related interfaces | Jiang Liu | 2015-04-24 | 1 | -24/+1 |
* | x86/irq: Remove x86_io_apic_ops.setup_entry and related interfaces | Jiang Liu | 2015-04-24 | 1 | -24/+0 |
* | x86/irq: Remove x86_io_apic_ops.print_entries and related interfaces | Jiang Liu | 2015-04-24 | 1 | -55/+0 |
* | x86/irq: Remove unused struct mp_pin_info | Jiang Liu | 2015-04-24 | 1 | -27/+3 |
* | x86/irq: Remove unused old IOAPIC irqdomain interfaces | Jiang Liu | 2015-04-24 | 1 | -201/+1 |
* | x86/irq: Convert IOAPIC to use hierarchical irqdomain interfaces | Jiang Liu | 2015-04-24 | 1 | -97/+211 |
* | x86/irq: Introduce helper functions to support hierarchical irqdomains for IO... | Jiang Liu | 2015-04-24 | 1 | -0/+61 |
* | x86/irq: Simplify the way to print IOAPIC entry | Jiang Liu | 2015-04-24 | 1 | -2/+28 |
* | x86/irq: Refine the way to allocate irq_cfg for legacy IRQs | Jiang Liu | 2015-04-24 | 1 | -12/+1 |
* | x86/irq: Implement callbacks to enable hierarchical irqdomains on IOAPICs | Jiang Liu | 2015-04-24 | 1 | -3/+156 |
* | x86/irq: Prepare IOAPIC interfaces to support hierarchical irqdomains | Jiang Liu | 2015-04-24 | 1 | -13/+26 |
* | x86/irq: Remove unused pre_init_apic_IRQ0() | Jiang Liu | 2015-04-24 | 1 | -17/+0 |
* | x86/irq: Use hierarchical irqdomain to manage CPU interrupt vectors | Jiang Liu | 2015-04-24 | 1 | -3/+0 |
* | 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 |