summaryrefslogtreecommitdiff
path: root/drivers/perf
AgeCommit message (Expand)AuthorFilesLines
2024-12-09perf/arm-cmn: Ensure port and device id bits are set properlyNamhyung Kim1-2/+2
2024-12-09perf/arm-smmuv3: Fix lockdep assert in ->event_init()Chun-Tse Shao1-8/+11
2024-10-10drivers/perf: arm_spe: Use perf_allow_kernel() for permissionsJames Clark1-5/+4
2024-10-04perf/arm-cmn: Fail DTC counter allocation correctlyRobin Murphy1-1/+1
2024-10-04perf/arm-cmn: Ensure dtm_idx is big enoughRobin Murphy1-1/+4
2024-10-04perf/arm-cmn: Fix CCLA register offsetRobin Murphy1-3/+7
2024-10-04perf/arm-cmn: Refactor node ID handling. Again.Robin Murphy1-54/+40
2024-10-04perf/arm-cmn: Improve debugfs pretty-printing for large configsRobin Murphy1-4/+5
2024-10-04perf/arm-cmn: Rework DTC counters (again)Robin Murphy1-62/+64
2024-10-04drivers/perf: hisi_pcie: Fix TLP headers bandwidth countingYicong Yang1-1/+1
2024-10-04drivers/perf: hisi_pcie: Record hardware counts correctlyYicong Yang1-0/+14
2024-10-04drivers/perf: Fix ali_drw_pmu driver interrupt status clearingJing Zhang1-1/+1
2024-08-11perf: riscv: Fix selecting counters in legacy modeShifrin Dmitry1-1/+1
2024-08-11perf: imx_perf: fix counter start and config sequenceXu Yang1-3/+3
2024-07-25drivers/perf: riscv: Reset the counter to hpmevent mapping while starting cpusSamuel Holland1-1/+1
2024-06-12perf/arm-dmc620: Fix lockdep assert in ->event_init()Namhyung Kim1-3/+6
2024-06-12drivers/perf: hisi: hns3: Actually use devm_add_action_or_reset()Hao Chen1-1/+1
2024-06-12drivers/perf: hisi: hns3: Fix out-of-bound access when valid event groupJunhao He1-1/+13
2024-06-12drivers/perf: hisi_pcie: Fix out-of-bound access when valid event groupJunhao He1-1/+13
2024-04-13drivers/perf: hisi: Enable HiSilicon Erratum 162700402 quirk for HIP09Junhao He1-1/+41
2024-04-10drivers/perf: riscv: Disable PERF_SAMPLE_BRANCH_* while not supportedPu Lehui1-0/+4
2024-03-27perf: RISCV: Fix panic on pmu overflow handlerFei Wu1-4/+4
2024-03-27perf: CXL: fix CPMU filter value mask lengthHojin Nam1-5/+5
2024-03-27perf/arm-cmn: Workaround AmpereOneX errata AC04_MESH_1 (incorrect child count)Ilkka Koskinen1-0/+11
2024-03-06drivers: perf: ctr_get_width function for legacy is not definedVadim Shakirov2-14/+12
2024-03-06drivers: perf: added capabilities for legacy PMUVadim Shakirov1-0/+2
2024-02-23perf: CXL: fix mismatched cpmu event opcodeHojin Nam1-1/+1
2024-02-05drivers/perf: pmuv3: don't expose SW_INCR event in sysfsMark Rutland1-1/+5
2024-01-26drivers/perf: hisi: Fix some event id for HiSilicon UC pmuJunhao He1-2/+2
2024-01-26perf/arm-cmn: Fix HN-F class_occup_id eventsRobin Murphy1-1/+1
2023-11-28drivers: perf: Check find_first_bit() return valueAlexandre Ghiti1-0/+5
2023-11-28perf: arm_cspmu: Reject events meant for other PMUsIlkka Koskinen1-0/+3
2023-11-20arm64/arm: arm_pmuv3: perf: Don't truncate 64-bit registersIlkka Koskinen1-3/+3
2023-11-20drivers: perf: Do not broadcast to other cpus when starting a counterAlexandre Ghiti1-4/+2
2023-11-20perf: hisi: Fix use-after-free when register pmu failsJunhao He2-4/+4
2023-11-20drivers/perf: hisi_pcie: Check the type first in pmu::event_init()Yicong Yang1-3/+4
2023-11-20perf/arm-cmn: Fix DTC domain detectionRobin Murphy1-2/+14
2023-11-20drivers/perf: hisi: use cpuhp_state_remove_instance_nocalls() for hisi_hns3_p...Hao Chen1-4/+4
2023-10-13Merge tag 'riscv-for-linus-6.6-rc6' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-7/+12
2023-10-12drivers: perf: Fix panic in riscv SBI mmap supportAlexandre Ghiti2-7/+12
2023-09-29perf/arm-cmn: Fix the unhandled overflow status of counter 4 to 7Jing Zhang1-1/+1
2023-09-08Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds1-1/+1
2023-09-07Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+2
2023-09-05perf: CXL: fix mismatched number of counters maskJeongtae Park1-1/+1
2023-09-01Merge tag 'riscv-for-linus-6.6-mw1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds3-9/+328
2023-08-29Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds18-135/+383
2023-08-29Merge tag 'perf-core-2023-08-28' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-4/+6
2023-08-22KVM: arm64: pmu: Resync EL0 state on counter rotationMarc Zyngier1-0/+2
2023-08-18arm_pmu: acpi: Add a representative platform device for TRBEAnshuman Khandual1-0/+35
2023-08-18arm_pmu: acpi: Refactor arm_spe_acpi_register_device()Anshuman Khandual1-40/+64