aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Kconfig.debug (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-07-15Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/randomLinus Torvalds1-0/+28
2017-07-15random: suppress spammy warnings about unseeded randomnessTheodore Ts'o1-6/+18
2017-07-14kmod: add test driver to stress test the module loaderLuis R. Rodriguez1-0/+27
2017-07-12kernel/watchdog: split up config optionsNicholas Piggin1-17/+28
2017-07-12test_sysctl: add dedicated proc sysctl test driverLuis R. Rodriguez1-0/+11
2017-07-10lib/interval_tree_test.c: allow the module to be compiled-inDavidlohr Bueso1-1/+1
2017-07-03Merge tag 'docs-4.13' of git://git.lwn.net/linuxLinus Torvalds1-1/+1
2017-07-03Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+3
2017-06-19random: warn when kernel uses unseeded randomnessJason A. Donenfeld1-0/+16
2017-06-08rcu: Move RCU debug Kconfig options to kernel/rcuPaul E. McKenney1-78/+1
2017-06-08rcu: Remove debugfs tracingPaul E. McKenney1-3/+2
2017-06-08rcu: Remove SPARSE_RCU_POINTER Kconfig optionPaul E. McKenney1-15/+0
2017-06-08rcu: Remove the now-obsolete PROVE_RCU_REPEATEDLY Kconfig optionPaul E. McKenney1-14/+0
2017-06-08rcu: Remove *_SLOW_* Kconfig optionsPaul E. McKenney1-75/+0
2017-06-08rt_mutex: Add lockdep annotationsPeter Zijlstra1-0/+3
2017-05-16fs: update location of filesystems documentationMauro Carvalho Chehab1-1/+1
2017-05-08lib: add module support to linked list sorting testsGeert Uytterhoeven1-3/+4
2017-05-08lib: add module support to array-based sort testsGeert Uytterhoeven1-3/+4
2017-05-02Merge tag 'docs-4.12' of git://git.lwn.net/linuxLinus Torvalds1-4/+5
2017-05-01lib: remove AVR32 entry in Kconfig.debug compile with frame pointersHans-Christian Noren Egtvedt1-1/+1
2017-04-18sparc64: Use LOCKDEP_SMALL, not PROVE_LOCKING_SMALLDaniel Jordan1-3/+3
2017-03-17lib/Kconfig.debug: correct documentation pathsHans Holmberg1-4/+5
2017-02-28Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-13/+0
2017-02-24lib: add CONFIG_TEST_SORT to enable self-test of sort()Kostenzer Felix1-0/+8
2017-02-24lib: add module support to atomic64 testsGeert Uytterhoeven1-2/+3
2017-02-24locking/refcounts: Out-of-line everythingPeter Zijlstra1-13/+0
2017-02-22Merge tag 'tty-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds1-0/+10
2017-02-22Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-1/+4
2017-02-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-3/+13
2017-02-20Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+25
2017-02-20Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+1
2017-02-10time: Remove CONFIG_TIMER_STATSKees Cook1-14/+0
2017-02-10refcount_t: Introduce a special purpose refcount typePeter Zijlstra1-0/+13
2017-02-03lib: Introduce priority array area managerJiri Pirko1-0/+10
2017-01-31Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcuIngo Molnar1-0/+1
2017-01-23rcu: Enable RCU tracepoints by default to aid in debuggingMatt Fleming1-0/+1
2017-01-16Merge 4.10-rc4 into tty-nextGreg Kroah-Hartman1-1/+1
2017-01-14locking/ww_mutex: Begin kselftests for ww_mutexChris Wilson1-0/+12
2017-01-12serial: do not accept sysrq characters via serial portFelix Fietkau1-0/+10
2017-01-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2017-01-11lib/Kconfig.debug: Add ARCH_HAS_DEBUG_VIRTUALLaura Abbott1-1/+4
2017-01-10lib/Kconfig.debug: fix frv build failureSudip Mukherjee1-1/+1
2017-01-09siphash: add cryptographically secure PRFJason A. Donenfeld1-3/+3
2016-12-25cpu/hotplug: Remove obsolete cpu hotplug register/unregister functionsThomas Gleixner1-24/+0
2016-12-20printk: fix typo in CONSOLE_LOGLEVEL_DEFAULT help textBorislav Petkov1-1/+1
2016-12-14Kconfig: lib/Kconfig.debug: fix references to DocumenationAndreas Platschek1-4/+4
2016-12-12Merge tag 'docs-4.10' of git://git.lwn.net/linuxLinus Torvalds1-1/+1
2016-12-12lib/Kconfig.debug: make CONFIG_STRICT_DEVMEM depend on CONFIG_DEVMEMDave Young1-1/+1
2016-12-12printk: add Kconfig option to set default console loglevelOlof Johansson1-0/+19
2016-11-23Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcuIngo Molnar1-2/+13