index
:
pub/scm/linux/kernel/git/mdf/linux.git
master
Moritz Fischer's fork of linux.git
Moritz Fischer
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
2026-08-07
RISC-V: perf: fix resource cleanup on driver probe failure
Atish Patra
1
-6
/
+27
2026-07-03
Replace <linux/mod_devicetable.h> by more specific <linux/device-id/*.h> (c f...
Uwe Kleine-König (The Capable Hub)
1
-1
/
+0
2026-02-21
Convert more 'alloc_obj' cases to default GFP_KERNEL arguments
Linus Torvalds
1
-2
/
+1
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
1
-1
/
+1
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
1
-2
/
+3
2026-01-05
drivers: perf: use bitmap_empty() where appropriate
Yury Norov (NVIDIA)
1
-1
/
+1
2025-11-16
tools: riscv: Fixed misalignment of CSR related definitions
Chen Pei
1
-1
/
+1
2025-10-04
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-50
/
+141
2025-09-18
perf: riscv: skip empty batches in counter start
Yunhui Cui
1
-2
/
+4
2025-09-18
drivers/perf: riscv: Remove redundant ternary operators
Liao Yuanhong
1
-1
/
+1
2025-09-16
drivers/perf: riscv: Export PMU event info function
Atish Patra
1
-55
/
+67
2025-09-16
drivers/perf: riscv: Implement PMU event info function
Atish Patra
1
-0
/
+69
2025-09-16
drivers/perf: riscv: Add raw event v2 support
Atish Patra
1
-5
/
+11
2025-09-16
drivers/perf: riscv: Add SBI v3.0 flag
Atish Patra
1
-0
/
+4
2025-01-28
treewide: const qualify ctl_tables where applicable
Joel Granados
1
-1
/
+1
2025-01-09
drivers/perf: riscv: Do not allow invalid raw event config
Atish Patra
1
-2
/
+5
2025-01-09
drivers/perf: riscv: Return error for default case
Atish Patra
1
-2
/
+3
2025-01-09
drivers/perf: riscv: Fix Platform firmware event data
Atish Patra
1
-7
/
+5
2024-11-12
drivers: perf: Fix wrong put_cpu() placement
Alexandre Ghiti
1
-2
/
+2
2024-10-01
drivers/perf: riscv: Align errno for unsupported perf event
Pu Lehui
1
-2
/
+2
2024-09-24
Merge tag 'riscv-for-linus-6.12-mw1' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-9
/
+22
2024-09-20
perf/riscv-sbi: Add platform specific firmware event handling
Mayuresh Chitale
1
-9
/
+22
2024-09-10
drivers: perf: Fix smp_processor_id() use in preemptible code
Alexandre Ghiti
1
-1
/
+6
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-22
Merge patch series "riscv: Separate vendor extensions from standard extensions"
Palmer Dabbelt
1
-3
/
+8
2024-07-22
riscv: Introduce vendor variants of extension helpers
Charlie Jenkins
1
-1
/
+2
2024-07-22
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-15
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
[next]