summaryrefslogtreecommitdiffstats
path: root/drivers/perf
AgeCommit message (Expand)AuthorLines
2023-11-01Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds-204/+642
2023-10-25perf: arm_cspmu: use acpi_dev_hid_uid_match() for matching _HID and _UIDRaag Jadav-5/+3
2023-10-24perf: hisi: Fix use-after-free when register pmu failsJunhao He-4/+4
2023-10-24drivers/perf: hisi_pcie: Initialize event->cpu only on successYicong Yang-2/+2
2023-10-24drivers/perf: hisi_pcie: Check the type first in pmu::event_init()Yicong Yang-3/+4
2023-10-23perf/arm-cmn: Enable per-DTC counter allocationRobin Murphy-8/+10
2023-10-23perf/arm-cmn: Rework DTC counters (again)Robin Murphy-62/+64
2023-10-23perf/arm-cmn: Fix DTC domain detectionRobin Murphy-2/+14
2023-10-20perf: qcom: use acpi_device_uid() for fetching _UIDRaag Jadav-2/+2
2023-10-19drivers: perf: arm_pmuv3: Drop some unused arguments from armv8_pmu_init()Anshuman Khandual-32/+12
2023-10-19drivers: perf: arm_pmuv3: Read PMMIR_EL1 unconditionallyAnshuman Khandual-1/+1
2023-10-19drivers/perf: hisi: use cpuhp_state_remove_instance_nocalls() for hisi_hns3_p...Hao Chen-4/+4
2023-10-17drivers/perf: xgene: Use device_get_match_data()Rob Herring-24/+13
2023-10-17perf/amlogic: add missing MODULE_DEVICE_TABLEMarek Szyprowski-0/+1
2023-10-13Merge tag 'riscv-for-linus-6.6-rc6' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-7/+12
2023-10-12drivers: perf: Fix panic in riscv SBI mmap supportAlexandre Ghiti-7/+12
2023-10-10arm: Remove now superfluous sentinel elem from ctl_table arraysJoel Granados-1/+0
2023-10-10perf: arm_cspmu: ampere_cspmu: Add support for Ampere SoC PMUIlkka Koskinen-0/+293
2023-10-05perf: arm_cspmu: Support implementation specific validationIlkka Koskinen-1/+10
2023-10-05perf: arm_cspmu: Support implementation specific filtersIlkka Koskinen-4/+11
2023-10-05perf: arm_cspmu: Split 64-bit write to 32-bit writesIlkka Koskinen-1/+4
2023-10-05perf: arm_cspmu: Separate Arm and vendor moduleBesar Wicaksono-60/+199
2023-09-29perf/arm-cmn: Fix the unhandled overflow status of counter 4 to 7Jing Zhang-1/+1
2023-09-08Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds-1/+1
2023-09-07Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds-0/+2
2023-09-05perf: CXL: fix mismatched number of counters maskJeongtae Park-1/+1
2023-09-01Merge tag 'riscv-for-linus-6.6-mw1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-9/+328
2023-08-28Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds-135/+383
2023-08-28Merge tag 'perf-core-2023-08-28' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-4/+6
2023-08-22KVM: arm64: pmu: Resync EL0 state on counter rotationMarc Zyngier-0/+2
2023-08-18arm_pmu: acpi: Add a representative platform device for TRBEAnshuman Khandual-0/+35
2023-08-18arm_pmu: acpi: Refactor arm_spe_acpi_register_device()Anshuman Khandual-40/+64
2023-08-16drivers: perf: Implement perf event mmap support in the SBI backendAlexandre Ghiti-7/+195
2023-08-16drivers: perf: Implement perf event mmap support in the legacy backendAlexandre Ghiti-0/+26
2023-08-16riscv: Prepare for user-space perf event mmap supportAlexandre Ghiti-0/+105
2023-08-16drivers: perf: Rename riscv pmu sbi driverAlexandre Ghiti-2/+2
2023-08-16riscv: Make legacy counter enum match the HW numberingAlexandre Ghiti-1/+1
2023-08-16perf/imx_ddr: don't enable counter0 if none of 4 counters are usedXu Yang-15/+9
2023-08-16perf/imx_ddr: speed up overflow frequency of cycleXu Yang-0/+21
2023-08-16drivers/perf: hisi: Schedule perf session according to localityYicong Yang-4/+13
2023-08-16perf/arm-dmc620: Fix dmc620_pmu_irqs_lock/cpu_hotplug_lock circular lock depe...Waiman Long-6/+13
2023-08-15perf/smmuv3: Add MODULE_ALIAS for module auto loadingYicong Yang-0/+1
2023-08-15perf/smmuv3: Enable HiSilicon Erratum 162001900 quirk for HIP08/09Yicong Yang-1/+45
2023-08-04perf: pmuv3: Remove comments from armv8pmu_[enable|disable]_event()Anshuman Khandual-23/+0
2023-07-28perf/arm-cmn: Add CMN-700 r3 supportRobin Murphy-0/+94
2023-07-28perf/arm-cmn: Refactor HN-F event selector macrosRobin Murphy-20/+29
2023-07-28perf/arm-cmn: Remove spurious event aliasesRobin Murphy-3/+13
2023-07-27drivers/perf: Explicitly include correct DT includesRob Herring-19/+7
2023-07-27perf: pmuv3: Add Cortex A520, A715, A720, X3 and X4 PMUsRob Herring-0/+10
2023-07-27perf/smmuv3: Remove build dependency on ACPIVincent Whitchurch-1/+1