1. 4beb106 crypto: vmx - Reindent to kernel style by Herbert Xu · 9 years ago
  2. 0903e43 crypto: vmx - Remove duplicate PPC64 dependency by Herbert Xu · 9 years ago
  3. 2c6f6ea crypto: nx - replace NX842_MEM_COMPRESS with function by Dan Streetman · 9 years ago
  4. 32be6d3 crypto: nx - move include/linux/nx842.h into drivers/crypto/nx/nx-842.h by Dan Streetman · 9 years ago
  5. 81781e6 crypto: picoxcell - Clamp AEAD SG list by input length by Herbert Xu · 9 years ago
  6. 1a5b951 crypto: picoxcell - Make use of sg_nents_for_len by Herbert Xu · 9 years ago
  7. 72071fe crypto: picoxcell - Include linux/sizes.h by Herbert Xu · 9 years ago
  8. c271950 random: Remove kernel blocking API by Herbert Xu · 9 years ago
  9. 205a525 random: Add callback API for random pool readiness by Herbert Xu · 9 years ago
  10. 70c3c8a crypto: caam - Clamp AEAD SG list by input length by Herbert Xu · 9 years ago
  11. ecb479d crypto: qat: fix issue when mapping assoc to internal AD struct by Tadeusz Struk · 9 years ago
  12. e4fa146 crypto: qat - Set max request size by Tadeusz Struk · 9 years ago
  13. 3154de7 crypto: nx - fix nx-842 pSeries driver minimum buffer size by Dan Streetman · 9 years ago
  14. fb43f69 crypto: ccp - Protect against poorly marked end of sg list by Tom Lendacky · 9 years ago
  15. 3e648cb crypto: nx - prevent nx 842 load if no hw driver by Dan Streetman · 9 years ago
  16. 6d7e3d8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Herbert Xu · 9 years ago
  17. d725332 crypto: ccp - Remove unused structure field by Tom Lendacky · 9 years ago
  18. d921620 crypto: ccp - Remove manual check and set of dma_mask pointer by Tom Lendacky · 9 years ago
  19. 16b369a random: Blocking API for accessing nonblocking_pool by Stephan Mueller · 9 years ago
  20. 1d9de44 random: Wake up all getrandom(2) callers when pool is ready by Herbert Xu · 9 years ago
  21. 2ea376a crypto: mv_cesa - request registers memory region by Boris BREZILLON · 9 years ago
  22. 56fcf73 crypto: nx - Remove unnecessary maxauthsize check by Herbert Xu · 9 years ago
  23. 6da9c23 crypto: ixp4xx - Use crypto_aead_maxauthsize by Herbert Xu · 9 years ago
  24. ae13ed44 crypto: caam - Use old_aead_alg by Herbert Xu · 9 years ago
  25. eddca85 crypto: omap-sham - Add support for omap3 devices by Pali Rohár · 9 years ago
  26. d0bb9ee crypto: n2 - use md5 IV MD5_HX instead of their raw value by LABBE Corentin · 9 years ago
  27. 9358eac crypto: nx - remove 842-nx null checks by Dan Streetman · 9 years ago
  28. 42cb0c7 crypto: vmx - fix two mistyped texts by Paulo Flabiano Smorigo · 9 years ago
  29. 3848d34 crypto: qat - rm unneeded header include by Tadeusz Struk · 9 years ago
  30. 733a82e crypto: qat - remove unused structure members by Tadeusz Struk · 9 years ago
  31. 604c310 crypto: omap-sham - Check for return value from pm_runtime_get_sync by Pali Rohár · 9 years ago
  32. 42e8b0d crypto: talitos - static code checker fixes by Horia Geant? · 9 years ago
  33. bde9079 crypto: talitos - avoid out of bound scatterlist iterator by Horia Geant? · 9 years ago
  34. 69d9cd8 Revert "crypto: talitos - convert to use be16_add_cpu()" by Horia Geant? · 9 years ago
  35. 5fa7dad crypto: talitos - avoid memleak in talitos_alg_alloc() by Horia Geant? · 9 years ago
  36. 608f37d crypto: talitos - fix size calculation in talitos_edesc_alloc() by Dan Carpenter · 9 years ago
  37. 97cacb9 crypto: qat - Use crypto_aead_set_reqsize helper by Herbert Xu · 9 years ago
  38. 9611ef6 crypto: picoxcell - Use crypto_aead_set_reqsize helper by Herbert Xu · 9 years ago
  39. 71b311d crypto: ixp4xx - Use crypto_aead_set_reqsize helper by Herbert Xu · 9 years ago
  40. add86d5 crypto: caam - Remove unnecessary reference to crt_aead by Herbert Xu · 9 years ago
  41. e98014a crypto: talitos - Include internal/aead.h by Herbert Xu · 9 years ago
  42. 0ed6264 crypto: qat - Include internal/aead.h by Herbert Xu · 9 years ago
  43. 2d78db0 crypto: nx - Include internal/aead.h by Herbert Xu · 9 years ago
  44. 5290b42 crypto: ixp4xx - Include internal/aead.h by Herbert Xu · 9 years ago
  45. b579d42 crypto: caam - Include internal/aead.h by Herbert Xu · 9 years ago
  46. 551d7ed crypto: qat - add driver version by Allan, Bruce W · 9 years ago
  47. ed70b47 crypto: nx - add hardware 842 crypto comp alg by Dan Streetman · 9 years ago
  48. b8e04187 crypto: nx - simplify pSeries nx842 driver by Dan Streetman · 9 years ago
  49. 99182a42 crypto: nx - add PowerNV platform NX-842 driver by Dan Streetman · 9 years ago
  50. 959e665 crypto: nx - add nx842 constraints by Dan Streetman · 9 years ago
  51. 7011a12 crypto: nx - add NX-842 platform frontend driver by Dan Streetman · 9 years ago
  52. fdd05e4 crypto: nx - rename nx-842.c to nx-842-pseries.c by Dan Streetman · 9 years ago
  53. f440c4e hwrng: bcm63xx - Fix driver compilation by Álvaro Fernández Rojas · 9 years ago
  54. dcd93e8 crypto: qat - do not duplicate string containing firmware name by Allan, Bruce W · 9 years ago
  55. 10d87b7 crypto: nx - Fixing SHA update bug by Leonidas Da Silva Barbosa · 9 years ago
  56. c3365ce crypto: nx - Fixing NX data alignment with nx_sg list by Leonidas Da Silva Barbosa · 9 years ago
  57. 8c98ebd crypto: img-hash - CRYPTO_DEV_IMGTEC_HASH should depend on HAS_DMA by Geert Uytterhoeven · 9 years ago
  58. d9b3682 crypto: caam - Remove bogus references to crypto API internals by Herbert Xu · 9 years ago
  59. 0635b7d crypto: talitos - Add fsl,sec1.0 compatible by LEROY Christophe · 9 years ago
  60. 2d02905 crypto: talitos - SEC1 bugs on 0 data hash by LEROY Christophe · 9 years ago
  61. 6f65f6a crypto: talitos - implement scatter/gather copy for SEC1 by LEROY Christophe · 9 years ago
  62. dd3c098 crypto: talitos - adapt interrupts and reset functions to SEC1 by LEROY Christophe · 9 years ago
  63. 5fa7fa1 crypto: talitos - base address for Execution Units by LEROY Christophe · 9 years ago
  64. 7d607c6a crypto: talitos - adaptation of talitos_submit() for SEC1 by LEROY Christophe · 9 years ago
  65. 922f9dc crypto: talitos - fill in talitos descriptor iaw SEC1 or SEC2+ by LEROY Christophe · 9 years ago
  66. 2159088 crypto: talitos - Add a feature to tag SEC1 by LEROY Christophe · 9 years ago
  67. 5b841a6 crypto: talitos - add sub-choice in talitos CONFIG for SEC1 by LEROY Christophe · 9 years ago
  68. 9049075 crypto: talitos - enhanced talitos_desc struct for SEC1 by LEROY Christophe · 9 years ago
  69. 538caf8 crypto: talitos - helper function for ptr len by LEROY Christophe · 9 years ago
  70. a2b35aa crypto: talitos - remove param 'extent' in map_single_talitos_ptr() by LEROY Christophe · 9 years ago
  71. 185eb79 crypto: talitos - Add a helper function to clear j_extent field by LEROY Christophe · 9 years ago
  72. edc6bd6 crypto: talitos - talitos_ptr renamed ptr for more lisibility by LEROY Christophe · 9 years ago
  73. 032d197 crypto: talitos - Refactor the sg in/out chain allocation by LEROY Christophe · 9 years ago
  74. 2529bc3 crypto: talitos - Use zero entry to init descriptors ptrs to zero by LEROY Christophe · 9 years ago
  75. 1a92b2b crypto: mv_cesa - ensure backlog is initialised by Colin Ian King · 9 years ago
  76. eea3a00 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 9 years ago
  77. e693d73 parisc: remove use of seq_printf return value by Joe Perches · 9 years ago
  78. c2f0b61 s390: remove use of seq_printf return value by Joe Perches · 9 years ago
  79. 4395eb1 rtc: remove use of seq_printf return value by Joe Perches · 9 years ago
  80. 9f6a240 power: wakeup: remove use of seq_printf return value by Joe Perches · 9 years ago
  81. 7975a9b drivers/sbus/char/envctrl.c: ignore orderly_poweroff return value by Joel Stanley · 9 years ago
  82. 2813893 kernel: conditionally support non-root users, groups and capabilities by Iulia Manda · 9 years ago
  83. 946e879 paride: fix the "verbose" module param by Dan Carpenter · 9 years ago
  84. 201c7b7 zram: fix error return code by Julia Lawall · 9 years ago
  85. 8f7d282 zram: deprecate zram attrs sysfs nodes by Sergey Senozhatsky · 9 years ago
  86. 4f2109f zram: export new 'mm_stat' sysfs attrs by Sergey Senozhatsky · 9 years ago
  87. 2f6a3be zram: export new 'io_stat' sysfs attrs by Sergey Senozhatsky · 9 years ago
  88. 8811a94 zram: use generic start/end io accounting by Sergey Senozhatsky · 9 years ago
  89. c72c616 zram: move compact_store() to sysfs functions area by Sergey Senozhatsky · 9 years ago
  90. 10447b6 zram: remove `num_migrated' device attr by Sergey Senozhatsky · 9 years ago
  91. 4e3ba87 zram: support compaction by Minchan Kim · 9 years ago
  92. e7c8241 Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/cooloney/linux-leds by Linus Torvalds · 9 years ago
  93. d0a3997 Merge tag 'sound-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 9 years ago
  94. d613896 Merge tag 'upstream-4.1-rc1' of git://git.infradead.org/linux-ubifs by Linus Torvalds · 9 years ago
  95. fa92789 Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  96. d488d3a Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 9 years ago
  97. cb90695 Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 9 years ago
  98. 6c373ca Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 9 years ago
  99. bb0fd7a Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-arm by Linus Torvalds · 9 years ago
  100. bdfa54d Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 9 years ago