summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | crypto: gf128mul - constify 4k and 64k multiplication tablesEric Biggers2017-03-092-6/+6
| * | | crypto: gf128mul - rename the byte overflow tablesEric Biggers2017-03-091-17/+32
| * | | crypto: gf128mul - remove xx() macroEric Biggers2017-03-091-10/+8
| * | | crypto: gf128mul - fix some commentsEric Biggers2017-03-092-18/+21
* | | | Merge branch 'work.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2017-05-0218-1267/+1139
|\ \ \ \
| * | | | fs/compat.c: trim unused includesAl Viro2017-04-171-31/+0
| * | | | move compat_rw_copy_check_uvector() over to fs/read_write.cAl Viro2017-04-172-76/+75
| * | | | fhandle: move compat syscalls from compat.cAl Viro2017-04-173-14/+13
| * | | | open: move compat syscalls from compat.cAl Viro2017-04-172-18/+20
| * | | | stat: move compat syscalls from compat.cAl Viro2017-04-172-83/+86
| * | | | fcntl: move compat syscalls from compat.cAl Viro2017-04-172-154/+157
| * | | | readdir: move compat syscalls from compat.cAl Viro2017-04-172-162/+165
| * | | | statfs: move compat syscalls from compat.cAl Viro2017-04-172-138/+140
| * | | | utimes: move compat syscalls from compat.cAl Viro2017-04-172-63/+61
| * | | | move compat select-related syscalls to fs/select.cAl Viro2017-04-173-426/+419
| * | | | Remove compat_sys_getdents64()Al Viro2017-04-177-102/+3
* | | | | Merge branch 'work.splice' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2017-05-025-15/+13
|\ \ \ \ \
| * | | | | make nr_pages calculation in default_file_splice_read() a bit less uglyAl Viro2016-12-261-4/+3
| * | | | | splice/tee/vmsplice: validate flagsAl Viro2016-12-262-0/+10
| * | | | | splice_pipe_desc: kill ->flagsAl Viro2016-12-264-5/+0
| * | | | | remove spd_release_page()Al Viro2016-12-262-6/+0
* | | | | | Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-05-028-27/+21
|\ \ \ \ \ \
| * | | | | | iov_iter: don't revert iov buffer if csum errorDing Tianhong2017-05-011-6/+7
| * | | | | | generic_file_read_iter(): make use of iov_iter_revert()Al Viro2017-04-211-4/+4
| * | | | | | generic_file_direct_write(): make use of iov_iter_revert()Al Viro2017-04-211-4/+3
| * | | | | | orangefs: use iov_iter_revert()Al Viro2017-04-211-2/+1
| * | | | | | sctp: switch to copy_from_iter_full()Al Viro2017-04-211-3/+1
| * | | | | | net/9p: switch to copy_from_iter_full()Al Viro2017-04-212-4/+3
| * | | | | | switch memcpy_from_msg() to copy_from_iter_full()Al Viro2017-04-211-1/+1
| * | | | | | rds: make use of iov_iter_revert()Al Viro2017-04-211-3/+1
* | | | | | | Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2017-05-025-53/+40
|\ \ \ \ \ \ \
| * | | | | | | cifs: don't check for failure from mempool_alloc()NeilBrown2017-04-283-44/+32
| * | | | | | | Do not return number of bytes written for ioctl CIFS_IOC_COPYCHUNK_FILESachin Prabhu2017-04-281-1/+2
| * | | | | | | Fix match_prepath()Sachin Prabhu2017-04-281-8/+6
* | | | | | | | Merge tag 'usercopy-v4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-05-023-24/+20
|\ \ \ \ \ \ \ \
| * | | | | | | | mm/usercopy: Drop extra is_vmalloc_or_module() checkLaura Abbott2017-04-051-11/+0
| * | | | | | | | usercopy: Move enum for arch_within_stack_frames()Sahara2017-04-043-13/+20
* | | | | | | | | Merge tag 'pstore-v4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-05-0211-461/+607
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | pstore: Solve lockdep warning by moving inode locksKees Cook2017-04-273-16/+36
| * | | | | | | | | pstore: Fix flags to enable dumps on powerpcAnkit Kumar2017-04-271-0/+1
| * | | | | | | | | pstore: Remove unused vmalloc.h in pmsgGeliang Tang2017-04-271-1/+0
| * | | | | | | | | pstore: simplify write_user_compat()Kees Cook2017-03-071-26/+20
| * | | | | | | | | pstore: Remove write_buf() callbackKees Cook2017-03-075-43/+39
| * | | | | | | | | pstore: Replace arguments for write_buf_user() APIKees Cook2017-03-074-51/+30
| * | | | | | | | | pstore: Replace arguments for write_buf() APIKees Cook2017-03-074-49/+55
| * | | | | | | | | pstore: Replace arguments for erase() APIKees Cook2017-03-075-46/+31
| * | | | | | | | | pstore: Do not duplicate record metadataKees Cook2017-03-072-33/+30
| * | | | | | | | | pstore: Allocate records on heap instead of stackKees Cook2017-03-071-8/+22
| * | | | | | | | | pstore: Pass record contents instead of copyingKees Cook2017-03-072-11/+27
| * | | | | | | | | pstore: Always allocate buffer for decompressionKees Cook2017-03-071-14/+24