summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-08-03i2c: muxes: mule: Fix an error handling path in mule_i2c_mux_probe()Christophe JAILLET
2025-08-03i2c: Force DLL0945 touchpad i2c freq to 100khzfangzhong.zhou
2025-08-03i2c: apple: Drop default ARCH_APPLE in KconfigSven Peter
2025-08-03Merge tag 'i2c-host-6.17-pt2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Wolfram Sang
2025-08-02Merge tag 'pinctrl-v6.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2025-08-02Merge tag 'fbdev-for-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-08-02Merge tag 'firewire-updates-6.17' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2025-08-01Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds
2025-08-01Merge tag 'perf-tools-for-v6.17-2025-08-01' of git://git.kernel.org/pub/scm/l...Linus Torvalds
2025-08-01Merge tag 'parisc-for-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2025-08-01Merge tag 'cxl-for-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl...Linus Torvalds
2025-08-01Merge tag 'rproc-v6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/remo...Linus Torvalds
2025-08-01selftests/bpf: Test for unaligned flow_dissector ctx accessPaul Chaignon
2025-08-01Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2025-08-01Merge tag 'pci-v6.17-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2025-08-01Merge tag 'linux-watchdog-6.17-rc1' of git://www.linux-watchdog.org/linux-wat...Linus Torvalds
2025-08-01Merge tag 'dmaengine-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-08-01Merge tag 'phy-for-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/phy...Linus Torvalds
2025-08-01Merge tag 'sound-6.17-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2025-08-01Merge tag 'soundwire-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-08-01Merge tag 'trace-v6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/trac...Linus Torvalds
2025-08-01Merge tag 'trace-tools-v6.17' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2025-08-01Merge tag 'trace-deferred-unwind-v6.17' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2025-08-01bpf: Improve ctx access verifier error messagePaul Chaignon
2025-08-01bpf: Check netfilter ctx accesses are alignedPaul Chaignon
2025-08-01bpf: Check flow_dissector ctx accesses are alignedPaul Chaignon
2025-08-01vsock/virtio: Allocate nonlinear SKBs for handling large transmit buffersWill Deacon
2025-08-01vsock/virtio: Rename virtio_vsock_skb_rx_put()Will Deacon
2025-08-01vhost/vsock: Allocate nonlinear SKBs for handling large receive buffersWill Deacon
2025-08-01vsock/virtio: Move SKB allocation lower-bound check to callersWill Deacon
2025-08-01vsock/virtio: Rename virtio_vsock_alloc_skb()Will Deacon
2025-08-01vsock/virtio: Resize receive buffers so that each SKB fits in a 4K pageWill Deacon
2025-08-01vsock/virtio: Move length check to callers of virtio_vsock_skb_rx_put()Will Deacon
2025-08-01vsock/virtio: Validate length in packet header before skb_put()Will Deacon
2025-08-01vhost/vsock: Avoid allocating arbitrarily-sized SKBsWill Deacon
2025-08-01vhost_net: basic in_order supportJason Wang
2025-08-01vhost: basic in order supportJason Wang
2025-08-01vhost: fail early when __vhost_add_used() failsJason Wang
2025-08-01vhost: Reintroduce kthread API and add mode selectionCindy Lu
2025-08-01vdpa: Fix IDR memory leak in VDUSE module exitAnders Roxell
2025-08-01vdpa/mlx5: Fix release of uninitialized resources on error pathDragos Tatulea
2025-08-01vhost-scsi: Fix check for inline_sg_cnt exceeding preallocated limitAlok Tiwari
2025-08-01virtio: virtio_dma_buf: fix missing parameter documentationWangYuli
2025-08-01vhost: Fix typosAlok Tiwari
2025-08-01vhost: vringh: Remove unused functionsDr. David Alan Gilbert
2025-08-01vhost: vringh: Remove unused iotlb functionsDr. David Alan Gilbert
2025-08-01vhost-scsi: Fix log flooding with target does not exist errorsMike Christie
2025-08-01vhost-scsi: Fix typos and formatting in comments and logsAlok Tiwari
2025-08-01vdpa/mlx5: Fix needs_teardown flag calculationDragos Tatulea
2025-08-01vhost: Use ERR_CAST inlined function instead of ERR_PTR(PTR_ERR(...))Pei Xiao