summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/apic
Commit message (Expand)AuthorAgeFilesLines
...
* | x86/platform/uv: Fix copied UV5 output archtypeMike Travis2020-11-131-3/+3
* | x86/platform/uv: Recognize UV5 hubless system identifierMike Travis2020-11-071-3/+10
* | x86/platform/uv: Remove spaces from OEM IDsMike Travis2020-11-071-0/+3
* | x86/platform/uv: Fix missing OEM_TABLE_IDMike Travis2020-11-071-2/+5
|/
* Merge tag 'x86-irq-2020-10-12' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-10-126-127/+77
|\
| * x86/apic/msi: Unbreak DMAR and HPET MSIThomas Gleixner2020-09-271-0/+2
| * x86/irq: Cleanup the arch_*_msi_irqs() leftoversThomas Gleixner2020-09-161-22/+0
| * x86/pci: Set default irq domain in pcibios_add_device()Thomas Gleixner2020-09-161-1/+1
| * x86/irq: Initialize PCI/MSI domain at PCI init timeThomas Gleixner2020-09-162-14/+19
| * x86/irq: Move apic_post_init() invocation to one placeThomas Gleixner2020-09-163-6/+3
| * x86/msi: Use generic MSI domain opsThomas Gleixner2020-09-161-29/+1
| * x86/msi: Consolidate MSI allocationThomas Gleixner2020-09-161-4/+3
| * PCI/MSI: Rework pci_msi_domain_calc_hwirq()Thomas Gleixner2020-09-161-1/+1
| * x86/irq: Consolidate DMAR irq allocationThomas Gleixner2020-09-161-5/+5
| * x86_ioapic_Consolidate_IOAPIC_allocationThomas Gleixner2020-09-161-35/+35
| * x86/msi: Consolidate HPET allocationThomas Gleixner2020-09-161-7/+7
| * iommu/irq_remapping: Consolidate irq domain lookupThomas Gleixner2020-09-162-2/+2
| * x86/irq: Add allocation type for parent domain retrievalThomas Gleixner2020-09-162-2/+2
| * x86_irq_Rename_X86_IRQ_ALLOC_TYPE_MSI_to_reflect_PCI_dependencyThomas Gleixner2020-09-161-3/+3
| * x86/msi: Remove pointless vcpu_affinity callbackThomas Gleixner2020-09-161-1/+0
| * x86/msi: Move compose message callback where it belongsThomas Gleixner2020-09-162-9/+4
| * genirq/chip: Use the first chip in irq_chip_compose_msi_msg()Thomas Gleixner2020-09-161-2/+5
* | x86/platform/uv: Update Copyrights to conform to HPE standardsMike Travis2020-10-071-0/+1
* | x86/platform/uv: Update UV5 TSC checkingMike Travis2020-10-071-14/+10
* | x86/platform/uv: Update node present countingMike Travis2020-10-071-7/+19
* | x86/platform/uv: Update UV5 MMR references in UV GRUMike Travis2020-10-071-6/+24
* | x86/platform/uv: Adjust GAM MMR references affected by UV5 updatesMike Travis2020-10-071-5/+25
* | x86/platform/uv: Update MMIOH references based on new UV5 MMRsMike Travis2020-10-071-68/+144
* | x86/platform/uv: Add and decode Arch Type in UVsystabMike Travis2020-10-071-19/+116
* | x86/platform/uv: Add UV5 direct referencesMike Travis2020-10-071-27/+70
* | x86/platform/uv: Update UV MMRs for UV5Mike Travis2020-10-071-112/+155
* | x86/platform/uv: Remove SCIR MMR references for UV systemsMike Travis2020-10-071-82/+0
* | x86/ioapic: Unbreak check_timer()Thomas Gleixner2020-09-231-0/+1
|/
* Merge tag 'x86-urgent-2020-08-30' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-08-301-7/+9
|\
| * x86/irq: Unbreak interrupt affinity settingThomas Gleixner2020-08-271-7/+9
* | treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-232-3/+3
|/
* Merge tag 'locking-urgent-2020-08-10' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2020-08-108-0/+8
|\
| * locking/seqlock, headers: Untangle the spaghetti monsterPeter Zijlstra2020-08-063-0/+3
| * x86/headers: Remove APIC headers from <asm/smp.h>Ingo Molnar2020-08-065-0/+5
* | mm: remove unneeded includes of <asm/pgalloc.h>Mike Rapoport2020-08-071-1/+0
* | Merge tag 'x86-platform-2020-08-03' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-08-031-96/+26
|\ \
| * | x86/platform/uv: Remove support for UV1 platform from x2apic_uv_xsteve.wahl@hpe.com2020-07-171-96/+26
* | | genirq/affinity: Make affinity setting if activated opt-inThomas Gleixner2020-07-271-0/+4
* | | irqdomain/treewide: Free firmware node after domain removalJon Derrick2020-07-231-0/+5
| |/ |/|
* | genirq/affinity: Handle affinity setting on inactive interrupts correctlyThomas Gleixner2020-07-171-17/+5
* | irqdomain/treewide: Keep firmware node unconditionally allocatedThomas Gleixner2020-07-143-12/+17
|/
* Merge tag 'x86-entry-2020-06-12' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2020-06-133-24/+23
|\
| * x86/entry: Convert SMP system vectors to IDTENTRY_SYSVECThomas Gleixner2020-06-111-3/+2
| * x86/entry: Convert APIC interrupts to IDTENTRY_SYSVECThomas Gleixner2020-06-111-18/+5
| * x86/entry: Use idtentry for interruptsThomas Gleixner2020-06-112-16/+10