1. 0a9df78 lib/kasprintf.c: introduce kvasprintf_const by Rasmus Villemoes · 9 years ago
  2. 2cf12f8 lib/llist.c: fix data race in llist_del_first by Dmitry Vyukov · 9 years ago
  3. 943ba65 lib/test-string_helpers.c: add string_get_size() tests by Vitaly Kuznetsov · 9 years ago
  4. 1c78bc1 lib/halfmd4.c: use rol32 inline function in the ROUND macro by Alexander Kuleshov · 9 years ago
  5. d7ec9a0 lib/vsprintf.c: update documentation by Rasmus Villemoes · 9 years ago
  6. 707cc72 test_printf: test printf family at runtime by Rasmus Villemoes · 9 years ago
  7. 80c9eb4 lib/vsprintf.c: remove SPECIAL handling in pointer() by Rasmus Villemoes · 9 years ago
  8. 762abb5 lib/vsprintf.c: also improve sanity check in bstr_printf() by Rasmus Villemoes · 9 years ago
  9. b006f19 lib/vsprintf.c: handle invalid format specifiers more robustly by Rasmus Villemoes · 9 years ago
  10. 5e4ee7b printk: synchronize %p formatting documentation by Martin Kletzander · 9 years ago
  11. 3e406b1 lib/dynamic_debug.c: use kstrdup_const by Rasmus Villemoes · 9 years ago
  12. 71baba4 mm, page_alloc: rename __GFP_WAIT to __GFP_RECLAIM by Mel Gorman · 9 years ago
  13. d0164ad mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep and avoiding waking kswapd by Mel Gorman · 9 years ago
  14. 2e3078a Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 9 years ago
  15. 89d3c87 mm, slub, kasan: enable user tracking by default with KASAN=y by Andrey Ryabinin · 9 years ago
  16. f523e73 lib: test_kasan: add some testcases by Wang Long · 9 years ago
  17. 2c302e7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc by Linus Torvalds · 9 years ago
  18. 1873499 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 9 years ago
  19. 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
  20. d618382 iommu-common: Fix error code used in iommu_tbl_range_{alloc,free}(). by David S. Miller · 9 years ago
  21. b0f85fa Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 9 years ago
  22. ccc9d4a Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 9 years ago
  23. 316dde2 Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-arm by Linus Torvalds · 9 years ago
  24. b75ec3a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  25. 116ef0f Merge branches 'fixes' and 'misc' into for-next by Russell King · 9 years ago
  26. bb38700 fault-inject: fix inverted interval/probability values in printk by Florian Westphal · 9 years ago
  27. 3f181b4 lib/Kconfig.debug: disable -Wframe-larger-than warnings with KASAN=y by Andrey Ryabinin · 9 years ago
  28. 146aa8b KEYS: Merge the type-specific data with the payload data by David Howells · 9 years ago
  29. 63349d0 lib/mpi: fix off by one in mpi_read_raw_from_sgl by Stephan Mueller · 9 years ago
  30. 26440c8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  31. 1fd4e5c lib/Kconfig: ZLIB_DEFLATE must select BITREVERSE by Andrew Morton · 9 years ago
  32. ea0b398 crypto: 842 - Add CRC and validation support by Haren Myneni · 9 years ago
  33. 2d4d1ee lib/mpi: Add mpi sgl helpers by Tadeusz Struk · 9 years ago
  34. 897ece5 random32: add prandom_init_once helper for own rngs by Daniel Borkmann · 9 years ago
  35. 0dd50d1 random32: add prandom_seed_full_state helper by Daniel Borkmann · 9 years ago
  36. c90aeb9 once: make helper generic for calling functions once by Hannes Frederic Sowa · 9 years ago
  37. 4623425 net: move net_get_random_once to lib by Hannes Frederic Sowa · 9 years ago
  38. 990486c strscpy: zero any trailing garbage bytes in the destination by Chris Metcalf · 9 years ago
  39. 1f35d04 devres: fix a for loop bounds check by Dan Carpenter · 9 years ago
  40. 30c4465 Merge branch 'strscpy' of git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile by Linus Torvalds · 9 years ago
  41. fa40ae3 kobject: move EXPORT_SYMBOL() macros next to corresponding definitions by Gabriel Somlo · 9 years ago
  42. 621a5f7 debugfs: Pass bool pointer to debugfs_create_bool() by Viresh Kumar · 9 years ago
  43. 0768330 ARM: 8439/1: Fix backtrace generation when IPI is masked by Daniel Thompson · 9 years ago
  44. 518a7cb Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 9 years ago
  45. 7def0f9 lib: fix data race in rhashtable_rehash_one by Dmitriy Vyukov · 9 years ago
  46. 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
  47. 62bef58 lib/string_helpers.c: fix infinite loop in string_get_size() by Vitaly Kuznetsov · 9 years ago
  48. 8b235f2 zlib_deflate/deftree: remove bi_reverse() by yalin wang · 9 years ago
  49. e4e29dc lib/decompress_unlzma: Do a NULL check for pointer by Fabio Estevam · 9 years ago
  50. 2d3862d lib/decompressors: use real out buf size for gunzip with kernel by Yinghai Lu · 9 years ago
  51. 6b4a35f lib/test_kasan.c: make kmalloc_oob_krealloc_less more correctly by Wang Long · 9 years ago
  52. 9789d8e lib/test_kasan.c: fix a typo by Wang Long · 9 years ago
  53. b40bdb7 lib/string_helpers: rename "esc" arg to "only" by Kees Cook · 9 years ago
  54. d89a3f7 lib/string_helpers: clarify esc arg in string_escape_mem by Kees Cook · 9 years ago
  55. 9bf98f1 lib/bitmap.c: bitmap_parselist can accept string with whitespaces on head or tail by Pan Xinhui · 9 years ago
  56. d9282cb lib/bitmap.c: fix a special string handling bug in __bitmap_parselist by Pan Xinhui · 9 years ago
  57. d21c3d4 lib/bitmap.c: correct a code style and do some, optimization by Pan Xinhui · 9 years ago
  58. 2d2e471 kstrto*: accept "-0" for signed conversion by Alexey Dobriyan · 9 years ago
  59. 30035e4 string: provide strscpy() by Chris Metcalf · 9 years ago
  60. f6f7a63 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 9 years ago
  61. 156408c lib/show_mem.c: correct reserved memory calculation by Vishnu Pratap Singh · 9 years ago
  62. 12f03ee Merge tag 'libnvdimm-for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 9 years ago
  63. b793c00 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 9 years ago
  64. 6f0a2fc Merge branch 'nmi' of git://ftp.arm.linux.org.uk/~rmk/linux-arm by Linus Torvalds · 9 years ago
  65. 7d9071a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  66. 2a013e3 Merge tag 'md/4.3' of git://neil.brown.name/md by Linus Torvalds · 9 years ago
  67. e89c6fd Merge linux-block/for-4.3/core into md/for-linux by NeilBrown · 9 years ago
  68. c98c363 genalloc: add support of multiple gen_pools per device by Vladimir Zapolskiy · 9 years ago
  69. 7385817 genalloc: add name arg to gen_pool_get() and devm_gen_pool_create() by Vladimir Zapolskiy · 9 years ago
  70. ca520ca Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  71. dd5cdb4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 9 years ago
  72. d975f30 Merge branch 'for-4.3/sg' of git://git.kernel.dk/linux-block by Linus Torvalds · 9 years ago
  73. ae98207 Merge tag 'pm+acpi-4.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 9 years ago
  74. 25525be Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  75. ef5f5de Merge branch 'acpi-pm' by Rafael J. Wysocki · 9 years ago
  76. 7073bc6 Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  77. d4c9039 Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 9 years ago
  78. f36fc04 Merge tag 'clk-for-linus-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux by Linus Torvalds · 9 years ago
  79. dbb7ee0 lib: move strncpy_from_unsafe() into mm/maccess.c by Alexei Starovoitov · 9 years ago
  80. 0e833e6 md/raid6: delta syndrome for ARM NEON by Ard Biesheuvel · 9 years ago
  81. 1a6877b lib: introduce strncpy_from_unsafe() by Alexei Starovoitov · 9 years ago
  82. 67a3e8f nd_blk: change aperture mapping from WC to WB by Ross Zwisler · 9 years ago
  83. dc8242f lib/Makefile: remove CONFIG_AVERAGE build rule by Valentin Rothberg · 9 years ago
  84. 0f74fbf MPI: Fix mpi_read_buffer by Tadeusz Struk · 9 years ago
  85. 1b3d420 PCI: Add pci_iomap_wc() variants by Luis R. Rodriguez · 9 years ago
  86. f8bcbe6 lib: scatterlist: add sg splitting function by Robert Jarzmik · 9 years ago
  87. f4e774f average: remove out-of-line implementation by Johannes Berg · 9 years ago
  88. f4a3e90 rhashtable-test: extend to test concurrency by Phil Sutter · 9 years ago
  89. 10c95ed scatterlist: allow limited chaining without ARCH_HAS_SG_CHAIN by Christoph Hellwig · 9 years ago
  90. bf3eac8 percpu-rwsem: kill CONFIG_PERCPU_RWSEM by Oleg Nesterov · 9 years ago
  91. 182ad46 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  92. 9b9412d Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcu by Ingo Molnar · 9 years ago
  93. f5468ff locking/lockref: Remove homebrew cmpxchg64_relaxed() macro definition by Will Deacon · 9 years ago
  94. f52609f Merge branch 'locking/arch-atomic' into locking/core, because it's ready for upstream by Ingo Molnar · 9 years ago
  95. 92b19ff cleanup IORESOURCE_CACHEABLE vs ioremap() by Dan Williams · 9 years ago
  96. 86bf172 test_bpf: add tests checking that JIT/interpreter sets A and X to 0. by Nicolas Schichan · 9 years ago
  97. 08fcb08 test_bpf: add more tests for LD_ABS and LD_IND. by Nicolas Schichan · 9 years ago
  98. d2648d4 test_bpf: add module parameters to filter the tests to run. by Nicolas Schichan · 9 years ago
  99. 2cf1ad7 test_bpf: test LD_ABS and LD_IND instructions on fragmented skbs. by Nicolas Schichan · 9 years ago
  100. bac142a test_bpf: allow tests to specify an skb fragment. by Nicolas Schichan · 9 years ago