summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/stackcollapse-report
diff options
context:
space:
mode:
authorDongdong Zhang <zhangdongdong@eswincomputing.com>2024-12-16 09:35:36 +0800
committerBjorn Helgaas <bhelgaas@google.com>2025-01-21 17:29:11 -0600
commit188973e3536a18aebee3af486cd3d2ef82b09f88 (patch)
treeafa57d21525ca76fa32613114e1795664eeeffb4 /tools/perf/scripts/python/bin/stackcollapse-report
parent816875a468f40a601da001d7518ddbf363381a18 (diff)
downloadkernel-188973e3536a18aebee3af486cd3d2ef82b09f88.tar.gz
PCI: Remove redundant PCI_VSEC_HDR and PCI_VSEC_HDR_LEN_SHIFT
Remove duplicate macro PCI_VSEC_HDR and its related macro PCI_VSEC_HDR_LEN_SHIFT from pci_regs.h to avoid redundancy and inconsistencies. Update VFIO PCI code to use PCI_VNDR_HEADER and PCI_VNDR_HEADER_LEN() for consistent naming and functionality. These changes aim to streamline header handling while minimizing impact, given the niche usage of these macros in userspace. Link: https://lore.kernel.org/r/20241216013536.4487-1-zhangdongdong@eswincomputing.com Signed-off-by: Dongdong Zhang <zhangdongdong@eswincomputing.com> Signed-off-by: Bjorn Helgaas <bhelgaas@google.com> Acked-by: Alex Williamson <alex.williamson@redhat.com>
Diffstat (limited to 'tools/perf/scripts/python/bin/stackcollapse-report')
0 files changed, 0 insertions, 0 deletions
022-09-01sbitmap: fix batched wait_cnt accountingKeith Busch 2022-08-26sbitmap: remove unnecessary code in __sbitmap_queue_get_batchLiu Song 2022-08-23sbitmap: fix possible io hung due to lost wakeupYu Kuai 2022-06-25lib/sbitmap: Fix invalid loop in __sbitmap_queue_get_batch()wuchi 2022-03-21lib/sbitmap: allocate sb->map via kvzalloc_nodeMing Lei 2022-02-08sbitmap: Delete old sbitmap_queue_get_shallow()John Garry 2022-02-08lib/sbitmap: kill 'depth' from sbitmap_wordMing Lei 2022-01-27blk-mq: Fix wrong wakeup batch configuration which will cause hangLaibin Qiu 2022-01-13blk-mq: fix tag_get wait task can't be awakenedLaibin Qiu 2021-10-25sbitmap: silence data race warningJens Axboe 2021-10-18sbitmap: add helper to clear a batch of tagsJens Axboe 2021-10-18sbitmap: add __sbitmap_queue_get_batch()Jens Axboe 2021-07-08lib: fix spelling mistakesZhen Lei 2021-03-04scsi: sbitmap: Add sbitmap_calculate_shift() helperMing Lei 2021-03-04scsi: sbitmap: Export sbitmap_weightMing Lei 2021-03-04scsi: sbitmap: Move allocation hint into sbitmapMing Lei 2021-03-04scsi: sbitmap: Add helpers for updating allocation hintMing Lei 2021-03-04scsi: sbitmap: Maintain allocation round_robin in sbitmapMing Lei 2020-12-07sbitmap: simplify wrap checkPavel Begunkov 2020-12-07sbitmap: replace CAS with atomic andPavel Begunkov 2020-12-07sbitmap: remove swap_lockPavel Begunkov 2020-12-07sbitmap: optimise sbitmap_deferred_clear()Pavel Begunkov 2020-07-01sbitmap: Consider cleared bits in sbitmap_bitmap_show()John Garry 2019-12-20sbitmap: only queue kyber's wait callback if not already activeDavid Jeffery