aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-11-30io_uring: don't reinstall quiesce node for each twGravatar Pavel Begunkov 1-20/+18
2022-11-30io_uring: improve rsrc quiesce refs checksGravatar Pavel Begunkov 1-9/+6
2022-11-30io_uring: don't raw spin unlock to match cq_lockGravatar Pavel Begunkov 2-1/+6
2022-11-30io_uring: combine poll tw handlersGravatar Pavel Begunkov 1-33/+21
2022-11-30io_uring: improve poll warning handlingGravatar Pavel Begunkov 1-1/+1
2022-11-30io_uring: remove ctx variable in io_poll_check_eventsGravatar Pavel Begunkov 1-2/+1
2022-11-30io_uring: carve io_poll_check_events fast pathGravatar Pavel Begunkov 1-19/+22
2022-11-30io_uring: kill io_poll_issue's PF_EXITING checkGravatar Pavel Begunkov 1-2/+0
2022-11-29Merge branch 'for-6.2/io_uring' into for-6.2/io_uring-nextGravatar Jens Axboe 18-207/+355
2022-11-27Linux 6.1-rc7v6.1-rc7Gravatar Linus Torvalds 1-1/+1
2022-11-27Merge tag 'pull-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsGravatar Linus Torvalds 4-9/+28
2022-11-27Merge tag 'usb-6.1-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Gravatar Linus Torvalds 5-81/+46
2022-11-27Merge tag 'char-misc-6.1-rc7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 13-34/+39
2022-11-27Merge tag 'timers_urgent_for_v6.1_rc7' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-2/+5
2022-11-27Merge tag 'objtool_urgent_for_v6.1_rc7' of git://git.kernel.org/pub/scm/linux...Gravatar Linus Torvalds 1-3/+4
2022-11-27Merge tag 'x86_urgent_for_v6.1_rc7' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 5-44/+112
2022-11-27Merge tag 'perf_urgent_for_v6.1_rc7' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-2/+25
2022-11-27Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 15-83/+251
2022-11-27Merge tag '6.1-rc6-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Gravatar Linus Torvalds 2-3/+5
2022-11-26Merge tag 'kbuild-fixes-v6.1-4' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 5-7/+7
2022-11-27nios2: add FORCE for vmlinuz.gzGravatar Randy Dunlap 1-1/+1
2022-11-26Merge tag 'nfsd-6.1-6' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Gravatar Linus Torvalds 1-3/+4
2022-11-25Merge tag 'for-v6.1-rc' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/...Gravatar Linus Torvalds 3-10/+15
2022-11-25Merge tag 'block-6.1-2022-11-25' of git://git.kernel.dk/linuxGravatar Linus Torvalds 5-69/+67
2022-11-25Merge tag 'io_uring-6.1-2022-11-25' of git://git.kernel.dk/linuxGravatar Linus Torvalds 3-11/+47
2022-11-25Merge tag 'zonefs-6.1-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Gravatar Linus Torvalds 2-8/+21
2022-11-25Merge tag 'regulator-fix-v6.1-rc6' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 4-6/+22
2022-11-25Merge tag 'for-6.1-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 7-35/+132
2022-11-25Merge tag 'pm-6.1-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Gravatar Linus Torvalds 5-48/+74
2022-11-25Merge tag 's390-6.1-6' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Gravatar Linus Torvalds 3-3/+15
2022-11-25Merge tag 'hyperv-fixes-signed-20221125' of git://git.kernel.org/pub/scm/linu...Gravatar Linus Torvalds 5-79/+141
2022-11-25Merge tag 'mm-hotfixes-stable-2022-11-24' of git://git.kernel.org/pub/scm/lin...Gravatar Linus Torvalds 24-79/+173
2022-11-25Merge tag 'pull-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsGravatar Linus Torvalds 2-2/+12
2022-11-25io_uring: clear TIF_NOTIFY_SIGNAL if set and task_work not availableGravatar Jens Axboe 1-2/+7
2022-11-25Merge tag 'sound-6.1-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Gravatar Linus Torvalds 9-14/+27
2022-11-25Merge tag 'drm-fixes-2022-11-25' of git://anongit.freedesktop.org/drm/drmGravatar Linus Torvalds 38-326/+487
2022-11-25io_uring/poll: fix poll_refs race with cancelationGravatar Lin Ma 1-1/+2
2022-11-25io_uring/filetable: fix file reference underflowGravatar Lin Ma 1-2/+0
2022-11-25io_uring: make poll refs more robustGravatar Pavel Begunkov 1-1/+35
2022-11-25io_uring: cmpxchg for poll arm refs releaseGravatar Pavel Begunkov 1-5/+3
2022-11-25io_uring: keep unlock_post inlined in hot pathGravatar Pavel Begunkov 1-2/+9
2022-11-25io_uring: don't use complete_post in kbufGravatar Pavel Begunkov 1-9/+5
2022-11-25io_uring: spelling fixGravatar Dylan Yudaken 1-1/+1
2022-11-25io_uring: remove io_req_complete_post_twGravatar Dylan Yudaken 2-8/+1
2022-11-25io_uring: allow multishot polled reqs to defer completionGravatar Dylan Yudaken 1-1/+2
2022-11-25io_uring: remove overflow param from io_post_aux_cqeGravatar Dylan Yudaken 4-10/+13
2022-11-25io_uring: add lockdep assertion in io_fill_cqe_auxGravatar Dylan Yudaken 1-0/+2
2022-11-25io_uring: make io_fill_cqe_aux staticGravatar Dylan Yudaken 2-4/+2
2022-11-25io_uring: add io_aux_cqe which allows deferred completionGravatar Dylan Yudaken 4-5/+42
2022-11-25io_uring: allow defer completion for aux posted cqesGravatar Dylan Yudaken 2-3/+26