summaryrefslogtreecommitdiff
path: root/drivers/perf/riscv_pmu_sbi.c
AgeCommit message (Expand)AuthorFilesLines
2022-10-13RISC-V: Re-enable counter access from userspacePalmer Dabbelt1-2/+5
2022-10-09Merge tag 'riscv-for-linus-6.1-mw1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-11/+20
2022-09-08perf: RISC-V: fix access beyond allocated arraySergey Matyukevich1-1/+1
2022-09-08perf: RISC-V: throttle perf eventsSergey Matyukevich1-0/+4
2022-09-08perf: RISC-V: exclude invalid pmu counters from SBI callsSergey Matyukevich1-11/+16
2022-08-12perf: riscv_pmu{,_sbi}: Miscallenous improvement & fixesPalmer Dabbelt1-14/+16
2022-08-12RISC-V: Move counter info definition to sbi header fileAtish Patra1-14/+0
2022-08-12RISC-V: Fix SBI PMU calls for RV32Atish Patra1-0/+10
2022-08-12RISC-V: Update user page mapping only once during startAtish Patra1-0/+1
2022-08-12RISC-V: Fix counter restart during overflow for RV32Atish Patra1-0/+5
2022-07-19perf: RISC-V: Add of_node_put() when breaking out of for_each_of_cpu_node()Liang He1-1/+4
2022-07-06drivers/perf: riscv_pmu_sbi: perf formatNikita Shubin1-0/+20
2022-07-06drivers/perf: riscv_pmu: Add riscv pmu pm notifierEric Lin1-4/+77
2022-05-06perf: RISC-V: Remove non-kernel-doc ** commentsPalmer Dabbelt1-4/+4
2022-03-22RISC-V: Add sscofpmf extension supportAtish Patra1-5/+217
2022-03-22RISC-V: Add perf platform driver based on SBI PMU extensionAtish Patra1-0/+578