linux-2.6-microblaze.git
2020-07-05 Pavel Begunkovio_uring: fix mis-refcounting linked timeouts
2020-07-05 Jens Axboeio_uring: use new io_req_task_work_add() helper throughout
2020-07-05 Jens Axboeio_uring: abstract out task work running
2020-07-05 Jens AxboeMerge branch 'io_uring-5.8' into for-5.9/io_uring
2020-07-04 Jens Axboeio_uring: fix regression with always ignoring signals...
2020-06-30 Jens Axboeio_uring: use signal based task_work running
2020-06-30 Oleg Nesterovtask_work: teach task_work_add() to do signal_wake_up()
2020-06-30 Pavel Begunkovio_uring: fix missing ->mm on exit
2020-06-30 Pavel Begunkovio_uring: optimise io_req_find_next() fast check
2020-06-30 Pavel Begunkovio_uring: simplify io_async_task_func()
2020-06-30 Pavel Begunkovio_uring: fix NULL mm in io_poll_task_func()
2020-06-30 Pavel Begunkovio_uring: don't fail iopoll requeue without ->mm
2020-06-30 Jens Axboeio_uring: clean up io_kill_linked_timeout() locking
2020-06-30 Pavel Begunkovio_uring: do grab_env() just before punting
2020-06-30 Pavel Begunkovio_uring: factor out grab_env() from defer_prep()
2020-06-30 Pavel Begunkovio_uring: do init work in grab_env()
2020-06-30 Pavel Begunkovio_uring: don't pass def into io_req_work_grab_env
2020-06-30 Pavel Begunkovio_uring: fix potential use after free on fallback...
2020-06-30 Pavel Begunkovio_uring: kill REQ_F_TIMEOUT_NOSEQ
2020-06-30 Pavel Begunkovio_uring: kill REQ_F_TIMEOUT
2020-06-30 Pavel Begunkovio_uring: replace find_next() out param with ret
2020-06-30 Pavel Begunkovio_uring: deduplicate freeing linked timeouts
2020-06-29 Pavel Begunkovio_uring: fix missing wake_up io_rw_reissue()
2020-06-28 Pavel Begunkovio_uring: fix iopoll -EAGAIN handling
2020-06-28 Pavel Begunkovio_uring: do task_work_run() during iopoll
2020-06-28 Pavel Begunkovio_uring: clean up req->result setting by rw
2020-06-28 Pavel Begunkovio_uring: kill REQ_F_LINK_NEXT
2020-06-28 Pavel Begunkovio_uring: cosmetic changes for batch free
2020-06-28 Pavel Begunkovio_uring: batch-free linked requests as well
2020-06-28 Pavel Begunkovio_uring: dismantle req early and remove need_iter
2020-06-28 Pavel Begunkovio_uring: remove inflight batching in free_many()
2020-06-28 Pavel Begunkovio_uring: fix refs underflow in io_iopoll_queue()
2020-06-28 Pavel Begunkovio_uring: fix missing io_grab_files()
2020-06-28 Pavel Begunkovio_uring: don't mark link's head for_async
2020-06-28 Pavel Begunkovio_uring: fix feeding io-wq with uninit reqs
2020-06-28 Pavel Begunkovio_uring: fix punting req w/o grabbed env
2020-06-28 Pavel Begunkovio_uring: fix req->work corruption
2020-06-27 Randy Dunlapio_uring: fix function args for !CONFIG_NET
2020-06-26 Jens AxboeMerge branch 'io_uring-5.8' into for-5.9/io_uring
2020-06-26 Pavel Begunkovio-wq: return next work from ->do_work() directly
2020-06-26 Pavel Begunkovio-wq: compact io-wq flags numbers
2020-06-26 Jens Axboeio_uring: use task_work for links if possible
2020-06-25 Jens Axboeio_uring: enable READ/WRITE to use deferred completions
2020-06-25 Jens Axboeio_uring: pass in completion state to appropriate issue...
2020-06-25 Jens Axboeio_uring: pass down completion state on the issue side
2020-06-25 Jens Axboeio_uring: add 'io_comp_state' to struct io_submit_state
2020-06-25 Jens Axboeio_uring: provide generic io_req_complete() helper
2020-06-25 Pavel Begunkovio_uring: fix NULL-mm for linked reqs
2020-06-25 Pavel Begunkovio_uring: fix current->mm NULL dereference on exit
2020-06-25 Pavel Begunkovio_uring: fix hanging iopoll in case of -EAGAIN
2020-06-23 Xuan Zhuoio_uring: fix io_sq_thread no schedule when busy
2020-06-22 Pavel Begunkovio_uring: kill NULL checks for submit state
2020-06-22 Pavel Begunkovio_uring: set @poll->file after @poll init
2020-06-22 Pavel Begunkovio_uring: remove REQ_F_MUST_PUNT
2020-06-22 Pavel Begunkovio_uring: remove setting REQ_F_MUST_PUNT in rw
2020-06-22 Jens AxboeMerge branch 'async-buffered.8' into for-5.9/io_uring
2020-06-22 Jens Axboeio_uring: support true async buffered reads, if file...
2020-06-22 Jens Axboemm: add kiocb_wait_page_queue_init() helper
2020-06-22 Jens Axboebtrfs: flag files as supporting buffered async reads
2020-06-22 Jens Axboexfs: flag files as supporting buffered async reads
2020-06-22 Jens Axboeblock: flag block devices as supporting IOCB_WAITQ
2020-06-22 Jens Axboefs: add FMODE_BUF_RASYNC
2020-06-22 Jens Axboemm: support async buffered reads in generic_file_buffer...
2020-06-22 Jens Axboemm: add support for async page locking
2020-06-22 Jens Axboemm: abstract out wake_page_match() from wake_page_funct...
2020-06-22 Jens Axboemm: allow read-ahead with IOCB_NOWAIT set
2020-06-22 Jens Axboeio_uring: re-issue block requests that failed because...
2020-06-22 Jens Axboeio_uring: catch -EIO from buffered issue request failure
2020-06-22 Jens Axboeio_uring: always plug for any number of IOs
2020-06-22 Jens Axboeblock: provide plug based way of signaling forced no...
2020-06-22 Bijan Mottahedehio_uring: separate reporting of ring pages from registe...
2020-06-22 Bijan Mottahedehio_uring: report pinned memory usage
2020-06-22 Bijan Mottahedehio_uring: rename ctx->account_mem field
2020-06-22 Bijan Mottahedehio_uring: add wrappers for memory accounting
2020-06-22 Jiufei Xueio_uring: use EPOLLEXCLUSIVE flag to aoid thundering...
2020-06-22 Jiufei Xueio_uring: change the poll type to be 32-bits
2020-06-21 Linus TorvaldsLinux 5.8-rc2
2020-06-21 Linus TorvaldsMerge tag 'selinux-pr-20200621' of git://git./linux...
2020-06-21 Linus TorvaldsMerge tag 'pinctrl-v5.8-2' of git://git./linux/kernel...
2020-06-21 Linus TorvaldsMerge tag 'kbuild-fixes-v5.8' of git://git./linux/kerne...
2020-06-21 Linus TorvaldsMerge tag 'powerpc-5.8-3' of git://git./linux/kernel...
2020-06-21 Linus TorvaldsMerge branch 'linus' of git://git./linux/kernel/git...
2020-06-21 Masahiro Yamadasamples: watch_queue: build sample program for target...
2020-06-21 Masahiro YamadaRevert "Makefile: install modules.builtin even if CONFI...
2020-06-21 Linus TorvaldsMerge tag 'scsi-fixes' of git://git./linux/kernel/git...
2020-06-21 Linus TorvaldsMerge branch 'i2c/for-current' of git://git./linux...
2020-06-20 Drew Fustinipinctrl: single: fix function name in documentation
2020-06-20 Linus TorvaldsMerge tag 'trace-v5.8-rc1' of git://git./linux/kernel...
2020-06-20 Linus TorvaldsMerge tag 'libnvdimm-for-5.8-rc2' of git://git./linux...
2020-06-20 Sivaprakash... pinctrl: qcom: ipq6018 Add missing pins in qpic pin...
2020-06-20 Haibo ChenRevert "pinctrl: freescale: imx: Use 'devm_of_iomap...
2020-06-20 Linus TorvaldsMerge tag 's390-5.8-2' of git://git./linux/kernel/git...
2020-06-20 Linus TorvaldsMerge tag 'riscv-for-linus-5.8-rc2' of git://git./linux...
2020-06-20 Linus TorvaldsMerge tag 'linux-kselftest-5.8-rc2' of git://git./linux...
2020-06-20 David Howellsafs: Fix hang on rmmod due to outstanding timer
2020-06-20 David Howellsafs: Fix afs_do_lookup() to call correct fetch-status...
2020-06-20 Christophe... powerpc/8xx: Provide ptep_get() with 16k pages
2020-06-20 Christophe... mm: Allow arches to provide ptep_get()
2020-06-20 Christophe... mm/gup: Use huge_ptep_get() in gup_hugepte()
2020-06-19 Dan WilliamsMerge branch 'for-5.8/papr_scm' into libnvdimm-for...
next