aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/msr-index.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-10-06Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+4
2025-09-30Merge tag 'x86_apic_for_v6.18_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+8
2025-09-30Merge tag 'x86_cache_for_v6.18_rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+2
2025-09-30Merge tag 'x86_cpu_for_v6.18_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+5
2025-09-18KVM: x86/pmu: Move PMU_CAP_{FW_WRITES,LBR_FMT} into msr-index.h headerDapeng Mi1-6/+9
2025-09-17x86/cpu/topology: Define AMD64_CPUID_EXT_FEAT MSRK Prateek Nayak1-0/+5
2025-09-15x86/resctrl: Add data structures and definitions for ABMC assignmentBabu Moger1-0/+1
2025-09-15x86/resctrl: Add support to enable/disable AMD ABMC featureBabu Moger1-0/+1
2025-09-01x86/apic: Enable Secure AVIC in the control MSRNeeraj Upadhyay1-0/+2
2025-09-01x86/apic: Allow NMI to be injected from hypervisor for Secure AVICNeeraj Upadhyay1-0/+3
2025-08-28x86/apic: Add new driver for Secure AVICNeeraj Upadhyay1-1/+3
2025-08-21perf/x86: Add PERF_CAP_PEBS_TIMING_INFO flagDapeng Mi1-6/+8
2025-08-19KVM: SVM: Emulate PERF_CNTR_GLOBAL_STATUS_SET for PerfMonV2Sean Christopherson1-0/+1
2025-07-30Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+1
2025-07-29Merge tag 'x86-platform-2025-07-29' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+5
2025-07-29Merge tag 'kvm-x86-misc-6.17' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini1-0/+1
2025-07-28Merge tag 'v6.16' into x86/cpu, to resolve conflictIngo Molnar1-0/+1
2025-07-08x86/rdrand: Disable RDSEED on AMD Cyan SkillfishMikhail Paulyshka1-0/+1
2025-07-07x86/msr-index: Add AMD workload classification MSRsPerry Yuan1-0/+5
2025-06-21x86/CPU/AMD: Add CPUID faulting supportBorislav Petkov (AMD)1-0/+1
2025-06-20KVM: VMX: Allow guest to set DEBUGCTL.RTM_DEBUG if RTM is supportedSean Christopherson1-0/+1
2025-05-26Merge tag 'x86-core-2025-05-25' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-6/+6
2025-05-26Merge tag 'perf-core-2025-05-25' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-0/+4
2025-05-13Merge commit 'its-for-linus-20250509-merge' into x86/core, to resolve conflictsIngo Molnar1-0/+8
2025-05-09x86/its: Enumerate Indirect Target Selection (ITS) bugPawan Gupta1-0/+8
2025-04-10x86/msr: Standardize on u64 in <asm/msr-index.h>Ingo Molnar1-6/+6
2025-04-08perf/x86/intel: Support auto counter reloadKan Liang1-0/+4
2025-03-25Merge tag 'pm-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds1-9/+11
2025-03-25Merge tag 'x86_bugs_for_v6.15' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+1
2025-03-19x86/mm: Enable AMD translation cache extensionsRik van Riel1-0/+2
2025-03-06cpufreq/amd-pstate: Replace all AMD_CPPC_* macros with masksMario Limonciello1-9/+11
2025-02-26x86/bugs: KVM: Add support for SRSO_MSR_FIXBorislav Petkov1-0/+1
2025-02-08perf/x86/intel: Ensure LBRs are disabled when a CPU is startingSean Christopherson1-1/+2
2025-01-07x86/sev: Prevent GUEST_TSC_FREQ MSR interception for Secure TSC enabled guestsNikunj A Dadhania1-0/+1
2024-12-14x86/sev: Add full support for a segmented RMP tableTom Lendacky1-3/+5
2024-09-28Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-14/+20
2024-08-22KVM VMX: Move MSR_IA32_VMX_MISC bit defines to asm/vmx.hSean Christopherson1-5/+0
2024-08-22KVM: VMX: Move MSR_IA32_VMX_BASIC bit defines to asm/vmx.hXin Li1-8/+0
2024-08-22x86/cpu: KVM: Move macro to encode PAT value to common headerSean Christopherson1-0/+6
2024-08-22x86/cpu: KVM: Add common defines for architectural memory types (PAT, MTRRs, ...Sean Christopherson1-1/+14
2024-08-12platform/x86/intel/ifs: Add SBAF test image loading supportJithu Joseph1-0/+2
2024-07-16Merge tag 'perf-core-2024-07-16' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-0/+6
2024-07-16Merge tag 'pm-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds1-0/+2
2024-07-16Merge tag 'x86_sev_for_v6.11_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+2
2024-07-04perf/x86/intel: Support Perfmon MSRs aliasingKan Liang1-0/+6
2024-07-02x86/resctrl: Enable shared RMID mode on Sub-NUMA Cluster (SNC) systemsTony Luck1-0/+1
2024-06-26cpufreq: acpi: move MSR_K7_HWCR_CPB_DIS_BIT into msr-index.hPerry Yuan1-0/+2
2024-06-17x86/sev: Provide SVSM discovery supportTom Lendacky1-0/+2
2024-05-13Merge tag 'x86-cleanups-2024-05-13' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-5/+4
2024-04-09x86/msr: Move ARCH_CAP_XAPIC_DISABLE bit definition to its rightful placePawan Gupta1-5/+4