summaryrefslogtreecommitdiff
path: root/drivers/perf
AgeCommit message (Expand)AuthorFilesLines
2025-02-17perf: imx9_perf: Introduce AXI filter version to refactor the driver and bett...Xu Yang1-8/+25
2025-01-09Merge patch series "SBI PMU event related fixes"Palmer Dabbelt1-10/+12
2025-01-09drivers/perf: riscv: Do not allow invalid raw event configAtish Patra1-2/+5
2025-01-09drivers/perf: riscv: Return error for default caseAtish Patra1-2/+3
2025-01-09drivers/perf: riscv: Fix Platform firmware event dataAtish Patra1-7/+5
2024-12-02module: Convert symbol namespace to string literalPeter Zijlstra1-1/+1
2024-11-30Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2-10/+13
2024-11-29Merge tag 'driver-core-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+0
2024-11-25perf/arm-cmn: Ensure port and device id bits are set properlyNamhyung Kim1-2/+2
2024-11-25perf/arm-smmuv3: Fix lockdep assert in ->event_init()Chun-Tse Shao1-8/+11
2024-11-18Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds29-44/+497
2024-11-18perf: arm-ni: Remove spurious NULL in attribute_group definitionThomas Weißschuh1-1/+0
2024-11-12drivers: perf: Fix wrong put_cpu() placementAlexandre Ghiti1-2/+2
2024-11-06perf: Switch back to struct platform_driver::remove()Uwe Kleine-König23-23/+23
2024-10-29perf: arm_pmuv3: Add support for Samsung Mongoose PMUMarkuss Broks1-0/+3
2024-10-29perf/dwc_pcie: Fix typos in event namesIlkka Koskinen1-3/+3
2024-10-29perf/dwc_pcie: Add support for Ampere SoCsIlkka Koskinen1-0/+1
2024-10-28perf/marvell: Marvell PEM performance monitor supportGowthami Thiagarajan3-0/+433
2024-10-28perf/arm_pmuv3: Add PMUv3.9 per counter EL0 access controlRob Herring (Arm)1-10/+19
2024-10-24perf/dwc_pcie: Convert the events with mixed case to lowercaseIlkka Koskinen1-4/+4
2024-10-24perf/cxlpmu: Support missing events in 3.1 specDavidlohr Bueso1-3/+6
2024-10-24perf: imx_perf: add support for i.MX91 platformXu Yang1-0/+5
2024-10-14drivers perf: remove unused field pmu_nodeYunhui Cui1-1/+0
2024-10-01drivers/perf: riscv: Align errno for unsupported perf eventPu Lehui2-4/+4
2024-09-24Merge tag 'riscv-for-linus-6.12-mw1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-11/+22
2024-09-20perf/riscv-sbi: Add platform specific firmware event handlingMayuresh Chitale1-9/+22
2024-09-16Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds15-369/+1243
2024-09-15drivers/perf: riscv: Remove redundant macro checkXiao Wang1-2/+0
2024-09-12perf: arm-ni: Fix an NULL vs IS_ERR() bugDan Carpenter1-2/+2
2024-09-10drivers: perf: Fix smp_processor_id() use in preemptible codeAlexandre Ghiti1-1/+6
2024-09-09perf: arm_pmuv3: Use BR_RETIRED for HW branch event if enabledIlkka Koskinen1-4/+4
2024-09-06perf: Add driver for Arm NI-700 interconnect PMURobin Murphy3-0/+789
2024-09-06perf/arm-cmn: Improve format attr printingRobin Murphy1-6/+2
2024-09-06perf/arm-cmn: Clean up unnecessary NUMA_NO_NODE checkRobin Murphy1-1/+1
2024-09-04perf/arm-cmn: Support CMN S3Robin Murphy1-43/+76
2024-09-04perf/arm-cmn: Refactor DTC PMU register accessRobin Murphy1-28/+36
2024-09-04perf/arm-cmn: Make cycle counts less surprisingRobin Murphy1-5/+11
2024-09-04perf/arm-cmn: Improve build-time assertionRobin Murphy1-1/+1
2024-09-04perf/arm-cmn: Ensure dtm_idx is big enoughRobin Murphy1-1/+4
2024-09-04perf/arm-cmn: Fix CCLA register offsetRobin Murphy1-3/+7
2024-09-04perf/arm-cmn: Refactor node ID handling. Again.Robin Murphy1-54/+40
2024-08-30drivers/perf: hisi_pcie: Export supported Root Ports [bdf_min, bdf_max]Yicong Yang1-0/+18
2024-08-30drivers/perf: hisi_pcie: Fix TLP headers bandwidth countingYicong Yang1-1/+1
2024-08-30drivers/perf: hisi_pcie: Record hardware counts correctlyYicong Yang1-0/+14
2024-08-30drivers/perf: arm_spe: Use perf_allow_kernel() for permissionsJames Clark1-5/+4
2024-08-23perf/dwc_pcie: Add support for QCOM vendor devicesKrishna chaitanya chundru1-0/+1
2024-08-23perf/dwc_pcie: Always register for PCIe bus notifierKrishna chaitanya chundru1-5/+0
2024-08-23perf/dwc_pcie: Fix registration issue in multi PCIe controller instancesKrishna chaitanya chundru1-8/+8
2024-08-23drivers/perf: Fix ali_drw_pmu driver interrupt status clearingJing Zhang1-1/+1
2024-08-23drivers/perf: apple_m1: add known PMU eventsYangyu Chen1-73/+105