summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
2022-11-25perf/x86/intel/pt: Fix sampling using single range outputAdrian Hunter1-0/+9
2022-11-16x86/cpu: Restore AMD's DE_CFG MSR after resumeBorislav Petkov6-15/+16
2022-11-10KVM: x86: emulator: update the emulation mode after CR0 writeMaxim Levitsky1-1/+15
2022-11-10KVM: x86: emulator: introduce emulator_recalc_and_set_modeMaxim Levitsky1-28/+57
2022-11-10KVM: x86: emulator: em_sysexit should update ctxt->modeMaxim Levitsky1-0/+1
2022-11-10KVM: x86: Mask off reserved bits in CPUID.80000001HJim Mattson1-0/+1
2022-11-10KVM: x86: Mask off reserved bits in CPUID.80000008HJim Mattson1-0/+1
2022-11-10KVM: x86: Mask off reserved bits in CPUID.8000001AHJim Mattson1-0/+3
2022-11-10KVM: x86: Mask off reserved bits in CPUID.80000006HJim Mattson1-1/+2
2022-11-10perf/x86/intel: Add Cooper Lake stepping to isolation_ucodes[]Kan Liang1-0/+1
2022-11-10perf/x86/intel: Fix pebs event constraints for ICLKan Liang1-2/+7
2022-11-10KVM: x86: Add compat handler for KVM_X86_SET_MSR_FILTERAlexander Graf1-0/+56
2022-11-10KVM: x86: Copy filter arg outside kvm_vm_ioctl_set_msr_filter()Alexander Graf1-14/+17
2022-11-10KVM: x86: Protect the unused bits in MSR exiting flagsAaron Lewis1-0/+8
2022-11-10x86/topology: Fix duplicated core ID within a packageZhang Rui1-1/+1
2022-11-10x86/topology: Fix multiple packages shown on a single-package systemZhang Rui1-4/+10
2022-11-10x86/topology: Set cpu_die_id only if DIE_TYPE foundYazen Ghannam1-2/+8
2022-11-10KVM: x86: Treat #DBs from the emulator as fault-like (code and DR7.GD=1)Sean Christopherson1-2/+25
2022-11-10KVM: x86: Trace re-injected exceptionsSean Christopherson2-11/+17
2022-11-10KVM: nVMX: Don't propagate vmcs12's PERF_GLOBAL_CTRL settings to vmcs02Sean Christopherson1-1/+6
2022-11-10KVM: nVMX: Pull KVM L0's desired controls directly from vmcs01Sean Christopherson2-10/+21
2022-11-03x86/unwind/orc: Fix unreliable stack dump with gcovChen Zhongjin1-1/+1
2022-11-03perf/x86/intel/lbr: Use setup_clear_cpu_cap() instead of clear_cpu_cap()Maxim Levitsky1-1/+1
2022-10-30x86/Kconfig: Drop check for -mabi=ms for CONFIG_EFI_STUBNathan Chancellor1-1/+0
2022-10-30perf/x86/intel/pt: Relax address filter validationAdrian Hunter1-13/+50
2022-10-30iommu/vt-d: Allow NVS regions in arch_rmrr_sanity_check()Charlotte Tan1-1/+3
2022-10-30x86/microcode/AMD: Apply the patch early on every logical threadBorislav Petkov1-3/+13
2022-10-26x86/entry: Work around Clang __bdos() bugKees Cook1-1/+2
2022-10-26x86/hyperv: Fix 'struct hv_enlightened_vmcs' definitionVitaly Kuznetsov1-2/+2
2022-10-26x86/cpu: Include the header of init_ia32_feat_ctl()'s prototypeLuciano Leão1-1/+1
2022-10-26x86/microcode/AMD: Track patch allocation size explicitlyKees Cook2-1/+3
2022-10-26x86/resctrl: Fix to restore to original value when re-enabling hardware prefe...Kohei Tarumizu1-3/+9
2022-10-26KVM: VMX: Drop bits 31:16 when shoving exception error code into VMCSSean Christopherson2-2/+21
2022-10-26KVM: nVMX: Unconditionally purge queued/injected events on nested "exit"Sean Christopherson1-8/+11
2022-10-26KVM: x86/emulator: Fix handing of POP SS to correctly set interruptibilityMichal Luczaj1-1/+1
2022-10-15arch: um: Mark the stack non-executable to fix a binutils warningDavid Gow1-1/+1
2022-10-15um: Cleanup compiler warning in arch/x86/um/tls_32.cLukas Straub1-6/+0
2022-10-15um: Cleanup syscall_handler_t cast in syscalls_32.hLukas Straub1-3/+2
2022-10-05x86/alternative: Fix race in try_get_desc()Nadav Amit1-22/+23
2022-10-05KVM: x86: Hide IA32_PLATFORM_DCA_CAP[31:0] from the guestJim Mattson1-2/+0
2022-09-28KVM: SEV: add cache flush to solve SEV cache incoherency issuesMingwei Zhang5-0/+18
2022-09-20x86/ftrace: Use alternative RET encodingPeter Zijlstra1-2/+7
2022-09-20x86/ibt,ftrace: Make function-graph play nicePeter Zijlstra2-11/+17
2022-09-20Revert "x86/ftrace: Use alternative RET encoding"Thadeu Lima de Souza Cascardo1-5/+2
2022-09-08KVM: x86: Mask off unsupported and unknown bits of IA32_ARCH_CAPABILITIESJim Mattson1-4/+21
2022-09-05x86/nospec: Fix i386 RSB stuffingPeter Zijlstra1-0/+12
2022-09-05x86/nospec: Unwreck the RSB stuffingPeter Zijlstra1-41/+39
2022-08-31perf/x86/intel/uncore: Fix broken read_counter() for SNB IMC PMUStephane Eranian1-1/+17
2022-08-31x86/bugs: Add "unknown" reporting for MMIO Stale DataPawan Gupta3-19/+42
2022-08-31x86/unwind/orc: Unwind ftrace trampolines with correct ORC entryChen Zhongjin1-5/+10