summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
45 hoursMerge tag 'x86-urgent-2024-06-08' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-3/+17
5 daysx86/amd_nb: Check for invalid SMN readsYazen Ghannam1-1/+8
5 daysKVM: x86/mmu: Don't save mmu_invalidate_seq after checking private attrTao Su1-3/+0
7 daysMerge branch 'kvm-fixes-6.10-1' into HEADPaolo Bonzini15-69/+161
7 daysKVM: x86: Drop support for hand tuning APIC timer advancement from userspaceSean Christopherson3-29/+23
7 daysKVM: SEV-ES: Delegate LBR virtualization to the processorRavi Bangoria3-7/+17
7 daysKVM: SEV-ES: Disallow SEV-ES guests when X86_FEATURE_LBRV is absentRavi Bangoria3-9/+14
7 daysKVM: SEV-ES: Prevent MSR access post VMSA encryptionNikunj A Dadhania1-0/+18
7 daysx86/kexec: Fix bug with call depth trackingDavid Kaplan1-2/+9
8 daysMerge tag 'x86-urgent-2024-06-02' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds4-12/+26
8 daysMerge tag 'sched-urgent-2024-06-02' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+1
10 daysx86/topology/intel: Unlock CPUID before evaluating anythingThomas Gleixner3-10/+20
10 dayssched/x86: Export 'percpu arch_freq_scale'Phil Auld1-0/+1
10 daysperf/x86/intel: Add missing MODULE_DESCRIPTION() linesJeff Johnson2-0/+2
10 daysperf/x86/rapl: Add missing MODULE_DESCRIPTION() lineJeff Johnson1-0/+1
11 daysx86/cpu: Provide default cache line size if not enumeratedDave Hansen1-0/+4
11 daysx86/topology/amd: Evaluate SMT in CPUID leaf 0x8000001e only on family 0x17 a...Thomas Gleixner1-2/+2
2024-05-26Merge tag 'irq-urgent-2024-05-25' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-3/+6
2024-05-26Merge tag 'x86-urgent-2024-05-25' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds5-18/+65
2024-05-25Merge tag 'uml-for-linus-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds15-30/+42
2024-05-24Merge tag 'mm-stable-2024-05-24-11-49' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-0/+2
2024-05-24Merge tag 'for-linus-6.10a-rc1-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-6/+38
2024-05-24mseal: wire up mseal syscallJeff Xu2-0/+2
2024-05-23genirq/cpuhotplug, x86/vector: Prevent vector leak during CPU offlineDongli Zhang1-3/+6
2024-05-23Merge tag 'trace-assign-str-v6.10' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+1
2024-05-23KVM: SVM: WARN on vNMI + NMI window iff NMIs are outright maskedSean Christopherson1-8/+19
2024-05-23KVM: x86: Force KVM_WERROR if the global WERROR is enabledSean Christopherson1-1/+2
2024-05-23KVM: x86: Disable KVM_INTEL_PROVE_VE by defaultSean Christopherson1-3/+5
2024-05-23KVM: VMX: Enumerate EPT Violation #VE support in /proc/cpuinfoSean Christopherson1-1/+1
2024-05-23KVM: x86/mmu: Print SPTEs on unexpected #VESean Christopherson3-8/+38
2024-05-23KVM: VMX: Dump VMCS on unexpected #VESean Christopherson1-1/+3
2024-05-23KVM: x86/mmu: Add sanity checks that KVM doesn't create EPT #VE SPTEsSean Christopherson3-0/+14
2024-05-23KVM: nVMX: Always handle #VEs in L0 (never forward #VEs from L2 to L1)Sean Christopherson1-0/+2
2024-05-23KVM: nVMX: Initialize #VE info page for vmcs02 when proving #VE supportSean Christopherson1-0/+3
2024-05-23KVM: VMX: Don't kill the VM on an unexpected #VESean Christopherson1-2/+2
2024-05-23KVM: x86/mmu: Use SHADOW_NONPRESENT_VALUE for atomic zap in TDP MMUIsaku Yamahata1-1/+1
2024-05-23Merge tag 'mm-nonmm-stable-2024-05-22-17-30' of git://git.kernel.org/pub/scm/...Linus Torvalds4-3/+37
2024-05-23tracing/treewide: Remove second parameter of __assign_str()Steven Rostedt (Google)1-1/+1
2024-05-23Merge local branch 'x86-codegen'Linus Torvalds2-19/+15
2024-05-23x86: improve bitop code generation with clangLinus Torvalds1-5/+5
2024-05-23x86: improve array_index_mask_nospec() code generationLinus Torvalds1-14/+10
2024-05-22Merge tag 'driver-core-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-10/+3
2024-05-22x86/cpu: Fix x86_match_cpu() to match just X86_VENDOR_INTELTony Luck2-3/+6
2024-05-22crypto: x86/aes-xts - switch to new Intel CPU model definesTony Luck1-8/+8
2024-05-21Merge tag 'pci-v6.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds3-19/+29
2024-05-21x86/topology: Handle bogus ACPI tables correctlyThomas Gleixner1-3/+50
2024-05-21Merge tag 'asm-generic-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds5-33/+33
2024-05-21arch: Fix name collision with ACPI's video.oThomas Zimmermann2-1/+1
2024-05-20x86/kconfig: Select ARCH_WANT_FRAME_POINTERS again when UNWINDER_FRAME_POINTER=yMasahiro Yamada1-4/+1
2024-05-20x86: implement ARCH_HAS_KERNEL_FPU_SUPPORTSamuel Holland3-0/+34