summaryrefslogtreecommitdiffstats
path: root/drivers/perf
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2023-11-102-3/+6
|\
| * arm64/arm: arm_pmuv3: perf: Don't truncate 64-bit registersIlkka Koskinen2023-11-071-3/+3
| * perf: arm_cspmu: Reject events meant for other PMUsIlkka Koskinen2023-11-071-0/+3
* | Merge tag 'riscv-for-linus-6.7-mw2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-11-101-5/+8
|\ \
| * | riscv: Rearrange hwcap.h and cpufeature.hXiao Wang2023-11-091-1/+1
| * | Merge patch "drivers: perf: Do not broadcast to other cpus when starting a co...Palmer Dabbelt2023-11-092-5/+8
| |\ \
| | * | drivers: perf: Do not broadcast to other cpus when starting a counterAlexandre Ghiti2023-11-091-4/+2
| * | | drivers: perf: Check find_first_bit() return valueAlexandre Ghiti2023-11-091-0/+5
* | | | Merge tag 'sysctl-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2023-11-011-1/+0
|\ \ \ \
| * | | | arm: Remove now superfluous sentinel elem from ctl_table arraysJoel Granados2023-10-101-1/+0
| |/ / /
* | | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2023-11-0115-204/+642
|\ \ \ \ | | |_|/ | |/| |
| * | | perf: hisi: Fix use-after-free when register pmu failsJunhao He2023-10-242-4/+4
| * | | drivers/perf: hisi_pcie: Initialize event->cpu only on successYicong Yang2023-10-241-2/+2
| * | | drivers/perf: hisi_pcie: Check the type first in pmu::event_init()Yicong Yang2023-10-241-3/+4
| * | | perf/arm-cmn: Enable per-DTC counter allocationRobin Murphy2023-10-231-8/+10
| * | | perf/arm-cmn: Rework DTC counters (again)Robin Murphy2023-10-231-62/+64
| * | | perf/arm-cmn: Fix DTC domain detectionRobin Murphy2023-10-231-2/+14
| * | | drivers: perf: arm_pmuv3: Drop some unused arguments from armv8_pmu_init()Anshuman Khandual2023-10-191-32/+12
| * | | drivers: perf: arm_pmuv3: Read PMMIR_EL1 unconditionallyAnshuman Khandual2023-10-191-1/+1
| * | | drivers/perf: hisi: use cpuhp_state_remove_instance_nocalls() for hisi_hns3_p...Hao Chen2023-10-191-4/+4
| * | | drivers/perf: xgene: Use device_get_match_data()Rob Herring2023-10-171-24/+13
| * | | perf/amlogic: add missing MODULE_DEVICE_TABLEMarek Szyprowski2023-10-171-0/+1
| * | | perf: arm_cspmu: ampere_cspmu: Add support for Ampere SoC PMUIlkka Koskinen2023-10-105-0/+293
| * | | perf: arm_cspmu: Support implementation specific validationIlkka Koskinen2023-10-052-1/+10
| * | | perf: arm_cspmu: Support implementation specific filtersIlkka Koskinen2023-10-052-4/+11
| * | | perf: arm_cspmu: Split 64-bit write to 32-bit writesIlkka Koskinen2023-10-051-1/+4
| * | | perf: arm_cspmu: Separate Arm and vendor moduleBesar Wicaksono2023-10-056-60/+199
| |/ /
* | | perf: arm_cspmu: use acpi_dev_hid_uid_match() for matching _HID and _UIDRaag Jadav2023-10-251-5/+3
* | | perf: qcom: use acpi_device_uid() for fetching _UIDRaag Jadav2023-10-201-2/+2
* | | Merge tag 'riscv-for-linus-6.6-rc6' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-10-132-7/+12
|\ \ \ | | |/ | |/|
| * | drivers: perf: Fix panic in riscv SBI mmap supportAlexandre Ghiti2023-10-122-7/+12
| |/
* / perf/arm-cmn: Fix the unhandled overflow status of counter 4 to 7Jing Zhang2023-09-291-1/+1
|/
* Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2023-09-081-1/+1
|\
| * perf: CXL: fix mismatched number of counters maskJeongtae Park2023-09-051-1/+1
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2023-09-071-0/+2
|\ \
| * | KVM: arm64: pmu: Resync EL0 state on counter rotationMarc Zyngier2023-08-221-0/+2
* | | Merge tag 'riscv-for-linus-6.6-mw1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-09-013-9/+328
|\ \ \
| * | | drivers: perf: Implement perf event mmap support in the SBI backendAlexandre Ghiti2023-08-162-7/+195
| * | | drivers: perf: Implement perf event mmap support in the legacy backendAlexandre Ghiti2023-08-161-0/+26
| * | | riscv: Prepare for user-space perf event mmap supportAlexandre Ghiti2023-08-161-0/+105
| * | | drivers: perf: Rename riscv pmu sbi driverAlexandre Ghiti2023-08-161-2/+2
| * | | riscv: Make legacy counter enum match the HW numberingAlexandre Ghiti2023-08-161-1/+1
* | | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2023-08-2818-135/+383
|\ \ \ \ | | |_|/ | |/| |
| * | | arm_pmu: acpi: Add a representative platform device for TRBEAnshuman Khandual2023-08-181-0/+35
| * | | arm_pmu: acpi: Refactor arm_spe_acpi_register_device()Anshuman Khandual2023-08-181-40/+64
| * | | perf/imx_ddr: don't enable counter0 if none of 4 counters are usedXu Yang2023-08-161-15/+9
| * | | perf/imx_ddr: speed up overflow frequency of cycleXu Yang2023-08-161-0/+21
| * | | drivers/perf: hisi: Schedule perf session according to localityYicong Yang2023-08-161-4/+13
| * | | perf/arm-dmc620: Fix dmc620_pmu_irqs_lock/cpu_hotplug_lock circular lock depe...Waiman Long2023-08-161-6/+13
| * | | perf/smmuv3: Add MODULE_ALIAS for module auto loadingYicong Yang2023-08-151-0/+1