[PATCH] WAN: DSCC4 driver requires generic HDLC
[deliverable/linux.git] / MAINTAINERS
... / ...
CommitLineData
1
2 List of maintainers and how to submit kernel changes
3
4Please try to follow the guidelines below. This will make things
5easier on the maintainers. Not all of these guidelines matter for every
6trivial patch so apply some common sense.
7
81. Always _test_ your changes, however small, on at least 4 or
9 5 people, preferably many more.
10
112. Try to release a few ALPHA test versions to the net. Announce
12 them onto the kernel channel and await results. This is especially
13 important for device drivers, because often that's the only way
14 you will find things like the fact version 3 firmware needs
15 a magic fix you didn't know about, or some clown changed the
16 chips on a board and not its name. (Don't laugh! Look at the
17 SMC etherpower for that.)
18
193. Make sure your changes compile correctly in multiple
20 configurations. In particular check that changes work both as a
21 module and built into the kernel.
22
234. When you are happy with a change make it generally available for
24 testing and await feedback.
25
265. Make a patch available to the relevant maintainer in the list. Use
27 'diff -u' to make the patch easy to merge. Be prepared to get your
28 changes sent back with seemingly silly requests about formatting
29 and variable names. These aren't as silly as they seem. One
30 job the maintainers (and especially Linus) do is to keep things
31 looking the same. Sometimes this means that the clever hack in
32 your driver to get around a problem actually needs to become a
33 generalized kernel feature ready for next time. See
34 Documentation/CodingStyle for guidance here.
35
36 PLEASE try to include any credit lines you want added with the
37 patch. It avoids people being missed off by mistake and makes
38 it easier to know who wants adding and who doesn't.
39
40 PLEASE document known bugs. If it doesn't work for everything
41 or does something very odd once a month document it.
42
43 PLEASE remember that submissions must be made under the terms
44 of the OSDL certificate of contribution
45 (http://www.osdl.org/newsroom/press_releases/2004/2004_05_24_dco.html)
46 and should include a Signed-off-by: line.
47
486. Make sure you have the right to send any changes you make. If you
49 do changes at work you may find your employer owns the patch
50 not you.
51
527. When sending security related changes or reports to a maintainer
53 please Cc: security@kernel.org, especially if the maintainer
54 does not respond.
55
568. Happy hacking.
57
58 -----------------------------------
59
60Maintainers List (try to look for most precise areas first)
61
62Note: For the hard of thinking, this list is meant to remain in alphabetical
63order. If you could add yourselves to it in alphabetical order that would be
64so much easier [Ed]
65
66P: Person
67M: Mail patches to
68L: Mailing list that is relevant to this area
69W: Web-page with status/info
70T: SCM tree type and location. Type is one of: git, hg, quilt.
71S: Status, one of the following:
72
73 Supported: Someone is actually paid to look after this.
74 Maintained: Someone actually looks after it.
75 Odd Fixes: It has a maintainer but they don't have time to do
76 much other than throw the odd patch in. See below..
77 Orphan: No current maintainer [but maybe you could take the
78 role as you write your new code].
79 Obsolete: Old code. Something tagged obsolete generally means
80 it has been replaced by a better system and you
81 should be using that.
82
833C359 NETWORK DRIVER
84P: Mike Phillips
85M: mikep@linuxtr.net
86L: netdev@vger.kernel.org
87L: linux-tr@linuxtr.net
88W: http://www.linuxtr.net
89S: Maintained
90
913C505 NETWORK DRIVER
92P: Philip Blundell
93M: philb@gnu.org
94L: netdev@vger.kernel.org
95S: Maintained
96
973CR990 NETWORK DRIVER
98P: David Dillow
99M: dave@thedillows.org
100L: netdev@vger.kernel.org
101S: Maintained
102
1033W-XXXX ATA-RAID CONTROLLER DRIVER
104P: Adam Radford
105M: linuxraid@amcc.com
106L: linux-scsi@vger.kernel.org
107W: http://www.amcc.com
108S: Supported
109
1103W-9XXX SATA-RAID CONTROLLER DRIVER
111P: Adam Radford
112M: linuxraid@amcc.com
113L: linux-scsi@vger.kernel.org
114W: http://www.amcc.com
115S: Supported
116
11753C700 AND 53C700-66 SCSI DRIVER
118P: James E.J. Bottomley
119M: James.Bottomley@HansenPartnership.com
120L: linux-scsi@vger.kernel.org
121S: Maintained
122
1236PACK NETWORK DRIVER FOR AX.25
124P: Andreas Koensgen
125M: ajk@iehk.rwth-aachen.de
126L: linux-hams@vger.kernel.org
127S: Maintained
128
1298139CP 10/100 FAST ETHERNET DRIVER
130P: Jeff Garzik
131M: jgarzik@pobox.com
132S: Maintained
133
1348139TOO 10/100 FAST ETHERNET DRIVER
135P: Jeff Garzik
136M: jgarzik@pobox.com
137W: http://sourceforge.net/projects/gkernel/
138S: Maintained
139
1408169 10/100/1000 GIGABIT ETHERNET DRIVER
141P: Francois Romieu
142M: romieu@fr.zoreil.com
143L: netdev@vger.kernel.org
144S: Maintained
145
1468250/16?50 (AND CLONE UARTS) SERIAL DRIVER
147L: linux-serial@vger.kernel.org
148W: http://serial.sourceforge.net
149S: Orphan
150
1518390 NETWORK DRIVERS [WD80x3/SMC-ELITE, SMC-ULTRA, NE2000, 3C503, etc.]
152P: Paul Gortmaker
153M: p_gortmaker@yahoo.com
154L: netdev@vger.kernel.org
155S: Maintained
156
1579P FILE SYSTEM
158P: Eric Van Hensbergen
159M: ericvh@gmail.com
160P: Ron Minnich
161M: rminnich@lanl.gov
162P: Latchesar Ionkov
163M: lucho@ionkov.net
164L: v9fs-developer@lists.sourceforge.net
165W: http://v9fs.sf.net
166T: git kernel.org:/pub/scm/linux/kernel/ericvh/v9fs.git
167S: Maintained
168
169A2232 SERIAL BOARD DRIVER
170P: Enver Haase
171M: ehaase@inf.fu-berlin.de
172M: A2232@gmx.net
173L: linux-m68k@lists.linux-m68k.org
174S: Maintained
175
176AIO
177P: Benjamin LaHaise
178M: bcrl@kvack.org
179L: linux-aio@kvack.org
180S: Supported
181
182ABIT UGURU HARDWARE MONITOR DRIVER
183P: Hans de Goede
184M: j.w.r.degoede@hhs.nl
185L: lm-sensors@lm-sensors.org
186S: Maintained
187
188ACENIC DRIVER
189P: Jes Sorensen
190M: jes@trained-monkey.org
191L: linux-acenic@sunsite.dk
192S: Maintained
193
194ACI MIXER DRIVER
195P: Robert Siemer
196M: Robert.Siemer@gmx.de
197L: linux-sound@vger.kernel.org
198W: http://www.stud.uni-karlsruhe.de/~uh1b/
199S: Maintained
200
201AACRAID SCSI RAID DRIVER
202P: Adaptec OEM Raid Solutions
203L: linux-scsi@vger.kernel.org
204W: http://linux.dell.com/storage.shtml
205S: Supported
206
207ACPI
208P: Len Brown
209M: len.brown@intel.com
210L: linux-acpi@vger.kernel.org
211W: http://acpi.sourceforge.net/
212T: git kernel.org:/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6.git
213S: Maintained
214
215ACPI PCI HOTPLUG DRIVER
216P: Kristen Carlson Accardi
217M: kristen.c.accardi@intel.com
218L: pcihpd-discuss@lists.sourceforge.net
219S: Maintained
220
221AD1816 SOUND DRIVER
222P: Thorsten Knabe
223M: Thorsten Knabe <linux@thorsten-knabe.de>
224W: http://linux.thorsten-knabe.de
225S: Maintained
226
227AD1889 SOUND DRIVER
228P: Kyle McMartin
229M: kyle@parisc-linux.org
230P: Thibaut Varene
231M: T-Bone@parisc-linux.org
232W: http://wiki.parisc-linux.org/AD1889
233L: parisc-linux@lists.parisc-linux.org
234S: Maintained
235
236ADM1025 HARDWARE MONITOR DRIVER
237P: Jean Delvare
238M: khali@linux-fr.org
239L: lm-sensors@lm-sensors.org
240S: Maintained
241
242ADT746X FAN DRIVER
243P: Colin Leroy
244M: colin@colino.net
245S: Maintained
246
247AEDSP16 DRIVER
248P: Riccardo Facchetti
249M: fizban@tin.it
250S: Maintained
251
252AFFS FILE SYSTEM
253P: Roman Zippel
254M: zippel@linux-m68k.org
255S: Maintained
256
257AGPGART DRIVER
258P: Dave Jones
259M: davej@codemonkey.org.uk
260W: http://www.codemonkey.org.uk/projects/agp/
261T: git kernel.org:/pub/scm/linux/kernel/git/davej/agpgart.git
262S: Maintained
263
264AHA152X SCSI DRIVER
265P: Juergen E. Fischer
266M: Juergen Fischer <fischer@norbit.de>
267L: linux-scsi@vger.kernel.org
268S: Maintained
269
270ALCATEL SPEEDTOUCH USB DRIVER
271P: Duncan Sands
272M: duncan.sands@free.fr
273L: linux-usb-users@lists.sourceforge.net
274L: linux-usb-devel@lists.sourceforge.net
275W: http://www.linux-usb.org/SpeedTouch/
276S: Maintained
277
278ALI1563 I2C DRIVER
279P: Rudolf Marek
280M: r.marek@sh.cvut.cz
281L: i2c@lm-sensors.org
282S: Maintained
283
284ALPHA PORT
285P: Richard Henderson
286M: rth@twiddle.net
287S: Odd Fixes for 2.4; Maintained for 2.6.
288P: Ivan Kokshaysky
289M: ink@jurassic.park.msu.ru
290S: Maintained for 2.4; PCI support for 2.6.
291
292AMD GEODE PROCESSOR/CHIPSET SUPPORT
293P: Jordan Crouse
294M: info-linux@geode.amd.com
295L: info-linux@geode.amd.com
296W: http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html
297S: Supported
298
299AMSO1100 RNIC DRIVER
300P: Tom Tucker
301M: tom@opengridcomputing.com
302P: Steve Wise
303M: swise@opengridcomputing.com
304L: openib-general@openib.org
305S: Maintained
306
307AOA (Apple Onboard Audio) ALSA DRIVER
308P: Johannes Berg
309M: johannes@sipsolutions.net
310L: linuxppc-dev@ozlabs.org
311L: alsa-devel@alsa-project.org
312S: Maintained
313
314APM DRIVER
315P: Stephen Rothwell
316M: sfr@canb.auug.org.au
317L: linux-laptop@vger.kernel.org
318W: http://www.canb.auug.org.au/~sfr/
319S: Supported
320
321APPLETALK NETWORK LAYER
322P: Arnaldo Carvalho de Melo
323M: acme@conectiva.com.br
324S: Maintained
325
326ARC FRAMEBUFFER DRIVER
327P: Jaya Kumar
328M: jayalk@intworks.biz
329S: Maintained
330
331ARM26 ARCHITECTURE
332P: Ian Molton
333M: spyro@f2s.com
334S: Maintained
335
336ARM26/ARCHIMEDES
337P: Ian Molton
338M: spyro@f2s.com
339S: Maintained
340
341ARM26/A5000
342P: John Appleby
343M: john@dnsworld.co.uk
344S: Maintained
345
346ARM MFM AND FLOPPY DRIVERS
347P: Ian Molton
348M: spyro@f2s.com
349S: Maintained
350
351ARM/CORGI MACHINE SUPPORT
352P: Richard Purdie
353M: rpurdie@rpsys.net
354S: Maintained
355
356ARM/HP JORNADA 7XX MACHINE SUPPORT
357P: Kristoffer Ericson
358M: kristoffer_e1@hotmail.com
359W: www.jlime.com
360S: Maintained
361
362ARM/TOSA MACHINE SUPPORT
363P: Dirk Opfer
364M: dirk@opfer-online.de
365S: Maintained
366
367ARM/PLEB SUPPORT
368P: Peter Chubb
369M: pleb@gelato.unsw.edu.au
370W: http://www.disy.cse.unsw.edu.au/Hardware/PLEB
371S: Maintained
372
373ARM/PT DIGITAL BOARD PORT
374P: Stefan Eletzhofer
375M: stefan.eletzhofer@eletztrick.de
376L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
377W: http://www.arm.linux.org.uk/
378S: Maintained
379
380ARM/SHARK MACHINE SUPPORT
381P: Alexander Schulz
382M: alex@shark-linux.de
383W: http://www.shark-linux.de/shark.html
384S: Maintained
385
386ARM/STRONGARM110 PORT
387P: Russell King
388M: rmk@arm.linux.org.uk
389L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
390W: http://www.arm.linux.org.uk/
391S: Maintained
392
393ARM/S3C2410 ARM ARCHITECTURE
394P: Ben Dooks
395M: ben-s3c2410@fluff.org
396L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
397W: http://www.fluff.org/ben/linux/
398S: Maintained
399
400ARM/S3C2440 ARM ARCHITECTURE
401P: Ben Dooks
402M: ben-s3c2440@fluff.org
403L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
404W: http://www.fluff.org/ben/linux/
405S: Maintained
406
407ARPD SUPPORT
408P: Jonathan Layes
409L: netdev@vger.kernel.org
410S: Maintained
411
412ASUS ACPI EXTRAS DRIVER
413P: Karol Kozimor
414M: sziwan@users.sourceforge.net
415P: Julien Lerouge
416M: julien.lerouge@free.fr
417L: acpi4asus-user@lists.sourceforge.net
418W: http://sourceforge.net/projects/acpi4asus
419W: http://julien.lerouge.free.fr
420S: Maintained
421
422ATA OVER ETHERNET DRIVER
423P: Ed L. Cashin
424M: ecashin@coraid.com
425W: http://www.coraid.com/support/linux
426S: Supported
427
428ATM
429P: Chas Williams
430M: chas@cmf.nrl.navy.mil
431L: linux-atm-general@lists.sourceforge.net (subscribers-only)
432W: http://linux-atm.sourceforge.net
433S: Maintained
434
435ATMEL WIRELESS DRIVER
436P: Simon Kelley
437M: simon@thekelleys.org.uk
438W: http://www.thekelleys.org.uk/atmel
439W: http://atmelwlandriver.sourceforge.net/
440S: Maintained
441
442AUDIT SUBSYSTEM
443P: David Woodhouse
444M: dwmw2@infradead.org
445L: linux-audit@redhat.com
446W: http://people.redhat.com/sgrubb/audit/
447T: git kernel.org:/pub/scm/linux/kernel/git/dwmw2/audit-2.6.git
448S: Maintained
449
450AVR32 ARCHITECTURE
451P: Atmel AVR32 Support Team
452M: avr32@atmel.com
453P: Haavard Skinnemoen
454M: hskinnemoen@atmel.com
455W: http://www.atmel.com/products/AVR32/
456W: http://avr32linux.org/
457W: http://avrfreaks.net/
458S: Supported
459
460AVR32/AT32AP MACHINE SUPPORT
461P: Atmel AVR32 Support Team
462M: avr32@atmel.com
463P: Haavard Skinnemoen
464M: hskinnemoen@atmel.com
465S: Supported
466
467AX.25 NETWORK LAYER
468P: Ralf Baechle
469M: ralf@linux-mips.org
470L: linux-hams@vger.kernel.org
471W: http://www.linux-ax25.org/
472S: Maintained
473
474BAYCOM/HDLCDRV DRIVERS FOR AX.25
475P: Thomas Sailer
476M: t.sailer@alumni.ethz.ch
477L: linux-hams@vger.kernel.org
478W: http://www.baycom.org/~tom/ham/ham.html
479S: Maintained
480
481BCM43XX WIRELESS DRIVER (SOFTMAC BASED VERSION)
482P: Larry Finger
483M: Larry.Finger@lwfinger.net
484P: Stefano Brivio
485M: st3@riseup.net
486W: http://bcm43xx.berlios.de/
487S: Maintained
488
489BEFS FILE SYSTEM
490P: Sergey S. Kostyliov
491M: rathamahata@php4.ru
492L: linux-kernel@vger.kernel.org
493S: Maintained
494
495BERKSHIRE PRODUCTS PC WATCHDOG DRIVER
496P: Kenji Hollis
497W: http://ftp.bitgate.com/pcwd/
498S: Maintained
499
500BFS FILE SYSTEM
501P: Tigran A. Aivazian
502M: tigran@aivazian.fsnet.co.uk
503L: linux-kernel@vger.kernel.org
504S: Maintained
505
506BLOCK LAYER
507P: Jens Axboe
508M: axboe@kernel.dk
509L: linux-kernel@vger.kernel.org
510T: git kernel.org:/pub/scm/linux/kernel/git/axboe/linux-2.6-block.git
511S: Maintained
512
513BLUETOOTH SUBSYSTEM
514P: Marcel Holtmann
515M: marcel@holtmann.org
516P: Maxim Krasnyansky
517M: maxk@qualcomm.com
518L: bluez-devel@lists.sf.net
519W: http://bluez.sf.net
520W: http://www.bluez.org
521W: http://www.holtmann.org/linux/bluetooth/
522T: git kernel.org:/pub/scm/linux/kernel/git/holtmann/bluetooth-2.6.git
523S: Maintained
524
525BLUETOOTH RFCOMM LAYER
526P: Marcel Holtmann
527M: marcel@holtmann.org
528P: Maxim Krasnyansky
529M: maxk@qualcomm.com
530S: Maintained
531
532BLUETOOTH BNEP LAYER
533P: Marcel Holtmann
534M: marcel@holtmann.org
535P: Maxim Krasnyansky
536M: maxk@qualcomm.com
537S: Maintained
538
539BLUETOOTH CMTP LAYER
540P: Marcel Holtmann
541M: marcel@holtmann.org
542S: Maintained
543
544BLUETOOTH HIDP LAYER
545P: Marcel Holtmann
546M: marcel@holtmann.org
547S: Maintained
548
549BLUETOOTH HCI UART DRIVER
550P: Marcel Holtmann
551M: marcel@holtmann.org
552P: Maxim Krasnyansky
553M: maxk@qualcomm.com
554S: Maintained
555
556BLUETOOTH HCI USB DRIVER
557P: Marcel Holtmann
558M: marcel@holtmann.org
559P: Maxim Krasnyansky
560M: maxk@qualcomm.com
561S: Maintained
562
563BLUETOOTH HCI BCM203X DRIVER
564P: Marcel Holtmann
565M: marcel@holtmann.org
566S: Maintained
567
568BLUETOOTH HCI BPA10X DRIVER
569P: Marcel Holtmann
570M: marcel@holtmann.org
571S: Maintained
572
573BLUETOOTH HCI BFUSB DRIVER
574P: Marcel Holtmann
575M: marcel@holtmann.org
576S: Maintained
577
578BLUETOOTH HCI DTL1 DRIVER
579P: Marcel Holtmann
580M: marcel@holtmann.org
581S: Maintained
582
583BLUETOOTH HCI BLUECARD DRIVER
584P: Marcel Holtmann
585M: marcel@holtmann.org
586S: Maintained
587
588BLUETOOTH HCI BT3C DRIVER
589P: Marcel Holtmann
590M: marcel@holtmann.org
591S: Maintained
592
593BLUETOOTH HCI BTUART DRIVER
594P: Marcel Holtmann
595M: marcel@holtmann.org
596S: Maintained
597
598BLUETOOTH HCI VHCI DRIVER
599P: Maxim Krasnyansky
600M: maxk@qualcomm.com
601S: Maintained
602
603BONDING DRIVER
604P: Chad Tindel
605M: ctindel@users.sourceforge.net
606P: Jay Vosburgh
607M: fubar@us.ibm.com
608L: bonding-devel@lists.sourceforge.net
609W: http://sourceforge.net/projects/bonding/
610S: Supported
611
612BROADBAND PROCESSOR ARCHITECTURE
613P: Arnd Bergmann
614M: arnd@arndb.de
615L: linuxppc-dev@ozlabs.org
616W: http://www.penguinppc.org/ppc64/
617S: Supported
618
619BROADCOM B44 10/100 ETHERNET DRIVER
620P: Gary Zambrano
621M: zambrano@broadcom.com
622L: netdev@vger.kernel.org
623S: Supported
624
625BROADCOM BNX2 GIGABIT ETHERNET DRIVER
626P: Michael Chan
627M: mchan@broadcom.com
628L: netdev@vger.kernel.org
629S: Supported
630
631BROADCOM TG3 GIGABIT ETHERNET DRIVER
632P: Michael Chan
633M: mchan@broadcom.com
634L: netdev@vger.kernel.org
635S: Supported
636
637BTTV VIDEO4LINUX DRIVER
638P: Mauro Carvalho Chehab
639M: mchehab@infradead.org
640M: v4l-dvb-maintainer@linuxtv.org
641L: video4linux-list@redhat.com
642W: http://linuxtv.org
643T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
644S: Maintained
645
646CALGARY x86-64 IOMMU
647P: Muli Ben-Yehuda
648M: muli@il.ibm.com
649P: Jon D. Mason
650M: jdmason@kudzu.us
651L: linux-kernel@vger.kernel.org
652L: discuss@x86-64.org
653S: Maintained
654
655COMMON INTERNET FILE SYSTEM (CIFS)
656P: Steve French
657M: sfrench@samba.org
658L: linux-cifs-client@lists.samba.org
659L: samba-technical@lists.samba.org
660W: http://us1.samba.org/samba/Linux_CIFS_client.html
661T: git kernel.org:/pub/scm/linux/kernel/git/sfrench/cifs-2.6.git
662S: Supported
663
664CONFIGFS
665P: Joel Becker
666M: joel.becker@oracle.com
667L: linux-kernel@vger.kernel.org
668S: Supported
669
670CIRRUS LOGIC GENERIC FBDEV DRIVER
671P: Jeff Garzik
672M: jgarzik@pobox.com
673L: linux-fbdev-devel@lists.sourceforge.net
674S: Odd Fixes
675
676CIRRUS LOGIC CS4280/CS461x SOUNDDRIVER
677P: Cirrus Logic Corporation (kernel 2.2 driver)
678M: Cirrus Logic Corporation, Thomas Woller <twoller@crystal.cirrus.com>
679P: Nils Faerber (port to kernel 2.4)
680M: Nils Faerber <nils@kernelconcepts.de>
681S: Maintained
682
683CODA FILE SYSTEM
684P: Jan Harkes
685M: jaharkes@cs.cmu.edu
686M: coda@cs.cmu.edu
687L: codalist@coda.cs.cmu.edu
688W: http://www.coda.cs.cmu.edu/
689S: Maintained
690
691COMPACTPCI HOTPLUG CORE
692P: Scott Murray
693M: scottm@somanetworks.com
694M: scott@spiteful.org
695L: pcihpd-discuss@lists.sourceforge.net
696S: Supported
697
698COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
699P: Scott Murray
700M: scottm@somanetworks.com
701M: scott@spiteful.org
702L: pcihpd-discuss@lists.sourceforge.net
703S: Supported
704
705COMPACTPCI HOTPLUG GENERIC DRIVER
706P: Scott Murray
707M: scottm@somanetworks.com
708M: scott@spiteful.org
709L: pcihpd-discuss@lists.sourceforge.net
710S: Supported
711
712COMPUTONE INTELLIPORT MULTIPORT CARD
713P: Michael H. Warfield
714M: mhw@wittsend.com
715W: http://www.wittsend.com/computone.html
716S: Maintained
717
718COSA/SRP SYNC SERIAL DRIVER
719P: Jan "Yenya" Kasprzak
720M: kas@fi.muni.cz
721W: http://www.fi.muni.cz/~kas/cosa/
722S: Maintained
723
724CPU FREQUENCY DRIVERS
725P: Dave Jones
726M: davej@codemonkey.org.uk
727L: cpufreq@lists.linux.org.uk
728W: http://www.codemonkey.org.uk/projects/cpufreq/
729T: git kernel.org/pub/scm/linux/kernel/davej/cpufreq.git
730S: Maintained
731
732CPUID/MSR DRIVER
733P: H. Peter Anvin
734M: hpa@zytor.com
735S: Maintained
736
737CPUSETS
738P: Paul Jackson
739P: Simon Derr
740M: pj@sgi.com
741M: simon.derr@bull.net
742L: linux-kernel@vger.kernel.org
743W: http://www.bullopensource.org/cpuset/
744S: Supported
745
746CRAMFS FILESYSTEM
747W: http://sourceforge.net/projects/cramfs/
748S: Orphan
749
750CRIS PORT
751P: Mikael Starvik
752M: starvik@axis.com
753L: dev-etrax@axis.com
754W: http://developer.axis.com
755S: Maintained
756
757CRYPTO API
758P: Herbert Xu
759M: herbert@gondor.apana.org.au
760P: David S. Miller
761M: davem@davemloft.net
762L: linux-crypto@vger.kernel.org
763T: git kernel.org:/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
764S: Maintained
765
766CS5535 Audio ALSA driver
767P: Jaya Kumar
768M: jayakumar.alsa@gmail.com
769S: Maintained
770
771CYBERPRO FB DRIVER
772P: Russell King
773M: rmk@arm.linux.org.uk
774W: http://www.arm.linux.org.uk/
775S: Maintained
776
777CYBLAFB FRAMEBUFFER DRIVER
778P: Knut Petersen
779M: Knut_Petersen@t-online.de
780L: linux-fbdev-devel@lists.sourceforge.net
781S: Maintained
782
783CYCLADES 2X SYNC CARD DRIVER
784P: Arnaldo Carvalho de Melo
785M: acme@conectiva.com.br
786W: http://advogato.org/person/acme
787L: cycsyn-devel@bazar.conectiva.com.br
788S: Maintained
789
790CYCLADES ASYNC MUX DRIVER
791M: async@cyclades.com
792W: http://www.cyclades.com/
793S: Supported
794
795CYCLADES PC300 DRIVER
796M: pc300@cyclades.com
797W: http://www.cyclades.com/
798S: Supported
799
800DAMA SLAVE for AX.25
801P: Joerg Reuter
802M: jreuter@yaina.de
803W: http://yaina.de/jreuter/
804W: http://www.qsl.net/dl1bke/
805L: linux-hams@vger.kernel.org
806S: Maintained
807
808DC395x SCSI driver
809P: Oliver Neukum
810M: oliver@neukum.name
811P: Ali Akcaagac
812M: aliakc@web.de
813P: Jamie Lenehan
814M: lenehan@twibble.org
815W: http://twibble.org/dist/dc395x/
816L: dc395x@twibble.org
817L: http://lists.twibble.org/mailman/listinfo/dc395x/
818S: Maintained
819
820DC390/AM53C974 SCSI driver
821P: Kurt Garloff
822M: garloff@suse.de
823W: http://www.garloff.de/kurt/linux/dc390/
824P: Guennadi Liakhovetski
825M: g.liakhovetski@gmx.de
826S: Maintained
827
828DCCP PROTOCOL
829P: Arnaldo Carvalho de Melo
830M: acme@mandriva.com
831L: dccp@vger.kernel.org
832W: http://linux-net.osdl.org/index.php/DCCP
833S: Maintained
834
835DECnet NETWORK LAYER
836P: Patrick Caulfield
837M: patrick@tykepenguin.com
838W: http://linux-decnet.sourceforge.net
839L: linux-decnet-user@lists.sourceforge.net
840S: Maintained
841
842DEFXX FDDI NETWORK DRIVER
843P: Maciej W. Rozycki
844M: macro@linux-mips.org
845S: Maintained
846
847DELL LAPTOP SMM DRIVER
848P: Massimo Dal Zotto
849M: dz@debian.org
850W: http://www.debian.org/~dz/i8k/
851S: Maintained
852
853DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
854P: Doug Warzecha
855M: Douglas_Warzecha@dell.com
856S: Maintained
857
858DEVICE-MAPPER (LVM)
859P: Alasdair Kergon
860L: dm-devel@redhat.com
861W: http://sources.redhat.com/dm
862S: Maintained
863
864DEVICE NUMBER REGISTRY
865P: Torben Mathiasen
866M: device@lanana.org
867W: http://lanana.org/docs/device-list/index.html
868L: linux-kernel@vger.kernel.org
869S: Maintained
870
871DEVICE FILESYSTEM
872S: Obsolete
873
874DIGI INTL. EPCA DRIVER
875P: Digi International, Inc
876M: Eng.Linux@digi.com
877L: Eng.Linux@digi.com
878W: http://www.digi.com
879S: Orphaned
880
881DIGI RIGHTSWITCH NETWORK DRIVER
882P: Rick Richardson
883L: netdev@vger.kernel.org
884W: http://www.digi.com
885S: Orphaned
886
887DIRECTORY NOTIFICATION
888P: Stephen Rothwell
889M: sfr@canb.auug.org.au
890L: linux-kernel@vger.kernel.org
891S: Supported
892
893DISK GEOMETRY AND PARTITION HANDLING
894P: Andries Brouwer
895M: aeb@cwi.nl
896W: http://www.win.tue.nl/~aeb/linux/Large-Disk.html
897W: http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
898W: http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
899S: Maintained
900
901DISKQUOTA:
902P: Jan Kara
903M: jack@suse.cz
904L: linux-kernel@vger.kernel.org
905S: Maintained
906
907DISTRIBUTED LOCK MANAGER
908P: Patrick Caulfield
909M: pcaulfie@redhat.com
910P: David Teigland
911M: teigland@redhat.com
912L: cluster-devel@redhat.com
913W: http://sources.redhat.com/cluster/
914T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes.git
915T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw.git
916S: Supported
917
918DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
919P: Tobias Ringstrom
920M: tori@unhappy.mine.nu
921L: linux-kernel@vger.kernel.org
922S: Maintained
923
924DOCBOOK FOR DOCUMENTATION
925P: Martin Waitz
926M: tali@admingilde.org
927P: Randy Dunlap
928M: rdunlap@xenotime.net
929T: git http://tali.admingilde.org/git/linux-docbook.git
930S: Maintained
931
932DOCKING STATION DRIVER
933P: Kristen Carlson Accardi
934M: kristen.c.accardi@intel.com
935L: linux-acpi@vger.kernel.org
936S: Maintained
937
938DOUBLETALK DRIVER
939P: James R. Van Zandt
940M: jrv@vanzandt.mv.com
941L: blinux-list@redhat.com
942S: Maintained
943
944DRIVER CORE, KOBJECTS, AND SYSFS
945P: Greg Kroah-Hartman
946M: gregkh@suse.de
947L: linux-kernel@vger.kernel.org
948T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
949S: Supported
950
951DRM DRIVERS
952P: David Airlie
953M: airlied@linux.ie
954L: dri-devel@lists.sourceforge.net
955T: git kernel.org:/pub/scm/linux/kernel/git/airlied/drm-2.6.git
956S: Maintained
957
958DSCC4 DRIVER