[GFS2] [-mm patch] fs/gfs2/: possible cleanups
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / MAINTAINERS
CommitLineData
1da177e4
LT
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
436. Make sure you have the right to send any changes you make. If you
44 do changes at work you may find your employer owns the patch
45 not you.
46
477. Happy hacking.
48
49 -----------------------------------
50
51Maintainers List (try to look for most precise areas first)
52
53Note: For the hard of thinking, this list is meant to remain in alphabetical
54order. If you could add yourselves to it in alphabetical order that would be
55so much easier [Ed]
56
57P: Person
58M: Mail patches to
59L: Mailing list that is relevant to this area
60W: Web-page with status/info
50306fb5 61T: SCM tree type and location. Type is one of: git, hg, quilt.
1da177e4
LT
62S: Status, one of the following:
63
64 Supported: Someone is actually paid to look after this.
65 Maintained: Someone actually looks after it.
66 Odd Fixes: It has a maintainer but they don't have time to do
67 much other than throw the odd patch in. See below..
68 Orphan: No current maintainer [but maybe you could take the
69 role as you write your new code].
70 Obsolete: Old code. Something tagged obsolete generally means
71 it has been replaced by a better system and you
72 should be using that.
73
743C359 NETWORK DRIVER
75P: Mike Phillips
76M: mikep@linuxtr.net
979b6c13 77L: netdev@vger.kernel.org
1da177e4
LT
78L: linux-tr@linuxtr.net
79W: http://www.linuxtr.net
80S: Maintained
81
823C505 NETWORK DRIVER
83P: Philip Blundell
84M: philb@gnu.org
979b6c13 85L: netdev@vger.kernel.org
1da177e4
LT
86S: Maintained
87
883CR990 NETWORK DRIVER
89P: David Dillow
90M: dave@thedillows.org
979b6c13 91L: netdev@vger.kernel.org
1da177e4
LT
92S: Maintained
93
943W-XXXX ATA-RAID CONTROLLER DRIVER
95P: Adam Radford
96M: linuxraid@amcc.com
97L: linux-scsi@vger.kernel.org
98W: http://www.amcc.com
99S: Supported
100
1013W-9XXX SATA-RAID CONTROLLER DRIVER
102P: Adam Radford
103M: linuxraid@amcc.com
104L: linux-scsi@vger.kernel.org
105W: http://www.amcc.com
106S: Supported
107
10853C700 AND 53C700-66 SCSI DRIVER
109P: James E.J. Bottomley
110M: James.Bottomley@HansenPartnership.com
111L: linux-scsi@vger.kernel.org
112S: Maintained
113
1146PACK NETWORK DRIVER FOR AX.25
115P: Andreas Koensgen
116M: ajk@iehk.rwth-aachen.de
117L: linux-hams@vger.kernel.org
118S: Maintained
119
1208139CP 10/100 FAST ETHERNET DRIVER
121P: Jeff Garzik
122M: jgarzik@pobox.com
123S: Maintained
124
1258139TOO 10/100 FAST ETHERNET DRIVER
126P: Jeff Garzik
127M: jgarzik@pobox.com
128W: http://sourceforge.net/projects/gkernel/
129S: Maintained
130
1318169 10/100/1000 GIGABIT ETHERNET DRIVER
132P: Francois Romieu
133M: romieu@fr.zoreil.com
979b6c13 134L: netdev@vger.kernel.org
1da177e4
LT
135S: Maintained
136
1378250/16?50 (AND CLONE UARTS) SERIAL DRIVER
138P: Russell King
139M: rmk+serial@arm.linux.org.uk
140L: linux-serial@vger.kernel.org
141W: http://serial.sourceforge.net
142S: Maintained
143
1448390 NETWORK DRIVERS [WD80x3/SMC-ELITE, SMC-ULTRA, NE2000, 3C503, etc.]
145P: Paul Gortmaker
146M: p_gortmaker@yahoo.com
979b6c13 147L: netdev@vger.kernel.org
1da177e4
LT
148S: Maintained
149
67543e50
EVH
1509P FILE SYSTEM
151P: Eric Van Hensbergen
152M: ericvh@gmail.com
153P: Ron Minnich
154M: rminnich@lanl.gov
155P: Latchesar Ionkov
156M: lucho@ionkov.net
157L: v9fs-developer@lists.sourceforge.net
158W: http://v9fs.sf.net
159T: git kernel.org:/pub/scm/linux/kernel/ericvh/v9fs.git
160S: Maintained
161
1da177e4
LT
162A2232 SERIAL BOARD DRIVER
163P: Enver Haase
164M: ehaase@inf.fu-berlin.de
165M: A2232@gmx.net
166L: linux-m68k@lists.linux-m68k.org
167S: Maintained
168
169AIO
170P: Benjamin LaHaise
171M: bcrl@kvack.org
172L: linux-aio@kvack.org
173S: Supported
174
175ACENIC DRIVER
176P: Jes Sorensen
177M: jes@trained-monkey.org
178L: linux-acenic@sunsite.dk
179S: Maintained
180
181ACI MIXER DRIVER
182P: Robert Siemer
183M: Robert.Siemer@gmx.de
184L: linux-sound@vger.kernel.org
185W: http://www.stud.uni-karlsruhe.de/~uh1b/
186S: Maintained
187
1da177e4
LT
188AACRAID SCSI RAID DRIVER
189P: Adaptec OEM Raid Solutions
190L: linux-scsi@vger.kernel.org
191W: http://linux.dell.com/storage.shtml
192S: Supported
193
194ACPI
195P: Len Brown
196M: len.brown@intel.com
6968e50c 197L: linux-acpi@vger.kernel.org
1da177e4 198W: http://acpi.sourceforge.net/
6fb0425b 199T: git kernel.org:/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6.git
1da177e4
LT
200S: Maintained
201
202AD1816 SOUND DRIVER
203P: Thorsten Knabe
204M: Thorsten Knabe <linux@thorsten-knabe.de>
205W: http://linux.thorsten-knabe.de
206S: Maintained
207
6958ae31
KM
208AD1889 SOUND DRIVER
209P: Kyle McMartin
210M: kyle@parisc-linux.org
211P: Thibaut Varene
212M: T-Bone@parisc-linux.org
213W: http://wiki.parisc-linux.org/AD1889
214L: parisc-linux@lists.parisc-linux.org
215S: Maintained
216
1da177e4
LT
217ADM1025 HARDWARE MONITOR DRIVER
218P: Jean Delvare
219M: khali@linux-fr.org
cc0b07ed 220L: lm-sensors@lm-sensors.org
1da177e4
LT
221S: Maintained
222
223ADT746X FAN DRIVER
224P: Colin Leroy
225M: colin@colino.net
226S: Maintained
227
1da177e4
LT
228AEDSP16 DRIVER
229P: Riccardo Facchetti
230M: fizban@tin.it
231S: Maintained
232
233AFFS FILE SYSTEM
234P: Roman Zippel
235M: zippel@linux-m68k.org
236S: Maintained
237
238AGPGART DRIVER
239P: Dave Jones
240M: davej@codemonkey.org.uk
241W: http://www.codemonkey.org.uk/projects/agp/
1adc1230 242T: git kernel.org:/pub/scm/linux/kernel/git/davej/agpgart.git
1da177e4
LT
243S: Maintained
244
245AHA152X SCSI DRIVER
246P: Juergen E. Fischer
247M: Juergen Fischer <fischer@norbit.de>
248L: linux-scsi@vger.kernel.org
249S: Maintained
250
251ALCATEL SPEEDTOUCH USB DRIVER
252P: Duncan Sands
253M: duncan.sands@free.fr
254L: linux-usb-users@lists.sourceforge.net
255L: linux-usb-devel@lists.sourceforge.net
256W: http://www.linux-usb.org/SpeedTouch/
257S: Maintained
258
4a4e5787
RM
259ALI1563 I2C DRIVER
260P: Rudolf Marek
261M: r.marek@sh.cvut.cz
cc0b07ed 262L: lm-sensors@lm-sensors.org
4a4e5787
RM
263S: Maintained
264
1da177e4
LT
265ALPHA PORT
266P: Richard Henderson
267M: rth@twiddle.net
268S: Odd Fixes for 2.4; Maintained for 2.6.
269P: Ivan Kokshaysky
270M: ink@jurassic.park.msu.ru
271S: Maintained for 2.4; PCI support for 2.6.
272
f90b8116
JC
273AMD GEODE PROCESSOR/CHIPSET SUPPORT
274P: Jordan Crouse
275M: info-linux@geode.amd.com
276L: info-linux@geode.amd.com
277W: http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html
278S: Supported
279
1da177e4
LT
280APM DRIVER
281P: Stephen Rothwell
282M: sfr@canb.auug.org.au
283L: linux-laptop@vger.kernel.org
284W: http://www.canb.auug.org.au/~sfr/
285S: Supported
286
287APPLETALK NETWORK LAYER
288P: Arnaldo Carvalho de Melo
289M: acme@conectiva.com.br
290S: Maintained
291
1154ea7d
JK
292ARC FRAMEBUFFER DRIVER
293P: Jaya Kumar
294M: jayalk@intworks.biz
295S: Maintained
296
1da177e4
LT
297ARM26 ARCHITECTURE
298P: Ian Molton
299M: spyro@f2s.com
300S: Maintained
301
302ARM26/ARCHIMEDES
303P: Ian Molton
304M: spyro@f2s.com
305S: Maintained
306
307ARM26/A5000
308P: John Appleby
309M: john@dnsworld.co.uk
310S: Maintained
311
312ARM MFM AND FLOPPY DRIVERS
313P: Ian Molton
314M: spyro@f2s.com
315S: Maintained
316
317ARM/CORGI MACHINE SUPPORT
318P: Richard Purdie
319M: rpurdie@rpsys.net
320S: Maintained
321
8459c159
DO
322ARM/TOSA MACHINE SUPPORT
323P: Dirk Opfer
324M: dirk@opfer-online.de
325S: Maintained
326
1da177e4
LT
327ARM/PLEB SUPPORT
328P: Peter Chubb
329M: pleb@gelato.unsw.edu.au
330W: http://www.disy.cse.unsw.edu.au/Hardware/PLEB
331S: Maintained
332
333ARM/PT DIGITAL BOARD PORT
334P: Stefan Eletzhofer
335M: stefan.eletzhofer@eletztrick.de
70f09f1f 336L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
1da177e4
LT
337W: http://www.arm.linux.org.uk/
338S: Maintained
339
340ARM/SHARK MACHINE SUPPORT
341P: Alexander Schulz
342M: alex@shark-linux.de
343W: http://www.shark-linux.de/shark.html
344S: Maintained
345
346ARM/STRONGARM110 PORT
347P: Russell King
348M: rmk@arm.linux.org.uk
70f09f1f 349L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
1da177e4
LT
350W: http://www.arm.linux.org.uk/
351S: Maintained
352
353ARM/S3C2410 ARM ARCHITECTURE
354P: Ben Dooks
355M: ben-s3c2410@fluff.org
70f09f1f 356L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
1da177e4
LT
357W: http://www.fluff.org/ben/linux/
358S: Maintained
359
360ARM/S3C2440 ARM ARCHITECTURE
361P: Ben Dooks
362M: ben-s3c2440@fluff.org
70f09f1f 363L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
1da177e4
LT
364W: http://www.fluff.org/ben/linux/
365S: Maintained
366
367ARPD SUPPORT
368P: Jonathan Layes
979b6c13 369L: netdev@vger.kernel.org
1da177e4
LT
370S: Maintained
371
372ASUS ACPI EXTRAS DRIVER
373P: Karol Kozimor
374M: sziwan@users.sourceforge.net
375P: Julien Lerouge
376M: julien.lerouge@free.fr
377L: acpi4asus-user@lists.sourceforge.net
378W: http://sourceforge.net/projects/acpi4asus
379W: http://julien.lerouge.free.fr
380S: Maintained
381
382ATA OVER ETHERNET DRIVER
383P: Ed L. Cashin
384M: ecashin@coraid.com
385W: http://www.coraid.com/support/linux
386S: Supported
387
388ATM
389P: Chas Williams
390M: chas@cmf.nrl.navy.mil
391L: linux-atm-general@lists.sourceforge.net
392W: http://linux-atm.sourceforge.net
393S: Maintained
394
395ATMEL WIRELESS DRIVER
396P: Simon Kelley
397M: simon@thekelleys.org.uk
398W: http://www.thekelleys.org.uk/atmel
399W: http://atmelwlandriver.sourceforge.net/
400S: Maintained
401
a92b7b80 402AUDIT SUBSYSTEM
ad3f9a22
DW
403P: David Woodhouse
404M: dwmw2@infradead.org
405L: linux-audit@redhat.com
406W: http://people.redhat.com/sgrubb/audit/
1adc1230 407T: git kernel.org:/pub/scm/linux/kernel/git/dwmw2/audit-2.6.git
a92b7b80
CW
408S: Maintained
409
1da177e4
LT
410AX.25 NETWORK LAYER
411P: Ralf Baechle
412M: ralf@linux-mips.org
413L: linux-hams@vger.kernel.org
d34cb28a 414W: http://www.linux-ax25.org/
1da177e4
LT
415S: Maintained
416
417BAYCOM/HDLCDRV DRIVERS FOR AX.25
418P: Thomas Sailer
419M: t.sailer@alumni.ethz.ch
420L: linux-hams@vger.kernel.org
421W: http://www.baycom.org/~tom/ham/ham.html
422S: Maintained
423
9eac8f95
MB
424BCM43XX WIRELESS DRIVER
425P: Michael Buesch
426M: mb@bu3sch.de
427P: Stefano Brivio
428M: st3@riseup.net
429W: http://bcm43xx.berlios.de/
430S: Maintained
431
1da177e4
LT
432BEFS FILE SYSTEM
433P: Sergey S. Kostyliov
434M: rathamahata@php4.ru
435L: linux-kernel@vger.kernel.org
436S: Maintained
437
438BERKSHIRE PRODUCTS PC WATCHDOG DRIVER
439P: Kenji Hollis
440W: http://ftp.bitgate.com/pcwd/
441S: Maintained
442
443BFS FILE SYSTEM
444P: Tigran A. Aivazian
445M: tigran@veritas.com
446L: linux-kernel@vger.kernel.org
447S: Maintained
448
449BLOCK LAYER
450P: Jens Axboe
451M: axboe@suse.de
452L: linux-kernel@vger.kernel.org
6fb0425b 453T: git kernel.org:/pub/scm/linux/kernel/git/axboe/linux-2.6-block.git
1da177e4
LT
454S: Maintained
455
456BLUETOOTH SUBSYSTEM
457P: Marcel Holtmann
458M: marcel@holtmann.org
459P: Maxim Krasnyansky
460M: maxk@qualcomm.com
461L: bluez-devel@lists.sf.net
462W: http://bluez.sf.net
463W: http://www.bluez.org
464W: http://www.holtmann.org/linux/bluetooth/
1adc1230 465T: git kernel.org:/pub/scm/linux/kernel/git/holtmann/bluetooth-2.6.git
1da177e4
LT
466S: Maintained
467
468BLUETOOTH RFCOMM LAYER
469P: Marcel Holtmann
470M: marcel@holtmann.org
471P: Maxim Krasnyansky
472M: maxk@qualcomm.com
473S: Maintained
474
475BLUETOOTH BNEP LAYER
476P: Marcel Holtmann
477M: marcel@holtmann.org
478P: Maxim Krasnyansky
479M: maxk@qualcomm.com
480S: Maintained
481
482BLUETOOTH CMTP LAYER
483P: Marcel Holtmann
484M: marcel@holtmann.org
485S: Maintained
486
487BLUETOOTH HIDP LAYER
488P: Marcel Holtmann
489M: marcel@holtmann.org
490S: Maintained
491
492BLUETOOTH HCI UART DRIVER
493P: Marcel Holtmann
494M: marcel@holtmann.org
495P: Maxim Krasnyansky
496M: maxk@qualcomm.com
497S: Maintained
498
499BLUETOOTH HCI USB DRIVER
500P: Marcel Holtmann
501M: marcel@holtmann.org
502P: Maxim Krasnyansky
503M: maxk@qualcomm.com
504S: Maintained
505
506BLUETOOTH HCI BCM203X DRIVER
507P: Marcel Holtmann
508M: marcel@holtmann.org
509S: Maintained
510
511BLUETOOTH HCI BPA10X DRIVER
512P: Marcel Holtmann
513M: marcel@holtmann.org
514S: Maintained
515
516BLUETOOTH HCI BFUSB DRIVER
517P: Marcel Holtmann
518M: marcel@holtmann.org
519S: Maintained
520
521BLUETOOTH HCI DTL1 DRIVER
522P: Marcel Holtmann
523M: marcel@holtmann.org
524S: Maintained
525
526BLUETOOTH HCI BLUECARD DRIVER
527P: Marcel Holtmann
528M: marcel@holtmann.org
529S: Maintained
530
531BLUETOOTH HCI BT3C DRIVER
532P: Marcel Holtmann
533M: marcel@holtmann.org
534S: Maintained
535
536BLUETOOTH HCI BTUART DRIVER
537P: Marcel Holtmann
538M: marcel@holtmann.org
539S: Maintained
540
541BLUETOOTH HCI VHCI DRIVER
542P: Maxim Krasnyansky
543M: maxk@qualcomm.com
544S: Maintained
545
546BONDING DRIVER
547P: Chad Tindel
548M: ctindel@users.sourceforge.net
549P: Jay Vosburgh
550M: fubar@us.ibm.com
551L: bonding-devel@lists.sourceforge.net
552W: http://sourceforge.net/projects/bonding/
553S: Supported
554
fef1c772
AB
555BROADBAND PROCESSOR ARCHITECTURE
556P: Arnd Bergmann
557M: arnd@arndb.de
1d049816 558L: linuxppc-dev@ozlabs.org
fef1c772
AB
559W: http://linuxppc64.org
560S: Supported
561
1da177e4 562BTTV VIDEO4LINUX DRIVER
96b6aba0 563P: Mauro Carvalho Chehab
8d58d773
MCC
564M: mchehab@infradead.org
565M: v4l-dvb-maintainer@linuxtv.org
1da177e4 566L: video4linux-list@redhat.com
96b6aba0 567W: http://linuxtv.org
ecfa4fdc 568T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
96b6aba0 569S: Maintained
1da177e4 570
1da177e4
LT
571COMMON INTERNET FILE SYSTEM (CIFS)
572P: Steve French
573M: sfrench@samba.org
fb453d4b 574L: linux-cifs-client@lists.samba.org
1da177e4
LT
575L: samba-technical@lists.samba.org
576W: http://us1.samba.org/samba/Linux_CIFS_client.html
1adc1230 577T: git kernel.org:/pub/scm/linux/kernel/git/sfrench/cifs-2.6.git
1da177e4
LT
578S: Supported
579
7063fbf2
JB
580CONFIGFS
581P: Joel Becker
62ca3d26
JB
582M: joel.becker@oracle.com
583L: linux-kernel@vger.kernel.org
7063fbf2
JB
584S: Supported
585
1da177e4
LT
586CIRRUS LOGIC GENERIC FBDEV DRIVER
587P: Jeff Garzik
588M: jgarzik@pobox.com
589L: linux-fbdev-devel@lists.sourceforge.net
590S: Odd Fixes
591
592CIRRUS LOGIC CS4280/CS461x SOUNDDRIVER
593P: Cirrus Logic Corporation (kernel 2.2 driver)
594M: Cirrus Logic Corporation, Thomas Woller <twoller@crystal.cirrus.com>
595P: Nils Faerber (port to kernel 2.4)
596M: Nils Faerber <nils@kernelconcepts.de>
597S: Maintained
598
599CODA FILE SYSTEM
600P: Jan Harkes
601M: jaharkes@cs.cmu.edu
602M: coda@cs.cmu.edu
603L: codalist@coda.cs.cmu.edu
604W: http://www.coda.cs.cmu.edu/
605S: Maintained
606
607COMPACTPCI HOTPLUG CORE
608P: Scott Murray
609M: scottm@somanetworks.com
610M: scott@spiteful.org
611L: pcihpd-discuss@lists.sourceforge.net
612S: Supported
613
614COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
615P: Scott Murray
616M: scottm@somanetworks.com
617M: scott@spiteful.org
618L: pcihpd-discuss@lists.sourceforge.net
619S: Supported
620
621COMPACTPCI HOTPLUG GENERIC DRIVER
622P: Scott Murray
623M: scottm@somanetworks.com
624M: scott@spiteful.org
625L: pcihpd-discuss@lists.sourceforge.net
626S: Supported
627
628COMPUTONE INTELLIPORT MULTIPORT CARD
629P: Michael H. Warfield
07d46de4 630M: mhw@wittsend.com
1da177e4 631W: http://www.wittsend.com/computone.html
07d46de4 632S: Maintained
1da177e4
LT
633
634COSA/SRP SYNC SERIAL DRIVER
635P: Jan "Yenya" Kasprzak
636M: kas@fi.muni.cz
637W: http://www.fi.muni.cz/~kas/cosa/
638S: Maintained
639
640CPU FREQUENCY DRIVERS
641P: Dave Jones
642M: davej@codemonkey.org.uk
643L: cpufreq@lists.linux.org.uk
644W: http://www.codemonkey.org.uk/projects/cpufreq/
1adc1230 645T: git kernel.org/pub/scm/linux/kernel/davej/cpufreq.git
1da177e4
LT
646S: Maintained
647
648CPUID/MSR DRIVER
649P: H. Peter Anvin
650M: hpa@zytor.com
651S: Maintained
652
ed90fb4a
PJ
653CPUSETS
654P: Paul Jackson
655P: Simon Derr
656M: pj@sgi.com
657M: simon.derr@bull.net
658L: linux-kernel@vger.kernel.org
659W: http://www.bullopensource.org/cpuset/
660S: Supported
661
1da177e4
LT
662CRAMFS FILESYSTEM
663W: http://sourceforge.net/projects/cramfs/
664S: Orphan
665
666CRIS PORT
667P: Mikael Starvik
668M: starvik@axis.com
669L: dev-etrax@axis.com
670W: http://developer.axis.com
671S: Maintained
672
673CRYPTO API
674P: Herbert Xu
675M: herbert@gondor.apana.org.au
676P: David S. Miller
677M: davem@davemloft.net
678L: linux-crypto@vger.kernel.org
1adc1230 679T: git kernel.org:/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
1da177e4
LT
680S: Maintained
681
9b4ffa48
JK
682CS5535 Audio ALSA driver
683P: Jaya Kumar
684M: jayakumar.alsa@gmail.com
685S: Maintained
686
1da177e4
LT
687CYBERPRO FB DRIVER
688P: Russell King
689M: rmk@arm.linux.org.uk
690W: http://www.arm.linux.org.uk/
691S: Maintained
692
9fa68eae
KP
693CYBLAFB FRAMEBUFFER DRIVER
694P: Knut Petersen
695M: Knut_Petersen@t-online.de
696L: linux-fbdev-devel@lists.sourceforge.net
697S: Maintained
698
1da177e4
LT
699CYCLADES 2X SYNC CARD DRIVER
700P: Arnaldo Carvalho de Melo
701M: acme@conectiva.com.br
702W: http://advogato.org/person/acme
703L: cycsyn-devel@bazar.conectiva.com.br
704S: Maintained
705
706CYCLADES ASYNC MUX DRIVER
707M: async@cyclades.com
708W: http://www.cyclades.com/
709S: Supported
710
711CYCLADES PC300 DRIVER
712M: pc300@cyclades.com
713W: http://www.cyclades.com/
714S: Supported
715
1da177e4
LT
716DAMA SLAVE for AX.25
717P: Joerg Reuter
718M: jreuter@yaina.de
719W: http://yaina.de/jreuter/
720W: http://www.qsl.net/dl1bke/
721L: linux-hams@vger.kernel.org
722S: Maintained
723
724DC395x SCSI driver
725P: Oliver Neukum
726M: oliver@neukum.name
727P: Ali Akcaagac
728M: aliakc@web.de
729P: Jamie Lenehan
730M: lenehan@twibble.org
731W: http://twibble.org/dist/dc395x/
732L: http://lists.twibble.org/mailman/listinfo/dc395x/
733S: Maintained
734
735DC390/AM53C974 SCSI driver
736P: Kurt Garloff
737M: garloff@suse.de
738W: http://www.garloff.de/kurt/linux/dc390/
739P: Guennadi Liakhovetski
740M: g.liakhovetski@gmx.de
741S: Maintained
742
eb8edb08
ACM
743DCCP PROTOCOL
744P: Arnaldo Carvalho de Melo
745M: acme@mandriva.com
746L: dccp@vger.kernel.org
f3b84ec2 747W: http://linux-net.osdl.org/index.php/DCCP
eb8edb08
ACM
748S: Maintained
749
1da177e4
LT
750DECnet NETWORK LAYER
751P: Patrick Caulfield
752M: patrick@tykepenguin.com
753W: http://linux-decnet.sourceforge.net
754L: linux-decnet-user@lists.sourceforge.net
755S: Maintained
756
757DEFXX FDDI NETWORK DRIVER
758P: Maciej W. Rozycki
759M: macro@linux-mips.org
760S: Maintained
761
762DELL LAPTOP SMM DRIVER
763P: Massimo Dal Zotto
764M: dz@debian.org
765W: http://www.debian.org/~dz/i8k/
766S: Maintained
767
90563ec4
DW
768DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
769P: Doug Warzecha
770M: Douglas_Warzecha@dell.com
771S: Maintained
772
1da177e4
LT
773DEVICE-MAPPER
774P: Alasdair Kergon
775L: dm-devel@redhat.com
776W: http://sources.redhat.com/dm
777S: Maintained
778
779DEVICE NUMBER REGISTRY
780P: Torben Mathiasen
781M: device@lanana.org
782W: http://lanana.org/docs/device-list/index.html
783L: linux-kernel@vger.kernel.org
784S: Maintained
785
786DEVICE FILESYSTEM
787S: Obsolete
788
789DIGI INTL. EPCA DRIVER
790P: Digi International, Inc
791M: Eng.Linux@digi.com
792L: Eng.Linux@digi.com
793W: http://www.digi.com
794S: Orphaned
795
796DIGI RIGHTSWITCH NETWORK DRIVER
797P: Rick Richardson
979b6c13 798L: netdev@vger.kernel.org
1da177e4
LT
799W: http://www.digi.com
800S: Orphaned
801
802DIRECTORY NOTIFICATION
803P: Stephen Rothwell
804M: sfr@canb.auug.org.au
805L: linux-kernel@vger.kernel.org
806S: Supported
807
808DISK GEOMETRY AND PARTITION HANDLING
809P: Andries Brouwer
810M: aeb@cwi.nl
811W: http://www.win.tue.nl/~aeb/linux/Large-Disk.html
812W: http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
813W: http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
814S: Maintained
815
816DISKQUOTA:
817P: Jan Kara
818M: jack@suse.cz
819L: linux-kernel@vger.kernel.org
820S: Maintained
821
822DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
823P: Tobias Ringstrom
824M: tori@unhappy.mine.nu
825L: linux-kernel@vger.kernel.org
826S: Maintained
827
ba483d57
MW
828DOCBOOK FOR DOCUMENTATION
829P: Martin Waitz
830M: tali@admingilde.org
061350e7 831T: git http://tali.admingilde.org/git/linux-docbook.git
ba483d57
MW
832S: Maintained
833
1da177e4
LT
834DOUBLETALK DRIVER
835P: James R. Van Zandt
836M: jrv@vanzandt.mv.com
837L: blinux-list@redhat.com
838S: Maintained
839
840DRIVER CORE, KOBJECTS, AND SYSFS
841P: Greg Kroah-Hartman
842M: gregkh@suse.de
843L: linux-kernel@vger.kernel.org
6fb0425b 844T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
1da177e4
LT
845S: Supported
846
847DRM DRIVERS
848P: David Airlie
849M: airlied@linux.ie
850L: dri-devel@lists.sourceforge.net
6fb0425b 851T: git kernel.org:/pub/scm/linux/kernel/git/airlied/drm-2.6.git
1da177e4
LT
852S: Maintained
853
854DSCC4 DRIVER
855