summaryrefslogtreecommitdiff
path: root/drivers/perf
AgeCommit message (Expand)Author
2019-05-31perf/arm-cci: Remove broken race mitigationRobin Murphy
2019-04-05perf/aux: Make perf_event accessible to setup_aux()Mathieu Poirier
2019-02-12perf: arm_spe: handle devm_kasprintf() failureNicholas Mc Guire
2019-01-13drivers/perf: hisi: Fixup one DDRC PMU register offsetShaokun Zhang
2018-10-12arm64: perf: Reject stand-alone CHAIN events for PMUv3Will Deacon
2018-08-18Merge tag 'char-misc-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2018-07-27Merge branch 'for-next/perf' of git://git.kernel.org/pub/scm/linux/kernel/git...Will Deacon
2018-07-26drivers/perf: arm-ccn: Use devm_ioremap_resource() to map memorySudeep Holla
2018-07-24drivers/perf: hisi: update the sccl_id/ccl_id when MT is supportedShaokun Zhang
2018-07-16Merge 4.18-rc5 into char-misc-nextGreg Kroah-Hartman
2018-07-10arm64: perf: Add support for chaining event countersSuzuki K Poulose
2018-07-10arm_pmu: Tidy up clear_event_idx call backsSuzuki K Poulose
2018-07-10arm_pmu: Add support for 64bit event countersSuzuki K Poulose
2018-07-10arm_pmu: Clean up maximum period handlingSuzuki K Poulose
2018-07-07headers: separate linux/mod_devicetable.h from linux/platform_device.hRandy Dunlap
2018-07-04drivers/perf: Initialise return value in armpmu_request_irqs()Will Deacon
2018-07-02perf/arm-cci: Remove VLA usageKees Cook
2018-06-18drivers/perf: xgene_pmu: Fix IOB SLOW PMU parser errorHoan Tran
2018-05-29drivers/bus: arm-cci: fix build warningsArnd Bergmann
2018-05-22drivers/perf: Remove ARM_SPE_PMU explicit PERF_EVENTS dependencyJohn Garry
2018-05-21drivers/perf: arm-ccn: don't log to dmesg in event_initMark Rutland
2018-05-21perf/arm-cci: Allow building as a moduleRobin Murphy
2018-05-21perf/arm-cci: Remove pointless PMU disablingRobin Murphy
2018-05-21perf/arm-cc*: Fix MODULE_LICENSE() tagsRobin Murphy
2018-05-21arm_pmu: simplify arm_pmu::handle_irqMark Rutland
2018-05-21perf/arm-cci: Remove unnecessary period adjustmentRobin Murphy
2018-05-21perf: simplify getting .drvdataWolfram Sang
2018-04-05Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2018-04-04Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2018-03-27drivers/perf: arm_pmu_platform: do not warn about affinity on uniprocessorAlexander Monakov
2018-03-27perf: arm_spe: include linux/vmalloc.h for vmap()Arnd Bergmann
2018-03-19Merge tag 'v4.16-rc6' into perf/core, to pick up fixesIngo Molnar
2018-03-16perf: Fix sibling iterationPeter Zijlstra
2018-03-12perf/core: Remove perf_event::group_entryPeter Zijlstra
2018-03-06perf/arm-cci: Untangle global cci_ctrl_baseRobin Murphy
2018-03-06perf/arm-cci: Clean up model discoveryRobin Murphy
2018-03-06perf/arm-cci: Simplify CPU hotplugRobin Murphy
2018-03-06drivers/bus: Split Arm CCI driverRobin Murphy
2018-03-06drivers/bus: Move Arm CCN PMU driverRobin Murphy
2018-02-28arm_pmu: Use disable_irq_nosync when disabling SPI in CPU teardown hookWill Deacon
2018-02-20arm_pmu: acpi: request IRQs up-frontMark Rutland
2018-02-20arm_pmu: note IRQs and PMUs per-cpuMark Rutland
2018-02-20arm_pmu: explicitly enable/disable SPIs at hotplugMark Rutland
2018-02-20arm_pmu: acpi: check for mismatched PPIsMark Rutland
2018-02-20arm_pmu: add armpmu_alloc_atomic()Mark Rutland
2018-02-20arm_pmu: fold platform helpers into platform codeMark Rutland
2018-02-20arm_pmu: kill arm_pmu_platdataMark Rutland
2018-02-06bitmap: replace bitmap_{from,to}_u32arrayYury Norov
2018-01-15perf: dsu: Use signed field for dsu_pmu->num_countersSuzuki K Poulose
2018-01-12Merge branch 'for-next/perf' of git://git.kernel.org/pub/scm/linux/kernel/git...Catalin Marinas