summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* x86/uaccess: utilize CONFIG_CC_HAS_ASM_GOTO_OUTPUTNick Desaulniers2020-10-131-0/+66
* x86: Make __put_user() generate an out-of-line callLinus Torvalds2020-10-132-81/+60
* x86: Make __get_user() generate an out-of-line callLinus Torvalds2020-10-132-74/+114
* Merge tag 'locks-v5.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jl...Linus Torvalds2020-10-131-4/+4
|\
| * locks: Remove extra "0x" in tracepoint format specifierChuck Lever2020-09-021-4/+4
* | Merge branch 'compat.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-10-1318-227/+138
|\ \
| * | fs: remove compat_sys_mountChristoph Hellwig2020-09-2317-81/+14
| * | fs,nfs: lift compat nfs4 mount data handling into the nfs codeChristoph Hellwig2020-09-232-75/+62
| * | nfs: simplify nfs4_parse_monolithicChristoph Hellwig2020-09-231-72/+63
* | | Merge branch 'work.quota-compat' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2020-10-1317-159/+113
|\ \ \
| * | | quota: simplify the quotactl compat handlingChristoph Hellwig2020-09-178-145/+94
| * | | compat: add a compat_need_64bit_alignment_fixup() helperChristoph Hellwig2020-09-172-0/+10
| * | | compat: lift compat_s64 and compat_u64 to <asm-generic/compat.h>Christoph Hellwig2020-09-178-14/+9
| |/ /
* | | Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-10-1330-714/+298
|\ \ \
| * | | security/keys: remove compat_keyctl_instantiate_key_iovChristoph Hellwig2020-10-033-40/+3
| * | | mm: remove compat_process_vm_{readv,writev}Christoph Hellwig2020-10-0317-109/+30
| * | | fs: remove compat_sys_vmspliceChristoph Hellwig2020-10-0317-62/+28
| * | | fs: remove the compat readv/writev syscallsChristoph Hellwig2020-10-0317-46/+30
| * | | fs: remove various compat readv/writev helpersChristoph Hellwig2020-10-032-159/+40
| * | | iov_iter: transparently handle compat iovecs in import_iovecChristoph Hellwig2020-10-0311-65/+26
| * | | iov_iter: refactor rw_copy_check_uvector and import_iovecChristoph Hellwig2020-10-035-232/+143
| * | | iov_iter: move rw_copy_check_uvector() into lib/iov_iter.cDavid Laight2020-09-252-179/+176
| * | | compat.h: fix a spelling error in <linux/compat.h>Christoph Hellwig2020-09-251-1/+1
* | | | Merge branch 'work.csum_and_copy' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-10-1359-1466/+613
|\ \ \ \
| * | | | ppc: propagate the calling conventions change down to csum_partial_copy_gener...Al Viro2020-08-204-103/+46
| * | | | amd64: switch csum_partial_copy_generic() to new calling conventionsAl Viro2020-08-203-123/+94
| * | | | sparc64: propagate the calling convention changes down to __csum_partial_copy...Al Viro2020-08-206-46/+11
| * | | | xtensa: propagate the calling conventions change down into csum_partial_copy_...Al Viro2020-08-202-68/+19
| * | | | mips: propagate the calling convention change down into __csum_partial_copy_....Al Viro2020-08-202-195/+89
| * | | | mips: __csum_partial_copy_kernel() has no users leftAl Viro2020-08-202-6/+0
| * | | | mips: csum_and_copy_{to,from}_user() are never called under KERNEL_DSAl Viro2020-08-201-25/+7
| * | | | sparc32: propagate the calling conventions change down to __csum_partial_copy...Al Viro2020-08-203-213/+44
| * | | | i386: propagate the calling conventions change down to csum_partial_copy_gene...Al Viro2020-08-202-88/+47
| * | | | sh: propage the calling conventions change down to csum_partial_copy_generic()Al Viro2020-08-202-100/+39
| * | | | m68k: get rid of zeroing destination on error in csum_and_copy_from_user()Al Viro2020-08-201-64/+15
| * | | | arm: propagate the calling convention changes down to csum_partial_copy_from_...Al Viro2020-08-204-26/+9
| * | | | alpha: propagate the calling convention changes down to csum_partial_copy.c h...Al Viro2020-08-201-88/+69
| * | | | saner calling conventions for csum_and_copy_..._user()Al Viro2020-08-2019-287/+183
| * | | | csum_and_copy_..._user(): pass 0xffffffff instead of 0 as initial sumAl Viro2020-08-201-3/+3
| * | | | csum_partial_copy_nocheck(): drop the last argumentAl Viro2020-08-2027-48/+49
| * | | | unify generic instances of csum_partial_copy_nocheck()Al Viro2020-08-2022-116/+21
| * | | | icmp_push_reply(): reorder adding the checksum upAl Viro2020-08-201-4/+4
| * | | | skb_copy_and_csum_bits(): don't bother with the last argumentAl Viro2020-08-208-14/+15
| | |/ / | |/| |
* | | | Merge tag 'docs-5.10' of git://git.lwn.net/linuxLinus Torvalds2020-10-1385-5256/+2072
|\ \ \ \
| * | | | gpiolib: Update indentation in driver.rst for code excerptsAndy Shevchenko2020-10-121-6/+6
| * | | | Documentation/admin-guide: tainted-kernels: Fix typo occuredNaoki Hayama2020-10-121-1/+1
| * | | | Documentation: better locations for sysfs-pci, sysfs-taggingJohn Hubbard2020-10-095-2/+2
| * | | | docs: programming-languages: refresh blurb on clang supportNick Desaulniers2020-10-051-4/+5
| * | | | Documentation: kvm: fix a typoLi Qiang2020-10-051-1/+1
| * | | | Documentation: Chinese translation of Documentation/arm64/amu.rstBailu Lin2020-09-283-0/+104