summaryrefslogtreecommitdiff
path: root/arch/arm64/kernel/perf_event.c
AgeCommit message (Expand)Author
2018-02-06bitmap: replace bitmap_{from,to}_u32arrayYury Norov
2017-12-01arm64: perf: remove unsupported events for Cortex-A73Xu YiPing
2017-08-10arm64: perf: add support for Cortex-A35Julien Thierry
2017-08-10arm64: perf: add support for Cortex-A73Julien Thierry
2017-08-10arm64: perf: Remove redundant entries from CPU-specific event mapsWill Deacon
2017-08-10arm64: perf: Connect additional events to pmu countersJulien Thierry
2017-08-08arm64: perf: Allow standard PMUv3 events to be extended by the CPU typeWill Deacon
2017-08-08arm64: perf: Allow more than one cycle counter to be usedPratyush Anand
2017-05-30arm64: perf: Extend event config for ARMv8.1Shaokun Zhang
2017-05-15arm64: perf: Ignore exclude_hv when kernel is running in HYPGanapatrao Kulkarni
2017-04-28arm64: pmu: Wire-up Cortex A53 L2 cache events and DTLB refillsFlorian Fainelli
2017-04-25arm64: pmuv3: handle pmuv3+Mark Rutland
2017-04-11arm64: pmuv3: use arm_pmu ACPI frameworkMark Rutland
2017-04-11arm64: pmuv3: handle !PMUv3 when probingMark Rutland
2016-11-18KVM: arm64: Fix the issues when guest PMCCFILTR is configuredWei Huang
2016-09-16arm64: pmu: Hoist pmu platform device nameJeremy Linton
2016-09-16arm64: pmu: Probe default hw/cache countersJeremy Linton
2016-09-16arm64: pmu: add fallback probe tableMark Salter
2016-09-09arm64: perf: move to common attr_group fieldsMark Rutland
2016-08-22arm64: perf: Use the builtin_platform_driverKefeng Wang
2016-04-25arm64: perf: don't expose CHAIN event in sysfsWill Deacon
2016-04-25arm64/perf: Add Broadcom Vulcan PMU supportAshok Kumar
2016-04-25arm64/perf: Filter common events based on PMCEIDn_EL0Ashok Kumar
2016-04-25arm64/perf: Access pmu register using <read/write>_sys_regAshok Kumar
2016-04-25arm64/perf: Define complete ARMv8 recommended implementation defined eventsAshok Kumar
2016-04-25arm64/perf: Changed events naming as per the ARM ARMAshok Kumar
2016-03-29arm64: perf: Move PMU register related defines to asm/perf_event.hShannon Zhao
2016-03-21Merge tag 'arm64-perf' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64...Linus Torvalds
2016-02-29arm64: perf: Extend ARMV8_EVTYPE_MASK to include PMCR.LCWill Deacon
2016-02-29arm64: perf: Count EL2 events if the kernel is running in HYPMarc Zyngier
2016-02-18arm64: perf: Extend event mask for ARMv8.1Jan Glauber
2016-02-18arm64: perf: Enable PMCR long cycle counter bitJan Glauber
2016-02-18arm64/perf: Add Cavium ThunderX PMU supportJan Glauber
2016-02-18arm64: perf: Rename Cortex A57 eventsJan Glauber
2015-12-22arm64: perf: add support for Cortex-A72Will Deacon
2015-12-22arm64: perf: add format entry to describe event -> config mappingWill Deacon
2015-12-21arm64: kernel: enforce pmuserenr_el0 initialization and restoreLorenzo Pieralisi
2015-11-16arm64: perf: Add event descriptionsDrew Richardson
2015-11-16arm64: perf: Convert event enums to #definesDrew Richardson
2015-10-07arm64: perf: add Cortex-A57 supportMark Rutland
2015-10-07arm64: perf: add Cortex-A53 supportMark Rutland
2015-10-07arm64: perf: move to shared arm_pmu frameworkMark Rutland
2015-07-27arm64: perf: condense event number mapsMark Rutland
2015-07-27arm64: perf: factor out callchain codeMark Rutland
2015-07-27arm64: perf: replace arch_find_n_match_cpu_physical_id with of_cpu_device_nod...Sudeep Holla
2015-07-27arm64: perf: Remove unnecessary printkSuzuki K. Poulose
2015-06-30arm64: perf: fix unassigned cpu_pmu->plat_device when probing PMU PPIsShannon Zhao
2015-06-30arm64: perf: Don't use of_node after putting itStephen Boyd
2015-05-19arm64: Mark PMU interrupt IRQF_NO_THREADAnders Roxell
2015-05-12arm64: perf: fix memory leak when probing PMU PPIsWill Deacon