summaryrefslogtreecommitdiffstats
path: root/drivers/perf/riscv_pmu_sbi.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'riscv-for-linus-6.9-mw2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2024-03-221-5/+32
|\
| * perf: RISC-V: Introduce Andes PMU to support perf event samplingYu Chien Peter Lin2024-03-121-3/+32
| * perf: RISC-V: Eliminate redundant interrupt enable/disable operationsYu Chien Peter Lin2024-03-121-2/+0
* | perf: RISCV: Fix panic on pmu overflow handlerFei Wu2024-02-291-4/+4
|/
* riscv: Rearrange hwcap.h and cpufeature.hXiao Wang2023-11-091-1/+1
* Merge patch "drivers: perf: Do not broadcast to other cpus when starting a co...Palmer Dabbelt2023-11-091-4/+6
|\
| * drivers: perf: Do not broadcast to other cpus when starting a counterAlexandre Ghiti2023-11-091-4/+2
| * drivers: perf: Fix panic in riscv SBI mmap supportAlexandre Ghiti2023-10-121-6/+10
* | drivers: perf: Check find_first_bit() return valueAlexandre Ghiti2023-11-091-0/+5
|/
* drivers: perf: Implement perf event mmap support in the SBI backendAlexandre Ghiti2023-08-161-6/+186
* drivers: perf: Rename riscv pmu sbi driverAlexandre Ghiti2023-08-161-2/+2
* perf: RISC-V: Limit the number of counters returned from SBIViacheslav Mitrofanov2023-06-201-0/+6
* RISC-V/perf: Use standard interface to get INTC domainSunil V L2023-06-191-15/+2
* RISC-V: Align SBI probe implementation with specAndrew Jones2023-04-291-1/+1
* Merge tag 'riscv-for-linus-6.3-mw2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-03-031-5/+2
|\
| * drivers/perf: RISC-V: Allow programming custom firmware eventsMayuresh Chitale2023-03-011-5/+2
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2023-02-251-7/+57
|\ \ | |/ |/|
| * perf: RISC-V: Improve privilege mode filtering for perfAtish Patra2023-02-071-5/+22
| * perf: RISC-V: Define helper functions expose hpm counter width and countAtish Patra2023-02-071-2/+35
* | arm64, riscv, perf: Remove RCU_NONIDLE() usagePeter Zijlstra2023-01-131-7/+1
|/
* drivers/perf: riscv_pmu_sbi: add support for PMU variant on T-Head C9xx coresHeiko Stuebner2022-10-271-10/+24
* RISC-V: Re-enable counter access from userspacePalmer Dabbelt2022-10-131-2/+5
* Merge tag 'riscv-for-linus-6.1-mw1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2022-10-091-11/+20
|\
| * perf: RISC-V: throttle perf eventsSergey Matyukevich2022-09-081-0/+4
| * perf: RISC-V: exclude invalid pmu counters from SBI callsSergey Matyukevich2022-09-081-11/+16
* | perf: RISC-V: fix access beyond allocated arraySergey Matyukevich2022-09-081-1/+1
|/
* perf: riscv_pmu{,_sbi}: Miscallenous improvement & fixesPalmer Dabbelt2022-08-121-14/+16
|\
| * RISC-V: Move counter info definition to sbi header fileAtish Patra2022-08-111-14/+0
| * RISC-V: Fix SBI PMU calls for RV32Atish Patra2022-08-111-0/+10
| * RISC-V: Update user page mapping only once during startAtish Patra2022-08-111-0/+1
| * RISC-V: Fix counter restart during overflow for RV32Atish Patra2022-08-111-0/+5
* | perf: RISC-V: Add of_node_put() when breaking out of for_each_of_cpu_node()Liang He2022-07-191-1/+4
* | drivers/perf: riscv_pmu_sbi: perf formatNikita Shubin2022-07-061-0/+20
* | drivers/perf: riscv_pmu: Add riscv pmu pm notifierEric Lin2022-07-061-4/+77
|/
* perf: RISC-V: Remove non-kernel-doc ** commentsPalmer Dabbelt2022-05-061-4/+4
* RISC-V: Add sscofpmf extension supportAtish Patra2022-03-211-5/+217
* RISC-V: Add perf platform driver based on SBI PMU extensionAtish Patra2022-03-211-0/+578