| Commit message (Expand) | Author | Age | Files | Lines |
* | iov_iter: lift memzero_page() to highmem.h | Ira Weiny | 2021-05-05 | 1 | -7/+1 |
* | iov_iter: Four fixes for ITER_XARRAY | David Howells | 2021-04-26 | 1 | -0/+5 |
* | iov_iter: Add ITER_XARRAY | David Howells | 2021-04-23 | 1 | -23/+290 |
* | Merge branch 'kmap-conversion-for-5.12' of git://git.kernel.org/pub/scm/linux... | Linus Torvalds | 2021-03-01 | 1 | -14/+0 |
|\ |
|
| * | mm/highmem: Lift memcpy_[to|from]_page to core | Ira Weiny | 2021-02-11 | 1 | -14/+0 |
* | | Merge tag 'for-5.12/block-2021-02-17' of git://git.kernel.dk/linux-block | Linus Torvalds | 2021-02-21 | 1 | -2/+19 |
|\ \ |
|
| * | | iov_iter: optimise bvec iov_iter_advance() | Pavel Begunkov | 2021-01-25 | 1 | -0/+19 |
| * | | bvec/iter: disallow zero-length segment bvecs | Pavel Begunkov | 2021-01-25 | 1 | -2/+0 |
| |/ |
|
* / | udp: fix skb_copy_and_csum_datagram with odd segment sizes | Willem de Bruijn | 2021-02-05 | 1 | -10/+14 |
|/ |
|
* | iov_iter: fix the uaccess area in copy_compat_iovec_from_user | Christoph Hellwig | 2021-01-16 | 1 | -1/+1 |
* | lib, uaccess: add failure injection to usercopy functions | Albert van der Linde | 2020-10-16 | 1 | -0/+5 |
* | Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2020-10-13 | 1 | -42/+136 |
|\ |
|
| * | iov_iter: transparently handle compat iovecs in import_iovec | Christoph Hellwig | 2020-10-03 | 1 | -12/+2 |
| * | iov_iter: refactor rw_copy_check_uvector and import_iovec | Christoph Hellwig | 2020-10-03 | 1 | -186/+114 |
| * | iov_iter: move rw_copy_check_uvector() into lib/iov_iter.c | David Laight | 2020-09-25 | 1 | -0/+176 |
* | | Merge branch 'work.csum_and_copy' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2020-10-13 | 1 | -12/+9 |
|\ \ |
|
| * | | saner calling conventions for csum_and_copy_..._user() | Al Viro | 2020-08-20 | 1 | -11/+8 |
| * | | csum_and_copy_..._user(): pass 0xffffffff instead of 0 as initial sum | Al Viro | 2020-08-20 | 1 | -3/+3 |
| * | | csum_partial_copy_nocheck(): drop the last argument | Al Viro | 2020-08-20 | 1 | -1/+1 |
| |/ |
|
* / | x86, powerpc: Rename memcpy_mcsafe() to copy_mc_to_{user, kernel}() | Dan Williams | 2020-10-06 | 1 | -25/+23 |
|/ |
|
* | iov_iter: Move unnecessary inclusion of crypto/hash.h | Herbert Xu | 2020-06-30 | 1 | -1/+2 |
* | iov_iter: Use generic instrumented.h | Marco Elver | 2020-03-21 | 1 | -3/+4 |
* | pipe: Fix bogus dereference in iov_iter_alignment() | Jan Kara | 2019-12-16 | 1 | -1/+2 |
* | Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/gi... | Linus Torvalds | 2019-12-01 | 1 | -0/+1 |
|\ |
|
| * | compat_ioctl: reimplement SG_IO handling | Arnd Bergmann | 2019-10-23 | 1 | -0/+1 |
* | | pipe: Allow pipes to have kernel-reserved slots | David Howells | 2019-11-15 | 1 | -2/+2 |
* | | pipe: Use head and tail pointers for the ring, not cursor and length | David Howells | 2019-10-31 | 1 | -118/+151 |
|/ |
|
* | mm: introduce page_size() | Matthew Wilcox (Oracle) | 2019-09-25 | 1 | -1/+1 |
* | uio: make import_iovec()/compat_import_iovec() return bytes on success | Jens Axboe | 2019-05-31 | 1 | -7/+8 |
* | treewide: Add SPDX license identifier for missed files | Thomas Gleixner | 2019-05-21 | 1 | -0/+1 |
* | mm/gup: change GUP fast to use flags rather than a write 'bool' | Ira Weiny | 2019-05-14 | 1 | -2/+5 |
* | iov_iter: Fix build error without CONFIG_CRYPTO | YueHaibing | 2019-04-04 | 1 | -0/+4 |
* | iov_iter: optimize page_copy_sane() | Eric Dumazet | 2019-02-26 | 1 | -2/+15 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2019-01-05 | 1 | -27/+27 |
|\ |
|
| * | iov_iter: reduce code duplication | Al Viro | 2018-11-28 | 1 | -27/+27 |
* | | Remove 'type' argument from access_ok() function | Linus Torvalds | 2019-01-04 | 1 | -4/+4 |
* | | iov_iter: introduce hash_and_copy_to_iter helper | Sagi Grimberg | 2018-12-13 | 1 | -0/+16 |
* | | iov_iter: pass void csum pointer to csum_and_copy_to_iter | Sagi Grimberg | 2018-12-13 | 1 | -1/+2 |
|/ |
|
* | iov_iter: teach csum_and_copy_to_iter() to handle pipe-backed ones | Al Viro | 2018-11-25 | 1 | -1/+37 |
* | iov_iter: Add I/O discard iterator | David Howells | 2018-10-24 | 1 | -7/+48 |
* | iov_iter: Separate type from direction and use accessor functions | David Howells | 2018-10-24 | 1 | -13/+15 |
* | iov_iter: Use accessor function | David Howells | 2018-10-24 | 1 | -28/+28 |
* | lib/iov_iter: Fix pipe handling in _copy_to_iter_mcsafe() | Dan Williams | 2018-07-16 | 1 | -4/+33 |
* | lib/iov_iter: Document _copy_to_iter_flushcache() | Dan Williams | 2018-07-16 | 1 | -0/+14 |
* | lib/iov_iter: Document _copy_to_iter_mcsafe() | Dan Williams | 2018-07-16 | 1 | -0/+26 |
* | Merge branch 'x86-dax-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2018-06-05 | 1 | -0/+61 |
|\ |
|
| * | x86/asm/memcpy_mcsafe: Define copy_to_iter_mcsafe() | Dan Williams | 2018-05-15 | 1 | -0/+61 |
* | | iov_iter: fix memory leak in pipe_get_pages_alloc() | Ilya Dryomov | 2018-05-02 | 1 | -1/+1 |
* | | iov_iter: fix return type of __pipe_get_pages() | Ilya Dryomov | 2018-05-02 | 1 | -1/+1 |
|/ |
|
* | new primitive: iov_iter_for_each_range() | Al Viro | 2017-10-12 | 1 | -0/+22 |