aboutsummaryrefslogtreecommitdiffstatshomepage
AgeCommit message (Expand)AuthorFilesLines
2026-04-09ext4: factor out journalled block zeroing rangeZhang Yi1-29/+69
2026-04-09ext4: rename and extend ext4_block_truncate_page()Zhang Yi3-21/+28
2026-04-09ext4: add did_zero output parameter to ext4_block_zero_page_range()Zhang Yi1-9/+14
2026-04-09ext4: fix diagnostic printf formatsDavid Laight1-3/+3
2026-04-09ext4: move dcache manipulation out of __ext4_link()NeilBrown3-38/+18
2026-04-09ext4: add ext4_fc_eligible()NeilBrown1-29/+14
2026-04-09ext4: split __ext4_add_entry() out of ext4_add_entry()NeilBrown1-7/+14
2026-04-09ext4: prefer IS_ERR_OR_NULL over manual NULL checkPhilipp Hahn4-4/+4
2026-04-09net: remove the netif_get_rx_queue_lease_locked() helpersJakub Kicinski6-93/+113
2026-04-09Merge branch 'netkit-support-for-io_uring-zero-copy-and-af_xdp'Jakub Kicinski26-163/+2556
2026-04-09selftests/net: Add queue leasing tests with netkitDavid Wei3-2/+1410
2026-04-09netkit: Add xsk support for af_xdp applicationsDaniel Borkmann1-0/+86
2026-04-09netkit: Add netkit notifier to check for unregistering devicesDaniel Borkmann3-2/+75
2026-04-09netkit: Implement rtnl_link_ops->alloc and ndo_queue_createDavid Wei1-12/+114
2026-04-09netkit: Add single device mode for netkitDaniel Borkmann3-47/+97
2026-04-09xsk: Proxy pool management for leased queuesDaniel Borkmann1-12/+35
2026-04-09xsk: Extend xsk_rcv_check validationDaniel Borkmann1-3/+26
2026-04-09net: Proxy netdev_queue_get_dma_dev for leased queuesDavid Wei4-13/+40
2026-04-09net: Proxy netif_mp_{open,close}_rxq for leased queuesDavid Wei3-20/+95
2026-04-09net: Slightly simplify net_mp_{open,close}_rxqDaniel Borkmann4-33/+13
2026-04-09net, ethtool: Disallow leased real rxqs to be resizedDaniel Borkmann2-20/+29
2026-04-09net: Add lease info to queue-get responseDaniel Borkmann3-4/+130
2026-04-09net: Implement netdev_nl_queue_create_doitDaniel Borkmann9-11/+323
2026-04-09net: Add queue-create operationDaniel Borkmann6-0/+95
2026-04-10Merge tag 'drm-misc-next-fixes-2026-04-09' of https://gitlab.freedesktop.org/drm/misc/kernel into drm-nextDave Airlie5-22/+45
2026-04-09block: refactor blkdev_zone_mgmt_ioctlChristoph Hellwig1-23/+18
2026-04-09MAINTAINERS: update ublk driver maintainer emailMing Lei1-1/+1
2026-04-09Documentation: ublk: address review comments for SHMEM_ZC docsMing Lei1-4/+6
2026-04-09ublk: allow buffer registration before device is startedMing Lei1-51/+28
2026-04-09ublk: replace xarray with IDA for shmem buffer index allocationMing Lei1-46/+46
2026-04-09ublk: simplify PFN range loop in __ublk_ctrl_reg_bufMing Lei1-3/+2
2026-04-09ublk: verify all pages in multi-page bvec fall within registered rangeMing Lei1-6/+11
2026-04-09ublk: widen ublk_shmem_buf_reg.len to __u64 for 4GB buffer supportMing Lei2-2/+10
2026-04-10affs: bound hash_pos before table lookup in affs_readdirHyungjung Joo1-0/+2
2026-04-09Merge tag 'kbuild-fixes-7.0-4' of git://git.kernel.org/pub/scm/linux/kernel/git/kbuild/linuxLinus Torvalds2-2/+3
2026-04-10i2c: atr: use kzalloc_flexRosen Penev1-13/+4
2026-04-09selftests/nolibc: use gcc 15Thomas Weißschuh1-1/+1
2026-04-09tools/nolibc: support UBSAN on gccThomas Weißschuh1-1/+5
2026-04-09tools/nolibc: create __nolibc_no_sanitize_ubsanThomas Weißschuh2-4/+7
2026-04-10drm/ttm/tests: Remove checks from ttm_pool_free_no_dma_allocMaarten Lankhorst1-6/+0
2026-04-10drm/ttm/tests: fix lru_count ASSERTMatthew Auld1-1/+1
2026-04-09bpf: Fix use-after-free in offloaded map/prog info fillJiayuan Chen1-6/+4
2026-04-09MAINTAINERS: Remove Salil Mehta as HiSilicon HNS3/HNS Ethernet maintainerSalil Mehta2-2/+10
2026-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski410-1947/+5320
2026-04-09selftests/bpf: Add test for stale pkt range after scalar arithmeticDaniel Borkmann1-0/+61
2026-04-09bpf: Drop pkt_end markers on arithmetic to prevent is_pkt_ptr_branch_takenDaniel Borkmann1-8/+22
2026-04-09Merge branch 'acpi-apei'Rafael J. Wysocki7-11/+200
2026-04-09Merge branch 'acpi-driver'Rafael J. Wysocki26-204/+132
2026-04-09regmap: debugfs: fix race condition in dummy name allocationZxyan Zhu2-5/+17
2026-04-09Merge branch 'acpi-tad'Rafael J. Wysocki1-128/+341