1. e4dace3 lib: add test module for CONFIG_DEBUG_VIRTUAL by Florian Fainelli · 7 years ago
  2. 5f82e71 Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  3. b0c79f4 Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  4. 10c9850 Merge branch 'linus' into locking/core, to pick up fixes by Ingo Molnar · 7 years ago
  5. 7edaeb6 kernel/watchdog: Prevent false positives with turbo modes by Thomas Gleixner · 7 years ago
  6. e26f34a locking/lockdep: Make CONFIG_LOCKDEP_CROSSRELEASE and CONFIG_LOCKDEP_COMPLETIONS truly non-interactive by Ingo Molnar · 7 years ago
  7. ea3f2c0 locking/lockdep: Rename CONFIG_LOCKDEP_COMPLETE to CONFIG_LOCKDEP_COMPLETIONS by Byungchul Park · 7 years ago
  8. 0f0a222 locking/lockdep: Reword title of LOCKDEP_CROSSRELEASE config by Byungchul Park · 7 years ago
  9. d0541b0 locking/lockdep: Make CONFIG_LOCKDEP_CROSSRELEASE part of CONFIG_PROVE_LOCKING by Byungchul Park · 7 years ago
  10. cd8084f locking/lockdep: Apply crossrelease to completions by Byungchul Park · 7 years ago
  11. b09be67 locking/lockdep: Implement the 'crossrelease' feature by Byungchul Park · 7 years ago
  12. a34a766 x86/kconfig: Make it easier to switch to the new ORC unwinder by Josh Poimboeuf · 7 years ago
  13. ee9f8fc x86/unwind: Add the ORC unwinder by Josh Poimboeuf · 7 years ago
  14. 52f6c58 Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/random by Linus Torvalds · 7 years ago
  15. eecabf5 random: suppress spammy warnings about unseeded randomness by Theodore Ts'o · 8 years ago
  16. d9c6a72 kmod: add test driver to stress test the module loader by Luis R. Rodriguez · 7 years ago
  17. 05a4a95 kernel/watchdog: split up config options by Nicholas Piggin · 7 years ago
  18. 9308f2f test_sysctl: add dedicated proc sysctl test driver by Luis R. Rodriguez · 7 years ago
  19. 0f789b6 lib/interval_tree_test.c: allow the module to be compiled-in by Davidlohr Bueso · 8 years ago
  20. 650fc87 Merge tag 'docs-4.13' of git://git.lwn.net/linux by Linus Torvalds · 8 years ago
  21. 892ad5a Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  22. d06bfd1 random: warn when kernel uses unseeded randomness by Jason A. Donenfeld · 8 years ago
  23. 43a0a2a rcu: Move RCU debug Kconfig options to kernel/rcu by Paul E. McKenney · 8 years ago
  24. ae91aa0 rcu: Remove debugfs tracing by Paul E. McKenney · 8 years ago
  25. 41a2901 rcu: Remove SPARSE_RCU_POINTER Kconfig option by Paul E. McKenney · 8 years ago
  26. c4a09ff rcu: Remove the now-obsolete PROVE_RCU_REPEATEDLY Kconfig option by Paul E. McKenney · 8 years ago
  27. 90040c9 rcu: Remove *_SLOW_* Kconfig options by Paul E. McKenney · 8 years ago
  28. f569478 rt_mutex: Add lockdep annotations by Peter Zijlstra · 8 years ago
  29. e1b4fc7 fs: update location of filesystems documentation by Mauro Carvalho Chehab · 8 years ago
  30. e327fd7 lib: add module support to linked list sorting tests by Geert Uytterhoeven · 8 years ago
  31. 5c4e679 lib: add module support to array-based sort tests by Geert Uytterhoeven · 8 years ago
  32. c58d405 Merge tag 'docs-4.12' of git://git.lwn.net/linux by Linus Torvalds · 8 years ago
  33. 695c120 lib: remove AVR32 entry in Kconfig.debug compile with frame pointers by Hans-Christian Noren Egtvedt · 8 years ago
  34. 395102d sparc64: Use LOCKDEP_SMALL, not PROVE_LOCKING_SMALL by Daniel Jordan · 8 years ago
  35. f8998c2 lib/Kconfig.debug: correct documentation paths by Hans Holmberg · 8 years ago
  36. 74efe07 Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  37. c5adae9 lib: add CONFIG_TEST_SORT to enable self-test of sort() by Kostenzer Felix · 8 years ago
  38. 55ded95 lib: add module support to atomic64 tests by Geert Uytterhoeven · 8 years ago
  39. 29dee3c locking/refcounts: Out-of-line everything by Peter Zijlstra · 8 years ago
  40. 37c8596 Merge tag 'tty-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 8 years ago
  41. ca78d31 Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 8 years ago
  42. 3051bf3 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 8 years ago
  43. 42e1b14 Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  44. f7458a5 Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  45. dfb4357 time: Remove CONFIG_TIMER_STATS by Kees Cook · 8 years ago
  46. f405df5 refcount_t: Introduce a special purpose refcount type by Peter Zijlstra · 8 years ago
  47. 44091d2 lib: Introduce priority array area manager by Jiri Pirko · 8 years ago
  48. a8709fa 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
  49. 9615182 rcu: Enable RCU tracepoints by default to aid in debugging by Matt Fleming · 8 years ago
  50. 11cca3d Merge 4.10-rc4 into tty-next by Greg Kroah-Hartman · 8 years ago
  51. f2a5fec locking/ww_mutex: Begin kselftests for ww_mutex by Chris Wilson · 8 years ago
  52. 732dbf3 serial: do not accept sysrq characters via serial port by Felix Fietkau · 8 years ago
  53. 02ac5d1 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  54. fa5b6ec lib/Kconfig.debug: Add ARCH_HAS_DEBUG_VIRTUAL by Laura Abbott · 8 years ago
  55. da0510c lib/Kconfig.debug: fix frv build failure by Sudip Mukherjee · 8 years ago
  56. 2c956a6 siphash: add cryptographically secure PRF by Jason A. Donenfeld · 8 years ago
  57. 530e9b7 cpu/hotplug: Remove obsolete cpu hotplug register/unregister functions by Thomas Gleixner · 8 years ago
  58. 50f4d9b printk: fix typo in CONSOLE_LOGLEVEL_DEFAULT help text by Borislav Petkov · 8 years ago
  59. 700199b0 Kconfig: lib/Kconfig.debug: fix references to Documenation by Andreas Platschek · 8 years ago
  60. e7aa8c2 Merge tag 'docs-4.10' of git://git.lwn.net/linux by Linus Torvalds · 8 years ago
  61. 6b2a65c lib/Kconfig.debug: make CONFIG_STRICT_DEVMEM depend on CONFIG_DEVMEM by Dave Young · 8 years ago
  62. a8cfdc6 printk: add Kconfig option to set default console loglevel by Olof Johansson · 8 years ago
  63. 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
  64. 917fef6 Merge tag 'v4.9-rc4' into sound by Jonathan Corbet · 8 years ago
  65. e6b5f1b config: Adding the new config parameter CONFIG_PROVE_LOCKING_SMALL for sparc by Babu Moger · 8 years ago
  66. 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
  67. f2151a0a rcu: RCU_TRACE enables event tracing as well as debugfs by Nikolay Borisov · 8 years ago
  68. 4520bcb bug: Avoid Kconfig warning for BUG_ON_DATA_CORRUPTION by Arnd Bergmann · 8 years ago
  69. 91a6cee lib/Kconfig.debug: Fix typo in select statement by Valentin Rothberg · 8 years ago
  70. de54ebbe bug: Provide toggle for BUG on data corruption by Kees Cook · 8 years ago
  71. 0e07f66 latent_entropy: raise CONFIG_FRAME_WARN by default by Kees Cook · 8 years ago
  72. 8c27ceff3 docs: fix locations of several documents that got moved by Mauro Carvalho Chehab · 8 years ago
  73. 5d89d9f Merge tag 'linux-kselftest-4.9-rc1-update' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest by Linus Torvalds · 8 years ago
  74. 1848929 samples: move blackfin gptimers-example from Documentation by Shuah Khan · 8 years ago
  75. 2ab704a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 8 years ago
  76. 67797b9 lib/Kconfig.debug: fix DEBUG_SECTION_MISMATCH description by Uwe Kleine-König · 8 years ago
  77. 96b03ab locking/hung_task: Fix typo in CONFIG_DETECT_HUNG_TASK help text by Vivien Didelot · 8 years ago
  78. 0d025d2 mm/usercopy: get rid of CONFIG_DEBUG_STRICT_USER_COPY_CHECKS by Josh Poimboeuf · 8 years ago
  79. d52bd54 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 8 years ago
  80. a4691de kcov: allow more fine-grained coverage instrumentation by Vegard Nossum · 8 years ago
  81. f716a85 Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild by Linus Torvalds · 8 years ago
  82. f2ca0b5 mm/page_owner: use stackdepot to store stacktrace by Joonsoo Kim · 8 years ago
  83. a519167e gcc-plugins: disable under COMPILE_TEST by Kees Cook · 9 years ago
  84. 4e9a073 torture: Remove CONFIG_RCU_TORTURE_TEST_RUNNABLE, simplify code by Paul E. McKenney · 9 years ago
  85. f8cbdee torture: Simplify code, eliminate RCU_PERF_TEST_RUNNABLE by Paul E. McKenney · 9 years ago
  86. 543c37c Add sancov plugin by Emese Revfy · 9 years ago
  87. cfaff0e lib/uuid: add a test module by Andy Shevchenko · 9 years ago
  88. 7e0fb73 Merge branch 'hash' of git://ftp.sciencehorizons.net/linux by Linus Torvalds · 9 years ago
  89. 468a942 <linux/hash.h>: Add support for architecture-specific functions by George Spelvin · 9 years ago
  90. 3aa2fc1 Merge tag 'driver-core-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 9 years ago
  91. 9fd4dce debugfs: prevent access to possibly dead file_operations at file open by Nicolai Stange · 9 years ago
  92. 8704baa rcutorture: Add RCU grace-period performance tests by Paul E. McKenney · 9 years ago
  93. 6c31da3 parisc,metag: Implement CONFIG_DEBUG_STACK_USAGE option by Helge Deller · 9 years ago
  94. 5c9a875 kernel: add kcov code coverage by Dmitry Vyukov · 9 years ago
  95. 26660a4 Merge branch 'core-objtool-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  96. 1200b68 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 9 years ago
  97. 757c989 cpu/hotplug: Make target state writeable by Thomas Gleixner · 9 years ago
  98. b9ab5eb objtool: Add CONFIG_STACK_VALIDATION option by Josh Poimboeuf · 9 years ago
  99. b633353 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  100. 5fd003f test_bitmap: unit tests for lib/bitmap.c by David Decotigny · 9 years ago