1. a8bc521 UPSTREAM: crypto: chacha - fix warning message in header file by Valdis Klētnieks · 4 years, 8 months ago
  2. 942b0ee UPSTREAM: crypto: arch - conditionalize crypto api in arch glue for lib code by Jason A. Donenfeld · 4 years, 9 months ago
  3. 0fe1538 UPSTREAM: crypto: lib/chacha20poly1305 - use chacha20_crypt() by Eric Biggers · 4 years, 9 months ago
  4. 44d6873 UPSTREAM: crypto: x86/chacha - only unregister algorithms if registered by Eric Biggers · 4 years, 9 months ago
  5. 77073bb UPSTREAM: crypto: chacha_generic - remove unnecessary setkey() functions by Eric Biggers · 4 years, 9 months ago
  6. fe1532c UPSTREAM: crypto: lib/chacha20poly1305 - reimplement crypt_from_sg() routine by Ard Biesheuvel · 4 years, 9 months ago
  7. 4d9f6d7 UPSTREAM: crypto: chacha20poly1305 - import construction and selftest from Zinc by Ard Biesheuvel · 4 years, 9 months ago
  8. 6d6d746 UPSTREAM: crypto: arm/curve25519 - wire up NEON implementation by Jason A. Donenfeld · 4 years, 9 months ago
  9. ccf950e UPSTREAM: crypto: arm/curve25519 - import Bernstein and Schwabe's Curve25519 ARM implementation by Jason A. Donenfeld · 4 years, 9 months ago
  10. f9f4dfd UPSTREAM: crypto: curve25519 - x86_64 library and KPP implementations by Jason A. Donenfeld · 4 years, 9 months ago
  11. b7bb533 UPSTREAM: crypto: lib/curve25519 - work around Clang stack spilling issue by Ard Biesheuvel · 4 years, 9 months ago
  12. fe7ebbd UPSTREAM: crypto: curve25519 - implement generic KPP driver by Ard Biesheuvel · 4 years, 9 months ago
  13. 40175d2 UPSTREAM: crypto: curve25519 - add kpp selftest by Ard Biesheuvel · 4 years, 9 months ago
  14. 4e804a1 UPSTREAM: crypto: curve25519 - generic C library implementations by Jason A. Donenfeld · 4 years, 9 months ago
  15. db2e6ec UPSTREAM: crypto: blake2s - x86_64 SIMD implementation by Jason A. Donenfeld · 4 years, 9 months ago
  16. 537dbe5 UPSTREAM: crypto: blake2s - implement generic shash driver by Ard Biesheuvel · 4 years, 9 months ago
  17. 8e4def7 UPSTREAM: crypto: testmgr - add test cases for Blake2s by Ard Biesheuvel · 4 years, 9 months ago
  18. dc97e1c UPSTREAM: crypto: blake2s - generic C library implementation and selftest by Jason A. Donenfeld · 4 years, 9 months ago
  19. 688b66e UPSTREAM: crypto: mips/poly1305 - incorporate OpenSSL/CRYPTOGAMS optimized implementation by Ard Biesheuvel · 4 years, 9 months ago
  20. 2c07f92 UPSTREAM: crypto: arm/poly1305 - incorporate OpenSSL/CRYPTOGAMS NEON implementation by Ard Biesheuvel · 4 years, 9 months ago
  21. 36a372f UPSTREAM: crypto: arm64/poly1305 - incorporate OpenSSL/CRYPTOGAMS NEON implementation by Ard Biesheuvel · 4 years, 9 months ago
  22. 4e42c8c UPSTREAM: crypto: x86/poly1305 - expose existing driver as poly1305 library by Ard Biesheuvel · 4 years, 9 months ago
  23. 48c9cbd UPSTREAM: crypto: x86/poly1305 - depend on generic library not generic shash by Ard Biesheuvel · 4 years, 9 months ago
  24. d1fa3dd UPSTREAM: crypto: poly1305 - expose init/update/final library interface by Ard Biesheuvel · 4 years, 9 months ago
  25. c99c627 UPSTREAM: crypto: x86/poly1305 - unify Poly1305 state struct with generic code by Ard Biesheuvel · 4 years, 9 months ago
  26. 4afb116 UPSTREAM: crypto: poly1305 - move core routines into a separate library by Ard Biesheuvel · 4 years, 9 months ago
  27. aff2622 UPSTREAM: crypto: chacha - unexport chacha_generic routines by Ard Biesheuvel · 4 years, 9 months ago
  28. b449e88 UPSTREAM: crypto: mips/chacha - wire up accelerated 32r2 code from Zinc by Ard Biesheuvel · 4 years, 9 months ago
  29. c683297 UPSTREAM: crypto: mips/chacha - import 32r2 ChaCha code from Zinc by Jason A. Donenfeld · 4 years, 9 months ago
  30. 1567532 UPSTREAM: crypto: arm/chacha - expose ARM ChaCha routine as library function by Ard Biesheuvel · 4 years, 9 months ago
  31. 221466e UPSTREAM: crypto: arm/chacha - remove dependency on generic ChaCha driver by Ard Biesheuvel · 4 years, 9 months ago
  32. 1a95e0b UPSTREAM: crypto: arm/chacha - import Eric Biggers's scalar accelerated ChaCha code by Ard Biesheuvel · 4 years, 9 months ago
  33. b8a786e UPSTREAM: crypto: arm64/chacha - expose arm64 ChaCha routine as library function by Ard Biesheuvel · 4 years, 9 months ago
  34. 9bb7acc UPSTREAM: crypto: arm64/chacha - depend on generic chacha library instead of crypto driver by Ard Biesheuvel · 4 years, 9 months ago
  35. 9603ada UPSTREAM: crypto: arm64/chacha - use combined SIMD/ALU routine for more speed by Ard Biesheuvel · 6 years ago
  36. e9da63a UPSTREAM: crypto: arm64/chacha - optimize for arbitrary length inputs by Ard Biesheuvel · 6 years ago
  37. 0a524ae UPSTREAM: crypto: x86/chacha - expose SIMD ChaCha routine as library function by Ard Biesheuvel · 4 years, 9 months ago
  38. c2674ee UPSTREAM: crypto: x86/chacha - depend on generic chacha library instead of crypto driver by Ard Biesheuvel · 4 years, 9 months ago
  39. 2aa92df UPSTREAM: crypto: chacha - move existing library code into lib/crypto by Ard Biesheuvel · 4 years, 9 months ago
  40. c099f33 UPSTREAM: crypto: lib - tidy up lib/crypto Kconfig and Makefile by Ard Biesheuvel · 4 years, 9 months ago
  41. f383e97 UPSTREAM: crypto: chacha - constify ctx and iv arguments by Eric Biggers · 5 years ago
  42. 0227da5 UPSTREAM: crypto: x86/poly1305 - Clear key material from stack in SSE2 variant by Tommi Hirvola · 5 years ago
  43. 2be733e UPSTREAM: crypto: xchacha20 - fix comments for test vectors by Eric Biggers · 6 years ago
  44. b6685e5 UPSTREAM: crypto: xchacha - add test vector from XChaCha20 draft RFC by Eric Biggers · 6 years ago
  45. 182b5fa UPSTREAM: crypto: arm64/chacha - add XChaCha12 support by Eric Biggers · 6 years ago
  46. 4b74fb2 UPSTREAM: crypto: arm64/chacha20 - refactor to allow varying number of rounds by Eric Biggers · 6 years ago
  47. 158dbe8 UPSTREAM: crypto: arm64/chacha20 - add XChaCha20 support by Eric Biggers · 6 years ago
  48. 2087809 UPSTREAM: crypto: x86/chacha - avoid sleeping under kernel_fpu_begin() by Eric Biggers · 6 years ago
  49. f03b06c UPSTREAM: crypto: x86/chacha - yield the FPU occasionally by Eric Biggers · 6 years ago
  50. c4d866c UPSTREAM: crypto: x86/chacha - add XChaCha12 support by Eric Biggers · 6 years ago
  51. 3fdd3e7 UPSTREAM: crypto: x86/chacha20 - refactor to allow varying number of rounds by Eric Biggers · 6 years ago
  52. 75fe50a UPSTREAM: crypto: x86/chacha20 - add XChaCha20 support by Eric Biggers · 6 years ago
  53. 7e63c8c UPSTREAM: crypto: x86/chacha20 - Add a 4-block AVX-512VL variant by Martin Willi · 6 years ago
  54. 69d4a86 UPSTREAM: crypto: x86/chacha20 - Add a 2-block AVX-512VL variant by Martin Willi · 6 years ago
  55. 4eb8f27 UPSTREAM: crypto: x86/chacha20 - Add a 8-block AVX-512VL variant by Martin Willi · 6 years ago
  56. 3720fd6 UPSTREAM: crypto: x86/chacha20 - Add a 4-block AVX2 variant by Martin Willi · 6 years ago
  57. 3928787 UPSTREAM: crypto: x86/chacha20 - Add a 2-block AVX2 variant by Martin Willi · 6 years ago
  58. 26b2d7b UPSTREAM: crypto: x86/chacha20 - Use larger block functions more aggressively by Martin Willi · 6 years ago
  59. 5057483 UPSTREAM: crypto: x86/chacha20 - Support partial lengths in 8-block AVX2 variant by Martin Willi · 6 years ago
  60. bb5aadc UPSTREAM: crypto: x86/chacha20 - Support partial lengths in 4-block SSSE3 variant by Martin Willi · 6 years ago
  61. bca1a50 UPSTREAM: crypto: x86/chacha20 - Support partial lengths in 1-block SSSE3 variant by Martin Willi · 6 years ago
  62. 176784c ANDROID: GKI: Enable CONFIG_USB_ANNOUNCE_NEW_DEVICES by Alistair Delva · 3 years, 10 months ago
  63. b00feba ANDROID: GKI: Enable CONFIG_X86_X2APIC by Abdulla Kamar · 3 years, 10 months ago
  64. d04d010 ANDROID: move builds to use gas prebuilts by Nick Desaulniers · 3 years, 10 months ago
  65. f75b05a UPSTREAM: binder: fix UAF when releasing todo list by Todd Kjos · 3 years, 10 months ago
  66. 13abe23 Merge 4.19.152 into android-4.19-stable by Greg Kroah-Hartman · 3 years, 10 months ago
  67. ad32697 Linux 4.19.152 by Greg Kroah-Hartman · 3 years, 10 months ago
  68. e2c5f02 crypto: qat - check cipher length for aead AES-CBC-HMAC-SHA by Dominik Przychodni · 4 years ago
  69. fc86d27 crypto: bcm - Verify GCM/CCM key length in setkey by Herbert Xu · 3 years, 10 months ago
  70. bc9c21f drivers/net/ethernet/marvell/mvmdio.c: Fix non OF case by Arnaud Patard · 5 years ago
  71. 9fd231b reiserfs: Fix oops during mount by Jan Kara · 3 years, 10 months ago
  72. 0364aee reiserfs: Initialize inode keys properly by Jan Kara · 3 years, 11 months ago
  73. 2b00a51 USB: serial: ftdi_sio: add support for FreeCalypso JTAG+UART adapters by Mychaela N. Falconia · 3 years, 11 months ago
  74. cd86e2ee USB: serial: pl2303: add device-id for HP GC device by Scott Chen · 3 years, 11 months ago
  75. a9a19989 staging: comedi: check validity of wMaxPacketSize of usb endpoints found by Anant Thazhemadam · 3 years, 10 months ago
  76. aa803a6 USB: serial: option: Add Telit FT980-KS composition by Leonid Bloch · 3 years, 10 months ago
  77. 32f09ec USB: serial: option: add Cellient MPL200 card by Wilken Gottwalt · 3 years, 10 months ago
  78. d4503a3 media: usbtv: Fix refcounting mixup by Oliver Neukum · 3 years, 11 months ago
  79. c1ad9bb Bluetooth: Disconnect if E0 is used for Level 4 by Luiz Augusto von Dentz · 4 years, 3 months ago
  80. 3882085 Bluetooth: Fix update of connection state in `hci_encrypt_cfm` by Patrick Steinhardt · 4 years, 1 month ago
  81. 0c75831 Bluetooth: Consolidate encryption handling in hci_encrypt_cfm by Luiz Augusto von Dentz · 4 years, 3 months ago
  82. 7b2e806 Bluetooth: MGMT: Fix not checking if BT_HS is enabled by Luiz Augusto von Dentz · 4 years ago
  83. 360f80e Bluetooth: L2CAP: Fix calling sk_filter on non-socket based channel by Luiz Augusto von Dentz · 4 years ago
  84. 128278f Bluetooth: A2MP: Fix not initializing all members by Luiz Augusto von Dentz · 4 years ago
  85. 23759ba ARM: 8867/1: vdso: pass --be8 to linker if necessary by Jason A. Donenfeld · 5 years ago
  86. 444a6d0 ARM: 8939/1: kbuild: use correct nm executable by Dmitry Golovin · 4 years, 9 months ago
  87. e7f04b0 ARM: 8858/1: vdso: use $(LD) instead of $(CC) to link VDSO by Masahiro Yamada · 5 years ago
  88. b801d56 perf cs-etm: Move definition of 'traceid_list' global variable from header file by Leo Yan · 4 years, 3 months ago
  89. 71ca95b FROMLIST: arm64: vdso32: Allow ld.lld to properly link the VDSO by Nathan Chancellor · 3 years, 10 months ago
  90. 9f80205 Merge 4.19.151 into android-4.19-stable by Greg Kroah-Hartman · 3 years, 10 months ago
  91. 47f6500 Linux 4.19.151 by Greg Kroah-Hartman · 3 years, 10 months ago
  92. d71f3fb net: usb: rtl8150: set random MAC address when set_ethernet_addr() fails by Anant Thazhemadam · 3 years, 10 months ago
  93. 94c5167 mm: khugepaged: recalculate min_free_kbytes after memory hotplug as expected by khugepaged by Vijay Balakrishna · 3 years, 10 months ago
  94. abfe666 mmc: core: don't set limits.discard_granularity as 0 by Coly Li · 3 years, 10 months ago
  95. 80e745b perf: Fix task_function_call() error handling by Kajol Jain · 4 years ago
  96. 4b00aa5 rxrpc: Fix server keyring leak by David Howells · 3 years, 10 months ago
  97. 3995eed rxrpc: Fix some missing _bh annotations on locking conn->state_lock by David Howells · 3 years, 10 months ago
  98. 4a0b275 rxrpc: Downgrade the BUG() for unsupported token type in rxrpc_read() by David Howells · 4 years ago
  99. 5de841c rxrpc: Fix rxkad token xdr encoding by Marc Dionne · 4 years ago
  100. f9c195b net/mlx5e: Fix VLAN create flow by Aya Levin · 3 years, 11 months ago