aboutsummaryrefslogtreecommitdiff
path: root/lib/Kconfig.debug
AgeCommit message (Expand)AuthorFilesLines
2009-09-15Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Gravatar Linus Torvalds 1-1/+1
2009-09-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Gravatar Linus Torvalds 1-0/+15
2009-09-11Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-1/+1
2009-09-02CRED: Add some configurable debugging [try #6]Gravatar David Howells 1-0/+15
2009-08-23rcu: Remove CONFIG_PREEMPT_RCUGravatar Paul E. McKenney 1-1/+1
2009-08-23rcu: Merge preemptable-RCU functionality into hierarchical RCUGravatar Paul E. McKenney 1-1/+1
2009-08-20kmemleak: Allow kmemleak to be built on powerpcGravatar Michael Ellerman 1-1/+1
2009-07-04Merge branch 'master' into for-nextGravatar Tejun Heo 1-2/+15
2009-06-25kmemleak: Allow the early log buffer to be configurable.Gravatar Catalin Marinas 1-0/+12
2009-06-24percpu: implement optional weak percpu definitionsGravatar Tejun Heo 1-0/+15
2009-06-23kmemleak: Do not force the slab debugging Kconfig optionsGravatar Catalin Marinas 1-2/+3
2009-06-21Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-1/+1
2009-06-21lockdep: Select frame pointers on x86Gravatar Peter Zijlstra 1-1/+1
2009-06-15kmemcheck: make kconfig accessible for other architecturesGravatar Pekka Enberg 1-0/+2
2009-06-15kmemcheck: enable in the x86 KconfigGravatar Vegard Nossum 1-2/+2
2009-06-11kmemleak: Simple testing module for kmemleakGravatar Catalin Marinas 1-0/+10
2009-06-11kmemleak: Enable the building of the memory leak detectorGravatar Catalin Marinas 1-0/+22
2009-05-08Remove old PRINTK_DEBUG config itemGravatar Jason Baron 1-1/+0
2009-04-23[S390] omit frame pointers on s390 when possibleGravatar Heiko Carstens 1-4/+4
2009-04-07Merge branch 'linus' into core/softlockupGravatar Ingo Molnar 1-33/+55
2009-04-07softlockup: make DETECT_HUNG_TASK default depend on DETECT_SOFTLOCKUPGravatar Ingo Molnar 1-1/+1
2009-04-01generic debug pageallocGravatar Akinobu Mita 1-0/+1
2009-03-30Merge branch 'iommu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-0/+11
2009-03-28Merge branch 'linus' into core/iommuGravatar Ingo Molnar 1-32/+42
2009-03-28Merge branch 'origin' into develGravatar Russell King 1-32/+42
2009-03-24dynamic debug: update docsGravatar Jason Baron 1-31/+41
2009-03-24dynamic debug: combine dprintk and dynamic printkGravatar Jason Baron 1-1/+1
2009-03-13Merge branch 'for-rmk' of git://git.pengutronix.de/git/imx/linux-2.6 into develGravatar Russell King 1-1/+1
2009-03-05dma-debug: add Kconfig entryGravatar Joerg Roedel 1-0/+11
2009-02-20docsrc: use config instead of menuconfigGravatar Randy Dunlap 1-1/+1
2009-02-19[ARM] 5386/2: unwind: Add Makefile and Kconfig entries for ARM stack unwindingGravatar Catalin Marinas 1-1/+1
2009-02-12Merge branch 'linus' into core/softlockupGravatar Ingo Molnar 1-13/+9
2009-01-26Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-13/+0
2009-01-22rcu: remove duplicate CONFIG_RCU_CPU_STALL_DETECTORGravatar Lai Jiangshan 1-13/+0
2009-01-18x86: define ARCH_WANT_FRAME_POINTERSGravatar Jeff Mahoney 1-0/+9
2009-01-16softlockup: decouple hung tasks check from softlockup detectionGravatar Mandeep Singh Baines 1-0/+38
2009-01-10Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-8/+8
2009-01-08NOMMU: Make VMAs per MM as for MMU-mode linuxGravatar David Howells 1-0/+7
2009-01-07x86: offer frame pointers in all build modesGravatar Ingo Molnar 1-8/+8
2008-12-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pen...Gravatar Linus Torvalds 1-0/+1
2008-12-29SLUB: failslab supportGravatar Akinobu Mita 1-0/+1
2008-12-25Merge branches 'core/debugobjects', 'core/iommu', 'core/locking', 'core/print...Gravatar Ingo Molnar 1-0/+21
2008-12-18"Tree RCU": scalable classic RCU implementationGravatar Paul E. McKenney 1-0/+13
2008-11-26debugobjects: add boot parameter default valueGravatar Ingo Molnar 1-0/+8
2008-11-24Merge branches 'core/debug', 'core/futexes', 'core/locking', 'core/rcu', 'cor...Gravatar Ingo Molnar 1-0/+10
2008-10-17block: add BIG FAT WARNING to CONFIG_DEBUG_BLOCK_EXT_DEVTGravatar Tejun Heo 1-0/+5
2008-10-16driver core: basic infrastructure for per-module dynamic debug messagesGravatar Jason Baron 1-0/+55
2008-10-12Merge branches 'x86/xen', 'x86/build', 'x86/microcode', 'x86/mm-debug-v2', 'x...Gravatar Ingo Molnar 1-0/+9
2008-10-10Merge branch 'rcu-v28-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-0/+13
2008-10-09block: add fault injection mechanism for faking request timeoutsGravatar Jens Axboe 1-1/+12