summaryrefslogtreecommitdiff
path: root/arch/x86/kernel/apic/io_apic.c
AgeCommit message (Expand)Author
2023-11-23x86/ioapic: Remove unfinished sentence from commentAdrian Huang
2023-08-09x86/apic: Nuke ack_APIC_irq()Dave Hansen
2023-08-09x86/ioapic/32: Decrapify phys_id_present_map operationThomas Gleixner
2023-08-09x86/apic: Nuke apic::apicid_to_cpu_present()Thomas Gleixner
2023-08-09x86/apic: Get rid of hard_smp_processor_id()Thomas Gleixner
2023-08-09x86/apic/ioapic: Rename skip_ioapic_setupThomas Gleixner
2023-04-25Merge tag 'x86-apic-2023-04-24' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2023-04-12x86/ioapic: Don't return 0 from arch_dynirq_lower_bound()Saurabh Sengar
2023-03-26x86/ioremap: Add hypervisor callback for private MMIO mapping in coco VMMichael Kelley
2023-02-13x86/ioapic: Use irq_domain_create_hierarchy()Johan Hovold
2022-04-07x86/tdx/ioapic: Add shared bit for IOAPIC base addressIsaku Yamahata
2021-08-30Merge tag 'x86-irq-2021-08-30' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2021-08-10x86: Avoid magic number with ELCR register accessesMaciej W. Rozycki
2021-08-10x86/ioapic: Force affinity setup before startupThomas Gleixner
2021-03-21Merge branch 'linus' into x86/cleanups, to resolve conflictIngo Molnar
2021-03-19x86/ioapic: Ignore IRQ2 againThomas Gleixner
2021-03-18x86: Fix various typos in commentsIngo Molnar
2021-02-15sfi: Remove framework for deprecated firmwareAndy Shevchenko
2020-12-10x86/ioapic: Cleanup the timer_works() irqflags messThomas Gleixner
2020-11-10x86/ioapic: Correct the PCI/ISA trigger type selectionThomas Gleixner
2020-11-04x86/ioapic: Use I/O-APIC ID for finding irqdomain, not indexDavid Woodhouse
2020-10-28x86/ioapic: Handle Extended Destination ID field in RTEDavid Woodhouse
2020-10-28x86/ioapic: Use irq_find_matching_fwspec() to find remapping irqdomainDavid Woodhouse
2020-10-28x86/ioapic: Generate RTE directly from parent irqchip's MSI messageDavid Woodhouse
2020-10-28x86/ioapic: Cleanup IO/APIC route entry structsThomas Gleixner
2020-10-28x86/io_apic: Cleanup trigger/polarity helpersThomas Gleixner
2020-10-28x86/apic: Cleanup destination modeThomas Gleixner
2020-10-28x86/apic: Cleanup delivery mode definesThomas Gleixner
2020-10-12Merge tag 'x86-irq-2020-10-12' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2020-09-23x86/ioapic: Unbreak check_timer()Thomas Gleixner
2020-09-16x86_ioapic_Consolidate_IOAPIC_allocationThomas Gleixner
2020-09-16iommu/irq_remapping: Consolidate irq domain lookupThomas Gleixner
2020-09-16x86/irq: Add allocation type for parent domain retrievalThomas Gleixner
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-07-23irqdomain/treewide: Free firmware node after domain removalJon Derrick
2020-07-14irqdomain/treewide: Keep firmware node unconditionally allocatedThomas Gleixner
2020-05-26x86/io_apic: Remove unused function mp_init_irq_at_boot()YueHaibing
2019-10-24x86/ioapic: Rename misnamed functionsThomas Gleixner
2019-10-24x86/ioapic: Prevent inconsistent state when moving an interruptThomas Gleixner
2019-08-26x86/apic: Fix arch_dynirq_lower_bound() bug for DT enabled machinesThomas Gleixner
2019-07-03x86/ioapic: Implement irq_get_irqchip_state() callbackThomas Gleixner
2019-06-29x86/timer: Skip PIT initialization on modern chipsetsThomas Gleixner
2019-03-12treewide: add checks for the return value of memblock_alloc*()Mike Rapoport
2019-01-26x86/kernel: Mark expected switch-case fall-throughsGustavo A. R. Silva
2018-10-31memblock: stop using implicit alignment to SMP_CACHE_BYTESMike Rapoport
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport
2018-10-31memblock: replace alloc_bootmem with memblock_allocMike Rapoport
2018-10-31memblock: replace alloc_bootmem_pages with memblock_allocMike Rapoport
2018-08-05x86: Don't include linux/irq.h from asm/hardirq.hNicolai Stange
2018-06-06x86/ioapic: Use apic_ack_irq()Thomas Gleixner