]> Git Repo - linux.git/blame - MAINTAINERS
[PATCH] lockdep: increase max allowed recursion depth
[linux.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
c9ee133b
AC
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
1da177e4
LT
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
c9ee133b
AC
527. When sending security related changes or reports to a maintainer
53 please Cc: [email protected], especially if the maintainer
54 does not respond.
55
568. Happy hacking.
1da177e4
LT
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
50306fb5 70T: SCM tree type and location. Type is one of: git, hg, quilt.
1da177e4
LT
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: [email protected]
979b6c13 86L: [email protected]
1da177e4
LT
87L: [email protected]
88W: http://www.linuxtr.net
89S: Maintained
90
913C505 NETWORK DRIVER
92P: Philip Blundell
93M: [email protected]
979b6c13 94L: [email protected]
1da177e4
LT
95S: Maintained
96
973CR990 NETWORK DRIVER
98P: David Dillow
99M: [email protected]
979b6c13 100L: [email protected]
1da177e4
LT
101S: Maintained
102
1033W-XXXX ATA-RAID CONTROLLER DRIVER
104P: Adam Radford
105M: [email protected]
106L: [email protected]
107W: http://www.amcc.com
108S: Supported
109
1103W-9XXX SATA-RAID CONTROLLER DRIVER
111P: Adam Radford
112M: [email protected]
113L: [email protected]
114W: http://www.amcc.com
115S: Supported
116
11753C700 AND 53C700-66 SCSI DRIVER
118P: James E.J. Bottomley
119M: [email protected]
120L: [email protected]
121S: Maintained
122
1236PACK NETWORK DRIVER FOR AX.25
124P: Andreas Koensgen
125M: [email protected]
126L: [email protected]
127S: Maintained
128
1298139CP 10/100 FAST ETHERNET DRIVER
130P: Jeff Garzik
131M: [email protected]
132S: Maintained
133
1348139TOO 10/100 FAST ETHERNET DRIVER
135P: Jeff Garzik
136M: [email protected]
137W: http://sourceforge.net/projects/gkernel/
138S: Maintained
139
1408169 10/100/1000 GIGABIT ETHERNET DRIVER
141P: Francois Romieu
142M: [email protected]
979b6c13 143L: [email protected]
1da177e4
LT
144S: Maintained
145
1468250/16?50 (AND CLONE UARTS) SERIAL DRIVER
1da177e4
LT
147L: [email protected]
148W: http://serial.sourceforge.net
353cefdb 149S: Orphan
1da177e4
LT
150
1518390 NETWORK DRIVERS [WD80x3/SMC-ELITE, SMC-ULTRA, NE2000, 3C503, etc.]
152P: Paul Gortmaker
153M: [email protected]
979b6c13 154L: [email protected]
1da177e4
LT
155S: Maintained
156
67543e50
EVH
1579P FILE SYSTEM
158P: Eric Van Hensbergen
159M: [email protected]
160P: Ron Minnich
161M: [email protected]
162P: Latchesar Ionkov
163M: [email protected]
164L: [email protected]
165W: http://v9fs.sf.net
166T: git kernel.org:/pub/scm/linux/kernel/ericvh/v9fs.git
167S: Maintained
168
1da177e4
LT
169A2232 SERIAL BOARD DRIVER
170P: Enver Haase
171M: [email protected]
172M: [email protected]
173L: [email protected]
174S: Maintained
175
176AIO
177P: Benjamin LaHaise
178M: [email protected]
179L: [email protected]
180S: Supported
181
f2b84bbc
HG
182ABIT UGURU HARDWARE MONITOR DRIVER
183P: Hans de Goede
184M: [email protected]
185L: [email protected]
186S: Maintained
187
1da177e4
LT
188ACENIC DRIVER
189P: Jes Sorensen
190M: [email protected]
191L: [email protected]
192S: Maintained
193
194ACI MIXER DRIVER
195P: Robert Siemer
196M: [email protected]
197L: [email protected]
198W: http://www.stud.uni-karlsruhe.de/~uh1b/
199S: Maintained
200
1da177e4
LT
201AACRAID SCSI RAID DRIVER
202P: Adaptec OEM Raid Solutions
203L: [email protected]
204W: http://linux.dell.com/storage.shtml
205S: Supported
206
207ACPI
208P: Len Brown
209M: [email protected]
6968e50c 210L: [email protected]
1da177e4 211W: http://acpi.sourceforge.net/
6fb0425b 212T: git kernel.org:/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6.git
1da177e4
LT
213S: Maintained
214
998be20f
KCA
215ACPI PCI HOTPLUG DRIVER
216P: Kristen Carlson Accardi
217M: [email protected]
218L: [email protected]
219S: Maintained
220
1da177e4
LT
221AD1816 SOUND DRIVER
222P: Thorsten Knabe
223M: Thorsten Knabe <[email protected]>
224W: http://linux.thorsten-knabe.de
225S: Maintained
226
6958ae31
KM
227AD1889 SOUND DRIVER
228P: Kyle McMartin
229M: [email protected]
230P: Thibaut Varene
231M: [email protected]
232W: http://wiki.parisc-linux.org/AD1889
233L: [email protected]
234S: Maintained
235
1da177e4
LT
236ADM1025 HARDWARE MONITOR DRIVER
237P: Jean Delvare
238M: [email protected]
cc0b07ed 239L: [email protected]
1da177e4
LT
240S: Maintained
241
242ADT746X FAN DRIVER
243P: Colin Leroy
244M: [email protected]
245S: Maintained
246
1da177e4
LT
247AEDSP16 DRIVER
248P: Riccardo Facchetti
249M: [email protected]
250S: Maintained
251
252AFFS FILE SYSTEM
253P: Roman Zippel
254M: [email protected]
255S: Maintained
256
257AGPGART DRIVER
258P: Dave Jones
259M: [email protected]
260W: http://www.codemonkey.org.uk/projects/agp/
1adc1230 261T: git kernel.org:/pub/scm/linux/kernel/git/davej/agpgart.git
1da177e4
LT
262S: Maintained
263
264AHA152X SCSI DRIVER
265P: Juergen E. Fischer
266M: Juergen Fischer <[email protected]>
267L: [email protected]
268S: Maintained
269
270ALCATEL SPEEDTOUCH USB DRIVER
271P: Duncan Sands
272M: [email protected]
273L: [email protected]
274L: [email protected]
275W: http://www.linux-usb.org/SpeedTouch/
276S: Maintained
277
4a4e5787
RM
278ALI1563 I2C DRIVER
279P: Rudolf Marek
280M: [email protected]
5d925fec 281L: [email protected]
4a4e5787
RM
282S: Maintained
283
1da177e4
LT
284ALPHA PORT
285P: Richard Henderson
286M: [email protected]
287S: Odd Fixes for 2.4; Maintained for 2.6.
288P: Ivan Kokshaysky
289M: [email protected]
290S: Maintained for 2.4; PCI support for 2.6.
291
f90b8116
JC
292AMD GEODE PROCESSOR/CHIPSET SUPPORT
293P: Jordan Crouse
294M: [email protected]
295L: [email protected]
296W: http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html
297S: Supported
298
f94b533d
TT
299AMSO1100 RNIC DRIVER
300P: Tom Tucker
301M: [email protected]
302P: Steve Wise
303M: [email protected]
304L: [email protected]
305S: Maintained
306
42269063
JB
307AOA (Apple Onboard Audio) ALSA DRIVER
308P: Johannes Berg
309M: [email protected]
310L: [email protected]
311L: [email protected]
312S: Maintained
313
1da177e4
LT
314APM DRIVER
315P: Stephen Rothwell
316M: [email protected]
317L: [email protected]
318W: http://www.canb.auug.org.au/~sfr/
319S: Supported
320
321APPLETALK NETWORK LAYER
322P: Arnaldo Carvalho de Melo
323M: [email protected]
324S: Maintained
325
1154ea7d
JK
326ARC FRAMEBUFFER DRIVER
327P: Jaya Kumar
328M: [email protected]
329S: Maintained
330
1da177e4
LT
331ARM26 ARCHITECTURE
332P: Ian Molton
333M: [email protected]
334S: Maintained
335
336ARM26/ARCHIMEDES
337P: Ian Molton
338M: [email protected]
339S: Maintained
340
341ARM26/A5000
342P: John Appleby
343M: [email protected]
344S: Maintained
345
346ARM MFM AND FLOPPY DRIVERS
347P: Ian Molton
348M: [email protected]
349S: Maintained
350
351ARM/CORGI MACHINE SUPPORT
352P: Richard Purdie
353M: [email protected]
354S: Maintained
355
8459c159
DO
356ARM/TOSA MACHINE SUPPORT
357P: Dirk Opfer
358M: [email protected]
359S: Maintained
360
1da177e4
LT
361ARM/PLEB SUPPORT
362P: Peter Chubb
363M: [email protected]
364W: http://www.disy.cse.unsw.edu.au/Hardware/PLEB
365S: Maintained
366
367ARM/PT DIGITAL BOARD PORT
368P: Stefan Eletzhofer
369M: [email protected]
70f09f1f 370L: [email protected] (subscribers-only)
1da177e4
LT
371W: http://www.arm.linux.org.uk/
372S: Maintained
373
374ARM/SHARK MACHINE SUPPORT
375P: Alexander Schulz
376M: [email protected]
377W: http://www.shark-linux.de/shark.html
378S: Maintained
379
380ARM/STRONGARM110 PORT
381P: Russell King
382M: [email protected]
70f09f1f 383L: [email protected] (subscribers-only)
1da177e4
LT
384W: http://www.arm.linux.org.uk/
385S: Maintained
386
387ARM/S3C2410 ARM ARCHITECTURE
388P: Ben Dooks
389M: [email protected]
70f09f1f 390L: [email protected] (subscribers-only)
1da177e4
LT
391W: http://www.fluff.org/ben/linux/
392S: Maintained
393
394ARM/S3C2440 ARM ARCHITECTURE
395P: Ben Dooks
396M: [email protected]
70f09f1f 397L: [email protected] (subscribers-only)
1da177e4
LT
398W: http://www.fluff.org/ben/linux/
399S: Maintained
400
401ARPD SUPPORT
402P: Jonathan Layes
979b6c13 403L: [email protected]
1da177e4
LT
404S: Maintained
405
406ASUS ACPI EXTRAS DRIVER
407P: Karol Kozimor
408M: [email protected]
409P: Julien Lerouge
410M: [email protected]
411L: [email protected]
412W: http://sourceforge.net/projects/acpi4asus
413W: http://julien.lerouge.free.fr
414S: Maintained
415
416ATA OVER ETHERNET DRIVER
417P: Ed L. Cashin
418M: [email protected]
419W: http://www.coraid.com/support/linux
420S: Supported
421
422ATM
423P: Chas Williams
424M: [email protected]
f37bf90e 425L: [email protected] (subscribers-only)
1da177e4
LT
426W: http://linux-atm.sourceforge.net
427S: Maintained
428
429ATMEL WIRELESS DRIVER
430P: Simon Kelley
431M: [email protected]
432W: http://www.thekelleys.org.uk/atmel
433W: http://atmelwlandriver.sourceforge.net/
434S: Maintained
435
a92b7b80 436AUDIT SUBSYSTEM
ad3f9a22
DW
437P: David Woodhouse
438M: [email protected]
439L: [email protected]
440W: http://people.redhat.com/sgrubb/audit/
1adc1230 441T: git kernel.org:/pub/scm/linux/kernel/git/dwmw2/audit-2.6.git
a92b7b80
CW
442S: Maintained
443
5f97f7f9
HS
444AVR32 ARCHITECTURE
445P: Atmel AVR32 Support Team
446M: [email protected]
447P: Haavard Skinnemoen
448M: [email protected]
449W: http://www.atmel.com/products/AVR32/
450W: http://avr32linux.org/
451W: http://avrfreaks.net/
452S: Supported
453
454AVR32/AT32AP MACHINE SUPPORT
455P: Atmel AVR32 Support Team
456M: [email protected]
457P: Haavard Skinnemoen
458M: [email protected]
459S: Supported
460
1da177e4
LT
461AX.25 NETWORK LAYER
462P: Ralf Baechle
463M: [email protected]
464L: [email protected]
d34cb28a 465W: http://www.linux-ax25.org/
1da177e4
LT
466S: Maintained
467
468BAYCOM/HDLCDRV DRIVERS FOR AX.25
469P: Thomas Sailer
470M: [email protected]
471L: [email protected]
472W: http://www.baycom.org/~tom/ham/ham.html
473S: Maintained
474
fb67a0f7
MB
475BCM43XX WIRELESS DRIVER (SOFTMAC BASED VERSION)
476P: Larry Finger
477M: [email protected]
9eac8f95
MB
478P: Stefano Brivio
479M: [email protected]
480W: http://bcm43xx.berlios.de/
481S: Maintained
482
1da177e4
LT
483BEFS FILE SYSTEM
484P: Sergey S. Kostyliov
485M: [email protected]
486L: [email protected]
487S: Maintained
488
489BERKSHIRE PRODUCTS PC WATCHDOG DRIVER
490P: Kenji Hollis
491W: http://ftp.bitgate.com/pcwd/
492S: Maintained
493
494BFS FILE SYSTEM
495P: Tigran A. Aivazian
496M: [email protected]
497L: [email protected]
498S: Maintained
499
500BLOCK LAYER
501P: Jens Axboe
0fe23479 502M: [email protected]
1da177e4 503L: [email protected]
6fb0425b 504T: git kernel.org:/pub/scm/linux/kernel/git/axboe/linux-2.6-block.git
1da177e4
LT
505S: Maintained
506
507BLUETOOTH SUBSYSTEM
508P: Marcel Holtmann
509M: [email protected]
510P: Maxim Krasnyansky
511M: [email protected]
512L: [email protected]
513W: http://bluez.sf.net
514W: http://www.bluez.org
515W: http://www.holtmann.org/linux/bluetooth/
1adc1230 516T: git kernel.org:/pub/scm/linux/kernel/git/holtmann/bluetooth-2.6.git
1da177e4
LT
517S: Maintained
518
519BLUETOOTH RFCOMM LAYER
520P: Marcel Holtmann
521M: [email protected]
522P: Maxim Krasnyansky
523M: [email protected]
524S: Maintained
525
526BLUETOOTH BNEP LAYER
527P: Marcel Holtmann
528M: [email protected]
529P: Maxim Krasnyansky
530M: [email protected]
531S: Maintained
532
533BLUETOOTH CMTP LAYER
534P: Marcel Holtmann
535M: [email protected]
536S: Maintained
537
538BLUETOOTH HIDP LAYER
539P: Marcel Holtmann
540M: [email protected]
541S: Maintained
542
543BLUETOOTH HCI UART DRIVER
544P: Marcel Holtmann
545M: [email protected]
546P: Maxim Krasnyansky
547M: [email protected]
548S: Maintained
549
550BLUETOOTH HCI USB DRIVER
551P: Marcel Holtmann
552M: [email protected]
553P: Maxim Krasnyansky
554M: [email protected]
555S: Maintained
556
557BLUETOOTH HCI BCM203X DRIVER
558P: Marcel Holtmann
559M: [email protected]
560S: Maintained
561
562BLUETOOTH HCI BPA10X DRIVER
563P: Marcel Holtmann
564M: [email protected]
565S: Maintained
566
567BLUETOOTH HCI BFUSB DRIVER
568P: Marcel Holtmann
569M: [email protected]
570S: Maintained
571
572BLUETOOTH HCI DTL1 DRIVER
573P: Marcel Holtmann
574M: [email protected]
575S: Maintained
576
577BLUETOOTH HCI BLUECARD DRIVER
578P: Marcel Holtmann
579M: [email protected]
580S: Maintained
581
582BLUETOOTH HCI BT3C DRIVER
583P: Marcel Holtmann
584M: [email protected]
585S: Maintained
586
587BLUETOOTH HCI BTUART DRIVER
588P: Marcel Holtmann
589M: [email protected]
590S: Maintained
591
592BLUETOOTH HCI VHCI DRIVER
593P: Maxim Krasnyansky
594M: [email protected]
595S: Maintained
596
597BONDING DRIVER
598P: Chad Tindel
599M: [email protected]
600P: Jay Vosburgh
601M: [email protected]
602L: [email protected]
603W: http://sourceforge.net/projects/bonding/
604S: Supported
605
fef1c772
AB
606BROADBAND PROCESSOR ARCHITECTURE
607P: Arnd Bergmann
608M: [email protected]
1d049816 609L: [email protected]
6d923f98 610W: http://www.penguinppc.org/ppc64/
fef1c772
AB
611S: Supported
612
39105890
GZ
613BROADCOM B44 10/100 ETHERNET DRIVER
614P: Gary Zambrano
615M: [email protected]
616L: [email protected]
617S: Supported
618
948c51e6
MC
619BROADCOM BNX2 GIGABIT ETHERNET DRIVER
620P: Michael Chan
621M: [email protected]
622L: [email protected]
623S: Supported
624
625BROADCOM TG3 GIGABIT ETHERNET DRIVER
626P: Michael Chan
627M: [email protected]
628L: [email protected]
629S: Supported
630
1da177e4 631BTTV VIDEO4LINUX DRIVER
96b6aba0 632P: Mauro Carvalho Chehab
8d58d773
MCC
633M: [email protected]
634M: [email protected]
1da177e4 635L: [email protected]
96b6aba0 636W: http://linuxtv.org
ecfa4fdc 637T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
96b6aba0 638S: Maintained
1da177e4 639
77dac90f
MBY
640CALGARY x86-64 IOMMU
641P: Muli Ben-Yehuda
642M: [email protected]
643P: Jon D. Mason
d8d2bedf 644M: [email protected]
77dac90f
MBY
645L: [email protected]
646L: [email protected]
647S: Maintained
648
1da177e4
LT
649COMMON INTERNET FILE SYSTEM (CIFS)
650P: Steve French
651M: [email protected]
fb453d4b 652L: [email protected]
1da177e4
LT
653L: [email protected]
654W: http://us1.samba.org/samba/Linux_CIFS_client.html
1adc1230 655T: git kernel.org:/pub/scm/linux/kernel/git/sfrench/cifs-2.6.git
1da177e4
LT
656S: Supported
657
7063fbf2
JB
658CONFIGFS
659P: Joel Becker
62ca3d26
JB
660M: [email protected]
661L: [email protected]
7063fbf2
JB
662S: Supported
663
1da177e4
LT
664CIRRUS LOGIC GENERIC FBDEV DRIVER
665P: Jeff Garzik
666M: [email protected]
667L: [email protected]
668S: Odd Fixes
669
670CIRRUS LOGIC CS4280/CS461x SOUNDDRIVER
671P: Cirrus Logic Corporation (kernel 2.2 driver)
672M: Cirrus Logic Corporation, Thomas Woller <[email protected]>
673P: Nils Faerber (port to kernel 2.4)
674M: Nils Faerber <[email protected]>
675S: Maintained
676
677CODA FILE SYSTEM
678P: Jan Harkes
679M: [email protected]
680M: [email protected]
681L: [email protected]
682W: http://www.coda.cs.cmu.edu/
683S: Maintained
684
685COMPACTPCI HOTPLUG CORE
686P: Scott Murray
687M: [email protected]
688M: [email protected]
689L: [email protected]
690S: Supported
691
692COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
693P: Scott Murray
694M: [email protected]
695M: [email protected]
696L: [email protected]
697S: Supported
698
699COMPACTPCI HOTPLUG GENERIC DRIVER
700P: Scott Murray
701M: [email protected]
702M: [email protected]
703L: [email protected]
704S: Supported
705
706COMPUTONE INTELLIPORT MULTIPORT CARD
707P: Michael H. Warfield
07d46de4 708M: [email protected]
1da177e4 709W: http://www.wittsend.com/computone.html
07d46de4 710S: Maintained
1da177e4
LT
711
712COSA/SRP SYNC SERIAL DRIVER
713P: Jan "Yenya" Kasprzak
714M: [email protected]
715W: http://www.fi.muni.cz/~kas/cosa/
716S: Maintained
717
718CPU FREQUENCY DRIVERS
719P: Dave Jones
720M: [email protected]
721L: [email protected]
722W: http://www.codemonkey.org.uk/projects/cpufreq/
1adc1230 723T: git kernel.org/pub/scm/linux/kernel/davej/cpufreq.git
1da177e4
LT
724S: Maintained
725
726CPUID/MSR DRIVER
727P: H. Peter Anvin
728M: [email protected]
729S: Maintained
730
ed90fb4a
PJ
731CPUSETS
732P: Paul Jackson
733P: Simon Derr
734M: [email protected]
735M: [email protected]
736L: [email protected]
737W: http://www.bullopensource.org/cpuset/
738S: Supported
739
1da177e4
LT
740CRAMFS FILESYSTEM
741W: http://sourceforge.net/projects/cramfs/
742S: Orphan
743
744CRIS PORT
745P: Mikael Starvik
746M: [email protected]
747L: [email protected]
748W: http://developer.axis.com
749S: Maintained
750
751CRYPTO API
752P: Herbert Xu
753M: [email protected]
754P: David S. Miller
755M: [email protected]
756L: [email protected]
1adc1230 757T: git kernel.org:/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
1da177e4
LT
758S: Maintained
759
9b4ffa48
JK
760CS5535 Audio ALSA driver
761P: Jaya Kumar
762M: [email protected]
763S: Maintained
764
1da177e4
LT
765CYBERPRO FB DRIVER
766P: Russell King
767M: [email protected]
768W: http://www.arm.linux.org.uk/
769S: Maintained
770
9fa68eae
KP
771CYBLAFB FRAMEBUFFER DRIVER
772P: Knut Petersen
773M: [email protected]
774L: [email protected]
775S: Maintained
776
1da177e4
LT
777CYCLADES 2X SYNC CARD DRIVER
778P: Arnaldo Carvalho de Melo
779M: [email protected]
780W: http://advogato.org/person/acme
781L: [email protected]
782S: Maintained
783
784CYCLADES ASYNC MUX DRIVER
785M: [email protected]
786W: http://www.cyclades.com/
787S: Supported
788
789CYCLADES PC300 DRIVER
790M: [email protected]
791W: http://www.cyclades.com/
792S: Supported
793
1da177e4
LT
794DAMA SLAVE for AX.25
795P: Joerg Reuter
796M: [email protected]
797W: http://yaina.de/jreuter/
798W: http://www.qsl.net/dl1bke/
799L: [email protected]
800S: Maintained
801
802DC395x SCSI driver
803P: Oliver Neukum
804M: [email protected]
805P: Ali Akcaagac
806M: [email protected]
807P: Jamie Lenehan
808M: [email protected]
809W: http://twibble.org/dist/dc395x/
f5df5881 810L: [email protected]
1da177e4
LT
811L: http://lists.twibble.org/mailman/listinfo/dc395x/
812S: Maintained
813
814DC390/AM53C974 SCSI driver
815P: Kurt Garloff
816M: [email protected]
817W: http://www.garloff.de/kurt/linux/dc390/
818P: Guennadi Liakhovetski
819M: [email protected]
820S: Maintained
821
eb8edb08
ACM
822DCCP PROTOCOL
823P: Arnaldo Carvalho de Melo
824M: [email protected]
825L: [email protected]
f3b84ec2 826W: http://linux-net.osdl.org/index.php/DCCP
eb8edb08
ACM
827S: Maintained
828
1da177e4
LT
829DECnet NETWORK LAYER
830P: Patrick Caulfield
831M: [email protected]
832W: http://linux-decnet.sourceforge.net
833L: [email protected]
834S: Maintained
835
836DEFXX FDDI NETWORK DRIVER
837P: Maciej W. Rozycki
838M: [email protected]
839S: Maintained
840
841DELL LAPTOP SMM DRIVER
842P: Massimo Dal Zotto
843M: [email protected]
844W: http://www.debian.org/~dz/i8k/
845S: Maintained
846
90563ec4
DW
847DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
848P: Doug Warzecha
849M: [email protected]
850S: Maintained
851
5ddb88c0 852DEVICE-MAPPER (LVM)
1da177e4
LT
853P: Alasdair Kergon
854L: [email protected]
855W: http://sources.redhat.com/dm
856S: Maintained
857
858DEVICE NUMBER REGISTRY
859P: Torben Mathiasen
860M: [email protected]
861W: http://lanana.org/docs/device-list/index.html
862L: [email protected]
863S: Maintained
864
865DEVICE FILESYSTEM
866S: Obsolete
867
868DIGI INTL. EPCA DRIVER
869P: Digi International, Inc
870M: [email protected]
871L: [email protected]
872W: http://www.digi.com
873S: Orphaned
874
875DIGI RIGHTSWITCH NETWORK DRIVER
876P: Rick Richardson
979b6c13 877L: [email protected]
1da177e4
LT
878W: http://www.digi.com
879S: Orphaned
880
881DIRECTORY NOTIFICATION
882P: Stephen Rothwell
883M: [email protected]
884L: [email protected]
885S: Supported
886
887DISK GEOMETRY AND PARTITION HANDLING
888P: Andries Brouwer
889M: [email protected]
890W: http://www.win.tue.nl/~aeb/linux/Large-Disk.html
891W: http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
892W: http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
893S: Maintained
894
895DISKQUOTA:
896P: Jan Kara
897M: [email protected]
898L: [email protected]
899S: Maintained
900
5be7b50f
SW
901DISTRIBUTED LOCK MANAGER
902P: Patrick Caulfield
903M: [email protected]
904P: David Teigland
905M: [email protected]
a4644184 906L: [email protected]
5be7b50f 907W: http://sources.redhat.com/cluster/
370298e2
SW
908T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes.git
909T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw.git
5be7b50f
SW
910S: Supported
911
1da177e4
LT
912DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
913P: Tobias Ringstrom
914M: [email protected]
915L: [email protected]
916S: Maintained
917
ba483d57
MW
918DOCBOOK FOR DOCUMENTATION
919P: Martin Waitz
920M: [email protected]
0f40efbd
RD
921P: Randy Dunlap
922M: [email protected]
061350e7 923T: git http://tali.admingilde.org/git/linux-docbook.git
ba483d57
MW
924S: Maintained
925
5b9c9bf6
KCA
926DOCKING STATION DRIVER
927P: Kristen Carlson Accardi
928M: [email protected]
929L: [email protected]
930S: Maintained
931
1da177e4
LT
932DOUBLETALK DRIVER
933P: James R. Van Zandt
934M: [email protected]
935L: [email protected]
936S: Maintained
937
938DRIVER CORE, KOBJECTS, AND SYSFS
939P: Greg Kroah-Hartman
940M: [email protected]
941L: [email protected]
6fb0425b 942T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
1da177e4
LT
943S: Supported
944
945DRM DRIVERS
946P: David Airlie
947M: [email protected]
948L: [email protected]
6fb0425b 949T: git kernel.org:/pub/scm/linux/kernel/git/airlied/drm-2.6.git
1da177e4
LT
950S: Maintained
951
952DSCC4 DRIVER
953