summaryrefslogtreecommitdiff
path: root/arch/x86/kernel/apic/vector.c
AgeCommit message (Expand)Author
2024-01-03arch/x86: Fix typosBjorn Helgaas
2023-08-09x86/apic: Wrap IPI calls into helper functionsDave Hansen
2023-08-09x86/apic: Nuke ack_APIC_irq()Dave Hansen
2023-08-09x86/apic: Wrap APIC ID validation into an inlineThomas Gleixner
2023-08-09x86/apic: Get rid of hard_smp_processor_id()Thomas Gleixner
2023-08-09x86/apic: Rename disable_apicThomas Gleixner
2023-08-06x86/vector: Replace IRQ_MOVE_CLEANUP_VECTOR with a timer callbackThomas Gleixner
2023-08-06x86/vector: Rename send_cleanup_vector() to vector_schedule_cleanup()Thomas Gleixner
2022-11-17x86/apic: Remove X86_IRQ_ALLOC_CONTIGUOUS_VECTORSThomas Gleixner
2022-01-15Replace for_each_*_bit_from() with for_each_*_bit() where appropriateYury Norov
2021-08-10x86: Avoid magic number with ELCR register accessesMaciej W. Rozycki
2021-05-29x86/apic: Mark _all_ legacy interrupts when IO/APIC is missingThomas Gleixner
2021-04-26Merge tag 'x86-apic-2021-04-26' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2021-03-30x86/vector: Add a sanity check to prevent IRQ2 allocationsThomas Gleixner
2021-03-18x86: Fix various typos in commentsIngo Molnar
2020-12-14Merge tag 'x86-apic-2020-12-14' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2020-12-10x86/apic/vector: Fix ordering in vector assignmentThomas Gleixner
2020-10-28x86/apic: Add select() method on vector irqdomainDavid Woodhouse
2020-10-28x86/apic: Always provide irq_compose_msi_msg() method for vector domainDavid Woodhouse
2020-09-16x86/irq: Initialize PCI/MSI domain at PCI init timeThomas Gleixner
2020-09-16x86/msi: Move compose message callback where it belongsThomas Gleixner
2020-08-27x86/irq: Unbreak interrupt affinity settingThomas Gleixner
2020-07-27genirq/affinity: Make affinity setting if activated opt-inThomas Gleixner
2020-07-17genirq/affinity: Handle affinity setting on inactive interrupts correctlyThomas Gleixner
2020-07-14irqdomain/treewide: Keep firmware node unconditionally allocatedThomas Gleixner
2020-06-11x86/entry: Convert SMP system vectors to IDTENTRY_SYSVECThomas Gleixner
2020-03-30Merge tag 'irq-core-2020-03-30' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2020-03-13x86/vector: Remove warning on managed interrupt migrationPeter Xu
2020-03-08x86/apic/vector: Force interupt handler invocation to irq contextThomas Gleixner
2019-08-28x86/apic/vector: Warn when vector space exhaustion breaks affinityNeil Horman
2019-07-08Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2019-07-03x86/irq: Handle spurious interrupt after shutdown gracefullyThomas Gleixner
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2018-12-08x86/kernel: Fix more -Wmissing-prototypes warningsBorislav Petkov
2018-09-18irq/matrix: Spread managed interrupts on allocationDou Liyang
2018-09-08x86/apic/vector: Make error return value negativeThomas Gleixner
2018-08-14Merge branch 'l1tf-final' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds
2018-08-13Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2018-08-05x86: Don't include linux/irq.h from asm/hardirq.hNicolai Stange
2018-07-30x86/apic: Trivial coding style fixesYi Wang
2018-06-06x86/apic/vector: Print APIC control bits in debugfsThomas Gleixner
2018-06-06x86/apic: Provide apic_ack_irq()Thomas Gleixner
2018-06-06x86/apic/vector: Prevent hlist corruption and leaksThomas Gleixner
2018-05-19x86/vector: Merge allocate_vector() into assign_vector_locked()Dou Liyang
2018-02-23x86/apic/vector: Handle vector release on CPU unplug correctlyThomas Gleixner
2018-01-17x86/apic/vector: Fix off by one in error pathThomas Gleixner
2017-12-29genirq/msi, x86/vector: Prevent reservation mode for non maskable MSIThomas Gleixner
2017-12-29genirq/irqdomain: Rename early argument of irq_domain_activate_irq()Thomas Gleixner
2017-12-29x86/vector: Use IRQD_CAN_RESERVE flagThomas Gleixner
2017-12-06x86: Fix Sparse warnings about non-static functionsColin Ian King