1. 2490908 mpi: Fix NULL ptr dereference in mpi_powm() [ver #3] by Andrey Ryabinin · 8 years ago
  2. ba8580f lib/genalloc.c: start search from start of chunk by Daniel Mentz · 8 years ago
  3. 75bd91f lib: add "on"/"off" support to kstrtobool by Kees Cook · 9 years ago
  4. e0d6177 lib: move strtobool() to kstrtobool() by Kees Cook · 9 years ago
  5. 9952691 fix iov_iter_fault_in_readable() by Al Viro · 8 years ago
  6. 11c27e8 lib/mpi: mpi_write_sgl(): fix skipping of leading zero limbs by Nicolai Stange · 9 years ago
  7. 5afbd22 KEYS: Fix ASN.1 indefinite length object parsing by David Howells · 8 years ago
  8. 7d0b494 dma-debug: avoid spinlock recursion when disabling dma-debug by Ville Syrjälä · 9 years ago
  9. f6ff739 lib/test-string_helpers.c: fix and improve string_get_size() tests by Vitaly Kuznetsov · 9 years ago
  10. 81b3a56 lib/mpi: Endianness fix by Michal Marek · 9 years ago
  11. ed643d2 lib: lz4: fixed zram with lz4 on big endian machines by Rui Salvaterra · 9 years ago
  12. 6905c7a assoc_array: don't call compare_object() on a node by Jerome Marchand · 9 years ago
  13. 96ee50f lib: sw842: select crc32 by Arnd Bergmann · 9 years ago
  14. 9e8afc9 lib/ucs2_string: Correct ucs2 -> utf8 conversion by Jason Andryuk · 9 years ago
  15. e7f2a86 lib/ucs2_string: Add ucs2 -> utf8 helper functions by Peter Jones · 9 years ago
  16. e31e467 dump_stack: avoid potential deadlocks by Eric Dumazet · 9 years ago
  17. f4595e0 radix-tree: fix race in gang lookup by Matthew Wilcox · 9 years ago
  18. dad5038 dma-debug: switch check from _text to _stext by Laura Abbott · 9 years ago
  19. 726ecfc string_helpers: fix precision loss for some inputs by James Bottomley · 9 years ago
  20. 5b27adf klist: fix starting point removed bug in klist iterators by James Bottomley · 9 years ago
  21. d175a4e crypto: crc32c - Fix crc32c soft dependency by Jean Delvare · 9 years ago
  22. 179ccc0 rhashtable: Kill harmless RCU warning in rhashtable_walk_init by Herbert Xu · 9 years ago
  23. 73796d8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 9 years ago
  24. d7637d0 Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 9 years ago
  25. 0354aec dma-debug: Fix dma_debug_entry offset calculation by Daniel Mentz · 9 years ago
  26. c6ff526 rhashtable: Fix walker list corruption by Herbert Xu · 9 years ago
  27. 3a32460 rhashtable: Enforce minimum size on initial hash table by Herbert Xu · 9 years ago
  28. a90099d Revert "rhashtable: Use __vmalloc with GFP_ATOMIC for table allocation" by David S. Miller · 9 years ago
  29. d3716f1 rhashtable: Use __vmalloc with GFP_ATOMIC for table allocation by Herbert Xu · 9 years ago
  30. 3cf9222 rhashtable: Prevent spurious EBUSY errors on insertion by Herbert Xu · 9 years ago
  31. 90eec10 treewide: Remove old email address by Peter Zijlstra · 9 years ago
  32. c5a3788 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 9 years ago
  33. 2df4ee7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 9 years ago
  34. 3368e8f lib/string.c: add ULL suffix to the constant definition by Andy Shevchenko · 9 years ago
  35. bd4f203 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 9 years ago
  36. 50c3650 Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 9 years ago
  37. 79211c8 remove abs64() by Andrew Morton · 9 years ago
  38. ad804a0 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 9 years ago
  39. 7f83064 dma-debug: check nents in dma_sync_sg* by Robin Murphy · 9 years ago
  40. 9f029f5 lib/hexdump.c: truncate output in case of overflow by Andy Shevchenko · 9 years ago
  41. 9022435 lib/is_single_threaded.c: change current_is_single_threaded() to use for_each_thread() by Oleg Nesterov · 9 years ago
  42. f773f32 lib/kobject.c: use kvasprintf_const for formatting ->name by Rasmus Villemoes · 9 years ago
  43. 0a9df78 lib/kasprintf.c: introduce kvasprintf_const by Rasmus Villemoes · 9 years ago
  44. 2cf12f8 lib/llist.c: fix data race in llist_del_first by Dmitry Vyukov · 9 years ago
  45. 943ba65 lib/test-string_helpers.c: add string_get_size() tests by Vitaly Kuznetsov · 9 years ago
  46. 1c78bc1 lib/halfmd4.c: use rol32 inline function in the ROUND macro by Alexander Kuleshov · 9 years ago
  47. d7ec9a0 lib/vsprintf.c: update documentation by Rasmus Villemoes · 9 years ago
  48. 707cc72 test_printf: test printf family at runtime by Rasmus Villemoes · 9 years ago
  49. 80c9eb4 lib/vsprintf.c: remove SPECIAL handling in pointer() by Rasmus Villemoes · 9 years ago
  50. 762abb5 lib/vsprintf.c: also improve sanity check in bstr_printf() by Rasmus Villemoes · 9 years ago
  51. b006f19 lib/vsprintf.c: handle invalid format specifiers more robustly by Rasmus Villemoes · 9 years ago
  52. 5e4ee7b printk: synchronize %p formatting documentation by Martin Kletzander · 9 years ago
  53. 3e406b1 lib/dynamic_debug.c: use kstrdup_const by Rasmus Villemoes · 9 years ago
  54. 71baba4 mm, page_alloc: rename __GFP_WAIT to __GFP_RECLAIM by Mel Gorman · 9 years ago
  55. d0164ad mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep and avoiding waking kswapd by Mel Gorman · 9 years ago
  56. 9cf5c09 Merge tag 'asm-generic-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic by Linus Torvalds · 9 years ago
  57. 2e3078a Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 9 years ago
  58. 89d3c87 mm, slub, kasan: enable user tracking by default with KASAN=y by Andrey Ryabinin · 9 years ago
  59. f523e73 lib: test_kasan: add some testcases by Wang Long · 9 years ago
  60. 2c302e7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc by Linus Torvalds · 9 years ago
  61. 1873499 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 9 years ago
  62. e880e874 Merge tag 'driver-core-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 9 years ago
  63. d4e4bc1 bpf: add mod default A and X test cases by Yang Shi · 9 years ago
  64. d618382 iommu-common: Fix error code used in iommu_tbl_range_{alloc,free}(). by David S. Miller · 9 years ago
  65. b0f85fa Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 9 years ago
  66. ccc9d4a Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 9 years ago
  67. 316dde2 Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-arm by Linus Torvalds · 9 years ago
  68. b75ec3a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  69. 116ef0f Merge branches 'fixes' and 'misc' into for-next by Russell King · 9 years ago
  70. bb38700 fault-inject: fix inverted interval/probability values in printk by Florian Westphal · 9 years ago
  71. 3f181b4 lib/Kconfig.debug: disable -Wframe-larger-than warnings with KASAN=y by Andrey Ryabinin · 9 years ago
  72. 146aa8b KEYS: Merge the type-specific data with the payload data by David Howells · 9 years ago
  73. 63349d0 lib/mpi: fix off by one in mpi_read_raw_from_sgl by Stephan Mueller · 9 years ago
  74. 26440c8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  75. 1fd4e5c lib/Kconfig: ZLIB_DEFLATE must select BITREVERSE by Andrew Morton · 9 years ago
  76. a1164a3 move count_zeroes.h out of asm-generic by Christoph Hellwig · 9 years ago
  77. ea0b398 crypto: 842 - Add CRC and validation support by Haren Myneni · 9 years ago
  78. 2d4d1ee lib/mpi: Add mpi sgl helpers by Tadeusz Struk · 9 years ago
  79. 897ece5 random32: add prandom_init_once helper for own rngs by Daniel Borkmann · 9 years ago
  80. 0dd50d1 random32: add prandom_seed_full_state helper by Daniel Borkmann · 9 years ago
  81. c90aeb9 once: make helper generic for calling functions once by Hannes Frederic Sowa · 9 years ago
  82. 4623425 net: move net_get_random_once to lib by Hannes Frederic Sowa · 9 years ago
  83. 990486c strscpy: zero any trailing garbage bytes in the destination by Chris Metcalf · 9 years ago
  84. 47490ec modpost: Add flag -E for making section mismatches fatal by Nicolas Boichat · 9 years ago
  85. 1f35d04 devres: fix a for loop bounds check by Dan Carpenter · 9 years ago
  86. 30c4465 Merge branch 'strscpy' of git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile by Linus Torvalds · 9 years ago
  87. fa40ae3 kobject: move EXPORT_SYMBOL() macros next to corresponding definitions by Gabriel Somlo · 9 years ago
  88. 621a5f7 debugfs: Pass bool pointer to debugfs_create_bool() by Viresh Kumar · 9 years ago
  89. 0768330 ARM: 8439/1: Fix backtrace generation when IPI is masked by Daniel Thompson · 9 years ago
  90. 518a7cb Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 9 years ago
  91. 7def0f9 lib: fix data race in rhashtable_rehash_one by Dmitriy Vyukov · 9 years ago
  92. d046b77 lib/iommu-common.c: do not try to deref a null iommu->lazy_flush() pointer when n < pool->hint by Sowmini Varadhan · 9 years ago
  93. 62bef58 lib/string_helpers.c: fix infinite loop in string_get_size() by Vitaly Kuznetsov · 9 years ago
  94. 8b235f2 zlib_deflate/deftree: remove bi_reverse() by yalin wang · 9 years ago
  95. e4e29dc lib/decompress_unlzma: Do a NULL check for pointer by Fabio Estevam · 9 years ago
  96. 2d3862d lib/decompressors: use real out buf size for gunzip with kernel by Yinghai Lu · 9 years ago
  97. 6b4a35f lib/test_kasan.c: make kmalloc_oob_krealloc_less more correctly by Wang Long · 9 years ago
  98. 9789d8e lib/test_kasan.c: fix a typo by Wang Long · 9 years ago
  99. b40bdb7 lib/string_helpers: rename "esc" arg to "only" by Kees Cook · 9 years ago
  100. d89a3f7 lib/string_helpers: clarify esc arg in string_escape_mem by Kees Cook · 9 years ago