summaryrefslogtreecommitdiff
path: root/drivers/perf
AgeCommit message (Expand)Author
2025-07-14drivers/perf: hisi: Support PMUs with no interruptYicong Yang
2025-07-14drivers/perf: hisi: Relax the event number check of v2 PMUsJunhao He
2025-07-14drivers/perf: hisi: Add support for HiSilicon SLLC v3 PMU driverJunhao He
2025-07-14drivers/perf: hisi: Use ACPI driver_data to retrieve SLLC PMU informationJunhao He
2025-07-14drivers/perf: hisi: Add support for HiSilicon DDRC v3 PMU driverJunhao He
2025-07-14drivers/perf: hisi: Simplify the probe process for each DDRC versionJunhao He
2025-07-14perf/arm-ni: Support sharing IRQs within an NI instanceShouping Wang
2025-07-14perf/arm-ni: Consolidate CPU affinity handlingRobin Murphy
2025-07-14perf/cxlpmu: Fix typos in cxl_pmu.c comments and documentationAlok Tiwari
2025-07-14perf/cxlpmu: Remove unintended newline from IRQ name format stringAlok Tiwari
2025-07-14perf/cxlpmu: Fix devm_kcalloc() argument order in cxl_pmu_probe()Alok Tiwari
2025-07-08perf: arm_spe: Relax period restrictionLeo Yan
2025-07-08perf: arm_pmuv3: Add support for the Branch Record Buffer Extension (BRBE)Rob Herring (Arm)
2025-07-04perf/arm: Add missing .suppress_bind_attrsRobin Murphy
2025-07-04perf/arm-cmn: Reduce stack usage during discoveryRobin Murphy
2025-07-04perf: imx9_perf: make the read-only array mask static constColin Ian King
2025-07-04perf/arm-cmn: Broaden module description for wider interconnect supportZhiyuan Dai
2025-07-04perf/arm-ni: Set initial IRQ affinityRobin Murphy
2025-05-28Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2025-05-21perf/apple_m1: Remove driver-specific throttle supportKan Liang
2025-05-21perf/arm: Remove driver-specific throttle supportKan Liang
2025-05-19perf/arm-cmn: Add CMN S3 ACPI bindingRobin Murphy
2025-05-16perf/arm-cmn: Initialise cmn->cpu earlierRobin Murphy
2025-05-09perf/amlogic: Replace smp_processor_id() with raw_smp_processor_id() in meson...Anand Moon
2025-05-09perf/arm-cmn: Fix REQ2/SNP2 mixupRobin Murphy
2025-04-17perf: Do not enable by default during compile testingKrzysztof Kozlowski
2025-04-17perf: arm-ni: Fix missing platform_set_drvdata()Hongbo Yao
2025-04-17perf: arm-ni: Unregister PMUs on probe failureHongbo Yao
2025-04-17perf/arm-cmn: Remove CMN-600 DTC domain special caseRobin Murphy
2025-03-28Merge tag 'pci-v6.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2025-03-25Merge tag 'lsm-pr-20250323' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2025-03-25Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2025-03-25Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2025-03-17perf/arm_cspmu: Fix missing io.h includeRobin Murphy
2025-03-13perf/arm_cspmu: Add PMEVFILT2R supportRobin Murphy
2025-03-13perf/arm_cspmu: Generalise event filteringRobin Murphy
2025-03-13perf/arm_cspmu: Move register definitons to headerRobin Murphy
2025-03-13Merge branch 'perf/m1-guest-events' of git://git.kernel.org/pub/scm/linux/ker...Will Deacon
2025-03-11drivers/perf: apple_m1: Provide helper for mapping PMUv3 eventsOliver Upton
2025-03-11drivers/perf: apple_m1: Support host/guest event filteringOliver Upton
2025-03-11drivers/perf: apple_m1: Refactor event select/filter configurationOliver Upton
2025-03-11KVM: arm64: Compute PMCEID from arm_pmu's event bitmapsOliver Upton
2025-03-03perf/dwc_pcie: Move common DWC struct definitions to 'pcie-dwc.h'Manivannan Sadhasivam
2025-03-01perf/dwc_pcie: fix duplicate pci_dev devicesYunhui Cui
2025-03-01perf/dwc_pcie: fix some unreleased resourcesYunhui Cui
2025-03-01perf/arm-cmn: Minor event type housekeepingRobin Murphy
2025-03-01perf: apple_m1: Don't disable counter in m1_pmu_enable_event()Rob Herring (Arm)
2025-03-01perf: arm_v7_pmu: Don't disable counter in (armv7|krait_|scorpion_)pmu_enable...Rob Herring (Arm)
2025-03-01perf: arm_v7_pmu: Drop obvious comments for enabling/disabling counters and i...Rob Herring (Arm)
2025-03-01perf: arm_pmuv3: Don't disable counter in armv8pmu_enable_event()Mark Rutland