index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
perf
Age
Commit message (
Expand
)
Author
Lines
2022-01-13
Merge tag 'irq-msi-2022-01-13' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
-4
/
+1
2022-01-04
drivers: perf: marvell_cn10k: fix an IS_ERR() vs NULL check
Dan Carpenter
-1
/
+1
2022-01-04
perf/smmuv3: Fix unused variable warning when CONFIG_OF=n
Will Deacon
-0
/
+2
2021-12-16
perf/smmuv3: Use msi_get_virq()
Thomas Gleixner
-4
/
+1
2021-12-14
Merge branch 'for-next/perf-smmu' into for-next/perf
Will Deacon
-2
/
+64
2021-12-14
Merge branch 'for-next/perf-hisi' into for-next/perf
Will Deacon
-0
/
+959
2021-12-14
Merge branch 'for-next/perf-cn10k' into for-next/perf
Will Deacon
-0
/
+437
2021-12-14
drivers/perf: hisi: Add driver for HiSilicon PCIe PMU
Qi Liu
-0
/
+959
2021-12-14
drivers: perf: Add LLC-TAD perf counter support
Bhaskara Budiredla
-0
/
+437
2021-12-14
perf/smmuv3: Synthesize IIDR from CoreSight ID registers
Robin Murphy
-1
/
+54
2021-12-14
perf/smmuv3: Add devicetree support
Jean-Philippe Brucker
-1
/
+10
2021-12-14
perf/arm-cmn: Add debugfs topology info
Robin Murphy
-3
/
+148
2021-12-14
perf/arm-cmn: Add CI-700 Support
Robin Murphy
-4
/
+53
2021-12-14
perf/arm-cmn: Support new IP features
Robin Murphy
-47
/
+171
2021-12-14
perf/arm-cmn: Demarcate CMN-600 specifics
Robin Murphy
-151
/
+162
2021-12-14
perf/arm-cmn: Move group validation data off-stack
Robin Murphy
-18
/
+25
2021-12-14
perf/arm-cmn: Optimise DTC counter accesses
Robin Murphy
-17
/
+12
2021-12-14
perf/arm-cmn: Optimise DTM counter reads
Robin Murphy
-8
/
+9
2021-12-14
perf/arm-cmn: Refactor DTM handling
Robin Murphy
-82
/
+87
2021-12-14
perf/arm-cmn: Streamline node iteration
Robin Murphy
-13
/
+20
2021-12-14
perf/arm-cmn: Refactor node ID handling
Robin Murphy
-38
/
+56
2021-12-14
perf/arm-cmn: Drop compile-test restriction
Robin Murphy
-13
/
+14
2021-12-14
perf/arm-cmn: Account for NUMA affinity
Robin Murphy
-13
/
+38
2021-12-14
perf/arm-cmn: Fix CPU hotplug unregistration
Robin Murphy
-2
/
+3
2021-11-02
Merge tag 'acpi-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...
Linus Torvalds
-5
/
+2
2021-11-01
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
-7
/
+9
2021-10-27
perf: qcom_l2_pmu: ACPI: Use ACPI_COMPANION() directly
Rafael J. Wysocki
-5
/
+2
2021-10-04
drivers/perf: Improve build test coverage
John Garry
-5
/
+7
2021-10-04
drivers/perf: thunderx2_pmu: Change data in size tx2_uncore_event_update()
John Garry
-1
/
+1
2021-10-04
drivers/perf: hisi: Fix PA PMU counter offset
Shaokun Zhang
-1
/
+1
2021-09-20
KVM: arm64: Fix PMU probe ordering
Marc Zyngier
-0
/
+2
2021-06-17
drivers/perf: fix the missed ida_simple_remove() in ddr_perf_probe()
Jing Xiangfeng
-2
/
+4
2021-06-17
perf/arm-cmn: Fix invalid pointer when access dtc object sharing the same IRQ...
Tuan Phan
-1
/
+1
2021-06-11
drivers/perf: Simplify EVENT ATTR macro in fsl_imx8_ddr_perf.c
Qi Liu
-5
/
+2
2021-06-11
drivers/perf: Simplify EVENT ATTR macro in xgene_pmu.c
Qi Liu
-7
/
+4
2021-06-11
drivers/perf: Simplify EVENT ATTR macro in qcom_l3_pmu.c
Qi Liu
-4
/
+1
2021-06-11
drivers/perf: Simplify EVENT ATTR macro in qcom_l2_pmu.c
Qi Liu
-5
/
+2
2021-06-11
drivers/perf: Simplify EVENT ATTR macro in SMMU PMU driver
Qi Liu
-5
/
+2
2021-06-11
perf/smmuv3: Don't trample existing events with global filter
Robin Murphy
-8
/
+10
2021-06-08
perf/hisi: Constify static attribute_group structs
Rikard Falkeborn
-2
/
+2
2021-06-08
perf: qcom: Remove redundant dev_err call in qcom_l3_cache_pmu_probe()
ChenXiaoSong
-3
/
+1
2021-06-04
drivers/perf: hisi: Fix data source control
Shaokun Zhang
-2
/
+2
2021-06-02
perf: qcom_l2_pmu: move to use request_irq by IRQF_NO_AUTOEN flag
Tian Tao
-2
/
+2
2021-06-02
arm_pmu: move to use request_irq by IRQF_NO_AUTOEN flag
Tian Tao
-3
/
+1
2021-06-01
perf: arm_spe: use DEVICE_ATTR_RO macro
YueHaibing
-4
/
+3
2021-06-01
perf: xgene_pmu: use DEVICE_ATTR_RO macro
YueHaibing
-3
/
+3
2021-06-01
perf: qcom: use DEVICE_ATTR_RO macro
YueHaibing
-3
/
+3
2021-06-01
perf: arm_pmu: use DEVICE_ATTR_RO macro
YueHaibing
-3
/
+3
2021-06-01
drivers/perf: hisi: use the correct HiSilicon copyright
Hao Fang
-6
/
+6
2021-05-25
drivers/perf: arm-cci: Fix checkpatch spacing error
Junhao He
-2
/
+2
[next]