- a1a4661 io_uring: kill REQ_F_TIMEOUT by Pavel Begunkov · 4 years, 6 months ago
- 9b5f7bd9 io_uring: replace find_next() out param with ret by Pavel Begunkov · 4 years, 6 months ago
- 7c86ffe io_uring: deduplicate freeing linked timeouts by Pavel Begunkov · 4 years, 6 months ago
- fb49278 io_uring: fix missing wake_up io_rw_reissue() by Pavel Begunkov · 4 years, 6 months ago
- f3a6fa2 io_uring: fix iopoll -EAGAIN handling by Pavel Begunkov · 4 years, 6 months ago
- 3adfeca io_uring: do task_work_run() during iopoll by Pavel Begunkov · 4 years, 6 months ago
- 6795c5a io_uring: clean up req->result setting by rw by Pavel Begunkov · 4 years, 6 months ago
- 9b0d911 io_uring: kill REQ_F_LINK_NEXT by Pavel Begunkov · 4 years, 6 months ago
- 2d6500d io_uring: cosmetic changes for batch free by Pavel Begunkov · 4 years, 6 months ago
- c352438 io_uring: batch-free linked requests as well by Pavel Begunkov · 4 years, 6 months ago
- 2757a23 io_uring: dismantle req early and remove need_iter by Pavel Begunkov · 4 years, 6 months ago
- e6543a8 io_uring: remove inflight batching in free_many() by Pavel Begunkov · 4 years, 6 months ago
- 8c9cb6c io_uring: fix refs underflow in io_iopoll_queue() by Pavel Begunkov · 4 years, 6 months ago
- 710c2bf io_uring: fix missing io_grab_files() by Pavel Begunkov · 4 years, 6 months ago
- a6d45dd io_uring: don't mark link's head for_async by Pavel Begunkov · 4 years, 6 months ago
- 1bcb8c5d io_uring: fix feeding io-wq with uninit reqs by Pavel Begunkov · 4 years, 6 months ago
- 906a8c3 io_uring: fix punting req w/o grabbed env by Pavel Begunkov · 4 years, 6 months ago
- 8ef7776 io_uring: fix req->work corruption by Pavel Begunkov · 4 years, 6 months ago
- 1e16c2f io_uring: fix function args for !CONFIG_NET by Randy Dunlap · 4 years, 6 months ago
- 2237d76 Merge branch 'io_uring-5.8' into for-5.9/io_uring by Jens Axboe · 4 years, 6 months ago
- f4db718 io-wq: return next work from ->do_work() directly by Pavel Begunkov · 4 years, 6 months ago
- e883a79 io-wq: compact io-wq flags numbers by Pavel Begunkov · 4 years, 6 months ago
- c40f637 io_uring: use task_work for links if possible by Jens Axboe · 4 years, 6 months ago
- a1d7c39 io_uring: enable READ/WRITE to use deferred completions by Jens Axboe · 4 years, 7 months ago
- 229a7b6 io_uring: pass in completion state to appropriate issue side handlers by Jens Axboe · 4 years, 7 months ago
- f13fad7 io_uring: pass down completion state on the issue side by Jens Axboe · 4 years, 7 months ago
- 013538b io_uring: add 'io_comp_state' to struct io_submit_state by Jens Axboe · 4 years, 7 months ago
- e1e1609 io_uring: provide generic io_req_complete() helper by Jens Axboe · 4 years, 7 months ago
- d3cac64 io_uring: fix NULL-mm for linked reqs by Pavel Begunkov · 4 years, 6 months ago
- d60b5fb io_uring: fix current->mm NULL dereference on exit by Pavel Begunkov · 4 years, 6 months ago
- cd664b0 io_uring: fix hanging iopoll in case of -EAGAIN by Pavel Begunkov · 4 years, 6 months ago
- b772f07 io_uring: fix io_sq_thread no schedule when busy by Xuan Zhuo · 4 years, 7 months ago
- f6b6c7d io_uring: kill NULL checks for submit state by Pavel Begunkov · 4 years, 7 months ago
- b90cd19 io_uring: set @poll->file after @poll init by Pavel Begunkov · 4 years, 7 months ago
- 24c7467 io_uring: remove REQ_F_MUST_PUNT by Pavel Begunkov · 4 years, 7 months ago
- 62ef731 io_uring: remove setting REQ_F_MUST_PUNT in rw by Pavel Begunkov · 4 years, 7 months ago
- 895aa7b Merge branch 'async-buffered.8' into for-5.9/io_uring by Jens Axboe · 4 years, 7 months ago
- bcf5a06 io_uring: support true async buffered reads, if file provides it by Jens Axboe · 4 years, 8 months ago
- d1932dc mm: add kiocb_wait_page_queue_init() helper by Jens Axboe · 4 years, 8 months ago
- 8730f12 btrfs: flag files as supporting buffered async reads by Jens Axboe · 4 years, 8 months ago
- f89fb73 xfs: flag files as supporting buffered async reads by Jens Axboe · 4 years, 8 months ago
- a304f07 block: flag block devices as supporting IOCB_WAITQ by Jens Axboe · 4 years, 8 months ago
- c2a25ec fs: add FMODE_BUF_RASYNC by Jens Axboe · 4 years, 8 months ago
- 1a0a785 mm: support async buffered reads in generic_file_buffered_read() by Jens Axboe · 4 years, 8 months ago
- dd3e6d5 mm: add support for async page locking by Jens Axboe · 4 years, 8 months ago
- c7510ab mm: abstract out wake_page_match() from wake_page_function() by Jens Axboe · 4 years, 8 months ago
- 2e85abf mm: allow read-ahead with IOCB_NOWAIT set by Jens Axboe · 4 years, 8 months ago
- b63534c io_uring: re-issue block requests that failed because of resources by Jens Axboe · 4 years, 7 months ago
- 4503b76 io_uring: catch -EIO from buffered issue request failure by Jens Axboe · 4 years, 7 months ago
- ac8691c io_uring: always plug for any number of IOs by Jens Axboe · 4 years, 7 months ago
- 5a473e8 block: provide plug based way of signaling forced no-wait semantics by Jens Axboe · 4 years, 7 months ago
- 2e0464d io_uring: separate reporting of ring pages from registered pages by Bijan Mottahedeh · 4 years, 7 months ago
- 3097582 io_uring: report pinned memory usage by Bijan Mottahedeh · 4 years, 7 months ago
- aad5d8d io_uring: rename ctx->account_mem field by Bijan Mottahedeh · 4 years, 7 months ago
- a087e2b io_uring: add wrappers for memory accounting by Bijan Mottahedeh · 4 years, 7 months ago
- a31eb4a io_uring: use EPOLLEXCLUSIVE flag to aoid thundering herd type behavior by Jiufei Xue · 4 years, 7 months ago
- 5769a35 io_uring: change the poll type to be 32-bits by Jiufei Xue · 4 years, 7 months ago
- 4877846 Linux 5.8-rc2 by Linus Torvalds · 4 years, 7 months ago
- 817d914 Merge tag 'selinux-pr-20200621' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/selinux by Linus Torvalds · 4 years, 7 months ago
- 16f4aa9 Merge tag 'pinctrl-v5.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl by Linus Torvalds · 4 years, 7 months ago
- be9160a Merge tag 'kbuild-fixes-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 4 years, 7 months ago
- 7561393 Merge tag 'powerpc-5.8-3' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 4 years, 7 months ago
- 93bbca2 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 4 years, 7 months ago
- 214377e samples: watch_queue: build sample program for target architecture by Masahiro Yamada · 4 years, 7 months ago
- 2c6d963 Revert "Makefile: install modules.builtin even if CONFIG_MODULES=n" by Masahiro Yamada · 4 years, 7 months ago
- 6467777 Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 4 years, 7 months ago
- a5c6a1f Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux by Linus Torvalds · 4 years, 7 months ago
- 25fae75 pinctrl: single: fix function name in documentation by Drew Fustini · 4 years, 7 months ago
- 8b6ddd1 Merge tag 'trace-v5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 4 years, 7 months ago
- eede2b9 Merge tag 'libnvdimm-for-5.8-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 4 years, 7 months ago
- 7f5f4de pinctrl: qcom: ipq6018 Add missing pins in qpic pin group by Sivaprakash Murugesan · 4 years, 7 months ago
- 13f2d25 Revert "pinctrl: freescale: imx: Use 'devm_of_iomap()' to avoid a resource leak in case of error in 'imx_pinctrl_probe()'" by Haibo Chen · 4 years, 7 months ago
- 1566fee Merge tag 's390-5.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 4 years, 7 months ago
- 7fdfbe0 Merge tag 'riscv-for-linus-5.8-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux by Linus Torvalds · 4 years, 7 months ago
- 27c2760 Merge tag 'linux-kselftest-5.8-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest by Linus Torvalds · 4 years, 7 months ago
- 5481fc6 afs: Fix hang on rmmod due to outstanding timer by David Howells · 4 years, 7 months ago
- f8ea5c7 afs: Fix afs_do_lookup() to call correct fetch-status op variant by David Howells · 4 years, 7 months ago
- c0e1c8c powerpc/8xx: Provide ptep_get() with 16k pages by Christophe Leroy · 4 years, 7 months ago
- 481e980 mm: Allow arches to provide ptep_get() by Christophe Leroy · 4 years, 7 months ago
- 55ca226 mm/gup: Use huge_ptep_get() in gup_hugepte() by Christophe Leroy · 4 years, 7 months ago
- 9df24ea Merge branch 'for-5.8/papr_scm' into libnvdimm-for-next by Dan Williams · 4 years, 7 months ago
- 4333a9b Merge tag 'io_uring-5.8-2020-06-19' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 7 months ago
- d2b1c81 Merge tag 'block-5.8-2020-06-19' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 7 months ago
- 592be75 Merge tag 'libata-5.8-2020-06-19' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 7 months ago
- 62c91ea Merge tag 'drm-fixes-2020-06-19' of git://anongit.freedesktop.org/drm/drm by Linus Torvalds · 4 years, 7 months ago
- 672f925 Merge tag 'ceph-for-5.8-rc2' of git://github.com/ceph/ceph-client by Linus Torvalds · 4 years, 7 months ago
- 84bc199 Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 4 years, 7 months ago
- 98b7699 Merge tag 'overflow-v5.8-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 4 years, 7 months ago
- 98d7e74 Merge tag 'perf-tools-fixes-2020-06-02' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux by Linus Torvalds · 4 years, 7 months ago
- 28f9f8f MAINTAINERS: Add robert and myself as qcom i2c cci maintainers by Loic Poulain · 4 years, 7 months ago
- a23ff37 i2c: smbus: Fix spelling mistake in the comments by Keyur Patel · 4 years, 7 months ago
- a576512 Documentation/i2c: SMBus start signal is S not A by Daniel Schaefer · 4 years, 7 months ago
- 390fd04 i2c: remove deprecated i2c_new_device API by Wolfram Sang · 4 years, 7 months ago
- bc5a3e4 Documentation: media: convert to use i2c_new_client_device() by Wolfram Sang · 4 years, 7 months ago
- 9e1b93b video: backlight: tosa_lcd: convert to use i2c_new_client_device() by Wolfram Sang · 4 years, 7 months ago
- f04a5ba x86/platform/intel-mid: convert to use i2c_new_client_device() by Wolfram Sang · 4 years, 7 months ago
- bb7d93f drm: encoder_slave: use new I2C API by Wolfram Sang · 4 years, 7 months ago
- f78d403 drm: encoder_slave: fix refcouting error for modules by Wolfram Sang · 4 years, 7 months ago
- 0e2c090 RISC-V: Acquire mmap lock before invoking walk_page_range by Atish Patra · 4 years, 7 months ago
- e0d17c8 RISC-V: Don't allow write+exec only page mapping request in mmap by Yash Shah · 4 years, 7 months ago