summaryrefslogtreecommitdiffstats
path: root/drivers/perf
AgeCommit message (Expand)AuthorLines
2022-11-17genirq: Get rid of GENERIC_MSI_IRQ_DOMAINThomas Gleixner-1/+1
2022-11-15perf: arm_cspmu: Fix modular builds due to missing MODULE_LICENSE()sWill Deacon-0/+4
2022-11-15perf: arm_cspmu: Add support for NVIDIA SCF and MCF attributeBesar Wicaksono-1/+426
2022-11-15perf: arm_cspmu: Add support for ARM CoreSight PMU driverBesar Wicaksono-0/+1465
2022-11-15perf/smmuv3: Fix hotplug callback leak in arm_smmu_pmu_init()Shang XiaoJing-1/+7
2022-11-15perf/arm_dmc620: Fix hotplug callback leak in dmc620_pmu_init()Shang XiaoJing-1/+7
2022-11-15drivers: perf: marvell_cn10k: Fix hotplug callback leak in tad_pmu_init()Yuan Can-1/+5
2022-11-15perf: arm_dsu: Fix hotplug callback leak in dsu_pmu_init()Yuan Can-1/+5
2022-11-08arm_pmu: acpi: handle allocation failureMark Rutland-0/+1
2022-11-07arm_pmu: rework ACPI probingMark Rutland-60/+52
2022-11-07arm_pmu: factor out PMU matchingMark Rutland-2/+13
2022-11-07arm_pmu: acpi: factor out PMU<->CPU associationMark Rutland-12/+17
2022-10-27drivers/perf: riscv_pmu_sbi: add support for PMU variant on T-Head C9xx coresHeiko Stuebner-10/+24
2022-10-27perf: Rewrite core context handlingPeter Zijlstra-9/+7
2022-10-14Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds-3/+3
2022-10-14Merge tag 'riscv-for-linus-6.1-mw2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-2/+5
2022-10-13RISC-V: Re-enable counter access from userspacePalmer Dabbelt-2/+5
2022-10-10Merge tag 'perf-core-2022-10-07' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-1/+3
2022-10-09Merge tag 'riscv-for-linus-6.1-mw1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-13/+22
2022-10-07drivers/perf: ALIBABA_UNCORE_DRW_PMU should depend on ACPIGeert Uytterhoeven-1/+1
2022-10-07drivers/perf: fix return value check in ali_drw_pmu_probe()Sun Ke-2/+2
2022-10-06Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds-4/+822
2022-10-03Merge tag 'acpi-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds-8/+9
2022-10-03Merge branch 'acpi-uid'Rafael J. Wysocki-5/+5
2022-09-30Merge branch 'acpi-dev'Rafael J. Wysocki-3/+4
2022-09-30Merge branches 'for-next/doc', 'for-next/sve', 'for-next/sysreg', 'for-next/g...Catalin Marinas-3/+3
2022-09-29Merge branch 'v6.0-rc7'Peter Zijlstra-3/+3
2022-09-23Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds-1/+1
2022-09-22perf: arm64: Add SVE vector granule register to user regsJames Clark-1/+1
2022-09-22perf/arm-cmn: Add more bits to child node address offset fieldIlkka Koskinen-1/+1
2022-09-22drivers/perf: add DDR Sub-System Driveway PMU driver for Yitian 710 SoCShuai Xue-0/+818
2022-09-21arm64/sysreg: Fix a few missed conversionsNathan Chancellor-3/+3
2022-09-19perf: qcom_l2_pmu: Refactor _UID handling to use acpi_dev_uid_to_integer()Andy Shevchenko-5/+5
2022-09-09Merge tag 'riscv-for-linus-6.0-rc5' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-1/+1
2022-09-08perf: RISC-V: fix access beyond allocated arraySergey Matyukevich-1/+1
2022-09-08perf: RISC-V: throttle perf eventsSergey Matyukevich-0/+4
2022-09-08perf: RISC-V: exclude invalid pmu counters from SBI callsSergey Matyukevich-13/+18
2022-09-07arm64/perf: Assert all platform event flags are within PERF_EVENT_FLAG_ARCHAnshuman Khandual-1/+3
2022-09-02Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds-1/+1
2022-09-01perf/arm_pmu_platform: fix tests for platform_get_irq() failureYu Zhe-1/+1
2022-08-24ACPI: Drop parent field from struct acpi_deviceRafael J. Wysocki-3/+4
2022-08-18perf: riscv legacy: fix kerneldoc comment warningConor Dooley-1/+1
2022-08-12perf: riscv_pmu{,_sbi}: Miscallenous improvement & fixesPalmer Dabbelt-15/+16
2022-08-11RISC-V: Move counter info definition to sbi header fileAtish Patra-14/+0
2022-08-11RISC-V: Fix SBI PMU calls for RV32Atish Patra-0/+10
2022-08-11RISC-V: Update user page mapping only once during startAtish Patra-1/+1
2022-08-11RISC-V: Fix counter restart during overflow for RV32Atish Patra-0/+5
2022-07-19drivers/perf: arm_spe: Fix consistency of SYS_PMSCR_EL1.CXAnshuman Khandual-2/+20
2022-07-19perf: RISC-V: Add of_node_put() when breaking out of for_each_of_cpu_node()Liang He-1/+4
2022-07-06drivers/perf: hisi: add driver for HNS3 PMUGuangbin Huang-0/+1682