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