开源镜像站
帮助
动态
GitHub
index
:
lwn.git
alabaster
automarkup
doc/4.4
doc/4.8-fixes
doc/4.9
doc/asciidoc
doc/sphinx
docs-fixes
docs-mw
docs-next
docs-next-merge
header-removal
master
next
Linux kernel documentation tree maintained by Jonathan Corbet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
perf
/
arm_pmuv3.c
Age
Commit message (
Expand
)
Author
2024-10-29
perf: arm_pmuv3: Add support for Samsung Mongoose PMU
Markuss Broks
2024-10-28
perf/arm_pmuv3: Add PMUv3.9 per counter EL0 access control
Rob Herring (Arm)
2024-09-09
perf: arm_pmuv3: Use BR_RETIRED for HW branch event if enabled
Ilkka Koskinen
2024-08-16
perf: arm_pmuv3: Add support for Armv9.4 PMU instruction counter
Rob Herring (Arm)
2024-08-16
arm64: perf/kvm: Use a common PMU cycle counter define
Rob Herring (Arm)
2024-08-16
perf: arm_pmuv3: Prepare for more than 32 counters
Rob Herring (Arm)
2024-08-16
perf: arm_pmu: Remove event index to counter remapping
Rob Herring (Arm)
2024-07-24
sysctl: treewide: constify the ctl_table argument of proc_handlers
Joel Granados
2024-07-03
perf: arm_pmuv3: Include asm/arm_pmuv3.h from linux/perf/arm_pmuv3.h
Rob Herring (Arm)
2024-07-03
perf: arm_pmuv3: Drop unnecessary IS_ENABLED(CONFIG_ARM64) check
Rob Herring (Arm)
2024-07-03
perf: arm_pmuv3: Avoid assigning fixed cycle counter with threshold
Rob Herring (Arm)
2024-07-01
perf: pmuv3: Add new Cortex and Neoverse PMUs
Andre Przywara
2023-12-12
arm64: perf: Add support for event counting threshold
James Clark
2023-12-12
arm: pmu: Move error message and -EOPNOTSUPP to individual PMUs
James Clark
2023-12-12
arm: pmu: Share user ABI format mechanism with SPE
James Clark
2023-12-12
arm64: perf: Include threshold control fields in PMEVTYPER mask
James Clark
2023-12-12
arm: perf: Convert remaining fields to use GENMASK
James Clark
2023-12-12
arm: perf: Use GENMASK for PMMIR fields
James Clark
2023-12-12
arm: perf/kvm: Use GENMASK for ARMV8_PMU_PMCR_N
James Clark
2023-12-12
arm: perf: Remove inlines from arm_pmuv3.c
James Clark
2023-12-05
drivers/perf: pmuv3: don't expose SW_INCR event in sysfs
Mark Rutland
2023-12-05
drivers: perf: arm_pmuv3: Add new macro PMUV3_INIT_MAP_EVENT()
Anshuman Khandual
2023-11-10
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...
Linus Torvalds
2023-11-07
arm64/arm: arm_pmuv3: perf: Don't truncate 64-bit registers
Ilkka Koskinen
2023-11-01
Merge tag 'sysctl-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...
Linus Torvalds
2023-10-19
drivers: perf: arm_pmuv3: Drop some unused arguments from armv8_pmu_init()
Anshuman Khandual
2023-10-19
drivers: perf: arm_pmuv3: Read PMMIR_EL1 unconditionally
Anshuman Khandual
2023-10-10
arm: Remove now superfluous sentinel elem from ctl_table arrays
Joel Granados
2023-09-07
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2023-08-22
KVM: arm64: pmu: Resync EL0 state on counter rotation
Marc Zyngier
2023-08-04
perf: pmuv3: Remove comments from armv8pmu_[enable|disable]_event()
Anshuman Khandual
2023-07-27
perf: pmuv3: Add Cortex A520, A715, A720, X3 and X4 PMUs
Rob Herring
2023-06-28
Merge tag 'mm-nonmm-stable-2023-06-24-19-23' of git://git.kernel.org/pub/scm/...
Linus Torvalds
2023-06-09
arm64: enable perf events based hard lockup detector
Douglas Anderson
2023-06-04
KVM: arm64: PMU: Don't overwrite PMUSERENR with vcpu loaded
Reiji Watanabe
2023-04-11
arm64: pmuv3: dynamically map PERF_COUNT_HW_BRANCH_INSTRUCTIONS
Stephane Eranian
2023-03-27
ARM: perf: Allow the use of the PMUv3 driver on 32bit ARM
Marc Zyngier
2023-03-27
perf: pmuv3: Change GENMASK to GENMASK_ULL
Zaid Al-Bassam
2023-03-27
perf: pmuv3: Move inclusion of kvm_host.h to the arch-specific helper
Zaid Al-Bassam
2023-03-27
perf: pmuv3: Abstract PMU version checks
Zaid Al-Bassam
2023-03-27
arm64: perf: Abstract system register accesses away
Marc Zyngier
2023-03-27
arm64: perf: Move PMUv3 driver to drivers/perf
Marc Zyngier