aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch/x86/events
AgeCommit message (Expand)AuthorFilesLines
2026-04-17Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-1/+0
2026-04-14Merge tag 'x86-cleanups-2026-04-13' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-3/+3
2026-04-14Merge tag 'perf-core-2026-04-13' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds5-108/+267
2026-04-13Merge tag 'kvm-x86-vmxon-7.1' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini1-1/+0
2026-04-07perf/x86/intel/uncore: Remove extra double quote markZide Chen1-24/+24
2026-04-07perf/x86/intel/uncore: Fix die ID init and look up bugsZide Chen2-7/+7
2026-04-07perf/x86/intel/uncore: Skip discovery table for offline diesZide Chen1-1/+1
2026-04-07perf/x86/intel/uncore: Fix iounmap() leak on global_init failureZide Chen1-5/+10
2026-04-04x86/apic: Drop AMD Extended Interrupt LVT macrosNaveen N Rao (AMD)1-3/+3
2026-04-03perf/x86/msr: Make SMI and PPERF on by defaultKan Liang1-79/+3
2026-04-02perf/x86: Fix potential bad container_of in intel_pmu_hw_configIan Rogers1-2/+4
2026-03-24perf/x86/intel/p4: Fix unused variable warning in p4_pmu_init()Aldo Conte1-3/+3
2026-03-12perf/x86/intel: Only check GP counters for PEBS constraints validationDapeng Mi1-8/+14
2026-03-12perf/x86/intel: Fix OMR snoop information parsing issuesDapeng Mi1-4/+7
2026-03-12perf/x86/intel: Add missing branch counters constraint applyDapeng Mi1-10/+21
2026-03-12x86/perf: Make sure to program the counter value for stopped events on migrationPeter Zijlstra1-1/+3
2026-03-12perf/x86: Move event pointer setup earlier in x86_pmu_enable()Breno Leitao1-1/+2
2026-03-04KVM: VMX: Move core VMXON enablement to kernelSean Christopherson1-1/+0
2026-02-28perf/amd/ibs: Advertise remote socket capabilityRavi Bangoria1-0/+19
2026-02-28perf/amd/ibs: Enable streaming store filterRavi Bangoria1-0/+51
2026-02-28perf/amd/ibs: Enable RIP bit63 hardware filteringRavi Bangoria1-8/+38
2026-02-28perf/amd/ibs: Enable fetch latency filteringRavi Bangoria1-1/+65
2026-02-28perf/amd/ibs: Support IBS_{FETCH|OP}_CTL2[Dis] to eliminate RMW raceRavi Bangoria1-0/+45
2026-02-27perf/amd/ibs: Define macro for ldlat mask and shiftRavi Bangoria1-4/+7
2026-02-27perf/amd/ibs: Avoid race between event add and NMIRavi Bangoria1-0/+8
2026-02-27perf/amd/ibs: Avoid calling perf_allow_kernel() from the IBS NMI handlerRavi Bangoria2-1/+5
2026-02-27perf/amd/ibs: Preserve PhyAddrVal bit when clearing PhyAddr MSRRavi Bangoria1-2/+0
2026-02-27perf/amd/ibs: Limit ldlat->l3missonly dependency to Zen5Ravi Bangoria1-1/+4
2026-02-27perf/amd/ibs: Account interrupt for discarded samplesRavi Bangoria1-2/+6
2026-02-23perf/x86/intel/uncore: Add per-scheduler IMC CAS count eventsZide Chen1-1/+27
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook2-3/+2
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds1-2/+1
2026-02-21Convert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds2-2/+2
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds7-16/+16
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook8-25/+25
2026-02-10Merge tag 'perf-core-2026-02-09' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds14-335/+1458
2026-01-21perf/x86/intel: Do not enable BTS for guestsFernand Sieber1-2/+11
2026-01-15perf/x86/intel/uncore: Convert comma to semicolonChen Ni1-4/+4
2026-01-15perf/x86/intel: Add support for rdpmc user disable featureDapeng Mi3-0/+54
2026-01-15perf/x86: Use macros to replace magic numbers in attr_rdpmcDapeng Mi3-4/+12
2026-01-15perf/x86/intel: Add core PMU support for NovalakeDapeng Mi3-0/+112
2026-01-15perf/x86/intel: Add support for PEBS memory auxiliary info field in NVLDapeng Mi2-0/+85
2026-01-15perf/x86/intel: Add core PMU support for DMRDapeng Mi3-1/+207
2026-01-15perf/x86/intel: Add support for PEBS memory auxiliary info field in DMRDapeng Mi2-0/+142
2026-01-15perf/x86/intel: Support the 4 new OMR MSRs introduced in DMR and NVLDapeng Mi2-17/+47
2026-01-11treewide: Update email addressThomas Gleixner2-2/+2
2026-01-06perf/x86/intel/uncore: Add Nova Lake supportZide Chen4-0/+52
2026-01-06perf/x86/intel/uncore: Add missing PMON units for Panther LakeZide Chen2-0/+46
2026-01-06perf/x86/intel/uncore: Update DMR uncore constraints preliminarilyZide Chen1-0/+27
2026-01-06perf/x86/intel/uncore: Support uncore constraint rangesZide Chen3-143/+44