]> www.infradead.org Git - users/jedix/linux-maple.git/shortlog
users/jedix/linux-maple.git
2025-09-20 Keith Buschio_uring: fix nvme's 32b cqes on mixed cq
2025-09-19 Pavel Begunkovio_uring/query: cap number of queries
2025-09-19 Pavel Begunkovio_uring/query: prevent infinite loops
2025-09-16 Pavel Begunkovio_uring/zcrx: account niov arrays to cgroup
2025-09-16 Pavel Begunkovio_uring/zcrx: allow synchronous buffer return
2025-09-16 Pavel Begunkovio_uring/zcrx: introduce io_parse_rqe()
2025-09-16 Pavel Begunkovio_uring/zcrx: don't adjust free cache space
2025-09-16 Pavel Begunkovio_uring/zcrx: use guards for the refill lock
2025-09-16 Pavel Begunkovio_uring/zcrx: reduce netmem scope in refill
2025-09-16 Pavel Begunkovio_uring/zcrx: protect netdev with pp_lock
2025-09-16 Pavel Begunkovio_uring/zcrx: rename dma lock
2025-09-16 Pavel Begunkovio_uring/zcrx: make niov size variable
2025-09-16 Pavel Begunkovio_uring/zcrx: set sgt for umem area
2025-09-16 Pavel Begunkovio_uring/zcrx: remove dmabuf_offset
2025-09-16 Pavel Begunkovio_uring/zcrx: deduplicate area mapping
2025-09-16 Pavel Begunkovio_uring/zcrx: pass ifq to io_zcrx_alloc_fallback()
2025-09-16 Pavel Begunkovio_uring/zcrx: check all niovs filled with dma addresses
2025-09-16 Pavel Begunkovio_uring/zcrx: move area reg checks into io_import_area
2025-09-16 Pavel Begunkovio_uring/zcrx: don't pass slot to io_zcrx_create_area
2025-09-16 Pavel Begunkovio_uring/zcrx: remove extra io_zcrx_drop_netdev
2025-09-16 Pavel Begunkovio_uring/zcrx: use page_pool_unref_and_test()
2025-09-16 Pavel Begunkovio_uring/zcrx: replace memchar_inv with is_zero
2025-09-16 Pavel Begunkovio_uring/zcrx: improve rqe cache alignment
2025-09-15 Jens Axboeio_uring/uring_cmd: correct signature for io_uring_msho...
2025-09-10 Jens Axboeio_uring: correct size of overflow CQE calculation
2025-09-10 Marco Crivellariio_uring: replace use of system_unbound_wq with system_...
2025-09-10 Marco Crivellariio_uring: replace use of system_wq with system_percpu_wq
2025-09-08 Caleb Sander... io_uring/rsrc: respect submitter_task in io_register_cl...
2025-09-08 Caleb Sander... io_uring: don't include filetable.h in io_uring.h
2025-09-08 Thorsten Blumio_uring: Replace kzalloc() + copy_from_user() with...
2025-09-08 Jens Axboeio_uring/uring_cmd: fix __io_uring_cmd_do_in_task ...
2025-09-08 Pavel Begunkovio_uring: introduce io_uring querying
2025-09-08 Pavel Begunkovio_uring: add macros for avaliable flags
2025-09-08 Pavel Begunkovio_uring: add helper for *REGISTER_SEND_MSG_RING
2025-09-04 Caleb Sander... io_uring: remove WRITE_ONCE() in io_uring_create()
2025-09-03 Caleb Sander... io_uring/cmd: remove unused io_uring_cmd_iopoll_done()
2025-09-03 Caleb Sander... io_uring/uring_cmd: correct io_uring_cmd_done() ret...
2025-09-03 Caleb Sander... io_uring/uring_cmd: add io_uring_cmd_tw_t type alias
2025-09-03 Caleb Sander... io_uring/register: drop redundant submitter_task check
2025-09-02 Jens Axboeio_uring/net: correct type for min_not_zero() cast
2025-08-27 Jens Axboeio_uring: add async data clear/free helpers
2025-08-27 Jens Axboeio_uring/zcrx: add support for IORING_SETUP_CQE_MIXED
2025-08-27 Jens Axboeio_uring/uring_cmd: add support for IORING_SETUP_CQE_MIXED
2025-08-27 Jens Axboeio_uring/nop: add support for IORING_SETUP_CQE_MIXED
2025-08-27 Jens Axboeio_uring: add support for IORING_SETUP_CQE_MIXED
2025-08-24 Jens Axboeio_uring/trace: support completion tracing of mixed...
2025-08-24 Jens Axboeio_uring/fdinfo: handle mixed sized CQEs
2025-08-24 Jens Axboeio_uring: add UAPI definitions for mixed CQE postings
2025-08-24 Jens Axboeio_uring: remove io_ctx_cqe32() helper
2025-08-24 Caleb Sander... io_uring/cmd: consolidate REQ_F_BUFFER_SELECT checks
2025-08-24 Caleb Sander... io_uring/cmd: deduplicate uring_cmd_flags checks
2025-08-24 Ming Leiio_uring: uring_cmd: add multishot support
2025-08-24 Ming Leiio-uring: move `struct io_br_sel` into io_uring_types.h
2025-08-24 Jens Axboeio_uring/kbuf: check for ring provided buffers first...
2025-08-24 Jens Axboeio_uring: remove async/poll related provided buffer...
2025-08-24 Jens Axboeio_uring/kbuf: switch to storing struct io_buffer_list...
2025-08-24 Jens Axboeio_uring/net: use struct io_br_sel->val as the send...
2025-08-24 Jens Axboeio_uring/net: use struct io_br_sel->val as the recv...
2025-08-24 Jens Axboeio_uring/kbuf: use struct io_br_sel for multiple buffer...
2025-08-24 Jens Axboeio_uring/rw: recycle buffers manually for non-mshot...
2025-08-24 Jens Axboeio_uring/kbuf: introduce struct io_br_sel
2025-08-24 Jens Axboeio_uring/kbuf: pass in struct io_buffer_list to commit...
2025-08-24 Jens Axboeio_uring/net: clarify io_recv_buf_select() return value
2025-08-24 Jens Axboeio_uring/net: don't use io_net_kbuf_recyle() for non...
2025-08-24 Jens Axboeio_uring/kbuf: drop 'issue_flags' from io_put_kbuf...
2025-08-24 Pavel Begunkovio_uring/zctx: check chained notif contexts
2025-08-24 Pavel Begunkovio_uring: add request poisoning
2025-08-24 Linus TorvaldsLinux 6.17-rc3
2025-08-24 Linus TorvaldsMerge tag 'i2c-for-6.17-rc3' of git://git.kernel.org...
2025-08-24 Linus TorvaldsMerge tag 'perf_urgent_for_v6.17_rc3' of git://git...
2025-08-24 Linus TorvaldsMerge tag 'x86_urgent_for_v6.17_rc3' of git://git.kerne...
2025-08-24 Linus TorvaldsMerge tag 'mips-fixes_6.17_1' of git://git.kernel.org...
2025-08-24 Linus TorvaldsMerge tag 'modules-6.17-rc3.fixes' of git://git.kernel...
2025-08-23 Linus TorvaldsMerge tag 'char-misc-6.17-rc3' of git://git.kernel...
2025-08-23 Linus TorvaldsMerge tag 'usb-6.17-rc3' of git://git.kernel.org/pub...
2025-08-23 Linus TorvaldsMerge tag 'trace-v6.17-rc2-2' of git://git.kernel.org...
2025-08-23 Linus TorvaldsMerge tag 'driver-core-6.17-rc3' of git://git.kernel...
2025-08-23 Wolfram SangMerge tag 'i2c-host-fixes-6.17-rc3' of git://git.kernel...
2025-08-22 Steven Rostedtftrace: Also allocate and copy hash for reading of...
2025-08-22 Linus TorvaldsMerge tag 'drm-fixes-2025-08-23-1' of https://gitlab...
2025-08-22 Tengda Wuftrace: Fix potential warning in trace_printk_seq durin...
2025-08-22 Steven Rostedtfgraph: Copy args in intermediate storage with entry
2025-08-22 Dave AirlieMerge tag 'drm-xe-fixes-2025-08-21-1' of https://gitlab...
2025-08-22 Linus TorvaldsMerge tag 'for-linus-iommufd' of git://git.kernel.org...
2025-08-22 Dave AirlieMerge tag 'drm-misc-fixes-2025-08-21' of https://gitlab...
2025-08-22 Aleksander... mips: lantiq: xway: sysctrl: rename the etop node
2025-08-22 Aleksander... mips: dts: lantiq: danube: add missing burst length...
2025-08-22 Linus TorvaldsMerge tag 's390-6.17-3' of git://git.kernel.org/pub...
2025-08-22 Linus TorvaldsMerge tag 'for-linus-6.17-rc3-tag' of git://git.kernel...
2025-08-22 Linus TorvaldsMerge tag 'platform-drivers-x86-v6.17-2' of git://git...
2025-08-22 Linus TorvaldsMerge tag 'block-6.17-20250822' of git://git.kernel...
2025-08-22 Linus TorvaldsMerge tag 'io_uring-6.17-20250822' of git://git.kernel...
2025-08-22 Linus TorvaldsMerge tag 'scsi-fixes' of git://git.kernel.org/pub...
2025-08-22 Linus TorvaldsMerge tag 'mmc-v6.17-rc2' of git://git.kernel.org/pub...
2025-08-22 Linus TorvaldsMerge tag 'for-linus' of git://git.kernel.org/pub/scm...
2025-08-22 Linus TorvaldsMerge tag 'iommu-fixes-v6.17-rc2' of git://git.kernel...
2025-08-22 Linus TorvaldsMerge tag 'sound-6.17-rc3' of git://git.kernel.org...
2025-08-22 Linus TorvaldsMerge tag '6.17-rc2-smb3-client-fix' of git://git.samba...
2025-08-22 Linus TorvaldsMerge tag 'nfs-for-6.17-2' of git://git.linux-nfs.org...
2025-08-22 Linus TorvaldsMerge tag 'mm-hotfixes-stable-2025-08-21-18-17' of...
next