1. 54f9e8f crypto: inside-secure - added support for rfc3686(ctr(aes)) by Pascal van Leeuwen · 5 years ago
  2. 77cdd4e crypto: inside-secure - add support for authenc(hmac(sha1),cbc(des3_ede)) by Pascal van Leeuwen · 5 years ago
  3. 5c9254a crypto: ux500 - Use spinlock_t instead of struct spinlock by Sebastian Andrzej Siewior · 5 years ago
  4. cc2a58f crypto: drivers - Use kmemdup rather than duplicating its implementation by Fuqian Huang · 5 years ago
  5. 97bcb16 crypto: tcrypt - add a speed test for AEGIS128 by Ard Biesheuvel · 5 years ago
  6. ecc8bc8 crypto: aegis128 - provide a SIMD implementation based on NEON intrinsics by Ard Biesheuvel · 5 years ago
  7. 7cdc0dd crypto: aegis128 - add support for SIMD acceleration by Ard Biesheuvel · 5 years ago
  8. 521cdde crypto: aegis - avoid prerotated AES tables by Ard Biesheuvel · 5 years ago
  9. 368b1bd crypto: aegis128 - drop empty TFM init/exit routines by Ard Biesheuvel · 5 years ago
  10. 520c199 crypto: aegis128l/aegis256 - remove x86 and generic implementations by Ard Biesheuvel · 5 years ago
  11. 5cb9770 crypto: morus - remove generic and x86 implementations by Ard Biesheuvel · 5 years ago
  12. f248caf crypto: testmgr - add tests for lzo-rle by Hannah Pan · 5 years ago
  13. b46033f crypto: arm/aes-scalar - unexport en/decryption routines by Ard Biesheuvel · 5 years ago
  14. 642a88f crypto: arm64/aes-cipher - switch to shared AES inverse Sbox by Ard Biesheuvel · 5 years ago
  15. 8de6dd3 crypto: arm/aes-cipher - switch to shared AES inverse Sbox by Ard Biesheuvel · 5 years ago
  16. 58144b8 crypto: arm64/aes-neon - switch to shared AES Sboxes by Ard Biesheuvel · 5 years ago
  17. 9467a31 crypto: lib/aes - export sbox and inverse sbox by Ard Biesheuvel · 5 years ago
  18. 1e25ca0 crypto: aes-generic - unexport last-round AES tables by Ard Biesheuvel · 5 years ago
  19. 571c47a crypto: chelsio - replace AES cipher calls with library calls by Ard Biesheuvel · 5 years ago
  20. 6273fd7 crypto: ccp - move to AES library for CMAC key derivation by Ard Biesheuvel · 5 years ago
  21. da3e7a9 crypto: amcc - switch to AES library for GCM key derivation by Ard Biesheuvel · 5 years ago
  22. 28a220a bluetooth: switch to AES library by Ard Biesheuvel · 5 years ago
  23. 0a5dff9 crypto: arm/ghash - provide a synchronous version by Ard Biesheuvel · 5 years ago
  24. e5f0504 crypto: arm/aes-neonbs - provide a synchronous version of ctr(aes) by Ard Biesheuvel · 5 years ago
  25. 5eedf31 crypto: arm/aes-ce - provide a synchronous version of ctr(aes) by Ard Biesheuvel · 5 years ago
  26. fafb1dc crypto: arm/aes - use native endiannes for key schedule by Ard Biesheuvel · 5 years ago
  27. 4d3f9d8 crypto: arm64/aes-ce-cipher - use AES library as fallback by Ard Biesheuvel · 5 years ago
  28. ff6f411 crypto: aes - move sync ctr(aes) to AES library and generic helper by Ard Biesheuvel · 5 years ago
  29. d9ec772 crypto: ctr - add helper for performing a CTR encryption walk by Ard Biesheuvel · 5 years ago
  30. 5bb12d7 crypto: aes-generic - drop key expansion routine in favor of library version by Ard Biesheuvel · 5 years ago
  31. c184472 crypto: arm64/aes-ce - switch to library version of key expansion routine by Ard Biesheuvel · 5 years ago
  32. f68df54 crypto: arm64/aes-neonbs - switch to library version of key expansion routine by Ard Biesheuvel · 5 years ago
  33. c59a6df crypto: arm64/aes-ccm - switch to AES library by Ard Biesheuvel · 5 years ago
  34. aa6e2d2 crypto: arm/aes-neonbs - switch to library version of key expansion routine by Ard Biesheuvel · 5 years ago
  35. fe3b99b crypto: arm64/ghash - switch to AES library by Ard Biesheuvel · 5 years ago
  36. 363a90c crypto: safexcel/aes - switch to library version of key expansion routine by Ard Biesheuvel · 5 years ago
  37. 18d8b96d crypto: cesa/aes - switch to library version of key expansion routine by Ard Biesheuvel · 5 years ago
  38. 8131878 crypto: padlock/aes - switch to library version of key expansion routine by Ard Biesheuvel · 5 years ago
  39. 1d2c327 crypto: x86/aes - drop scalar assembler implementations by Ard Biesheuvel · 5 years ago
  40. 2c53fd1 crypto: x86/aes-ni - switch to generic for fallback and key routines by Ard Biesheuvel · 5 years ago
  41. e59c1c9 crypto: aes - create AES library based on the fixed time AES code by Ard Biesheuvel · 5 years ago
  42. b158fcb crypto: aes/fixed-time - align key schedule with other implementations by Ard Biesheuvel · 5 years ago
  43. 724ecd3 crypto: aes - rename local routines to prevent future clashes by Ard Biesheuvel · 5 years ago
  44. 20bb4ef crypto: arm/aes-ce - cosmetic/whitespace cleanup by Ard Biesheuvel · 5 years ago
  45. 85b36ee crypto: inside-secure - add support for 0 length HMAC messages by Pascal van Leeuwen · 5 years ago
  46. 41abed7 crypto: inside-secure - add support for arbitrary size hash/HMAC updates by Pascal van Leeuwen · 5 years ago
  47. 85695b0 crypto: inside-secure - let HW deal with initial hash digest by Pascal van Leeuwen · 5 years ago
  48. dc5268b crypto: inside-secure: back out parts of earlier HMAC update workaround by Pascal van Leeuwen · 5 years ago
  49. a74d850 crypto: inside-secure - fix EINVAL error (buf overflow) for AEAD decrypt by Pascal van Leeuwen · 5 years ago
  50. 19b347b crypto: inside-secure - fix scatter/gather list to descriptor conversion by Pascal van Leeuwen · 5 years ago
  51. 5bdb6e6 crypto: inside-secure - fix incorrect skcipher output IV by Pascal van Leeuwen · 5 years ago
  52. 384ce43 crypto: inside-secure - silently return -EINVAL for input error cases by Pascal van Leeuwen · 5 years ago
  53. 36160aa crypto: inside-secure - keep ivsize for DES ECB modes at 0 by Pascal van Leeuwen · 5 years ago
  54. 452c53d crypto: ccree - notify TEE on FIPS tests errors by Gilad Ben-Yossef · 5 years ago
  55. 9552389 crypto: fips - add FIPS test failure notification chain by Gilad Ben-Yossef · 5 years ago
  56. 76a95bd8f crypto: ccree - account for TEE not ready to report by Gilad Ben-Yossef · 5 years ago
  57. e6e6600 crypto: ccree - drop legacy ivgen support by Gilad Ben-Yossef · 5 years ago
  58. aca24d4 crypto: ccree - fix spelling mistake "configration" -> "configuration" by Colin Ian King · 5 years ago
  59. 5f9e832 Linus 5.3-rc1 by Linus Torvalds · 5 years ago
  60. c7bf0a0 Merge tag 'devicetree-fixes-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux by Linus Torvalds · 5 years ago
  61. d6788eb Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 5 years ago
  62. 91962d0 Merge tag '5.3-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 5 years ago
  63. 8cf6650 iommu/amd: fix a crash in iova_magazine_free_pfns by Qian Cai · 5 years ago
  64. 618381f hexagon: switch to generic version of pte allocation by Mike Rapoport · 6 years ago
  65. bec5545 Merge tag 'ntb-5.3' of git://github.com/jonmason/ntb by Linus Torvalds · 5 years ago
  66. 1b03bc5 typo fix: it's d_make_root, not d_make_inode... by Al Viro · 5 years ago
  67. e2297f7 dt-bindings: pinctrl: stm32: Fix missing 'clocks' property in examples by Rob Herring · 5 years ago
  68. 20051f5 dt-bindings: iio: ad7124: Fix dtc warnings in example by Rob Herring · 5 years ago
  69. fbbf2b6 dt-bindings: iio: avia-hx711: Fix avdd-supply typo in example by Rob Herring · 5 years ago
  70. fcbe7e3 dt-bindings: pinctrl: aspeed: Fix AST2500 example errors by Rob Herring · 5 years ago
  71. ad21a4c dt-bindings: pinctrl: aspeed: Fix 'compatible' schema errors by Rob Herring · 5 years ago
  72. 7d9ef7f3 dt-bindings: riscv: Limit cpus schema to only check RiscV 'cpu' nodes by Rob Herring · 5 years ago
  73. 15ffef1 dt-bindings: Ensure child nodes are of type 'object' by Rob Herring · 5 years ago
  74. f1a3b43 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 5 years ago
  75. ac60602 Merge tag 'dma-mapping-5.3-1' of git://git.infradead.org/users/hch/dma-mapping by Linus Torvalds · 5 years ago
  76. c6dd78f Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago
  77. 46f5c0c Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago
  78. e6023ad Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago
  79. 4b01f5a Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago
  80. 70e6e1b Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago
  81. 07ab9d5 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 5 years ago
  82. f65420d Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 5 years ago
  83. 168c799 Merge tag 'kbuild-v5.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 5 years ago
  84. 18253e0 Merge branch 'work.dcache2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 5 years ago
  85. 6879298 x86/entry/64: Prevent clobbering of saved CR2 value by Thomas Gleixner · 5 years ago
  86. 19dbdcb smp: Warn on function calls from softirq context by Peter Zijlstra · 5 years ago
  87. 30cd860 KVM: x86: Add fixed counters to PMU filter by Eric Hankland · 5 years ago
  88. 88dddc1 KVM: nVMX: do not use dangling shadow VMCS after guest reset by Paolo Bonzini · 5 years ago
  89. 3b20e03 KVM: VMX: dump VMCS on failed entry by Paolo Bonzini · 5 years ago
  90. 6fc3977 KVM: x86/vPMU: refine kvm_pmu err msg when event creation failed by Like Xu · 5 years ago
  91. d984740 KVM: s390: Use kvm_vcpu_wake_up in kvm_s390_vcpu_wakeup by Wanpeng Li · 5 years ago
  92. d73eb57 KVM: Boost vCPUs that are delivering interrupts by Wanpeng Li · 5 years ago
  93. 2417c87 KVM: selftests: Remove superfluous define from vmx.c by Thomas Huth · 5 years ago
  94. 118154b KVM: SVM: Fix detection of AMD Errata 1096 by Liran Alon · 5 years ago
  95. 0c5f81d KVM: LAPIC: Inject timer interrupt via posted interrupt by Wanpeng Li · 5 years ago
  96. c39f2d9 Merge branch 'next' into for-linus by Dmitry Torokhov · 5 years ago
  97. 29be86d kbuild: add -fcf-protection=none when using retpoline flags by Seth Forshee · 5 years ago
  98. 67bf474 kbuild: update compile-test header list for v5.3-rc1 by Masahiro Yamada · 5 years ago
  99. abdfd52 Merge tag 'armsoc-defconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc by Linus Torvalds · 5 years ago
  100. af6af87d Merge tag 'armsoc-dt' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc by Linus Torvalds · 5 years ago