1. 549595a crypto: testmgr - add test vectors for CTR mode IV increasement by Jussi Kivilinna · 12 years ago
  2. 9cac3a2 crypto: testmgr - add test vectors for partial ctr(cast5) and ctr(cast6) by Jussi Kivilinna · 12 years ago
  3. f44d83d crypto: testmgr - allow non-multi page and multi page skcipher tests from same test template by Jussi Kivilinna · 12 years ago
  4. a5bbf6f crypto: caam - increase TRNG clocks per sample by Kim Phillips · 12 years ago
  5. b6f3fef crypto, tcrypt: remove local_bh_disable/enable() around local_irq_disable/enable() by Suresh Siddha · 12 years ago
  6. 35c41db crypto: tegra-aes - fix error return code by Peter Senna Tschudin · 12 years ago
  7. b48ae1d crypto: crypto4xx - fix error return code by Peter Senna Tschudin · 12 years ago
  8. c2ff861 crypto: hifn_795x - fix error return code by Peter Senna Tschudin · 12 years ago
  9. 79c09c1 crypto: ux500 - fix error return code by Peter Senna Tschudin · 12 years ago
  10. 39ab735 crypto: caam - fix error IDs for SEC v5.x RNG4 by Horia Geanta · 12 years ago
  11. 821873a hwrng: mxc-rnga - Access data via structure by Fabio Estevam · 12 years ago
  12. a9ccb7b hwrng: mxc-rnga - Adapt clocks to new i.mx clock framework by Fabio Estevam · 12 years ago
  13. 891104e crypto: caam - add IPsec ESN support by Horia Geanta · 12 years ago
  14. c2b3711 crypto: 842 - remove .cra_list initialization by Jussi Kivilinna · 12 years ago
  15. 312639b Revert "[CRYPTO] cast6: inline bloat--" by Jussi Kivilinna · 12 years ago
  16. 35434c5 crypto: cast6 - fix sparse warnings (symbol was not declared, should be static?) by Jussi Kivilinna · 12 years ago
  17. 3cfad0d crypto: cast5 - fix sparse warnings (symbol was not declared, should be static?) by Jussi Kivilinna · 12 years ago
  18. 1ffb72a crypto: camellia-x86_64 - fix sparse warnings (constant is so big) by Jussi Kivilinna · 12 years ago
  19. 66ce0b0 crypto: crypto_user - fix sparse warnings (symbol was not declared, should be static?) by Jussi Kivilinna · 12 years ago
  20. c09220e crypto: cast6-avx - tune assembler code for more performance by Jussi Kivilinna · 12 years ago
  21. ddaea78 crypto: cast5-avx - tune assembler code for more performance by Jussi Kivilinna · 12 years ago
  22. f94a73f crypto: twofish-avx - tune assembler code for more performance by Jussi Kivilinna · 12 years ago
  23. 49d30d3 crypto: geode-aes - Use module_pci_driver by Sachin Kamat · 12 years ago
  24. 21a5b95 crypto: remove duplicated include by Wei Yongjun · 12 years ago
  25. 2af8f4a crypto: caam - coccicheck fixes by Kim Phillips · 12 years ago
  26. 6bbb98d crypto: ux500/hash - remove unneeded return at ux500_hash_mod_fini by Devendra Naga · 12 years ago
  27. f0be44f arm/crypto: Add optimized AES and SHA1 routines by David McCullough · 12 years ago
  28. 956c203 crypto: Add a MAINTAINERS entry for P7+ in-Nest crypto driver by Kent Yoder · 12 years ago
  29. e763eb6 crypto: talitos - add IPsec ESN support by Horia Geanta · 12 years ago
  30. 79fd31d crypto: talitos - support for assoc data provided as scatterlist by Horia Geanta · 12 years ago
  31. 2a1cfe4 crypto: talitos - change type and name for [src|dst]_is_chained by Horia Geanta · 12 years ago
  32. 602499a crypto: talitos - prune unneeded descriptor allocation param by Horia Geanta · 12 years ago
  33. 6054250 crypto: talitos - fix icv management on outbound direction by Horia Geanta · 12 years ago
  34. b286e00 crypto: talitos - consolidate common cra_* assignments by Kim Phillips · 12 years ago
  35. d4cd328 crypto: talitos - consolidate cra_type assignments by Kim Phillips · 12 years ago
  36. 22eed1c crypto: atmel - Remove possible typo error by Tushar Behera · 12 years ago
  37. 4dbb845 drivers/char/hw_random/octeon-rng.c: drop frees of devm allocated data by Julia Lawall · 12 years ago
  38. 33b58b01 crypto: nx - Remove virt_to_abs() usage in nx-842.c by Michael Ellerman · 12 years ago
  39. 023af60 crypto: aesni_intel - improve lrw and xts performance by utilizing parallel AES-NI hardware pipelines by Jussi Kivilinna · 12 years ago
  40. 35a1fc1 powerpc/crypto: add 842 crypto driver by Seth Jennings · 12 years ago
  41. 0e16aaf powerpc/crypto: add 842 hardware compression driver by Seth Jennings · 12 years ago
  42. da29aa8 powerpc/crypto: add compression support to arch vec by Seth Jennings · 12 years ago
  43. 322cacc powerpc/crypto: rework Kconfig by Seth Jennings · 12 years ago
  44. 61bb86b crypto: caam - set descriptor sharing type to SERIAL by Kim Phillips · 12 years ago
  45. 95bcaa3 crypto: caam - add backward compatible string sec4.0 by Shengzhou Liu · 12 years ago
  46. 4a90507 crypto: caam - fix possible deadlock condition by Kim Phillips · 12 years ago
  47. 4ea1277 crypto: cast6 - add x86_64/avx assembler implementation by Johannes Goetzfried · 12 years ago
  48. 9b8b040 crypto: testmgr - add larger cast6 testvectors by Johannes Goetzfried · 12 years ago
  49. 2b49b90 crypto: cast6 - prepare generic module for optimized implementations by Johannes Goetzfried · 12 years ago
  50. 4d6d6a2 crypto: cast5 - add x86_64/avx assembler implementation by Johannes Goetzfried · 12 years ago
  51. a2c5826 crypto: testmgr - add larger cast5 testvectors by Johannes Goetzfried · 12 years ago
  52. 270b0c6 crypto: cast5 - prepare generic module for optimized implementations by Johannes Goetzfried · 12 years ago
  53. 37743cc crypto: arch/s390 - cleanup - remove unneeded cra_list initialization by Jussi Kivilinna · 12 years ago
  54. e15aa36 crypto: drivers - remove cra_list initialization by Jussi Kivilinna · 12 years ago
  55. 7af6c245 crypto: arch/x86 - cleanup - remove unneeded crypto_alg.cra_list initializations by Jussi Kivilinna · 12 years ago
  56. 77ec2e7 crypto: cleanup - remove unneeded crypto_alg.cra_list initializations by Jussi Kivilinna · 12 years ago
  57. f4b0277 crypto: whirlpool - use crypto_[un]register_shashes by Jussi Kivilinna · 12 years ago
  58. 648b2a1 crypto: sha512 - use crypto_[un]register_shashes by Jussi Kivilinna · 12 years ago
  59. 6aeb49b crypto: sha256 - use crypto_[un]register_shashes by Jussi Kivilinna · 12 years ago
  60. a5e7a2d crypto: tiger - use crypto_[un]register_shashes by Jussi Kivilinna · 12 years ago
  61. 50fc3e8 crypto: add crypto_[un]register_shashes for [un]registering multiple shash entries at once by Jussi Kivilinna · 12 years ago
  62. 8fc229a crypto: ansi_cprng - use crypto_[un]register_algs by Jussi Kivilinna · 12 years ago
  63. bbc406b crypto: serpent - use crypto_[un]register_algs by Jussi Kivilinna · 12 years ago
  64. 9935e6d crypto: des - use crypto_[un]register_algs by Jussi Kivilinna · 12 years ago
  65. 70a03bf crypto: crypto_null - use crypto_[un]register_algs by Jussi Kivilinna · 12 years ago
  66. 738206d3 crypto: tea - use crypto_[un]register_algs by Jussi Kivilinna · 12 years ago
  67. 2d53492 Merge tag 'irqdomain-for-linus' of git://git.secretlab.ca/git/linux-2.6 by Linus Torvalds · 12 years ago
  68. ac694db Merge branch 'akpm' (Andrew's patch-bomb) by Linus Torvalds · 12 years ago
  69. a40a1d3 Merge tag 'vfio-for-v3.6' of git://github.com/awilliam/linux-vfio by Linus Torvalds · 12 years ago
  70. 3e9a970 Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/random by Linus Torvalds · 12 years ago
  71. 941c872 Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 12 years ago
  72. 8762541 Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media by Linus Torvalds · 12 years ago
  73. 6dbb35b Merge tag 'nfs-for-3.6-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 12 years ago
  74. fd37ce3 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 12 years ago
  75. 437ea90 rtc/rtc-88pm80x: remove unneed devm_kfree by Devendra Naga · 12 years ago
  76. 7ead551 rtc/rtc-88pm80x: assign ret only when rtc_register_driver fails by Devendra Naga · 12 years ago
  77. d833352 mm: hugetlbfs: close race during teardown of hugetlbfs shared page tables by Mel Gorman · 12 years ago
  78. 09c231c tmpfs: distribute interleave better across nodes by Nathan Zimmer · 12 years ago
  79. 6527af5 mm: remove redundant initialization by Minchan Kim · 12 years ago
  80. 88fdf75 mm: warn if pg_data_t isn't initialized with zero by Minchan Kim · 12 years ago
  81. 93180ce mips: zero out pg_data_t when it's allocated by Minchan Kim · 12 years ago
  82. 69980e3 memcg: gix memory accounting scalability in shrink_page_list by Tim Chen · 12 years ago
  83. c1c9518 mm/sparse: remove index_init_lock by Gavin Shan · 12 years ago
  84. db36a46 mm/sparse: more checks on mem_section number by Gavin Shan · 12 years ago
  85. 5b760e6 mm/sparse: optimize sparse_index_alloc by Gavin Shan · 12 years ago
  86. b214514 memcg: add mem_cgroup_from_css() helper by Wanpeng Li · 12 years ago
  87. c3b94f4 memcg: further prevent OOM with too many dirty pages by Hugh Dickins · 12 years ago
  88. e62e384 memcg: prevent OOM with too many dirty pages by Michal Hocko · 12 years ago
  89. 3ad3d90 mm: mmu_notifier: fix freed page still mapped in secondary MMU by Xiao Guangrong · 12 years ago
  90. bdf4f4d mm: memcg: only check anon swapin page charges for swap cache by Johannes Weiner · 12 years ago
  91. 90deb78 mm: memcg: only check swap cache pages for repeated charging by Johannes Weiner · 12 years ago
  92. 0435a2f mm: memcg: split swapin charge function into private and public part by Johannes Weiner · 12 years ago
  93. 24467ca mm: memcg: remove needless !mm fixup to init_mm when charging by Johannes Weiner · 12 years ago
  94. 62ba744 mm: memcg: remove unneeded shmem charge type by Johannes Weiner · 12 years ago
  95. 827a03d mm: memcg: move swapin charge functions above callsites by Johannes Weiner · 12 years ago
  96. 7d18895 mm: memcg: only check for PageSwapCache when uncharging anon by Johannes Weiner · 12 years ago
  97. 0c59b89 mm: memcg: push down PageSwapCache check into uncharge entry functions by Johannes Weiner · 12 years ago
  98. 5d84c77 mm: swapfile: clean up unuse_pte race handling by Johannes Weiner · 12 years ago
  99. 0030f53 mm: memcg: fix compaction/migration failing due to memcg limits by Johannes Weiner · 12 years ago
  100. 7374492 swapfile: avoid dereferencing bd_disk during swap_entry_free for network storage by Mel Gorman · 12 years ago