1. 6108209 Merge branch 'for-linus' into work.misc by Al Viro · 9 years ago
  2. eb91094 test: firmware_class: add asynchronous request trigger by Brian Norris · 9 years ago
  3. be4a132 test: firmware_class: use kstrndup() where appropriate by Brian Norris · 9 years ago
  4. 47e0bbb test: firmware_class: report errors properly on failure by Brian Norris · 9 years ago
  5. 1031bc5 lib/vsprintf: add %*pg format specifier by Dmitry Monakhov · 9 years ago
  6. 3104fb3 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
  7. 16e5c1f convert a bunch of open-coded instances of memdup_user_nul() by Al Viro · 9 years ago
  8. c07f30a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  9. ff078d8 tracing: Use seq_buf_used() in seq_buf_to_user() instead of len by Jerry Snitselaar · 9 years ago
  10. 5ca636b crypto: 842 - remove WARN inside printk by Dan Streetman · 9 years ago
  11. 0e6e01f CPM/QE: use genalloc to manage CPM/QE muram by Zhao Qiang · 9 years ago
  12. b26981c genalloc:support allocating specific region by Zhao Qiang · 9 years ago
  13. de2dd0e genalloc:support memory-allocation with bytes-alignment to genalloc by Zhao Qiang · 9 years ago
  14. 882f3b3 Merge branches '4.5/Or-cleanup' and '4.5/rdma-cq' into k.o/for-4.5 by Doug Ledford · 9 years ago
  15. 28ff4fd mmc: kconfig: replace FAULT_INJECTION with FAULT_INJECTION_DEBUG_FS by Adrien Schildknecht · 9 years ago
  16. 179ccc0 rhashtable: Kill harmless RCU warning in rhashtable_walk_init by Herbert Xu · 9 years ago
  17. 9dd2af8 bpf, test: add couple of test cases by Daniel Borkmann · 9 years ago
  18. b3e0d3d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  19. 73796d8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 9 years ago
  20. d7637d0 Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 9 years ago
  21. 9fd4470 Use the new batched user accesses in generic user string handling by Linus Torvalds · 9 years ago
  22. 0354aec dma-debug: Fix dma_debug_entry offset calculation by Daniel Mentz · 9 years ago
  23. c6ff526 rhashtable: Fix walker list corruption by Herbert Xu · 9 years ago
  24. 3a32460 rhashtable: Enforce minimum size on initial hash table by Herbert Xu · 9 years ago
  25. c6333f9 Merge branch 'rdma-cq.2' of git://git.infradead.org/users/hch/rdma into 4.5/rdma-cq by Doug Ledford · 9 years ago
  26. 83af187 irq_poll: mark __irq_poll_complete static by Christoph Hellwig · 9 years ago
  27. 0bc92ac irq_poll: fold irq_poll_disable_pending into irq_poll_softirq by Christoph Hellwig · 9 years ago
  28. ea51190 irq_poll: fold irq_poll_sched_prep into irq_poll_sched by Christoph Hellwig · 9 years ago
  29. 78d0264 irq_poll: don't disable new irq_poll instances by Christoph Hellwig · 9 years ago
  30. 511cbce irq_poll: make blk-iopoll available outside the block layer by Christoph Hellwig · 9 years ago
  31. 46c749e rhashtable: Remove unnecessary wmb for future_tbl by Herbert Xu · 9 years ago
  32. 82607adc workqueue: implement lockup detector by Tejun Heo · 9 years ago
  33. 7f7e92f lib: scatterlist: fix Kconfig description by Geert Uytterhoeven · 9 years ago
  34. e126758 iov_iter: export import_single_range() by Al Viro · 9 years ago
  35. 36f7a8a iov_iter: constify {csum_and_,}copy_to_iter() by Al Viro · 9 years ago
  36. 153a433 x86/headers: Don't include asm/processor.h in asm/atomic.h by Andi Kleen · 9 years ago
  37. a90099d9 Revert "rhashtable: Use __vmalloc with GFP_ATOMIC for table allocation" by David S. Miller · 9 years ago
  38. d3716f1 rhashtable: Use __vmalloc with GFP_ATOMIC for table allocation by Herbert Xu · 9 years ago
  39. 3cf9222 rhashtable: Prevent spurious EBUSY errors on insertion by Herbert Xu · 9 years ago
  40. c39d045 net: Add support for CHANGEUPPER notifier error injection by Ido Schimmel · 9 years ago
  41. 02fff96 net: add support for netdev notifier error injection by Nikolay Aleksandrov · 9 years ago
  42. dc4fbba powerpc: Create disable_kernel_{fp,altivec,vsx,spe}() by Anton Blanchard · 9 years ago
  43. bb649b3 lru_cache: Converted lc_seq_printf_status to return void by Roland Kammerer · 9 years ago
  44. 1c97be6 list: Use WRITE_ONCE() when adding to lists and hlists by Paul E. McKenney · 9 years ago
  45. d662e03 rhashtable-test: allow to retry even if -ENOMEM was returned by Phil Sutter · 9 years ago
  46. 95e435a rhashtable-test: calculate max_entries value by default by Phil Sutter · 9 years ago
  47. 9e9089e rhashtable-test: retry insert operations by Phil Sutter · 9 years ago
  48. cd5b318 rhashtable-test: add cond_resched() to thread test by Phil Sutter · 9 years ago
  49. 978e5a3 atomics: Add test for atomic operations with _relaxed variants by Boqun Feng · 9 years ago
  50. 90eec10 treewide: Remove old email address by Peter Zijlstra · 9 years ago
  51. 9cbe21d lib/mpi: only require buffers as big as needed for the integer by Andrzej Zaborowski · 9 years ago
  52. dce1eb9 __div64_32(): make it overridable at compile time by Nicolas Pitre · 9 years ago
  53. c5a3788 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 9 years ago
  54. 2df4ee7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 9 years ago
  55. 3368e8fb lib/string.c: add ULL suffix to the constant definition by Andy Shevchenko · 9 years ago
  56. bd4f203 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 9 years ago
  57. 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
  58. 79211c8 remove abs64() by Andrew Morton · 9 years ago
  59. ad804a0 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 9 years ago
  60. 7f83064 dma-debug: check nents in dma_sync_sg* by Robin Murphy · 9 years ago
  61. 9f029f5 lib/hexdump.c: truncate output in case of overflow by Andy Shevchenko · 9 years ago
  62. 9022435 lib/is_single_threaded.c: change current_is_single_threaded() to use for_each_thread() by Oleg Nesterov · 9 years ago
  63. f773f32 lib/kobject.c: use kvasprintf_const for formatting ->name by Rasmus Villemoes · 9 years ago
  64. 0a9df78 lib/kasprintf.c: introduce kvasprintf_const by Rasmus Villemoes · 9 years ago
  65. 2cf12f8 lib/llist.c: fix data race in llist_del_first by Dmitry Vyukov · 9 years ago
  66. 943ba65 lib/test-string_helpers.c: add string_get_size() tests by Vitaly Kuznetsov · 9 years ago
  67. 1c78bc1 lib/halfmd4.c: use rol32 inline function in the ROUND macro by Alexander Kuleshov · 9 years ago
  68. d7ec9a0 lib/vsprintf.c: update documentation by Rasmus Villemoes · 9 years ago
  69. 707cc72 test_printf: test printf family at runtime by Rasmus Villemoes · 9 years ago
  70. 80c9eb4 lib/vsprintf.c: remove SPECIAL handling in pointer() by Rasmus Villemoes · 9 years ago
  71. 762abb5 lib/vsprintf.c: also improve sanity check in bstr_printf() by Rasmus Villemoes · 9 years ago
  72. b006f19 lib/vsprintf.c: handle invalid format specifiers more robustly by Rasmus Villemoes · 9 years ago
  73. 5e4ee7b printk: synchronize %p formatting documentation by Martin Kletzander · 9 years ago
  74. 3e406b1 lib/dynamic_debug.c: use kstrdup_const by Rasmus Villemoes · 9 years ago
  75. 71baba4 mm, page_alloc: rename __GFP_WAIT to __GFP_RECLAIM by Mel Gorman · 9 years ago
  76. d0164ad mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep and avoiding waking kswapd by Mel Gorman · 9 years ago
  77. 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
  78. 2e3078a Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 9 years ago
  79. 89d3c87 mm, slub, kasan: enable user tracking by default with KASAN=y by Andrey Ryabinin · 9 years ago
  80. f523e73 lib: test_kasan: add some testcases by Wang Long · 9 years ago
  81. 2c302e7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc by Linus Torvalds · 9 years ago
  82. 1873499 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 9 years ago
  83. 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
  84. d4e4bc1 bpf: add mod default A and X test cases by Yang Shi · 9 years ago
  85. d618382 iommu-common: Fix error code used in iommu_tbl_range_{alloc,free}(). by David S. Miller · 9 years ago
  86. b0f85fa Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 9 years ago
  87. ccc9d4a Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 9 years ago
  88. 316dde2 Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-arm by Linus Torvalds · 9 years ago
  89. b75ec3a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  90. 116ef0f Merge branches 'fixes' and 'misc' into for-next by Russell King · 9 years ago
  91. bb38700 fault-inject: fix inverted interval/probability values in printk by Florian Westphal · 9 years ago
  92. 3f181b4 lib/Kconfig.debug: disable -Wframe-larger-than warnings with KASAN=y by Andrey Ryabinin · 9 years ago
  93. 146aa8b KEYS: Merge the type-specific data with the payload data by David Howells · 9 years ago
  94. 63349d0 lib/mpi: fix off by one in mpi_read_raw_from_sgl by Stephan Mueller · 9 years ago
  95. 26440c8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  96. 1fd4e5c lib/Kconfig: ZLIB_DEFLATE must select BITREVERSE by Andrew Morton · 9 years ago
  97. a1164a3 move count_zeroes.h out of asm-generic by Christoph Hellwig · 9 years ago
  98. ea0b398 crypto: 842 - Add CRC and validation support by Haren Myneni · 9 years ago
  99. 2d4d1ee lib/mpi: Add mpi sgl helpers by Tadeusz Struk · 9 years ago
  100. 897ece5 random32: add prandom_init_once helper for own rngs by Daniel Borkmann · 9 years ago