summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-01-20io_uring/msg_ring: fix remote queue to disabled ringPavel Begunkov2-2/+10
2023-01-20io_uring/msg_ring: fix flagging remote executionPavel Begunkov1-17/+23
2023-01-19io_uring/msg_ring: fix missing lock on overflow for IOPOLLJens Axboe1-9/+30
2023-01-19io_uring/msg_ring: move double lock/unlock helpers higher upJens Axboe1-24/+23
2023-01-13io_uring: lock overflowing for IOPOLLPavel Begunkov1-1/+5
2023-01-12io_uring/poll: attempt request issue after racy poll wakeupJens Axboe1-11/+20
2023-01-10io_uring/fdinfo: include locked hash table in fdinfo outputJens Axboe1-2/+10
2023-01-10io_uring/poll: add hash if ready poll request can't complete inlineJens Axboe1-5/+12
2023-01-08io_uring/io-wq: only free worker if it was allocated for creationJens Axboe1-1/+6
2023-01-05io_uring: fix CQ waiting timeout handlingPavel Begunkov1-3/+3
2023-01-04io_uring: move 'poll_multi_queue' bool in io_ring_ctxJens Axboe1-1/+2
2023-01-04io_uring: lockdep annotate CQ lockingPavel Begunkov2-3/+17
2023-01-04io_uring: pin context while queueing deferred twPavel Begunkov1-1/+7
2023-01-03io_uring/io-wq: free worker if task_work creation is canceledJens Axboe1-0/+1
2022-12-27uapi:io_uring.h: allow linux/time_types.h to be skippedStefan Metzmacher1-0/+8
2022-12-23io_uring: check for valid register opcode earlierJens Axboe1-2/+3
2022-12-21io_uring/cancel: re-grab ctx mutex after finishing waitJens Axboe1-5/+4
2022-12-21io_uring: finish waiting before flushing overflow entriesJens Axboe1-9/+16
2022-12-19MAINTAINERS: io_uring: Add include/trace/events/io_uring.hAmmar Faizi1-0/+1
2022-12-19io_uring/net: fix cleanup after recyclePavel Begunkov1-1/+1
2022-12-19io_uring/net: ensure compat import handlers clear free_iovJens Axboe1-0/+1
2022-12-18io_uring: include task_work run after scheduling in wait for eventsJens Axboe1-1/+10
2022-12-17io_uring: don't use TIF_NOTIFY_SIGNAL to test for availability of task_workJens Axboe1-2/+1
2022-12-15io_uring: use call_rcu_hurry if signaling an eventfdDylan Yudaken1-1/+1
2022-12-15io_uring: fix overflow handling regressionPavel Begunkov2-2/+2
2022-12-14io_uring: ease timeout flush locking requirementsPavel Begunkov2-7/+4
2022-12-14io_uring: revise completion_lock lockingPavel Begunkov3-15/+20
2022-12-14io_uring: protect cq_timeouts with timeout_lockPavel Begunkov1-1/+3
2022-12-14Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds237-5047/+9281
2022-12-14Merge tag 'net-next-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2013-34345/+165926
2022-12-14Merge tag 'xtensa-20221213' of https://github.com/jcmvbkbc/linux-xtensaLinus Torvalds10-11/+234
2022-12-14Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds70-340/+393
2022-12-14Merge tag 'x86_sev_for_v6.2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-3/+2
2022-12-14Merge tag 'x86_paravirt_for_v6.2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-49/+12
2022-12-14Merge tag 'x86_microcode_for_v6.2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds14-476/+410
2022-12-14Merge tag 'x86_cpu_for_v6.2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds30-662/+538
2022-12-14Merge tag 'x86_boot_for_v6.2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds17-512/+547
2022-12-14Merge tag 'x86_asm_for_v6.2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds4-187/+223
2022-12-14Merge tag 'efi-next-for-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds69-1492/+2138
2022-12-14Merge tag 'integrity-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/z...Linus Torvalds8-26/+59
2022-12-14Merge tag 'sysctl-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds4-29/+27
2022-12-14Merge tag 'modules-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds16-43/+840
2022-12-14Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds215-3497/+18581
2022-12-14Merge tag 'mmc-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds82-728/+2117
2022-12-14Merge tag 'for-linus-6.2-1' of https://github.com/cminyard/linux-ipmiLinus Torvalds11-23/+1004
2022-12-14Merge tag 'for-linus-2022121301' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds25-295/+2056
2022-12-14Merge tag 'input-for-v6.2-rc0' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds134-809/+3098
2022-12-14Merge tag 'devicetree-for-6.2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds98-724/+1362
2022-12-14Merge tag 'hwmon-for-v6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds42-407/+1611
2022-12-14Merge tag 'pinctrl-v6.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds201-4770/+7899