summaryrefslogtreecommitdiffstats
path: root/drivers/perf
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2022-10-065-4/+822
|\
| *-. Merge branches 'for-next/doc', 'for-next/sve', 'for-next/sysreg', 'for-next/g...Catalin Marinas2022-09-301-3/+3
| |\ \
| | | * arm64/sysreg: Fix a few missed conversionsNathan Chancellor2022-09-211-3/+3
| | |/
| * | perf: arm64: Add SVE vector granule register to user regsJames Clark2022-09-221-1/+1
| * | drivers/perf: add DDR Sub-System Driveway PMU driver for Yitian 710 SoCShuai Xue2022-09-223-0/+818
| |/
* | Merge tag 'acpi-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2022-10-033-8/+9
|\ \
| * \ Merge branch 'acpi-uid'Rafael J. Wysocki2022-10-031-5/+5
| |\ \
| | * | perf: qcom_l2_pmu: Refactor _UID handling to use acpi_dev_uid_to_integer()Andy Shevchenko2022-09-191-5/+5
| * | | Merge branch 'acpi-dev'Rafael J. Wysocki2022-09-302-3/+4
| |\ \ \ | | |/ / | |/| |
| | * | ACPI: Drop parent field from struct acpi_deviceRafael J. Wysocki2022-08-242-3/+4
| | |/
* | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2022-09-231-1/+1
|\ \ \ | |/ / |/| |
| * | perf/arm-cmn: Add more bits to child node address offset fieldIlkka Koskinen2022-09-221-1/+1
* | | Merge tag 'riscv-for-linus-6.0-rc5' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2022-09-091-1/+1
|\ \ \
| * | | perf: RISC-V: fix access beyond allocated arraySergey Matyukevich2022-09-081-1/+1
| | |/ | |/|
* | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2022-09-021-1/+1
|\ \ \ | |/ / |/| / | |/
| * perf/arm_pmu_platform: fix tests for platform_get_irq() failureYu Zhe2022-09-011-1/+1
* | perf: riscv legacy: fix kerneldoc comment warningConor Dooley2022-08-181-1/+1
|/
* perf: riscv_pmu{,_sbi}: Miscallenous improvement & fixesPalmer Dabbelt2022-08-122-15/+16
|\
| * RISC-V: Move counter info definition to sbi header fileAtish Patra2022-08-111-14/+0
| * RISC-V: Fix SBI PMU calls for RV32Atish Patra2022-08-111-0/+10
| * RISC-V: Update user page mapping only once during startAtish Patra2022-08-112-1/+1
| * RISC-V: Fix counter restart during overflow for RV32Atish Patra2022-08-111-0/+5
* | drivers/perf: arm_spe: Fix consistency of SYS_PMSCR_EL1.CXAnshuman Khandual2022-07-191-2/+20
* | perf: RISC-V: Add of_node_put() when breaking out of for_each_of_cpu_node()Liang He2022-07-191-1/+4
* | drivers/perf: hisi: add driver for HNS3 PMUGuangbin Huang2022-07-063-0/+1682
* | drivers/perf: riscv_pmu_sbi: perf formatNikita Shubin2022-07-061-0/+20
* | perf/arm-cci: Use the bitmap API to allocate bitmapsChristophe JAILLET2022-07-061-5/+4
* | drivers/perf: riscv_pmu: Add riscv pmu pm notifierEric Lin2022-07-062-6/+79
* | perf: hisi: Extract hisi_pmu_initChen Jun2022-06-277-74/+25
* | perf/marvell_cn10k: Fix TAD PMU register offsetTanmay Jagdale2022-06-241-5/+3
* | perf/marvell_cn10k: Remove useless license text when SPDX-License-Identifier ...Christophe JAILLET2022-06-241-4/+0
* | perf/arm-cci: fix typo in commentJulia Lawall2022-06-231-1/+1
* | drivers/perf:Directly use ida_alloc()/free()keliu2022-06-231-3/+3
* | drivers/perf: Directly use ida_alloc()/free()keliu2022-06-231-3/+3
|/
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2022-05-2310-144/+920
|\
| * perf/arm-cmn: Decode CAL devices properly in debugfsRobin Murphy2022-05-121-1/+2
| * perf/arm-cmn: Fix filter_sel lookupRobin Murphy2022-05-111-1/+1
| * perf/marvell_cn10k: Fix tad_pmu_event_init() to check pmu type firstTanmay Jagdale2022-05-101-3/+3
| * drivers/perf: hisi: Add Support for CPA PMUQi Liu2022-05-062-1/+410
| * drivers/perf: hisi: Associate PMUs in SICL with CPUs onlineQi Liu2022-05-063-11/+12
| * drivers/perf: arm_spe: Expose saturating counter to 16-bitShaokun Zhang2022-05-061-0/+3
| * perf/arm-cmn: Add CMN-700 supportRobin Murphy2022-05-061-16/+220
| * perf/arm-cmn: Refactor occupancy filter selectorRobin Murphy2022-05-061-72/+98
| * perf/arm-cmn: Add CMN-650 supportRobin Murphy2022-05-061-46/+176
| * perf: check return value of armpmu_request_irq()Ren Yu2022-05-061-1/+3
| * perf: RISC-V: Remove non-kernel-doc ** commentsPalmer Dabbelt2022-05-061-4/+4
* | arm_pmu: Validate single/group leader eventsRob Herring2022-04-131-6/+4
|/
* perf/imx_ddr: Fix undefined behavior due to shift overflowing the constantBorislav Petkov2022-04-081-1/+1
* perf: MARVELL_CN10K_DDR_PMU should depend on ARCH_THUNDERGeert Uytterhoeven2022-04-041-1/+1
* perf: qcom_l2_pmu: fix an incorrect NULL check on list iteratorXiaomeng Tong2022-04-041-3/+3