aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/apic/io_apic.c
AgeCommit message (Expand)Author
2024-02-21Merge branch 'v4.19/standard/base' into v4.19/standard/preempt-rt/basev4.19/standard/preempt-rt/baseBruce Ashfield
2023-05-17x86/ioapic: Don't return 0 from arch_dynirq_lower_bound()Saurabh Sengar
2022-01-25Merge branch 'v4.19/standard/base' into v4.19/standard/preempt-rt/baseBruce Ashfield
2021-08-26x86/ioapic: Force affinity setup before startupThomas Gleixner
2021-06-10Merge branch 'v4.19/standard/base' into v4.19/standard/preempt-rt/baseBruce Ashfield
2021-03-24x86/ioapic: Ignore IRQ2 againThomas Gleixner
2020-10-06Merge branch 'v4.19/standard/base' into v4.19/standard/preempt-rt/baseBruce Ashfield
2020-10-01x86/ioapic: Unbreak check_timer()Thomas Gleixner
2020-08-19Merge branch 'v4.19/standard/base' into v4.19/standard/preempt-rt/baseBruce Ashfield
2020-08-19irqdomain/treewide: Free firmware node after domain removalJon Derrick
2020-08-06Merge branch 'v4.19/standard/base' into v4.19/standard/preempt-rt/baseBruce Ashfield
2020-07-29irqdomain/treewide: Keep firmware node unconditionally allocatedThomas Gleixner
2020-03-11Merge branch 'v4.19/standard/base' into v4.19/standard/preempt-rt/baseBruce Ashfield
2019-12-31x86/ioapic: Prevent inconsistent state when moving an interruptThomas Gleixner
2019-10-10Merge branch 'v4.19/standard/base' into v4.19/standard/preempt-rt/baseBruce Ashfield
2019-09-21x86/apic: Fix arch_dynirq_lower_bound() bug for DT enabled machinesThomas Gleixner
2019-07-27Merge branch 'v4.19/standard/base' into v4.19/standard/preempt-rt/baseBruce Ashfield
2019-07-21x86/ioapic: Implement irq_get_irqchip_state() callbackThomas Gleixner
2018-11-28x86/ioapic: Don't let setaffinity unmask threaded EOI interrupt too earlyThomas Gleixner
2018-08-05x86: Don't include linux/irq.h from asm/hardirq.hNicolai Stange
2018-06-06x86/ioapic: Use apic_ack_irq()Thomas Gleixner
2018-04-02Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2018-02-20x86/IO-APIC: Avoid warning in 32-bit buildsJan Beulich
2018-02-17x86/apic: Rename variables and functions related to x86_io_apic_opsBaoquan He
2018-02-17x86/apic: Remove the (now) unused disable_IO_APIC() functionBaoquan He
2018-02-17x86/apic: Split disable_IO_APIC() into two functions to fix CONFIG_KEXEC_JUMP=yBaoquan He
2018-02-17x86/apic: Split out restore_boot_irq_mode() from disable_IO_APIC()Baoquan He
2018-01-14x86: Introduce and use MP IRQ trigger and polarity definesJan Kiszka
2017-12-29genirq/irqdomain: Rename early argument of irq_domain_activate_irq()Thomas Gleixner
2017-11-07Merge branch 'linus' into x86/apic, to resolve conflictsIngo Molnar
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-09-25x86/io_apic: Reevaluate vector configuration on activate()Thomas Gleixner
2017-09-25x86/ioapic: Mark legacy vectors at reallocation timeThomas Gleixner
2017-09-25x86/ioapic: Remove obsolete post hotplug updateThomas Gleixner
2017-09-25x86/apic: Get rid of apic->target_cpusThomas Gleixner
2017-09-25Merge branch 'irq/core' into x86/apicThomas Gleixner
2017-09-25genirq/irqdomain: Propagate early activationThomas Gleixner
2017-09-25genirq/irqdomain: Update irq_domain_ops.activate() signatureThomas Gleixner
2017-09-25x86/ioapic: Refactor the delay logic in timer_irq_works()Dou Liyang
2017-08-23x86/ioapic: Print the IRTE's index field correctly when enabling INTRraymond pang
2017-07-20x86/ioapic: Pass the correct data to unmask_ioapic_irq()Seunghun Han
2017-07-03Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2017-06-22x86/ioapic: Create named irq domainThomas Gleixner
2017-05-26x86/ioapic: Remove unused IO_APIC_irq_trigger() functionMatthias Kaehlcke
2017-02-20Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2017-02-20Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2017-02-08Revert "x86/ioapic: Restore IO-APIC irq_chip retrigger callback"Linus Torvalds
2017-02-01Merge branch 'x86/urgent' into x86/platform, to pick up fixesIngo Molnar
2017-01-31x86/irq: Make irq activate operations symmetricThomas Gleixner
2017-01-20x86/ioapic: Return suitable error code in mp_map_gsi_to_irq()Andy Shevchenko