VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   33 Branches   55 Tags
Date
Commit Message
Rev
Author
2023-07-19
io_uring: Use io_schedule* in cqring wait
Andres Freund
2023-07-19
io_uring: wait interruptibly for request completions on exit
Jens Axboe
2023-06-21
io_uring/net: use the correct msghdr union member in io_sendmsg_copy_hdr
Jens Axboe
2023-06-21
io_uring/net: disable partial retries for recvmsg with cmsg
Jens Axboe
2023-06-21
io_uring/net: clear msg_controllen on partial sendmsg retry
Jens Axboe
2023-06-17
io_uring/poll: serialize poll linked timer start with poll removal
Jens Axboe
2023-06-14
io_uring/io-wq: clear current->worker_private on exit
Jens Axboe
2023-06-13
io_uring/net: save msghdr->msg_control for retries
Jens Axboe
2023-06-12
io_uring/io-wq: don't clear PF_IO_WORKER on exit
Jens Axboe
2023-05-26
io_uring: undeprecate epoll_ctl support
Ben Noordhuis
2023-05-25
io_uring: unlock sqd->lock before sq thread release CPU
Wenwen Chen
2023-05-07
Merge tag 'for-6.4/io_uring-2023-05-07' of git://git.kernel.dk/linux
Linus Torvalds
2023-05-04
io_uring: Remove unnecessary BUILD_BUG_ON
Breno Leitao
2023-05-04
io_uring: Pass whole sqe to commands
Breno Leitao
2023-05-04
io_uring: Create a helper to return the SQE size
Breno Leitao
2023-05-03
io_uring/rsrc: check for nonconsecutive pages
Tobias Holl
2023-04-26
Merge tag 'net-next-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next
Linus Torvalds
2023-04-26
Merge tag 'for-6.4/block-2023-04-21' of git://git.kernel.dk/linux
Linus Torvalds
2023-04-26
Merge tag 'for-6.4/io_uring-2023-04-21' of git://git.kernel.dk/linux
Linus Torvalds
2023-04-24
Merge tag 'iter-ubuf.2-2023-04-21' of git://git.kernel.dk/linux
Linus Torvalds
2023-04-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-04-20
Revert "io_uring/rsrc: disallow multi-source reg buffers"
Jens Axboe
2023-04-18
io_uring: add support for multishot timeouts
David Wei
2023-04-18
io_uring/rsrc: disassociate nodes and rsrc_data
Pavel Begunkov
2023-04-18
io_uring/rsrc: devirtualise rsrc put callbacks
Pavel Begunkov
2023-04-18
io_uring/rsrc: pass node to io_rsrc_put_work()
Pavel Begunkov
2023-04-18
io_uring/rsrc: inline io_rsrc_put_work()
Pavel Begunkov
2023-04-18
io_uring/rsrc: add empty flag in rsrc_node
Pavel Begunkov
2023-04-18
io_uring/rsrc: merge nodes and io_rsrc_put
Pavel Begunkov
2023-04-18
io_uring/rsrc: infer node from ctx on io_queue_rsrc_removal
Pavel Begunkov
2023-04-18
io_uring/rsrc: remove unused io_rsrc_node::llist
Pavel Begunkov
2023-04-15
io_uring/rsrc: refactor io_queue_rsrc_removal
Pavel Begunkov
2023-04-15
io_uring/rsrc: simplify single file node switching
Pavel Begunkov
2023-04-15
io_uring/rsrc: clean up __io_sqe_buffers_update()
Pavel Begunkov
2023-04-15
io_uring/rsrc: inline switch_start fast path
Pavel Begunkov
2023-04-15
io_uring/rsrc: remove rsrc_data refs
Pavel Begunkov
2023-04-15
io_uring/rsrc: fix DEFER_TASKRUN rsrc quiesce
Pavel Begunkov
2023-04-15
io_uring/rsrc: use wq for quiescing
Pavel Begunkov
2023-04-15
io_uring/rsrc: refactor io_rsrc_ref_quiesce
Pavel Begunkov
2023-04-15
io_uring/rsrc: remove io_rsrc_node::done
Pavel Begunkov
2023-04-15
io_uring/rsrc: use nospec'ed indexes
Pavel Begunkov
2023-04-15
io_uring/notif: add constant for ubuf_info flags
Pavel Begunkov
2023-04-15
Merge tag 'io_uring-6.3-2023-04-14' of git://git.kernel.dk/linux
Linus Torvalds
2023-04-14
io_uring: complete request via task work in case of DEFER_TASKRUN
Ming Lei
2023-04-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-04-12
io_uring/rsrc: extract SCM file put helper
Pavel Begunkov
2023-04-12
io_uring/rsrc: refactor io_rsrc_node_switch
Pavel Begunkov
2023-04-12
io_uring/rsrc: zero node's rsrc data on alloc
Pavel Begunkov
2023-04-12
io_uring/rsrc: consolidate node caching
Pavel Begunkov
2023-04-12
io_uring/rsrc: add lockdep checks
Pavel Begunkov
2023-04-12
io_uring: add irq lockdep checks
Pavel Begunkov
2023-04-12
io_uring/kbuf: remove extra ->buf_ring null check
Pavel Begunkov
2023-04-12
io_uring: shut io_prep_async_work warning
Pavel Begunkov
2023-04-12
io_uring/uring_cmd: take advantage of completion batching
Jens Axboe
2023-04-08
Merge tag 'io_uring-6.3-2023-04-06' of git://git.kernel.dk/linux
Linus Torvalds
2023-04-06
io_uring: optimise io_req_local_work_add
Pavel Begunkov
2023-04-06
io_uring: refactor __io_cq_unlock_post_flush()
Pavel Begunkov
2023-04-06
io_uring: reduce scheduling due to tw
Pavel Begunkov
2023-04-06
io_uring: inline llist_add()
Pavel Begunkov
2023-04-06
io_uring: add tw add flags
Pavel Begunkov
2023-04-06
io_uring: refactor io_cqring_wake()
Pavel Begunkov
2023-04-06
io_uring: optimize local tw add ctx pinning
Pavel Begunkov
2023-04-06
io_uring: move pinning out of io_req_local_work_add
Pavel Begunkov
2023-04-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-04-05
io_uring/uring_cmd: assign ioucmd->cmd at async prep time
Jens Axboe
2023-04-04
io_uring/rsrc: add custom limit for node caching
Pavel Begunkov
2023-04-04
io_uring/rsrc: optimise io_rsrc_data refcounting
Pavel Begunkov
2023-04-04
io_uring/rsrc: add lockdep sanity checks
Pavel Begunkov
2023-04-04
io_uring/rsrc: cache struct io_rsrc_node
Pavel Begunkov
2023-04-04
io_uring/rsrc: don't offload node free
Pavel Begunkov
2023-04-04
io_uring/rsrc: optimise io_rsrc_put allocation
Pavel Begunkov
2023-04-04
io_uring/rsrc: rename rsrc_list
Pavel Begunkov
2023-04-04
io_uring/rsrc: kill rsrc_ref_lock
Pavel Begunkov
2023-04-04
io_uring/rsrc: protect node refs with uring_lock
Pavel Begunkov
2023-04-04
io_uring: io_free_req() via tw
Pavel Begunkov
2023-04-04
io_uring: don't put nodes under spinlocks
Pavel Begunkov
2023-04-04
io_uring/rsrc: keep cached refs per node
Pavel Begunkov
2023-04-04
io_uring/rsrc: use non-pcpu refcounts for nodes
Pavel Begunkov
2023-04-03
io_uring: cap io_sqring_entries() at SQ ring size
Jens Axboe
2023-04-03
io_uring: rename trace_io_uring_submit_sqe() tracepoint
Jens Axboe
2023-04-03
io_uring: encapsulate task_work state
Pavel Begunkov
2023-04-03
io_uring: remove extra tw trylocks
Pavel Begunkov
2023-04-03
io_uring/io-wq: drop outdated comment
Jens Axboe
2023-04-03
io-wq: Drop struct io_wqe
Gabriel Krisman Bertazi
2023-04-03
io-wq: Move wq accounting to io_wq
Gabriel Krisman Bertazi
2023-04-03
io_uring/kbuf: disallow mapping a badly aligned provided ring buffer
Jens Axboe
2023-04-03
io_uring: Add KASAN support for alloc_caches
Breno Leitao
2023-04-03
io_uring: Move from hlist to io_wq_work_node
Breno Leitao
2023-04-03
io_uring: One wqe per wq
Breno Leitao
2023-04-03
io_uring: add support for user mapped provided buffer ring
Jens Axboe
2023-04-03
io_uring/kbuf: rename struct io_uring_buf_reg 'pad' to'flags'
Jens Axboe
2023-04-03
io_uring/kbuf: add buffer_list->is_mapped member
Jens Axboe
2023-04-03
io_uring/kbuf: move pinning of provided buffer ring into helper
Jens Axboe
2023-04-03
io_uring: Adjust mapping wrt architecture aliasing requirements
Helge Deller
2023-04-03
io_uring: avoid hashing O_DIRECT writes if the filesystem doesn't need it
Jens Axboe
2023-04-01
io_uring: fix memory leak when removing provided buffers
Wojciech Lukowicz
2023-04-01
io_uring: fix return value when removing provided buffers
Wojciech Lukowicz
2023-03-31
Merge tag 'io_uring-6.3-2023-03-30' of git://git.kernel.dk/linux
Linus Torvalds
2023-03-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-03-30
iov_iter: add iter_iov_addr() and iter_iov_len() helpers
Jens Axboe
2023-03-30
iov_iter: add iter_iovec() helper
Jens Axboe
2023-03-30
io_uring: fix poll/netmsg alloc caches
Pavel Begunkov
2023-03-29
io_uring/rsrc: fix rogue rsrc node grabbing
Pavel Begunkov
2023-03-28
io_uring/poll: clear single/double poll flags on poll arming
Jens Axboe
2023-03-24
Merge tag 'block-6.3-2023-03-24' of git://git.kernel.dk/linux
Linus Torvalds
2023-03-22
io_uring/rsrc: fix null-ptr-deref in io_file_bitmap_get()
Savino Dicanosa
2023-03-20
io_uring/net: avoid sending -ECONNABORTED on repeated connection requests
Jens Axboe
2023-03-20
block/io_uring: pass in issue_flags for uring_cmd task_work handling
Jens Axboe
2023-03-20
blk-mq: remove hybrid polling
Keith Busch
2023-03-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-03-16
io_uring/rsrc: fix folio accounting
Pavel Begunkov
2023-03-16
io_uring/msg_ring: let target know allocated index
Pavel Begunkov
2023-03-15
io_uring: rsrc: Optimize return value variable 'ret'
Li zeming
2023-03-15
io_uring/sqpoll: Do not set PF_NO_SETAFFINITY on sqpoll threads
Michal Koutný
2023-03-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-03-09
io_uring: silence variable ‘prev’ set but not used warning
Jens Axboe
2023-03-09
io_uring/uring_cmd: ensure that device supports IOPOLL
Jens Axboe
2023-03-08
io_uring/io-wq: stop setting PF_NO_SETAFFINITY on io-wq workers
Jens Axboe
2023-03-08
net: reclaim skb->scm_io_uring bit
Eric Dumazet
2023-03-03
Merge tag 'io_uring-6.3-2023-03-03' of git://git.kernel.dk/linux
Linus Torvalds
2023-03-01
capability: just use a 'u64' instead of a 'u32[2]' array
Linus Torvalds
2023-03-01
io_uring/poll: don't pass in wake func to io_init_poll_iocb()
Jens Axboe
2023-02-28
io_uring: fix fget leak when fs don't support nowait buffered read
Joseph Qi
2023-02-25
io_uring/poll: allow some retries for poll triggering spuriously
Jens Axboe
2023-02-24
io_uring: remove MSG_NOSIGNAL from recvmsg
David Lamparter
2023-02-24
io_uring/rsrc: always initialize 'folio' to NULL
Jens Axboe
2023-02-23
Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
Linus Torvalds
2023-02-22
io_uring/rsrc: optimise registered huge pages
Pavel Begunkov
2023-02-22
io_uring/rsrc: optimise single entry advance
Pavel Begunkov
2023-02-22
io_uring/rsrc: disallow multi-source reg buffers
Pavel Begunkov
2023-02-22
io_uring: remove unused wq_list_merge
Pavel Begunkov
2023-02-22
io_uring: fix size calculation when registering buf ring
Wojciech Lukowicz
2023-02-22
io_uring/rsrc: fix a comment in io_import_fixed()
Pavel Begunkov
2023-02-22
io_uring: rename 'in_idle' to 'in_cancel'
Jens Axboe
2023-02-22
io_uring: consolidate the put_ref-and-return section of adding work
Jens Axboe
2023-02-20
Merge tag 'for-6.3/block-2023-02-16' of git://git.kernel.dk/linux
Linus Torvalds
2023-02-20
Merge tag 'for-6.3/iter-ubuf-2023-02-16' of git://git.kernel.dk/linux
Linus Torvalds
2023-02-16
io_uring: Support calling io_uring_register with a registered ring fd
Josh Triplett
2023-02-10
io_uring,audit: don't log IORING_OP_MADVISE
Richard Guy Briggs
2023-02-06
io_uring: mark task TASK_RUNNING before handling resume/task work
Jens Axboe
2023-02-03
io_uring: use bvec_set_page to initialize a bvec
Christoph Hellwig
2023-01-29
io_uring: always go async for unsupported open flags
Dylan Yudaken
2023-01-29
io_uring: always go async for unsupported fadvise flags
Dylan Yudaken
2023-01-29
io_uring: for requests that require async, force it
Dylan Yudaken
2023-01-29
io_uring: if a linked request has REQ_F_FORCE_ASYNC then run it async
Dylan Yudaken
2023-01-29
io_uring: add reschedule point to handle_tw_list()
Jens Axboe
2023-01-29
io_uring: add a conditional reschedule to the IOPOLL cancelation loop
Jens Axboe
2023-01-29
io_uring: return normal tw run linking optimisation
Pavel Begunkov
2023-01-29
io_uring: refactor tctx_task_work
Pavel Begunkov
2023-01-29
io_uring: refactor io_put_task helpers
Pavel Begunkov
2023-01-29
io_uring: refactor req allocation
Pavel Begunkov
2023-01-29
io_uring: improve io_get_sqe
Pavel Begunkov
2023-01-29
io_uring: kill outdated comment about overflow flush
Pavel Begunkov
2023-01-29
io_uring: use user visible tail in io_uring_poll()
Pavel Begunkov
2023-01-29
io_uring: pass in io_issue_def to io_assign_file()
Jens Axboe
2023-01-29
io_uring: Enable KASAN for request cache
Breno Leitao
2023-01-29
io_uring: handle TIF_NOTIFY_RESUME when checking for task_work
Jens Axboe
2023-01-29
io_uring/msg-ring: ensure flags passing works for task_work completions
Jens Axboe
2023-01-29
io_uring: Split io_issue_def struct
Breno Leitao
2023-01-29
io_uring: Rename struct io_op_def
Breno Leitao
2023-01-29
io_uring: refactor __io_req_complete_post
Pavel Begunkov
2023-01-29
io_uring: simplify fallback execution
Pavel Begunkov
2023-01-29
io_uring: don't export io_put_task()
Pavel Begunkov
2023-01-29
io_uring: return back links tw run optimisation
Pavel Begunkov
2023-01-29
io_uring: make io_sqpoll_wait_sq return void
Quanfa Fu
2023-01-29
io_uring: optimise deferred tw execution
Pavel Begunkov
2023-01-29
io_uring: add io_req_local_work_add wake fast path
Pavel Begunkov
2023-01-29
io_uring: waitqueue-less cq waiting
Pavel Begunkov
2023-01-29
io_uring: wake up optimisations
Pavel Begunkov
2023-01-29
io_uring: add lazy poll_wq activation
Pavel Begunkov
2023-01-29
io_uring: separate wq for ring polling
Pavel Begunkov
2023-01-29
io_uring: move io_run_local_work_locked
Pavel Begunkov
2023-01-29
io_uring: mark io_run_local_work static
Pavel Begunkov
2023-01-29
io_uring: don't set TASK_RUNNING in local tw runner
Pavel Begunkov
2023-01-29
io_uring: refactor io_wake_function
Pavel Begunkov
2023-01-29
io_uring: remove excessive unlikely on IS_ERR
Dmitrii Bundin
2023-01-29
io_uring/msg_ring: Pass custom flags to the cqe
Breno Leitao
2023-01-29
io_uring: keep timeout in io_wait_queue
Pavel Begunkov
2023-01-29
io_uring: optimise non-timeout waiting
Pavel Begunkov
2023-01-29
io_uring: set TASK_RUNNING right after schedule
Pavel Begunkov
2023-01-29
io_uring: simplify io_has_work
Pavel Begunkov
2023-01-29
io_uring: mimimise io_cqring_wait_schedule
Pavel Begunkov
2023-01-29
io_uring: parse check_cq out of wq waiting
Pavel Begunkov
2023-01-29
io_uring: move defer tw task checks
Pavel Begunkov
2023-01-29
io_uring: kill io_run_task_work_ctx
Pavel Begunkov
2023-01-29
io_uring: don't iterate cq wait fast path
Pavel Begunkov
2023-01-29
io_uring: rearrange defer list checks
Pavel Begunkov
2023-01-27
io_uring: always prep_async for drain requests
Dylan Yudaken
2023-01-23
io_uring/net: cache provided buffer group value for multishot receives
Jens Axboe
2023-01-20
io_uring/poll: don't reissue in case of poll race on multishot request
Jens Axboe
2023-01-20
io_uring/msg_ring: fix remote queue to disabled ring
Pavel Begunkov
2023-01-20
io_uring/msg_ring: fix flagging remote execution
Pavel Begunkov
2023-01-19
io_uring/msg_ring: fix missing lock on overflow for IOPOLL
Jens Axboe
2023-01-19
io_uring/msg_ring: move double lock/unlock helpers higher up
Jens Axboe
2023-01-18
mm/nommu: factor out check for NOMMU shared mappings into is_nommu_shared_mapping()
David Hildenbrand
2023-01-13
io_uring: lock overflowing for IOPOLL
Pavel Begunkov
2023-01-12
io_uring/poll: attempt request issue after racy poll wakeup
Jens Axboe
2023-01-10
io_uring/fdinfo: include locked hash table in fdinfo output
Jens Axboe
2023-01-09
io_uring/poll: add hash if ready poll request can't complete inline
Jens Axboe
2023-01-08
io_uring: use iter_ubuf for single range imports
Jens Axboe