aboutsummaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* 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
* parisc: fix PMD pages allocation by restoring pmd_alloc_one()Mike Rapoport2020-08-161-0/+6
* Merge tag 'riscv-for-linus-5.9-mw1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-08-151-8/+17
|\
| * riscv: Setup exception vector for nommu platformQiu Wenbo2020-08-141-8/+17
* | Merge tag 'sh-for-5.9' of git://git.libc.org/linux-shLinus Torvalds2020-08-1566-995/+360
|\ \
| * | sh: landisk: Add missing initialization of sh_io_port_baseGeert Uytterhoeven2020-08-141-0/+3
| * | sh: bring syscall_set_return_value in line with other architecturesMichael Karcher2020-08-141-4/+1
| * | sh: Add SECCOMP_FILTERMichael Karcher2020-08-143-2/+6
| * | sh: Rearrange blocks in entry-common.SMichael Karcher2020-08-141-28/+29
| * | sh: switch to copy_thread_tls()Christian Brauner2020-08-142-3/+4
| * | sh: use the generic dma coherent remap allocatorChristoph Hellwig2020-08-142-49/+4
| * | sh: don't allow non-coherent DMA for NOMMUChristoph Hellwig2020-08-141-1/+2
| * | dma-mapping: consolidate the NO_DMA definition in kernel/dma/KconfigChristoph Hellwig2020-08-143-6/+3
| * | sh: unexport register_trapped_io and match_trapped_io_handlerChristoph Hellwig2020-08-141-2/+0
| * | sh: don't include <asm/io_trapped.h> in <asm/io.h>Christoph Hellwig2020-08-143-1/+2
| * | sh: move the ioremap implementation out of lineChristoph Hellwig2020-08-142-86/+68
| * | sh: move ioremap_fixed details out of <asm/io.h>Christoph Hellwig2020-08-145-16/+26
| * | sh: remove __KERNEL__ ifdefs from non-UAPI headersChristoph Hellwig2020-08-1419-54/+0
| * | sh: sort the selects for SUPERH alphabeticallyChristoph Hellwig2020-08-141-48/+47
| * | sh: remove -Werror from MakefilesChristoph Hellwig2020-08-143-6/+0
| * | sh: Replace HTTP links with HTTPS onesAlexander A. Klimov2020-08-141-1/+1
| * | arch/sh/configs: remove obsolete CONFIG_SOC_CAMERA*Hans Verkuil2020-08-144-11/+0
| * | sh: stacktrace: Remove stacktrace_ops.stack()Geert Uytterhoeven2020-08-145-29/+0
| * | sh: machvec: Modernize printing of kernel messagesGeert Uytterhoeven2020-08-141-4/+4
| * | sh: pci: Modernize printing of kernel messagesGeert Uytterhoeven2020-08-143-21/+19
| * | sh: sh2007: Modernize printing of kernel messagesGeert Uytterhoeven2020-08-141-2/+2
| * | sh: process: Fix broken lines in register dumpsGeert Uytterhoeven2020-08-141-21/+17
| * | sh: dump_stack: Fix broken lines and ptrval in calltrace dumpsGeert Uytterhoeven2020-08-141-9/+9
| * | sh: kernel: disassemble: Fix broken lines in disassembly dumpsGeert Uytterhoeven2020-08-141-51/+52
| * | Revert "sh: remove needless printk()"Geert Uytterhoeven2020-08-141-0/+1
| * | Revert "sh: add loglvl to printk_address()"Geert Uytterhoeven2020-08-143-6/+5
| * | sh: fault: Fix duplicate printing of "PC:"Geert Uytterhoeven2020-08-141-1/+0
| * | sh: Remove SH5-based Cayman platformGeert Uytterhoeven2020-08-1411-540/+2
| * | arch: sh: smc37c93x: fix spelling mistakeFlavio Suligoi2020-08-141-2/+2
| * | Revert "sh: add missing EXPORT_SYMBOL() for __delay"Geert Uytterhoeven2020-08-141-1/+0
| * | sh: Implement __get_user_u64() required for 64-bit get_user()John Paul Adrian Glaubitz2020-08-141-0/+53