summaryrefslogtreecommitdiff
path: root/drivers/perf/cxl_pmu.c
AgeCommit message (Expand)AuthorFilesLines
2026-08-20Merge tag 'bitmap-for-7.3' of https://github.com/norov/linuxLinus Torvalds1-1/+1
2026-08-02perf/cxlpmu: Support Channel/Rank/Bank filterHarshal Thakkar1-2/+65
2026-08-02perf/cxlpmu: Add missing CXL 4.0 eventsHarshal Thakkar1-0/+50
2026-08-02perf/cxlpmu: Fix 64-bit write to 32-bit HDM filter registerDavidlohr Bueso1-1/+1
2026-07-22perf: Use sysfs_emit() for cpumask show callbacksYury Norov1-1/+1
2026-01-28perf/cxlpmu: Replace IRQF_ONESHOT with IRQF_NO_THREADSebastian Andrzej Siewior1-1/+1
2025-07-14perf/cxlpmu: Fix typos in cxl_pmu.c comments and documentationAlok Tiwari1-3/+3
2025-07-14perf/cxlpmu: Remove unintended newline from IRQ name format stringAlok Tiwari1-1/+1
2025-07-14perf/cxlpmu: Fix devm_kcalloc() argument order in cxl_pmu_probe()Alok Tiwari1-2/+2
2024-12-02module: Convert symbol namespace to string literalPeter Zijlstra1-1/+1
2024-10-24perf/cxlpmu: Support missing events in 3.1 specDavidlohr Bueso1-3/+6
2024-07-10perf: add missing MODULE_DESCRIPTION() macrosJeff Johnson1-0/+1
2024-05-22Merge tag 'driver-core-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-12/+1
2024-05-08PCI/CXL: Move CXL Vendor ID to pci_ids.hDave Jiang1-1/+1
2024-05-04perf: Use device_show_string() helper for sysfs attributesLukas Wunner1-12/+1
2024-02-20perf: CXL: fix CPMU filter value mask lengthHojin Nam1-5/+5
2024-02-09perf: CXL: fix mismatched cpmu event opcodeHojin Nam1-1/+1
2023-09-05perf: CXL: fix mismatched number of counters maskJeongtae Park1-1/+1
2023-06-25perf: CXL Performance Monitoring Unit driverJonathan Cameron1-0/+990