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