summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2019-11-19s390/bpf: Use lg(f)rl when long displacement cannot be usedIlya Leoshkevich1-15/+81
2019-11-19s390/bpf: Use lgrl instead of lg where possibleIlya Leoshkevich1-12/+20
2019-11-19s390/bpf: Load literal pool register using larlIlya Leoshkevich1-3/+19
2019-11-19s390/bpf: Align literal pool entriesIlya Leoshkevich1-13/+24
2019-11-19s390/bpf: Use relative long branchesIlya Leoshkevich1-32/+126
2019-11-18Merge tag 'kvm-s390-next-5.5-1' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini4-18/+29
2019-11-18x86: Remove unused asm/rio.hThomas Gleixner1-64/+0
2019-11-18m68k/atari: Convert Falcon IDE drivers to platform driversMichael Schmitz1-0/+27
2019-11-18x86: Fix typos in commentsCao jin2-4/+4
2019-11-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller40-171/+930
2019-11-17crypto: arm/curve25519 - wire up NEON implementationJason A. Donenfeld4-195/+287
2019-11-17crypto: arm/curve25519 - import Bernstein and Schwabe's Curve25519 ARM implem...Jason A. Donenfeld1-0/+2105
2019-11-17crypto: curve25519 - x86_64 library and KPP implementationsJason A. Donenfeld2-0/+2476
2019-11-17crypto: blake2s - x86_64 SIMD implementationJason A. Donenfeld3-0/+493
2019-11-17int128: move __uint128_t compiler test to KconfigArd Biesheuvel3-3/+3
2019-11-17crypto: mips/poly1305 - incorporate OpenSSL/CRYPTOGAMS optimized implementationArd Biesheuvel3-0/+1490
2019-11-17crypto: arm/poly1305 - incorporate OpenSSL/CRYPTOGAMS NEON implementationArd Biesheuvel5-1/+2686
2019-11-17crypto: arm64/poly1305 - incorporate OpenSSL/CRYPTOGAMS NEON implementationArd Biesheuvel5-1/+2000
2019-11-17crypto: x86/poly1305 - expose existing driver as poly1305 libraryArd Biesheuvel1-16/+41
2019-11-17crypto: x86/poly1305 - depend on generic library not generic shashArd Biesheuvel1-11/+55
2019-11-17crypto: x86/poly1305 - unify Poly1305 state struct with generic codeArd Biesheuvel1-59/+29
2019-11-17crypto: poly1305 - move core routines into a separate libraryArd Biesheuvel1-1/+1
2019-11-17crypto: mips/chacha - wire up accelerated 32r2 code from ZincArd Biesheuvel4-44/+271
2019-11-17crypto: mips/chacha - import 32r2 ChaCha code from ZincJason A. Donenfeld1-0/+424
2019-11-17crypto: arm/chacha - expose ARM ChaCha routine as library functionArd Biesheuvel2-1/+41
2019-11-17crypto: arm/chacha - remove dependency on generic ChaCha driverArd Biesheuvel6-240/+340
2019-11-17crypto: arm/chacha - import Eric Biggers's scalar accelerated ChaCha codeArd Biesheuvel1-0/+461
2019-11-17crypto: arm64/chacha - expose arm64 ChaCha routine as library functionArd Biesheuvel2-11/+43
2019-11-17crypto: arm64/chacha - depend on generic chacha library instead of crypto driverArd Biesheuvel2-19/+23
2019-11-17crypto: x86/chacha - expose SIMD ChaCha routine as library functionArd Biesheuvel1-25/+66
2019-11-17crypto: x86/chacha - depend on generic chacha library instead of crypto driverArd Biesheuvel1-55/+35
2019-11-17crypto: chacha - move existing library code into lib/cryptoArd Biesheuvel3-3/+3
2019-11-17Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-4/+2
2019-11-16x86/speculation: Fix redundant MDS mitigation messageWaiman Long1-0/+13
2019-11-16x86/speculation: Fix incorrect MDS/TAA mitigation statusWaiman Long1-2/+15
2019-11-16x86/entry/64: Remove pointless jump in paranoid_exitThomas Gleixner1-2/+1
2019-11-16x86/entry/32: Remove unused resume_userspace labelThomas Gleixner1-1/+0
2019-11-16x86/entry/32: Clarify register saving in __switch_to_asm()Thomas Gleixner1-1/+7
2019-11-16x86/ioperm: Extend IOPL config to control ioperm() as wellThomas Gleixner7-20/+65
2019-11-16x86/iopl: Remove legacy IOPL optionThomas Gleixner10-119/+17
2019-11-16x86/iopl: Restrict iopl() permission scopeThomas Gleixner6-47/+139
2019-11-16x86/iopl: Fixup misleading commentThomas Gleixner1-8/+27
2019-11-16x86/ioperm: Share I/O bitmap if identicalThomas Gleixner3-42/+50
2019-11-16x86/ioperm: Remove bitmap if all permissions droppedThomas Gleixner3-15/+23
2019-11-16x86/ioperm: Move TSS bitmap update to exit to user workThomas Gleixner5-45/+54
2019-11-16x86/ioperm: Add bitmap sequence numberThomas Gleixner5-10/+38
2019-11-16x86/ioperm: Move iobitmap data into a structThomas Gleixner5-39/+57
2019-11-16x86/tss: Move I/O bitmap data into a seperate structThomas Gleixner4-21/+28
2019-11-16x86/io: Speedup schedule out of I/O bitmap userThomas Gleixner5-41/+69
2019-11-16x86/ioperm: Avoid bitmap allocation if no permissions are setThomas Gleixner1-0/+3