summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
2022-10-24bpf: use bpf_prog_pack for bpf_dispatcherSong Liu1-8/+8
2022-10-24x86/apic: Don't disable x2APIC if lockedDaniel Sneddon4-5/+61
2022-10-24x86/mce: Retrieve poison range from hardwareJane Chu1-1/+12
2022-10-24x86/entry: Work around Clang __bdos() bugKees Cook1-1/+2
2022-10-24x86/hyperv: Fix 'struct hv_enlightened_vmcs' definitionVitaly Kuznetsov1-2/+2
2022-10-24x86/cpu: Include the header of init_ia32_feat_ctl()'s prototypeLuciano Leão1-1/+1
2022-10-24x86/microcode/AMD: Track patch allocation size explicitlyKees Cook2-1/+3
2022-10-24x86/resctrl: Fix to restore to original value when re-enabling hardware prefe...Kohei Tarumizu1-3/+9
2022-10-24x86/paravirt: add extra clobbers with ZERO_CALL_USED_REGS enabledBill Wendling1-1/+10
2022-10-24KVM: VMX: Drop bits 31:16 when shoving exception error code into VMCSSean Christopherson2-2/+21
2022-10-24KVM: nVMX: Don't propagate vmcs12's PERF_GLOBAL_CTRL settings to vmcs02Sean Christopherson1-1/+6
2022-10-24KVM: nVMX: Unconditionally purge queued/injected events on nested "exit"Sean Christopherson1-8/+11
2022-10-24KVM: x86/emulator: Fix handing of POP SS to correctly set interruptibilityMichal Luczaj1-1/+1
2022-10-12perf/x86/intel: Fix unchecked MSR access error for Alder Lake NKan Liang3-3/+48
2022-10-12arch: um: Mark the stack non-executable to fix a binutils warningDavid Gow1-1/+1
2022-10-12um: Cleanup compiler warning in arch/x86/um/tls_32.cLukas Straub1-6/+0
2022-10-12um: 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-05x86/cacheinfo: Add a cpu_llc_shared_mask() UP variantBorislav Petkov1-10/+15
2022-10-05KVM: x86: Hide IA32_PLATFORM_DCA_CAP[31:0] from the guestJim Mattson1-2/+0
2022-10-05x86/uaccess: avoid check_object_size() in copy_from_user_nmi()Kees Cook1-1/+1
2022-10-05x86/sgx: Do not fail on incomplete sanitization on premature stop of ksgxdJarkko Sakkinen1-6/+9
2022-09-28KVM: x86: Inject #UD on emulated XSETBV if XSAVES isn't enabledSean Christopherson2-0/+4
2022-09-28KVM: x86: Always enable legacy FP/SSE in allowed user XFEATURESDr. David Alan Gilbert1-1/+7
2022-09-28KVM: x86: Reinstate kvm_vcpu_arch.guest_supported_xcr0Sean Christopherson3-10/+5
2022-09-20kvm: x86: mmu: Always flush TLBs when enabling dirty loggingJunaid Shahid3-42/+61
2022-09-15x86/sev: Mark snp_abort() noreturnBorislav Petkov2-2/+2
2022-09-08KVM: x86: Mask off unsupported and unknown bits of IA32_ARCH_CAPABILITIESJim Mattson1-4/+21
2022-09-08KVM: VMX: Heed the 'msr' argument in msr_write_intercepted()Jim Mattson1-2/+1
2022-08-31perf/x86/intel/ds: Fix precise store latency handlingStephane Eranian1-1/+9
2022-08-31perf/x86/intel/uncore: Fix broken read_counter() for SNB IMC PMUStephane Eranian1-1/+17
2022-08-31x86/nospec: Fix i386 RSB stuffingPeter Zijlstra1-0/+12
2022-08-31x86/PAT: Have pat_enabled() properly reflect state when running on XenJan Beulich1-1/+9
2022-08-31x86/nospec: Unwreck the RSB stuffingPeter Zijlstra1-41/+39
2022-08-31x86/bugs: Add "unknown" reporting for MMIO Stale DataPawan Gupta3-19/+42
2022-08-31x86/sev: Don't use cc_platform_has() for early SEV-SNP callsTom Lendacky1-2/+14
2022-08-31x86/unwind/orc: Unwind ftrace trampolines with correct ORC entryChen Zhongjin1-5/+10
2022-08-31x86/entry: Fix entry_INT80_compat for Xen PV guestsJuergen Gross1-1/+1
2022-08-31perf/x86/lbr: Enable the branch type for the Arch LBR by defaultKan Liang1-0/+8
2022-08-31perf/x86/intel: Fix pebs event constraints for ADLKan Liang1-1/+1
2022-08-31x86/boot: Don't propagate uninitialized boot_params->cc_blob_addressMichael Roth2-1/+19
2022-08-25x86/kvm: Fix "missing ENDBR" BUG for fastop functionsJosh Poimboeuf1-1/+2
2022-08-25x86/ibt, objtool: Add IBT_NOSEAL()Josh Poimboeuf1-0/+11
2022-08-25x86/kprobes: Fix JNG/JNLE emulationNadav Amit1-1/+1
2022-08-25x86/mm: Use proper mask when setting PUD mappingAaron Lu1-1/+1
2022-08-21kexec, KEYS: make the code in bzImage64_verify_sig genericCoiby Xu1-19/+1
2022-08-17KVM: nVMX: Attempt to load PERF_GLOBAL_CTRL on nVMX xfer iff it existsSean Christopherson1-1/+3
2022-08-17KVM: VMX: Add helper to check if the guest PMU has PERF_GLOBAL_CTRLSean Christopherson2-2/+14
2022-08-17Revert "KVM: x86/pmu: Accept 0 for absent PMU MSRs when host-initiated if !en...Sean Christopherson2-18/+1
2022-08-17KVM: x86/pmu: Accept 0 for absent PMU MSRs when host-initiated if !enable_pmuLike Xu2-1/+18