aboutsummaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
2023-04-18x86/alternatives: Do not use integer constant suffixes in inline asmGravatar Willy Tarreau 1-1/+1
2023-04-16Merge tag 'x86_urgent_for_v6.3_rc7' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-2/+2
2023-04-16Merge tag 'kbuild-fixes-v6.3-3' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-2/+1
2023-04-13x86/rtc: Remove __init for runtime functionsGravatar Matija Glavinic Pecotic 1-2/+2
2023-04-11Merge tag 'pci-v6.3-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-0/+21
2023-04-10Merge tag 'uml-for-linus-6.3-rc7' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-0/+5
2023-04-09Merge tag 'x86_urgent_for_v6.3_rc6' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 2-2/+9
2023-04-08purgatory: fix disabling debug infoGravatar Alyssa Ross 1-2/+1
2023-04-06x86/PCI: Add quirk for AMD XHCI controller that loses MSI-X state in D3hotGravatar Basavaraj Natikar 1-0/+21
2023-04-05x86/cpu: Add model number for Intel Arrow Lake processorGravatar Tony Luck 1-0/+2
2023-04-04Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 6-9/+105
2023-04-04um: Only disable SSE on clang to work around old GCC bugsGravatar David Gow 1-0/+5
2023-04-03Merge tag 'hyperv-fixes-signed-20230402' of git://git.kernel.org/pub/scm/linu...Gravatar Linus Torvalds 1-4/+8
2023-03-31KVM: PPC: Make KVM_CAP_IRQFD_RESAMPLE platform dependentGravatar Alexey Kardashevskiy 1-0/+1
2023-03-31Merge tag 'kvm-s390-master-6.3-1' of https://git.kernel.org/pub/scm/linux/ker...Gravatar Paolo Bonzini 18-55/+112
2023-03-30x86/acpi/boot: Correct acpi_is_processor_usable() checkGravatar Eric DeVolder 1-1/+2
2023-03-30x86/ACPI/boot: Use FADT version to check support for online capableGravatar Mario Limonciello 1-1/+5
2023-03-27KVM: nVMX: Do not report error code when synthesizing VM-Exit from Real ModeGravatar Sean Christopherson 1-1/+6
2023-03-27KVM: x86: Clear "has_error_code", not "error_code", for RM exception injectionGravatar Sean Christopherson 1-2/+9
2023-03-27KVM: x86: Suppress pending MMIO write exits if emulator detects exceptionGravatar Sean Christopherson 1-0/+2
2023-03-27KVM: x86/ioapic: Resample the pending state of an IRQ when unmaskingGravatar Dmytro Maluka 1-3/+33
2023-03-27KVM: SVM: Flush Hyper-V TLB when requiredGravatar Jeremi Piotrowski 3-3/+54
2023-03-26Merge tag 'perf_urgent_for_v6.3_rc4' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-2/+1
2023-03-26Merge tag 'x86_urgent_for_v6.3_rc4' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 2-16/+21
2023-03-24Merge tag 'for-linus-6.3-rc4-tag' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-1/+1
2023-03-22x86/fpu/xstate: Prevent false-positive warning in __copy_xstate_uabi_buf()Gravatar Chang S. Bae 1-16/+14
2023-03-22x86/mm: Do not shuffle CPU entry areas without KASLRGravatar Michal Koutný 1-0/+7
2023-03-22x86/PVH: avoid 32-bit build warning when obtaining VGA console infoGravatar Jan Beulich 1-1/+1
2023-03-21perf/x86/amd/core: Always clear status for idxGravatar Breno Leitao 1-2/+1
2023-03-19Merge tag 'ras_urgent_for_v6.3_rc3' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-0/+1
2023-03-19Merge tag 'x86_urgent_for_v6.3_rc3' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 6-20/+45
2023-03-17Merge tag 'for-linus-6.3-rc3-tag' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 7-17/+42
2023-03-17x86/hyperv: Block root partition functionality in a Confidential VMGravatar Michael Kelley 1-4/+8
2023-03-16Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 5-31/+52
2023-03-16x86/mm: Fix use of uninitialized buffer in sme_enable()Gravatar Nikita Zhandarovich 1-1/+2
2023-03-15x86/resctrl: Clear staged_config[] before and after it is usedGravatar Shawn Wang 3-9/+24
2023-03-14Merge tag 'trace-v6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Gravatar Linus Torvalds 1-0/+2
2023-03-14x86/PVH: obtain VGA console info in Dom0Gravatar Jan Beulich 5-8/+22
2023-03-14KVM: SVM: WARN if GATag generation drops VM or vCPU ID informationGravatar Sean Christopherson 1-3/+12
2023-03-14KVM: SVM: Modify AVIC GATag to support max number of 512 vCPUsGravatar Suravee Suthikulpanit 1-8/+18
2023-03-14KVM: SVM: Fix a benign off-by-one bug in AVIC physical table maskGravatar Sean Christopherson 1-5/+7
2023-03-14KVM: VMX: Use tabs instead of spaces for indentationGravatar Rong Tao 1-2/+2
2023-03-14KVM: VMX: Fix indentation coding style issueGravatar Rong Tao 1-6/+6
2023-03-14KVM: nVMX: remove unnecessary #ifdefGravatar Paolo Bonzini 1-7/+1
2023-03-14KVM: nVMX: add missing consistency checks for CR0 and CR4Gravatar Paolo Bonzini 1-2/+8
2023-03-13virt/coco/sev-guest: Add throttling awarenessGravatar Dionna Glaze 2-1/+6
2023-03-13virt/coco/sev-guest: Convert the sw_exit_info_2 checking to a switch-caseGravatar Borislav Petkov (AMD) 1-5/+11
2023-03-13virt/coco/sev-guest: Simplify extended guest request handlingGravatar Borislav Petkov (AMD) 1-5/+6
2023-03-13virt/coco/sev-guest: Check SEV_SNP attribute at probe timeGravatar Borislav Petkov (AMD) 1-3/+0
2023-03-12x86/mce: Make sure logged MCEs are processed after sysfs updateGravatar Yazen Ghannam 1-0/+1