summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/apic/io_apic.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'linus' into x86/cleanups, to resolve conflictIngo Molnar2021-03-211-0/+10
|\
| * x86/ioapic: Ignore IRQ2 againThomas Gleixner2021-03-191-0/+10
* | x86: Fix various typos in commentsIngo Molnar2021-03-181-4/+4
|/
* sfi: Remove framework for deprecated firmwareAndy Shevchenko2021-02-151-2/+2
* x86/ioapic: Cleanup the timer_works() irqflags messThomas Gleixner2020-12-101-16/+6
* x86/ioapic: Correct the PCI/ISA trigger type selectionThomas Gleixner2020-11-101-2/+2
* x86/ioapic: Use I/O-APIC ID for finding irqdomain, not indexDavid Woodhouse2020-11-041-2/+2
* x86/ioapic: Handle Extended Destination ID field in RTEDavid Woodhouse2020-10-281-5/+15
* x86/ioapic: Use irq_find_matching_fwspec() to find remapping irqdomainDavid Woodhouse2020-10-281-12/+13
* x86/ioapic: Generate RTE directly from parent irqchip's MSI messageDavid Woodhouse2020-10-281-31/+72
* x86/ioapic: Cleanup IO/APIC route entry structsThomas Gleixner2020-10-281-79/+65
* x86/io_apic: Cleanup trigger/polarity helpersThomas Gleixner2020-10-281-129/+115
* x86/apic: Cleanup destination modeThomas Gleixner2020-10-281-1/+1
* x86/apic: Cleanup delivery mode definesThomas Gleixner2020-10-281-5/+6
* Merge tag 'x86-irq-2020-10-12' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-10-121-37/+37
|\
| * x86_ioapic_Consolidate_IOAPIC_allocationThomas Gleixner2020-09-161-35/+35
| * iommu/irq_remapping: Consolidate irq domain lookupThomas Gleixner2020-09-161-1/+1
| * x86/irq: Add allocation type for parent domain retrievalThomas Gleixner2020-09-161-1/+1
* | x86/ioapic: Unbreak check_timer()Thomas Gleixner2020-09-231-0/+1
|/
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-241-2/+2
* irqdomain/treewide: Free firmware node after domain removalJon Derrick2020-07-231-0/+5
* irqdomain/treewide: Keep firmware node unconditionally allocatedThomas Gleixner2020-07-141-5/+5
* x86/io_apic: Remove unused function mp_init_irq_at_boot()YueHaibing2020-05-261-13/+0
* x86/ioapic: Rename misnamed functionsThomas Gleixner2019-10-241-8/+8
* x86/ioapic: Prevent inconsistent state when moving an interruptThomas Gleixner2019-10-241-3/+6
* x86/apic: Fix arch_dynirq_lower_bound() bug for DT enabled machinesThomas Gleixner2019-08-261-1/+7
* x86/ioapic: Implement irq_get_irqchip_state() callbackThomas Gleixner2019-07-031-0/+46
* x86/timer: Skip PIT initialization on modern chipsetsThomas Gleixner2019-06-291-0/+4
* treewide: add checks for the return value of memblock_alloc*()Mike Rapoport2019-03-121-0/+5
* x86/kernel: Mark expected switch-case fall-throughsGustavo A. R. Silva2019-01-261-0/+2
* memblock: stop using implicit alignment to SMP_CACHE_BYTESMike Rapoport2018-10-311-1/+1
* mm: remove include/linux/bootmem.hMike Rapoport2018-10-311-1/+1
* memblock: replace alloc_bootmem with memblock_allocMike Rapoport2018-10-311-1/+1
* memblock: replace alloc_bootmem_pages with memblock_allocMike Rapoport2018-10-311-1/+2
* x86: Don't include linux/irq.h from asm/hardirq.hNicolai Stange2018-08-051-0/+1
* x86/ioapic: Use apic_ack_irq()Thomas Gleixner2018-06-061-1/+1
* Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2018-04-021-12/+4
|\
| * x86/apic: Rename variables and functions related to x86_io_apic_opsBaoquan He2018-02-171-2/+2
| * x86/apic: Remove the (now) unused disable_IO_APIC() functionBaoquan He2018-02-171-13/+0
| * x86/apic: Split disable_IO_APIC() into two functions to fix CONFIG_KEXEC_JUMP=yBaoquan He2018-02-171-1/+1
| * x86/apic: Split out restore_boot_irq_mode() from disable_IO_APIC()Baoquan He2018-02-171-0/+5
* | x86/IO-APIC: Avoid warning in 32-bit buildsJan Beulich2018-02-201-1/+1
|/
* x86: Introduce and use MP IRQ trigger and polarity definesJan Kiszka2018-01-141-10/+10
* genirq/irqdomain: Rename early argument of irq_domain_activate_irq()Thomas Gleixner2017-12-291-1/+1
* Merge branch 'linus' into x86/apic, to resolve conflictsIngo Molnar2017-11-071-0/+1
|\
| * License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* | x86/io_apic: Reevaluate vector configuration on activate()Thomas Gleixner2017-09-251-15/+22
* | x86/ioapic: Mark legacy vectors at reallocation timeThomas Gleixner2017-09-251-0/+1
* | x86/ioapic: Remove obsolete post hotplug updateThomas Gleixner2017-09-251-42/+0
* | x86/apic: Get rid of apic->target_cpusThomas Gleixner2017-09-251-4/+3