summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'irq-core-2020-12-23' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-12-241-0/+1
|\
| * genirq: Move irq_has_action() into core codeThomas Gleixner2020-12-151-0/+1
* | Merge tag 'efi_updates_for_v5.11' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-12-242-96/+0
|\ \
| * | ima: generalize x86/EFI arch glue for other EFI architecturesChester Lin2020-11-062-96/+0
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-12-221-1/+1
|\ \ \
| * | | kasan, arm64: unpoison stack only with CONFIG_KASAN_STACKAndrey Konovalov2020-12-221-1/+1
* | | | x86/split-lock: Avoid returning with interrupts enabledAndi Kleen2020-12-221-1/+2
|/ / /
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2020-12-204-7/+8
|\ \ \
| * \ \ Merge tag 'kvmarm-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...Paolo Bonzini2020-12-152-7/+14
| |\ \ \
| * | | | KVM: SVM: Add GHCB accessor functions for retrieving fieldsTom Lendacky2020-12-141-6/+6
| * | | | x86/cpu: Add VM page flush MSR availablility as a CPUID featureTom Lendacky2020-12-141-0/+1
| * | | | x86: Enumerate AVX512 FP16 CPUID feature flagKyung Min Park2020-12-111-0/+1
| * | | | x86/kvm: remove unused macro HV_CLOCK_SIZEAlex Shi2020-11-161-1/+0
* | | | | Merge tag 'trace-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2020-12-172-5/+25
|\ \ \ \ \
| * | | | | livepatch: Use the default ftrace_ops instead of REGS when ARGS is availableSteven Rostedt (VMware)2020-11-131-0/+4
| * | | | | ftrace/x86: Allow for arguments to be passed in to ftrace_regs by defaultSteven Rostedt (VMware)2020-11-131-2/+9
| * | | | | ftrace: Have the callbacks receive a struct ftrace_regs instead of pt_regsSteven Rostedt (VMware)2020-11-131-1/+2
| * | | | | ftrace: Add recording of functions that caused recursionSteven Rostedt (VMware)2020-11-061-1/+1
| * | | | | kprobes/ftrace: Add recursion protection to the ftrace callbackSteven Rostedt (VMware)2020-11-061-2/+10
* | | | | | Merge branch 'stable/for-linus-5.11' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2020-12-161-0/+6
|\ \ \ \ \ \
| * | | | | | x86,swiotlb: Adjust SWIOTLB bounce buffer size for SEV guestsAshish Kalra2020-12-111-0/+6
* | | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-12-152-1/+2
|\ \ \ \ \ \ \
| * | | | | | | mremap: don't allow MREMAP_DONTUNMAP on special_mappings and aioDmitry Safonov2020-12-151-1/+1
| * | | | | | | mm/gup: prevent gup_fast from racing with COW during forkJason Gunthorpe2020-12-151-0/+1
* | | | | | | | Merge tag 'x86-apic-2020-12-14' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-12-1419-489/+614
|\ \ \ \ \ \ \ \
| * | | | | | | | 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
| | |_|_|_|_|/ / | |/| | | | | |
* | | | | | | | Merge tag 'core-mm-2020-12-14' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-12-141-38/+10
|\ \ \ \ \ \ \ \