platform/kernel/linux-starfive.git
2022-07-25 Pavel Begunkovio_uring: add IORING_SETUP_SINGLE_ISSUER
2022-07-25 Pavel Begunkovio_uring: use state completion infra for poll reqs
2022-07-25 Pavel Begunkovio_uring: clean up io_ring_ctx_alloc
2022-07-25 Pavel Begunkovio_uring: limit the number of cancellation buckets
2022-07-25 Pavel Begunkovio_uring: clean up io_try_cancel
2022-07-25 Pavel Begunkovio_uring: pass poll_find lock back
2022-07-25 Hao Xuio_uring: switch cancel_hash to use per entry spinlock
2022-07-25 Hao Xuio_uring: poll: remove unnecessary req->ref set
2022-07-25 Pavel Begunkovio_uring: don't inline io_put_kbuf
2022-07-25 Pavel Begunkovio_uring: refactor io_req_task_complete()
2022-07-25 Pavel Begunkovio_uring: kill REQ_F_COMPLETE_INLINE
2022-07-25 Pavel Begunkovio_uring: rw: delegate sync completions to core io_uring
2022-07-25 Jens Axboeio_uring: remove unused IO_REQ_CACHE_SIZE defined
2022-07-25 Pavel Begunkovio_uring: don't set REQ_F_COMPLETE_INLINE in tw
2022-07-25 Pavel Begunkovio_uring: remove check_cq checking from hot paths
2022-07-25 Pavel Begunkovio_uring: never defer-complete multi-apoll
2022-07-25 Pavel Begunkovio_uring: inline ->registered_rings
2022-07-25 Pavel Begunkovio_uring: explain io_wq_work::cancel_seq placement
2022-07-25 Pavel Begunkovio_uring: move small helpers to headers
2022-07-25 Pavel Begunkovio_uring: refactor ctx slow data placement
2022-07-25 Pavel Begunkovio_uring: better caching for ctx timeout fields
2022-07-25 Pavel Begunkovio_uring: move defer_list to slow data
2022-07-25 Pavel Begunkovio_uring: make reg buf init consistent
2022-07-25 Jens Axboeio_uring: deprecate epoll_ctl support
2022-07-25 Jens Axboeio_uring: add support for level triggered poll
2022-07-25 Jens Axboeio_uring: move opcode table to opdef.c
2022-07-25 Jens Axboeio_uring: move read/write related opcodes to its own...
2022-07-25 Jens Axboeio_uring: move remaining file table manipulation to...
2022-07-25 Jens Axboeio_uring: move rsrc related data, core, and commands
2022-07-25 Jens Axboeio_uring: split provided buffers handling into its...
2022-07-25 Jens Axboeio_uring: move cancelation into its own file
2022-07-25 Jens Axboeio_uring: move poll handling into its own file
2022-07-25 Jens Axboeio_uring: add opcode name to io_op_defs
2022-07-25 Jens Axboeio_uring: include and forward-declaration sanitation
2022-07-25 Jens Axboeio_uring: move io_uring_task (tctx) helpers into its...
2022-07-25 Jens Axboeio_uring: move fdinfo helpers to its own file
2022-07-25 Jens Axboeio_uring: use io_is_uring_fops() consistently
2022-07-25 Jens Axboeio_uring: move SQPOLL related handling into its own...
2022-07-25 Jens Axboeio_uring: move timeout opcodes and handling into its...
2022-07-25 Jens Axboeio_uring: move our reference counting into a header
2022-07-25 Jens Axboeio_uring: move msg_ring into its own file
2022-07-25 Jens Axboeio_uring: split network related opcodes into its own...
2022-07-25 Jens Axboeio_uring: move statx handling to its own file
2022-07-25 Jens Axboeio_uring: move epoll handler to its own file
2022-07-25 Jens Axboeio_uring: add a dummy -EOPNOTSUPP prep handler
2022-07-25 Jens Axboeio_uring: move uring_cmd handling to its own file
2022-07-25 Jens Axboeio_uring: split out open/close operations
2022-07-25 Jens Axboeio_uring: separate out file table handling code
2022-07-25 Jens Axboeio_uring: split out fadvise/madvise operations
2022-07-25 Jens Axboeio_uring: split out fs related sync/fallocate functions
2022-07-25 Jens Axboeio_uring: split out splice related operations
2022-07-25 Jens Axboeio_uring: split out filesystem related operations
2022-07-25 Jens Axboeio_uring: move nop into its own file
2022-07-25 Jens Axboeio_uring: move xattr related opcodes to its own file
2022-07-25 Jens Axboeio_uring: handle completions in the core
2022-07-25 Jens Axboeio_uring: set completion results upfront
2022-07-25 Jens Axboeio_uring: add io_uring_types.h
2022-07-25 Jens Axboeio_uring: define a request type cleanup handler
2022-07-25 Jens Axboeio_uring: unify struct io_symlink and io_hardlink
2022-07-25 Jens Axboeio_uring: convert iouring_cmd to io_cmd_type
2022-07-25 Jens Axboeio_uring: convert xattr to use io_cmd_type
2022-07-25 Jens Axboeio_uring: convert rsrc_update to io_cmd_type
2022-07-25 Jens Axboeio_uring: convert msg and nop to io_cmd_type
2022-07-25 Jens Axboeio_uring: convert splice to use io_cmd_type
2022-07-25 Jens Axboeio_uring: convert epoll to io_cmd_type
2022-07-25 Jens Axboeio_uring: convert file system request types to use...
2022-07-25 Jens Axboeio_uring: convert madvise/fadvise to use io_cmd_type
2022-07-25 Jens Axboeio_uring: convert open/close path to use io_cmd_type
2022-07-25 Jens Axboeio_uring: convert timeout path to use io_cmd_type
2022-07-25 Jens Axboeio_uring: convert cancel path to use io_cmd_type
2022-07-25 Jens Axboeio_uring: convert the sync and fallocate paths to use...
2022-07-25 Jens Axboeio_uring: convert net related opcodes to use io_cmd_type
2022-07-25 Jens Axboeio_uring: remove recvmsg knowledge from io_arm_poll_han...
2022-07-25 Jens Axboeio_uring: convert poll_update path to use io_cmd_type
2022-07-25 Jens Axboeio_uring: convert poll path to use io_cmd_type
2022-07-25 Jens Axboeio_uring: convert read/write path to use io_cmd_type
2022-07-25 Jens Axboeio_uring: add generic command payload type to struct...
2022-07-25 Jens Axboeio_uring: move req async preparation into opcode handler
2022-07-25 Jens Axboeio_uring: move to separate directory
2022-07-25 Jens Axboeio_uring: define a 'prep' and 'issue' handler for each...
2022-07-24 Linus TorvaldsLinux 5.19-rc8
2022-07-24 Adam Borowskicerts: make system keyring depend on x509 parser
2022-07-24 Linus TorvaldsMerge tag 'perf_urgent_for_v5.19_rc8' of git://git...
2022-07-24 Linus TorvaldsMerge tag 'sched_urgent_for_v5.19_rc8' of git://git...
2022-07-24 Linus TorvaldsMerge tag 'x86_urgent_for_v5.19_rc8' of git://git....
2022-07-24 Linus TorvaldsMerge tag 'clk-fixes-for-linus' of git://git./linux...
2022-07-23 Linus TorvaldsMerge tag 'for-linus' of git://git./virt/kvm/kvm
2022-07-23 Ben Hutchingsx86/speculation: Make all RETbleed mitigations 64-bit...
2022-07-22 Linus TorvaldsMerge tag 'spi-fix-v5.19-rc7' of git://git./linux/kerne...
2022-07-22 Linus TorvaldsMerge tag 'riscv-for-linus-5.19-rc8' of git://git....
2022-07-22 Linus TorvaldsMerge tag 'acpi-5.19-rc8' of git://git./linux/kernel...
2022-07-22 Linus TorvaldsMerge tag 'io_uring-5.19-2022-07-21' of git://git.kerne...
2022-07-22 Linus TorvaldsMerge tag 'block-5.19-2022-07-21' of git://git.kernel...
2022-07-22 Linus TorvaldsMerge tag 'i2c-for-5.19-rc8' of git://git./linux/kernel...
2022-07-22 Linus TorvaldsMerge tag 'gpio-fixes-for-v5.19-rc8' of git://git....
2022-07-22 Linus TorvaldsMerge tag 'pinctrl-v5.19-3' of git://git./linux/kernel...
2022-07-22 Linus TorvaldsMerge tag 'sound-5.19-rc8' of git://git./linux/kernel...
2022-07-22 Linus TorvaldsMerge tag 'mmc-v5.19-rc6' of git://git./linux/kernel...
2022-07-22 Linus TorvaldsMerge tag 'drm-fixes-2022-07-22' of git://anongit.freed...
2022-07-22 Linus TorvaldsMerge tag 'rcu-urgent.2022.07.21a' of git://git./linux...
next