VisionFive2 Linux kernel

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

More than 9999 Commits   32 Branches   54 Tags
Date
Commit Message
Rev
Author
2021-09-03
io_uring: rsrc ref lock needs to be IRQ safe
Jens Axboe
2021-08-26
io_uring: fix xa_alloc_cycle() error return value check
Jens Axboe
2021-08-26
io_uring: only assign io_uring_enter() SQPOLL error in actual error case
Jens Axboe
2021-08-26
io_uring: fix code style problems
Pavel Begunkov
2021-08-26
io_uring: Use WRITE_ONCE() when writing to sq_flags
Nadav Amit
2021-08-18
io_uring: clear TIF_NOTIFY_SIGNAL when running task work
Nadav Amit
2021-08-18
io_uring: fix ctx-exit io_rsrc_put_work() deadlock
Pavel Begunkov
2021-08-18
io_uring: drop ctx->uring_lock before flushing work item
Jens Axboe
2021-08-08
io_uring: explicitly catch any illegal async queue attempt
Jens Axboe
2021-08-08
io_uring: never attempt iopoll reissue from release path
Jens Axboe
2021-08-04
io_uring: fix race in unified task_work running
Jens Axboe
2021-08-04
io_uring: fix poll requests leaking second poll entries
Hao Xu
2021-08-04
io_uring: don't block level reissue off completion path
Jens Axboe
2021-08-04
io_uring: fix io_prep_async_link locking
Pavel Begunkov
2021-07-28
io_uring: fix early fdput() of file
Jens Axboe
2021-07-28
io_uring: remove double poll entry on arm failure
Pavel Begunkov
2021-07-28
io_uring: explicitly count entries for poll reqs
Pavel Begunkov
2021-07-28
io_uring: Fix race condition when sqp thread goes to sleep
Olivier Langlois
2021-07-28
io_uring: fix memleak in io_init_wq_offload()
Yang Yingliang
2021-07-20
io_uring: remove not needed PF_EXITING check
Pavel Begunkov
2021-07-20
io_uring: inline __tctx_task_work()
Pavel Begunkov
2021-07-20
io_uring: move creds from io-wq work to io_kiocb
Pavel Begunkov
2021-07-20
io_uring: don't bounce submit_state cachelines
Pavel Begunkov
2021-07-20
io_uring: shuffle rarely used ctx fields
Pavel Begunkov
2021-07-20
io_uring: get rid of files in exit cancel
Pavel Begunkov
2021-07-20
io_uring: use right task for exiting checks
Pavel Begunkov
2021-07-14
io_uring: add IOPOLL and reserved field checks to IORING_OP_UNLINKAT
Jens Axboe
2021-07-14
io_uring: add IOPOLL and reserved field checks to IORING_OP_RENAMEAT
Jens Axboe
2021-07-14
io_uring: fix blocking inline submission
Pavel Begunkov
2021-06-10
io_uring: add feature flag for rsrc tags
Pavel Begunkov
2021-06-10
io_uring: change registration/upd/rsrc tagging ABI
Pavel Begunkov
2021-05-29
io_uring: fix misaccounting fix buf pinned pages
Pavel Begunkov
2021-05-27
io_uring: fix data race to avoid potential NULL-deref
Marco Elver
2021-05-25
io_uring/io-wq: close io-wq full-stop gap
Pavel Begunkov
2021-05-20
io_uring: fortify tctx/io_wq cleanup
Pavel Begunkov
2021-05-17
io_uring: don't modify req->poll for rw
Pavel Begunkov
2021-05-14
io_uring: increase max number of reg buffers
Pavel Begunkov
2021-05-14
io_uring: further remove sqpoll limits on opcodes
Pavel Begunkov
2021-05-14
io_uring: fix ltout double free on completion race
Pavel Begunkov
2021-05-08
io_uring: fix link timeout refs
Pavel Begunkov
2021-05-05
io_uring: truncate lengths larger than MAX_RW_COUNT on provide buffers
Thadeu Lima de Souza Cascardo
2021-04-30
io_uring: Fix memory leak in io_sqe_buffers_register()
Zqiang
2021-04-29
io_uring: Fix premature return from loop and memory leak
Colin Ian King
2021-04-29
io_uring: fix unchecked error in switch_start()
Pavel Begunkov
2021-04-29
io_uring: allow empty slots for reg buffers
Pavel Begunkov
2021-04-29
io_uring: add more build check for uapi
Pavel Begunkov
2021-04-29
io_uring: dont overlap internal and user req flags
Pavel Begunkov
2021-04-29
io_uring: fix drain with rsrc CQEs
Pavel Begunkov
2021-04-28
Merge tag 'for-5.13/io_uring-2021-04-27' of git://git.kernel.dk/linux-block
Linus Torvalds
2021-04-27
io_uring: maintain drain logic for multishot poll requests
Hao Xu
2021-04-27
io_uring: Check current->io_uring in io_uring_cancel_sqpoll
Palash Oswal
2021-04-26
io_uring: fix NULL reg-buffer
Pavel Begunkov
2021-04-26
io_uring: simplify SQPOLL cancellations
Pavel Begunkov
2021-04-26
io_uring: fix work_exit sqpoll cancellations
Pavel Begunkov
2021-04-26
io_uring: Fix uninitialized variable up.resv
Colin Ian King
2021-04-26
io_uring: fix invalid error check after malloc
Pavel Begunkov
2021-04-25
io_uring: io_sq_thread() no longer needs to reset current->pf_io_worker
Stefan Metzmacher
2021-04-25
io_uring: update sq_thread_idle after ctx deleted
Hao Xu
2021-04-25
io_uring: add full-fledged dynamic buffers support
Pavel Begunkov
2021-04-25
io_uring: implement fixed buffers registration similar to fixed files
Bijan Mottahedeh
2021-04-25
io_uring: prepare fixed rw for dynanic buffers
Pavel Begunkov
2021-04-25
io_uring: keep table of pointers to ubufs
Pavel Begunkov
2021-04-25
io_uring: add generic rsrc update with tags
Pavel Begunkov
2021-04-25
io_uring: add IORING_REGISTER_RSRC
Pavel Begunkov
2021-04-25
io_uring: enumerate dynamic resources
Pavel Begunkov
2021-04-25
io_uring: add generic path for rsrc update
Pavel Begunkov
2021-04-25
io_uring: preparation for rsrc tagging
Pavel Begunkov
2021-04-25
io_uring: decouple CQE filling from requests
Pavel Begunkov
2021-04-25
io_uring: return back rsrc data free helper
Pavel Begunkov
2021-04-25
io_uring: move __io_sqe_files_unregister
Pavel Begunkov
2021-04-23
io_uring: check sqring and iopoll_list before shedule
Hao Xu
2021-04-20
io_uring: refactor io_sq_offload_create()
Pavel Begunkov
2021-04-20
io_uring: safer sq_creds putting
Pavel Begunkov
2021-04-20
io_uring: move inflight un-tracking into cleanup
Pavel Begunkov
2021-04-19
io_uring: fix shared sqpoll cancellation hangs
Pavel Begunkov
2021-04-19
io_uring: remove extra sqpoll submission halting
Pavel Begunkov
2021-04-17
io_uring: check register restriction afore quiesce
Pavel Begunkov
2021-04-17
io_uring: fix overflows checks in provide buffers
Pavel Begunkov
2021-04-17
io_uring: don't fail submit with overflow backlog
Pavel Begunkov
2021-04-16
io_uring: fix merge error for async resubmit
Jens Axboe
2021-04-16
io_uring: tie req->apoll to request lifetime
Jens Axboe
2021-04-16
io_uring: put flag checking for needing req cleanup in one spot
Jens Axboe
2021-04-15
io_uring: disable multishot poll for double poll add cases
Jens Axboe
2021-04-14
io_uring: fix early sqd_list removal sqpoll hangs
Pavel Begunkov
2021-04-14
io_uring: move poll update into remove not add
Pavel Begunkov
2021-04-14
io_uring: add helper for parsing poll events
Pavel Begunkov
2021-04-14
io_uring: fix POLL_REMOVE removing apoll
Pavel Begunkov
2021-04-14
io_uring: refactor io_ring_exit_work()
Pavel Begunkov
2021-04-13
io_uring: inline io_iopoll_getevents()
Pavel Begunkov
2021-04-13
io_uring: skip futile iopoll iterations
Pavel Begunkov
2021-04-13
io_uring: don't fail overflow on in_idle
Pavel Begunkov
2021-04-13
io_uring: clean up io_poll_remove_waitqs()
Pavel Begunkov
2021-04-13
io_uring: refactor hrtimer_try_to_cancel uses
Pavel Begunkov
2021-04-13
io_uring: add timeout completion_lock annotation
Pavel Begunkov
2021-04-13
io_uring: split poll and poll update structures
Pavel Begunkov
2021-04-13
io_uring: fix uninit old data for poll event upd
Pavel Begunkov
2021-04-13
io_uring: fix leaking reg files on exit
Pavel Begunkov
2021-04-12
io_uring: return back safer resurrect
Pavel Begunkov
2021-04-12
io_uring: improve hardlink code generation
Pavel Begunkov
2021-04-12
io_uring: improve sqo stop
Pavel Begunkov
2021-04-12
io_uring: split file table from rsrc nodes
Pavel Begunkov
2021-04-12
io_uring: cleanup buffer register
Pavel Begunkov
2021-04-12
io_uring: add buffer unmap helper
Pavel Begunkov
2021-04-12
io_uring: simplify io_rsrc_data refcounting
Pavel Begunkov
2021-04-12
io_uring: provide io_resubmit_prep() stub for !CONFIG_BLOCK
Jens Axboe
2021-04-11
io_uring: optimise fill_event() by inlining
Pavel Begunkov
2021-04-11
io_uring: always pass cflags into fill_event()
Pavel Begunkov
2021-04-11
io_uring: optimise non-eventfd post-event
Pavel Begunkov
2021-04-11
io_uring: refactor compat_msghdr import
Pavel Begunkov
2021-04-11
io_uring: enable inline completion for more cases
Pavel Begunkov
2021-04-11
io_uring: refactor io_close
Pavel Begunkov
2021-04-11
io_uring: unify files and task cancel
Pavel Begunkov
2021-04-11
io_uring: track inflight requests through counter
Pavel Begunkov
2021-04-11
io_uring: unify task and files cancel loops
Pavel Begunkov
2021-04-11
io_uring: simplify apoll hash removal
Pavel Begunkov
2021-04-11
io_uring: refactor io_poll_complete()
Pavel Begunkov
2021-04-11
io_uring: clean up io_poll_task_func()
Pavel Begunkov
2021-04-11
io_uring: don't attempt re-add of multishot poll request if racing
Jens Axboe
2021-04-11
io_uring: kill outdated comment about splice punt
Pavel Begunkov
2021-04-11
io_uring: encapsulate fixed files into struct
Pavel Begunkov
2021-04-11
io_uring: refactor file tables alloc/free
Pavel Begunkov
2021-04-11
io_uring: don't quiesce intial files register
Pavel Begunkov
2021-04-11
io_uring: set proper FFS* flags on reg file update
Pavel Begunkov
2021-04-11
io_uring: deduplicate NOSIGNAL setting
Pavel Begunkov
2021-04-11
io_uring: put link timeout req consistently
Pavel Begunkov
2021-04-11
io_uring: simplify overflow handling
Pavel Begunkov
2021-04-11
io_uring: lock annotate timeouts and poll
Pavel Begunkov
2021-04-11
io_uring: kill unused forward decls
Pavel Begunkov
2021-04-11
io_uring: store reg buffer end instead of length
Pavel Begunkov
2021-04-11
io_uring: improve import_fixed overflow checks
Pavel Begunkov
2021-04-11
io_uring: refactor io_async_cancel()
Pavel Begunkov
2021-04-11
io_uring: remove unused hash_wait
Pavel Begunkov
2021-04-11
io_uring: better ref handling in poll_remove_one
Pavel Begunkov
2021-04-11
io_uring: combine lock/unlock sections on exit
Pavel Begunkov
2021-04-11
io_uring: remove useless is_dying check on quiesce
Pavel Begunkov
2021-04-11
io_uring: reuse io_rsrc_node_destroy()
Pavel Begunkov
2021-04-11
io_uring: ctx-wide rsrc nodes
Pavel Begunkov
2021-04-11
io_uring: refactor io_queue_rsrc_removal()
Pavel Begunkov
2021-04-11
io_uring: move rsrc_put callback into io_rsrc_data
Pavel Begunkov
2021-04-11
io_uring: encapsulate rsrc node manipulations
Pavel Begunkov
2021-04-11
io_uring: use rsrc prealloc infra for files reg
Pavel Begunkov
2021-04-11
io_uring: simplify io_rsrc_node_ref_zero
Pavel Begunkov
2021-04-11
io_uring: name rsrc bits consistently
Pavel Begunkov
2021-04-11
io_uring: fix race around poll update and poll triggering
Jens Axboe
2021-04-11
io_uring: reg buffer overflow checks hardening
Pavel Begunkov
2021-04-11
io_uring: allow SQPOLL without CAP_SYS_ADMIN or CAP_SYS_NICE
Jens Axboe
2021-04-11
io-wq: eliminate the need for a manager thread
Jens Axboe
2021-04-11
io_uring: allow events and user_data update of running poll requests
Jens Axboe
2021-04-11
io_uring: abstract out a io_poll_find_helper()
Jens Axboe
2021-04-11
io_uring: terminate multishot poll for CQ ring overflow
Jens Axboe
2021-04-11
io_uring: abstract out helper for removing poll waitqs/hashes
Jens Axboe
2021-04-11
io_uring: add multishot mode for IORING_OP_POLL_ADD
Jens Axboe
2021-04-11
io_uring: include cflags in completion trace event
Jens Axboe
2021-04-11
io_uring: allocate memory for overflowed CQEs
Pavel Begunkov
2021-04-11
io_uring: mask in error/nval/hangup consistently for poll
Jens Axboe
2021-04-11
io_uring: optimise rw complete error handling
Pavel Begunkov
2021-04-11
io_uring: hide iter revert in resubmit_prep
Pavel Begunkov
2021-04-11
io_uring: don't alter iopoll reissue fail ret code
Pavel Begunkov
2021-04-11
io_uring: optimise kiocb_end_write for !ISREG
Pavel Begunkov
2021-04-11
io_uring: kill unused REQ_F_NO_FILE_TABLE
Pavel Begunkov
2021-04-11
io_uring: don't init req->work fully in advance
Pavel Begunkov
2021-04-11
io_uring: remove tctx->sqpoll
Pavel Begunkov
2021-04-11
io_uring: don't do extra EXITING cancellations
Pavel Begunkov
2021-04-11
io_uring: don't clear REQ_F_LINK_TIMEOUT
Pavel Begunkov
2021-04-11
io_uring: optimise io_req_task_work_add()
Pavel Begunkov
2021-04-11
io_uring: abolish old io_put_file()
Pavel Begunkov
2021-04-11
io_uring: optimise io_dismantle_req() fast path
Pavel Begunkov
2021-04-11
io_uring: inline io_clean_op()'s fast path
Pavel Begunkov
2021-04-11
io_uring: remove __io_req_task_cancel()
Pavel Begunkov
2021-04-11
io_uring: add helper flushing locked_free_list
Pavel Begunkov
2021-04-11
io_uring: refactor io_free_req_deferred()
Pavel Begunkov
2021-04-11
io_uring: inline io_put_req and friends
Pavel Begunkov
2021-04-11
io_uring: refactor rsrc refnode allocation
Pavel Begunkov
2021-04-11
io_uring: refactor io_flush_cached_reqs()
Pavel Begunkov
2021-04-11
io_uring: optimise success case of __io_queue_sqe
Pavel Begunkov
2021-04-11
io_uring: inline __io_queue_linked_timeout()
Pavel Begunkov
2021-04-11
io_uring: keep io_req_free_batch() call locality
Pavel Begunkov
2021-04-11
io_uring: optimise tctx node checks/alloc
Pavel Begunkov
2021-04-11
io_uring: optimise io_uring_enter()
Pavel Begunkov
2021-04-11
io_uring: don't take ctx refs in task_work handler
Pavel Begunkov
2021-04-11
io_uring: transform ret == 0 for poll cancelation completions
Jens Axboe
2021-04-11
io_uring: correct comment on poll vs iopoll
Jens Axboe
2021-04-11
io_uring: cache async and regular file state for fixed files
Jens Axboe
2021-04-11
io_uring: don't check for io_uring_fops for fixed files
Jens Axboe
2021-04-11
io_uring: simplify io_sqd_update_thread_idle()
Pavel Begunkov
2021-04-11
io_uring: switch to atomic_t for io_kiocb reference count
Jens Axboe
2021-04-11
io_uring: wrap io_kiocb reference count manipulation in helpers
Jens Axboe
2021-04-11
io_uring: simplify io_resubmit_prep()
Pavel Begunkov
2021-04-11
io_uring: merge defer_prep() and prep_async()
Pavel Begunkov
2021-04-11
io_uring: rethink def->needs_async_data
Pavel Begunkov
2021-04-11
io_uring: untie alloc_async_data and needs_async_data
Pavel Begunkov
2021-04-11
io_uring: refactor out send/recv async setup
Pavel Begunkov
2021-04-11
io_uring: use better types for cflags
Pavel Begunkov
2021-04-11
io_uring: refactor provide/remove buffer locking
Pavel Begunkov
2021-04-11
io_uring: add a helper failing not issued requests
Pavel Begunkov
2021-04-11
io_uring: further deduplicate file slot selection
Pavel Begunkov
2021-04-11
io_uring: reuse io_req_task_queue_fail()
Pavel Begunkov
2021-04-11
io_uring: avoid taking ctx refs for task-cancel
Pavel Begunkov
2021-04-08
io_uring: fix rw req completion
Pavel Begunkov
2021-04-07
io_uring: clear F_REISSUE right after getting it
Pavel Begunkov