summaryrefslogtreecommitdiffstats
path: root/arch (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'x86_asm_for_v5.10' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-10-134-25/+18
|\
| * x86/asm: Replace __force_order with a memory clobberArvind Sankar2020-10-013-24/+17
| * x86/uaccess: Use XORL %0,%0 in __get_user_asm()Uros Bizjak2020-09-031-1/+1
* | Merge tag 'x86_urgent_for_v5.10-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2020-10-132-4/+1
|\ \
| * | x86/platform/uv: Remove unused variable in UV5 NMI handlerMike Travis2020-10-131-3/+0
| * | x86/traps: Fix #DE Oops message regressionThomas Gleixner2020-10-131-1/+1
* | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2020-10-1320-118/+131
|\ \ \
| * | | crypto: x86/poly1305 - Remove assignments with no effectHerbert Xu2020-10-021-3/+0
| * | | crypto: arm/aes-neonbs - use typed init/exit routines for XTSArd Biesheuvel2020-09-251-6/+6
| * | | crypto: arm/aes-neonbs - avoid loading reorder argument on encryptionArd Biesheuvel2020-09-251-2/+3
| * | | crypto: arm/aes-neonbs - avoid hacks to prevent Thumb2 mode switchesArd Biesheuvel2020-09-251-27/+22
| * | | crypto: arm/sha512-neon - avoid ADRL pseudo instructionArd Biesheuvel2020-09-252-4/+4
| * | | crypto: arm/sha256-neon - avoid ADRL pseudo instructionArd Biesheuvel2020-09-252-4/+4
| * | | crypto: arm/aes-neonbs - Use generic cbc encryption pathHerbert Xu2020-09-111-18/+28
| * | | crypto: poly1305-x86_64 - Use XORL r32,32Uros Bizjak2020-09-111-4/+4
| * | | crypto: curve25519-x86_64 - Use XORL r32,32Uros Bizjak2020-09-111-34/+34
| * | | crypto: powerpc/crc-vpmsum_test - Fix sparse endianness warningHerbert Xu2020-09-041-2/+3
| * | | crypto: arm64/gcm - Fix endianness warningsHerbert Xu2020-09-041-2/+2
| * | | crypto: arm64/sha - Add declarations for assembly variablesHerbert Xu2020-09-042-0/+6
| * | | crypto: arm/poly1305 - Add prototype for poly1305_blocks_neonHerbert Xu2020-09-041-0/+1
| * | | crypto: arm/curve25519 - include <linux/scatterlist.h>Fabio Estevam2020-08-251-0/+1
| * | | crypto: x86/crc32c-intel - Use CRC32 mnemonicUros Bizjak2020-08-211-12/+6
| * | | crypto: algapi - Remove skbuff.h inclusionHerbert Xu2020-08-207-0/+7
* | | | 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 branch 'compat.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-10-138-8/+8
|\ \ \ \
| * | | | fs: remove compat_sys_mountChristoph Hellwig2020-09-238-8/+8
| |/ / /
* | | | Merge branch 'work.quota-compat' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2020-10-138-15/+3
|\ \ \ \
| * | | | quota: simplify the quotactl compat handlingChristoph Hellwig2020-09-171-1/+1
| * | | | compat: add a compat_need_64bit_alignment_fixup() helperChristoph Hellwig2020-09-171-0/+1
| * | | | compat: lift compat_s64 and compat_u64 to <asm-generic/compat.h>Christoph Hellwig2020-09-177-14/+1
| |/ / /
* | | | Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-10-1310-45/+50
|\ \ \ \
| * | | | mm: remove compat_process_vm_{readv,writev}Christoph Hellwig2020-10-0310-18/+20
| * | | | fs: remove compat_sys_vmspliceChristoph Hellwig2020-10-0310-9/+10
| * | | | fs: remove the compat readv/writev syscallsChristoph Hellwig2020-10-0310-18/+20
* | | | | Merge branch 'work.csum_and_copy' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-10-1344-1399/+566
|\ \ \ \ \
| * | | | | 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