1. e930c76 crypto: caam - fix caam_jr_alloc() ret code by Catalin Vasile · 9 years ago
  2. 5ca5573 crypto: vmx - comply with ABIs that specify vrsave as reserved. by Paulo Flabiano Smorigo · 9 years ago
  3. bc197b2a crypto: ccp - constify ccp_actions structure by Julia Lawall · 9 years ago
  4. 472d640 crypto: marvell/cesa - Use dma_pool_zalloc by Julia Lawall · 9 years ago
  5. d0c15bd crypto: qat - make adf_vf_isr.c dependant on IOV config by Tadeusz Struk · 9 years ago
  6. cca0a7b crypto: qat - Fix typo in comments by Tadeusz Struk · 9 years ago
  7. dbe2462 crypto: omap-sham - Use dma_request_chan() for requesting DMA channel by Peter Ujfalusi · 9 years ago
  8. 2f6f068 crypto: omap-des - Use dma_request_chan() for requesting DMA channel by Peter Ujfalusi · 9 years ago
  9. da8b29a crypto: omap-aes - Use dma_request_chan() for requesting DMA channel by Peter Ujfalusi · 9 years ago
  10. f1b77aa crypto: omap-des - Integrate with the crypto engine framework by Baolin Wang · 9 years ago
  11. 6dd4c83 Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Herbert Xu · 9 years ago
  12. 6dc5df7 crypto: qat - fix adf_ctl_drv.c:undefined reference to adf_init_pf_wq by Tadeusz Struk · 9 years ago
  13. d149797 crypto: s5p-sss - fix incorrect usage of scatterlists api by Marek Szyprowski · 9 years ago
  14. 6f64389 Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Herbert Xu · 9 years ago
  15. 9e209fc crypto: qat - fix invalid pf2vf_resp_wq logic by Tadeusz Struk · 9 years ago
  16. 79152e8 crypto: s5p-sss - Fix missed interrupts when working with 8 kB blocks by Krzysztof Kozlowski · 9 years ago
  17. 5e00c60 crypto: s5p-sss - Use common BIT macro by Krzysztof Kozlowski · 9 years ago
  18. 4c048af crypto: mxc-scc - fix unwinding in mxc_scc_crypto_register() by Dan Carpenter · 9 years ago
  19. b908bd3 crypto: mxc-scc - signedness bugs in mxc_scc_ablkcipher_req_init() by Dan Carpenter · 9 years ago
  20. 3639ca8 crypto: talitos - fix ahash algorithms registration by Horia Geant? · 9 years ago
  21. b3c2fee crypto: ccp - Ensure all dependencies are specified by Gary R Hook · 9 years ago
  22. 21ec757 crypto: marvell/cesa - Improving code readability by Romain Perier · 9 years ago
  23. 5512442 crypto: s5p-sss - Remove useless hash interrupt handler by Krzysztof Kozlowski · 9 years ago
  24. 07c8fcc crypto: s5p-sss - Fix use after free of copied input buffer in error path by Krzysztof Kozlowski · 9 years ago
  25. 58ea8ab crypto: ccp - Register the CCP as a DMA resource by Gary R Hook · 9 years ago
  26. 5343e67 crypto4xx: integrate ppc4xx-rng into crypto4xx by Christian Lamparter · 9 years ago
  27. 340ff60 crypto: talitos - fix AEAD tcrypt tests by Horia Geant? · 9 years ago
  28. 89d124c crypto: talitos - fix crash in talitos_cra_init() by Jonas Eymann · 9 years ago
  29. b3ab30a crypto: qat - fix section mismatch warning by Tadeusz Struk · 9 years ago
  30. 87ba569 crypto: qat - interrupts need to be enabled when VFs are disabled by Tadeusz Struk · 9 years ago
  31. 25c6ffb crypto: qat - check if PF is running by Tadeusz Struk · 9 years ago
  32. 02dc8d6 crypto: qat - move vf2pf_init and vf2pf_exit to common by Tadeusz Struk · 9 years ago
  33. afc39d6 hwrng: hisi - Add support for Hisilicon SoC RNG by Kefeng Wang · 9 years ago
  34. d293b64 crypto: mxc-scc - add basic driver for the MXC SCC by Steffen Trumtrar · 9 years ago
  35. d606416 crypto: qat - adf_dev_stop should not be called in atomic context by Tadeusz Struk · 9 years ago
  36. 7587c40 crypto: ccp - Fix RT breaking #include <linux/rwlock_types.h> by Mike Galbraith · 9 years ago
  37. f709b45 crypto: ccp - Prevent information leakage on export by Tom Lendacky · 9 years ago
  38. 043809d hwrng: exynos - Fix misspelled Samsung address by Krzysztof Kozlowski · 9 years ago
  39. f1420ce crypto: qat - changed adf_dev_stop to void by Tadeusz Struk · 9 years ago
  40. cb00bca crypto: qat - explicitly stop all VFs first by Tadeusz Struk · 9 years ago
  41. bdb6cf9 crypto: sun4i-ss - Replace spinlock_bh by spin_lock_irq{save|restore} by Corentin LABBE · 9 years ago
  42. 738f982 crypto: qat - fix address leaking of RSA public exponent by Tudor Ambarus · 9 years ago
  43. aa8b6dd crypto: qat - avoid memory corruption or undefined behaviour by Tudor Ambarus · 9 years ago
  44. 0c4935b crypto: qat - Remove redundant nrbg rings by Ahsan Atta · 9 years ago
  45. 082ebe9 crypto: qat - make sure const_tab is 1024 bytes aligned by Tadeusz Struk · 9 years ago
  46. 3cf9d84 crypto: s5p-sss - Sort the headers to improve readability by Krzysztof Kozlowski · 9 years ago
  47. 9e4a110 crypto: s5p-sss - Handle unaligned buffers by Krzysztof Kozlowski · 9 years ago
  48. 119c3ab crypto: s5p-sss - Minor coding cleanups by Krzysztof Kozlowski · 9 years ago
  49. 063327f crypto: marvell/cesa - remove unneeded condition by Dan Carpenter · 9 years ago
  50. 150f6d4 crypto: n2 - Remove return statement from void function by Amitoj Kaur Chawla · 9 years ago
  51. dc1d9de crypto: s5p-sss - Enable COMPILE_TEST by Krzysztof Kozlowski · 9 years ago
  52. 4dd6e9e hwrng: exynos - Enable COMPILE_TEST by Krzysztof Kozlowski · 9 years ago
  53. 27d80fa hwrng: exynos - Disable runtime PM on driver unbind by Krzysztof Kozlowski · 9 years ago
  54. 48a61e1 hwrng: exynos - Disable runtime PM on probe failure by Krzysztof Kozlowski · 9 years ago
  55. f1925d7 hwrng: exynos - Fix unbalanced PM runtime put on timeout error path by Krzysztof Kozlowski · 9 years ago
  56. f0d947a hwrng: exynos - Runtime suspend device after init by Krzysztof Kozlowski · 9 years ago
  57. 97ee7ed crypto: omap-des - Improve wording for CRYPTO_DEV_OMAP_DES in Kconfig by Peter Meerwald · 9 years ago
  58. 47cd3060 hwrng: bcm63xx - fix device tree compilation by Álvaro Fernández Rojas · 9 years ago
  59. 17084b7 v4l2-mc: avoid warning about unused variable by Linus Torvalds · 9 years ago
  60. f7eeb8a Merge tag 'rproc-v4.6-rc1' of git://github.com/andersson/remoteproc by Linus Torvalds · 9 years ago
  61. d6c24df Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 9 years ago
  62. cb10716 Convert straggling drivers to new six-argument get_user_pages() by Linus Torvalds · 9 years ago
  63. 05cf807 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 9 years ago
  64. cf78031 Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux by Linus Torvalds · 9 years ago
  65. 1826907 Merge tag 'pm+acpi-4.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 9 years ago
  66. 8fbd4ad Merge branch 'acpi-processor' by Rafael J. Wysocki · 9 years ago
  67. db5dd0d net: mvneta: fix changing MTU when using per-cpu processing by Marcin Wojtas · 9 years ago
  68. a7657f1 stmmac: fix MDIO settings by Giuseppe CAVALLARO · 9 years ago
  69. d7e944c Revert "stmmac: Fix 'eth0: No PHY found' regression" by Giuseppe CAVALLARO · 9 years ago
  70. a00e3ab stmmac: fix TX normal DESC by Giuseppe CAVALLARO · 9 years ago
  71. c66e98c net: mvneta: use cache_line_size() to get cacheline size by Jisheng Zhang · 9 years ago
  72. 4a0a12d net: mvpp2: use cache_line_size() to get cacheline size by Jisheng Zhang · 9 years ago
  73. d82b0c2 net: mvpp2: fix maybe-uninitialized warning by Jisheng Zhang · 9 years ago
  74. 5a5abb1 tun, bpf: fix suspicious RCU usage in tun_{attach, detach}_filter by Daniel Borkmann · 9 years ago
  75. 6ddf37d Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 9 years ago
  76. dc8a64e Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 9 years ago
  77. 72b9ff0 drm/udl: Use unlocked gem unreferencing by Daniel Vetter · 9 years ago
  78. 7779c5e drm/dp: move hw_mutex up the call stack by Rob Clark · 9 years ago
  79. 5456248 Merge branch 'drm-rockchip-next-fixes-2016-03-28' of https://github.com/markyzq/kernel-drm-rockchip into drm-fixes by Dave Airlie · 9 years ago
  80. 90516d8 Merge branch 'msm-fixes-4.6-rc1' of git://people.freedesktop.org/~robclark/linux into drm-fixes by Dave Airlie · 9 years ago
  81. 2f4fcb3 Merge branch 'drm-next-4.6' of git://people.freedesktop.org/~agd5f/linux into drm-fixes by Dave Airlie · 9 years ago
  82. 79f4223 net: usb: cdc_ncm: adding Telit LE910 V2 mobile broadband card by Daniele Palmas · 9 years ago
  83. 32867fc fec: Do not access unexisting register in Coldfire by Fabio Estevam · 9 years ago
  84. 9bd9ddb net: mvneta: replace MVNETA_CPU_D_CACHE_LINE_SIZE with L1_CACHE_BYTES by Jisheng Zhang · 9 years ago
  85. b7854ef net: mvpp2: replace MVPP2_CPU_D_CACHE_LINE_SIZE with L1_CACHE_BYTES by Jisheng Zhang · 9 years ago
  86. 13a7ebb net: dsa: mv88e6xxx: Clear the PDOWN bit on setup by Patrick Uiterwijk · 9 years ago
  87. 75baacf net: dsa: mv88e6xxx: Introduce _mv88e6xxx_phy_page_{read, write} by Patrick Uiterwijk · 9 years ago
  88. 4833a00 Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-queue by David S. Miller · 9 years ago
  89. ca45720 Merge tag 'gpio-v4.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio by Linus Torvalds · 9 years ago
  90. c5bce40 Merge branch 'libnvdimm-for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 9 years ago
  91. 839559e target: add a new add_wwn_groups fabrics method by Christoph Hellwig · 9 years ago
  92. e6e202e target: initialize the nacl base CIT begfore init_nodeacl by Christoph Hellwig · 9 years ago
  93. ce7043f target: remove ->fabric_cleanup_nodeacl by Christoph Hellwig · 9 years ago
  94. 572a143 iser-target: Use ib_drain_qp by Sagi Grimberg · 9 years ago
  95. 3c02d1b bnxt_en: Fix ethtool -a reporting. by Michael Chan · 9 years ago
  96. 49b5c7a bnxt_en: Fix typo in bnxt_hwrm_set_pause_common(). by Michael Chan · 9 years ago
  97. e6ef269 bnxt_en: Implement proper firmware message padding. by Michael Chan · 9 years ago
  98. 33e52d8 bnxt_en: Initialize CP doorbell value before ring allocation by Prashant Sreedharan · 9 years ago
  99. cb41c99 team: team should sync the port's uc/mc addrs when add a port by Xin Long · 9 years ago
  100. fea2485 qed: initialize return rc to avoid returning garbage by Colin Ian King · 9 years ago