index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
perf
/
arm_spe_pmu.c
Age
Commit message (
Expand
)
Author
2024-04-19
perf/arm-spe: Assign parents for event_source device
Jonathan Cameron
2024-02-09
perf: arm_spe: Convert to platform remove callback returning void
Uwe Kleine-König
2023-12-12
arm: pmu: Share user ABI format mechanism with SPE
James Clark
2023-07-27
drivers/perf: Explicitly include correct DT includes
Rob Herring
2023-02-07
perf: arm_spe: Print the version of SPE detected
Rob Herring
2023-02-07
perf: arm_spe: Add support for SPEv1.2 inverted event filtering
Rob Herring
2023-01-19
perf: arm_spe: Support new SPEv1.2/v8.7 'not taken' event
Rob Herring
2023-01-19
perf: arm_spe: Use new PMSIDR_EL1 register enums
Rob Herring
2023-01-19
perf: arm_spe: Drop BIT() and use FIELD_GET/PREP accessors
Rob Herring
2023-01-19
arm64: Drop SYS_ from SPE register defines
Rob Herring
2023-01-19
perf: arm_spe: Use feature numbering for PMSEVFR_EL1 defines
Rob Herring
2022-10-10
Merge tag 'perf-core-2022-10-07' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2022-09-21
arm64/sysreg: Fix a few missed conversions
Nathan Chancellor
2022-09-07
arm64/perf: Assert all platform event flags are within PERF_EVENT_FLAG_ARCH
Anshuman Khandual
2022-07-19
drivers/perf: arm_spe: Fix consistency of SYS_PMSCR_EL1.CX
Anshuman Khandual
2022-05-06
drivers/perf: arm_spe: Expose saturating counter to 16-bit
Shaokun Zhang
2021-06-01
perf: arm_spe: use DEVICE_ATTR_RO macro
YueHaibing
2021-05-25
drivers/perf: arm_spe_pmu: Fix some coding style issues
Junhao He
2021-03-25
drivers/perf: convert sysfs snprintf family to sysfs_emit
Zihao Tang
2021-01-20
perf: Constify static struct attribute_group
Rikard Falkeborn
2021-01-20
drivers/perf: Add support for ARMv8.3-SPE
Wei Li
2020-08-23
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2020-07-17
drivers/perf: Prevent forced unbinding of PMU drivers
Qi Liu
2020-06-01
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
2020-04-30
drivers/perf: arm_spe_pmu: Avoid duplicate printouts
Tang Bin
2020-04-16
drivers/perf: Open access for CAP_PERFMON privileged process
Alexey Budankov
2020-03-02
perf: arm_spe: Remove unnecessary zero check on 'nr_pages'
luanshi
2019-07-08
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
2019-06-27
perf: arm_spe: Enable ACPI/Platform automatic module loading
Jeremy Linton
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234
Thomas Gleixner
2019-05-13
drivers/perf: arm_spe: Don't error on high-order pages for aux buf
Will Deacon
2019-02-06
perf/aux: Make perf_event accessible to setup_aux()
Mathieu Poirier
2018-11-29
perf: arm_spe: handle devm_kasprintf() failure
Nicholas Mc Guire
2018-11-21
perf: arm_spe: Enable automatic DT loading
Jeremy Linton
2018-05-21
perf: simplify getting .drvdata
Wolfram Sang
2018-03-27
perf: arm_spe: include linux/vmalloc.h for vmap()
Arnd Bergmann
2017-12-11
perf: arm_spe: Fail device probe when arm64_kernel_unmapped_at_el0()
Will Deacon
2017-11-03
perf: arm_spe: Prevent module unload while the PMU is in use
Suzuki K Poulose
2017-10-18
drivers/perf: Add support for ARMv8.2 Statistical Profiling Extension
Will Deacon