summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2022-03-09crypto: arm64 - cleanup commentsTom Rix3-3/+3
2022-02-23crypto: x86/des3 - Remove unused inline function des3_ede_enc_blk_3way()YueHaibing1-8/+0
2022-02-23crypto: x86/blowfish - Remove unused inline functionsYueHaibing1-12/+0
2022-02-11crypto: arm/xor - make vectorized C code Clang-friendlyArd Biesheuvel1-9/+3
2022-02-11lib/xor: make xor prototypes more friendly to compiler vectorizationArd Biesheuvel15-173/+311
2022-02-05crypto: arm64/aes-neonbs-xts - use plain NEON for non-power-of-2 input sizesArd Biesheuvel2-108/+57
2022-02-05crypto: arm64/aes-neonbs-ctr - fallback to plain NEON for final chunkArd Biesheuvel3-142/+55
2022-02-05crypto: arm/aes-neonbs-ctr - deal with non-multiples of AES block sizeArd Biesheuvel2-63/+77
2022-02-05crypto: arm64/aes-neon-ctr - improve handling of single tail blockArd Biesheuvel2-19/+20
2022-01-31arm64: lib: accelerate crc32_beKevin Bracey1-14/+73
2022-01-31crypto: x86 - Convert to SPDX identifierNathan Huckleberry1-53/+10
2022-01-28crypto: x86/sm3 - add AVX assembly implementationTianjia Zhang3-0/+654
2022-01-28crypto: arm64/sm3-ce - make dependent on sm3 libraryTianjia Zhang2-9/+21
2022-01-23Merge tag 'bitmap-5.17-rc1' of git://github.com/norov/linuxLinus Torvalds29-37/+5
2022-01-22Merge branch 'akpm' (patches from Andrew)Linus Torvalds23-31/+15
2022-01-22Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds21-535/+664
2022-01-22Merge tag 'for-5.17/parisc-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds3-3/+16
2022-01-22Merge tag 'riscv-for-linus-5.17-mw1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds39-412/+980
2022-01-22Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds3-3/+3
2022-01-22mm: remove cleancacheChristoph Hellwig16-16/+0
2022-01-22proc: remove PDE_DATA() completelyMuchun Song6-13/+13
2022-01-22kernel/sysctl.c: rename sysctl_init() to sysctl_init_bases()Luis Chamberlain2-2/+2
2022-01-21Merge tag 'rtc-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon...Linus Torvalds5-5/+19
2022-01-21Merge tag 'pci-v5.17-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+9
2022-01-21Merge tag 's390-5.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds6-56/+104
2022-01-20RISC-V: nommu_virt: Drop unused SLAB_MERGE_DEFAULTPalmer Dabbelt1-1/+0
2022-01-20parisc: Fix missing prototype for 'toc_intr' warning in toc.cHelge Deller2-0/+2
2022-01-20parisc: Autodetect default output device and set console= kernel parameterHelge Deller1-0/+11
2022-01-20parisc: Use safer strscpy() in setup_cmdline()Helge Deller1-2/+2
2022-01-20RISC-V: Remove redundant err variableMinghao Chi1-3/+1
2022-01-20riscv: dts: sifive unmatched: Add gpio poweroffRon Economos1-0/+5
2022-01-20RISC-V: Do not use cpumask data structure for hartid bitmapAtish Patra11-136/+130
2022-01-20RISC-V: Move spinwait booting method to its own configAtish Patra5-5/+30
2022-01-20RISC-V: Move the entire hart selection via lottery to SMPAtish Patra1-2/+6
2022-01-20RISC-V: Use __cpu_up_stack/task_pointer only for spinwait methodAtish Patra5-23/+30
2022-01-20RISC-V: Do not print the SBI version during HSM extension boot printAtish Patra1-1/+1
2022-01-20RISC-V: Avoid using per cpu array for ordered bootingAtish Patra4-15/+58
2022-01-20riscv: default to CONFIG_RISCV_SBI_V01=nHeinrich Schuchardt1-1/+0
2022-01-20arm64: mm: apply __ro_after_init to memory_limitPeng Fan1-1/+1
2022-01-20arm64: atomics: lse: Dereference matching sizeKees Cook2-2/+2
2022-01-20Merge tag 'net-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-0/+2
2022-01-20Merge branch 'akpm' (patches from Andrew)Linus Torvalds13-339/+50
2022-01-20kcov: fix generic Kconfig dependencies if ARCH_WANTS_NO_INSTRMarco Elver1-1/+1
2022-01-20arch/Kconfig: split PAGE_SIZE_LESS_THAN_256KB from PAGE_SIZE_LESS_THAN_64KBNathan Chancellor1-0/+4
2022-01-20proc: make the proc_create[_data]() stubs static inlinesHans de Goede1-5/+3
2022-01-20mm: percpu: add generic pcpu_populate_pte() functionKefeng Wang3-104/+4
2022-01-20mm: percpu: add generic pcpu_fc_alloc/free funcitonKefeng Wang4-171/+5
2022-01-20mm: percpu: add pcpu_fc_cpu_to_node_fn_t typedefKefeng Wang4-15/+43
2022-01-20mm: percpu: generalize percpu related configKefeng Wang7-74/+21
2022-01-20riscv: fix boolconv.cocci warningskernel test robot1-2/+1