summaryrefslogtreecommitdiffstats
path: root/lib/Kconfig.debug
Commit message (Expand)AuthorAgeFilesLines
...
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2009-12-091-1/+1
|\ \ \
| * \ \ Merge branch 'for-next' into for-linusJiri Kosina2009-12-071-1/+1
| |\ \ \
| | * | | tree-wide: fix assorted typos all over the placeAndré Goddard Rosa2009-12-041-1/+1
| | |/ /
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/sysctl-2.6Linus Torvalds2009-12-081-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | sysctl: Remove dead code from sysctl_checkEric W. Biederman2009-11-111-1/+1
| |/ /
* | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2009-12-051-1/+1
|\ \ \ | |/ / |/| |
| * | rcu: Make RCU's CPU-stall detector be defaultPaul E. McKenney2009-12-031-1/+1
* | | powerpc: Minor cleanup to lib/Kconfig.debugKumar Gala2009-10-271-1/+1
| |/ |/|
* | [S390] Enable kmemleak on s390.Heiko Carstens2009-10-061-3/+4
|/
* kernel hacking: move STRIP_ASM_SYMS from GeneralRandy Dunlap2009-09-201-0/+8
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2009-09-151-1/+1
|\
| * kmemleak: Allow kmemleak to be built on powerpcMichael Ellerman2009-08-201-1/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds2009-09-151-0/+15
|\ \
| * \ Merge branch 'master' into for-nextTejun Heo2009-07-041-2/+15
| |\ \ | | |/
| * | percpu: implement optional weak percpu definitionsTejun Heo2009-06-241-0/+15
* | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2009-09-111-1/+1
|\ \ \
| * | | rcu: Remove CONFIG_PREEMPT_RCUPaul E. McKenney2009-08-231-1/+1
| * | | rcu: Merge preemptable-RCU functionality into hierarchical RCUPaul E. McKenney2009-08-231-1/+1
| | |/ | |/|
* | | CRED: Add some configurable debugging [try #6]David Howells2009-09-021-0/+15
|/ /
* | kmemleak: Allow the early log buffer to be configurable.Catalin Marinas2009-06-251-0/+12
* | kmemleak: Do not force the slab debugging Kconfig optionsCatalin Marinas2009-06-231-2/+3
|/
* Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2009-06-211-1/+1
|\
| * lockdep: Select frame pointers on x86Peter Zijlstra2009-06-211-1/+1
* | kmemcheck: make kconfig accessible for other architecturesPekka Enberg2009-06-151-0/+2
* | kmemcheck: enable in the x86 KconfigVegard Nossum2009-06-151-2/+2
* | kmemleak: Simple testing module for kmemleakCatalin Marinas2009-06-111-0/+10
* | kmemleak: Enable the building of the memory leak detectorCatalin Marinas2009-06-111-0/+22
|/
* Remove old PRINTK_DEBUG config itemJason Baron2009-05-081-1/+0
* [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
|\
OpenPOWER on IntegriCloud