summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel
Commit message (Expand)AuthorAgeFilesLines
* 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/hyperv: Enable 15-bit APIC ID if the hypervisor supports itDexuan Cui2020-11-041-0/+29
* x86/kvm: Enable 15-bit extension when KVM_FEATURE_MSI_EXT_DEST_ID detectedDavid Woodhouse2020-10-281-0/+6
* x86/apic: Support 15 bits of APIC ID in MSI where availableDavid Woodhouse2020-10-282-2/+25
* 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/hpet: Use irq_find_matching_fwspec() to find remapping irqdomainDavid Woodhouse2020-10-281-10/+14
* x86/apic: Add select() method on vector irqdomainDavid Woodhouse2020-10-281-0/+43
* 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/msi: Provide msi message shadow structsThomas Gleixner2020-10-281-16/+19
* x86/hpet: Move MSI support into hpet.cDavid Woodhouse2020-10-282-117/+112
* x86/apic: Always provide irq_compose_msi_msg() method for vector domainDavid Woodhouse2020-10-283-37/+38
* x86/apic: Cleanup destination modeThomas Gleixner2020-10-2812-24/+17
* x86/apic: Get rid of apic:: Dest_logicalThomas Gleixner2020-10-2810-33/+14
* x86/apic: Replace pointless apic:: Dest_logical usageThomas Gleixner2020-10-283-5/+5
* x86/apic: Cleanup delivery mode definesThomas Gleixner2020-10-289-17/+18
* x86/devicetree: Fix the ioapic interrupt type tableThomas Gleixner2020-10-281-15/+15
* x86/apic/uv: Fix inconsistent destination modeThomas Gleixner2020-10-281-1/+1
* x86/msi: Only use high bits of MSI address for DMAR unitDavid Woodhouse2020-10-281-6/+27
* x86/apic: Fix x2apic enablement without interrupt remappingDavid Woodhouse2020-10-282-6/+17
* treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches2020-10-252-2/+2
* Merge tag 'x86_seves_fixes_for_v5.10_rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2020-10-241-0/+2
|\
| * x86/head/64: Disable stack protection for head$(BITS).oArvind Sankar2020-10-191-0/+2
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2020-10-231-1/+1
|\ \
| * | cpuidle-haltpoll: fix error comments in arch_haltpoll_disableLi Qiang2020-09-281-1/+1
| * | Merge branch 'x86-seves-for-paolo' of https://git.kernel.org/pub/scm/linux/ke...Paolo Bonzini2020-09-2219-82/+105
| |\ \
* | \ \ Merge tag 'arch-cleanup-2020-10-22' of git://git.kernel.dk/linux-blockLinus Torvalds2020-10-232-2/+2
|\ \ \ \
| * | | | task_work: cleanup notification modesJens Axboe2020-10-172-2/+2
* | | | | Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2020-10-221-3/+0
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | x86: remove address space overrides using set_fs()Christoph Hellwig2020-09-081-3/+0
* | | | | Merge tag 'hyperv-next-signed' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-10-151-1/+6
|\ \ \ \ \
| * | | | | Drivers: hv: vmbus: Add parsing of VMbus interrupt in ACPI DSDTMichael Kelley2020-10-141-1/+6
| * | | | | x86/hyperv: Remove aliases with X64 in their nameJoseph Salisbury2020-09-281-4/+4
| |/ / / /
* | | | | Merge tag 'dma-mapping-5.10' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2020-10-153-6/+10
|\ \ \ \ \
| * | | | | dma-mapping: move dma-debug.h to kernel/dma/Christoph Hellwig2020-10-061-1/+0
| * | | | | dma-mapping: merge <linux/dma-contiguous.h> into <linux/dma-map-ops.h>Christoph Hellwig2020-10-061-1/+1
| * | | | | dma-mapping: split <linux/dma-mapping.h>Christoph Hellwig2020-10-063-0/+4
| * | | | | dma-mapping: add a new dma_alloc_pages APIChristoph Hellwig2020-09-251-0/+2
| * | | | | Merge branch 'master' of https://git.kernel.org/pub/scm/linux/kernel/git/torv...Christoph Hellwig2020-09-253-38/+34
| |\ \ \ \ \
| * | | | | | dma-direct: remove dma_direct_{alloc,free}_pagesChristoph Hellwig2020-09-111-3/+3
| * | | | | | dma-mapping: introduce dma_get_seg_boundary_nr_pages()Nicolin Chen2020-09-031-2/+1
* | | | | | | Merge tag 'kernel-clone-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-10-141-1/+1
|\ \ \ \ \ \ \
| * | | | | | | x86: switch to kernel_clone()Christian Brauner2020-08-201-1/+1
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge tag 'acpi-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds2020-10-141-0/+1
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | Merge branch 'acpi-numa'Rafael J. Wysocki2020-10-131-0/+1
| |\ \ \ \ \ \
| | * | | | | | x86: Support Generic Initiator only proximity domainsJonathan Cameron2020-10-021-0/+1