1. b9d865e crypto: geode - Kill AES_MIN_BLOCK_SIZE by Marek Vasut · 11 years ago
  2. 5fc8005 crypto: mxs-dcp - Remove global mutex by Fabio Estevam · 11 years ago
  3. 75ecb23 crypto: hash - Add real ahash walk interface by Herbert Xu · 11 years ago
  4. 0118a55 hwrng: n2-drv - Introduce the use of the managed version of kzalloc by Himangi Saraogi · 11 years ago
  5. 80cd88f crypto: caam - reinitialize keys_fit_inline for decrypt and givencrypt by Vakul Garg · 11 years ago
  6. 56b2844 crypto: s5p-sss - fix multiplatform build by Arnd Bergmann · 11 years ago
  7. 7bad94a hwrng: timeriomem - remove unnecessary OOM messages by Jingoo Han · 11 years ago
  8. 9e9026a hwrng: omap - remove unnecessary OOM messages by Jingoo Han · 11 years ago
  9. dc5e3f1 crypto: s5p-sss - Look for the next request in the queue by Naveen Krishna Chatradhi · 11 years ago
  10. c1eb7ef crypto: s5p-sss - Use clk_prepare/clk_unprepare by Naveen Krishna Chatradhi · 11 years ago
  11. 8f9702a crypto: s5p-sss - validate iv before memcpy by Naveen Krishna Chatradhi · 11 years ago
  12. e922e96 crypto: s5p-sss - Let Exynos SoCs select SSS driver by Naveen Krishna Chatradhi · 11 years ago
  13. 8924510 crypto: s5p-sss - Add support for SSS module on Exynos by Naveen Krishna Chatradhi · 11 years ago
  14. 6b9f16e crypto: s5p-sss - Add device tree support by Naveen Krishna Chatradhi · 11 years ago
  15. 96fc70b crypto: s5p-sss - Use platform_get_irq() instead of _byname() by Naveen Krishna Chatradhi · 11 years ago
  16. c568398 crypto: user - Allow CRYPTO_MSG_GETALG without CAP_NET_ADMIN by Matthias-Christian Ott · 11 years ago
  17. da37503 crypto: caam - Fix the 'quoted string split across lines' by Marek Vasut · 11 years ago
  18. e397ee0 crypto: caam - Sweep the remnants by Marek Vasut · 11 years ago
  19. e22cdcf crypto: caam - Kill SPRINTFCAT() with fire by Marek Vasut · 11 years ago
  20. 4f0fa52 crypto: caam - Clean up report_deco_status() by Marek Vasut · 11 years ago
  21. 1e16322 crypto: caam - Clean up report_ccb_status() by Marek Vasut · 11 years ago
  22. 526243c crypto: caam - Dissolve report_jump_idx() by Marek Vasut · 11 years ago
  23. e75880d crypto: caam - Kill the easy targets by Marek Vasut · 11 years ago
  24. 8a47582 crypto: caam - Pass error type into the functions by Marek Vasut · 11 years ago
  25. 867e1ee crypto: caam - Implement fast-path for error codes with no handler by Marek Vasut · 11 years ago
  26. 9724d7a crypto: caam - Pull all the error codes out by Marek Vasut · 11 years ago
  27. fa9659c crypto: caam - Contain caam_jr_strstatus() ugliness by Marek Vasut · 11 years ago
  28. 9f84951 crypto: atmel-aes - check alignment of cfb64 mode by Leilei Zhao · 11 years ago
  29. e5d8c96 crypto: atmel-aes - correct block size of cfb8 mode by Leilei Zhao · 11 years ago
  30. 6af1f93 crypto: tcrypt - Fix leak of struct aead_request in test_aead_speed() by Christian Engelmayer · 11 years ago
  31. a2ea6ed crypto: tcrypt - Fix potential leak in test_aead_speed() if crypto_alloc_aead() fails by Christian Engelmayer · 11 years ago
  32. ac5f863 crypto: tcrypt - Fix potential leak in test_aead_speed() if aad_size is too big by Christian Engelmayer · 11 years ago
  33. 3d67be2 crypto: caam - fix mem leak in ahash_setkey by Horia Geanta · 11 years ago
  34. f51f593 crypto: omap-des - handle error of pm_runtime_get_sync by Nishanth Menon · 11 years ago
  35. 8ece117 hwrng: picoxcell - remove unbuildable picoxcell TRNG by Paul Bolle · 11 years ago
  36. 5347ee8 crypto: ccp - Use pci_enable_msix_range() instead of pci_enable_msix() by Alexander Gordeev · 11 years ago
  37. 950e4e1 crypto: testmgr - add empty and large test vectors for SHA-1, SHA-224, SHA-256, SHA-384 and SHA-512 by Jussi Kivilinna · 11 years ago
  38. 52d77eb cryptoo: bfin_crc - avoid get physical address of coherence memory by dma_map_single by Sonic Zhang · 11 years ago
  39. 8d39039 crypto: bfin_crc - ignore duplicated registration of the same algorithm by Sonic Zhang · 11 years ago
  40. 52e6e54 crypto: bfin_crc - access crc registers by readl and writel functions by Sonic Zhang · 11 years ago
  41. 2d9cab5 hwrng: Fix a few driver dependencies and defaults by Jean Delvare · 11 years ago
  42. 0200161 hwrng: Turn HW_RANDOM into a menuconfig by Jean Delvare · 11 years ago
  43. dc64ef0 hwrng: Move UML_RANDOM at the last position by Jean Delvare · 11 years ago
  44. 2496be2 crypto: omap-des - use devm_ioremap_resource() by Jingoo Han · 11 years ago
  45. 4585988 crypto: testmgr - add test cases for SHA-1, SHA-224, SHA-256 and AES-CCM by Ard Biesheuvel · 11 years ago
  46. 7ded6e3 crypto: nx - Use RCU_INIT_POINTER(x, NULL) by Monam Agarwal · 11 years ago
  47. 0ea4814 crypto: ghash-clmulni-intel - Use u128 instead of be128 for internal key by Herbert Xu · 11 years ago
  48. 59ecc26 Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 11 years ago
  49. bea8031 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 11 years ago
  50. cd6362b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 11 years ago
  51. 0f1b1e6 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid by Linus Torvalds · 11 years ago
  52. 159d813 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 11 years ago
  53. 05bf58c Merge branch 'sched-idle-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  54. d230822 pid_namespace: pidns_get() should check task_active_pid_ns() != NULL by Oleg Nesterov · 11 years ago
  55. 7cbb39d Merge tag 'kvm-3.15-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 11 years ago
  56. 64056a9 Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 11 years ago
  57. 7474043 Merge branch 'for-3.15' of git://git.linaro.org/people/mszyprowski/linux-dma-mapping by Linus Torvalds · 11 years ago
  58. b9f2b21 Merge tag 'dt-for-linus' of git://git.secretlab.ca/git/linux by Linus Torvalds · 11 years ago
  59. 70f6c08 Merge tag 'pm+acpi-3.15-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 11 years ago
  60. e6d9bfc Merge branch 'powernv-cpuidle' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 11 years ago
  61. 235c7b9 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 11 years ago
  62. bdfc7cb Merge branch 'mips-for-linux-next' of git://git.linux-mips.org/pub/scm/ralf/upstream-sfr by Linus Torvalds · 11 years ago
  63. 62d1a3b arm64: Fix duplicated Kconfig entries again by Josh Boyer · 11 years ago
  64. 467cbd2 Merge branch 'x86-nuke-platforms-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  65. 7125764 Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  66. c6f2124 Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  67. 9447dc4 Merge branch 'x86/boot' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  68. bb1775c Merge tag 'metag-for-v3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/jhogan/metag by Linus Torvalds · 11 years ago
  69. 63c95654 x86: Fix dumpstack_64 irq stack handling by Steven Rostedt (Red Hat) · 11 years ago
  70. 1aabc59 x86: Fix dumpstack_64 to keep state of "used" variable in loop by Steven Rostedt (Red Hat) · 11 years ago
  71. c800bcd sparse: fix comment by Li Zhong · 11 years ago
  72. b33ce44 Merge branch 'for-3.15/drivers' of git://git.kernel.dk/linux-block by Linus Torvalds · 11 years ago
  73. 7a48837 Merge branch 'for-3.15/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 11 years ago
  74. 1a0b6ab Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 11 years ago
  75. 3e75c6d Merge tag 'usb-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 11 years ago
  76. cb15955 Merge tag 'tty-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 11 years ago
  77. c12e69c Merge tag 'staging-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging by Linus Torvalds · 11 years ago
  78. 158e0d3 Merge tag 'driver-core-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 11 years ago
  79. 675c354 Merge tag 'char-misc-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 11 years ago
  80. c709291 Merge tag 'sound-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 11 years ago
  81. 4b1779c Merge tag 'pci-v3.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 11 years ago
  82. b1586f0 netpoll: Use skb_irq_freeable to make zap_completion_queue safe. by Eric W. Biederman · 11 years ago
  83. 574f719 net: Add a test to see if a skb is freeable in irq context by Eric W. Biederman · 11 years ago
  84. f91ca78 Merge tag 'linux-can-fixes-for-3.15-20140401' of git://gitorious.org/linux-can/linux-can by David S. Miller · 11 years ago
  85. 7f1f6056 qlcnic: Fix build failure due to undefined reference to `vxlan_get_rx_port' by Shahed Shaikh · 11 years ago
  86. 62ff577 Merge tag 'edac_for_3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp by Linus Torvalds · 11 years ago
  87. 26f31fb Merge tag 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging by Linus Torvalds · 11 years ago
  88. 0c8cfba Merge git://www.linux-watchdog.org/linux-watchdog by Linus Torvalds · 11 years ago
  89. 408eccc net: ptp: move PTP classifier in its own file by Daniel Borkmann · 11 years ago
  90. a0e7398 dt: Remove dangling "select PROC_DEVICETREE" by Grant Likely · 11 years ago
  91. 7baea6e net: sxgbe: make "core_ops" static by Dan Carpenter · 11 years ago
  92. 4f6ed91 net: sxgbe: fix logical vs bitwise operation by Dan Carpenter · 11 years ago
  93. ca231f8 net: sxgbe: sxgbe_mdio_register() frees the bus by Dan Carpenter · 11 years ago
  94. 52ad762 Call efx_set_channels() before efx->type->dimension_resources() by Daniel Pieczko · 11 years ago
  95. e9d8b2c xen-netback: disable rogue vif in kthread context by Wei Liu · 11 years ago
  96. a66132f net/mlx4: Set proper build dependancy with vxlan by Or Gerlitz · 11 years ago
  97. c5abe7c be2net: fix build dependency on VxLAN by Sathya Perla · 11 years ago
  98. e462ded mac802154: make csma/cca parameters per-wpan by Phoebe Buckheister · 11 years ago
  99. 336908f mac802154: allow only one WPAN to be up at any given time by Phoebe Buckheister · 11 years ago
  100. c12ac9f Merge tag 'spi-v3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi by Linus Torvalds · 11 years ago