summaryrefslogtreecommitdiffstats
path: root/lib/Kconfig.debug
Commit message (Expand)AuthorAgeFilesLines
* latencytop: Fix kconfig dependency warningsRandy Dunlap2010-08-171-1/+4
* Merge branch 'kmemleak' of git://git.kernel.org/pub/scm/linux/kernel/git/cmar...Linus Torvalds2010-08-101-0/+7
|\
| * kmemleak: Introduce a default off mode for kmemleakJason Baron2010-07-191-0/+7
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds2010-08-061-1/+0
|\ \
| * | debugfs: no longer needs to depend on SYSFSRandy Dunlap2010-08-051-1/+0
* | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2010-08-061-15/+20
|\ \ \
| * \ \ Merge branch 'perf/nmi' into perf/coreIngo Molnar2010-08-051-15/+20
| |\ \ \ | | |_|/ | |/| |
| | * | lockup_detector: Don't enable the lockup detector by defaultFrederic Weisbecker2010-05-191-1/+0
| | * | lockup_detector: Introduce CONFIG_HARDLOCKUP_DETECTORFrederic Weisbecker2010-05-161-0/+3
| | * | lockup_detector: Update some configFrederic Weisbecker2010-05-161-22/+3
| | * | lockup_detector: Make BOOTPARAM_SOFTLOCKUP_PANIC depend on LOCKUP_DETECTORFrederic Weisbecker2010-05-131-1/+1
| | * | lockup_detector: Combine nmi_watchdog and softlockup detectorDon Zickus2010-05-121-10/+20
| | * | Merge commit 'v2.6.34-rc7' into perf/nmiFrederic Weisbecker2010-05-121-6/+38
| | |\ \
| | * | | nmi_watchdog: Turn it off by defaultIngo Molnar2010-02-281-1/+0
| | * | | nmi_watchdog: Use a boolean config flag for compilingDon Zickus2010-02-141-2/+1
| | * | | nmi_watchdog: Only enable on x86 for nowIngo Molnar2010-02-091-0/+1
| | * | | nmi_watchdog: Config option to enable new nmi_watchdogDon Zickus2010-02-081-0/+13
* | | | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2010-08-061-0/+6
|\ \ \ \ \
| * | | | | tree/tiny rcu: Add debug RCU head objectsMathieu Desnoyers2010-06-141-0/+6
| |/ / / /
* | | | | Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds2010-08-051-0/+13
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Merge commit 'v2.6.35' into kbuild/kbuildMichal Marek2010-08-041-14/+77
| |\ \ \ \ | | |/ / /
| * | | | Kbuild: Add option to set -femit-struct-debug-baseonlyAndi Kleen2010-07-141-0/+13
| | |/ / | |/| |
* | | | Merge branch 'for-linus' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds2010-08-051-3/+3
|\ \ \ \
| * | | | microblaze: Disable FRAME_POINTER selectionMichal Simek2010-08-041-3/+3
| | |/ / | |/| |
* | | | Kconfig.debug: FAIL_IO_TIMEOUT: typo Faul -> FaultTakuya Yoshikawa2010-07-211-1/+1
|/ / /
* | | fault-injection: add CPU notifier error injection moduleAkinobu Mita2010-05-271-0/+12
* | | DYNAMIC_DEBUG: fix documentation errorsFlorian Ragwitz2010-05-251-8/+8
* | | Merge branch 'x86-atomic-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2010-05-181-0/+7
|\ \ \
| * \ \ Merge branch 'x86/asm' into x86/atomicH. Peter Anvin2010-04-291-6/+38
| |\ \ \ | | | |/ | | |/|
| * | | lib: Add self-test for atomic64_tLuca Barbieri2010-02-251-0/+7
| | |/ | |/|
* | | rcu: enable CPU_STALL_VERBOSE by defaultPaul E. McKenney2010-05-101-1/+1
* | | rcu: optionally leave lockdep enabled after RCU lockdep splatLai Jiangshan2010-05-101-0/+12
| |/ |/|
* | Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller2010-04-131-1/+1
|\ \
| * | microblaze: Enable memory leak detectorMichal Simek2010-04-071-1/+1
* | | sparc64: Support kmemleak.David S. Miller2010-04-121-1/+1
|/ /
* | blackfin: enable DEBUG_SECTION_MISMATCHMike Frysinger2010-03-241-1/+2
* | Merge commit 'v2.6.34-rc1' into perf/urgentIngo Molnar2010-03-091-5/+28
|\ \
| * | lkdtm: add debugfs access and loosen KPROBE tiesSimon Kagstrom2010-03-061-3/+2
| * | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2010-02-281-1/+25
| |\ \
| | * | rcu: Add RCU_CPU_STALL_VERBOSE to dump detailed per-task informationPaul E. McKenney2010-02-251-0/+12
| | * | rcu: Introduce lockdep-based checking to RCU read-side primitivesPaul E. McKenney2010-02-251-0/+12
| | * | rcu: 1Q2010 update for RCU documentationPaul E. McKenney2010-01-161-2/+2
| | |/
| * | sh: kmemleak support.Chris Smith2010-01-271-1/+1
| |/
* | perf: Remove pointless breakpoint unionFrederic Weisbecker2010-02-271-3/+5
* | perf lock: Fix and add misc documentally thingsHitoshi Mitake2010-02-271-0/+6
|/
* Merge branch 'kmemleak' of git://linux-arm.org/linux-2.6Linus Torvalds2009-12-171-0/+1
|\
| * kmemleak: fix kconfig for crc32 build errorRandy Dunlap2009-11-061-0/+1
* | Make DEBUG_BUGVERBOSE default to yAlexey Dobriyan2009-12-151-1/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2009-12-101-0/+8
|\ \
| * | workqueue: Add debugobjects supportThomas Gleixner2009-11-161-0/+8
OpenPOWER on IntegriCloud