summaryrefslogtreecommitdiffstats
path: root/arch/x86 (follow)
Commit message (Expand)AuthorAgeFilesLines
* x86-32: fix cmpxchg8b_emu build error with clangLinus Torvalds2024-06-301-7/+5
* Merge tag 'hardening-v6.10-rc6' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2024-06-291-9/+6
|\
| * randomize_kstack: Remove non-functional per-arch entropy filteringKees Cook2024-06-281-9/+6
* | x86: stop playing stack games in profile_pc()Linus Torvalds2024-06-281-19/+1
* | syscalls: fix compat_sys_io_pgetevents_time64 usageArnd Bergmann2024-06-251-1/+1
* | Merge tag 'x86_urgent_for_v6.10_rc5' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2024-06-231-1/+2
|\ \
| * | x86/resctrl: Don't try to free nonexistent RMIDsDave Martin2024-06-191-1/+2
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2024-06-222-7/+6
|\ \ \
| * | | KVM: SEV-ES: Fix svm_get_msr()/svm_set_msr() for KVM_SEV_ES_INIT guestsMichael Roth2024-06-211-2/+2
| * | | KVM: x86: Always sync PIR to IRR prior to scanning I/O APIC routesSean Christopherson2024-06-201-5/+4
* | | | Merge tag 'efi-fixes-for-v6.10-3' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2024-06-182-2/+11
|\ \ \ \ | |_|/ / |/| | |
| * | | efi/x86: Free EFI memory map only when installing a new one.Ard Biesheuvel2024-06-152-2/+11
| | |/ | |/|
* | | Merge tag 'x86-urgent-2024-06-15' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2024-06-153-5/+9
|\ \ \
| * | | x86/boot: Don't add the EFI stub to targets, againBenjamin Segall2024-06-131-2/+2
| * | | x86/uaccess: Fix missed zeroing of ia32 u64 get_user() range checkingKees Cook2024-06-122-3/+7
* | | | Merge tag 'fixes-2024-06-13' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2024-06-131-3/+3
|\ \ \ \
| * | | | x86/mm/numa: Use NUMA_NO_NODE when calling memblock_set_node()Jan Beulich2024-06-061-3/+3
* | | | | Merge tag 'x86-urgent-2024-06-08' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2024-06-082-3/+17
|\ \ \ \ \ | | |/ / / | |/| | / | |_|_|/ |/| | |
| * | | x86/amd_nb: Check for invalid SMN readsYazen Ghannam2024-06-051-1/+8
| * | | x86/kexec: Fix bug with call depth trackingDavid Kaplan2024-06-031-2/+9
| | |/ | |/|
* | | KVM: x86/mmu: Don't save mmu_invalidate_seq after checking private attrTao Su2024-06-051-3/+0
* | | Merge branch 'kvm-fixes-6.10-1' into HEADPaolo Bonzini2024-06-0315-69/+161
|\ \ \ | |/ / |/| |
| * | KVM: x86: Drop support for hand tuning APIC timer advancement from userspaceSean Christopherson2024-06-033-29/+23
| * | KVM: SEV-ES: Delegate LBR virtualization to the processorRavi Bangoria2024-06-033-7/+17
| * | KVM: SEV-ES: Disallow SEV-ES guests when X86_FEATURE_LBRV is absentRavi Bangoria2024-06-033-9/+14
| * | KVM: SEV-ES: Prevent MSR access post VMSA encryptionNikunj A Dadhania2024-06-031-0/+18
| * | KVM: SVM: WARN on vNMI + NMI window iff NMIs are outright maskedSean Christopherson2024-05-231-8/+19
| * | KVM: x86: Force KVM_WERROR if the global WERROR is enabledSean Christopherson2024-05-231-1/+2
| * | KVM: x86: Disable KVM_INTEL_PROVE_VE by defaultSean Christopherson2024-05-231-3/+5
| * | KVM: VMX: Enumerate EPT Violation #VE support in /proc/cpuinfoSean Christopherson2024-05-231-1/+1
| * | KVM: x86/mmu: Print SPTEs on unexpected #VESean Christopherson2024-05-233-8/+38
| * | KVM: VMX: Dump VMCS on unexpected #VESean Christopherson2024-05-231-1/+3
| * | KVM: x86/mmu: Add sanity checks that KVM doesn't create EPT #VE SPTEsSean Christopherson2024-05-233-0/+14
| * | KVM: nVMX: Always handle #VEs in L0 (never forward #VEs from L2 to L1)Sean Christopherson2024-05-231-0/+2
| * | KVM: nVMX: Initialize #VE info page for vmcs02 when proving #VE supportSean Christopherson2024-05-231-0/+3
| * | KVM: VMX: Don't kill the VM on an unexpected #VESean Christopherson2024-05-231-2/+2
| * | KVM: x86/mmu: Use SHADOW_NONPRESENT_VALUE for atomic zap in TDP MMUIsaku Yamahata2024-05-231-1/+1
* | | Merge tag 'x86-urgent-2024-06-02' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2024-06-024-12/+26
|\ \ \
| * | | x86/topology/intel: Unlock CPUID before evaluating anythingThomas Gleixner2024-05-313-10/+20
| * | | x86/cpu: Provide default cache line size if not enumeratedDave Hansen2024-05-301-0/+4
| * | | x86/topology/amd: Evaluate SMT in CPUID leaf 0x8000001e only on family 0x17 a...Thomas Gleixner2024-05-301-2/+2
| | |/ | |/|
* | | Merge tag 'sched-urgent-2024-06-02' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2024-06-021-0/+1
|\ \ \
| * | | sched/x86: Export 'percpu arch_freq_scale'Phil Auld2024-05-311-0/+1
* | | | perf/x86/intel: Add missing MODULE_DESCRIPTION() linesJeff Johnson2024-05-312-0/+2
* | | | perf/x86/rapl: Add missing MODULE_DESCRIPTION() lineJeff Johnson2024-05-311-0/+1
| |/ / |/| |
* | | Merge tag 'irq-urgent-2024-05-25' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2024-05-251-3/+6
|\ \ \
| * | | genirq/cpuhotplug, x86/vector: Prevent vector leak during CPU offlineDongli Zhang2024-05-231-3/+6
* | | | Merge tag 'x86-urgent-2024-05-25' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2024-05-255-18/+65
|\ \ \ \
| * | | | x86/cpu: Fix x86_match_cpu() to match just X86_VENDOR_INTELTony Luck2024-05-222-3/+6
| * | | | crypto: x86/aes-xts - switch to new Intel CPU model definesTony Luck2024-05-221-8/+8