1. ea07b86 mm: workingset: fix use-after-free in shadow node shrinker by Johannes Weiner · 8 years ago
  2. 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
  3. 7453c54 swiotlb: Export swiotlb_max_segment to users by Konrad Rzeszutek Wilk · 8 years ago
  4. 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
  5. 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
  6. 2456e85 ktime: Get rid of the union by Thomas Gleixner · 8 years ago
  7. 530e9b7 cpu/hotplug: Remove obsolete cpu hotplug register/unregister functions by Thomas Gleixner · 8 years ago
  8. 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
  9. a307d0a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  10. 33844e6 [iov_iter] fix iterate_all_kinds() on empty iterators by Al Viro · 8 years ago
  11. 50f4d9b printk: fix typo in CONSOLE_LOGLEVEL_DEFAULT help text by Borislav Petkov · 8 years ago
  12. fff5d99 swiotlb: Add swiotlb=noforce debug option by Geert Uytterhoeven · 8 years ago
  13. ae7871b swiotlb: Convert swiotlb_force from int to enum by Geert Uytterhoeven · 8 years ago
  14. 9a19a6d Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  15. b9a0deb redo: radix tree test suite: fix compilation by Matthew Wilcox · 8 years ago
  16. e8de434 radix-tree: ensure counts are initialised by Matthew Wilcox · 8 years ago
  17. a90eb3a radix-tree: fix replacement for multiorder entries by Matthew Wilcox · 8 years ago
  18. 2791653 radix-tree: add radix_tree_split_preload() by Matthew Wilcox · 8 years ago
  19. e157b55 radix-tree: add radix_tree_split by Matthew Wilcox · 8 years ago
  20. 175542f radix-tree: add radix_tree_join by Matthew Wilcox · 8 years ago
  21. 268f42d radix-tree: delete radix_tree_range_tag_if_tagged() by Matthew Wilcox · 8 years ago
  22. 478922e radix-tree: delete radix_tree_locate_item() by Matthew Wilcox · 8 years ago
  23. 148deab radix-tree: improve multiorder iterators by Matthew Wilcox · 8 years ago
  24. 218ed75 radix-tree: improve dump output by Matthew Wilcox · 8 years ago
  25. bc412fc radix-tree: make radix_tree_find_next_bit more useful by Matthew Wilcox · 8 years ago
  26. 9498d2b radix-tree: create node_tag_set() by Matthew Wilcox · 8 years ago
  27. 91d9c05 radix-tree: move rcu_head into a union with private_list by Matthew Wilcox · 8 years ago
  28. 91b9677c radix-tree: fix typo by Matthew Wilcox · 8 years ago
  29. 0462554 Kconfig: lib/Kconfig.ubsan fix reference to ubsan documentation by Andreas Platschek · 8 years ago
  30. 700199b0 Kconfig: lib/Kconfig.debug: fix references to Documenation by Andreas Platschek · 8 years ago
  31. 2a4c32e Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/md by Linus Torvalds · 8 years ago
  32. b5cab0d Merge branch 'stable/for-linus-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/swiotlb by Linus Torvalds · 8 years ago
  33. c11a6cf Merge branch 'for-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 8 years ago
  34. 2073773 Merge branch 'md-next' into md-linus by Shaohua Li · 8 years ago
  35. 098c305 Merge tag 'driver-core-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 8 years ago
  36. 36869cb Merge branch 'for-4.10/block' of git://git.kernel.dk/linux-block by Linus Torvalds · 8 years ago
  37. e7aa8c2 Merge tag 'docs-4.10' of git://git.lwn.net/linux by Linus Torvalds · 8 years ago
  38. e34bac7 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 8 years ago
  39. e71c397 Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  40. a2ef947 lib/ida: document locking requirements a bit better by Daniel Vetter · 8 years ago
  41. ce093a0 lib/rbtree.c: fix typo in comment of ____rb_erase_color by Jie Chen · 8 years ago
  42. 6b2a65c lib/Kconfig.debug: make CONFIG_STRICT_DEVMEM depend on CONFIG_DEVMEM by Dave Young · 8 years ago
  43. a8cfdc6 printk: add Kconfig option to set default console loglevel by Olof Johansson · 8 years ago
  44. 14b4687 mm: workingset: move shadow entry tracking to radix tree exceptional tracking by Johannes Weiner · 8 years ago
  45. 4d693d0 lib: radix-tree: update callback for changing leaf nodes by Johannes Weiner · 8 years ago
  46. f4b109c lib: radix-tree: add entry deletion support to __radix_tree_replace() by Johannes Weiner · 8 years ago
  47. 6d75f36 lib: radix-tree: check accounting of existing slot replacement users by Johannes Weiner · 8 years ago
  48. f794243 lib: radix-tree: native accounting of exceptional entries by Johannes Weiner · 8 years ago
  49. 6cdf89b Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  50. 718c0dd Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  51. 6f38751 Merge branch 'linus' into locking/core, to pick up fixes by Ingo Molnar · 8 years ago
  52. 821781a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  53. 2b41226 Revert "radix tree test suite: fix compilation" by Linus Torvalds · 8 years ago
  54. 53855d1 radix tree test suite: fix compilation by Matthew Wilcox · 8 years ago
  55. 5b43f97 Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  56. a317178 parser: add u64 number parser by James Smart · 8 years ago
  57. cbbd26b [iov_iter] new primitives - copy_from_iter_full() and friends by Al Viro · 8 years ago
  58. 2745529 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  59. 1b95b1a Merge branch 'locking/urgent' into locking/core, to pick up dependent fixes by Ingo Molnar · 8 years ago
  60. 828347f kasan: support use-after-scope detection by Dmitry Vyukov · 8 years ago
  61. f8ff04e lib/debugobjects: export for use in modules by Chris Wilson · 8 years ago
  62. 0b42f25 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  63. 2513940 locking/selftest: Fix output since KERN_CONT changes by Michael Ellerman · 8 years ago
  64. f5527ff mpi: Fix NULL ptr dereference in mpi_powm() [ver #3] by Andrey Ryabinin · 8 years ago
  65. af91a81 Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcu by Ingo Molnar · 8 years ago
  66. f9aa9dc Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  67. 02cb689 Merge branch 'linus' into locking/core, to pick up fixes by Ingo Molnar · 8 years ago
  68. 8d1a240 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc by Linus Torvalds · 8 years ago
  69. 32d84cd netlink: smaller nla_attr_minlen table by Alexey Dobriyan · 8 years ago
  70. 917fef6 Merge tag 'v4.9-rc4' into sound by Jonathan Corbet · 8 years ago
  71. e6b5f1b config: Adding the new config parameter CONFIG_PROVE_LOCKING_SMALL for sparc by Babu Moger · 8 years ago
  72. 680bb94 fix iov_iter_advance() for ITER_PIPE by Abhi Das · 8 years ago
  73. f2f09a4 locking/core: Remove cpu_relax_lowlatency() users by Christian Borntraeger · 8 years ago
  74. 6190aaa Merge branches 'doc.2016.11.14a', 'fixes.2016.11.14a', 'list.2016.10.31a' and 'torture.2016.11.14a' into HEAD by Paul E. McKenney · 8 years ago
  75. f2151a0a rcu: RCU_TRACE enables event tracing as well as debugfs by Nikolay Borisov · 8 years ago
  76. ae65a21 lib/stackdepot: export save/fetch stack for drivers by Chris Wilson · 8 years ago
  77. d29fa0c swiotlb: Minor fix-ups for DMA_ATTR_SKIP_CPU_SYNC support by Alexander Duyck · 8 years ago
  78. d544abd lib/radix-tree: Convert to hotplug state machine by Sebastian Andrzej Siewior · 8 years ago
  79. 5588f5a lib/percpu_counter: Convert to hotplug state machine by Sebastian Andrzej Siewior · 8 years ago
  80. b9bf33a lib/raid6: Add AVX2 optimized xor_syndrome functions by Gayatri Kammela · 8 years ago
  81. 0443fa0 swiotlb: Add support for DMA_ATTR_SKIP_CPU_SYNC by Alexander Duyck · 8 years ago
  82. ebcf6f9 swiotlb: Drop unused functions swiotlb_map_sg and swiotlb_unmap_sg by Alexander Duyck · 8 years ago
  83. 0d2e189 swiotlb: Rate-limit printing when running out of SW-IOMMU space by Geert Uytterhoeven · 8 years ago
  84. 2f8b544 block,fs: untangle fs.h and blk_types.h by Christoph Hellwig · 8 years ago
  85. 4520bcb bug: Avoid Kconfig warning for BUG_ON_DATA_CORRUPTION by Arnd Bergmann · 8 years ago
  86. 91a6cee lib/Kconfig.debug: Fix typo in select statement by Valentin Rothberg · 8 years ago
  87. de54ebb bug: Provide toggle for BUG on data corruption by Kees Cook · 8 years ago
  88. 0cd340d list: Split list_del() debug checking into separate function by Kees Cook · 8 years ago
  89. 54acd43 rculist: Consolidate DEBUG_LIST for list_add_rcu() by Kees Cook · 8 years ago
  90. d7c8167 list: Split list_add() debug checking into separate function by Kees Cook · 8 years ago
  91. bb41d2a Merge 4.9-rc3 into driver-core-next by Greg Kroah-Hartman · 8 years ago
  92. 2a26d99 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 8 years ago
  93. edbbf99 kobject: improve function-level documentation by Julia Lawall · 8 years ago
  94. 62e931f lib/genalloc.c: start search from start of chunk by Daniel Mentz · 8 years ago
  95. 02754e0 lib/stackdepot.c: bump stackdepot capacity from 16MB to 128MB by Dmitry Vyukov · 8 years ago
  96. 0e07f66 latent_entropy: raise CONFIG_FRAME_WARN by default by Kees Cook · 8 years ago
  97. 8c27ceff3 docs: fix locations of several documents that got moved by Mauro Carvalho Chehab · 8 years ago
  98. 0d906b1 bpf, test: fix ld_abs + vlan push/pop stress test by Daniel Borkmann · 8 years ago
  99. 8bc4a04 Merge branch 'for-4.9' into for-4.10 by Tejun Heo · 8 years ago
  100. 9ffc669 Merge tag 'gcc-plugins-v4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 8 years ago