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