1. 2da572c lib: add software 842 compression/decompression by Dan Streetman · 9 years ago
  2. edc424f powerpc: Add ICSWX instruction by Dan Streetman · 9 years ago
  3. b130e7c powerpc: export of_get_ibm_chip_id function by Dan Streetman · 9 years ago
  4. ebb3472 crypto: testmgr - add test cases for CRC32 by Ard Biesheuvel · 9 years ago
  5. 09e2178 crypto: testmgr - Wrap the LHS in expressions of the form !x == y by David Howells · 9 years ago
  6. f94a359 crypto: pcomp - Constify (de)compression parameters by David Howells · 9 years ago
  7. dcd93e8 crypto: qat - do not duplicate string containing firmware name by Allan, Bruce W · 9 years ago
  8. 10d87b7 crypto: nx - Fixing SHA update bug by Leonidas Da Silva Barbosa · 9 years ago
  9. c3365ce crypto: nx - Fixing NX data alignment with nx_sg list by Leonidas Da Silva Barbosa · 9 years ago
  10. 21a6dd5 crypto: sha1-mb - Remove pointless cast by firo yang · 9 years ago
  11. 80f7b35 crypto: aead - Fix corner case in crypto_lookup_aead by Herbert Xu · 9 years ago
  12. 2673953 crypto: skcipher - Fix corner case in crypto_lookup_skcipher by Herbert Xu · 9 years ago
  13. bd4a7c6 crypto: api - Fix build error when modules are disabled by Herbert Xu · 9 years ago
  14. 8a1a2b7 mac802154: Include crypto/aead.h by Herbert Xu · 9 years ago
  15. d8fe0dd mac80211: Include crypto/aead.h by Herbert Xu · 9 years ago
  16. 1ce3311 crypto: testmgr - Include crypto/aead.h by Herbert Xu · 9 years ago
  17. 1ce5a04 crypto: tcrypt - Include crypto/aead.h by Herbert Xu · 9 years ago
  18. 89081da crypto: algif_aead - Include crypto/aead.h by Herbert Xu · 9 years ago
  19. 34ed9a3 crypto: arm64/aes-ce-ccm - Include crypto/internal/aead.h by Herbert Xu · 9 years ago
  20. 7be58b1 crypto: api - Remove linux/fips.h from internal.h by Herbert Xu · 9 years ago
  21. 1c41b88 crypto: testmgr - Include linux/fips.h for fips_enabled by Herbert Xu · 9 years ago
  22. daf0944 crypto: tcrypt - Include linux/fips.h for fips_enabled by Herbert Xu · 9 years ago
  23. 94072cb crypto: fips - Move fips_enabled sysctl into fips.c by Herbert Xu · 9 years ago
  24. 76450f9 crypto: fips - Remove bogus inclusion of internal.h by Herbert Xu · 9 years ago
  25. 3133d76 crypto: api - Include linux/fips.h by Herbert Xu · 9 years ago
  26. d9b3682 crypto: caam - Remove bogus references to crypto API internals by Herbert Xu · 9 years ago
  27. b94e7dc crypto: drbg - Remove FIPS ifdef from drbg_healthcheck_sanity by Herbert Xu · 9 years ago
  28. 59afdc7 crypto: api - Move module sig ifdef into accessor function by Herbert Xu · 9 years ago
  29. 43a9607 crypto: tcrypt - Handle async return from crypto_ahash_init by Herbert Xu · 9 years ago
  30. b617b70 crypto: rng - Zero seed in crypto_rng_reset by Herbert Xu · 9 years ago
  31. 654ae15 crypto: algif_rng - Remove obsolete const-removal cast by Herbert Xu · 9 years ago
  32. 94f1bb1 crypto: rng - Remove old low-level rng interface by Herbert Xu · 9 years ago
  33. e33cf2c crypto: krng - Convert to new rng interface by Herbert Xu · 9 years ago
  34. e7c2422 crypto: ansi_cprng - Convert to new rng interface by Herbert Xu · 9 years ago
  35. 6f7e3ca crypto: ansi_cprng - Remove bogus inclusion of internal.h by Herbert Xu · 9 years ago
  36. 8fded59 crypto: drbg - Convert to new rng interface by Herbert Xu · 9 years ago
  37. 881cd6c crypto: rng - Add multiple algorithm registration interface by Herbert Xu · 9 years ago
  38. 7ca99d8 crypto: rng - Add crypto_rng_set_entropy by Herbert Xu · 9 years ago
  39. acec27f crypto: rng - Convert low-level crypto_rng to new style by Herbert Xu · 9 years ago
  40. 3c5d8fa crypto: rng - Mark crypto_rng_reset seed as const by Herbert Xu · 9 years ago
  41. ff030b0 crypto: rng - Introduce crypto_rng_generate by Herbert Xu · 9 years ago
  42. d0e8305 crypto: rng - Convert crypto_rng to new style crypto_type by Herbert Xu · 9 years ago
  43. f7c9beb crypto: pcomp - Use crypto_alg_extsize helper by Herbert Xu · 9 years ago
  44. ac61168 crypto: shash - Use crypto_alg_extsize helper by Herbert Xu · 9 years ago
  45. 38d2143 crypto: api - Add crypto_alg_extsize helper by Herbert Xu · 9 years ago
  46. 2a57e42 crypto: drbg - Do not seed RNG in drbg_kcapi_init by Herbert Xu · 9 years ago
  47. e11a754 crypto: drbg - Initialise mutex in drbg_healthcheck_sanity by Herbert Xu · 9 years ago
  48. fa3ae62 crypto: drbg - leave cipher handles operational by Stephan Mueller · 9 years ago
  49. 76899a4 crypto: drbg - replace spinlock with mutex by Stephan Mueller · 9 years ago
  50. 082eb10 crypto: drbg - fix drbg_generate return val check by Stephan Mueller · 9 years ago
  51. 04a34d4 crypto: talitos - Update DT bindings with SEC1 by LEROY Christophe · 9 years ago
  52. 0635b7d crypto: talitos - Add fsl,sec1.0 compatible by LEROY Christophe · 9 years ago
  53. 2d02905 crypto: talitos - SEC1 bugs on 0 data hash by LEROY Christophe · 9 years ago
  54. 6f65f6a crypto: talitos - implement scatter/gather copy for SEC1 by LEROY Christophe · 9 years ago
  55. dd3c098 crypto: talitos - adapt interrupts and reset functions to SEC1 by LEROY Christophe · 9 years ago
  56. 5fa7fa1 crypto: talitos - base address for Execution Units by LEROY Christophe · 9 years ago
  57. 7d607c6a crypto: talitos - adaptation of talitos_submit() for SEC1 by LEROY Christophe · 9 years ago
  58. 922f9dc crypto: talitos - fill in talitos descriptor iaw SEC1 or SEC2+ by LEROY Christophe · 9 years ago
  59. 2159088 crypto: talitos - Add a feature to tag SEC1 by LEROY Christophe · 9 years ago
  60. 5b841a6 crypto: talitos - add sub-choice in talitos CONFIG for SEC1 by LEROY Christophe · 9 years ago
  61. 9049075 crypto: talitos - enhanced talitos_desc struct for SEC1 by LEROY Christophe · 9 years ago
  62. 538caf8 crypto: talitos - helper function for ptr len by LEROY Christophe · 9 years ago
  63. a2b35aa crypto: talitos - remove param 'extent' in map_single_talitos_ptr() by LEROY Christophe · 9 years ago
  64. 185eb79 crypto: talitos - Add a helper function to clear j_extent field by LEROY Christophe · 9 years ago
  65. edc6bd6 crypto: talitos - talitos_ptr renamed ptr for more lisibility by LEROY Christophe · 9 years ago
  66. 032d197 crypto: talitos - Refactor the sg in/out chain allocation by LEROY Christophe · 9 years ago
  67. 2529bc3 crypto: talitos - Use zero entry to init descriptors ptrs to zero by LEROY Christophe · 9 years ago
  68. 8e0498d cryoto: drbg - clear all temporary memory by Stephan Mueller · 9 years ago
  69. 1a92b2b crypto: mv_cesa - ensure backlog is initialised by Colin Ian King · 9 years ago
  70. 34c9a0f crypto: fix broken crypto_register_instance() module handling by Herbert Xu · 9 years ago
  71. eea3a00 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 9 years ago
  72. e693d73 parisc: remove use of seq_printf return value by Joe Perches · 9 years ago
  73. d50f8f8 lru_cache: remove use of seq_printf return value by Joe Perches · 9 years ago
  74. 962e370 tracing: remove use of seq_printf return value by Joe Perches · 9 years ago
  75. 94ff212 cgroup: remove use of seq_printf return value by Joe Perches · 9 years ago
  76. 25ce319 proc: remove use of seq_printf return value by Joe Perches · 9 years ago
  77. c2f0b61 s390: remove use of seq_printf return value by Joe Perches · 9 years ago
  78. dc640a8 cris fasttimer: remove use of seq_printf return value by Joe Perches · 9 years ago
  79. 1336d42 cris: remove use of seq_printf return value by Joe Perches · 9 years ago
  80. 58a1aa7 openrisc: remove use of seq_printf return value by Joe Perches · 9 years ago
  81. cd2b293 ARM: plat-pxa: remove use of seq_printf return value by Joe Perches · 9 years ago
  82. 4122669 nios2: cpuinfo: remove use of seq_printf return value by Joe Perches · 9 years ago
  83. 81f0cd9 microblaze: mb: remove use of seq_printf return value by Joe Perches · 9 years ago
  84. 7f032d6 ipc: remove use of seq_printf return value by Joe Perches · 9 years ago
  85. 4395eb1 rtc: remove use of seq_printf return value by Joe Perches · 9 years ago
  86. 9f6a240 power: wakeup: remove use of seq_printf return value by Joe Perches · 9 years ago
  87. 3ac62bc x86: mtrr: if: remove use of seq_printf return value by Joe Perches · 9 years ago
  88. 89c1e79 linux/bitmap.h: improve BITMAP_{LAST,FIRST}_WORD_MASK by Rasmus Villemoes · 9 years ago
  89. 8a72ed6 MAINTAINERS: CREDITS: remove Stefano Brivio from B43 by Joe Perches · 9 years ago
  90. 01c7e5a .mailmap: add Ricardo Ribalda by Ricardo Ribalda Delgado · 9 years ago
  91. 3ca7bf8 CREDITS: add Ricardo Ribalda Delgado by Ricardo Ribalda Delgado · 9 years ago
  92. 49e7d9d MAINTAINERS: Use tabs consistently by Joe Perches · 9 years ago
  93. 41416f2 lib/string_helpers.c: change semantics of string_escape_mem by Rasmus Villemoes · 9 years ago
  94. 3aeddc7 lib/string_helpers.c: refactor string_escape_mem by Rasmus Villemoes · 9 years ago
  95. 9c98f23 lib/vsprintf.c: fix potential NULL deref in hex_string by Rasmus Villemoes · 9 years ago
  96. 900cca2 lib/vsprintf: add %pC{,n,r} format specifiers for clocks by Geert Uytterhoeven · 9 years ago
  97. e8a7ba5 lib/vsprintf: Move integer format types to the top by Geert Uytterhoeven · 9 years ago
  98. 7330660 lib/vsprintf: document %p parameters passed by reference by Geert Uytterhoeven · 9 years ago
  99. d1c1b12 lib/vsprintf.c: another small hack by Rasmus Villemoes · 9 years ago
  100. 3ea8d44 lib/vsprintf.c: eliminate duplicate hex string array by Rasmus Villemoes · 9 years ago