index
:
linux.git
arm64-uaccess
dependabot/pip/drivers/gpu/drm/ci/xfails/certifi-2024.7.4
dependabot/pip/drivers/gpu/drm/ci/xfails/idna-3.7
dependabot/pip/drivers/gpu/drm/ci/xfails/pip-23.3
dependabot/pip/drivers/gpu/drm/ci/xfails/requests-2.32.2
dependabot/pip/drivers/gpu/drm/ci/xfails/setuptools-70.0.0
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.0.7
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.2.2
link_path_walk
master
nocache-cleanup
runtime-constants
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
upstream/master
Unnamed repository; edit this file 'description' to name the repository.
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
perf
Age
Commit message (
Expand
)
Author
Files
Lines
2023-12-12
arm64: perf: Add support for event counting threshold
James Clark
1
-1
/
+78
2023-12-12
arm: pmu: Move error message and -EOPNOTSUPP to individual PMUs
James Clark
3
-10
/
+13
2023-12-12
perf/arm_dmc620: Remove duplicate format attribute #defines
James Clark
1
-21
/
+1
2023-12-12
arm: pmu: Share user ABI format mechanism with SPE
James Clark
2
-27
/
+16
2023-12-12
arm64: perf: Include threshold control fields in PMEVTYPER mask
James Clark
1
-1
/
+8
2023-12-12
arm: perf: Convert remaining fields to use GENMASK
James Clark
1
-1
/
+1
2023-12-12
arm: perf: Use GENMASK for PMMIR fields
James Clark
1
-5
/
+3
2023-12-12
arm: perf/kvm: Use GENMASK for ARMV8_PMU_PMCR_N
James Clark
1
-2
/
+2
2023-12-12
arm: perf: Remove inlines from arm_pmuv3.c
James Clark
1
-23
/
+23
2023-12-12
drivers/perf: arm_dsu_pmu: Remove kerneldoc-style comment syntax
Will Deacon
1
-3
/
+3
2023-12-12
drivers/perf: Remove usage of the deprecated ida_simple_xx() API
Christophe JAILLET
1
-3
/
+3
2023-12-06
perf: arm_cspmu: drop redundant acpi_dev_uid_to_integer()
Raag Jadav
1
-3
/
+1
2023-12-05
perf: fsl_imx8_ddr: Add driver support for i.MX8DXL DDR Perf
Xu Yang
1
-0
/
+6
2023-12-05
perf: fsl_imx8_ddr: Add AXI ID PORT CHANNEL filter support
Xu Yang
1
-0
/
+39
2023-12-05
drivers: perf: arm_pmu: Drop 'pmu_lock' element from 'struct pmu_hw_events'
Anshuman Khandual
1
-1
/
+0
2023-12-05
drivers/perf: hisi: Fix some event id for HiSilicon UC pmu
Junhao He
1
-2
/
+2
2023-12-05
drivers/perf: pmuv3: don't expose SW_INCR event in sysfs
Mark Rutland
1
-1
/
+5
2023-12-05
drivers: perf: arm_pmuv3: Add new macro PMUV3_INIT_MAP_EVENT()
Anshuman Khandual
1
-41
/
+20
2023-12-05
perf/arm-cmn: Fix HN-F class_occup_id events
Robin Murphy
1
-1
/
+1
2023-11-10
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...
Linus Torvalds
2
-3
/
+6
2023-11-10
Merge tag 'riscv-for-linus-6.7-mw2' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-5
/
+8
2023-11-09
riscv: Rearrange hwcap.h and cpufeature.h
Xiao Wang
1
-1
/
+1
2023-11-09
Merge patch "drivers: perf: Do not broadcast to other cpus when starting a co...
Palmer Dabbelt
2
-5
/
+8
2023-11-09
drivers: perf: Do not broadcast to other cpus when starting a counter
Alexandre Ghiti
1
-4
/
+2
2023-11-09
drivers: perf: Check find_first_bit() return value
Alexandre Ghiti
1
-0
/
+5
2023-11-07
arm64/arm: arm_pmuv3: perf: Don't truncate 64-bit registers
Ilkka Koskinen
1
-3
/
+3
2023-11-07
perf: arm_cspmu: Reject events meant for other PMUs
Ilkka Koskinen
1
-0
/
+3
2023-11-01
Merge tag 'sysctl-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...
Linus Torvalds
1
-1
/
+0
2023-11-01
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
15
-204
/
+642
2023-10-25
perf: arm_cspmu: use acpi_dev_hid_uid_match() for matching _HID and _UID
Raag Jadav
1
-5
/
+3
2023-10-24
perf: hisi: Fix use-after-free when register pmu fails
Junhao He
2
-4
/
+4
2023-10-24
drivers/perf: hisi_pcie: Initialize event->cpu only on success
Yicong Yang
1
-2
/
+2
2023-10-24
drivers/perf: hisi_pcie: Check the type first in pmu::event_init()
Yicong Yang
1
-3
/
+4
2023-10-23
perf/arm-cmn: Enable per-DTC counter allocation
Robin Murphy
1
-8
/
+10
2023-10-23
perf/arm-cmn: Rework DTC counters (again)
Robin Murphy
1
-62
/
+64
2023-10-23
perf/arm-cmn: Fix DTC domain detection
Robin Murphy
1
-2
/
+14
2023-10-20
perf: qcom: use acpi_device_uid() for fetching _UID
Raag Jadav
1
-2
/
+2
2023-10-19
drivers: perf: arm_pmuv3: Drop some unused arguments from armv8_pmu_init()
Anshuman Khandual
1
-32
/
+12
2023-10-19
drivers: perf: arm_pmuv3: Read PMMIR_EL1 unconditionally
Anshuman Khandual
1
-1
/
+1
2023-10-19
drivers/perf: hisi: use cpuhp_state_remove_instance_nocalls() for hisi_hns3_p...
Hao Chen
1
-4
/
+4
2023-10-17
drivers/perf: xgene: Use device_get_match_data()
Rob Herring
1
-24
/
+13
2023-10-17
perf/amlogic: add missing MODULE_DEVICE_TABLE
Marek Szyprowski
1
-0
/
+1
2023-10-13
Merge tag 'riscv-for-linus-6.6-rc6' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2
-7
/
+12
2023-10-12
drivers: perf: Fix panic in riscv SBI mmap support
Alexandre Ghiti
2
-7
/
+12
2023-10-10
arm: Remove now superfluous sentinel elem from ctl_table arrays
Joel Granados
1
-1
/
+0
2023-10-10
perf: arm_cspmu: ampere_cspmu: Add support for Ampere SoC PMU
Ilkka Koskinen
5
-0
/
+293
2023-10-05
perf: arm_cspmu: Support implementation specific validation
Ilkka Koskinen
2
-1
/
+10
2023-10-05
perf: arm_cspmu: Support implementation specific filters
Ilkka Koskinen
2
-4
/
+11
2023-10-05
perf: arm_cspmu: Split 64-bit write to 32-bit writes
Ilkka Koskinen
1
-1
/
+4
2023-10-05
perf: arm_cspmu: Separate Arm and vendor module
Besar Wicaksono
6
-60
/
+199
[prev]
[next]