summaryrefslogtreecommitdiffstats
path: root/lib/Kconfig.debug
Commit message (Expand)AuthorAgeFilesLines
* [S390] omit frame pointers on s390 when possibleHeiko Carstens2009-04-231-4/+4
* Merge branch 'linus' into core/softlockupIngo Molnar2009-04-071-33/+55
|\
| * generic debug pageallocAkinobu Mita2009-04-011-0/+1
| * Merge branch 'iommu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2009-03-301-0/+11
| |\
| | * Merge branch 'linus' into core/iommuIngo Molnar2009-03-281-32/+42
| | |\
| | * | dma-debug: add Kconfig entryJoerg Roedel2009-03-051-0/+11
| * | | Merge branch 'origin' into develRussell King2009-03-281-32/+42
| |\ \ \ | | | |/ | | |/|
| | * | dynamic debug: update docsJason Baron2009-03-241-31/+41
| | * | dynamic debug: combine dprintk and dynamic printkJason Baron2009-03-241-1/+1
| | |/
| * | Merge branch 'for-rmk' of git://git.pengutronix.de/git/imx/linux-2.6 into develRussell King2009-03-131-1/+1
| |\|
| | * docsrc: use config instead of menuconfigRandy Dunlap2009-02-201-1/+1
| * | [ARM] 5386/2: unwind: Add Makefile and Kconfig entries for ARM stack unwindingCatalin Marinas2009-02-191-1/+1
| |/
* | softlockup: make DETECT_HUNG_TASK default depend on DETECT_SOFTLOCKUPIngo Molnar2009-04-071-1/+1
* | Merge branch 'linus' into core/softlockupIngo Molnar2009-02-121-13/+9
|\|
| * Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2009-01-261-13/+0
| |\
| | * rcu: remove duplicate CONFIG_RCU_CPU_STALL_DETECTORLai Jiangshan2009-01-221-13/+0
| * | x86: define ARCH_WANT_FRAME_POINTERSJeff Mahoney2009-01-181-0/+9
| |/
* / softlockup: decouple hung tasks check from softlockup detectionMandeep Singh Baines2009-01-161-0/+38
|/
* Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2009-01-101-8/+8
|\
| * x86: offer frame pointers in all build modesIngo Molnar2009-01-071-8/+8
* | NOMMU: Make VMAs per MM as for MMU-mode linuxDavid Howells2009-01-081-0/+7
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pen...Linus Torvalds2008-12-301-0/+1
|\
| * SLUB: failslab supportAkinobu Mita2008-12-291-0/+1
| |
| \
| \
| \
*---. \ Merge branches 'core/debugobjects', 'core/iommu', 'core/locking', 'core/print...Ingo Molnar2008-12-251-0/+21
|\ \ \ \ | | | |/ | | |/|
| | | * "Tree RCU": scalable classic RCU implementationPaul E. McKenney2008-12-181-0/+13
| | |/
| * / debugobjects: add boot parameter default valueIngo Molnar2008-11-261-0/+8
| |/
| |
| \
*-. \ Merge branches 'core/debug', 'core/futexes', 'core/locking', 'core/rcu', 'cor...Ingo Molnar2008-11-241-0/+10
|\ \ \ | |_|/ |/| |
| * | Merge branch 'linus' into core/debugIngo Molnar2008-09-101-3/+3
| |\|
| * | debug: add notifier chain debuggingArjan van de Ven2008-09-101-0/+10
* | | block: add BIG FAT WARNING to CONFIG_DEBUG_BLOCK_EXT_DEVTTejun Heo2008-10-171-0/+5
* | | driver core: basic infrastructure for per-module dynamic debug messagesJason Baron2008-10-161-0/+55
| | |
| \ \
| \ \
| \ \
*---. \ \ Merge branches 'x86/xen', 'x86/build', 'x86/microcode', 'x86/mm-debug-v2', 'x...Ingo Molnar2008-10-121-0/+9
|\ \ \ \ \ | | |_|_|/ | |/| | |
| | * | | MM: virtual address debugJiri Slaby2008-06-191-0/+9
* | | | | Merge branch 'rcu-v28-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2008-10-101-0/+13
|\ \ \ \ \
| * | | | | rcu: RCU-based detection of stalled CPUs for Classic RCUPaul E. McKenney2008-10-031-1/+1
| * | | | | Merge commit 'v2.6.27-rc6' into core/rcuIngo Molnar2008-09-101-3/+20
| |\| | | |
| * | | | | rcu, debug: detect stalled grace periodsPaul E. McKenney2008-08-111-0/+13
| | |_|/ / | |/| | |
* | | | | block: add fault injection mechanism for faking request timeoutsJens Axboe2008-10-091-1/+12
* | | | | init: DEBUG_BLOCK_EXT_DEVT requires explicit root= paramTejun Heo2008-10-091-0/+6
* | | | | Change default value of CONFIG_DEBUG_BLOCK_EXT_DEVT to 'n'Jens Axboe2008-10-091-1/+1
* | | | | block: implement CONFIG_DEBUG_BLOCK_EXT_DEVTTejun Heo2008-10-091-0/+16
| |/ / / |/| | |
* | | | powerpc: Work around gcc's -fno-omit-frame-pointer bugTony Breeds2008-09-031-3/+3
| |_|/ |/| |
* | | Move sysctl check into debugging section and don't make it default yAndi Kleen2008-08-161-0/+8
* | | docsrc: build Documentation/ sourcesRandy Dunlap2008-08-121-0/+9
|/ /
* | mm: add a basic debugging framework for memory initialisationMel Gorman2008-07-241-0/+12
* | Merge branch 'core/softlockup-for-linus' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2008-07-231-1/+25
|\ \
| * \ Merge branch 'linus' into core/softlockupIngo Molnar2008-07-151-1/+5
| |\ \
| * | | softlockup: allow panic on lockupIngo Molnar2008-05-251-1/+25
| | |/ | |/|
* | | debugfs: Add a reference to the debugfs API documentation.Robert P. J. Day2008-07-211-0/+3
* | | Merge branch 'core/rcu' into core/rcu-for-linusIngo Molnar2008-07-151-1/+19
|\ \ \ | |_|/ |/| |