index
:
laptop-kernel
master
Linux kernel tree for laptop
Jason A. Donenfeld
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
2025-03-01
perf: arm_pmuv3: Don't disable counter in armv8pmu_enable_event()
Mark Rutland
1
-5
/
+0
2025-03-01
perf: arm_pmu: Don't disable counter in armpmu_add()
Mark Rutland
1
-5
/
+3
2025-03-01
perf: arm_pmuv3: Call kvm_vcpu_pmu_resync_el0() before enabling counters
Rob Herring (Arm)
1
-2
/
+2
2025-02-28
perf: arm_pmuv3: Add support for ARM Rainier PMU
Vincenzo Frascino
1
-0
/
+2
2025-02-26
perf: Remove unnecessary parameter of security check
Luo Gengkun
1
-2
/
+2
2025-02-18
drivers: perf: Switch to use hrtimer_setup()
Nam Cao
3
-8
/
+6
2025-01-28
treewide: const qualify ctl_tables where applicable
Joel Granados
2
-2
/
+2
2025-01-20
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux
Linus Torvalds
17
-486
/
+863
2025-01-10
perf: arm_spe: Add format option for discard mode
James Clark
1
-0
/
+22
2025-01-10
drivers/perf: apple_m1: Map generic branch events
Oliver Upton
1
-0
/
+2
2025-01-09
Merge patch series "SBI PMU event related fixes"
Palmer Dabbelt
1
-10
/
+12
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
2025-01-07
drivers/perf: hisi: Set correct IRQ affinity for PMUs with no association
Yicong Yang
1
-1
/
+1
2024-12-19
perf: imx9_perf: Introduce AXI filter version to refactor the driver and better extension
Xu Yang
1
-8
/
+25
2024-12-19
perf/arm-cmn: Permit more exhaustive groups
Robin Murphy
1
-2
/
+2
2024-12-11
perf/dwc_pcie: Qualify RAS DES VSEC Capability by Vendor, Revision
Bjorn Helgaas
1
-31
/
+37
2024-12-10
drivers/perf: hisi: Delete redundant blank line of DDRC PMU
Junhao He
1
-1
/
+0
2024-12-10
drivers/perf: hisi: Fix incorrect variable name "hha_pmu" in DDRC PMU driver
Junhao He
1
-3
/
+3
2024-12-10
drivers/perf: hisi: Export associated CPUs of each PMU through sysfs
Yicong Yang
1
-0
/
+10
2024-12-10
drivers/perf: hisi: Provide a generic implementation of cpumask/identifier
Yicong Yang
9
-195
/
+63
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/arm64/linux
Linus Torvalds
2
-10
/
+13
2024-11-29
Merge tag 'driver-core-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
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/arm64/linux
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
[prev]
[next]