summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/apic
Commit message (Expand)AuthorAgeFilesLines
* x86/ioapic: Ignore IRQ2 againThomas Gleixner2021-03-241-0/+10
* x86/apic: Add extra serialization for non-serializing MSRsDave Hansen2021-02-103-2/+8
* x86/apic/uv: Silence a shift wrapping warningDan Carpenter2020-05-101-2/+2
* x86/ioapic: Prevent inconsistent state when moving an interruptThomas Gleixner2020-01-041-3/+6
* x86/apic/32: Avoid bogus LDR warningsJan Beulich2019-12-211-10/+15
* x86/apic: Soft disable APIC before initializing itThomas Gleixner2019-10-051-0/+8
* x86/apic: Fix arch_dynirq_lower_bound() bug for DT enabled machinesThomas Gleixner2019-09-211-1/+7
* Revert "x86/apic: Include the LDR when clearing out APIC registers"Linus Torvalds2019-09-101-4/+0
* x86/apic: Include the LDR when clearing out APIC registersBandan Das2019-09-061-0/+4
* x86/apic: Do not initialize LDR and DFR for bigsmpBandan Das2019-09-061-22/+2
* x86/apic: Handle missing global clockevent gracefullyThomas Gleixner2019-09-061-15/+53
* x86/apic: Silence -Wtype-limits compiler warningsQian Cai2019-08-061-1/+1
* x86/cpufeature: Replace the old static_cpu_has() with safe variantBorislav Petkov2018-07-171-2/+2
* x86/apic: Set up through-local-APIC mode on the boot CPU if 'noapic' specifiedBaoquan He2018-05-301-1/+1
* x86/apic/vector: Handle legacy irq data correctlyThomas Gleixner2018-03-111-7/+7
* x86/ioapic: Fix incorrect pointers in ioapic_setup_resources()Rui Wang2018-01-311-1/+1
* x86/apic/vector: Fix off by one in error pathThomas Gleixner2018-01-231-2/+5
* x86/ioapic: Pass the correct data to unmask_ioapic_irq()Seunghun Han2017-07-271-1/+1
* x86/ioapic: Restore IO-APIC irq_chip retrigger callbackRuslan Ruslichenko2017-05-141-0/+2
* Revert "x86/ioapic: Restore IO-APIC irq_chip retrigger callback"Linus Torvalds2017-02-141-2/+0
* x86/irq: Make irq activate operations symmetricThomas Gleixner2017-02-091-0/+2
* x86/ioapic: Restore IO-APIC irq_chip retrigger callbackRuslan Ruslichenko2017-01-261-0/+2
* x86/irq: Prevent force migration of irqs which are not in the vector domainMika Westerberg2016-10-161-3/+20
* x86/apic: Do not init irq remapping if ioapic is disabledWanpeng Li2016-09-151-0/+3
* x86/apic: Handle zero vector gracefully in clear_vector_irq()Keith Busch2016-05-041-1/+2
* x86/irq: Cure live lock in fixup_irqs()Thomas Gleixner2016-04-121-18/+70
* x86/irq: Plug vector cleanup raceThomas Gleixner2016-03-031-10/+53
* x86/irq: Call irq_force_move_complete with irq descriptorThomas Gleixner2016-03-031-4/+7
* x86/irq: Remove outgoing CPU from vector cleanup maskThomas Gleixner2016-03-031-2/+16
* x86/irq: Remove the cpumask allocation from send_cleanup_vector()Thomas Gleixner2016-03-031-13/+3
* x86/irq: Clear move_in_progress before sending cleanup IPIThomas Gleixner2016-03-031-1/+3
* x86/irq: Remove offline cpus from vector cleanupThomas Gleixner2016-03-031-2/+6
* x86/irq: Get rid of code duplicationThomas Gleixner2016-03-031-18/+15
* x86/irq: Copy vectormask instead of an AND operationThomas Gleixner2016-03-031-1/+1
* x86/irq: Check vector allocation earlyThomas Gleixner2016-03-031-13/+25
* x86/irq: Reorganize the search in assign_irq_vectorThomas Gleixner2016-03-031-8/+16
* x86/irq: Reorganize the return path in assign_irq_vectorThomas Gleixner2016-03-031-14/+8
* x86/irq: Do not use apic_chip_data.old_domain as temporary bufferJiang Liu2016-03-031-3/+5
* x86/irq: Fix a race in x86_vector_free_irqs()Jiang Liu2016-03-031-8/+8
* x86/irq: Call chip->irq_set_affinity in proper contextThomas Gleixner2016-03-031-1/+5
* x86/numachip: Fix NumaConnect2 MMCFG PCI accessDaniel J Blueman2015-12-301-4/+1
* x86/irq: Probe for PIC presence before allocating descs for legacy IRQsVitaly Kuznetsov2015-11-071-1/+5
* Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-11-033-65/+165
|\
| * x86/io_apic: Make eoi_ioapic_pin() staticAndy Shevchenko2015-10-111-1/+1
| * x86/apic: Deinline various functionsDenys Vlasenko2015-09-301-4/+4
| * x86/numachip: Add Numachip IPI optimisationsDaniel J Blueman2015-09-221-5/+32
| * x86/numachip: Add Numachip2 APIC supportDaniel J Blueman2015-09-221-0/+93
| * x86/numachip: Cleanup Numachip supportDaniel J Blueman2015-09-221-62/+42
* | x86/ioapic: Prevent NULL pointer dereference in setup_ioapic_dest()Werner Pawlitschko2015-10-271-1/+3
* | x86/ioapic: Disable interrupts when re-routing legacy IRQsVitaly Kuznetsov2015-10-161-0/+4
|/