summaryrefslogtreecommitdiffstats
path: root/arch (follow)
Commit message (Expand)AuthorAgeFilesLines
* crypto: x86 - Put back integer parts of include/asm/inst.hUros Bizjak2020-07-231-0/+148
* crypto: Replace HTTP links with HTTPS onesAlexander A. Klimov2020-07-236-8/+8
* crypto: x86/crc32c - fix building with clang iasArnd Bergmann2020-07-231-1/+1
* crypto: x86 - Remove include/asm/inst.hUros Bizjak2020-07-167-716/+399
* crypto: sparc - rename sha256 to sha256_algEric Biggers2020-07-161-7/+7
* crypto: x86/chacha-sse3 - use unaligned loads for state arrayArd Biesheuvel2020-07-162-23/+10
* crypto: arm/ghash - use variably sized key structArd Biesheuvel2020-07-091-27/+24
* crypto: arm64/gcm - use inline helper to suppress indirect callsArd Biesheuvel2020-07-091-39/+46
* crypto: arm64/gcm - use variably sized key structArd Biesheuvel2020-07-091-28/+21
* crypto: arm64/gcm - disentangle ghash and gcm setkey() routinesArd Biesheuvel2020-07-091-25/+22
* crypto: arm64/ghash - drop PMULL based shashArd Biesheuvel2020-07-091-78/+12
* crypto: aesni - Fix build with LLVM_IAS=1Sedat Dilek2020-07-091-3/+3
* crypto: aesni - add compatibility with IASJian Cai2020-07-031-11/+3
* Merge tag 'kbuild-v5.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds2020-06-1339-303/+303
|\
| * treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2020-06-1335-297/+297
| * kbuild: fix broken builds because of GZIP,BZIP2,LZOP variablesDenis Efremov2020-06-114-7/+7
* | Merge tag 'powerpc-5.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2020-06-131-1/+1
|\ \
| * | KVM: PPC: Fix nested guest RC bits updateAlexey Kardashevskiy2020-06-121-1/+1
* | | Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2020-06-132-2/+64
|\ \ \
| * | | ARM: 8985/1: efi/decompressor: deal with HYP mode boot gracefullyArd Biesheuvel2020-06-131-0/+62
| * | | ARM: 8984/1: Kconfig: set default ZBOOT_ROM_TEXT/BSS value to 0x0Chris Packham2020-06-131-2/+2
* | | | Merge tag 'for-linus' of git://github.com/openrisc/linuxLinus Torvalds2020-06-131-2/+2
|\ \ \ \
| * | | | openrisc: Fix issue with argument clobbering for clone/forkStafford Horne2020-05-311-2/+2
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mat...Linus Torvalds2020-06-138-30/+121
|\ \ \ \ \
| * | | | | alpha: Fix build around srm_sysrq_reboot_opJoerg Roedel2020-06-131-1/+6
| * | | | | alpha: c_next should increase position indexMatt Turner2020-06-131-0/+1
| * | | | | alpha: Replace sg++ with sg = sg_next(sg)Xu Wang2020-06-131-1/+1
| * | | | | alpha: fix memory barriers so that they conform to the specificationMikulas Patocka2020-06-132-22/+112
| * | | | | alpha: remove unneeded semicolon in sys_eiger.cJason Yan2020-06-131-1/+1
| * | | | | alpha: remove unneeded semicolon in osf_sys.cJason Yan2020-06-131-1/+1
| * | | | | alpha: Replace strncmp with str_has_prefixChuhong Yuan2020-06-132-2/+2
| * | | | | alpha: fix rtc port rangesMikulas Patocka2020-06-131-1/+1
| * | | | | alpha: Kconfig: pedantic formattingEnrico Weigelt, metux IT consult2020-06-131-2/+2
* | | | | | Merge tag 'ras-core-2020-06-12' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-06-1310-180/+233
|\ \ \ \ \ \
| * | | | | | x86/mce/dev-mcelog: Fix -Wstringop-truncation warning about strncpy()Tony Luck2020-06-111-1/+1
| * | | | | | x86/{mce,mm}: Unmap the entire page if the whole page is affected and poisonedTony Luck2020-06-112-10/+27
| * | | | | | Merge branch 'x86/entry' into ras/coreThomas Gleixner2020-06-112828-58377/+75714
| |\ \ \ \ \ \
| * | | | | | | x86/amd_nb: Add AMD family 17h model 60h PCI IDsAlexander Monakov2020-05-221-0/+5
| * | | | | | | x86/mcelog: Add compat_ioctl for 32-bit mcelog supportHe Zhe2020-05-041-0/+1
| * | | | | | | x86/mce: Drop bogus comment about mce.kflagsTony Luck2020-04-171-1/+1
| * | | | | | | x86/mce: Fixup exception only for the correct MCEsBorislav Petkov2020-04-143-3/+19
| * | | | | | | x86/mce: Add mce=print_all optionTony Luck2020-04-142-1/+7
| * | | | | | | x86/mce: Change default MCE logger to check mce->kflagsTony Luck2020-04-141-16/+3
| * | | | | | | x86/mce: Fix all mce notifiers to update the mce->kflags bitmaskTony Luck2020-04-142-1/+8
| * | | | | | | x86/mce: Add a struct mce.kflags fieldTony Luck2020-04-142-0/+9
| * | | | | | | x86/mce: Convert the CEC to use the MCE notifierTony Luck2020-04-141-19/+0
| * | | | | | | x86/mce: Rename "first" function as "early"Tony Luck2020-04-142-12/+14
| * | | | | | | x86/mce/amd, edac: Remove report_gart_errorsBorislav Petkov2020-04-142-3/+9
| * | | | | | | x86/mce/amd: Make threshold bank setting hotplug robustThomas Gleixner2020-04-141-3/+11
| * | | | | | | x86/mce/amd: Cleanup threshold device remove pathThomas Gleixner2020-04-142-42/+38