aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Kconfig.debug (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-12-13mm/page_owner: keep track of page ownersJoonsoo Kim1-0/+16
2014-11-13Merge branches 'torture.2014.11.03a', 'cpu.2014.11.03a', 'doc.2014.11.13a', 'fixes.2014.11.13a', 'signal.2014.10.29a' and 'rt.2014.10.29a' into HEADPaul E. McKenney1-13/+1
2014-10-29rcu: Remove redundant TREE_PREEMPT_RCU config optionPranith Kumar1-1/+1
2014-10-28rcu: Remove CONFIG_RCU_CPU_STALL_VERBOSEPaul E. McKenney1-12/+0
2014-10-14lib: rename TEST_MODULE to TEST_LKMValentin Rothberg1-1/+1
2014-10-13Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+12
2014-10-13Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+2
2014-09-26bpf: mini eBPF library, test stubs and verifier testsuiteAlexei Starovoitov1-1/+2
2014-09-19sched: Add default-disabled option to BUG() when stack end location is overwrittenAaron Tomlin1-0/+12
2014-08-29lib: turn CONFIG_STACKTRACE into an actual option.Dave Jones1-1/+6
2014-08-28ww-mutex: clarify help text for DEBUG_WW_MUTEX_SLOWPATHRob Clark1-0/+4
2014-08-14Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuildLinus Torvalds1-0/+24
2014-08-13locking/Documentation: Move locking related docs into Documentation/locking/Davidlohr Bueso1-2/+2
2014-08-06printk: rename DEFAULT_MESSAGE_LOGLEVELAlex Elder1-1/+1
2014-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-0/+8
2014-08-05Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+9
2014-08-04Merge tag 'driver-core-3.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-0/+13
2014-08-04Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2014-08-02lib: Resizable, Scalable, Concurrent Hash TableThomas Graf1-0/+8
2014-07-30Kbuild: Add a option to enable dwarf4 v2Andi Kleen1-0/+9
2014-07-30kbuild: Support split debug info v4Andi Kleen1-0/+15
2014-07-23kernel: time: Add udelay_test module to validate udelayDavid Riley1-0/+9
2014-07-17test: add firmware_class loader testKees Cook1-0/+13
2014-07-17Merge branch 'locking/urgent' into locking/core, before applying larger changes and to refresh the branch with fixesIngo Molnar1-2/+2
2014-07-17Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcuIngo Molnar1-14/+0
2014-07-09rcu: Remove CONFIG_PROVE_RCU_DELAYPaul E. McKenney1-14/+0
2014-06-23lib/Kconfig.debug: let FRAME_POINTER exclude SCORE, just like exclude most of other architecturesChen Gang1-2/+2
2014-06-22rtmutex: Make the rtmutex tester depend on BROKENThomas Gleixner1-1/+1
2014-06-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-0/+13
2014-06-12Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-0/+1
2014-06-04lib/plist.c: make CONFIG_DEBUG_PI_LIST selectableDan Streetman1-5/+10
2014-06-04mm,vmacache: add debug dataDavidlohr Bueso1-0/+10
2014-06-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial into nextLinus Torvalds1-2/+2
2014-05-13net: fix test_bpf build to depend on NETRandy Dunlap1-1/+1
2014-05-12net: filter: BPF testsuiteAlexei Starovoitov1-0/+13
2014-05-05Kconfig.debug: Grammar s/addition/additional/Geert Uytterhoeven1-2/+2
2014-05-05lib: Export interval_treeChris Wilson1-0/+1
2014-04-18mm: fix CONFIG_DEBUG_VM_RB descriptionDavidlohr Bueso1-2/+1
2014-04-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-10/+0
2014-04-01get rid of DEBUG_WRITECOUNTAl Viro1-10/+0
2014-02-23locktorture: Add a lock-torture kernel modulePaul E. McKenney1-0/+15
2014-02-23rcutorture: Abstract rcu_torture_random()Paul E. McKenney1-0/+5
2014-02-04kbuild: don't enable DEBUG_INFO when building for COMPILE_TESTLinus Torvalds1-1/+1
2014-01-27Merge tag 'firewire-updates' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394Linus Torvalds1-11/+0
2014-01-23test: check copy_to/from_user boundary validationKees Cook1-0/+13
2014-01-23test: add minimal module for verification testingKees Cook1-0/+14
2014-01-21dma-debug: introduce debug_dma_assert_idle()Dan Williams1-2/+10
2014-01-12firewire: ohci: Turn remote DMA support into a module parameterLubomir Rintel1-11/+0
2013-11-26panic: Make panic_timeout configurableJason Baron1-0/+9
2013-11-13percpu: add test module for various percpu operationsGreg Thelen1-0/+9