index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
perf
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2024-12-10
drivers/perf: hisi: Add a common function to retrieve topology from firmware
Yicong Yang
9
-43
/
+60
2024-12-10
drivers/perf: hisi: Extract topology information to a separate structure
Yicong Yang
9
-52
/
+78
2024-12-10
drivers/perf: hisi: Refactor the detection of associated CPUs
Yicong Yang
2
-8
/
+20
2024-12-10
drivers/perf: hisi: Migrate to one online CPU if no associated one online
Yicong Yang
1
-1
/
+8
2024-12-10
drivers/perf: hisi: Don't update the associated_cpus on CPU offline
Yicong Yang
1
-3
/
+0
2024-12-10
drivers/perf: hisi: Define a symbol namespace for HiSilicon Uncore PMUs
Yicong Yang
8
-18
/
+25
2024-12-09
perf/marvell: Odyssey LLC-TAD performance monitor support
Gowthami Thiagarajan
1
-0
/
+35
2024-12-09
perf/marvell: Refactor to extract platform data
Gowthami Thiagarajan
1
-3
/
+28
2024-12-09
perf/marvell: Odyssey DDR Performance monitor support
Gowthami Thiagarajan
1
-5
/
+268
2024-12-09
perf/marvell: Refactor to extract PMU operations
Gowthami Thiagarajan
1
-22
/
+83
2024-12-09
perf/marvell: Refactor to extract platform data
Gowthami Thiagarajan
1
-49
/
+113
2024-12-09
perf/dwc_pcie: Fix the event numbers
Ilkka Koskinen
1
-2
/
+2
2024-12-09
perf: arm_cspmu: nvidia: monitor all ports by default
Besar Wicaksono
1
-2
/
+4
2024-12-09
perf: arm_cspmu: nvidia: enable NVLINK-C2C port filtering
Besar Wicaksono
1
-2
/
+3
2024-12-09
perf: arm_cspmu: nvidia: remove unsupported SCF events
Besar Wicaksono
1
-64
/
+0
2024-12-02
module: Convert symbol namespace to string literal
Peter Zijlstra
1
-1
/
+1
2024-11-30
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...
Linus Torvalds
2
-10
/
+13
2024-11-29
Merge tag 'driver-core-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-1
/
+0
2024-11-25
perf/arm-cmn: Ensure port and device id bits are set properly
Namhyung Kim
1
-2
/
+2
2024-11-25
perf/arm-smmuv3: Fix lockdep assert in ->event_init()
Chun-Tse Shao
1
-8
/
+11
2024-11-18
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
29
-44
/
+497
2024-11-18
perf: arm-ni: Remove spurious NULL in attribute_group definition
Thomas Weißschuh
1
-1
/
+0
2024-11-12
drivers: perf: Fix wrong put_cpu() placement
Alexandre Ghiti
1
-2
/
+2
2024-11-06
perf: Switch back to struct platform_driver::remove()
Uwe Kleine-König
23
-23
/
+23
2024-10-29
perf: arm_pmuv3: Add support for Samsung Mongoose PMU
Markuss Broks
1
-0
/
+3
2024-10-29
perf/dwc_pcie: Fix typos in event names
Ilkka Koskinen
1
-3
/
+3
2024-10-29
perf/dwc_pcie: Add support for Ampere SoCs
Ilkka Koskinen
1
-0
/
+1
2024-10-28
perf/marvell: Marvell PEM performance monitor support
Gowthami Thiagarajan
3
-0
/
+433
2024-10-28
perf/arm_pmuv3: Add PMUv3.9 per counter EL0 access control
Rob Herring (Arm)
1
-10
/
+19
2024-10-24
perf/dwc_pcie: Convert the events with mixed case to lowercase
Ilkka Koskinen
1
-4
/
+4
2024-10-24
perf/cxlpmu: Support missing events in 3.1 spec
Davidlohr Bueso
1
-3
/
+6
2024-10-24
perf: imx_perf: add support for i.MX91 platform
Xu Yang
1
-0
/
+5
2024-10-14
drivers perf: remove unused field pmu_node
Yunhui Cui
1
-1
/
+0
2024-10-01
drivers/perf: riscv: Align errno for unsupported perf event
Pu Lehui
2
-4
/
+4
2024-09-24
Merge tag 'riscv-for-linus-6.12-mw1' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2
-11
/
+22
2024-09-20
perf/riscv-sbi: Add platform specific firmware event handling
Mayuresh Chitale
1
-9
/
+22
2024-09-16
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
15
-369
/
+1243
2024-09-15
drivers/perf: riscv: Remove redundant macro check
Xiao Wang
1
-2
/
+0
2024-09-12
perf: arm-ni: Fix an NULL vs IS_ERR() bug
Dan Carpenter
1
-2
/
+2
2024-09-10
drivers: perf: Fix smp_processor_id() use in preemptible code
Alexandre Ghiti
1
-1
/
+6
2024-09-09
perf: arm_pmuv3: Use BR_RETIRED for HW branch event if enabled
Ilkka Koskinen
1
-4
/
+4
2024-09-06
perf: Add driver for Arm NI-700 interconnect PMU
Robin Murphy
3
-0
/
+789
2024-09-06
perf/arm-cmn: Improve format attr printing
Robin Murphy
1
-6
/
+2
2024-09-06
perf/arm-cmn: Clean up unnecessary NUMA_NO_NODE check
Robin Murphy
1
-1
/
+1
2024-09-04
perf/arm-cmn: Support CMN S3
Robin Murphy
1
-43
/
+76
2024-09-04
perf/arm-cmn: Refactor DTC PMU register access
Robin Murphy
1
-28
/
+36
2024-09-04
perf/arm-cmn: Make cycle counts less surprising
Robin Murphy
1
-5
/
+11
2024-09-04
perf/arm-cmn: Improve build-time assertion
Robin Murphy
1
-1
/
+1
2024-09-04
perf/arm-cmn: Ensure dtm_idx is big enough
Robin Murphy
1
-1
/
+4
2024-09-04
perf/arm-cmn: Fix CCLA register offset
Robin Murphy
1
-3
/
+7
[prev]
[next]