summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2026-01-27io_uring/bpf_filter: allow filtering on contents of struct open_howJens Axboe4-0/+23
2026-01-27io_uring/net: allow filtering on IORING_OP_SOCKET dataJens Axboe4-0/+33
2026-01-27io_uring: add support for BPF filtering for opcode restrictionsJens Axboe9-0/+447
2026-01-22io_uring: split out CQ waiting code into wait.cJens Axboe7-334/+368
2026-01-22io_uring: split out task work code into tw.cJens Axboe5-448/+483
2026-01-22io_uring/io-wq: don't trigger hung task for syzbot crazinessJens Axboe1-1/+21
2026-01-22io_uring: add IO_URING_EXIT_WAIT_MAX definitionJens Axboe2-1/+7
2026-01-21io_uring/sync: validate passed in offsetJens Axboe1-0/+2
2026-01-21io_uring/eventfd: remove unused ctx->evfd_last_cq_tail memberJens Axboe1-4/+3
2026-01-20io_uring/timeout: annotate data race in io_flush_timeouts()Jens Axboe1-1/+1
2026-01-15io_uring/uring_cmd: explicitly disallow cancelations for IOPOLLJens Axboe1-0/+9
2026-01-15io_uring: fix IOPOLL with passthrough I/OJens Axboe2-9/+7
2026-01-13io_uring: track restrictions separately for IORING_OP and IORING_REGISTERJens Axboe3-9/+22
2026-01-13io_uring: move ctx->restricted check into io_check_restriction()Jens Axboe1-1/+3
2026-01-13io_uring/register: set ctx->restricted when restrictions are parsedJens Axboe1-4/+3
2026-01-13io_uring/register: have io_parse_restrictions() set restrictions enabledJens Axboe1-1/+1
2026-01-13io_uring/register: have io_parse_restrictions() return number of opsJens Axboe1-7/+10
2026-01-12io_uring/register: drop io_register_enable_rings() submitter_task checkCaleb Sander Mateos1-1/+1
2026-01-12io_uring/msg_ring: drop unnecessary submitter_task checksCaleb Sander Mateos3-20/+7
2026-01-12io_uring: use release-acquire ordering for IORING_SETUP_R_DISABLEDCaleb Sander Mateos3-4/+17
2026-01-06io_uring: Trim out unused includesGabriel Krisman Bertazi5-16/+1
2025-12-29io_uring: IOPOLL polling improvementsJens Axboe6-58/+32
2025-12-29Linux 6.19-rc3v6.19-rc3Linus Torvalds1-1/+1
2025-12-28Merge tag 'usb-6.19-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds20-207/+130
2025-12-28Merge tag 'tty-6.19-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds4-14/+17
2025-12-28Merge tag 'firewire-fixes-6.19-rc3' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-5/+5
2025-12-28Merge tag 'riscv-for-linus-6.19-rc3' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds11-27/+166
2025-12-28Merge tag 'powerpc-6.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds10-24/+33
2025-12-27Merge tag 'spi-fix-v6.19-rc2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds3-16/+22
2025-12-27Merge tag 'regulator-fix-v6.19-rc2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds3-5/+5
2025-12-27Merge tag 'drm-fixes-2025-12-27' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds36-372/+347
2025-12-27Merge tag 'drm-msm-fixes-2025-12-26' of https://gitlab.freedesktop.org/drm/ms...Dave Airlie36-372/+347
2025-12-27Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds5-9/+21
2025-12-27Merge tag 'v6.19-rc2-smb3-client-fix' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds1-0/+2
2025-12-27Merge tag 'driver-core-6.19-rc3' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds5-5/+32
2025-12-27Merge tag 'efi-fixes-for-v6.19-1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds3-4/+6
2025-12-26Merge tag 'block-6.19-20251226' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-3/+2
2025-12-26Merge tag 'io_uring-6.19-20251226' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+1
2025-12-26Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds14-180/+93
2025-12-26Merge tag 'v6.19-rc2-smb3-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds8-69/+70
2025-12-26firewire: nosy: Fix dma_free_coherent() sizeThomas Fourier1-5/+5
2025-12-25io_uring: fix filename leak in __io_openat_prep()Prithvi Tambewagh1-1/+1
2025-12-24kthread: Warn if mm_struct lacks user_ns in kthread_use_mm()Breno Leitao1-0/+1
2025-12-24arm64: efi: Fix NULL pointer dereference by initializing user_nsBreno Leitao1-0/+1
2025-12-24efi/libstub: gop: Fix EDID support in mixed-modeHans de Goede1-4/+4
2025-12-24Merge tag 'nfsd-6.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds7-7/+26
2025-12-24Merge tag 'erofs-for-6.19-rc3-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-4/+4
2025-12-24cifs: Fix memory and information leak in smb3_reconfigure()Zilin Guan1-0/+2
2025-12-24drm/msm: Replace unsafe snprintf usage with scnprintfEvan Lambert1-5/+5
2025-12-24vhost/vsock: improve RCU read sections around vhost_vsock_get()Stefano Garzarella1-4/+11