1. 5b5e092 lib/vsprintf.c: remove %Z support by Alexey Dobriyan · 7 years ago
  2. d317120 scatterlist: do not disable IRQs in sg_copy_buffer by Gilad Ben-Yossef · 7 years ago
  3. 1d5210e scatterlist: reorder compound boolean expression by Gilad Ben-Yossef · 7 years ago
  4. 7bcae82 lib/fonts/Kconfig: keep non-Sparc fonts listed together by Randy Dunlap · 7 years ago
  5. ac1820f Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma by Linus Torvalds · 7 years ago
  6. 7b46588 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 7 years ago
  7. 69c7842 lib/lz4: remove back-compat wrappers by Sven Schmidt · 7 years ago
  8. e23d54e lib/decompress_unlz4: change module to work with new LZ4 module version by Sven Schmidt · 7 years ago
  9. 4e1a33b lib: update LZ4 compressor module by Sven Schmidt · 7 years ago
  10. 8893f51 lib/test_sort.c: make it explicitly non-modular by Paul Gortmaker · 7 years ago
  11. c5adae9 lib: add CONFIG_TEST_SORT to enable self-test of sort() by Kostenzer Felix · 7 years ago
  12. f231aeb rbtree: use designated initializers by Kees Cook · 7 years ago
  13. e4afd2e lib/find_bit.c: micro-optimise find_next_*_bit by Matthew Wilcox · 7 years ago
  14. 55ded95 lib: add module support to atomic64 tests by Geert Uytterhoeven · 7 years ago
  15. ba95b04 lib: add module support to glob tests by Geert Uytterhoeven · 7 years ago
  16. 5fb7f87 lib: add module support to crc32 tests by Geert Uytterhoeven · 7 years ago
  17. 85caa95 bug: switch data corruption check to __must_check by Kees Cook · 7 years ago
  18. 0386bf3 kasan: add memcg kmem_cache test by Greg Thelen · 7 years ago
  19. a682e00 Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/md by Linus Torvalds · 7 years ago
  20. ef96152 Merge tag 'drm-for-v4.11-less-shouty' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 7 years ago
  21. 64a5771 lib/Kconfig: make PRIME_NUMBERS not user selectable. by Dave Airlie · 7 years ago
  22. d5500a0 Merge tag 'usercopy-v4.11-rc1.fix' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 7 years ago
  23. 190c3ee Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 7 years ago
  24. 50ab3af lib: Remove string from parman config selection by Jiri Pirko · 7 years ago
  25. bc49a78 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 7 years ago
  26. 7d91de7 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pmladek/printk by Linus Torvalds · 7 years ago
  27. 9af744d lib/show_mem.c: teach show_mem to work with the given nodemask by Michal Hocko · 7 years ago
  28. a5759b2 dma-debug: add comment for failed to check map error by Miles Chen · 7 years ago
  29. 37c8596 Merge tag 'tty-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 7 years ago
  30. e30aee9 Merge tag 'char-misc-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 7 years ago
  31. 4deaa6f usercopy: ARM NOMMU has no 64-bit get_user by Arnd Bergmann · 7 years ago
  32. ca78d31 Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 7 years ago
  33. 3051bf3 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 7 years ago
  34. 4a0853b Merge tag 'usercopy-v4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 7 years ago
  35. 4c5d7bc usercopy: Add tests for all get_user() sizes by Kees Cook · 7 years ago
  36. 772c8f6 Merge tag 'for-4.11/linus-merge-signed' of git://git.kernel.dk/linux-block by Linus Torvalds · 7 years ago
  37. cab7076 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 7 years ago
  38. 42e1b14 Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  39. f7458a5 Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  40. 575260e Merge branch 'core-debugobjects-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  41. 20dcfe1 Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  42. 6010720 Merge branch 'for-4.11/block' into for-4.11/linus-merge by Jens Axboe · 7 years ago
  43. da20420 rhashtable: Add nested tables by Herbert Xu · 7 years ago
  44. f5f893c usercopy: Adjust tests to deal with SMAP/PAN by Kees Cook · 7 years ago
  45. 4fbfeb8 usercopy: add testcases to check zeroing on failure by Hoeun Ryu · 7 years ago
  46. 10257d7 EXPORT_SYMBOL radix_tree_replace_slot by Song Liu · 8 years ago
  47. dfb4357 time: Remove CONFIG_TIMER_STATS by Kees Cook · 7 years ago
  48. 0cad93c debugobjects: Improve variable naming by Waiman Long · 7 years ago
  49. f405df5 refcount_t: Introduce a special purpose refcount type by Peter Zijlstra · 8 years ago
  50. f92bac3 printk: rename nmi.c and exported api by Sergey Senozhatsky · 8 years ago
  51. 17fa87f Merge 4.10-rc7 into char-misc-next by Greg Kroah-Hartman · 7 years ago
  52. 858274b debugobjects: Reduce contention on the global pool_lock by Waiman Long · 8 years ago
  53. 97dd552 debugobjects: Scale thresholds with # of CPUs by Waiman Long · 8 years ago
  54. c4b73aa debugobjects: Track number of kmem_cache_alloc/kmem_cache_free done by Waiman Long · 8 years ago
  55. 44091d2 lib: Introduce priority array area manager by Jiri Pirko · 7 years ago
  56. 1c83a9a ext4: move halfmd4 into hash.c directly by Jason A. Donenfeld · 7 years ago
  57. 012bbe2 Merge tag 'drm-misc-next-2017-01-30' of git://anongit.freedesktop.org/git/drm-misc into drm-next by Dave Airlie · 7 years ago
  58. a8709fa Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcu by Ingo Molnar · 7 years ago
  59. 4e8f2fc Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  60. 24af1ccf sbitmap: add helpers for dumping to a seq_file by Omar Sandoval · 8 years ago
  61. b0df0b2 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux into drm-next by Dave Airlie · 7 years ago
  62. 061132d test_firmware: add test custom fallback trigger by Luis R. Rodriguez · 8 years ago
  63. 083a93b test_firmware: use device attribute groups by Luis R. Rodriguez · 8 years ago
  64. 67fd553 test_firmware: move misc_device down by Luis R. Rodriguez · 8 years ago
  65. 3277953 mm: do not export ioremap_page_range symbol for external module by zhong jiang · 8 years ago
  66. dd040b6 radix-tree: fix private list warnings by Matthew Wilcox · 8 years ago
  67. 551199a lib/dma-virt: Add dma_virt_ops by Bart Van Assche · 8 years ago
  68. 7844572 lib/dma-noop: Only build dma_noop_ops for s390 and m32r by Bart Van Assche · 8 years ago
  69. 1eec9e2 lib/dma-noop: Clarify a comment by Bart Van Assche · 8 years ago
  70. 5299709 treewide: Constify most dma_map_ops structures by Bart Van Assche · 8 years ago
  71. 9615182 rcu: Enable RCU tracepoints by default to aid in debugging by Matt Fleming · 8 years ago
  72. 717c8ae lib/prime_numbers: Suppress warn on kmalloc failure by Chris Wilson · 8 years ago
  73. d852d39 timerqueue: Use rb_entry_safe() instead of open-coding it by Geliang Tang · 8 years ago
  74. 6c0ca7a sbitmap: fix wakeup hang after sbq resize by Omar Sandoval · 8 years ago
  75. f66227d sbitmap: use smp_mb__after_atomic() in sbq_wake_up() by Omar Sandoval · 8 years ago
  76. 580bdf5 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  77. 203f80f Merge branch 'stable/for-linus-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/swiotlb by Linus Torvalds · 8 years ago
  78. 11cca3d Merge 4.10-rc4 into tty-next by Greg Kroah-Hartman · 8 years ago
  79. 602d985 swiotlb: ensure that page-sized mappings are page-aligned by Nikita Yushchenko · 8 years ago
  80. f4d3935 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  81. b9dc6f6 fix a fencepost error in pipe_advance() by Al Viro · 8 years ago
  82. f2a5fec locking/ww_mutex: Begin kselftests for ww_mutex by Chris Wilson · 8 years ago
  83. 42d1a73 Merge branch 'aarch64/for-next/debug-virtual' into aarch64/for-next/core by Will Deacon · 8 years ago
  84. 732dbf3 serial: do not accept sysrq characters via serial port by Felix Fietkau · 8 years ago
  85. 02ac5d1 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  86. fa5b6ec lib/Kconfig.debug: Add ARCH_HAS_DEBUG_VIRTUAL by Laura Abbott · 8 years ago
  87. da0510c lib/Kconfig.debug: fix frv build failure by Sudip Mukherjee · 8 years ago
  88. bb1d303 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  89. 1ae2324 siphash: implement HalfSipHash1-3 for hash tables by Jason A. Donenfeld · 8 years ago
  90. 2c956a6 siphash: add cryptographically secure PRF by Jason A. Donenfeld · 8 years ago
  91. 3806a27 Merge tag 'drm-misc-next-2016-12-30' of git://anongit.freedesktop.org/git/drm-misc into drm-next by Dave Airlie · 8 years ago
  92. ea07b86 mm: workingset: fix use-after-free in shadow node shrinker by Johannes Weiner · 8 years ago
  93. 2fd8774 Merge branch 'stable/for-linus-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/swiotlb by Linus Torvalds · 8 years ago
  94. 7453c54 swiotlb: Export swiotlb_max_segment to users by Konrad Rzeszutek Wilk · 8 years ago
  95. cf4a720 lib: Add a simple prime number generator by Chris Wilson · 8 years ago
  96. 3ddc76d Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  97. b272f73 Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  98. 2456e85 ktime: Get rid of the union by Thomas Gleixner · 8 years ago
  99. 530e9b7 cpu/hotplug: Remove obsolete cpu hotplug register/unregister functions by Thomas Gleixner · 8 years ago
  100. 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago