| Commit message (Expand) | Author | Age | Files | Lines |
* | arm64: perf: don't expose CHAIN event in sysfs | Will Deacon | 2016-04-25 | 1 | -2/+1 |
* | arm64/perf: Add Broadcom Vulcan PMU support | Ashok Kumar | 2016-04-25 | 1 | -0/+60 |
* | arm64/perf: Filter common events based on PMCEIDn_EL0 | Ashok Kumar | 2016-04-25 | 1 | -15/+55 |
* | arm64/perf: Access pmu register using <read/write>_sys_reg | Ashok Kumar | 2016-04-25 | 1 | -17/+16 |
* | arm64/perf: Define complete ARMv8 recommended implementation defined events | Ashok Kumar | 2016-04-25 | 1 | -0/+79 |
* | arm64/perf: Changed events naming as per the ARM ARM | Ashok Kumar | 2016-04-25 | 1 | -153/+153 |
* | arm64: perf: Move PMU register related defines to asm/perf_event.h | Shannon Zhao | 2016-03-29 | 1 | -53/+19 |
* | Merge tag 'arm64-perf' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64... | Linus Torvalds | 2016-03-21 | 1 | -22/+100 |
|\ |
|
| * | arm64: perf: Extend ARMV8_EVTYPE_MASK to include PMCR.LC | Will Deacon | 2016-02-29 | 1 | -1/+1 |
| * | arm64: perf: Extend event mask for ARMv8.1 | Jan Glauber | 2016-02-18 | 1 | -2/+2 |
| * | arm64: perf: Enable PMCR long cycle counter bit | Jan Glauber | 2016-02-18 | 1 | -5/+16 |
| * | arm64/perf: Add Cavium ThunderX PMU support | Jan Glauber | 2016-02-18 | 1 | -1/+68 |
| * | arm64: perf: Rename Cortex A57 events | Jan Glauber | 2016-02-18 | 1 | -14/+14 |
* | | arm64: perf: Count EL2 events if the kernel is running in HYP | Marc Zyngier | 2016-02-29 | 1 | -1/+5 |
|/ |
|
* | arm64: perf: add support for Cortex-A72 | Will Deacon | 2015-12-22 | 1 | -1/+12 |
* | arm64: perf: add format entry to describe event -> config mapping | Will Deacon | 2015-12-22 | 1 | -2/+16 |
* | arm64: kernel: enforce pmuserenr_el0 initialization and restore | Lorenzo Pieralisi | 2015-12-21 | 1 | -3/+0 |
* | arm64: perf: Add event descriptions | Drew Richardson | 2015-11-16 | 1 | -0/+138 |
* | arm64: perf: Convert event enums to #defines | Drew Richardson | 2015-11-16 | 1 | -50/+45 |
* | arm64: perf: add Cortex-A57 support | Mark Rutland | 2015-10-07 | 1 | -0/+61 |
* | arm64: perf: add Cortex-A53 support | Mark Rutland | 2015-10-07 | 1 | -2/+62 |
* | arm64: perf: move to shared arm_pmu framework | Mark Rutland | 2015-10-07 | 1 | -861/+90 |
* | arm64: perf: condense event number maps | Mark Rutland | 2015-07-27 | 1 | -102/+22 |
* | arm64: perf: factor out callchain code | Mark Rutland | 2015-07-27 | 1 | -178/+0 |
* | arm64: perf: replace arch_find_n_match_cpu_physical_id with of_cpu_device_nod... | Sudeep Holla | 2015-07-27 | 1 | -2/+2 |
* | arm64: perf: Remove unnecessary printk | Suzuki K. Poulose | 2015-07-27 | 1 | -3/+1 |
* | arm64: perf: fix unassigned cpu_pmu->plat_device when probing PMU PPIs | Shannon Zhao | 2015-06-30 | 1 | -1/+2 |
* | arm64: perf: Don't use of_node after putting it | Stephen Boyd | 2015-06-30 | 1 | -1/+2 |
* | arm64: Mark PMU interrupt IRQF_NO_THREAD | Anders Roxell | 2015-05-19 | 1 | -1/+1 |
* | arm64: perf: fix memory leak when probing PMU PPIs | Will Deacon | 2015-05-12 | 1 | -4/+4 |
* | arm64: perf: Fix the pmu node name in warning message | Suzuki K. Poulose | 2015-04-30 | 1 | -1/+1 |
* | arm64: perf: don't warn about missing interrupt-affinity property for PPIs | Will Deacon | 2015-04-30 | 1 | -1/+6 |
* | arm64: pmu: add support for interrupt-affinity property | Will Deacon | 2015-03-24 | 1 | -4/+53 |
* | arm64: perf: reject groups spanning multiple HW PMUs | Suzuki K. Poulose | 2015-03-19 | 1 | -6/+15 |
* | arm64: perf: Prevent wraparound during overflow | Daniel Thompson | 2014-12-04 | 1 | -2/+8 |
* | ARM64: make of_device_ids const | Uwe Kleine-König | 2014-10-03 | 1 | -1/+1 |
* | arm64: fix !CONFIG_COMPAT build failures | Mark Salter | 2014-04-06 | 1 | -0/+4 |
* | ARM64: perf: add support for frame pointer unwinding in compat mode | Jean Pihet | 2014-03-13 | 1 | -8/+67 |
* | arm64: perf: add support for percpu pmu interrupt | Vinayak Kale | 2013-12-19 | 1 | -30/+78 |
* | Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-arm | Linus Torvalds | 2013-11-14 | 1 | -2/+2 |
|\ |
|
| * | ARM: 7862/1: pcpu: replace __get_cpu_var_uses | Christoph Lameter | 2013-10-29 | 1 | -2/+2 |
* | | arm64: perf: fix event number mask | Vinayak Kale | 2013-10-25 | 1 | -3/+4 |
|/ |
|
* | arm64: perf: fix ARMv8 EVTYPE_MASK to include NSH bit | Will Deacon | 2013-08-20 | 1 | -1/+1 |
* | arm64: perf: fix group validation when using enable_on_exec | Will Deacon | 2013-08-20 | 1 | -1/+4 |
* | arm64: perf: fix event validation for software group leaders | Will Deacon | 2013-08-20 | 1 | -0/+3 |
* | arm64: perf: fix array out of bounds access in armpmu_map_hw_event() | Will Deacon | 2013-08-20 | 1 | -1/+6 |
* | perf: arm64: Record the user-mode PC in the call chain. | Jed Davis | 2013-06-20 | 1 | -0/+1 |
* | arm64: perf: add guest vs host discrimination | Marc Zyngier | 2013-01-29 | 1 | -0/+37 |
* | ARCH: drivers remove __dev* attributes. | Greg Kroah-Hartman | 2013-01-03 | 1 | -1/+1 |
* | arm64: perf: use architected event for CPU cycle counter | Will Deacon | 2012-11-08 | 1 | -8/+2 |