summaryrefslogtreecommitdiffstats
path: root/arch (follow)
Commit message (Expand)AuthorAgeFilesLines
* mm/memremap_pages: support multiple ranges per invocationDan Williams2020-10-141-0/+1
* mm/memremap_pages: convert to 'struct range'Dan Williams2020-10-141-6/+7
* mm/memory_hotplug: introduce default phys_to_target_node() implementationDan Williams2020-10-141-1/+0
* efi/fake_mem: arrange for a resource entry per efi_fake_mem instanceDan Williams2020-10-141-1/+15
* x86/numa: add 'nohmat' optionDan Williams2020-10-141-0/+2
* x86/numa: cleanup configuration dependent command-line optionsDan Williams2020-10-144-9/+12
* Partially revert "ARM: 8905/1: Emit __gnu_mcount_nc when using Clang 10.0.0 o...Nick Desaulniers2020-10-141-1/+1
* Revert "arm64: vdso: Fix compilation with clang older than 8"Nick Desaulniers2020-10-141-7/+0
* Revert "arm64: bti: Require clang >= 10.0.1 for in-kernel BTI support"Nick Desaulniers2020-10-141-2/+0
* 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