summaryrefslogtreecommitdiff
path: root/arch/x86/kernel/apic
AgeCommit message (Expand)Author
2015-04-24x86: Remove more unmodified io_apic_opsThomas Gleixner
2015-04-24x86/irq: Remove x86_io_apic_ops.write and x86_io_apic_ops.modifyJiang Liu
2015-04-24x86/irq: Remove struct io_apic_irq_attrJiang Liu
2015-04-24x86/irq: Move irq_cfg.irq_2_pin into io_apic.cJiang Liu
2015-04-24irq_remapping: Clean up unsued code to support IOAPICJiang Liu
2015-04-24x86/irq: Remove GENERIC_IRQ_LEGACY_ALLOC_HWIRQJiang Liu
2015-04-24x86/irq: Remove x86_io_apic_ops.eoi_ioapic_pin and related interfacesJiang Liu
2015-04-24x86/irq: Remove x86_io_apic_ops.set_affinity and related interfacesJiang Liu
2015-04-24x86/irq: Remove x86_io_apic_ops.setup_entry and related interfacesJiang Liu
2015-04-24x86/irq: Remove x86_io_apic_ops.print_entries and related interfacesJiang Liu
2015-04-24x86/irq: Remove unused struct mp_pin_infoJiang Liu
2015-04-24x86/irq: Remove unused old IOAPIC irqdomain interfacesJiang Liu
2015-04-24x86/irq: Convert IOAPIC to use hierarchical irqdomain interfacesJiang Liu
2015-04-24x86/irq: Introduce helper functions to support hierarchical irqdomains for IO...Jiang Liu
2015-04-24x86/irq: Simplify the way to print IOAPIC entryJiang Liu
2015-04-24x86/irq: Refine the way to allocate irq_cfg for legacy IRQsJiang Liu
2015-04-24x86/irq: Implement callbacks to enable hierarchical irqdomains on IOAPICsJiang Liu
2015-04-24x86/irq: Prepare IOAPIC interfaces to support hierarchical irqdomainsJiang Liu
2015-04-24x86/irq: Remove unused pre_init_apic_IRQ0()Jiang Liu
2015-04-24x86/irq: Simplify MSI/DMAR/HPET implementation by using common codeJiang Liu
2015-04-24x86/irq: Implement irq_chip.irq_write_msi_msg for MSI/DMAR/HPET irq_chipsJiang Liu
2015-04-24x86/MSI: Replace msi_update_msg() with irq_chip_compose_msi_msg()Jiang Liu
2015-04-24x86/MSI: Simplify the way to deal with remapped MSI interruptsJiang Liu
2015-04-24x86/irq: Normalize x86 irq_chip nameJiang Liu
2015-04-24x86/htirq: Use hierarchical irqdomain to manage Hypertransport interruptsJiang Liu
2015-04-24x86/irq: Use hierarchical irqdomain to manage DMAR interruptsJiang Liu
2015-04-24iommu/vt-d: Refine the interfaces to create IRQ for DMAR unitJiang Liu
2015-04-24x86/MSI: Clean up unused MSI related code and interfacesJiang Liu
2015-04-24x86/irq: Directly call native_compose_msi_msg() for DMAR IRQJiang Liu
2015-04-24x86/MSI: Use hierarchical irqdomains to manage MSI interruptsJiang Liu
2015-04-24x86/hpet: Enhance HPET IRQ to support hierarchical irqdomainsJiang Liu
2015-04-24x86/dmar: Use new irqdomain interfaces to allocate/free IRQJiang Liu
2015-04-24x86/htirq: Use new irqdomain interfaces to allocate/free IRQJiang Liu
2015-04-24x86/MSI: Use new irqdomain interfaces to allocate/free IRQJiang Liu
2015-04-24x86/irq: Use hierarchical irqdomain to manage CPU interrupt vectorsJiang Liu
2015-04-24x86/irq: Save destination CPU ID in irq_cfgJiang Liu
2015-04-20Merge tag 'cpumask-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2015-04-13Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2015-04-10x86/apic/uv: Update the UV APIC HUB checkMike Travis
2015-04-10x86/apic/uv: Update the UV APIC driver checkMike Travis
2015-04-10x86/apic/uv: Update the APIC UV OEM checkMike Travis
2015-04-01x86/apic: Remove verify_local_APIC()Bandan Das
2015-03-12x86/apic/numachip: Fix sibling map with NumaChipDaniel J Blueman
2015-03-10x86: fix more deprecated cpu function usage.Rusty Russell
2015-03-05x86: fix up obsolete cpu function usage.Rusty Russell
2015-03-02x86: Fix up obsolete __cpu_set() function usageRusty Russell
2015-02-13Revert "x86/apic: Only disable CPU x2apic mode when necessary"Linus Torvalds
2015-01-22x86: Consolidate boot cpu timer setupThomas Gleixner
2015-01-22x86/apic: Reuse apic_bsp_setup() for UP APIC setupThomas Gleixner
2015-01-22x86/smpboot: Move apic init code to apic.cThomas Gleixner