linux-2.6-microblaze.git
2021-08-30 Jens Axboeio-wq: wqe and worker locks no longer need to be IRQ...
2021-08-30 Jens Axboeio-wq: check max_worker limits if a worker transitions...
2021-08-29 Pavel Begunkovio_uring: allow updating linked timeouts
2021-08-29 Pavel Begunkovio_uring: keep ltimeouts in a list
2021-08-29 Jens Axboeio_uring: support CLOCK_BOOTTIME/REALTIME for timeouts
2021-08-29 Jens Axboeio-wq: provide a way to limit max number of workers
2021-08-27 Pavel Begunkovio_uring: add build check for buf_index overflows
2021-08-27 Pavel Begunkovio_uring: clarify io_req_task_cancel() locking
2021-08-27 Pavel Begunkovio_uring: add task-refs-get helper
2021-08-27 Hao Xuio_uring: fix failed linkchain code logic
2021-08-27 Hao Xuio_uring: remove redundant req_set_fail()
2021-08-25 Hao Xuio_uring: don't free request to slab
2021-08-25 Pavel Begunkovio_uring: accept directly into fixed file table
2021-08-25 Pavel Begunkovio_uring: hand code io_accept() fd installing
2021-08-25 Pavel Begunkovio_uring: openat directly into fixed fd table
2021-08-25 Pavel Begunkovnet: add accept helper not installing fd
2021-08-23 Pavel Begunkovio_uring: fix io_try_cancel_userdata race for iowq
2021-08-23 Pavel Begunkovio_uring: IRQ rw completion batching
2021-08-23 Pavel Begunkovio_uring: batch task work locking
2021-08-23 Pavel Begunkovio_uring: flush completions for fallbacks
2021-08-23 Pavel Begunkovio_uring: add ->splice_fd_in checks
2021-08-23 Jens Axboeio_uring: add clarifying comment for io_cqring_ev_posted()
2021-08-23 Pavel Begunkovio_uring: place fixed tables under memcg limits
2021-08-23 Pavel Begunkovio_uring: limit fixed table size by RLIMIT_NOFILE
2021-08-23 Hao Xuio_uring: fix lack of protection for compl_nr
2021-08-23 wangyangboio_uring: Add register support for non-4k PAGE_SIZE
2021-08-23 Pavel Begunkovio_uring: extend task put optimisations
2021-08-23 Jens Axboeio_uring: add comments on why PF_EXITING checking is...
2021-08-23 Hao Xuio-wq: move nr_running and worker_refs out of wqe-...
2021-08-23 Pavel Begunkovio_uring: fix io_timeout_remove locking
2021-08-23 Pavel Begunkovio_uring: improve same wq polling
2021-08-23 Pavel Begunkovio_uring: reuse io_req_complete_post()
2021-08-23 Pavel Begunkovio_uring: better encapsulate buffer select for rw
2021-08-23 Pavel Begunkovio_uring: optimise io_prep_linked_timeout()
2021-08-23 Pavel Begunkovio_uring: cancel not-armed linked touts separately
2021-08-23 Pavel Begunkovio_uring: simplify io_prep_linked_timeout
2021-08-23 Pavel Begunkovio_uring: kill REQ_F_LTIMEOUT_ACTIVE
2021-08-23 Pavel Begunkovio_uring: deduplicate cancellation code
2021-08-23 Pavel Begunkovio_uring: kill not necessary resubmit switch
2021-08-23 Pavel Begunkovio_uring: optimise initial ltimeout refcounting
2021-08-23 Pavel Begunkovio_uring: don't inflight-track linked timeouts
2021-08-23 Pavel Begunkovio_uring: optimise iowq refcounting
2021-08-23 Jens Axboeio_uring: correct __must_hold annotation
2021-08-23 Hao Xuio_uring: code clean for completion_lock in io_arm_poll...
2021-08-23 Hao Xuio_uring: remove files pointer in cancellation functions
2021-08-23 Hao Xuio_uring: extract io_uring_files_cancel() in io_uring_t...
2021-08-23 Pavel Begunkovio_uring: optimise hot path of ltimeout prep
2021-08-23 Pavel Begunkovio_uring: skip request refcounting
2021-08-23 Pavel Begunkovio_uring: remove submission references
2021-08-23 Pavel Begunkovio_uring: remove req_ref_sub_and_test()
2021-08-23 Pavel Begunkovio_uring: move req_ref_get() and friends
2021-08-23 Jens Axboeio_uring: remove IRQ aspect of io_ring_ctx completion...
2021-08-23 Jens Axboeio_uring: run regular file completions from task_work
2021-08-23 Jens Axboeio_uring: run linked timeouts from task_work
2021-08-23 Jens Axboeio_uring: run timeouts from task_work
2021-08-23 Pavel Begunkovio_uring: remove file batch-get optimisation
2021-08-23 Pavel Begunkovio_uring: clean up tctx_task_work()
2021-08-23 Pavel Begunkovio_uring: inline io_poll_remove_waitqs
2021-08-23 Pavel Begunkovio_uring: remove extra argument for overflow flush
2021-08-23 Pavel Begunkovio_uring: inline struct io_comp_state
2021-08-23 Pavel Begunkovio_uring: use inflight_entry instead of compl.list
2021-08-23 Pavel Begunkovio_uring: remove redundant args from cache_free
2021-08-23 Pavel Begunkovio_uring: cache __io_free_req()'d requests
2021-08-23 Pavel Begunkovio_uring: move io_fallback_req_func()
2021-08-23 Pavel Begunkovio_uring: optimise putting task struct
2021-08-23 Pavel Begunkovio_uring: drop exec checks from io_req_task_submit
2021-08-23 Pavel Begunkovio_uring: kill unused IO_IOPOLL_BATCH
2021-08-23 Pavel Begunkovio_uring: improve ctx hang handling
2021-08-23 Pavel Begunkovio_uring: deduplicate open iopoll check
2021-08-23 Pavel Begunkovio_uring: inline io_free_req_deferred
2021-08-23 Pavel Begunkovio_uring: move io_rsrc_node_alloc() definition
2021-08-23 Pavel Begunkovio_uring: move io_put_task() definition
2021-08-23 Pavel Begunkovio_uring: extract a helper for ctx quiesce
2021-08-23 Pavel Begunkovio_uring: optimise io_cqring_wait() hot path
2021-08-23 Pavel Begunkovio_uring: add more locking annotations for submit
2021-08-23 Pavel Begunkovio_uring: don't halt iopoll too early
2021-08-23 Pavel Begunkovio_uring: refactor io_alloc_req
2021-08-23 Pavel Begunkovio-wq: improve wq_list_add_tail()
2021-08-23 Pavel Begunkovio_uring: remove unnecessary PF_EXITING check
2021-08-23 Pavel Begunkovio_uring: clean io-wq callbacks
2021-08-23 Pavel Begunkovio_uring: avoid touching inode in rw prep
2021-08-23 Pavel Begunkovio_uring: rename io_file_supports_async()
2021-08-23 Pavel Begunkovio_uring: inline fixed part of io_file_get()
2021-08-23 Pavel Begunkovio_uring: use kvmalloc for fixed files
2021-08-23 Jens Axboeio_uring: be smarter about waking multiple CQ ring...
2021-08-23 Jens Axboeio-wq: remove GFP_ATOMIC allocation off schedule out...
2021-08-22 Linus TorvaldsLinux 5.14-rc7
2021-08-22 Linus TorvaldsMerge tag 'powerpc-5.14-6' of git://git./linux/kernel...
2021-08-21 Linus TorvaldsMerge tag 'clk-fixes-for-linus' of git://git./linux...
2021-08-21 Linus TorvaldsMerge tag 'char-misc-5.14-rc7' of git://git./linux...
2021-08-21 Linus TorvaldsMerge tag 'usb-5.14-rc7' of git://git./linux/kernel...
2021-08-21 Linus TorvaldsMerge tag 'riscv-for-linus-5.14-rc7' of git://git....
2021-08-21 Linus TorvaldsMerge tag 's390-5.14-5' of git://git./linux/kernel...
2021-08-21 Linus TorvaldsMerge tag 'locks-v5.14' of git://git./linux/kernel...
2021-08-21 Linus TorvaldsMerge tag 'block-5.14-2021-08-20' of git://git.kernel...
2021-08-21 Linus TorvaldsMerge tag 'io_uring-5.14-2021-08-20' of git://git.kerne...
2021-08-21 Jeff Laytonfs: warn about impending deprecation of mandatory locks
2021-08-20 Jens Axboeio_uring: fix xa_alloc_cycle() error return value check
2021-08-20 Linus TorvaldsMerge tag 'acpi-5.14-rc7' of git://git./linux/kernel...
2021-08-20 Linus TorvaldsMerge tag 'pm-5.14-rc7' of git://git./linux/kernel...
next