index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
perf
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
perf: riscv: Fix selecting counters in legacy mode
Shifrin Dmitry
2024-08-01
1
-1
/
+1
*
Merge tag 'riscv-for-linus-6.11-mw2' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2024-07-27
1
-3
/
+8
|
\
|
*
Merge patch series "riscv: Separate vendor extensions from standard extensions"
Palmer Dabbelt
2024-07-23
1
-3
/
+8
|
|
\
|
|
*
riscv: Introduce vendor variants of extension helpers
Charlie Jenkins
2024-07-23
1
-1
/
+2
|
|
*
riscv: Extend cpufeature.c to detect vendor extensions
Charlie Jenkins
2024-07-23
1
-3
/
+7
*
|
|
sysctl: treewide: constify the ctl_table argument of proc_handlers
Joel Granados
2024-07-24
2
-2
/
+2
|
/
/
*
|
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
2024-07-16
16
-129
/
+3557
|
\
\
|
*
|
perf: add missing MODULE_DESCRIPTION() macros
Jeff Johnson
2024-07-10
8
-0
/
+8
|
*
|
perf: arm_pmuv3: Include asm/arm_pmuv3.h from linux/perf/arm_pmuv3.h
Rob Herring (Arm)
2024-07-03
1
-2
/
+0
|
*
|
perf: arm_v6/7_pmu: Drop non-DT probe support
Rob Herring (Arm)
2024-07-03
2
-25
/
+2
|
*
|
perf/arm: Move 32-bit PMU drivers to drivers/perf/
Rob Herring (Arm)
2024-07-03
5
-0
/
+3207
|
*
|
perf: arm_pmuv3: Drop unnecessary IS_ENABLED(CONFIG_ARM64) check
Rob Herring (Arm)
2024-07-03
1
-1
/
+1
|
*
|
perf: arm_pmuv3: Avoid assigning fixed cycle counter with threshold
Rob Herring (Arm)
2024-07-03
1
-2
/
+8
|
*
|
perf: imx_perf: add support for i.MX95 platform
Xu Yang
2024-07-01
1
-3
/
+86
|
*
|
perf: imx_perf: fix counter start and config sequence
Xu Yang
2024-07-01
1
-3
/
+3
|
*
|
perf: imx_perf: refactor driver for imx93
Xu Yang
2024-07-01
1
-38
/
+68
|
*
|
perf: imx_perf: let the driver manage the counter usage rather the user
Xu Yang
2024-07-01
1
-68
/
+100
|
*
|
perf: imx_perf: add macro definitions for parsing config attr
Xu Yang
2024-07-01
1
-4
/
+9
|
*
|
perf: pmuv3: Add new Cortex and Neoverse PMUs
Andre Przywara
2024-07-01
1
-0
/
+12
|
*
|
perf/arm-cmn: Enable support for tertiary match group
Ilkka Koskinen
2024-07-01
1
-6
/
+13
|
*
|
perf/arm-cmn: Decouple wp_config registers from filter group number
Ilkka Koskinen
2024-07-01
1
-17
/
+80
|
|
/
*
|
perf: RISC-V: Check standard event availability
Samuel Holland
2024-07-03
1
-2
/
+40
*
|
drivers/perf: riscv: Reset the counter to hpmevent mapping while starting cpus
Samuel Holland
2024-07-03
1
-1
/
+1
*
|
drivers/perf: riscv: Do not update the event data if uptodate
Atish Patra
2024-07-03
1
-1
/
+1
|
/
*
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...
Linus Torvalds
2024-05-23
1
-3
/
+6
|
\
|
*
perf/arm-dmc620: Fix lockdep assert in ->event_init()
Namhyung Kim
2024-05-17
1
-3
/
+6
*
|
Merge tag 'driver-core-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2024-05-22
13
-129
/
+12
|
\
\
|
*
|
perf: Use device_show_string() helper for sysfs attributes
Lukas Wunner
2024-05-04
13
-129
/
+12
*
|
|
Merge tag 'pci-v6.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2024-05-21
1
-1
/
+1
|
\
\
\
|
*
|
|
PCI/CXL: Move CXL Vendor ID to pci_ids.h
Dave Jiang
2024-05-08
1
-1
/
+1
*
|
|
|
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2024-05-15
2
-33
/
+286
|
\
\
\
\
|
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
drivers/perf: riscv: Implement SBI PMU snapshot function
Atish Patra
2024-04-26
2
-21
/
+256
|
*
|
|
drivers/perf: riscv: Fix counter mask iteration for RV32
Atish Patra
2024-04-22
1
-9
/
+12
|
*
|
|
drivers/perf: riscv: Use BIT macro for shifting operations
Atish Patra
2024-04-22
1
-1
/
+1
|
*
|
|
drivers/perf: riscv: Read upper bits of a firmware counter
Atish Patra
2024-04-22
1
-5
/
+20
|
*
|
|
RISC-V: Fix the typo in Scountovf CSR name
Atish Patra
2024-04-22
1
-1
/
+1
|
|
|
/
|
|
/
|
*
|
|
drivers/perf: hisi: hns3: Actually use devm_add_action_or_reset()
Hao Chen
2024-04-28
1
-1
/
+1
*
|
|
drivers/perf: hisi: hns3: Fix out-of-bound access when valid event group
Junhao He
2024-04-28
1
-1
/
+13
*
|
|
drivers/perf: hisi_pcie: Fix out-of-bound access when valid event group
Junhao He
2024-04-28
1
-1
/
+13
*
|
|
perf/arm-spe: Assign parents for event_source device
Jonathan Cameron
2024-04-19
1
-0
/
+1
*
|
|
perf/arm-smmuv3: Assign parents for event_source device
Jonathan Cameron
2024-04-19
1
-0
/
+1
*
|
|
perf/arm-dsu: Assign parents for event_source device
Jonathan Cameron
2024-04-19
1
-0
/
+1
*
|
|
perf/arm-dmc620: Assign parents for event_source device
Jonathan Cameron
2024-04-19
1
-0
/
+1
*
|
|
perf/arm-ccn: Assign parents for event_source device
Jonathan Cameron
2024-04-19
1
-0
/
+1
*
|
|
perf/arm-cci: Assign parents for event_source device
Jonathan Cameron
2024-04-19
1
-0
/
+1
*
|
|
perf/alibaba_uncore: Assign parents for event_source device
Jonathan Cameron
2024-04-19
1
-0
/
+1
*
|
|
perf/arm_pmu: Assign parents for event_source devices
Jonathan Cameron
2024-04-19
1
-0
/
+1
*
|
|
perf/imx_ddr: Assign parents for event_source devices
Jonathan Cameron
2024-04-19
1
-0
/
+1
*
|
|
perf/qcom: Assign parents for event_source devices
Jonathan Cameron
2024-04-19
2
-0
/
+2
*
|
|
perf/riscv: Assign parents for event_source devices
Jonathan Cameron
2024-04-19
2
-0
/
+2
[next]