aboutsummaryrefslogtreecommitdiff
path: root/drivers/perf/riscv_pmu_sbi.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 1-31/+285
2024-04-26drivers/perf: riscv: Implement SBI PMU snapshot functionGravatar Atish Patra 1-19/+255
2024-04-22drivers/perf: riscv: Fix counter mask iteration for RV32Gravatar Atish Patra 1-9/+12
2024-04-22drivers/perf: riscv: Use BIT macro for shifting operationsGravatar Atish Patra 1-1/+1
2024-04-22drivers/perf: riscv: Read upper bits of a firmware counterGravatar Atish Patra 1-5/+20
2024-04-22RISC-V: Fix the typo in Scountovf CSR nameGravatar Atish Patra 1-1/+1
2024-04-19perf/riscv: Assign parents for event_source devicesGravatar Jonathan Cameron 1-0/+1
2024-04-09drivers: perf: Remove the now superfluous sentinel elements from ctl_table arrayGravatar Joel Granados 1-1/+0
2024-03-22Merge tag 'riscv-for-linus-6.9-mw2' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-5/+32
2024-03-12perf: RISC-V: Introduce Andes PMU to support perf event samplingGravatar Yu Chien Peter Lin 1-3/+32
2024-03-12perf: RISC-V: Eliminate redundant interrupt enable/disable operationsGravatar Yu Chien Peter Lin 1-2/+0
2024-02-29perf: RISCV: Fix panic on pmu overflow handlerGravatar Fei Wu 1-4/+4
2023-11-09riscv: Rearrange hwcap.h and cpufeature.hGravatar Xiao Wang 1-1/+1
2023-11-09Merge patch "drivers: perf: Do not broadcast to other cpus when starting a co...Gravatar Palmer Dabbelt 1-4/+6
2023-11-09drivers: perf: Do not broadcast to other cpus when starting a counterGravatar Alexandre Ghiti 1-4/+2
2023-11-09drivers: perf: Check find_first_bit() return valueGravatar Alexandre Ghiti 1-0/+5
2023-10-12drivers: perf: Fix panic in riscv SBI mmap supportGravatar Alexandre Ghiti 1-6/+10
2023-08-16drivers: perf: Implement perf event mmap support in the SBI backendGravatar Alexandre Ghiti 1-6/+186
2023-08-16drivers: perf: Rename riscv pmu sbi driverGravatar Alexandre Ghiti 1-2/+2
2023-06-20perf: RISC-V: Limit the number of counters returned from SBIGravatar Viacheslav Mitrofanov 1-0/+6
2023-06-19RISC-V/perf: Use standard interface to get INTC domainGravatar Sunil V L 1-15/+2
2023-04-29RISC-V: Align SBI probe implementation with specGravatar Andrew Jones 1-1/+1
2023-03-03Merge tag 'riscv-for-linus-6.3-mw2' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-5/+2
2023-03-01drivers/perf: RISC-V: Allow programming custom firmware eventsGravatar Mayuresh Chitale 1-5/+2
2023-02-25Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 1-7/+57
2023-02-07perf: RISC-V: Improve privilege mode filtering for perfGravatar Atish Patra 1-5/+22
2023-02-07perf: RISC-V: Define helper functions expose hpm counter width and countGravatar Atish Patra 1-2/+35
2023-01-13arm64, riscv, perf: Remove RCU_NONIDLE() usageGravatar Peter Zijlstra 1-7/+1
2022-10-27drivers/perf: riscv_pmu_sbi: add support for PMU variant on T-Head C9xx coresGravatar Heiko Stuebner 1-10/+24
2022-10-13RISC-V: Re-enable counter access from userspaceGravatar Palmer Dabbelt 1-2/+5
2022-10-09Merge tag 'riscv-for-linus-6.1-mw1' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-11/+20
2022-09-08perf: RISC-V: fix access beyond allocated arrayGravatar Sergey Matyukevich 1-1/+1
2022-09-08perf: RISC-V: throttle perf eventsGravatar Sergey Matyukevich 1-0/+4
2022-09-08perf: RISC-V: exclude invalid pmu counters from SBI callsGravatar Sergey Matyukevich 1-11/+16
2022-08-12perf: riscv_pmu{,_sbi}: Miscallenous improvement & fixesGravatar Palmer Dabbelt 1-14/+16
2022-08-11RISC-V: Move counter info definition to sbi header fileGravatar Atish Patra 1-14/+0
2022-08-11RISC-V: Fix SBI PMU calls for RV32Gravatar Atish Patra 1-0/+10
2022-08-11RISC-V: Update user page mapping only once during startGravatar Atish Patra 1-0/+1
2022-08-11RISC-V: Fix counter restart during overflow for RV32Gravatar Atish Patra 1-0/+5
2022-07-19perf: RISC-V: Add of_node_put() when breaking out of for_each_of_cpu_node()Gravatar Liang He 1-1/+4
2022-07-06drivers/perf: riscv_pmu_sbi: perf formatGravatar Nikita Shubin 1-0/+20
2022-07-06drivers/perf: riscv_pmu: Add riscv pmu pm notifierGravatar Eric Lin 1-4/+77
2022-05-06perf: RISC-V: Remove non-kernel-doc ** commentsGravatar Palmer Dabbelt 1-4/+4
2022-03-21RISC-V: Add sscofpmf extension supportGravatar Atish Patra 1-5/+217
2022-03-21RISC-V: Add perf platform driver based on SBI PMU extensionGravatar Atish Patra 1-0/+578