summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2026-08-15io_urint/zcrx: narrow var scope in io_zcrx_recv_skb()Pavel Begunkov
2026-08-15io_uring/zcrx: constify area_reg on importPavel Begunkov
2026-08-15io_uring/zcrx: coalesce same-niov RQEs on refillPavel Begunkov
2026-08-15io_uring/zcrx: cache RQ tailPavel Begunkov
2026-08-15io_uring/zcrx: add RQ iteratorPavel Begunkov
2026-08-15io_uring/zcrx: move RQ head/tail to separate cache linesPavel Begunkov
2026-08-15io_uring/zcrx: scale refilling with large pagesPavel Begunkov
2026-08-15io_uring/io-wq: fix worker accounting when canceling creation callbacksVishnu Razdan
2026-08-15io_uring/net: Drop ddir argument from io_msg_copy_hdrGabriel Krisman Bertazi
2026-08-15io_uring/net: Drop custom iov copy in io_msg_copy_hdrGabriel Krisman Bertazi
2026-08-15io_uring/rw: Drop custom iov copy in io_iov_buffer_select_prepGabriel Krisman Bertazi
2026-08-15block: set QUEUE_FLAG_DYING unconditionally in blk_mark_disk_dead()胡连勤
2026-08-15swim3: Add missing MODULE_DESCRIPTIONNathan Chancellor
2026-08-15selftests: ublk: add SET_PARAMS validation testYao Sang
2026-08-15selftests: ublk: add helper for SET_PARAMSYao Sang
2026-08-15ublk: reject non-power-of-2 zone sizes in SET_PARAMSYao Sang
2026-08-15block: skip blkcg walk in blk_cgroup_congested() when nothing throttledUsama Arif
2026-08-15blk-iocost: clear delay state when freeing policy dataUsama Arif
2026-08-15blk-iolatency: clear delay state when freeing policy dataUsama Arif
2026-08-15block/mq-deadline: Drop unused dd parametersHongfu Li
2026-08-15null_blk: serialize configfs attribute updates with device setupNiklas Cassel
2026-08-15block: introduce bio_iov_iter_set()Pavel Begunkov
2026-08-15block: move bvec init into __bio_clonePavel Begunkov
2026-08-15null_blk: serialize configfs attribute shows with the lockZizhi Wo
2026-08-15null_blk: serialize configfs attribute stores with the lockZizhi Wo
2026-08-15null_blk: convert file-scope mutex users to guard(mutex)Zizhi Wo
2026-08-15null_blk: reject per-device queue resize for shared tag setZizhi Wo
2026-08-15null_blk: clean up null_del_dev() to use cached dev pointerZizhi Wo
2026-08-15null_blk: free zones array on device power-offZizhi Wo
2026-08-15null_blk: free global tag_set on init error pathZizhi Wo
2026-08-15null_blk: move unregister_blkdev() after destroying dev in null_exit()Zizhi Wo
2026-08-15null_blk: register configfs subsystem after creating default devicesZizhi Wo
2026-08-15null_blk: use DEFINE_MUTEX for the file-scope mutexZizhi Wo
2026-08-15io_uring: defer eventfd signaling when queued from a wakeup handlerJens Axboe
2026-08-16futex: Fix race on the initial mm->futex.phash.ref allocationHyunwoo Kim
2026-08-16futex: Clean up the redundant exit/exec functionsThomas Gleixner
2026-08-16futex/pi: Plug private futex exec() raceThomas Gleixner
2026-08-15selftests/bpf: Add ksock test for async callback guardMahe Tardy
2026-08-15selftests/bpf: Test forbidden bpf_ksock_send() LSM attachMahe Tardy
2026-08-15selftests/bpf: Add ksock kfunc testMahe Tardy
2026-08-15bpf: Add ksock kfuncsMahe Tardy
2026-08-15net: Add connect_socket() helperMahe Tardy
2026-08-15kernfs: avoid iattr allocation in listxattrYichong Chen
2026-08-15dt-bindings: interconnect: qcom-bwmon: Add Maili cpu-bwmon compatibleYijie Yang
2026-08-15dt-bindings: mailbox: Convert TI Message Manager to DT schemaEduard Bostina
2026-08-15mailbox: cix: fix DT property name string typo and use dev_err_probe()Surendra Singh Chouhan
2026-08-15mailbox: riscv-sbi-mpxy: validate RPMI notification lengthsPengpeng Hou
2026-08-15mailbox: bcm2835: use platform_get_irq and simplify probeRosen Penev
2026-08-15mailbox: qcom-ipcc: fix duplicate channel allocation across holesAnup Vishwakarma
2026-08-15mailbox: mchp-ipc-sbi: Add null check for devm_kasprintf()Griffin Kroah-Hartman