| Commit message (Expand) | Author | Age | Files | Lines |
* | bitmap: replace bitmap_{from,to}_u32array | Yury Norov | 2018-02-06 | 1 | -4/+2 |
* | perf: dsu: Use signed field for dsu_pmu->num_counters | Suzuki K Poulose | 2018-01-15 | 1 | -1/+1 |
* | Merge branch 'for-next/perf' of git://git.kernel.org/pub/scm/linux/kernel/git... | Catalin Marinas | 2018-01-12 | 4 | -12/+856 |
|\ |
|
| * | perf: ARM DynamIQ Shared Unit PMU support | Suzuki K Poulose | 2018-01-02 | 3 | -0/+853 |
| * | arm_pmu: Use of_cpu_node_to_id helper | Suzuki K Poulose | 2018-01-02 | 1 | -12/+3 |
* | | perf: arm_spe: Fail device probe when arm64_kernel_unmapped_at_el0() | Will Deacon | 2017-12-11 | 1 | -0/+9 |
|/ |
|
* | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds | 2017-11-15 | 13 | -10/+3276 |
|\ |
|
| * | perf: arm_spe: Prevent module unload while the PMU is in use | Suzuki K Poulose | 2017-11-03 | 1 | -0/+1 |
| * | Merge branch 'for-next/perf' into aarch64/for-next/core | Will Deacon | 2017-10-24 | 9 | -0/+3214 |
| |\ |
|
| | * | perf: hisi: Add support for HiSilicon SoC DDRC PMU driver | Shaokun Zhang | 2017-10-19 | 2 | -1/+464 |
| | * | perf: hisi: Add support for HiSilicon SoC HHA PMU driver | Shaokun Zhang | 2017-10-19 | 2 | -1/+474 |
| | * | perf: hisi: Add support for HiSilicon SoC L3C PMU driver | Shaokun Zhang | 2017-10-19 | 2 | -1/+464 |
| | * | perf: hisi: Add support for HiSilicon SoC uncore PMU driver | Shaokun Zhang | 2017-10-19 | 5 | -0/+558 |
| | * | drivers/perf: Add support for ARMv8.2 Statistical Profiling Extension | Will Deacon | 2017-10-18 | 3 | -0/+1257 |
| * | | arm/arm64: pmu: Distinguish percpu irq and percpu_devid irq | Julien Thierry | 2017-10-24 | 2 | -7/+7 |
| * | | drivers/perf: arm_pmu_acpi: drop redundant acpi_disabled check | Shaokun Zhang | 2017-10-04 | 1 | -3/+0 |
| * | | perf: qcom_l2_pmu: add event names | Neil Leeder | 2017-10-02 | 1 | -0/+54 |
| |/ |
|
* | | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 2017-11-02 | 2 | -0/+2 |
|/ |
|
* | drivers/perf: arm_pmu_acpi: Release memory obtained by kasprintf | Arvind Yadav | 2017-09-22 | 1 | -0/+1 |
* | arm64: perf: Allow standard PMUv3 events to be extended by the CPU type | Will Deacon | 2017-08-08 | 1 | -0/+6 |
* | perf: xgene: Remove unnecessary managed resources cleanup | Tai Nguyen | 2017-08-08 | 1 | -52/+22 |
* | drivers/perf: arm_pmu: Request PMU SPIs with IRQF_PER_CPU | Will Deacon | 2017-07-27 | 1 | -14/+27 |
* | perf: qcom_l2: fix column exclusion check | Neil Leeder | 2017-07-26 | 1 | -0/+2 |
* | perf: Convert to using %pOF instead of full_name | Rob Herring | 2017-07-20 | 1 | -5/+4 |
* | Merge branch 'aarch64/for-next/ras-apei' into aarch64/for-next/core | Will Deacon | 2017-06-26 | 1 | -0/+11 |
|\ |
|
| * | drivers/perf: arm_pmu_acpi: avoid perf IRQ init when guest PMU is off | Wei Huang | 2017-05-30 | 1 | -0/+11 |
* | | perf: xgene: Add support for SoC PMU version 3 | Hoan Tran | 2017-06-22 | 1 | -29/+534 |
* | | perf: xgene: Move PMU leaf functions into function pointer structure | Hoan Tran | 2017-06-22 | 1 | -18/+65 |
* | | perf: xgene: Parse PMU subnode from the match table | Hoan Tran | 2017-06-22 | 1 | -10/+30 |
* | | drivers/perf: commonise PERF_EVENTS dependency | Mark Rutland | 2017-06-15 | 1 | -4/+5 |
|/ |
|
* | drivers/perf: arm_pmu: add ACPI framework | Mark Rutland | 2017-04-11 | 4 | -2/+263 |
* | drivers/perf: arm_pmu: split out platform device probe logic | Mark Rutland | 2017-04-11 | 3 | -223/+240 |
* | drivers/perf: arm_pmu: move irq request/free into probe | Mark Rutland | 2017-04-11 | 1 | -5/+6 |
* | drivers/perf: arm_pmu: split cpu-local irq request/free | Mark Rutland | 2017-04-11 | 1 | -36/+52 |
* | drivers/perf: arm_pmu: rename irq request/free functions | Mark Rutland | 2017-04-11 | 1 | -10/+10 |
* | drivers/perf: arm_pmu: handle no platform_device | Mark Rutland | 2017-04-11 | 1 | -3/+9 |
* | drivers/perf: arm_pmu: simplify cpu_pmu_request_irqs() | Mark Rutland | 2017-04-11 | 1 | -2/+3 |
* | drivers/perf: arm_pmu: factor out pmu registration | Mark Rutland | 2017-04-11 | 1 | -14/+26 |
* | drivers/perf: arm_pmu: fold init into alloc | Mark Rutland | 2017-04-11 | 1 | -28/+24 |
* | drivers/perf: arm_pmu: define armpmu_init_fn | Mark Rutland | 2017-04-11 | 1 | -1/+1 |
* | drivers/perf: arm_pmu: remove pointless PMU disabling | Mark Rutland | 2017-04-11 | 1 | -10/+3 |
* | perf: qcom: Add L3 cache PMU driver | Agustin Vega-Frias | 2017-04-03 | 3 | -0/+860 |
* | drivers/perf: arm_pmu: split irq request from enable | Mark Rutland | 2017-03-31 | 1 | -103/+50 |
* | drivers/perf: arm_pmu: manage interrupts per-cpu | Mark Rutland | 2017-03-31 | 1 | -150/+164 |
* | drivers/perf: arm_pmu: rework per-cpu allocation | Mark Rutland | 2017-03-31 | 1 | -22/+44 |
* | sched/headers: Prepare for new header dependencies before moving code to <lin... | Ingo Molnar | 2017-03-02 | 1 | -0/+1 |
* | perf: add qcom l2 cache perf events driver | Neil Leeder | 2017-02-08 | 3 | -0/+1023 |
* | perf: xgene: Include module.h | Stephen Boyd | 2017-02-03 | 1 | -0/+1 |
* | cpu/hotplug: Cleanup state names | Thomas Gleixner | 2016-12-25 | 1 | -1/+1 |
* | perf: xgene: Remove bogus IS_ERR() check | Tai Nguyen | 2016-10-17 | 1 | -1/+1 |