summaryrefslogtreecommitdiff
path: root/arch/x86/kernel/apic
AgeCommit message (Expand)Author
2021-03-24x86/ioapic: Ignore IRQ2 againThomas Gleixner
2021-02-10x86/apic: Add extra serialization for non-serializing MSRsDave Hansen
2020-05-10x86/apic/uv: Silence a shift wrapping warningDan Carpenter
2020-01-04x86/ioapic: Prevent inconsistent state when moving an interruptThomas Gleixner
2019-12-21x86/apic/32: Avoid bogus LDR warningsJan Beulich
2019-10-05x86/apic: Soft disable APIC before initializing itThomas Gleixner
2019-09-21x86/apic: Fix arch_dynirq_lower_bound() bug for DT enabled machinesThomas Gleixner
2019-09-10Revert "x86/apic: Include the LDR when clearing out APIC registers"Linus Torvalds
2019-09-06x86/apic: Include the LDR when clearing out APIC registersBandan Das
2019-09-06x86/apic: Do not initialize LDR and DFR for bigsmpBandan Das
2019-09-06x86/apic: Handle missing global clockevent gracefullyThomas Gleixner
2019-08-06x86/apic: Silence -Wtype-limits compiler warningsQian Cai
2018-07-17x86/cpufeature: Replace the old static_cpu_has() with safe variantBorislav Petkov
2018-05-30x86/apic: Set up through-local-APIC mode on the boot CPU if 'noapic' specifiedBaoquan He
2018-03-11x86/apic/vector: Handle legacy irq data correctlyThomas Gleixner
2018-01-31x86/ioapic: Fix incorrect pointers in ioapic_setup_resources()Rui Wang
2018-01-23x86/apic/vector: Fix off by one in error pathThomas Gleixner
2017-07-27x86/ioapic: Pass the correct data to unmask_ioapic_irq()Seunghun Han
2017-05-14x86/ioapic: Restore IO-APIC irq_chip retrigger callbackRuslan Ruslichenko
2017-02-14Revert "x86/ioapic: Restore IO-APIC irq_chip retrigger callback"Linus Torvalds
2017-02-09x86/irq: Make irq activate operations symmetricThomas Gleixner
2017-01-26x86/ioapic: Restore IO-APIC irq_chip retrigger callbackRuslan Ruslichenko
2016-10-16x86/irq: Prevent force migration of irqs which are not in the vector domainMika Westerberg
2016-09-15x86/apic: Do not init irq remapping if ioapic is disabledWanpeng Li
2016-05-04x86/apic: Handle zero vector gracefully in clear_vector_irq()Keith Busch
2016-04-12x86/irq: Cure live lock in fixup_irqs()Thomas Gleixner
2016-03-03x86/irq: Plug vector cleanup raceThomas Gleixner
2016-03-03x86/irq: Call irq_force_move_complete with irq descriptorThomas Gleixner
2016-03-03x86/irq: Remove outgoing CPU from vector cleanup maskThomas Gleixner
2016-03-03x86/irq: Remove the cpumask allocation from send_cleanup_vector()Thomas Gleixner
2016-03-03x86/irq: Clear move_in_progress before sending cleanup IPIThomas Gleixner
2016-03-03x86/irq: Remove offline cpus from vector cleanupThomas Gleixner
2016-03-03x86/irq: Get rid of code duplicationThomas Gleixner
2016-03-03x86/irq: Copy vectormask instead of an AND operationThomas Gleixner
2016-03-03x86/irq: Check vector allocation earlyThomas Gleixner
2016-03-03x86/irq: Reorganize the search in assign_irq_vectorThomas Gleixner
2016-03-03x86/irq: Reorganize the return path in assign_irq_vectorThomas Gleixner
2016-03-03x86/irq: Do not use apic_chip_data.old_domain as temporary bufferJiang Liu
2016-03-03x86/irq: Fix a race in x86_vector_free_irqs()Jiang Liu
2016-03-03x86/irq: Call chip->irq_set_affinity in proper contextThomas Gleixner
2015-12-30x86/numachip: Fix NumaConnect2 MMCFG PCI accessDaniel J Blueman
2015-11-07x86/irq: Probe for PIC presence before allocating descs for legacy IRQsVitaly Kuznetsov
2015-11-03Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2015-10-27x86/ioapic: Prevent NULL pointer dereference in setup_ioapic_dest()Werner Pawlitschko
2015-10-16x86/ioapic: Disable interrupts when re-routing legacy IRQsVitaly Kuznetsov
2015-10-11x86/io_apic: Make eoi_ioapic_pin() staticAndy Shevchenko
2015-09-30x86/apic: Deinline various functionsDenys Vlasenko
2015-09-22x86/numachip: Add Numachip IPI optimisationsDaniel J Blueman
2015-09-22x86/numachip: Add Numachip2 APIC supportDaniel J Blueman
2015-09-22x86/numachip: Cleanup Numachip supportDaniel J Blueman