summaryrefslogtreecommitdiff
path: root/arch/x86/events/intel
AgeCommit message (Expand)Author
2026-06-15Merge tag 'x86-cpu-2026-06-14' of gitolite.kernel.org:pub/scm/linux/kernel/gi...Linus Torvalds
2026-06-15Merge tag 'x86-msr-2026-06-14' of gitolite.kernel.org:pub/scm/linux/kernel/gi...Linus Torvalds
2026-06-15Merge tag 'perf-core-2026-06-14' of gitolite.kernel.org:pub/scm/linux/kernel/...Linus Torvalds
2026-06-15Merge tag 'irq-core-2026-06-13' of gitolite.kernel.org:pub/scm/linux/kernel/g...Linus Torvalds
2026-06-08x86/msr: Switch wrmsrl() users to wrmsrq()Juergen Gross
2026-06-08x86/msr: Switch wrmsr_on_cpu() users to wrmsrq_on_cpu()Juergen Gross
2026-06-04perf/x86/intel/uncore: Implement global init callback for GNR uncoreZide Chen
2026-06-04perf/x86/intel/uncore: Fix uncore_die_to_cpu() for offline diesZide Chen
2026-06-04perf/x86/intel/uncore: Move die_to_cpu() to uncore.cZide Chen
2026-06-04perf/x86/intel/uncore: Defer ADL global PMON enable to enable_box()Zide Chen
2026-06-04perf/x86/intel/uncore: Fix PCI device refcount leak in UPI discoveryZide Chen
2026-06-04perf/x86/intel/uncore: Guard against invalid box control addressZide Chen
2026-06-04perf/x86/intel/uncore: Fix discovery unit lookup for multi-die systemsZide Chen
2026-05-26x86/irq: Make irqstats array basedThomas Gleixner
2026-05-19perf/x86/intel: Update event constraints and cache_extra_regsfor CWFDapeng Mi
2026-05-19perf/x86/intel: Update event constraints and cache_extra_regsfor SRFDapeng Mi
2026-05-19perf/x86/intel: Update event constraints and cache_extra_regsfor NVLDapeng Mi
2026-05-19perf/x86/intel: Update event constraints for PTLDapeng Mi
2026-05-19perf/x86/intel: Update event constraints and cache_extra_regsfor ARLDapeng Mi
2026-05-19perf/x86/intel: Update event constraints and cache_extra_regsfor LNLDapeng Mi
2026-05-19perf/x86/intel: Update event constraints and cache_extra_regsfor MTLDapeng Mi
2026-05-19perf/x86/intel: Update event constraints and cache_extra_regsfor ADLDapeng Mi
2026-05-19perf/x86/intel: Update event constraints for DMRDapeng Mi
2026-05-19perf/x86/intel: Update event constraints and cache_extra_regsfor SPRDapeng Mi
2026-05-19perf/x86/intel: Update event constraints and cache_extra_regsfor ICXDapeng Mi
2026-05-06treewide: Explicitly include the x86 CPUID headersAhmed S. Darwish
2026-05-05perf/x86/intel: Consolidate MSR_IA32_PERF_CFG_C trackingDapeng Mi
2026-05-05perf/x86/intel: Enable auto counter reload for DMRDapeng Mi
2026-05-05perf/x86/intel: Disable PMI for self-reloaded ACR eventsDapeng Mi
2026-05-05perf/x86/intel: Improve validation and configuration of ACR masksDapeng Mi
2026-04-17Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2026-04-14Merge tag 'perf-core-2026-04-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2026-04-13Merge tag 'kvm-x86-vmxon-7.1' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini
2026-04-07perf/x86/intel/uncore: Remove extra double quote markZide Chen
2026-04-07perf/x86/intel/uncore: Fix die ID init and look up bugsZide Chen
2026-04-07perf/x86/intel/uncore: Skip discovery table for offline diesZide Chen
2026-04-07perf/x86/intel/uncore: Fix iounmap() leak on global_init failureZide Chen
2026-04-02perf/x86: Fix potential bad container_of in intel_pmu_hw_configIan Rogers
2026-03-24perf/x86/intel/p4: Fix unused variable warning in p4_pmu_init()Aldo Conte
2026-03-12perf/x86/intel: Only check GP counters for PEBS constraints validationDapeng Mi
2026-03-12perf/x86/intel: Fix OMR snoop information parsing issuesDapeng Mi
2026-03-12perf/x86/intel: Add missing branch counters constraint applyDapeng Mi
2026-03-04KVM: VMX: Move core VMXON enablement to kernelSean Christopherson
2026-02-23perf/x86/intel/uncore: Add per-scheduler IMC CAS count eventsZide Chen
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds
2026-02-21Convert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook
2026-01-15perf/x86/intel/uncore: Convert comma to semicolonChen Ni