1. 6048801 crypto: blowfish - add AVX2/x86_64 implementation of blowfish cipher by Jussi Kivilinna · 11 years ago
  2. ad8b7c3 crypto: tcrypt - add async cipher speed tests for blowfish by Jussi Kivilinna · 11 years ago
  3. 23a836e crypto: testmgr - extend camellia test-vectors for camellia-aesni/avx2 by Jussi Kivilinna · 11 years ago
  4. 7643a11 crypto: aesni_intel - fix Kconfig problem with CRYPTO_GLUE_HELPER_X86 by Jussi Kivilinna · 11 years ago
  5. c456a9c crypto: aesni_intel - add more optimized XTS mode for x86-64 by Jussi Kivilinna · 11 years ago
  6. b5c5b07 crypto: x86/camellia-aesni-avx - add more optimized XTS code by Jussi Kivilinna · 11 years ago
  7. 7017728 crypto: cast6-avx: use new optimized XTS code by Jussi Kivilinna · 11 years ago
  8. 18be452 crypto: x86/twofish-avx - use optimized XTS code by Jussi Kivilinna · 11 years ago
  9. a05248ed crypto: x86 - add more optimized XTS-mode for serpent-avx by Jussi Kivilinna · 11 years ago
  10. d2049d8 xfrm: add rfc4494 AES-CMAC-96 support by Jussi Kivilinna · 11 years ago
  11. 93b5e86 crypto: add CMAC support to CryptoAPI by Jussi Kivilinna · 11 years ago
  12. e448370 crypto: testmgr - add empty test vectors for null ciphers by Jussi Kivilinna · 11 years ago
  13. e9b7441 crypto: testmgr - add AES GMAC test vectors by Jussi Kivilinna · 11 years ago
  14. d733ac90 crypto: gcm - fix rfc4543 to handle async crypto correctly by Jussi Kivilinna · 11 years ago
  15. 9489667d crypto: gcm - make GMAC work when dst and src are different by Jussi Kivilinna · 11 years ago
  16. b149a30 hwrng: timeriomem - added devicetree hooks by Alexander Clouter · 11 years ago
  17. 1907da7 hwrng: timeriomem - update to support more than one device by Alexander Clouter · 11 years ago
  18. 57ae1b0 crypto: crc32-pclmul - Use gas macro for pclmulqdq by Sandy Wu · 11 years ago
  19. 8c4196a hwrng: bcm2835 - Add Broadcom BCM2835 RNG driver by Lubomir Rintel · 11 years ago
  20. 96aef9a crypto: caam - static constify error data by Kim Phillips · 11 years ago
  21. 66b3e88 crypto: caam - change key gen functions to return signed int by Kim Phillips · 11 years ago
  22. 87de457 crypto: sha512 - Create module providing optimized SHA512 routines using SSSE3, AVX or AVX2 instructions. by Tim Chen · 11 years ago
  23. 5663535 crypto: sha512 - Optimized SHA512 x86_64 assembly routine using AVX2 RORX instruction. by Tim Chen · 11 years ago
  24. e01d69c crypto: sha512 - Optimized SHA512 x86_64 assembly routine using AVX instructions. by Tim Chen · 11 years ago
  25. bf215ce crypto: sha512 - Optimized SHA512 x86_64 assembly routine using Supplemental SSE3 instructions. by Tim Chen · 11 years ago
  26. bf70fa9 crypto: sha512 - Expose generic sha512 routine to be callable from other modules by Tim Chen · 11 years ago
  27. 8275d1a crypto: sha256 - Create module providing optimized SHA256 routines using SSSE3, AVX or AVX2 instructions. by Tim Chen · 11 years ago
  28. d34a460 crypto: sha256 - Optimized sha256 x86_64 routine using AVX2's RORX instructions by Tim Chen · 11 years ago
  29. ec2b4c8 crypto: sha256 - Optimized sha256 x86_64 assembly routine with AVX instructions. by Tim Chen · 11 years ago
  30. 46d208a crypto: sha256 - Optimized sha256 x86_64 assembly routine using Supplemental SSE3 instructions. by Tim Chen · 11 years ago
  31. 35d2c9d crypto: sha256 - Expose SHA256 generic routine to be callable externally. by Tim Chen · 11 years ago
  32. 873b9ca crypto: x86 - build AVX block cipher implementations only if assembler supports AVX instructions by Jussi Kivilinna · 11 years ago
  33. eca1726 crypto: x86/crc32-pclmul - assembly clean-ups: use ENTRY/ENDPROC by Jussi Kivilinna · 11 years ago
  34. eb16796 crypto: ux500 - fix error return code in hash_dma_final() by Wei Yongjun · 11 years ago
  35. 5cec26e crypto: picoxcell - Use of_match_ptr() macro by Sachin Kamat · 11 years ago
  36. 264878e hwrng: mxc-rnga - Use devm_ioremap_resource() by Fabio Estevam · 11 years ago
  37. cb7d566 crypto: caam - Fix missing init of '.type' in AEAD algos. by Vakul Garg · 11 years ago
  38. 575c1bd crypto: caam - set RDB bit in security configuration register by Vakul Garg · 11 years ago
  39. a80c542 hwrng: exynos - add CONFIG_PM_SLEEP/CONFIG_PM_RUNTIME to suspend/resume by Jingoo Han · 11 years ago
  40. 1643a35 crypto: ux500 - replace kmalloc and then memcpy with kmemdup by Mihnea Dobrescu-Balaur · 11 years ago
  41. 5de8875 crypto: sahara - Add driver for SAHARA2 accelerator. by Javier Martin · 11 years ago
  42. 6375bcf hwrng: Fix a wrong comment in Documentation/hw_random.txt by Tang Chen · 11 years ago
  43. ae8488a crypto: caam - fix typo "CRYPTO_AHASH" by Paul Bolle · 11 years ago
  44. 0261370 crypto: omap-sham - Use module_platform_driver macro by Sachin Kamat · 11 years ago
  45. 94e51df crypto: omap-aes - Use module_platform_driver macro by Sachin Kamat · 11 years ago
  46. bbbaa37 crypto: omap-aes - Use pm_runtime_put instead of pm_runtime_put_sync in tasklet by Joel A Fernandes · 11 years ago
  47. e68af48 crypto: omap-sham - Use pm_runtime_put instead of pm_runtime_put_sync in tasklet by Joel A Fernandes · 11 years ago
  48. fb1dd79 crypto: bfin_crc - Fix possible NULL pointer dereference by Syam Sidhardhan · 11 years ago
  49. a84fb79 crypto: user - constify netlink dispatch table by Mathias Krause · 11 years ago
  50. 918731f crypto: crc32c - Update the links to the white papers on CRC32C calculations with PCLMULQDQ instructions. by Tim Chen · 11 years ago
  51. d4905b3 crypto: atmel-sha - add support for latest release of the IP (0x410) by Nicolas Royer · 11 years ago
  52. 1f85804 crypto: atmel-tdes - add support for latest release of the IP (0x700) by Nicolas Royer · 11 years ago
  53. cadc4ab crypto: atmel-aes - add support for latest release of the IP (0x130) by Nicolas Royer · 11 years ago
  54. 6150f3b ARM: AT91SAM9G45: same platform data structure for all crypto peripherals by Nicolas Royer · 11 years ago
  55. ca81a1a crypto: crc32c - Kill pointless CRYPTO_CRC32C_X86_64 option by Herbert Xu · 11 years ago
  56. 32dc43e Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 11 years ago
  57. d414c10 Merge tag 'please-pull-vm_unwrapped' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux by Linus Torvalds · 11 years ago
  58. f6d43b9 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 11 years ago
  59. c69d0a15 Merge tag 'ktest-v3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-ktest by Linus Torvalds · 11 years ago
  60. 9043a26 Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 11 years ago
  61. 446d64e block: fix part_pack_uuid() build error by Mimi Zohar · 11 years ago
  62. a2c2c3a7 ima: "remove enforce checking duplication" merge fix by Mimi Zohar · 11 years ago
  63. ab78265 Merge tag 'mfd-3.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6 by Linus Torvalds · 11 years ago
  64. 21fbd58 Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media by Linus Torvalds · 11 years ago
  65. d9978ec Merge tag 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-dev by Linus Torvalds · 11 years ago
  66. a883b70 tty vt: fix character insertion overflow by Nicolas Pitre · 11 years ago
  67. 77be36d Merge tag 'stable/for-linus-3.9-rc0-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen by Linus Torvalds · 11 years ago
  68. 89f8833 Merge tag 'kvm-3.9-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 11 years ago
  69. 9e2d59a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 11 years ago
  70. 5ce1a70 Merge branch 'akpm' (more incoming from Andrew) by Linus Torvalds · 11 years ago
  71. ef53d16c ksm: allocate roots when needed by Hugh Dickins · 11 years ago
  72. 56f3180 mm: cleanup "swapcache" in do_swap_page by Hugh Dickins · 11 years ago
  73. 9e16b7f mm,ksm: swapoff might need to copy by Hugh Dickins · 11 years ago
  74. 5117b3b mm,ksm: FOLL_MIGRATION do migration_entry_wait by Hugh Dickins · 11 years ago
  75. bc56620 ksm: shrink 32-bit rmap_item back to 32 bytes by Hugh Dickins · 11 years ago
  76. b599cbd ksm: treat unstable nid like in stable tree by Hugh Dickins · 11 years ago
  77. 8fdb3db ksm: add some comments by Hugh Dickins · 11 years ago
  78. 49cd0a5 tmpfs: fix mempolicy object leaks by Greg Thelen · 11 years ago
  79. 5f00110 tmpfs: fix use-after-free of mempolicy object by Greg Thelen · 11 years ago
  80. 67d46b2 mm/fadvise.c: drain all pagevecs if POSIX_FADV_DONTNEED fails to discard all pages by Mel Gorman · 11 years ago
  81. fa79419 mm: export mmu notifier invalidates by Cliff Wickman · 11 years ago
  82. 240aade mm: accelerate mm_populate() treatment of THP pages by Michel Lespinasse · 11 years ago
  83. 28a3571 mm: use long type for page counts in mm_populate() and get_user_pages() by Michel Lespinasse · 11 years ago
  84. e0fb581 mm: accurately document nr_free_*_pages functions with code comments by Zhang Yanfei · 11 years ago
  85. 5f4b9fc HWPOISON: change order of error_states[]'s elements by Naoya Horiguchi · 11 years ago
  86. 524fca1 HWPOISON: fix misjudgement of page_action() for errors on mlocked pages by Naoya Horiguchi · 11 years ago
  87. 6d043990 memcg: stop warning on memcg_propagate_kmem by Hugh Dickins · 11 years ago
  88. 7293bfb net: change type of virtio_chan->p9_max_pages by Zhang Yanfei · 11 years ago
  89. b21e0b9 vmscan: change type of vm_total_pages to unsigned long by Zhang Yanfei · 11 years ago
  90. 697ce9b fs/nfsd: change type of max_delegations, nfsd_drc_max_mem and nfsd_drc_mem_used by Zhang Yanfei · 11 years ago
  91. 43be594 fs/buffer.c: change type of max_buffer_heads to unsigned long by Zhang Yanfei · 11 years ago
  92. 6434b94 ia64: use %ld to print pages calculated in nr_free_buffer_pages by Zhang Yanfei · 11 years ago
  93. ebec386 mm: fix return type for functions nr_free_*_pages by Zhang Yanfei · 11 years ago
  94. 1081312 memcg: cleanup mem_cgroup_init comment by Michal Hocko · 11 years ago
  95. e477749 memcg: move memcg_stock initialization to mem_cgroup_init by Michal Hocko · 11 years ago
  96. 8787a1d memcg: move mem_cgroup_soft_limit_tree_init to mem_cgroup_init by Michal Hocko · 11 years ago
  97. 0e50ce3 mm: use up free swap space before reaching OOM kill by Minchan Kim · 11 years ago
  98. 00ef2d2 mm: use NUMA_NO_NODE by David Rientjes · 11 years ago
  99. 751efd8 mmu_notifier_unregister NULL Pointer deref and multiple ->release() callouts by Robin Holt · 11 years ago
  100. c1f1949 mm/memory_hotplug: use pgdat_end_pfn() instead of open coding the same. by Cody P Schafer · 11 years ago