summaryrefslogtreecommitdiffstats
path: root/drivers/perf/arm_pmu.c
Commit message (Expand)AuthorAgeFilesLines
* arm_pmu: Validate single/group leader eventsRob Herring2022-04-131-6/+4
* Merge branch 'for-next/perf-m1' into for-next/perfWill Deacon2022-03-081-0/+2
|\
| * drivers/perf: arm_pmu: Handle 47 bit countersMarc Zyngier2022-03-081-0/+2
* | perf: replace bitmap_weight with bitmap_empty where appropriateYury Norov2022-02-151-2/+2
|/
* KVM: arm64: Fix PMU probe orderingMarc Zyngier2021-09-201-0/+2
* arm_pmu: move to use request_irq by IRQF_NO_AUTOEN flagTian Tao2021-06-021-3/+1
* perf: arm_pmu: use DEVICE_ATTR_RO macroYueHaibing2021-06-011-3/+3
* drivers/perf: arm_pmu: Fix some coding style issuesJunhao He2021-05-251-4/+2
* arm64: Get rid of oprofile leftoversMarc Zyngier2021-04-221-30/+0
* perf: Constify static struct attribute_groupRikard Falkeborn2021-01-201-1/+1
* Revert "arm64: Enable perf events based hard lockup detector"Will Deacon2021-01-131-5/+0
* arm64: Enable perf events based hard lockup detectorSumit Garg2020-11-251-0/+5
* arm_pmu: arm64: Use NMIs for PMUJulien Thierry2020-09-281-8/+63
* arm_pmu: Introduce pmu_irq_opsJulien Thierry2020-09-281-16/+74
* drivers/perf: arm_pmu: Fix failure path in PM notifierWill Deacon2019-07-291-1/+1
* treewide: Add SPDX license identifier for missed filesThomas Gleixner2019-05-211-0/+1
* perf/core, arch/arm: Use PERF_PMU_CAP_NO_EXCLUDE conditionallyAndrew Murray2019-01-211-10/+5
* arm64: perf: Reject stand-alone CHAIN events for PMUv3Will Deacon2018-10-121-1/+7
* arm64: perf: Add support for chaining event countersSuzuki K Poulose2018-07-101-7/+2
* arm_pmu: Tidy up clear_event_idx call backsSuzuki K Poulose2018-07-101-4/+3
* arm_pmu: Add support for 64bit event countersSuzuki K Poulose2018-07-101-6/+10
* arm_pmu: Clean up maximum period handlingSuzuki K Poulose2018-07-101-4/+12
* arm_pmu: simplify arm_pmu::handle_irqMark Rutland2018-05-211-1/+1
* Merge tag 'v4.16-rc6' into perf/core, to pick up fixesIngo Molnar2018-03-191-1/+1
|\
| * arm_pmu: Use disable_irq_nosync when disabling SPI in CPU teardown hookWill Deacon2018-02-281-1/+1
* | perf: Fix sibling iterationPeter Zijlstra2018-03-161-1/+1
* | perf/core: Remove perf_event::group_entryPeter Zijlstra2018-03-121-1/+1
|/
* arm_pmu: acpi: request IRQs up-frontMark Rutland2018-02-201-20/+2
* arm_pmu: note IRQs and PMUs per-cpuMark Rutland2018-02-201-17/+52
* arm_pmu: explicitly enable/disable SPIs at hotplugMark Rutland2018-02-201-5/+10
* arm_pmu: acpi: check for mismatched PPIsMark Rutland2018-02-201-13/+4
* arm_pmu: add armpmu_alloc_atomic()Mark Rutland2018-02-201-3/+14
* arm_pmu: fold platform helpers into platform codeMark Rutland2018-02-201-21/+0
* arm_pmu: kill arm_pmu_platdataMark Rutland2018-02-201-23/+4
* arm/arm64: pmu: Distinguish percpu irq and percpu_devid irqJulien Thierry2017-10-241-5/+5
* arm64: perf: Allow standard PMUv3 events to be extended by the CPU typeWill Deacon2017-08-081-0/+6
* drivers/perf: arm_pmu: Request PMU SPIs with IRQF_PER_CPUWill Deacon2017-07-271-14/+27
* drivers/perf: arm_pmu: add ACPI frameworkMark Rutland2017-04-111-2/+2
* drivers/perf: arm_pmu: split out platform device probe logicMark Rutland2017-04-111-222/+4
* drivers/perf: arm_pmu: move irq request/free into probeMark Rutland2017-04-111-5/+6
* drivers/perf: arm_pmu: split cpu-local irq request/freeMark Rutland2017-04-111-36/+52
* drivers/perf: arm_pmu: rename irq request/free functionsMark Rutland2017-04-111-10/+10
* drivers/perf: arm_pmu: handle no platform_deviceMark Rutland2017-04-111-3/+9
* drivers/perf: arm_pmu: simplify cpu_pmu_request_irqs()Mark Rutland2017-04-111-2/+3
* drivers/perf: arm_pmu: factor out pmu registrationMark Rutland2017-04-111-14/+26
* drivers/perf: arm_pmu: fold init into allocMark Rutland2017-04-111-28/+24
* drivers/perf: arm_pmu: define armpmu_init_fnMark Rutland2017-04-111-1/+1
* drivers/perf: arm_pmu: remove pointless PMU disablingMark Rutland2017-04-111-10/+3
* drivers/perf: arm_pmu: split irq request from enableMark Rutland2017-03-311-103/+50
* drivers/perf: arm_pmu: manage interrupts per-cpuMark Rutland2017-03-311-150/+164