summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)Author
2022-11-03x86/unwind/orc: Fix unreliable stack dump with gcovChen Zhongjin
2022-11-03perf/x86/intel/lbr: Use setup_clear_cpu_cap() instead of clear_cpu_cap()Maxim Levitsky
2022-10-29x86/Kconfig: Drop check for -mabi=ms for CONFIG_EFI_STUBNathan Chancellor
2022-10-29iommu/vt-d: Allow NVS regions in arch_rmrr_sanity_check()Charlotte Tan
2022-10-29x86/topology: Fix duplicated core ID within a packageZhang Rui
2022-10-29x86/topology: Fix multiple packages shown on a single-package systemZhang Rui
2022-10-29x86/resctrl: Fix min_cbm_bits for AMDBabu Moger
2022-10-29x86/microcode/AMD: Apply the patch early on every logical threadBorislav Petkov
2022-10-29perf/x86/intel/pt: Relax address filter validationAdrian Hunter
2022-10-26x86/mce: Retrieve poison range from hardwareJane Chu
2022-10-26x86/entry: Work around Clang __bdos() bugKees Cook
2022-10-26x86/hyperv: Fix 'struct hv_enlightened_vmcs' definitionVitaly Kuznetsov
2022-10-26x86/cpu: Include the header of init_ia32_feat_ctl()'s prototypeLuciano Leão
2022-10-26x86/microcode/AMD: Track patch allocation size explicitlyKees Cook
2022-10-26x86/resctrl: Fix to restore to original value when re-enabling hardware prefe...Kohei Tarumizu
2022-10-26KVM: VMX: Drop bits 31:16 when shoving exception error code into VMCSSean Christopherson
2022-10-26KVM: nVMX: Don't propagate vmcs12's PERF_GLOBAL_CTRL settings to vmcs02Sean Christopherson
2022-10-26KVM: nVMX: Unconditionally purge queued/injected events on nested "exit"Sean Christopherson
2022-10-26KVM: x86/emulator: Fix handing of POP SS to correctly set interruptibilityMichal Luczaj
2022-10-12arch: um: Mark the stack non-executable to fix a binutils warningDavid Gow
2022-10-12um: Cleanup compiler warning in arch/x86/um/tls_32.cLukas Straub
2022-10-12um: Cleanup syscall_handler_t cast in syscalls_32.hLukas Straub
2022-10-05x86/alternative: Fix race in try_get_desc()Nadav Amit
2022-10-05KVM: x86: Hide IA32_PLATFORM_DCA_CAP[31:0] from the guestJim Mattson
2022-10-05x86/sgx: Do not fail on incomplete sanitization on premature stop of ksgxdJarkko Sakkinen
2022-09-28KVM: x86/mmu: Fold rmap_recycle into rmap_addDavid Matlack
2022-09-28KVM: x86: Inject #UD on emulated XSETBV if XSAVES isn't enabledSean Christopherson
2022-09-23KVM: SEV: add cache flush to solve SEV cache incoherency issuesMingwei Zhang
2022-09-20task_stack, x86/cea: Force-inline stack helpersBorislav Petkov
2022-09-20x86/mm: Force-inline __phys_addr_nodebug()Borislav Petkov
2022-09-20lockdep: Fix -Wunused-parameter for _THIS_IP_Nick Desaulniers
2022-09-08KVM: x86: Mask off unsupported and unknown bits of IA32_ARCH_CAPABILITIESJim Mattson
2022-09-08KVM: VMX: Heed the 'msr' argument in msr_write_intercepted()Jim Mattson
2022-08-31perf/x86/intel/ds: Fix precise store latency handlingStephane Eranian
2022-08-31perf/x86/intel/uncore: Fix broken read_counter() for SNB IMC PMUStephane Eranian
2022-08-31x86/nospec: Fix i386 RSB stuffingPeter Zijlstra
2022-08-31x86/nospec: Unwreck the RSB stuffingPeter Zijlstra
2022-08-31x86/bugs: Add "unknown" reporting for MMIO Stale DataPawan Gupta
2022-08-31x86/unwind/orc: Unwind ftrace trampolines with correct ORC entryChen Zhongjin
2022-08-31perf/x86/lbr: Enable the branch type for the Arch LBR by defaultKan Liang
2022-08-31x86/entry: Move CLD to the start of the idtentry macroLai Jiangshan
2022-08-25x86/kprobes: Fix JNG/JNLE emulationNadav Amit
2022-08-25x86/mm: Use proper mask when setting PUD mappingAaron Lu
2022-08-21x86/ftrace: Use alternative RET encodingPeter Zijlstra
2022-08-21x86/ibt,ftrace: Make function-graph play nicePeter Zijlstra
2022-08-21Revert "x86/ftrace: Use alternative RET encoding"Thadeu Lima de Souza Cascardo
2022-08-17KVM: nVMX: Attempt to load PERF_GLOBAL_CTRL on nVMX xfer iff it existsSean Christopherson
2022-08-17KVM: VMX: Add helper to check if the guest PMU has PERF_GLOBAL_CTRLSean Christopherson
2022-08-17KVM: x86/pmu: Ignore pmu->global_ctrl check if vPMU doesn't support global_ctrlLike Xu
2022-08-17KVM: VMX: Mark all PERF_GLOBAL_(OVF)_CTRL bits reserved if there's no vPMUSean Christopherson