aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/perf/scripts/python/export-to-sqlite.py (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2025-08-07libbpf: Add the ability to suppress perf event enablementIlya Leoshkevich2-6/+11
2025-08-02bpf: Fix memory leak of bpf_scc_info objectsEduard Zingerman1-0/+3
2025-08-01selftests/bpf: Test for unaligned flow_dissector ctx accessPaul Chaignon1-1/+22
2025-08-01bpf: Improve ctx access verifier error messagePaul Chaignon1-1/+1
2025-08-01bpf: Check netfilter ctx accesses are alignedPaul Chaignon1-0/+3
2025-08-01bpf: Check flow_dissector ctx accesses are alignedPaul Chaignon1-0/+3
2025-08-01vsock/virtio: Allocate nonlinear SKBs for handling large transmit buffersWill Deacon1-2/+3
2025-08-01vsock/virtio: Rename virtio_vsock_skb_rx_put()Will Deacon3-3/+3
2025-08-01vhost/vsock: Allocate nonlinear SKBs for handling large receive buffersWill Deacon2-8/+32
2025-08-01vsock/virtio: Move SKB allocation lower-bound check to callersWill Deacon2-4/+2
2025-08-01vsock/virtio: Rename virtio_vsock_alloc_skb()Will Deacon4-4/+5
2025-08-01vsock/virtio: Resize receive buffers so that each SKB fits in a 4K pageWill Deacon2-2/+7
2025-08-01vsock/virtio: Move length check to callers of virtio_vsock_skb_rx_put()Will Deacon3-9/+6
2025-08-01vsock/virtio: Validate length in packet header before skb_put()Will Deacon1-2/+10
2025-08-01vhost/vsock: Avoid allocating arbitrarily-sized SKBsWill Deacon1-2/+4
2025-08-01vhost_net: basic in_order supportJason Wang1-25/+61
2025-08-01vhost: basic in order supportJason Wang3-25/+109
2025-08-01vhost: fail early when __vhost_add_used() failsJason Wang1-0/+3
2025-08-01vhost: Reintroduce kthread API and add mode selectionCindy Lu4-18/+295
2025-08-01vdpa: Fix IDR memory leak in VDUSE module exitAnders Roxell1-0/+1
2025-08-01vdpa/mlx5: Fix release of uninitialized resources on error pathDragos Tatulea2-4/+9
2025-08-01vhost-scsi: Fix check for inline_sg_cnt exceeding preallocated limitAlok Tiwari1-1/+1
2025-08-01virtio: virtio_dma_buf: fix missing parameter documentationWangYuli1-0/+2
2025-08-01vhost: Fix typosAlok Tiwari1-5/+5
2025-08-01vhost: vringh: Remove unused functionsDr. David Alan Gilbert2-82/+0
2025-08-01vhost: vringh: Remove unused iotlb functionsDr. David Alan Gilbert2-48/+0
2025-08-01vhost-scsi: Fix log flooding with target does not exist errorsMike Christie1-3/+1
2025-08-01vhost-scsi: Fix typos and formatting in comments and logsAlok Tiwari1-9/+9
2025-08-01vdpa/mlx5: Fix needs_teardown flag calculationDragos Tatulea1-1/+1
2025-08-01vhost: Use ERR_CAST inlined function instead of ERR_PTR(PTR_ERR(...))Pei Xiao1-1/+1
2025-08-01virtio: Fix typo in register_virtio_device() doc commentAlok Tiwari1-1/+1
2025-08-01virtio-vdpa: Remove virtqueue listViresh Kumar1-41/+3
2025-08-01virtio-mmio: Remove virtqueue list from mmio deviceViresh Kumar2-50/+4
2025-08-01virtio: document ENOSPCMichael S. Tsirkin1-0/+4
2025-08-01drm/virtio: implement virtio_gpu_shutdownGerd Hoffmann1-4/+4
2025-08-01virtio: fix comments, readabilityMichael S. Tsirkin1-2/+3
2025-07-31arm64/cfi,bpf: Support kCFI + BPF on arm64Puranjay Mohan2-3/+34
2025-07-31cfi: Move BPF CFI types and helpers to generic codeSami Tolvanen6-68/+56
2025-07-31cfi: add C CFI type macroMark Rutland3-60/+29
2025-07-31dt-bindings: PCI: qcom,pcie-sa8775p: Document 'link_down' resetZiyue Zhang1-3/+8
2025-07-31dt-bindings: PCI: Remove 83xx-512x-pci.txtRob Herring (Arm)1-39/+0
2025-07-31dt-bindings: PCI: Convert amazon,al-alpine-v[23]-pcie to DT schemaRob Herring (Arm)4-48/+73
2025-07-31dt-bindings: PCI: Convert marvell,armada-3700-pcie to DT schemaRob Herring (Arm)3-60/+100
2025-07-31dt-bindings: PCI: Convert apm,xgene-pcie to DT schemaRob Herring (Arm)3-51/+85
2025-07-31dt-bindings: PCI: Convert axis,artpec6-pcie to DT schemaRob Herring (Arm)2-50/+118
2025-07-31dt-bindings: PCI: Convert st,spear1340-pcie to DT schemaRob Herring (Arm)2-14/+45
2025-07-31gpu: nova-core: fix up formatting after mergeMiguel Ojeda1-1/+1
2025-07-31libbpf: Avoid possible use of uninitialized mod_lenAchill Gilgenast1-1/+1
2025-07-31bpf: Fix oob access in cgroup local storageDaniel Borkmann2-0/+16
2025-07-31bpf: Move cgroup iterator helpers to bpf.hDaniel Borkmann2-13/+14