summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* x86/alternatives: Do not use integer constant suffixes in inline asmWilly Tarreau2023-04-181-1/+1
* Merge tag 'x86_urgent_for_v6.3_rc7' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-04-161-2/+2
|\
| * x86/rtc: Remove __init for runtime functionsMatija Glavinic Pecotic2023-04-131-2/+2
* | Merge tag 'kbuild-fixes-v6.3-3' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-04-161-2/+1
|\ \
| * | purgatory: fix disabling debug infoAlyssa Ross2023-04-081-2/+1
* | | Merge tag 'pci-v6.3-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2023-04-111-0/+21
|\ \ \
| * | | x86/PCI: Add quirk for AMD XHCI controller that loses MSI-X state in D3hotBasavaraj Natikar2023-04-061-0/+21
* | | | Merge tag 'uml-for-linus-6.3-rc7' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-04-101-0/+5
|\ \ \ \ | |_|_|/ |/| | |
| * | | um: Only disable SSE on clang to work around old GCC bugsDavid Gow2023-04-041-0/+5
| | |/ | |/|
* | | Merge tag 'x86_urgent_for_v6.3_rc6' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-04-092-2/+9
|\ \ \
| * | | x86/cpu: Add model number for Intel Arrow Lake processorTony Luck2023-04-051-0/+2
| * | | x86/acpi/boot: Correct acpi_is_processor_usable() checkEric DeVolder2023-03-301-1/+2
| * | | x86/ACPI/boot: Use FADT version to check support for online capableMario Limonciello2023-03-301-1/+5
| |/ /
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2023-04-046-9/+105
|\ \ \
| * | | KVM: PPC: Make KVM_CAP_IRQFD_RESAMPLE platform dependentAlexey Kardashevskiy2023-03-311-0/+1
| * | | Merge tag 'kvm-s390-master-6.3-1' of https://git.kernel.org/pub/scm/linux/ker...Paolo Bonzini2023-03-3118-55/+112
| |\| |
| * | | KVM: nVMX: Do not report error code when synthesizing VM-Exit from Real ModeSean Christopherson2023-03-271-1/+6
| * | | KVM: x86: Clear "has_error_code", not "error_code", for RM exception injectionSean Christopherson2023-03-271-2/+9
| * | | KVM: x86: Suppress pending MMIO write exits if emulator detects exceptionSean Christopherson2023-03-271-0/+2
| * | | KVM: x86/ioapic: Resample the pending state of an IRQ when unmaskingDmytro Maluka2023-03-271-3/+33
| * | | KVM: SVM: Flush Hyper-V TLB when requiredJeremi Piotrowski2023-03-273-3/+54
* | | | Merge tag 'hyperv-fixes-signed-20230402' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2023-04-031-4/+8
|\ \ \ \ | |_|/ / |/| | |
| * | | x86/hyperv: Block root partition functionality in a Confidential VMMichael Kelley2023-03-171-4/+8
| | |/ | |/|
* | | Merge tag 'perf_urgent_for_v6.3_rc4' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2023-03-261-2/+1
|\ \ \
| * | | perf/x86/amd/core: Always clear status for idxBreno Leitao2023-03-211-2/+1
* | | | Merge tag 'x86_urgent_for_v6.3_rc4' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-03-262-16/+21
|\ \ \ \
| * | | | x86/fpu/xstate: Prevent false-positive warning in __copy_xstate_uabi_buf()Chang S. Bae2023-03-221-16/+14
| * | | | x86/mm: Do not shuffle CPU entry areas without KASLRMichal Koutný2023-03-221-0/+7
* | | | | Merge tag 'for-linus-6.3-rc4-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-03-241-1/+1
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | x86/PVH: avoid 32-bit build warning when obtaining VGA console infoJan Beulich2023-03-221-1/+1
* | | | | Merge tag 'ras_urgent_for_v6.3_rc3' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-03-191-0/+1
|\ \ \ \ \
| * | | | | x86/mce: Make sure logged MCEs are processed after sysfs updateYazen Ghannam2023-03-121-0/+1
| | |_|/ / | |/| | |
* | | | | Merge tag 'x86_urgent_for_v6.3_rc3' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-03-196-20/+45
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | x86/mm: Fix use of uninitialized buffer in sme_enable()Nikita Zhandarovich2023-03-161-1/+2
| * | | | x86/resctrl: Clear staged_config[] before and after it is usedShawn Wang2023-03-153-9/+24
| * | | | virt/coco/sev-guest: Add throttling awarenessDionna Glaze2023-03-132-1/+6
| * | | | virt/coco/sev-guest: Convert the sw_exit_info_2 checking to a switch-caseBorislav Petkov (AMD)2023-03-131-5/+11
| * | | | virt/coco/sev-guest: Simplify extended guest request handlingBorislav Petkov (AMD)2023-03-131-5/+6
| * | | | virt/coco/sev-guest: Check SEV_SNP attribute at probe timeBorislav Petkov (AMD)2023-03-131-3/+0
* | | | | Merge tag 'for-linus-6.3-rc3-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-03-177-17/+42
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | x86/PVH: obtain VGA console info in Dom0Jan Beulich2023-03-145-8/+22
| * | | | x86/xen/time: cleanup xen_tsc_safe_clocksourceKrister Johansen2023-02-231-5/+2
| * | | | xen: update arch/x86/include/asm/xen/cpuid.hKrister Johansen2023-02-231-4/+18
* | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2023-03-165-31/+52
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | KVM: SVM: WARN if GATag generation drops VM or vCPU ID informationSean Christopherson2023-03-141-3/+12
| * | | | KVM: SVM: Modify AVIC GATag to support max number of 512 vCPUsSuravee Suthikulpanit2023-03-141-8/+18
| * | | | KVM: SVM: Fix a benign off-by-one bug in AVIC physical table maskSean Christopherson2023-03-141-5/+7
| * | | | KVM: VMX: Use tabs instead of spaces for indentationRong Tao2023-03-141-2/+2
| * | | | KVM: VMX: Fix indentation coding style issueRong Tao2023-03-141-6/+6
| * | | | KVM: nVMX: remove unnecessary #ifdefPaolo Bonzini2023-03-141-7/+1