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
/
arch
/
arm64
/
kernel
/
perf_event.c
Age
Commit message (
Expand
)
Author
Lines
2020-07-21
arm64: perf: Expose some new events via sysfs
Shaokun Zhang
-0
/
+19
2020-07-20
arm64: perf: Add cap_user_time_short
Peter Zijlstra
-5
/
+7
2020-07-20
arm64: perf: Only advertise cap_user_time for arch_timer
Peter Zijlstra
-6
/
+13
2020-07-20
arm64: perf: Implement correct cap_user_time
Peter Zijlstra
-9
/
+29
2020-07-20
arm64: perf: Correct the event index in sysfs
Shaokun Zhang
-5
/
+8
2020-03-17
arm64: perf: Add support for ARMv8.5-PMU 64-bit counters
Andrew Murray
-16
/
+71
2020-03-17
arm64: perf: Clean up enable/disable calls
Robin Murphy
-52
/
+35
2020-03-02
arm64: perf: Support new DT compatibles
Robin Murphy
-0
/
+56
2020-03-02
arm64: perf: Refactor PMU init callbacks
Robin Murphy
-97
/
+27
2019-11-01
arm64: perf: Simplify the ARMv8 PMUv3 event attributes
Shaokun Zhang
-125
/
+66
2019-08-20
arm64: perf_event: Add missing header needed for smp_processor_id()
Raphael Gault
-0
/
+1
2019-07-23
arm64: perf: Remove unused macro
Shaokun Zhang
-1
/
+0
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234
Thomas Gleixner
-12
/
+1
2019-05-17
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
-9
/
+41
2019-04-24
arm64: KVM: Enable VHE support for :G/:H perf event modifiers
Andrew Murray
-1
/
+5
2019-04-24
arm64: arm_pmu: Add !VHE support for exclude_host/exclude_guest attributes
Andrew Murray
-7
/
+36
2019-04-24
arm64: arm_pmu: Remove unnecessary isb instruction
Andrew Murray
-1
/
+0
2019-04-11
arm64: perf_event: Remove wrongfully used inline
Raphael Gault
-2
/
+2
2019-01-19
arm64: perf: remove misleading comment
Andrew Murray
-1
/
+1
2018-11-21
arm64: perf: set suppress_bind_attrs flag to true
Anders Roxell
-0
/
+1
2018-11-21
arm64: perf: Fix typos in comment
Shaokun Zhang
-1
/
+1
2018-11-21
arm64: perf: Hook up new events
Will Deacon
-0
/
+24
2018-11-21
arm64: perf: Move event definitions into perf_event.h
Will Deacon
-144
/
+1
2018-11-21
arm64: perf: Remove duplicate generic cache events
Will Deacon
-4
/
+0
2018-11-21
arm64: perf: Add support for Armv8.1 PMCEID register format
Will Deacon
-7
/
+18
2018-11-21
arm64: perf: Terminate PMU assignment statements with semicolons
Will Deacon
-10
/
+10
2018-10-12
arm64: perf: Reject stand-alone CHAIN events for PMUv3
Will Deacon
-0
/
+7
2018-07-31
arm64: perf: Add cap_user_time aarch64
Michael O'Farrell
-0
/
+30
2018-07-10
arm64: perf: Add support for chaining event counters
Suzuki K Poulose
-27
/
+158
2018-07-10
arm64: perf: Disable PMU while processing counter overflows
Suzuki K Poulose
-22
/
+28
2018-07-10
arm64: perf: Clean up armv8pmu_select_counter
Suzuki K Poulose
-10
/
+19
2018-07-10
arm_pmu: Tidy up clear_event_idx call backs
Suzuki K Poulose
-0
/
+7
2018-07-10
arm_pmu: Change API to support 64bit counter values
Suzuki K Poulose
-5
/
+4
2018-07-10
arm_pmu: Clean up maximum period handling
Suzuki K Poulose
-1
/
+0
2018-05-21
arm_pmu: simplify arm_pmu::handle_irq
Mark Rutland
-2
/
+1
2018-02-20
arm64: perf: correct PMUVer probing
Mark Rutland
-2
/
+2
2018-02-06
bitmap: replace bitmap_{from,to}_u32array
Yury Norov
-3
/
+2
2017-12-01
arm64: perf: remove unsupported events for Cortex-A73
Xu YiPing
-6
/
+0
2017-08-10
arm64: perf: add support for Cortex-A35
Julien Thierry
-0
/
+17
2017-08-10
arm64: perf: add support for Cortex-A73
Julien Thierry
-0
/
+37
2017-08-10
arm64: perf: Remove redundant entries from CPU-specific event maps
Will Deacon
-110
/
+4
2017-08-10
arm64: perf: Connect additional events to pmu counters
Julien Thierry
-0
/
+11
2017-08-08
arm64: perf: Allow standard PMUv3 events to be extended by the CPU type
Will Deacon
-20
/
+26
2017-08-08
arm64: perf: Allow more than one cycle counter to be used
Pratyush Anand
-7
/
+4
2017-05-30
arm64: perf: Extend event config for ARMv8.1
Shaokun Zhang
-1
/
+1
2017-05-15
arm64: perf: Ignore exclude_hv when kernel is running in HYP
Ganapatrao Kulkarni
-7
/
+16
2017-04-28
arm64: pmu: Wire-up Cortex A53 L2 cache events and DTLB refills
Florian Fainelli
-0
/
+6
2017-04-25
arm64: pmuv3: handle pmuv3+
Mark Rutland
-3
/
+4
2017-04-11
arm64: pmuv3: use arm_pmu ACPI framework
Mark Rutland
-17
/
+9
2017-04-11
arm64: pmuv3: handle !PMUv3 when probing
Mark Rutland
-16
/
+71
[next]