diff options
author | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2016-08-22 20:20:18 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2016-08-22 20:20:18 -0400 |
commit | 43c78e11eaa3bed44e35556a1ef690bd71dfa5ec (patch) | |
tree | 7e4f4220b5b02ec00f0801e3f8fd12afcf773cb4 /MAINTAINERS | |
parent | 71fb2c74287d186938cde830ad8980f57a38b597 (diff) | |
parent | 8d8f60c5e0cdc05bd9785faffd1cc034acdcd6d6 (diff) |
Merge remote-tracking branch 'docs-next/docs-next' into devel/docs-next
* docs-next/docs-next: (51 commits)
docs-rst: add package adjustbox
docs-rst: Fix an warning when in interactive mode
docs-rst: Use better colors for note/warning/attention boxes
docs-rst: conf.py: adjust the size of .. note:: tag
docs-rst: add support for LaTeX output
doc-rst: migrate ioctl CEC_DQEVENT to c-domain
doc-rst: Revert "kernel-doc: fix handling of address_space tags"
doc-rst: moved *duplicate* warnings to nitpicky mode
doc-rst:c-domain: ref-name of a function declaration
doc-rst: add boilerplate to customize c-domain
docs: Sphinxify gdb-kernel-debugging.txt and move to dev-tools
docs: sphinxify kmemcheck.txt and move to dev-tools
docs: sphinxify kmemleak.txt and move it to dev-tools
docs: sphinxify ubsan.txt and move it to dev-tools
docs: sphinxify kasan.txt and move to dev-tools
docs: sphinixfy gcov.txt and move to dev-tools
docs: sphinxify kcov.txt and move to dev-tools
docs: sphinxify sparse.txt and move to dev-tools
docs: sphinxify coccinelle.txt and add it to dev-tools
docs: create a new dev-tools directory
...
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 21a6f6f4c2d6..7e09a5169a5f 100644 --- a/MAINTAINERS +++ b/MAINTAINERS | |||
@@ -3124,7 +3124,7 @@ L: cocci@systeme.lip6.fr (moderated for non-subscribers) | |||
3124 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git misc | 3124 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git misc |
3125 | W: http://coccinelle.lip6.fr/ | 3125 | W: http://coccinelle.lip6.fr/ |
3126 | S: Supported | 3126 | S: Supported |
3127 | F: Documentation/coccinelle.txt | 3127 | F: Documentation/dev-tools/coccinelle.rst |
3128 | F: scripts/coccinelle/ | 3128 | F: scripts/coccinelle/ |
3129 | F: scripts/coccicheck | 3129 | F: scripts/coccicheck |
3130 | 3130 | ||
@@ -5118,7 +5118,7 @@ GCOV BASED KERNEL PROFILING | |||
5118 | M: Peter Oberparleiter <oberpar@linux.vnet.ibm.com> | 5118 | M: Peter Oberparleiter <oberpar@linux.vnet.ibm.com> |
5119 | S: Maintained | 5119 | S: Maintained |
5120 | F: kernel/gcov/ | 5120 | F: kernel/gcov/ |
5121 | F: Documentation/gcov.txt | 5121 | F: Documentation/dev-tools/gcov.rst |
5122 | 5122 | ||
5123 | GDT SCSI DISK ARRAY CONTROLLER DRIVER | 5123 | GDT SCSI DISK ARRAY CONTROLLER DRIVER |
5124 | M: Achim Leubner <achim_leubner@adaptec.com> | 5124 | M: Achim Leubner <achim_leubner@adaptec.com> |
@@ -6587,7 +6587,7 @@ L: kasan-dev@googlegroups.com | |||
6587 | S: Maintained | 6587 | S: Maintained |
6588 | F: arch/*/include/asm/kasan.h | 6588 | F: arch/*/include/asm/kasan.h |
6589 | F: arch/*/mm/kasan_init* | 6589 | F: arch/*/mm/kasan_init* |
6590 | F: Documentation/kasan.txt | 6590 | F: Documentation/dev-tools/kasan.rst |
6591 | F: include/linux/kasan*.h | 6591 | F: include/linux/kasan*.h |
6592 | F: lib/test_kasan.c | 6592 | F: lib/test_kasan.c |
6593 | F: mm/kasan/ | 6593 | F: mm/kasan/ |
@@ -6803,7 +6803,7 @@ KMEMCHECK | |||
6803 | M: Vegard Nossum <vegardno@ifi.uio.no> | 6803 | M: Vegard Nossum <vegardno@ifi.uio.no> |
6804 | M: Pekka Enberg <penberg@kernel.org> | 6804 | M: Pekka Enberg <penberg@kernel.org> |
6805 | S: Maintained | 6805 | S: Maintained |
6806 | F: Documentation/kmemcheck.txt | 6806 | F: Documentation/dev-tools/kmemcheck.rst |
6807 | F: arch/x86/include/asm/kmemcheck.h | 6807 | F: arch/x86/include/asm/kmemcheck.h |
6808 | F: arch/x86/mm/kmemcheck/ | 6808 | F: arch/x86/mm/kmemcheck/ |
6809 | F: include/linux/kmemcheck.h | 6809 | F: include/linux/kmemcheck.h |
@@ -6812,7 +6812,7 @@ F: mm/kmemcheck.c | |||
6812 | KMEMLEAK | 6812 | KMEMLEAK |
6813 | M: Catalin Marinas <catalin.marinas@arm.com> | 6813 | M: Catalin Marinas <catalin.marinas@arm.com> |
6814 | S: Maintained | 6814 | S: Maintained |
6815 | F: Documentation/kmemleak.txt | 6815 | F: Documentation/dev-tools/kmemleak.rst |
6816 | F: include/linux/kmemleak.h | 6816 | F: include/linux/kmemleak.h |
6817 | F: mm/kmemleak.c | 6817 | F: mm/kmemleak.c |
6818 | F: mm/kmemleak-test.c | 6818 | F: mm/kmemleak-test.c |