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