1. 29b77e5 crypto: testmgr - avoid DMA mapping from text, rodata, stack by Horia Geanta · 10 years ago
  2. 126ae9a crypto: ccp - Base AXI DMA cache settings on device tree by Tom Lendacky · 10 years ago
  3. 96956ae crypto: drbg - drbg_exit() can be static by Fengguang Wu · 10 years ago
  4. ac1a2b4 crypto: qat - remove an unneeded cast by Dan Carpenter · 10 years ago
  5. 35af640 crypto: caam - Check for CAAM block presence before registering with crypto layer by Ruchika Gupta · 10 years ago
  6. 5b635e2 crypto: drbg - HMAC-SHA1 DRBG has crypto strength of 128 bits by Stephan Mueller · 10 years ago
  7. 27e4de2 crypto: drbg - Mix a time stamp into DRBG state by Stephan Mueller · 10 years ago
  8. 4f15071 crypto: drbg - Select correct DRBG core for stdrng by Stephan Mueller · 10 years ago
  9. 72e7c25 crypto: drbg - Call CTR DRBG DF function only once by Stephan Mueller · 10 years ago
  10. a908957 crypto: drbg - Fix format string for debugging statements by Stephan Mueller · 10 years ago
  11. e25e47e crypto: drbg - cleanup of preprocessor macros by Stephan Mueller · 10 years ago
  12. 44b933b crypto: qce - add dependancy to Kconfig by Stanimir Varbanov · 10 years ago
  13. 58a6535 crypto: qce - fix sparse warnings by Stanimir Varbanov · 10 years ago
  14. 178f827 crypto: caam - Enabling multiple caam debug support for C29x platform by Nitesh Narayan Lal · 10 years ago
  15. 6f39da1ca crypto: dts - Addition of missing SEC compatibile property in c29x device tree by Nitesh Narayan Lal · 10 years ago
  16. f2c89a1 crypto: drbg - Use Kconfig to ensure at least one RNG option is set by Herbert Xu · 10 years ago
  17. 8c98716 crypto: drbg - use of kernel linked list by Stephan Mueller · 10 years ago
  18. 8fecaad crypto: drbg - fix memory corruption for AES192 by Stephan Mueller · 10 years ago
  19. e1f8859 crypto: ux500 - make interrupt mode plausible by Arnd Bergmann · 10 years ago
  20. 263a8df crypto: tcrypt - print cra driver name in tcrypt tests output by Luca Clementi · 10 years ago
  21. 14748d7 ARM: DT: qcom: Add Qualcomm crypto driver binding document by Stanimir Varbanov · 10 years ago
  22. c672752 crypto: qce - Build Qualcomm crypto driver by Stanimir Varbanov · 10 years ago
  23. ec8f5d8 crypto: qce - Qualcomm crypto engine driver by Stanimir Varbanov · 10 years ago
  24. 002c77a crypto: fips - only panic on bad/missing crypto mod signatures by Jarod Wilson · 10 years ago
  25. 8f312d6 crypto: qat - Fix error path crash when no firmware is present by Tadeusz Struk · 10 years ago
  26. d65071e crypto: qat - Fixed new checkpatch warnings by Tadeusz Struk · 10 years ago
  27. 83530d8 crypto: qat - Updated Firmware Info Metadata by Tadeusz Struk · 10 years ago
  28. bce3cc6 crypto: qat - Fix random config build warnings by Tadeusz Struk · 10 years ago
  29. c0eedf8 crypto: drbg - simplify ordering of linked list in drbg_ctr_df by Stephan Mueller · 10 years ago
  30. de18cd4 crypto: lzo - use kvfree() helper by Eric Dumazet · 10 years ago
  31. 5e50d43 crypto: des3_ede-x86_64 - fix parse warning by Jussi Kivilinna · 10 years ago
  32. 1da2be3 crypto: caam - Correct the dma mapping for sg table by Ruchika Gupta · 10 years ago
  33. ef94b1d crypto: caam - Add definition of rd/wr_reg64 for little endian platform by Ruchika Gupta · 10 years ago
  34. 17157c9 crypto: caam - Configuration for platforms with virtualization enabled in CAAM by Ruchika Gupta · 10 years ago
  35. eb1139c crypto: caam - Correct definition of registers in memory map by Ruchika Gupta · 10 years ago
  36. e60b244 crypto: qat - Fix build problem with O= by Herbert Xu · 10 years ago
  37. 6c9e3dc crypto: testmgr - add 4 more test vectors for GHASH by Ard Biesheuvel · 10 years ago
  38. 22cddcc crypto: aes - AES CTR x86_64 "by8" AVX optimization by chandramouli narayanan · 10 years ago
  39. 6574e6c crypto: des_3des - add x86-64 assembly implementation by Jussi Kivilinna · 10 years ago
  40. 8713150 crypto: tcrypt - add ctr(des3_ede) sync speed test by Jussi Kivilinna · 10 years ago
  41. be513f4 crypto: caam - remove duplicate FIFOST_CONT_MASK define by Dan Carpenter · 10 years ago
  42. 473946e crypto: crc32c-pclmul - Shrink K_table to 32-bit words by George Spelvin · 10 years ago
  43. cea4001 crypto: qat - Update to makefiles by Tadeusz Struk · 10 years ago
  44. 7afa232 crypto: qat - Intel(R) QAT DH895xcc accelerator by Tadeusz Struk · 10 years ago
  45. b3416fb crypto: qat - Intel(R) QAT accelengine part of fw loader by Tadeusz Struk · 10 years ago
  46. b4b7e67 crypto: qat - Intel(R) QAT ucode part of fw loader by Tadeusz Struk · 10 years ago
  47. d370cec crypto: qat - Intel(R) QAT crypto interface by Tadeusz Struk · 10 years ago
  48. 38154e6 crypto: qat - Intel(R) QAT FW interface by Tadeusz Struk · 10 years ago
  49. a672a9d crypto: qat - Intel(R) QAT transport code by Tadeusz Struk · 10 years ago
  50. d8cba25 crypto: qat - Intel(R) QAT driver framework by Tadeusz Struk · 10 years ago
  51. c4f4b32 crypto: ccp - Add platform device support for arm64 by Tom Lendacky · 10 years ago
  52. 1ad348f crypto: ccp - CCP device bindings documentation by Tom Lendacky · 10 years ago
  53. 3d77565 crypto: ccp - Modify PCI support in prep for arm64 support by Tom Lendacky · 10 years ago
  54. 64d1cdf crypto: drbg - Add DRBG test code to testmgr by Stephan Mueller · 10 years ago
  55. 3332ee2 crypto: drbg - DRBG testmgr test vectors by Stephan Mueller · 10 years ago
  56. 5bfcf65 crypto: drbg - compile the DRBG code by Stephan Mueller · 10 years ago
  57. 419090c crypto: drbg - DRBG kernel configuration options by Stephan Mueller · 10 years ago
  58. 3e16f95 crypto: drbg - header file for DRBG by Stephan Mueller · 10 years ago
  59. 541af94 crypto: drbg - SP800-90A Deterministic Random Bit Generator by Stephan Mueller · 10 years ago
  60. 13269ec crypto: drivers - Add 2 missing __exit_p by Jean Delvare · 10 years ago
  61. 4776d38 crypto: caam - Introduce the use of the managed version of kzalloc by Himangi Saraogi · 10 years ago
  62. 42614b0 crypto: lzo - try kmalloc() before vmalloc() by Eric Dumazet · 10 years ago
  63. d656c18 crypto: skcipher - Don't use __crypto_dequeue_request() by Marek Vasut · 10 years ago
  64. bb55a4c1 crypto: api - Move crypto_yield() to algapi.h by Marek Vasut · 10 years ago
  65. 7171511 Linux 3.16-rc1 by Linus Torvalds · 10 years ago
  66. a9be224 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 10 years ago
  67. dd1845a Merge tag 'clk-for-linus-3.16-part2' of git://git.linaro.org/people/mike.turquette/linux by Linus Torvalds · 10 years ago
  68. b55b390 Merge git://git.infradead.org/users/willy/linux-nvme by Linus Torvalds · 10 years ago
  69. b58537a net: sctp: fix permissions for rto_alpha and rto_beta knobs by Daniel Borkmann · 10 years ago
  70. e4f7ae9 Merge branch 'csum_fixes' by David S. Miller · 10 years ago
  71. f79b064 vxlan: Checksum fixes by Tom Herbert · 10 years ago
  72. e5eb4e3 net: add skb_pop_rcv_encapsulation by Tom Herbert · 10 years ago
  73. bbdff22 udp: call __skb_checksum_complete when doing full checksum by Tom Herbert · 10 years ago
  74. 46fb51e net: Fix save software checksum complete by Tom Herbert · 10 years ago
  75. 4b28252 net: Fix GSO constants to match NETIF flags by Tom Herbert · 10 years ago
  76. abf04af Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 10 years ago
  77. 16d52ef Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 10 years ago
  78. a311c48 Merge git://git.kvack.org/~bcrl/aio-next by Linus Torvalds · 10 years ago
  79. 0506408 fix __swap_writepage() compile failure on old gcc versions by Al Viro · 10 years ago
  80. 4a54e5e Merge tag 'hsi-for-3.16-fixes1' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-hsi by Linus Torvalds · 10 years ago
  81. 1ad96bb Merge tag 'gpio-v3.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio by Linus Torvalds · 10 years ago
  82. c728762 Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  83. 503698e Merge tag 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging by Linus Torvalds · 10 years ago
  84. 63c6f81 udp: ipv4: do not waste time in __udp4_lib_mcast_demux_lookup by Eric Dumazet · 10 years ago
  85. 2853af6 vxlan: use dev->needed_headroom instead of dev->hard_header_len by Cong Wang · 10 years ago
  86. 56f16c7 MAINTAINERS: update cxgb4 maintainer by Dimitris Michailidis · 10 years ago
  87. a934fb5 x86/vdso: Fix vdso_install by Andy Lutomirski · 10 years ago
  88. b8e0808 NVMe: Fix START_STOP_UNIT Scsi->NVMe translation. by Dan McLeran · 10 years ago
  89. 47a306a btrfs: fix error handling in create_pending_snapshot by Eric Sandeen · 10 years ago
  90. 3e2426b btrfs: fix use of uninit "ret" in end_extent_writepage() by Eric Sandeen · 10 years ago
  91. d737278 btrfs: free ulist in qgroup_shared_accounting() error path by Eric Sandeen · 10 years ago
  92. b050f9f Btrfs: fix qgroups sanity test crash or hang by Filipe Manana · 10 years ago
  93. f1e3c28 btrfs: prevent RCU warning when dereferencing radix tree slot by Sasha Levin · 10 years ago
  94. 5fbc7c5 Btrfs: fix unfinished readahead thread for raid5/6 degraded mounting by Wang Shilong · 10 years ago
  95. cc68a8a btrfs: new ioctl TREE_SEARCH_V2 by Gerhard Heift · 10 years ago
  96. ef351b9 NVMe: Use Log Page constants in SCSI emulation by Matthew Wilcox · 10 years ago
  97. 3d69bb6 NVMe: Define Log Page constants by Matthew Wilcox · 10 years ago
  98. f3db22f NVMe: Fix hot cpu notification dead lock by Keith Busch · 10 years ago
  99. 6391f34 Merge tag 'sound-fix-3.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 10 years ago
  100. 4bdeb31 Merge tag 'dlm-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland/linux-dlm by Linus Torvalds · 10 years ago