aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwtracing/ptt
AgeCommit message (Expand)AuthorFilesLines
2026-08-25Merge tag 'char-misc-7.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds1-12/+13
2026-08-07hwtracing: hisi_ptt: Remove unnecessary trace buffer zeroing in trace_start()Sanman Pradhan1-5/+0
2026-08-07hwtracing: hisi_ptt: Propagate DMA reset timeout in trace_start()Sanman Pradhan1-7/+13
2026-07-22hwtracing: hisi_ptt: Use sysfs_emit() for cpumask showYury Norov1-1/+1
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-3/+3
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-3/+3
2024-05-02hwtracing: hisi_ptt: Assign parent for event_source deviceJonathan Cameron1-0/+1
2024-02-26hwtracing: hisi_ptt: Move type check to the beginning of hisi_ptt_pmu_event_init()Yang Jihong1-3/+3
2023-11-16hwtracing: hisi_ptt: Optimize the trace data committingYicong Yang1-8/+7
2023-11-16hwtracing: hisi_ptt: Disable interrupt after trace endYicong Yang2-0/+5
2023-11-13hwtracing: hisi_ptt: Don't try to attach a taskYicong Yang1-0/+3
2023-11-13hwtracing: hisi_ptt: Handle the interrupt in hardirq contextYicong Yang1-3/+3
2023-11-13hwtracing: hisi_ptt: Add dummy callback pmu::read()Junhao He1-0/+5
2023-08-15hwtracing: hisi_ptt: Use pci_dev_id() to simplify the codeXiongfeng Wang1-4/+4
2023-06-21hwtracing: hisi_ptt: Fix potential sleep in atomic contextYicong Yang2-7/+7
2023-06-21hwtracing: hisi_ptt: Advertise PERF_PMU_CAP_NO_EXCLUDE for PTT PMUYicong Yang1-1/+1
2023-06-21hwtracing: hisi_ptt: Export available filters through sysfsYicong Yang2-0/+221
2023-06-21hwtracing: hisi_ptt: Add support for dynamically updating the filter listYicong Yang2-8/+202
2023-06-21hwtracing: hisi_ptt: Factor out filter allocation and release operationYicong Yang1-24/+39
2023-01-19hwtracing: hisi_ptt: Only add the supported devices to the filters listYicong Yang1-0/+10
2022-09-12hwtracing: hisi_ptt: Fix up for "iommu/dma: Make header private"Stephen Rothwell1-1/+0
2022-09-08hwtracing: hisi_ptt: Add tune function support for HiSilicon PCIe Tune and Trace deviceYicong Yang2-0/+154
2022-09-08hwtracing: hisi_ptt: Add trace function support for HiSilicon PCIe Tune and Trace deviceYicong Yang4-0/+1107