summaryrefslogtreecommitdiffstats
path: root/drivers/perf (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2024-11-1929-44/+497
|\
| * perf: Switch back to struct platform_driver::remove()Uwe Kleine-König2024-11-0623-23/+23
| * perf: arm_pmuv3: Add support for Samsung Mongoose PMUMarkuss Broks2024-10-291-0/+3
| * perf/dwc_pcie: Fix typos in event namesIlkka Koskinen2024-10-291-3/+3
| * perf/dwc_pcie: Add support for Ampere SoCsIlkka Koskinen2024-10-291-0/+1
| * perf/marvell: Marvell PEM performance monitor supportGowthami Thiagarajan2024-10-283-0/+433
| * perf/arm_pmuv3: Add PMUv3.9 per counter EL0 access controlRob Herring (Arm)2024-10-281-10/+19
| * perf/dwc_pcie: Convert the events with mixed case to lowercaseIlkka Koskinen2024-10-241-4/+4
| * perf/cxlpmu: Support missing events in 3.1 specDavidlohr Bueso2024-10-241-3/+6
| * perf: imx_perf: add support for i.MX91 platformXu Yang2024-10-241-0/+5
| * drivers perf: remove unused field pmu_nodeYunhui Cui2024-10-141-1/+0
* | drivers: perf: Fix wrong put_cpu() placementAlexandre Ghiti2024-11-121-2/+2
|/
* drivers/perf: riscv: Align errno for unsupported perf eventPu Lehui2024-10-012-4/+4
* Merge tag 'riscv-for-linus-6.12-mw1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2024-09-242-11/+22
|\
| * perf/riscv-sbi: Add platform specific firmware event handlingMayuresh Chitale2024-09-201-9/+22
| * drivers/perf: riscv: Remove redundant macro checkXiao Wang2024-09-161-2/+0
* | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2024-09-1615-369/+1243
|\ \
| * | perf: arm-ni: Fix an NULL vs IS_ERR() bugDan Carpenter2024-09-121-2/+2
| * | perf: arm_pmuv3: Use BR_RETIRED for HW branch event if enabledIlkka Koskinen2024-09-091-4/+4
| * | perf: Add driver for Arm NI-700 interconnect PMURobin Murphy2024-09-063-0/+789
| * | perf/arm-cmn: Improve format attr printingRobin Murphy2024-09-061-6/+2
| * | perf/arm-cmn: Clean up unnecessary NUMA_NO_NODE checkRobin Murphy2024-09-061-1/+1
| * | perf/arm-cmn: Support CMN S3Robin Murphy2024-09-041-43/+76
| * | perf/arm-cmn: Refactor DTC PMU register accessRobin Murphy2024-09-041-28/+36
| * | perf/arm-cmn: Make cycle counts less surprisingRobin Murphy2024-09-041-5/+11
| * | perf/arm-cmn: Improve build-time assertionRobin Murphy2024-09-041-1/+1
| * | perf/arm-cmn: Ensure dtm_idx is big enoughRobin Murphy2024-09-041-1/+4
| * | perf/arm-cmn: Fix CCLA register offsetRobin Murphy2024-09-041-3/+7
| * | perf/arm-cmn: Refactor node ID handling. Again.Robin Murphy2024-09-041-54/+40
| * | drivers/perf: hisi_pcie: Export supported Root Ports [bdf_min, bdf_max]Yicong Yang2024-08-301-0/+18
| * | drivers/perf: hisi_pcie: Fix TLP headers bandwidth countingYicong Yang2024-08-301-1/+1
| * | drivers/perf: hisi_pcie: Record hardware counts correctlyYicong Yang2024-08-301-0/+14
| * | drivers/perf: arm_spe: Use perf_allow_kernel() for permissionsJames Clark2024-08-301-5/+4
| * | perf/dwc_pcie: Add support for QCOM vendor devicesKrishna chaitanya chundru2024-08-231-0/+1
| * | perf/dwc_pcie: Always register for PCIe bus notifierKrishna chaitanya chundru2024-08-231-5/+0
| * | perf/dwc_pcie: Fix registration issue in multi PCIe controller instancesKrishna chaitanya chundru2024-08-231-8/+8
| * | drivers/perf: Fix ali_drw_pmu driver interrupt status clearingJing Zhang2024-08-231-1/+1
| * | drivers/perf: apple_m1: add known PMU eventsYangyu Chen2024-08-231-73/+105
| * | perf: arm_pmuv3: Add support for Armv9.4 PMU instruction counterRob Herring (Arm)2024-08-161-0/+25
| * | arm64: perf/kvm: Use a common PMU cycle counter defineRob Herring (Arm)2024-08-161-12/+7
| * | perf: arm_pmuv3: Prepare for more than 32 countersRob Herring (Arm)2024-08-161-19/+21
| * | perf: arm_pmu: Remove event index to counter remappingRob Herring (Arm)2024-08-166-102/+70
| * | perf: arm_pmu: Use of_property_present()Rob Herring (Arm)2024-08-161-1/+1
| |/
* / drivers: perf: Fix smp_processor_id() use in preemptible codeAlexandre Ghiti2024-09-111-1/+6
|/
* perf: riscv: Fix selecting counters in legacy modeShifrin Dmitry2024-08-011-1/+1
* Merge tag 'riscv-for-linus-6.11-mw2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2024-07-271-3/+8
|\
| * Merge patch series "riscv: Separate vendor extensions from standard extensions"Palmer Dabbelt2024-07-231-3/+8
| |\
| | * riscv: Introduce vendor variants of extension helpersCharlie Jenkins2024-07-231-1/+2
| | * riscv: Extend cpufeature.c to detect vendor extensionsCharlie Jenkins2024-07-231-3/+7
* | | sysctl: treewide: constify the ctl_table argument of proc_handlersJoel Granados2024-07-242-2/+2
|/ /