index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
perf
/
riscv_pmu_sbi.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-08-01
perf: riscv: Fix selecting counters in legacy mode
Shifrin Dmitry
1
-1
/
+1
2024-07-27
Merge tag 'riscv-for-linus-6.11-mw2' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-3
/
+8
2024-07-24
sysctl: treewide: constify the ctl_table argument of proc_handlers
Joel Granados
1
-1
/
+1
2024-07-23
Merge patch series "riscv: Separate vendor extensions from standard extensions"
Palmer Dabbelt
1
-3
/
+8
2024-07-23
riscv: Introduce vendor variants of extension helpers
Charlie Jenkins
1
-1
/
+2
2024-07-23
riscv: Extend cpufeature.c to detect vendor extensions
Charlie Jenkins
1
-3
/
+7
2024-07-03
perf: RISC-V: Check standard event availability
Samuel Holland
1
-2
/
+40
2024-07-03
drivers/perf: riscv: Reset the counter to hpmevent mapping while starting cpus
Samuel Holland
1
-1
/
+1
2024-05-16
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-31
/
+285
2024-04-26
drivers/perf: riscv: Implement SBI PMU snapshot function
Atish Patra
1
-19
/
+255
2024-04-22
drivers/perf: riscv: Fix counter mask iteration for RV32
Atish Patra
1
-9
/
+12
2024-04-22
drivers/perf: riscv: Use BIT macro for shifting operations
Atish Patra
1
-1
/
+1
2024-04-22
drivers/perf: riscv: Read upper bits of a firmware counter
Atish Patra
1
-5
/
+20
2024-04-22
RISC-V: Fix the typo in Scountovf CSR name
Atish Patra
1
-1
/
+1
2024-04-19
perf/riscv: Assign parents for event_source devices
Jonathan Cameron
1
-0
/
+1
2024-04-09
drivers: perf: Remove the now superfluous sentinel elements from ctl_table array
Joel Granados
1
-1
/
+0
2024-03-22
Merge tag 'riscv-for-linus-6.9-mw2' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-5
/
+32
2024-03-12
perf: RISC-V: Introduce Andes PMU to support perf event sampling
Yu Chien Peter Lin
1
-3
/
+32
2024-03-12
perf: RISC-V: Eliminate redundant interrupt enable/disable operations
Yu Chien Peter Lin
1
-2
/
+0
2024-02-29
perf: RISCV: Fix panic on pmu overflow handler
Fei Wu
1
-4
/
+4
2023-11-09
riscv: Rearrange hwcap.h and cpufeature.h
Xiao Wang
1
-1
/
+1
2023-11-09
Merge patch "drivers: perf: Do not broadcast to other cpus when starting a co...
Palmer Dabbelt
1
-4
/
+6
2023-11-09
drivers: perf: Do not broadcast to other cpus when starting a counter
Alexandre Ghiti
1
-4
/
+2
2023-11-09
drivers: perf: Check find_first_bit() return value
Alexandre Ghiti
1
-0
/
+5
2023-10-12
drivers: perf: Fix panic in riscv SBI mmap support
Alexandre Ghiti
1
-6
/
+10
2023-08-16
drivers: perf: Implement perf event mmap support in the SBI backend
Alexandre Ghiti
1
-6
/
+186
2023-08-16
drivers: perf: Rename riscv pmu sbi driver
Alexandre Ghiti
1
-2
/
+2
2023-06-20
perf: RISC-V: Limit the number of counters returned from SBI
Viacheslav Mitrofanov
1
-0
/
+6
2023-06-19
RISC-V/perf: Use standard interface to get INTC domain
Sunil V L
1
-15
/
+2
2023-04-29
RISC-V: Align SBI probe implementation with spec
Andrew Jones
1
-1
/
+1
2023-03-03
Merge tag 'riscv-for-linus-6.3-mw2' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-5
/
+2
2023-03-01
drivers/perf: RISC-V: Allow programming custom firmware events
Mayuresh Chitale
1
-5
/
+2
2023-02-25
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-7
/
+57
2023-02-07
perf: RISC-V: Improve privilege mode filtering for perf
Atish Patra
1
-5
/
+22
2023-02-07
perf: RISC-V: Define helper functions expose hpm counter width and count
Atish Patra
1
-2
/
+35
2023-01-13
arm64, riscv, perf: Remove RCU_NONIDLE() usage
Peter Zijlstra
1
-7
/
+1
2022-10-28
drivers/perf: riscv_pmu_sbi: add support for PMU variant on T-Head C9xx cores
Heiko Stuebner
1
-10
/
+24
2022-10-13
RISC-V: Re-enable counter access from userspace
Palmer Dabbelt
1
-2
/
+5
2022-10-09
Merge tag 'riscv-for-linus-6.1-mw1' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-11
/
+20
2022-09-08
perf: RISC-V: fix access beyond allocated array
Sergey Matyukevich
1
-1
/
+1
2022-09-08
perf: RISC-V: throttle perf events
Sergey Matyukevich
1
-0
/
+4
2022-09-08
perf: RISC-V: exclude invalid pmu counters from SBI calls
Sergey Matyukevich
1
-11
/
+16
2022-08-12
perf: riscv_pmu{,_sbi}: Miscallenous improvement & fixes
Palmer Dabbelt
1
-14
/
+16
2022-08-12
RISC-V: Move counter info definition to sbi header file
Atish Patra
1
-14
/
+0
2022-08-12
RISC-V: Fix SBI PMU calls for RV32
Atish Patra
1
-0
/
+10
2022-08-12
RISC-V: Update user page mapping only once during start
Atish Patra
1
-0
/
+1
2022-08-12
RISC-V: Fix counter restart during overflow for RV32
Atish Patra
1
-0
/
+5
2022-07-19
perf: RISC-V: Add of_node_put() when breaking out of for_each_of_cpu_node()
Liang He
1
-1
/
+4
2022-07-06
drivers/perf: riscv_pmu_sbi: perf format
Nikita Shubin
1
-0
/
+20
2022-07-06
drivers/perf: riscv_pmu: Add riscv pmu pm notifier
Eric Lin
1
-4
/
+77
[next]