summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
2023-01-14x86/xen: Fix memory leak in xen_init_lock_cpu()Xiu Jianfeng1-3/+3
2023-01-14x86/xen: Fix memory leak in xen_smp_intr_init{_pv}()Xiu Jianfeng2-18/+18
2023-01-14uprobes/x86: Allow to probe a NOP instruction with 0x66 prefixOleg Nesterov1-1/+3
2023-01-14perf/x86/intel/uncore: Fix reference count leak in __uncore_imc_init_box()Xiongfeng Wang1-0/+3
2023-01-14perf/x86/intel/uncore: Fix reference count leak in snr_uncore_mmio_map()Xiongfeng Wang1-0/+2
2023-01-14perf/x86/intel/uncore: Fix reference count leak in hswep_has_limit_sbox()Xiongfeng Wang1-0/+1
2023-01-04x86/process: setup io_threads more like normal user space threadsStefan Metzmacher1-1/+18
2023-01-04arch: setup PF_IO_WORKER threads like PF_KTHREADJens Axboe1-1/+1
2023-01-04x86: Wire up TIF_NOTIFY_SIGNALJens Axboe1-0/+2
2023-01-04entry: Add support for TIF_NOTIFY_SIGNALJens Axboe1-2/+2
2022-12-19x86/smpboot: Move rcu_cpu_starting() earlierPaul E. McKenney2-2/+1
2022-12-14rtc: Check return value from mc146818_get_time()Mateusz Jończyk1-2/+6
2022-12-08x86/pm: Add enumeration check before spec MSRs save/restore setupPawan Gupta1-8/+15
2022-12-08x86/tsx: Add a feature bit for TSX control MSR supportPawan Gupta2-19/+15
2022-12-08x86/bugs: Make sure MSR_SPEC_CTRL is updated properly upon resume from S3Pawan Gupta3-9/+16
2022-12-02x86/ioremap: Fix page aligned size calculation in __ioremap_caller()Michael Kelley1-1/+7
2022-12-02KVM: x86: remove exit_int_info warning in svm_handle_exitMaxim Levitsky1-15/+0
2022-12-02KVM: x86: nSVM: leave nested mode on vCPU freeMaxim Levitsky1-0/+1
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