index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
iov_iter.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-01-25
iov_iter: optimise bvec iov_iter_advance()
Pavel Begunkov
1
-0
/
+19
2021-01-25
bvec/iter: disallow zero-length segment bvecs
Pavel Begunkov
1
-2
/
+0
2021-01-16
iov_iter: fix the uaccess area in copy_compat_iovec_from_user
Christoph Hellwig
1
-1
/
+1
2020-10-16
lib, uaccess: add failure injection to usercopy functions
Albert van der Linde
1
-0
/
+5
2020-10-13
Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-42
/
+136
2020-10-13
Merge branch 'work.csum_and_copy' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-12
/
+9
2020-10-06
x86, powerpc: Rename memcpy_mcsafe() to copy_mc_to_{user, kernel}()
Dan Williams
1
-25
/
+23
2020-10-03
iov_iter: transparently handle compat iovecs in import_iovec
Christoph Hellwig
1
-12
/
+2
2020-10-03
iov_iter: refactor rw_copy_check_uvector and import_iovec
Christoph Hellwig
1
-186
/
+114
2020-09-25
iov_iter: move rw_copy_check_uvector() into lib/iov_iter.c
David Laight
1
-0
/
+176
2020-08-20
saner calling conventions for csum_and_copy_..._user()
Al Viro
1
-11
/
+8
2020-08-20
csum_and_copy_..._user(): pass 0xffffffff instead of 0 as initial sum
Al Viro
1
-3
/
+3
2020-08-20
csum_partial_copy_nocheck(): drop the last argument
Al Viro
1
-1
/
+1
2020-06-30
iov_iter: Move unnecessary inclusion of crypto/hash.h
Herbert Xu
1
-1
/
+2
2020-03-21
iov_iter: Use generic instrumented.h
Marco Elver
1
-3
/
+4
2019-12-16
pipe: Fix bogus dereference in iov_iter_alignment()
Jan Kara
1
-1
/
+2
2019-12-02
Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-0
/
+1
2019-11-15
pipe: Allow pipes to have kernel-reserved slots
David Howells
1
-2
/
+2
2019-10-31
pipe: Use head and tail pointers for the ring, not cursor and length
David Howells
1
-118
/
+151
2019-10-23
compat_ioctl: reimplement SG_IO handling
Arnd Bergmann
1
-0
/
+1
2019-09-25
mm: introduce page_size()
Matthew Wilcox (Oracle)
1
-1
/
+1
2019-06-01
uio: make import_iovec()/compat_import_iovec() return bytes on success
Jens Axboe
1
-7
/
+8
2019-05-21
treewide: Add SPDX license identifier for missed files
Thomas Gleixner
1
-0
/
+1
2019-05-14
mm/gup: change GUP fast to use flags rather than a write 'bool'
Ira Weiny
1
-2
/
+5
2019-04-04
iov_iter: Fix build error without CONFIG_CRYPTO
YueHaibing
1
-0
/
+4
2019-02-26
iov_iter: optimize page_copy_sane()
Eric Dumazet
1
-2
/
+15
2019-01-06
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-27
/
+27
2019-01-04
Remove 'type' argument from access_ok() function
Linus Torvalds
1
-4
/
+4
2018-12-13
iov_iter: introduce hash_and_copy_to_iter helper
Sagi Grimberg
1
-0
/
+16
2018-12-13
iov_iter: pass void csum pointer to csum_and_copy_to_iter
Sagi Grimberg
1
-1
/
+2
2018-11-28
iov_iter: reduce code duplication
Al Viro
1
-27
/
+27
2018-11-26
iov_iter: teach csum_and_copy_to_iter() to handle pipe-backed ones
Al Viro
1
-1
/
+37
2018-10-24
iov_iter: Add I/O discard iterator
David Howells
1
-7
/
+48
2018-10-24
iov_iter: Separate type from direction and use accessor functions
David Howells
1
-13
/
+15
2018-10-24
iov_iter: Use accessor function
David Howells
1
-28
/
+28
2018-07-16
lib/iov_iter: Fix pipe handling in _copy_to_iter_mcsafe()
Dan Williams
1
-4
/
+33
2018-07-16
lib/iov_iter: Document _copy_to_iter_flushcache()
Dan Williams
1
-0
/
+14
2018-07-16
lib/iov_iter: Document _copy_to_iter_mcsafe()
Dan Williams
1
-0
/
+26
2018-06-05
Merge branch 'x86-dax-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-0
/
+61
2018-05-15
x86/asm/memcpy_mcsafe: Define copy_to_iter_mcsafe()
Dan Williams
1
-0
/
+61
2018-05-02
iov_iter: fix memory leak in pipe_get_pages_alloc()
Ilya Dryomov
1
-1
/
+1
2018-05-02
iov_iter: fix return type of __pipe_get_pages()
Ilya Dryomov
1
-1
/
+1
2017-10-12
new primitive: iov_iter_for_each_range()
Al Viro
1
-0
/
+22
2017-09-21
iov_iter: fix page_copy_sane for compound pages
Petar Penkov
1
-2
/
+4
2017-07-08
Merge branch 'uaccess-work.iov_iter' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-29
/
+69
2017-07-07
iov_iter: saner checks on copyin/copyout
Al Viro
1
-16
/
+39
2017-06-30
iov_iter: sanity checks for copy to/from page primitives
Al Viro
1
-0
/
+17
2017-06-30
iov_iter/hardening: move object size checks to inlined part
Al Viro
1
-11
/
+11
2017-06-09
x86, uaccess: introduce copy_from_iter_flushcache for pmem / cache-bypass ope...
Dan Williams
1
-0
/
+22
2017-05-09
Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-0
/
+2
[next]