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