summaryrefslogtreecommitdiff
path: root/drivers/perf/riscv_pmu_sbi.c
AgeCommit message (Expand)Author
2024-11-12drivers: perf: Fix wrong put_cpu() placementAlexandre Ghiti
2024-10-01drivers/perf: riscv: Align errno for unsupported perf eventPu Lehui
2024-09-24Merge tag 'riscv-for-linus-6.12-mw1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2024-09-20perf/riscv-sbi: Add platform specific firmware event handlingMayuresh Chitale
2024-09-10drivers: perf: Fix smp_processor_id() use in preemptible codeAlexandre Ghiti
2024-08-01perf: riscv: Fix selecting counters in legacy modeShifrin Dmitry
2024-07-27Merge tag 'riscv-for-linus-6.11-mw2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2024-07-24sysctl: treewide: constify the ctl_table argument of proc_handlersJoel Granados
2024-07-22Merge patch series "riscv: Separate vendor extensions from standard extensions"Palmer Dabbelt
2024-07-22riscv: Introduce vendor variants of extension helpersCharlie Jenkins
2024-07-22riscv: Extend cpufeature.c to detect vendor extensionsCharlie Jenkins
2024-07-03perf: RISC-V: Check standard event availabilitySamuel Holland
2024-07-03drivers/perf: riscv: Reset the counter to hpmevent mapping while starting cpusSamuel Holland
2024-05-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2024-04-26drivers/perf: riscv: Implement SBI PMU snapshot functionAtish Patra
2024-04-22drivers/perf: riscv: Fix counter mask iteration for RV32Atish Patra
2024-04-22drivers/perf: riscv: Use BIT macro for shifting operationsAtish Patra
2024-04-22drivers/perf: riscv: Read upper bits of a firmware counterAtish Patra
2024-04-22RISC-V: Fix the typo in Scountovf CSR nameAtish Patra
2024-04-19perf/riscv: Assign parents for event_source devicesJonathan Cameron
2024-04-09drivers: perf: Remove the now superfluous sentinel elements from ctl_table arrayJoel Granados
2024-03-22Merge tag 'riscv-for-linus-6.9-mw2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2024-03-12perf: RISC-V: Introduce Andes PMU to support perf event samplingYu Chien Peter Lin
2024-03-12perf: RISC-V: Eliminate redundant interrupt enable/disable operationsYu Chien Peter Lin
2024-02-29perf: RISCV: Fix panic on pmu overflow handlerFei Wu
2023-11-09riscv: Rearrange hwcap.h and cpufeature.hXiao Wang
2023-11-09Merge patch "drivers: perf: Do not broadcast to other cpus when starting a co...Palmer Dabbelt
2023-11-09drivers: perf: Do not broadcast to other cpus when starting a counterAlexandre Ghiti
2023-11-09drivers: perf: Check find_first_bit() return valueAlexandre Ghiti
2023-10-12drivers: perf: Fix panic in riscv SBI mmap supportAlexandre Ghiti
2023-08-16drivers: perf: Implement perf event mmap support in the SBI backendAlexandre Ghiti
2023-08-16drivers: perf: Rename riscv pmu sbi driverAlexandre Ghiti
2023-06-20perf: RISC-V: Limit the number of counters returned from SBIViacheslav Mitrofanov
2023-06-19RISC-V/perf: Use standard interface to get INTC domainSunil V L
2023-04-29RISC-V: Align SBI probe implementation with specAndrew Jones
2023-03-03Merge tag 'riscv-for-linus-6.3-mw2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2023-03-01drivers/perf: RISC-V: Allow programming custom firmware eventsMayuresh Chitale
2023-02-25Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2023-02-07perf: RISC-V: Improve privilege mode filtering for perfAtish Patra
2023-02-07perf: RISC-V: Define helper functions expose hpm counter width and countAtish Patra
2023-01-13arm64, riscv, perf: Remove RCU_NONIDLE() usagePeter Zijlstra
2022-10-27drivers/perf: riscv_pmu_sbi: add support for PMU variant on T-Head C9xx coresHeiko Stuebner
2022-10-13RISC-V: Re-enable counter access from userspacePalmer Dabbelt
2022-10-09Merge tag 'riscv-for-linus-6.1-mw1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2022-09-08perf: RISC-V: fix access beyond allocated arraySergey Matyukevich
2022-09-08perf: RISC-V: throttle perf eventsSergey Matyukevich
2022-09-08perf: RISC-V: exclude invalid pmu counters from SBI callsSergey Matyukevich
2022-08-12perf: riscv_pmu{,_sbi}: Miscallenous improvement & fixesPalmer Dabbelt
2022-08-11RISC-V: Move counter info definition to sbi header fileAtish Patra
2022-08-11RISC-V: Fix SBI PMU calls for RV32Atish Patra