xref: /openbmc/linux/MAINTAINERS (revision 185a257f)
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
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
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
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.
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
70T: SCM tree type and location.  Type is one of: git, hg, quilt.
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
86L:	netdev@vger.kernel.org
87L:	linux-tr@linuxtr.net
88W:	http://www.linuxtr.net
89S:	Maintained
90
913C505 NETWORK DRIVER
92P:	Philip Blundell
93M:	philb@gnu.org
94L:	netdev@vger.kernel.org
95S:	Maintained
96
973CR990 NETWORK DRIVER
98P:	David Dillow
99M:	dave@thedillows.org
100L:	netdev@vger.kernel.org
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
143L:	netdev@vger.kernel.org
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
156L:	netdev@vger.kernel.org
157S:	Maintained
158
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
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
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
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
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
212L:	linux-acpi@vger.kernel.org
213W:	http://acpi.sourceforge.net/
214T:	git kernel.org:/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6.git
215S:	Maintained
216
217ACPI PCI HOTPLUG DRIVER
218P:	Kristen Carlson Accardi
219M:	kristen.c.accardi@intel.com
220L:	pcihpd-discuss@lists.sourceforge.net
221S:	Maintained
222
223AD1816 SOUND DRIVER
224P:	Thorsten Knabe
225M:	Thorsten Knabe <linux@thorsten-knabe.de>
226W:	http://linux.thorsten-knabe.de
227S:	Maintained
228
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
238ADM1025 HARDWARE MONITOR DRIVER
239P:	Jean Delvare
240M:	khali@linux-fr.org
241L:	lm-sensors@lm-sensors.org
242S:	Maintained
243
244ADT746X FAN DRIVER
245P:	Colin Leroy
246M:	colin@colino.net
247S:	Maintained
248
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/
263T:	git kernel.org:/pub/scm/linux/kernel/git/davej/agpgart.git
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
280ALI1563 I2C DRIVER
281P:	Rudolf Marek
282M:	r.marek@sh.cvut.cz
283L:	i2c@lm-sensors.org
284S:	Maintained
285
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
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
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
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
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
328ARC FRAMEBUFFER DRIVER
329P:	Jaya Kumar
330M:	jayalk@intworks.biz
331S:	Maintained
332
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
358ARM/TOSA MACHINE SUPPORT
359P:	Dirk Opfer
360M:	dirk@opfer-online.de
361S:	Maintained
362
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
372L:	linux-arm-kernel@lists.arm.linux.org.uk	(subscribers-only)
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
385L:	linux-arm-kernel@lists.arm.linux.org.uk	(subscribers-only)
386W:	http://www.arm.linux.org.uk/
387S:	Maintained
388
389ARM/S3C2410 ARM ARCHITECTURE
390P:	Ben Dooks
391M:	ben-s3c2410@fluff.org
392L:	linux-arm-kernel@lists.arm.linux.org.uk	(subscribers-only)
393W:	http://www.fluff.org/ben/linux/
394S:	Maintained
395
396ARM/S3C2440 ARM ARCHITECTURE
397P:	Ben Dooks
398M:	ben-s3c2440@fluff.org
399L:	linux-arm-kernel@lists.arm.linux.org.uk	(subscribers-only)
400W:	http://www.fluff.org/ben/linux/
401S:	Maintained
402
403ARPD SUPPORT
404P:	Jonathan Layes
405L:	netdev@vger.kernel.org
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
427L:	linux-atm-general@lists.sourceforge.net (subscribers-only)
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
438AUDIT SUBSYSTEM
439P:	David Woodhouse
440M:	dwmw2@infradead.org
441L:	linux-audit@redhat.com
442W:	http://people.redhat.com/sgrubb/audit/
443T:	git kernel.org:/pub/scm/linux/kernel/git/dwmw2/audit-2.6.git
444S:	Maintained
445
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
463AX.25 NETWORK LAYER
464P:	Ralf Baechle
465M:	ralf@linux-mips.org
466L:	linux-hams@vger.kernel.org
467W:	http://www.linux-ax25.org/
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
477BCM43XX WIRELESS DRIVER (SOFTMAC BASED VERSION)
478P:	Larry Finger
479M:	Larry.Finger@lwfinger.net
480P:	Stefano Brivio
481M:	st3@riseup.net
482W:	http://bcm43xx.berlios.de/
483S:	Maintained
484
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
506T:	git kernel.org:/pub/scm/linux/kernel/git/axboe/linux-2.6-block.git
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/
518T:	git kernel.org:/pub/scm/linux/kernel/git/holtmann/bluetooth-2.6.git
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
608BROADBAND PROCESSOR ARCHITECTURE
609P:	Arnd Bergmann
610M:	arnd@arndb.de
611L:	linuxppc-dev@ozlabs.org
612W:	http://www.penguinppc.org/ppc64/
613S:	Supported
614
615BROADCOM B44 10/100 ETHERNET DRIVER
616P:	Gary Zambrano
617M:	zambrano@broadcom.com
618L:	netdev@vger.kernel.org
619S:	Supported
620
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
633BTTV VIDEO4LINUX DRIVER
634P:	Mauro Carvalho Chehab
635M:	mchehab@infradead.org
636M:	v4l-dvb-maintainer@linuxtv.org
637L:	video4linux-list@redhat.com
638W:	http://linuxtv.org
639T:	git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
640S:	Maintained
641
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
651COMMON INTERNET FILE SYSTEM (CIFS)
652P:	Steve French
653M:	sfrench@samba.org
654L:	linux-cifs-client@lists.samba.org
655L:	samba-technical@lists.samba.org
656W:	http://us1.samba.org/samba/Linux_CIFS_client.html
657T:	git kernel.org:/pub/scm/linux/kernel/git/sfrench/cifs-2.6.git
658S:	Supported
659
660CONFIGFS
661P:	Joel Becker
662M:	joel.becker@oracle.com
663L:	linux-kernel@vger.kernel.org
664S:	Supported
665
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
710M:	mhw@wittsend.com
711W:	http://www.wittsend.com/computone.html
712S:	Maintained
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/
725T:	git kernel.org/pub/scm/linux/kernel/davej/cpufreq.git
726S:	Maintained
727
728CPUID/MSR DRIVER
729P:	H. Peter Anvin
730M:	hpa@zytor.com
731S:	Maintained
732
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
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
759T:	git kernel.org:/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
760S:	Maintained
761
762CS5535 Audio ALSA driver
763P:	Jaya Kumar
764M:	jayakumar.alsa@gmail.com
765S:	Maintained
766
767CYBERPRO FB DRIVER
768P:	Russell King
769M:	rmk@arm.linux.org.uk
770W:	http://www.arm.linux.org.uk/
771S:	Maintained
772
773CYBLAFB FRAMEBUFFER DRIVER
774P:	Knut Petersen
775M:	Knut_Petersen@t-online.de
776L:	linux-fbdev-devel@lists.sourceforge.net
777S:	Maintained
778
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
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/
812L:	dc395x@twibble.org
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
824DCCP PROTOCOL
825P:	Arnaldo Carvalho de Melo
826M:	acme@mandriva.com
827L:	dccp@vger.kernel.org
828W:	http://linux-net.osdl.org/index.php/DCCP
829S:	Maintained
830
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
849DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
850P:	Doug Warzecha
851M:	Douglas_Warzecha@dell.com
852S:	Maintained
853
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
879L:	netdev@vger.kernel.org
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
903DISTRIBUTED LOCK MANAGER
904P:	Patrick Caulfield
905M:	pcaulfie@redhat.com
906P:	David Teigland
907M:	teigland@redhat.com
908L:	cluster-devel@redhat.com
909W:	http://sources.redhat.com/cluster/
910T:	git kernel.org:/pub/scm/linux/kernel/git/steve/gfs-2.6.git
911S:	Supported
912
913DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
914P:	Tobias Ringstrom
915M:	tori@unhappy.mine.nu
916L:	linux-kernel@vger.kernel.org
917S:	Maintained
918
919DOCBOOK FOR DOCUMENTATION
920P:	Martin Waitz
921M:	tali@admingilde.org
922P:	Randy Dunlap
923M:	rdunlap@xenotime.net
924T:	git http://tali.admingilde.org/git/linux-docbook.git
925S:	Maintained
926
927DOCKING STATION DRIVER
928P:	Kristen Carlson Accardi
929M:	kristen.c.accardi@intel.com
930L:	linux-acpi@vger.kernel.org
931S:	Maintained
932
933DOUBLETALK DRIVER
934P:	James R. Van Zandt
935M:	jrv@vanzandt.mv.com
936L:	blinux-list@redhat.com
937S:	Maintained
938
939DRIVER CORE, KOBJECTS, AND SYSFS
940P:	Greg Kroah-Hartman
941M:	gregkh@suse.de
942L:	linux-kernel@vger.kernel.org
943T:	quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
944S:	Supported
945
946DRM DRIVERS
947P:	David Airlie
948M:	airlied@linux.ie
949L:	dri-devel@lists.sourceforge.net
950T:	git kernel.org:/pub/scm/linux/kernel/git/airlied/drm-2.6.git
951S:	Maintained
952
953DSCC4 DRIVER
954P:	Fran�ois Romieu
955M:	romieu@cogenit.fr
956M:	romieu@ensta.fr
957S:	Maintained
958
959DVB SUBSYSTEM AND DRIVERS
960P:	LinuxTV.org Project
961M:	v4l-dvb-maintainer@linuxtv.org
962L: 	linux-dvb@linuxtv.org (subscription required)
963W:	http://linuxtv.org/
964T:	git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
965S:	Maintained
966
967EATA-DMA SCSI DRIVER
968P:	Michael Neuffer
969L:	linux-eata@i-connect.net, linux-scsi@vger.kernel.org
970S:	Maintained
971
972EATA ISA/EISA/PCI SCSI DRIVER
973P:	Dario Ballabio
974M:	ballabio_dario@emc.com
975L:	linux-scsi@vger.kernel.org
976S:	Maintained
977
978EATA-PIO SCSI DRIVER
979P:	Michael Neuffer
980M:	mike@i-Connect.Net
981L:	linux-eata@i-connect.net, linux-scsi@vger.kernel.org
982S:	Maintained
983
984EBTABLES
985P:	Bart De Schuymer
986M:	bart.de.schuymer@pandora.be
987L:	ebtables-user@lists.sourceforge.net
988L:	ebtables-devel@lists.sourceforge.net
989W:	http://ebtables.sourceforge.net/
990S:	Maintained
991
992EDAC-CORE
993P:	Doug Thompson
994M:	norsk5@xmission.com
995L:	bluesmoke-devel@lists.sourceforge.net
996W:	bluesmoke.sourceforge.net
997S:	Supported
998
999EDAC-E752X
1000P:	Mark Gross
1001M:	mark.gross@intel.com
1002L:	bluesmoke-devel@lists.sourceforge.net
1003W:	bluesmoke.sourceforge.net
1004S:	Maintained
1005
1006EDAC-E7XXX
1007P:	Doug Thompson
1008M:	norsk5@xmission.com
1009L:	bluesmoke-devel@lists.sourceforge.net
1010W:	bluesmoke.sourceforge.net
1011S:	Maintained
1012
1013EDAC-R82600
1014P:	Tim Small
1015M:	tim@buttersideup.com
1016L:	bluesmoke-devel@lists.sourceforge.net
1017W:	bluesmoke.sourceforge.net
1018S:	Maintained
1019
1020EEPRO100 NETWORK DRIVER
1021P:	Andrey V. Savochkin
1022M:	saw@saw.sw.com.sg
1023S:	Maintained
1024
1025EFS FILESYSTEM
1026W:	http://aeschi.ch.eu.org/efs/
1027S:	Orphan
1028
1029EHCA (IBM GX bus InfiniBand adapter) DRIVER:
1030P:	Hoang-Nam Nguyen
1031M:	hnguyen@de.ibm.com
1032P:	Christoph Raisch
1033M:	raisch@de.ibm.com
1034L:	openib-general@openib.org
1035S:	Supported
1036
1037EMU10K1 SOUND DRIVER
1038P:	James Courtier-Dutton
1039M:	James@superbug.demon.co.uk
1040L:	emu10k1-devel@lists.sourceforge.net
1041W:	http://sourceforge.net/projects/emu10k1/
1042S:	Maintained
1043
1044EMULEX LPFC FC SCSI DRIVER
1045P:      James Smart
1046M:      james.smart@emulex.com
1047L:      linux-scsi@vger.kernel.org
1048W:      http://sourceforge.net/projects/lpfcxxxx
1049S:      Supported
1050
1051EPSON 1355 FRAMEBUFFER DRIVER
1052P:	Christopher Hoover
1053M:	ch@murgatroid.com, ch@hpl.hp.com
1054S:	Maintained
1055
1056ETHEREXPRESS-16 NETWORK DRIVER
1057P:	Philip Blundell
1058M:	philb@gnu.org
1059L:	netdev@vger.kernel.org
1060S:	Maintained
1061
1062ETHERNET BRIDGE
1063P:	Stephen Hemminger
1064M:	shemminger@osdl.org
1065L:	bridge@osdl.org
1066W:	http://bridge.sourceforge.net/
1067S:	Maintained
1068
1069ETHERTEAM 16I DRIVER
1070P:	Mika Kuoppala
1071M:	miku@iki.fi
1072S:	Maintained
1073
1074EXT2 FILE SYSTEM
1075L:	ext2-devel@lists.sourceforge.net
1076S:	Maintained
1077
1078EXT3 FILE SYSTEM
1079P:	Stephen Tweedie, Andrew Morton
1080M:	sct@redhat.com, akpm@osdl.org, adilger@clusterfs.com
1081L:	ext2-devel@lists.sourceforge.net
1082S:	Maintained
1083
1084F71805F HARDWARE MONITORING DRIVER
1085P:	Jean Delvare
1086M:	khali@linux-fr.org
1087L:	lm-sensors@lm-sensors.org
1088S:	Maintained
1089
1090FARSYNC SYNCHRONOUS DRIVER
1091P:	Kevin Curtis
1092M:	kevin.curtis@farsite.co.uk
1093W:	http://www.farsite.co.uk/
1094S:	Supported
1095
1096FRAMEBUFFER LAYER
1097P:	Antonino Daplas
1098M:	adaplas@pol.net
1099L:	linux-fbdev-devel@lists.sourceforge.net
1100W:	http://linux-fbdev.sourceforge.net/
1101S:	Maintained
1102
1103FREESCALE SOC FS_ENET DRIVER
1104P:	Pantelis Antoniou
1105M:	pantelis.antoniou@gmail.com
1106P:	Vitaly Bordug
1107M:	vbordug@ru.mvista.com
1108L:	linuxppc-embedded@ozlabs.org
1109L:	netdev@vger.kernel.org
1110S:	Maintained
1111
1112FILE LOCKING (flock() and fcntl()/lockf())
1113P:	Matthew Wilcox
1114M:	matthew@wil.cx
1115L:	linux-fsdevel@vger.kernel.org
1116S:	Maintained
1117
1118FILESYSTEMS (VFS and infrastructure)
1119P:	Alexander Viro
1120M:	viro@zeniv.linux.org.uk
1121S:	Maintained
1122
1123FIRMWARE LOADER (request_firmware)
1124L:	linux-kernel@vger.kernel.org
1125S:	Orphan
1126
1127FPU EMULATOR
1128P:	Bill Metzenthen
1129M:	billm@suburbia.net
1130W:	http://suburbia.net/~billm/floating-point/emulator/
1131S:	Maintained
1132
1133FRAME RELAY DLCI/FRAD (Sangoma drivers too)
1134P:	Mike McLagan
1135M:	mike.mclagan@linux.org
1136L:	netdev@vger.kernel.org
1137S:	Maintained
1138
1139FREEVXFS FILESYSTEM
1140P:	Christoph Hellwig
1141M:	hch@infradead.org
1142W:	ftp://ftp.openlinux.org/pub/people/hch/vxfs
1143S:	Maintained
1144
1145FUJITSU FR-V PORT
1146P:	David Howells
1147M:	dhowells@redhat.com
1148S:	Maintained
1149
1150FTAPE/QIC-117
1151L:	linux-tape@vger.kernel.org
1152W:	http://sourceforge.net/projects/ftape
1153S:	Orphan
1154
1155FUSE: FILESYSTEM IN USERSPACE
1156P:	Miklos Szeredi
1157M:	miklos@szeredi.hu
1158L:	fuse-devel@lists.sourceforge.net
1159W:	http://fuse.sourceforge.net/
1160S:	Maintained
1161
1162FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
1163P:	Rik Faith
1164M:	faith@cs.unc.edu
1165L:	linux-scsi@vger.kernel.org
1166S:	Odd fixes (e.g., new signatures)
1167
1168GDT SCSI DISK ARRAY CONTROLLER DRIVER
1169P:	Achim Leubner
1170M:	achim_leubner@adaptec.com
1171L:	linux-scsi@vger.kernel.org
1172W:	http://www.icp-vortex.com/
1173S:	Supported
1174
1175GENERIC HDLC DRIVER, N2, C101, PCI200SYN and WANXL DRIVERS
1176P:	Krzysztof Halasa
1177M:	khc@pm.waw.pl
1178W:	http://www.kernel.org/pub/linux/utils/net/hdlc/
1179S:	Maintained
1180
1181GFS2 FILE SYSTEM
1182P:	Steven Whitehouse
1183M:	swhiteho@redhat.com
1184L:	cluster-devel@redhat.com
1185W:	http://sources.redhat.com/cluster/
1186T:	git kernel.org:/pub/scm/linux/kernel/git/steve/gfs-2.6.git
1187S:	Supported
1188
1189GIGASET ISDN DRIVERS
1190P:	Hansjoerg Lipp
1191M:	hjlipp@web.de
1192P:	Tilman Schmidt
1193M:	tilman@imap.cc
1194L:	gigaset307x-common@lists.sourceforge.net
1195W:	http://gigaset307x.sourceforge.net/
1196S:	Maintained
1197
1198HARDWARE MONITORING
1199P:	Jean Delvare
1200M:	khali@linux-fr.org
1201L:	lm-sensors@lm-sensors.org
1202W:	http://www.lm-sensors.nu/
1203S:	Maintained
1204
1205HARDWARE RANDOM NUMBER GENERATOR CORE
1206P:	Michael Buesch
1207M:	mb@bu3sch.de
1208S:	Maintained
1209
1210HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
1211P:	Robert Love
1212M:	rlove@rlove.org
1213M:	linux-kernel@vger.kernel.org
1214W:	http://www.kernel.org/pub/linux/kernel/people/rml/hdaps/
1215S:	Maintained
1216
1217HARMONY SOUND DRIVER
1218P:	Kyle McMartin
1219M:	kyle@parisc-linux.org
1220W:	http://www.parisc-linux.org/~kyle/harmony/
1221L:	parisc-linux@lists.parisc-linux.org
1222S:	Maintained
1223
1224HAYES ESP SERIAL DRIVER
1225P:	Andrew J. Robinson
1226M:	arobinso@nyx.net
1227L:	linux-kernel@vger.kernel.org
1228W:	http://www.nyx.net/~arobinso
1229S:	Maintained
1230
1231HFS FILESYSTEM
1232P:	Roman Zippel
1233M:	zippel@linux-m68k.org
1234L:	linux-kernel@vger.kernel.org
1235S:	Maintained
1236
1237HGA FRAMEBUFFER DRIVER
1238P:	Ferenc Bakonyi
1239M:	fero@drama.obuda.kando.hu
1240L:	linux-nvidia@lists.surfsouth.com
1241W:	http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
1242S:	Maintained
1243
1244HIGH-SPEED SCC DRIVER FOR AX.25
1245P:	Klaus Kudielka
1246M:	klaus.kudielka@ieee.org
1247L:	linux-hams@vger.kernel.org
1248W:	http://www.nt.tuwien.ac.at/~kkudielk/Linux/
1249S:	Maintained
1250
1251HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
1252P:	HighPoint Linux Team
1253M:	linux@highpoint-tech.com
1254W:	http://www.highpoint-tech.com
1255S:	Supported
1256
1257HIPPI
1258P:	Jes Sorensen
1259M:	jes@trained-monkey.org
1260L:	linux-hippi@sunsite.dk
1261S:	Maintained
1262
1263HEWLETT-PACKARD FIBRE CHANNEL 64-bit/66MHz PCI non-intelligent HBA
1264P:	Chirag Kantharia
1265M:	chirag.kantharia@hp.com
1266L:	iss_storagedev@hp.com
1267S:	Maintained
1268
1269HEWLETT-PACKARD SMART2 RAID DRIVER
1270P:	Chirag Kantharia
1271M:	chirag.kantharia@hp.com
1272L:	iss_storagedev@hp.com
1273S:	Maintained
1274
1275HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
1276P:	Mike Miller
1277M:	mike.miller@hp.com
1278L:	iss_storagedev@hp.com
1279S:	Supported
1280
1281HOST AP DRIVER
1282P:	Jouni Malinen
1283M:	jkmaline@cc.hut.fi
1284L:	hostap@shmoo.com
1285W:	http://hostap.epitest.fi/
1286S:	Maintained
1287
1288HP100:	Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
1289P:	Jaroslav Kysela
1290M:	perex@suse.cz
1291S:	Maintained
1292
1293HPET:	High Precision Event Timers driver (hpet.c)
1294P:	Clemens Ladisch
1295M:	clemens@ladisch.de
1296S:	Maintained
1297
1298HPET:	i386
1299P:	Venkatesh Pallipadi (Venki)
1300M:	venkatesh.pallipadi@intel.com
1301S:	Maintained
1302
1303HPET:	x86_64
1304P:	Andi Kleen and Vojtech Pavlik
1305M:	ak@muc.de and vojtech@suse.cz
1306S:	Maintained
1307
1308HPET:	ACPI hpet.c
1309P:	Bob Picco
1310M:	bob.picco@hp.com
1311S:	Maintained
1312
1313HPFS FILESYSTEM
1314P:	Mikulas Patocka
1315M:	mikulas@artax.karlin.mff.cuni.cz
1316W:	http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
1317S:	Maintained
1318
1319HUGETLB FILESYSTEM
1320P:	William Irwin
1321M:	wli@holomorphy.com
1322S:	Maintained
1323
1324I2C SUBSYSTEM
1325P:	Jean Delvare
1326M:	khali@linux-fr.org
1327L:	i2c@lm-sensors.org
1328W:	http://www.lm-sensors.nu/
1329T:	quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
1330S:	Maintained
1331
1332I2O
1333P:	Markus Lidel
1334M:	markus.lidel@shadowconnect.com
1335W:	http://i2o.shadowconnect.com/
1336S:	Maintained
1337
1338i386 BOOT CODE
1339P:	Riley H. Williams
1340M:	Riley@Williams.Name
1341L:	Linux-Kernel@vger.kernel.org
1342S:	Maintained
1343
1344i386 SETUP CODE / CPU ERRATA WORKAROUNDS
1345P:	Dave Jones
1346M:	davej@codemonkey.org.uk
1347P:	H. Peter Anvin
1348M:	hpa@zytor.com
1349S:	Maintained
1350
1351i810 TCO TIMER WATCHDOG
1352P:	Nils Faerber
1353M:	nils@kernelconcepts.de
1354W:	http://www.kernelconcepts.de/
1355S:	Maintained
1356
1357IA64 (Itanium) PLATFORM
1358P:	Tony Luck
1359M:	tony.luck@intel.com
1360L:	linux-ia64@vger.kernel.org
1361W:	http://www.ia64-linux.org/
1362T:	git kernel.org:/pub/scm/linux/kernel/git/aegl/linux-2.6.git
1363S:	Maintained
1364
1365SN-IA64 (Itanium) SUB-PLATFORM
1366P:	Jes Sorensen
1367M:	jes@sgi.com
1368L:	linux-altix@sgi.com
1369L:	linux-ia64@vger.kernel.org
1370W:	http://www.sgi.com/altix
1371S:	Maintained
1372
1373IBM MCA SCSI SUBSYSTEM DRIVER
1374P:	Michael Lang
1375M:	langa2@kph.uni-mainz.de
1376W:	http://www.uni-mainz.de/~langm000/linux.html
1377S:	Maintained
1378
1379IBM Power Linux RAID adapter
1380P:	Brian King
1381M:	brking@us.ibm.com
1382S:	Supported
1383
1384IBM ServeRAID RAID DRIVER
1385P:	Jack Hammer
1386P:	Dave Jeffery
1387M:	ipslinux@adaptec.com
1388W:	http://www.developer.ibm.com/welcome/netfinity/serveraid.html
1389S:	Supported
1390
1391IDE DRIVER [GENERAL]
1392P:	Bartlomiej Zolnierkiewicz
1393M:	B.Zolnierkiewicz@elka.pw.edu.pl
1394L:	linux-kernel@vger.kernel.org
1395L:	linux-ide@vger.kernel.org
1396T:	git kernel.org:/pub/scm/linux/kernel/git/bart/ide-2.6.git
1397S:	Maintained
1398
1399IDE/ATAPI CDROM DRIVER
1400P:	Jens Axboe
1401M:	axboe@suse.de
1402L:	linux-kernel@vger.kernel.org
1403W:	http://www.kernel.dk
1404S:	Maintained
1405
1406IDE/ATAPI FLOPPY DRIVERS
1407P:	Paul Bristow
1408M:	Paul Bristow <paul@paulbristow.net>
1409W:	http://paulbristow.net/linux/idefloppy.html
1410L:	linux-kernel@vger.kernel.org
1411S:	Maintained
1412
1413IDE/ATAPI TAPE DRIVERS
1414P:	Gadi Oxman
1415M:	Gadi Oxman <gadio@netvision.net.il>
1416L:	linux-kernel@vger.kernel.org
1417S:	Maintained
1418
1419IEEE 1394 ETHERNET (eth1394)
1420L:	linux1394-devel@lists.sourceforge.net
1421W:	http://www.linux1394.org/
1422S:	Orphan
1423
1424IEEE 1394 SUBSYSTEM
1425P:	Ben Collins
1426M:	bcollins@debian.org
1427P:	Jody McIntyre
1428M:	scjody@modernduck.com
1429L:	linux1394-devel@lists.sourceforge.net
1430W:	http://www.linux1394.org/
1431T:	git kernel.org:/pub/scm/linux/kernel/git/scjody/ieee1394.git
1432S:	Maintained
1433
1434IEEE 1394 OHCI DRIVER
1435P:	Ben Collins
1436M:	bcollins@debian.org
1437P:	Jody McIntyre
1438M:	scjody@modernduck.com
1439L:	linux1394-devel@lists.sourceforge.net
1440W:	http://www.linux1394.org/
1441S:	Maintained
1442
1443IEEE 1394 PCILYNX DRIVER
1444P:	Jody McIntyre
1445M:	scjody@modernduck.com
1446L:	linux1394-devel@lists.sourceforge.net
1447W:	http://www.linux1394.org/
1448S:	Maintained
1449
1450IEEE 1394 RAW I/O DRIVER
1451P:	Ben Collins
1452M:	bcollins@debian.org
1453P:	Dan Dennedy
1454M:	dan@dennedy.org
1455L:	linux1394-devel@lists.sourceforge.net
1456W:	http://www.linux1394.org/
1457S:	Maintained
1458
1459IEEE 1394 SBP2
1460P:	Ben Collins
1461M:	bcollins@debian.org
1462P:	Stefan Richter
1463M:	stefanr@s5r6.in-berlin.de
1464L:	linux1394-devel@lists.sourceforge.net
1465W:	http://www.linux1394.org/
1466S:	Maintained
1467
1468IMS TWINTURBO FRAMEBUFFER DRIVER
1469P:	Paul Mundt
1470M:	lethal@chaoticdreams.org
1471L:	linux-fbdev-devel@lists.sourceforge.net
1472S:	Maintained
1473
1474INFINIBAND SUBSYSTEM
1475P:	Roland Dreier
1476M:	rolandd@cisco.com
1477P:	Sean Hefty
1478M:	mshefty@ichips.intel.com
1479P:	Hal Rosenstock
1480M:	halr@voltaire.com
1481L:	openib-general@openib.org
1482W:	http://www.openib.org/
1483T:	git kernel.org:/pub/scm/linux/kernel/git/roland/infiniband.git
1484S:	Supported
1485
1486INPUT (KEYBOARD, MOUSE, JOYSTICK) DRIVERS
1487P:	Dmitry Torokhov
1488M:	dmitry.torokhov@gmail.com
1489M:	dtor@mail.ru
1490L:	linux-input@atrey.karlin.mff.cuni.cz
1491L:	linux-joystick@atrey.karlin.mff.cuni.cz
1492T:	git kernel.org:/pub/scm/linux/kernel/git/dtor/input.git
1493S:	Maintained
1494
1495INOTIFY
1496P:	John McCutchan and Robert Love
1497M:	ttb@tentacle.dhs.org and rml@novell.com
1498L:	linux-kernel@vger.kernel.org
1499S:	Maintained
1500
1501INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
1502P:      Sylvain Meyer
1503M:      sylvain.meyer@worldonline.fr
1504L:      linux-fbdev-devel@lists.sourceforge.net
1505S:      Maintained
1506
1507INTEL 810/815 FRAMEBUFFER DRIVER
1508P:      Antonino Daplas
1509M:      adaplas@pol.net
1510L:      linux-fbdev-devel@lists.sourceforge.net
1511S:      Maintained
1512
1513INTEL APIC/IOAPIC, LOWLEVEL X86 SMP SUPPORT
1514P:	Ingo Molnar
1515M:	mingo@redhat.com
1516S:	Maintained
1517
1518INTEL I8XX RANDOM NUMBER GENERATOR SUPPORT
1519P:	Jeff Garzik
1520M:	jgarzik@pobox.com
1521W:	http://sourceforge.net/projects/gkernel/
1522S:	Maintained
1523
1524INTEL IA32 MICROCODE UPDATE SUPPORT
1525P:	Tigran Aivazian
1526M:	tigran@veritas.com
1527S:	Maintained
1528
1529INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
1530P:	Deepak Saxena
1531M:	dsaxena@plexity.net
1532S:	Maintained
1533
1534INTEL PRO/100 ETHERNET SUPPORT
1535P:	John Ronciak
1536M:	john.ronciak@intel.com
1537P:	Jesse Brandeburg
1538M:	jesse.brandeburg@intel.com
1539P:	Jeff Kirsher
1540M:	jeffrey.t.kirsher@intel.com
1541P:	Auke Kok
1542M:	auke-jan.h.kok@intel.com
1543W:	http://sourceforge.net/projects/e1000/
1544S:	Supported
1545
1546INTEL PRO/1000 GIGABIT ETHERNET SUPPORT
1547P:	Jeb Cramer
1548M:	cramerj@intel.com
1549P:	John Ronciak
1550M:	john.ronciak@intel.com
1551P:	Jesse Brandeburg
1552M:	jesse.brandeburg@intel.com
1553P:	Jeff Kirsher
1554M:	jeffrey.t.kirsher@intel.com
1555P:	Auke Kok
1556M:	auke-jan.h.kok@intel.com
1557W:	http://sourceforge.net/projects/e1000/
1558S:	Supported
1559
1560INTEL PRO/10GbE SUPPORT
1561P:	Jeff Kirsher
1562M:	jeffrey.t.kirsher@intel.com
1563P:	Ayyappan Veeraiyan
1564M:	ayyappan.veeraiyan@intel.com
1565P:	John Ronciak
1566M:	john.ronciak@intel.com
1567P:	Jesse Brandeburg
1568M:	jesse.brandeburg@intel.com
1569P:	Auke Kok
1570M:	auke-jan.h.kok@intel.com
1571W:	http://sourceforge.net/projects/e1000/
1572S:	Supported
1573
1574INTEL PRO/WIRELESS 2100 NETWORK CONNECTION SUPPORT
1575P:	Yi Zhu
1576M:	yi.zhu@intel.com
1577P:	James Ketrenos
1578M:	jketreno@linux.intel.com
1579L:	ipw2100-devel@lists.sourceforge.net
1580L:	http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
1581W:	http://ipw2100.sourceforge.net
1582S:	Supported
1583
1584INTEL PRO/WIRELESS 2915ABG NETWORK CONNECTION SUPPORT
1585P:	Yi Zhu
1586M:	yi.zhu@intel.com
1587P:	James Ketrenos
1588M:	jketreno@linux.intel.com
1589L:	ipw2100-devel@lists.sourceforge.net
1590L:	http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
1591W:	http://ipw2200.sourceforge.net
1592S:	Supported
1593
1594IOC3 DRIVER
1595P:	Ralf Baechle
1596M:	ralf@linux-mips.org
1597L:	linux-mips@linux-mips.org
1598S:	Maintained
1599
1600IP MASQUERADING:
1601P:	Juanjo Ciarlante
1602M:	jjciarla@raiz.uncu.edu.ar
1603S:	Maintained
1604
1605IPATH DRIVER:
1606P:	Bryan O'Sullivan
1607M:	support@pathscale.com
1608L:	openib-general@openib.org
1609S:	Supported
1610
1611IPMI SUBSYSTEM
1612P:	Corey Minyard
1613M:	minyard@acm.org
1614L:	openipmi-developer@lists.sourceforge.net
1615W:	http://openipmi.sourceforge.net/
1616S:	Supported
1617
1618IPX NETWORK LAYER
1619P:	Arnaldo Carvalho de Melo
1620M:	acme@conectiva.com.br
1621L:	netdev@vger.kernel.org
1622S:	Maintained
1623
1624IRDA SUBSYSTEM
1625P:	Samuel Ortiz
1626M:	samuel@sortiz.org
1627L:	irda-users@lists.sourceforge.net (subscribers-only)
1628W:	http://irda.sourceforge.net/
1629S:	Maintained
1630
1631ISAPNP
1632P:	Jaroslav Kysela
1633M:	perex@suse.cz
1634S:	Maintained
1635
1636ISDN SUBSYSTEM
1637P:	Karsten Keil
1638M:	kkeil@suse.de
1639P:	Kai Germaschewski
1640M:	kai.germaschewski@gmx.de
1641L:	isdn4linux@listserv.isdn4linux.de
1642W:	http://www.isdn4linux.de
1643T:	git kernel.org:/pub/scm/linux/kernel/kkeil/isdn-2.6.git
1644S:	Maintained
1645
1646ISDN SUBSYSTEM (Eicon active card driver)
1647P:	Armin Schindler
1648M:	mac@melware.de
1649L:	isdn4linux@listserv.isdn4linux.de
1650W:	http://www.melware.de
1651S:	Maintained
1652
1653JOURNALLING FLASH FILE SYSTEM (JFFS)
1654P:	Axis Communications AB
1655M:	jffs-dev@axis.com
1656L:	jffs-dev@axis.com
1657W:	http://www.developer.axis.com/software/jffs/
1658S:	Maintained
1659
1660JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
1661P:	David Woodhouse
1662M:	dwmw2@infradead.org
1663L:	jffs-dev@axis.com
1664W:	http://sources.redhat.com/jffs2/
1665S:	Maintained
1666
1667JFS FILESYSTEM
1668P:	Dave Kleikamp
1669M:	shaggy@austin.ibm.com
1670L:	jfs-discussion@lists.sourceforge.net
1671W:	http://jfs.sourceforge.net/
1672T:	git kernel.org:/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
1673S:	Supported
1674
1675JOURNALLING LAYER FOR BLOCK DEVICES (JBD)
1676P:	Stephen Tweedie, Andrew Morton
1677M:	sct@redhat.com, akpm@osdl.org
1678L:	ext2-devel@lists.sourceforge.net
1679S:	Maintained
1680
1681KCONFIG
1682P:	Roman Zippel
1683M:	zippel@linux-m68k.org
1684L:	kbuild-devel@lists.sourceforge.net
1685S:	Maintained
1686
1687KDUMP
1688P:	Vivek Goyal
1689M:	vgoyal@in.ibm.com
1690P:	Haren Myneni
1691M:	hbabu@us.ibm.com
1692L:	fastboot@lists.osdl.org
1693L:	linux-kernel@vger.kernel.org
1694W:	http://lse.sourceforge.net/kdump/
1695S:	Maintained
1696
1697KERNEL AUTOMOUNTER (AUTOFS)
1698P:	H. Peter Anvin
1699M:	hpa@zytor.com
1700L:	autofs@linux.kernel.org
1701S:	Odd Fixes
1702
1703KERNEL AUTOMOUNTER v4 (AUTOFS4)
1704P:	Ian Kent
1705M:	raven@themaw.net
1706L:	autofs@linux.kernel.org
1707S:	Maintained
1708
1709KERNEL BUILD (kbuild: Makefile, scripts/Makefile.*)
1710P:	Kai Germaschewski
1711M:	kai@germaschewski.name
1712P:	Sam Ravnborg
1713M:	sam@ravnborg.org
1714T:	git kernel.org:/pub/scm/linux/kernel/git/sam/kbuild.git
1715S:	Maintained
1716
1717KERNEL JANITORS
1718P:	Several
1719L:	kernel-janitors@lists.osdl.org
1720W:	http://www.kerneljanitors.org/
1721S:	Maintained
1722
1723KERNEL NFSD
1724P:	Neil Brown
1725M:	neilb@cse.unsw.edu.au
1726L:	nfs@lists.sourceforge.net
1727W:	http://nfs.sourceforge.net/
1728W:	http://www.cse.unsw.edu.au/~neilb/patches/linux-devel/
1729S:	Maintained
1730
1731KEXEC
1732P:	Eric Biederman
1733M:	ebiederm@xmission.com
1734W:	http://www.xmission.com/~ebiederm/files/kexec/
1735L:	linux-kernel@vger.kernel.org
1736L:	fastboot@osdl.org
1737S:	Maintained
1738
1739KPROBES
1740P:	Prasanna S Panchamukhi
1741M:	prasanna@in.ibm.com
1742P:	Ananth N Mavinakayanahalli
1743M:	ananth@in.ibm.com
1744P:	Anil S Keshavamurthy
1745M:	anil.s.keshavamurthy@intel.com
1746P:	David S. Miller
1747M:	davem@davemloft.net
1748L:	linux-kernel@vger.kernel.org
1749S:	Maintained
1750
1751LAPB module
1752L:	linux-x25@vger.kernel.org
1753S:	Orphan
1754
1755LASI 53c700 driver for PARISC
1756P:	James E.J. Bottomley
1757M:	James.Bottomley@HansenPartnership.com
1758L:	linux-scsi@vger.kernel.org
1759S:	Maintained
1760
1761LED SUBSYSTEM
1762P:	Richard Purdie
1763M:	rpurdie@rpsys.net
1764S:	Maintained
1765
1766LEGO USB Tower driver
1767P:	Juergen Stuber
1768M:	starblue@users.sourceforge.net
1769L:	legousb-devel@lists.sourceforge.net
1770W:	http://legousb.sourceforge.net/
1771S:	Maintained
1772
1773LINUX FOR IBM pSERIES (RS/6000)
1774P:	Paul Mackerras
1775M:	paulus@au.ibm.com
1776W:	http://www.ibm.com/linux/ltc/projects/ppc
1777S:	Supported
1778
1779LINUX FOR NCR VOYAGER
1780P:	James Bottomley
1781M:	James.Bottomley@HansenPartnership.com
1782W:	http://www.hansenpartnership.com/voyager
1783S:	Maintained
1784
1785LINUX FOR POWERPC
1786P:	Paul Mackerras
1787M:	paulus@samba.org
1788W:	http://www.penguinppc.org/
1789L:	linuxppc-dev@ozlabs.org
1790T:	git kernel.org:/pub/scm/linux/kernel/git/paulus/powerpc.git
1791S:	Supported
1792
1793LINUX FOR POWER MACINTOSH
1794P:	Benjamin Herrenschmidt
1795M:	benh@kernel.crashing.org
1796W:	http://www.penguinppc.org/
1797L:	linuxppc-dev@ozlabs.org
1798S:	Maintained
1799
1800LINUX FOR POWERPC EMBEDDED MPC52XX
1801P:	Sylvain Munaut
1802M:	tnt@246tNt.com
1803W:	http://www.246tNt.com/mpc52xx/
1804W:	http://www.penguinppc.org/
1805L:	linuxppc-dev@ozlabs.org
1806L:	linuxppc-embedded@ozlabs.org
1807S:	Maintained
1808
1809LINUX FOR POWERPC EMBEDDED PPC4XX
1810P:	Matt Porter
1811M:	mporter@kernel.crashing.org
1812W:	http://www.penguinppc.org/
1813L:	linuxppc-embedded@ozlabs.org
1814S:	Maintained
1815
1816LINUX FOR POWERPC BOOT CODE
1817P:	Tom Rini
1818M:	trini@kernel.crashing.org
1819W:	http://www.penguinppc.org/
1820L:	linuxppc-embedded@ozlabs.org
1821S:	Maintained
1822
1823LINUX FOR POWERPC EMBEDDED PPC8XX
1824P:	Marcelo Tosatti
1825M:	marcelo@kvack.org
1826W:	http://www.penguinppc.org/
1827L:	linuxppc-embedded@ozlabs.org
1828S:	Maintained
1829
1830LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
1831P:     Kumar Gala
1832M:     galak@kernel.crashing.org
1833W:     http://www.penguinppc.org/
1834L:     linuxppc-embedded@ozlabs.org
1835S:     Maintained
1836
1837LINUX FOR POWERPC PA SEMI PWRFICIENT
1838P:	Olof Johansson
1839M:	olof@lixom.net
1840W:	http://www.pasemi.com/
1841L:	linuxppc-dev@ozlabs.org
1842S:	Supported
1843
1844LLC (802.2)
1845P:	Arnaldo Carvalho de Melo
1846M:	acme@conectiva.com.br
1847S:	Maintained
1848
1849LINUX FOR 64BIT POWERPC
1850P:	Paul Mackerras
1851M:	paulus@samba.org
1852M:	paulus@au.ibm.com
1853P:	Anton Blanchard
1854M:	anton@samba.org
1855M:	anton@au.ibm.com
1856W:	http://www.penguinppc.org/ppc64/
1857L:	linuxppc-dev@ozlabs.org
1858S:	Supported
1859
1860LINUX SECURITY MODULE (LSM) FRAMEWORK
1861P:	Chris Wright
1862M:	chrisw@sous-sol.org
1863L:	linux-security-module@vger.kernel.org
1864W:	http://lsm.immunix.org
1865T:	git kernel.org:/pub/scm/linux/kernel/git/chrisw/lsm-2.6.git
1866S:	Supported
1867
1868LM83 HARDWARE MONITOR DRIVER
1869P:	Jean Delvare
1870M:	khali@linux-fr.org
1871L:	lm-sensors@lm-sensors.org
1872S:	Maintained
1873
1874LM90 HARDWARE MONITOR DRIVER
1875P:	Jean Delvare
1876M:	khali@linux-fr.org
1877L:	lm-sensors@lm-sensors.org
1878S:	Maintained
1879
1880LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP Dynamic Disks)
1881P:	Richard Russon (FlatCap)
1882M:	ldm@flatcap.org
1883L:	ldm-devel@lists.sourceforge.net
1884W:	http://ldm.sourceforge.net
1885S:	Maintained
1886
1887LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
1888P:	Eric Moore
1889M:	Eric.Moore@lsil.com
1890M:	support@lsil.com
1891L:	mpt_linux_developer@lsil.com
1892L:	linux-scsi@vger.kernel.org
1893W:	http://www.lsilogic.com/support
1894S:	Supported
1895
1896LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
1897P:	Matthew Wilcox
1898M:	matthew@wil.cx
1899L:	linux-scsi@vger.kernel.org
1900S:	Maintained
1901
1902M68K ARCHITECTURE
1903P:	Geert Uytterhoeven
1904M:	geert@linux-m68k.org
1905P:	Roman Zippel
1906M:	zippel@linux-m68k.org
1907L:	linux-m68k@lists.linux-m68k.org
1908W:	http://www.linux-m68k.org/
1909W:	http://linux-m68k-cvs.ubb.ca/
1910S:	Maintained
1911
1912M68K ON APPLE MACINTOSH
1913P:	Joshua Thompson
1914M:	funaho@jurai.org
1915W:	http://www.mac.linux-m68k.org/
1916L:	linux-mac68k@mac.linux-m68k.org
1917S:	Maintained
1918
1919M68K ON HP9000/300
1920P:	Philip Blundell
1921M:	philb@gnu.org
1922W:	http://www.tazenda.demon.co.uk/phil/linux-hp
1923S:	Maintained
1924
1925MARVELL YUKON / SYSKONNECT DRIVER
1926P:	Mirko Lindner
1927M: 	mlindner@syskonnect.de
1928P:	Ralph Roesler
1929M: 	rroesler@syskonnect.de
1930W: 	http://www.syskonnect.com
1931S: 	Supported
1932
1933MAESTRO PCI SOUND DRIVERS
1934P:	Zach Brown
1935M:	zab@zabbo.net
1936S:	Odd Fixes
1937
1938MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
1939P: Michael Kerrisk
1940M: mtk-manpages@gmx.net
1941W: ftp://ftp.kernel.org/pub/linux/docs/manpages
1942S: Maintained
1943
1944MARVELL MV643XX ETHERNET DRIVER
1945P:	Dale Farnsworth
1946M:	dale@farnsworth.org
1947P:	Manish Lachwani
1948M:	mlachwani@mvista.com
1949L:	netdev@vger.kernel.org
1950S:	Odd Fixes for 2.4; Maintained for 2.6.
1951
1952MATROX FRAMEBUFFER DRIVER
1953P:	Petr Vandrovec
1954M:	vandrove@vc.cvut.cz
1955L:	linux-fbdev-devel@lists.sourceforge.net
1956S:	Maintained
1957
1958MEGARAID SCSI DRIVERS
1959P:     Neela Syam Kolli
1960M:     Neela.Kolli@engenio.com
1961S:     linux-scsi@vger.kernel.org
1962W:     http://megaraid.lsilogic.com
1963S:     Maintained
1964
1965MEMORY MANAGEMENT
1966L:	linux-mm@kvack.org
1967L:	linux-kernel@vger.kernel.org
1968W:	http://www.linux-mm.org
1969S:	Maintained
1970
1971MEMORY TECHNOLOGY DEVICES (MTD)
1972P:	David Woodhouse
1973M:	dwmw2@infradead.org
1974W:	http://www.linux-mtd.infradead.org/
1975L:	linux-mtd@lists.infradead.org
1976T:	git git://git.infradead.org/mtd-2.6.git
1977S:	Maintained
1978
1979MICROTEK X6 SCANNER
1980P:	Oliver Neukum
1981M:	oliver@neukum.name
1982S:	Maintained
1983
1984MIPS
1985P:	Ralf Baechle
1986M:	ralf@linux-mips.org
1987W:	http://www.linux-mips.org/
1988L:	linux-mips@linux-mips.org
1989T:	git www.linux-mips.org:/pub/scm/linux.git
1990S:	Supported
1991
1992MISCELLANEOUS MCA-SUPPORT
1993P:	James Bottomley
1994M:	jejb@steeleye.com
1995L:	linux-kernel@vger.kernel.org
1996S:	Maintained
1997
1998MODULE SUPPORT
1999P:	Rusty Russell
2000M:	rusty@rustcorp.com.au
2001L:	linux-kernel@vger.kernel.org
2002S:	Maintained
2003
2004MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
2005P:	Stelian Pop
2006M:	stelian@popies.net
2007W:	http://popies.net/meye/
2008S:	Maintained
2009
2010MOUSE AND MISC DEVICES [GENERAL]
2011P:	Alessandro Rubini
2012M:	rubini@ipvvis.unipv.it
2013L:	linux-kernel@vger.kernel.org
2014S:	Maintained
2015
2016MTRR AND SIMILAR SUPPORT [i386]
2017P:	Richard Gooch
2018M:	rgooch@atnf.csiro.au
2019L:	linux-kernel@vger.kernel.org
2020W:	http://www.atnf.csiro.au/~rgooch/linux/kernel-patches.html
2021S:	Maintained
2022
2023MULTIMEDIA CARD (MMC) SUBSYSTEM
2024P:	Russell King
2025M:	rmk+mmc@arm.linux.org.uk
2026S:	Maintained
2027
2028MULTISOUND SOUND DRIVER
2029P:	Andrew Veliath
2030M:	andrewtv@usa.net
2031S:	Maintained
2032
2033NATSEMI ETHERNET DRIVER (DP8381x)
2034P: 	Tim Hockin
2035M:	thockin@hockin.org
2036S:	Maintained
2037
2038NCP FILESYSTEM
2039P:	Petr Vandrovec
2040M:	vandrove@vc.cvut.cz
2041L:	linware@sh.cvut.cz
2042S:	Maintained
2043
2044NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
2045P:	James E.J. Bottomley
2046M:	James.Bottomley@HansenPartnership.com
2047L:	linux-scsi@vger.kernel.org
2048S:	Maintained
2049
2050NETEM NETWORK EMULATOR
2051P:	Stephen Hemminger
2052M:	shemminger@osdl.org
2053L:	netem@osdl.org
2054S:	Maintained
2055
2056NETFILTER/IPTABLES/IPCHAINS
2057P:	Rusty Russell
2058P:	Marc Boucher
2059P:	James Morris
2060P:	Harald Welte
2061P:	Jozsef Kadlecsik
2062M:	coreteam@netfilter.org
2063W:	http://www.netfilter.org/
2064W:	http://www.iptables.org/
2065L:	netfilter@lists.netfilter.org
2066L:	netfilter-devel@lists.netfilter.org
2067S:	Supported
2068
2069NETLABEL
2070P:	Paul Moore
2071M:	paul.moore@hp.com
2072W:	http://netlabel.sf.net
2073L:	netdev@vger.kernel.org
2074S:	Supported
2075
2076NETROM NETWORK LAYER
2077P:	Ralf Baechle
2078M:	ralf@linux-mips.org
2079L:	linux-hams@vger.kernel.org
2080W:	http://www.linux-ax25.org/
2081S:	Maintained
2082
2083NETWORK BLOCK DEVICE
2084P:	Paul Clements
2085M:	Paul.Clements@steeleye.com
2086S:	Maintained
2087
2088NETWORK DEVICE DRIVERS
2089P:	Andrew Morton
2090M:	akpm@osdl.org
2091P:	Jeff Garzik
2092M:	jgarzik@pobox.com
2093L:	netdev@vger.kernel.org
2094T:	git kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6.git
2095S:	Maintained
2096
2097NETWORKING [GENERAL]
2098P:	Networking Team
2099M:	netdev@vger.kernel.org
2100L:	netdev@vger.kernel.org
2101W:	http://linux-net.osdl.org/
2102S:	Maintained
2103
2104NETWORKING [IPv4/IPv6]
2105P:	David S. Miller
2106M:	davem@davemloft.net
2107P:	Alexey Kuznetsov
2108M:	kuznet@ms2.inr.ac.ru
2109P:	Pekka Savola (ipv6)
2110M:	pekkas@netcore.fi
2111P:	James Morris
2112M:	jmorris@namei.org
2113P:	Hideaki YOSHIFUJI
2114M:	yoshfuji@linux-ipv6.org
2115P:	Patrick McHardy
2116M:	kaber@coreworks.de
2117L:	netdev@vger.kernel.org
2118T:	git kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6.git
2119S:	Maintained
2120
2121NETWORKING [WIRELESS]
2122P:	John W. Linville
2123M:	linville@tuxdriver.com
2124L:	netdev@vger.kernel.org
2125T:	git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
2126S:	Maintained
2127
2128IPVS
2129P:	Wensong Zhang
2130M:	wensong@linux-vs.org
2131P:	Simon Horman
2132M:	horms@verge.net.au
2133P:	Julian Anastasov
2134M:	ja@ssi.bg
2135L:	netdev@vger.kernel.org
2136S:	Maintained
2137
2138NFS CLIENT
2139P:	Trond Myklebust
2140M:	trond.myklebust@fys.uio.no
2141L:	linux-kernel@vger.kernel.org
2142S:	Maintained
2143
2144NI5010 NETWORK DRIVER
2145P:	Jan-Pascal van Best
2146M:	janpascal@vanbest.org
2147P:	Andreas Mohr
2148M:	andi@lisas.de
2149L:	netdev@vger.kernel.org
2150S:	Maintained
2151
2152NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
2153P:	YOKOTA Hiroshi
2154M:	yokota@netlab.is.tsukuba.ac.jp
2155W:	http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
2156S:	Maintained
2157
2158NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
2159P:	GOTO Masanori
2160M:	gotom@debian.or.jp
2161P:	YOKOTA Hiroshi
2162M:	yokota@netlab.is.tsukuba.ac.jp
2163W:	http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
2164S:	Maintained
2165
2166NON-IDE/NON-SCSI CDROM DRIVERS [GENERAL] (come on, crew - mark your responsibility)
2167P:	Eberhard Moenkeberg
2168M:	emoenke@gwdg.de
2169L:	linux-kernel@vger.kernel.org
2170S:	Maintained
2171
2172NTFS FILESYSTEM
2173P:	Anton Altaparmakov
2174M:	aia21@cantab.net
2175L:	linux-ntfs-dev@lists.sourceforge.net
2176L:	linux-kernel@vger.kernel.org
2177W:	http://linux-ntfs.sf.net/
2178T:	git kernel.org:/pub/scm/linux/kernel/git/aia21/ntfs-2.6.git
2179S:	Maintained
2180
2181NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
2182P:      Antonino Daplas
2183M:      adaplas@pol.net
2184L:      linux-fbdev-devel@lists.sourceforge.net
2185S:      Maintained
2186
2187OPENCORES I2C BUS DRIVER
2188P:	Peter Korsgaard
2189M:	jacmet@sunsite.dk
2190L:	i2c@lm-sensors.org
2191S:	Maintained
2192
2193ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
2194P:	Mark Fasheh
2195M:	mark.fasheh@oracle.com
2196P:	Kurt Hackel
2197M:	kurt.hackel@oracle.com
2198L:	ocfs2-devel@oss.oracle.com
2199W:	http://oss.oracle.com/projects/ocfs2/
2200S:	Supported
2201
2202OLYMPIC NETWORK DRIVER
2203P:	Peter De Shrijver
2204M:	p2@ace.ulyssis.student.kuleuven.ac.be
2205P:	Mike Phillips
2206M:	mikep@linuxtr.net
2207L:	netdev@vger.kernel.org
2208L:	linux-tr@linuxtr.net
2209W:	http://www.linuxtr.net
2210S:	Maintained
2211
2212OMNIKEY CARDMAN 4000 DRIVER
2213P:	Harald Welte
2214M:	laforge@gnumonks.org
2215S:	Maintained
2216
2217OMNIKEY CARDMAN 4040 DRIVER
2218P:	Harald Welte
2219M:	laforge@gnumonks.org
2220S:	Maintained
2221
2222ONSTREAM SCSI TAPE DRIVER
2223P:	Willem Riede
2224M:	osst@riede.org
2225L:	osst-users@lists.sourceforge.net
2226L:	linux-scsi@vger.kernel.org
2227S:	Maintained
2228
2229OPL3-SA2, SA3, and SAx DRIVER
2230P:	Zwane Mwaikambo
2231M:	zwane@arm.linux.org.uk
2232L:	linux-sound@vger.kernel.org
2233S:	Maintained
2234
2235OPROFILE
2236P:	Philippe Elie
2237M:	phil.el@wanadoo.fr
2238L:	oprofile-list@lists.sf.net
2239S:	Maintained
2240
2241ORINOCO DRIVER
2242P:	Pavel Roskin
2243M:	proski@gnu.org
2244P:	David Gibson
2245M:	hermes@gibson.dropbear.id.au
2246L:	orinoco-users@lists.sourceforge.net
2247L:	orinoco-devel@lists.sourceforge.net
2248W:	http://www.nongnu.org/orinoco/
2249S:	Maintained
2250
2251PARALLEL PORT SUPPORT
2252P:	Phil Blundell
2253M:	philb@gnu.org
2254P:	Tim Waugh
2255M:	tim@cyberelk.net
2256P:	David Campbell
2257P:	Andrea Arcangeli
2258M:	andrea@suse.de
2259L:	linux-parport@lists.infradead.org
2260W:	http://people.redhat.com/twaugh/parport/
2261S:	Maintained
2262
2263PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
2264P:	Tim Waugh
2265M:	tim@cyberelk.net
2266L:	linux-parport@lists.infradead.org
2267W:	http://www.torque.net/linux-pp.html
2268S:	Maintained
2269
2270PARISC ARCHITECTURE
2271P:	Matthew Wilcox
2272M:	matthew@wil.cx
2273P:	Grant Grundler
2274M:	grundler@parisc-linux.org
2275P:	Kyle McMartin
2276M:	kyle@parisc-linux.org
2277L:	parisc-linux@parisc-linux.org
2278W:	http://www.parisc-linux.org/
2279T:	git kernel.org:/pub/scm/linux/kernel/git/kyle/parisc-2.6.git
2280T:	cvs cvs.parisc-linux.org:/var/cvs/linux-2.6
2281S:	Maintained
2282
2283PCI ERROR RECOVERY
2284P:	Linas Vepstas
2285M:	linas@austin.ibm.com
2286L:	linux-kernel@vger.kernel.org
2287L:	linux-pci@atrey.karlin.mff.cuni.cz
2288S:	Supported
2289
2290PCI SOUND DRIVERS (ES1370, ES1371 and SONICVIBES)
2291P:	Thomas Sailer
2292M:	sailer@ife.ee.ethz.ch
2293L:	linux-sound@vger.kernel.org
2294W:	http://www.ife.ee.ethz.ch/~sailer/linux/pciaudio.html
2295S:	Maintained
2296
2297PCI SUBSYSTEM
2298P:	Greg Kroah-Hartman
2299M:	gregkh@suse.de
2300L:	linux-kernel@vger.kernel.org
2301L:	linux-pci@atrey.karlin.mff.cuni.cz
2302T:	quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
2303S:	Supported
2304
2305PCI HOTPLUG CORE
2306P:	Greg Kroah-Hartman
2307M:	gregkh@suse.de
2308S:	Supported
2309
2310PCI HOTPLUG COMPAQ DRIVER
2311P:	Greg Kroah-Hartman
2312M:	greg@kroah.com
2313S:	Maintained
2314
2315PCIE HOTPLUG DRIVER
2316P:	Kristen Carlson Accardi
2317M:	kristen.c.accardi@intel.com
2318L:	pcihpd-discuss@lists.sourceforge.net
2319S:	Maintained
2320
2321PCMCIA SUBSYSTEM
2322P:	Linux PCMCIA Team
2323L:	linux-pcmcia@lists.infradead.org
2324L:	http://lists.infradead.org/mailman/listinfo/linux-pcmcia
2325T:	git kernel.org:/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
2326S:	Maintained
2327
2328PCNET32 NETWORK DRIVER
2329P:	Thomas Bogend�rfer
2330M:	tsbogend@alpha.franken.de
2331L:	netdev@vger.kernel.org
2332S:	Maintained
2333
2334PER-TASK DELAY ACCOUNTING
2335P:	Shailabh Nagar
2336M:	nagar@watson.ibm.com
2337L:	linux-kernel@vger.kernel.org
2338S:	Maintained
2339
2340PERSONALITY HANDLING
2341P:	Christoph Hellwig
2342M:	hch@infradead.org
2343L:	linux-abi-devel@lists.sourceforge.net
2344S:	Maintained
2345
2346PHRAM MTD DRIVER
2347P:	J�rn Engel
2348M:	joern@wh.fh-wedel.de
2349L:	linux-mtd@lists.infradead.org
2350S:	Maintained
2351
2352PKTCDVD DRIVER
2353P:	Peter Osterlund
2354M:	petero2@telia.com
2355L:	linux-kernel@vger.kernel.org
2356S:	Maintained
2357
2358POSIX CLOCKS and TIMERS
2359P:	George Anzinger
2360M:	george@mvista.com
2361L:	linux-kernel@vger.kernel.org
2362S:	Supported
2363
2364POWERPC 4xx EMAC DRIVER
2365P:	Eugene Surovegin
2366M:	ebs@ebshome.net
2367W:	http://kernel.ebshome.net/emac/
2368L:	linuxppc-embedded@ozlabs.org
2369L:	netdev@vger.kernel.org
2370S:	Maintained
2371
2372PNP SUPPORT
2373P:	Adam Belay
2374M:	ambx1@neo.rr.com
2375S:	Maintained
2376
2377PPP PROTOCOL DRIVERS AND COMPRESSORS
2378P:	Paul Mackerras
2379M:	paulus@samba.org
2380L:	linux-ppp@vger.kernel.org
2381S:	Maintained
2382
2383PPP OVER ATM (RFC 2364)
2384P:	Mitchell Blank Jr
2385M:	mitch@sfgoth.com
2386S:	Maintained
2387
2388PPP OVER ETHERNET
2389P:	Michal Ostrowski
2390M:	mostrows@speakeasy.net
2391S:	Maintained
2392
2393PREEMPTIBLE KERNEL
2394P:	Robert Love
2395M:	rml@tech9.net
2396L:	linux-kernel@vger.kernel.org
2397L:	kpreempt-tech@lists.sourceforge.net
2398W:	ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
2399S:	Supported
2400
2401PRISM54 WIRELESS DRIVER
2402P:	Prism54 Development Team
2403M:	prism54-private@prism54.org
2404L:	netdev@vger.kernel.org
2405W:	http://prism54.org
2406S:	Maintained
2407
2408PROMISE DC4030 CACHING DISK CONTROLLER DRIVER
2409P:	Peter Denison
2410M:	promise@pnd-pc.demon.co.uk
2411W:	http://www.pnd-pc.demon.co.uk/promise/
2412S:	Maintained
2413
2414PVRUSB2 VIDEO4LINUX DRIVER
2415P:	Mike Isely
2416M:	isely@pobox.com
2417L:	pvrusb2@isely.net
2418L:	video4linux-list@redhat.com
2419W:	http://www.isely.net/pvrusb2/
2420S:	Maintained
2421
2422PXA2xx SUPPORT
2423P:	Nicolas Pitre
2424M:	nico@cam.org
2425L:	linux-arm-kernel@lists.arm.linux.org.uk	(subscribers-only)
2426S:	Maintained
2427
2428QLOGIC QLA2XXX FC-SCSI DRIVER
2429P:	Andrew Vasquez
2430M:	linux-driver@qlogic.com
2431L:	linux-scsi@vger.kernel.org
2432S:	Supported
2433
2434QLOGIC QLA3XXX NETWORK DRIVER
2435P:	Ron Mercer
2436M:	linux-driver@qlogic.com
2437L:	netdev@vger.kernel.org
2438S:	Supported
2439
2440QNX4 FILESYSTEM
2441P:	Anders Larsen
2442M:	al@alarsen.net
2443L:	linux-kernel@vger.kernel.org
2444W:	http://www.alarsen.net/linux/qnx4fs/
2445S:	Maintained
2446
2447RADEON FRAMEBUFFER DISPLAY DRIVER
2448P:	Benjamin Herrenschmidt
2449M:	benh@kernel.crashing.org
2450L:	linux-fbdev-devel@lists.sourceforge.net
2451S:	Maintained
2452
2453RAGE128 FRAMEBUFFER DISPLAY DRIVER
2454P:	Paul Mackerras
2455M:	paulus@samba.org
2456L:	linux-fbdev-devel@lists.sourceforge.net
2457S:	Maintained
2458
2459RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
2460P:	Corey Thomas
2461M:	corey@world.std.com
2462L:	linux-kernel@vger.kernel.org
2463S:	Maintained
2464
2465RANDOM NUMBER DRIVER
2466P:	Matt Mackall
2467M:	mpm@selenic.com
2468S:	Maintained
2469
2470RAPIDIO SUBSYSTEM
2471P:	Matt Porter
2472M:	mporter@kernel.crashing.org
2473L:	linux-kernel@vger.kernel.org
2474S:	Maintained
2475
2476REAL TIME CLOCK DRIVER
2477P:	Paul Gortmaker
2478M:	p_gortmaker@yahoo.com
2479L:	linux-kernel@vger.kernel.org
2480S:	Maintained
2481
2482REAL TIME CLOCK (RTC) SUBSYSTEM
2483P:	Alessandro Zummo
2484M:	a.zummo@towertech.it
2485L:	linux-kernel@vger.kernel.org
2486S:	Maintained
2487
2488REISERFS FILE SYSTEM
2489P:	Hans Reiser
2490M:	reiserfs-dev@namesys.com
2491L:	reiserfs-list@namesys.com
2492W:	http://www.namesys.com
2493S:	Supported
2494
2495ROCKETPORT DRIVER
2496P:	Comtrol Corp.
2497W:	http://www.comtrol.com
2498S:	Maintained
2499
2500ROSE NETWORK LAYER
2501P:	Ralf Baechle
2502M:	ralf@linux-mips.org
2503L:	linux-hams@vger.kernel.org
2504W:	http://www.linux-ax25.org/
2505S:	Maintained
2506
2507RISCOM8 DRIVER
2508S:	Orphan
2509
2510S3 SAVAGE FRAMEBUFFER DRIVER
2511P:      Antonino Daplas
2512M:      adaplas@pol.net
2513L:      linux-fbdev-devel@lists.sourceforge.net
2514S:      Maintained
2515
2516S390
2517P:	Martin Schwidefsky
2518M:	schwidefsky@de.ibm.com
2519P:	Heiko Carstens
2520M:	heiko.carstens@de.ibm.com
2521M:	linux390@de.ibm.com
2522L:	linux-390@vm.marist.edu
2523W:	http://www.ibm.com/developerworks/linux/linux390/
2524S:	Supported
2525
2526S390 NETWORK DRIVERS
2527P:	Frank Pavlic
2528M:	fpavlic@de.ibm.com
2529M:	linux390@de.ibm.com
2530L:	linux-390@vm.marist.edu
2531W:	http://www.ibm.com/developerworks/linux/linux390/
2532S:	Supported
2533
2534S390 ZFCP DRIVER
2535P:	Swen Schillig
2536M:	swen@vnet.ibm.com
2537M:	linux390@de.ibm.com
2538L:	linux-390@vm.marist.edu
2539W:	http://www.ibm.com/developerworks/linux/linux390/
2540S:	Supported
2541
2542SAA7146 VIDEO4LINUX-2 DRIVER
2543P:	Michael Hunold
2544M:	michael@mihu.de
2545W:	http://www.mihu.de/linux/saa7146
2546S:	Maintained
2547
2548SBPCD CDROM DRIVER
2549P:	Eberhard Moenkeberg
2550M:	emoenke@gwdg.de
2551L:	linux-kernel@vger.kernel.org
2552S:	Maintained
2553
2554SC1200 WDT DRIVER
2555P:	Zwane Mwaikambo
2556M:	zwane@arm.linux.org.uk
2557S:	Maintained
2558
2559SCHEDULER
2560P:	Ingo Molnar
2561M:	mingo@elte.hu
2562P:	Robert Love    [the preemptible kernel bits]
2563M:	rml@tech9.net
2564L:	linux-kernel@vger.kernel.org
2565S:	Maintained
2566
2567SCSI CDROM DRIVER
2568P:	Jens Axboe
2569M:	axboe@suse.de
2570L:	linux-scsi@vger.kernel.org
2571W:	http://www.kernel.dk
2572S:	Maintained
2573
2574SCSI SG DRIVER
2575P:	Doug Gilbert
2576M:	dgilbert@interlog.com
2577L:	linux-scsi@vger.kernel.org
2578W:	http://www.torque.net/sg
2579S:	Maintained
2580
2581SCSI SUBSYSTEM
2582P:	James E.J. Bottomley
2583M:	James.Bottomley@SteelEye.com
2584L:	linux-scsi@vger.kernel.org
2585T:	git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
2586S:	Maintained
2587
2588SCSI TAPE DRIVER
2589P:	Kai M�kisara
2590M:	Kai.Makisara@kolumbus.fi
2591L:	linux-scsi@vger.kernel.org
2592S:	Maintained
2593
2594SCTP PROTOCOL
2595P: Sridhar Samudrala
2596M: sri@us.ibm.com
2597L: lksctp-developers@lists.sourceforge.net
2598S: Supported
2599
2600SCx200 CPU SUPPORT
2601P:	Christer Weinigel
2602M:	christer@weinigel.se
2603W:	http://www.weinigel.se
2604S:	Supported
2605
2606SECURITY CONTACT
2607P:	Security Officers
2608M:	security@kernel.org
2609S:	Supported
2610
2611SELINUX SECURITY MODULE
2612P:	Stephen Smalley
2613M:	sds@tycho.nsa.gov
2614P:	James Morris
2615M:	jmorris@namei.org
2616L:	linux-kernel@vger.kernel.org (kernel issues)
2617L: 	selinux@tycho.nsa.gov (general discussion)
2618W:	http://www.nsa.gov/selinux
2619S:	Supported
2620
2621SERIAL ATA (SATA) SUBSYSTEM:
2622P:	Jeff Garzik
2623M:	jgarzik@pobox.com
2624L:	linux-ide@vger.kernel.org
2625T:	git kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
2626S:	Supported
2627
2628SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
2629P:	Pat Gefre
2630M:	pfg@sgi.com
2631L:	linux-ia64@vger.kernel.org
2632S:	Supported
2633
2634SGI VISUAL WORKSTATION 320 AND 540
2635P:	Andrey Panin
2636M:	pazke@donpac.ru
2637L:	linux-visws-devel@lists.sf.net
2638W:	http://linux-visws.sf.net
2639S:	Maintained for 2.6.
2640
2641SIMTEC EB110ATX (Chalice CATS)
2642P:	Ben Dooks
2643P:	Vincent Sanders
2644M:	support@simtec.co.uk
2645W:	http://www.simtec.co.uk/products/EB110ATX/
2646S:	Supported
2647
2648SIMTEC EB2410ITX (BAST)
2649P:	Ben Dooks
2650P:	Vincent Sanders
2651M:	support@simtec.co.uk
2652W:	http://www.simtec.co.uk/products/EB2410ITX/
2653S:	Supported
2654
2655SIS 190 ETHERNET DRIVER
2656P:	Francois Romieu
2657M:	romieu@fr.zoreil.com
2658L:	netdev@vger.kernel.org
2659S:	Maintained
2660
2661SIS 5513 IDE CONTROLLER DRIVER
2662P:	Lionel Bouton
2663M:	Lionel.Bouton@inet6.fr
2664W:	http://inet6.dyn.dhs.org/sponsoring/sis5513/index.html
2665W:	http://gyver.homeip.net/sis5513/index.html
2666S:	Maintained
2667
2668SIS 900/7016 FAST ETHERNET DRIVER
2669P:	Daniele Venzano
2670M:	venza@brownhat.org
2671W:	http://www.brownhat.org/sis900.html
2672L:	netdev@vger.kernel.org
2673S:	Maintained
2674
2675SIS FRAMEBUFFER DRIVER
2676P:	Thomas Winischhofer
2677M:	thomas@winischhofer.net
2678W:	http://www.winischhofer.net/linuxsisvga.shtml
2679S:	Maintained
2680
2681SIS USB2VGA DRIVER
2682P:	Thomas Winischhofer
2683M:	thomas@winischhofer.net
2684W:	http://www.winischhofer.at/linuxsisusbvga.shtml
2685S:	Maintained
2686
2687SMC91x ETHERNET DRIVER
2688P:	Nicolas Pitre
2689M:	nico@cam.org
2690S:	Maintained
2691
2692SOFTMAC LAYER (IEEE 802.11)
2693P:	Johannes Berg
2694M:	johannes@sipsolutions.net
2695P:	Joe Jezak
2696M:	josejx@gentoo.org
2697P:	Daniel Drake
2698M:	dsd@gentoo.org
2699W:	http://softmac.sipsolutions.net/
2700L:	netdev@vger.kernel.org
2701S:	Maintained
2702
2703SOFTWARE RAID (Multiple Disks) SUPPORT
2704P:	Ingo Molnar
2705M:	mingo@redhat.com
2706P:	Neil Brown
2707M:	neilb@cse.unsw.edu.au
2708L:	linux-raid@vger.kernel.org
2709S:	Maintained
2710
2711SOFTWARE SUSPEND:
2712P:	Pavel Machek
2713M:	pavel@suse.cz
2714L:	linux-pm@osdl.org
2715S:	Maintained
2716
2717SONIC NETWORK DRIVER
2718P:	Thomas Bogendoerfer
2719M:	tsbogend@alpha.franken.de
2720L:	netdev@vger.kernel.org
2721S:	Maintained
2722
2723SONY VAIO CONTROL DEVICE DRIVER
2724P:	Stelian Pop
2725M:	stelian@popies.net
2726W:	http://popies.net/sonypi/
2727S:	Maintained
2728
2729SOUND
2730P:	Jaroslav Kysela
2731M:	perex@suse.cz
2732L:	alsa-devel@alsa-project.org
2733S:	Maintained
2734
2735SPI SUBSYSTEM
2736P:	David Brownell
2737M:	dbrownell@users.sourceforge.net
2738L:	spi-devel-general@lists.sourceforge.net
2739S:	Maintained
2740
2741STABLE BRANCH:
2742P:	Greg Kroah-Hartman
2743M:	greg@kroah.com
2744P:	Chris Wright
2745M:	chrisw@sous-sol.org
2746L:	stable@kernel.org
2747S:	Maintained
2748
2749STABLE BRANCH:
2750P:	Greg Kroah-Hartman
2751M:	greg@kroah.com
2752P:	Chris Wright
2753M:	chrisw@sous-sol.org
2754L:	stable@kernel.org
2755S:	Maintained
2756
2757TPM DEVICE DRIVER
2758P:	Kylene Hall
2759M:	kjhall@us.ibm.com
2760W:	http://tpmdd.sourceforge.net
2761L:	tpmdd-devel@lists.sourceforge.net
2762S:	Maintained
2763
2764Telecom Clock Driver for MCPL0010
2765P: Mark Gross
2766M: mark.gross@intel.com
2767S: Supported
2768
2769TENSILICA XTENSA PORT (xtensa):
2770P:	Chris Zankel
2771M:	chris@zankel.net
2772S:	Maintained
2773
2774UltraSPARC (sparc64):
2775P:	David S. Miller
2776M:	davem@davemloft.net
2777P:	Eddie C. Dost
2778M:	ecd@brainaid.de
2779P:	Jakub Jelinek
2780M:	jj@sunsite.ms.mff.cuni.cz
2781P:	Anton Blanchard
2782M:	anton@samba.org
2783L:	sparclinux@vger.kernel.org
2784L:	ultralinux@vger.kernel.org
2785T:	git kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6.git
2786S:	Maintained
2787
2788SHARP LH SUPPORT (LH7952X & LH7A40X)
2789P:	Marc Singer
2790M:	elf@buici.com
2791W:	http://projects.buici.com/arm
2792L:	linux-arm-kernel@lists.arm.linux.org.uk	(subscribers-only)
2793S:	Maintained
2794
2795SHPC HOTPLUG DRIVER
2796P:	Kristen Carlson Accardi
2797M:	kristen.c.accardi@intel.com
2798L:	pcihpd-discuss@lists.sourceforge.net
2799S:	Maintained
2800
2801SECURE DIGITAL HOST CONTROLLER INTERFACE DRIVER
2802P:	Pierre Ossman
2803M:	drzeus-sdhci@drzeus.cx
2804L:	sdhci-devel@list.drzeus.cx
2805W:	http://mmc.drzeus.cx/wiki/Linux/Drivers/sdhci
2806S:	Maintained
2807
2808SKGE, SKY2 10/100/1000 GIGABIT ETHERNET DRIVERS
2809P:	Stephen Hemminger
2810M:	shemminger@osdl.org
2811L:	netdev@vger.kernel.org
2812S:	Maintained
2813
2814SOEKRIS NET48XX LED SUPPORT
2815P:	Chris Boot
2816M:	bootc@bootc.net
2817S:	Maintained
2818
2819SPARC (sparc32):
2820P:	William L. Irwin
2821M:	wli@holomorphy.com
2822L:	sparclinux@vger.kernel.org
2823S:	Maintained
2824
2825SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER
2826P:	Roger Wolff
2827M:	R.E.Wolff@BitWizard.nl
2828L:	linux-kernel@vger.kernel.org ?
2829S:	Supported
2830
2831SRM (Alpha) environment access
2832P:	Jan-Benedict Glaw
2833M:	jbglaw@lug-owl.de
2834L:	linux-kernel@vger.kernel.org
2835S:	Maintained
2836
2837STARFIRE/DURALAN NETWORK DRIVER
2838P:	Ion Badulescu
2839M:	ionut@cs.columbia.edu
2840S:	Maintained
2841
2842STARMODE RADIO IP (STRIP) PROTOCOL DRIVER
2843W:	http://mosquitonet.Stanford.EDU/strip.html
2844S:	Unsupported ?
2845
2846STRADIS MPEG-2 DECODER DRIVER
2847P:	Nathan Laredo
2848M:	laredo@gnu.org
2849W:	http://www.stradis.com/
2850S:	Maintained
2851
2852SUPERH (sh)
2853P:	Paul Mundt
2854M:	lethal@linux-sh.org
2855P:	Kazumoto Kojima
2856M:	kkojima@rr.iij4u.or.jp
2857L:	linuxsh-dev@lists.sourceforge.net
2858W:	http://www.linux-sh.org
2859W:	http://www.m17n.org/linux-sh/
2860W:	http://www.rr.iij4u.or.jp/~kkojima/linux-sh4.html
2861S:	Maintained
2862
2863SUPERH64 (sh64)
2864P:	Paul Mundt
2865M:	lethal@linux-sh.org
2866P:	Richard Curnow
2867M:	rc@rc0.org.uk
2868L:	linuxsh-shmedia-dev@lists.sourceforge.net
2869W:	http://www.linux-sh.org
2870W:	http://www.rc0.org.uk/sh64
2871S:	Maintained
2872
2873SUN3/3X
2874P:	Sam Creasey
2875M:	sammy@sammy.net
2876L:	sun3-list@redhat.com
2877W:	http://sammy.net/sun3/
2878S:	Maintained
2879
2880SVGA HANDLING
2881P:	Martin Mares
2882M:	mj@ucw.cz
2883L:	linux-video@atrey.karlin.mff.cuni.cz
2884S:	Maintained
2885
2886SYSV FILESYSTEM
2887P:	Christoph Hellwig
2888M:	hch@infradead.org
2889S:	Maintained
2890
2891TC CLASSIFIER
2892P:	Jamal Hadi Salim
2893M:	hadi@cyberus.ca
2894L:	netdev@vger.kernel.org
2895S:	Maintained
2896
2897TCP LOW PRIORITY MODULE
2898P:	Wong Hoi Sing, Edison
2899M:	hswong3i@gmail.com
2900P:	Hung Hing Lun, Mike
2901M:	hlhung3i@gmail.com
2902W:	http://tcp-lp-mod.sourceforge.net/
2903S:	Maintained
2904
2905TI OMAP RANDOM NUMBER GENERATOR SUPPORT
2906P:	Deepak Saxena
2907M:	dsaxena@plexity.net
2908S:	Maintained
2909
2910TASKSTATS STATISTICS INTERFACE
2911P:	Shailabh Nagar
2912M:	nagar@watson.ibm.com
2913L:	linux-kernel@vger.kernel.org
2914S:	Maintained
2915
2916TI PARALLEL LINK CABLE DRIVER
2917P:     Romain Lievin
2918M:     roms@lpg.ticalc.org
2919S:     Maintained
2920
2921TIPC NETWORK LAYER
2922P:	Per Liden
2923M:	per.liden@ericsson.com
2924P:	Jon Maloy
2925M:	jon.maloy@ericsson.com
2926P:	Allan Stephens
2927M:	allan.stephens@windriver.com
2928L:	tipc-discussion@lists.sourceforge.net
2929W:	http://tipc.sourceforge.net/
2930W:	http://tipc.cslab.ericsson.net/
2931T:	git tipc.cslab.ericsson.net:/pub/git/tipc.git
2932S:	Maintained
2933
2934TLAN NETWORK DRIVER
2935P:	Samuel Chessman
2936M:	chessman@tux.org
2937L:	tlan-devel@lists.sourceforge.net
2938W:	http://sourceforge.net/projects/tlan/
2939S:	Maintained
2940
2941TOKEN-RING NETWORK DRIVER
2942P:	Mike Phillips
2943M:	mikep@linuxtr.net
2944L:	netdev@vger.kernel.org
2945L:	linux-tr@linuxtr.net
2946W:	http://www.linuxtr.net
2947S:	Maintained
2948
2949TOSHIBA ACPI EXTRAS DRIVER
2950P:	John Belmonte
2951M:	toshiba_acpi@memebeam.org
2952W:	http://memebeam.org/toys/ToshibaAcpiDriver
2953S:	Maintained
2954
2955TOSHIBA SMM DRIVER
2956P:	Jonathan Buzzard
2957M:	jonathan@buzzard.org.uk
2958L:	tlinux-users@tce.toshiba-dme.co.jp
2959W:	http://www.buzzard.org.uk/toshiba/
2960S:	Maintained
2961
2962TRIDENT 4DWAVE/SIS 7018 PCI AUDIO CORE
2963P:	Muli Ben-Yehuda
2964M:	mulix@mulix.org
2965L:	linux-kernel@vger.kernel.org
2966S:	Maintained
2967
2968TRIVIAL PATCHES
2969P:      Adrian Bunk
2970M:      trivial@kernel.org
2971L:      linux-kernel@vger.kernel.org
2972W:      http://www.kernel.org/pub/linux/kernel/people/bunk/trivial/
2973T:      git kernel.org:/pub/scm/linux/kernel/git/bunk/trivial.git
2974S:      Maintained
2975
2976TMS380 TOKEN-RING NETWORK DRIVER
2977P:	Adam Fritzler
2978M:	mid@auk.cx
2979L:	linux-tr@linuxtr.net
2980W:	http://www.auk.cx/tms380tr/
2981S:	Maintained
2982
2983TULIP NETWORK DRIVER
2984P:	Valerie Henson
2985M:	val_henson@linux.intel.com
2986L:	tulip-users@lists.sourceforge.net
2987W:	http://sourceforge.net/projects/tulip/
2988S:	Maintained
2989
2990TUN/TAP driver
2991P:	Maxim Krasnyansky
2992M:	maxk@qualcomm.com
2993L:	vtun@office.satix.net
2994W:	http://vtun.sourceforge.net/tun
2995S:	Maintained
2996
2997U14-34F SCSI DRIVER
2998P:	Dario Ballabio
2999M:	ballabio_dario@emc.com
3000L:	linux-scsi@vger.kernel.org
3001S:	Maintained
3002
3003UDF FILESYSTEM
3004P:	Ben Fennema
3005M:	bfennema@falcon.csc.calpoly.edu
3006W:	http://linux-udf.sourceforge.net
3007S:	Maintained
3008
3009UNIFORM CDROM DRIVER
3010P:	Jens Axboe
3011M:	axboe@suse.de
3012L:	linux-kernel@vger.kernel.org
3013W:	http://www.kernel.dk
3014S:	Maintained
3015
3016USB ACM DRIVER
3017P:	Oliver Neukum
3018M:	oliver@neukum.name
3019L:	linux-usb-users@lists.sourceforge.net
3020L:	linux-usb-devel@lists.sourceforge.net
3021S:	Maintained
3022
3023USB BLOCK DRIVER (UB ub)
3024P:	Pete Zaitcev
3025M:	zaitcev@redhat.com
3026L:	linux-kernel@vger.kernel.org
3027L:	linux-usb-devel@lists.sourceforge.net
3028S:	Supported
3029
3030USB CDC ETHERNET DRIVER
3031P:	Greg Kroah-Hartman
3032M:	greg@kroah.com
3033L:	linux-usb-users@lists.sourceforge.net
3034L:	linux-usb-devel@lists.sourceforge.net
3035S:	Maintained
3036W:	http://www.kroah.com/linux-usb/
3037
3038USB EHCI DRIVER
3039P:	David Brownell
3040M:	dbrownell@users.sourceforge.net
3041L:	linux-usb-devel@lists.sourceforge.net
3042S:	Maintained
3043
3044USB ET61X[12]51 DRIVER
3045P:	Luca Risolia
3046M:	luca.risolia@studio.unibo.it
3047L:	linux-usb-devel@lists.sourceforge.net
3048L:	video4linux-list@redhat.com
3049W:	http://www.linux-projects.org
3050S:	Maintained
3051
3052USB HID/HIDBP DRIVERS
3053P:	Vojtech Pavlik
3054M:	vojtech@suse.cz
3055L:	linux-usb-users@lists.sourceforge.net
3056L:	linux-usb-devel@lists.sourceforge.net
3057S:	Maintained
3058
3059USB HUB DRIVER
3060P:	Johannes Erdfelt
3061M:	johannes@erdfelt.com
3062L:	linux-usb-users@lists.sourceforge.net
3063L:	linux-usb-devel@lists.sourceforge.net
3064S:	Maintained
3065
3066USB ISP116X DRIVER
3067P:	Olav Kongas
3068M:	ok@artecdesign.ee
3069L:	linux-usb-devel@lists.sourceforge.net
3070S:	Maintained
3071
3072USB KAWASAKI LSI DRIVER
3073P:	Oliver Neukum
3074M:	oliver@neukum.name
3075L:	linux-usb-users@lists.sourceforge.net
3076L:	linux-usb-devel@lists.sourceforge.net
3077S:	Maintained
3078
3079USB MASS STORAGE DRIVER
3080P:	Matthew Dharm
3081M:	mdharm-usb@one-eyed-alien.net
3082L:	linux-usb-users@lists.sourceforge.net
3083L:	usb-storage@lists.one-eyed-alien.net
3084S:	Maintained
3085W:	http://www.one-eyed-alien.net/~mdharm/linux-usb/
3086
3087USB OHCI DRIVER
3088P:	Roman Weissgaerber
3089M:	weissg@vienna.at
3090L:	linux-usb-users@lists.sourceforge.net
3091L:	linux-usb-devel@lists.sourceforge.net
3092S:	Maintained
3093
3094USB OPTION-CARD DRIVER
3095P:	Matthias Urlichs
3096M:	smurf@smurf.noris.de
3097L:	linux-usb-devel@lists.sourceforge.net
3098S:	Maintained
3099
3100USB OV511 DRIVER
3101P:	Mark McClelland
3102M:	mmcclell@bigfoot.com
3103L:	linux-usb-users@lists.sourceforge.net
3104L:	linux-usb-devel@lists.sourceforge.net
3105W:	http://alpha.dyndns.org/ov511/
3106S:	Maintained
3107
3108USB PEGASUS DRIVER
3109P:	Petko Manolov
3110M:	petkan@users.sourceforge.net
3111L:	linux-usb-users@lists.sourceforge.net
3112L:	linux-usb-devel@lists.sourceforge.net
3113W:	http://pegasus2.sourceforge.net/
3114S:	Maintained
3115
3116USB PRINTER DRIVER
3117P:	Vojtech Pavlik
3118M:	vojtech@suse.cz
3119L:	linux-usb-users@lists.sourceforge.net
3120L:	linux-usb-devel@lists.sourceforge.net
3121S:	Maintained
3122
3123USB RTL8150 DRIVER
3124P:	Petko Manolov
3125M:	petkan@users.sourceforge.net
3126L:	linux-usb-users@lists.sourceforge.net
3127L:	linux-usb-devel@lists.sourceforge.net
3128W:	http://pegasus2.sourceforge.net/
3129S:	Maintained
3130
3131USB SE401 DRIVER
3132P:	Jeroen Vreeken
3133M:	pe1rxq@amsat.org
3134L:	linux-usb-users@lists.sourceforge.net
3135L:	linux-usb-devel@lists.sourceforge.net
3136W:	http://www.chello.nl/~j.vreeken/se401/
3137S:	Maintained
3138
3139USB SERIAL CYBERJACK DRIVER
3140P:	Matthias Bruestle and Harald Welte
3141M:	support@reiner-sct.com
3142W:	http://www.reiner-sct.de/support/treiber_cyberjack.php
3143S:	Maintained
3144
3145USB SERIAL DIGI ACCELEPORT DRIVER
3146P:	Peter Berger and Al Borchers
3147M:	pberger@brimson.com
3148M:	alborchers@steinerpoint.com
3149L:	linux-usb-users@lists.sourceforge.net
3150L:	linux-usb-devel@lists.sourceforge.net
3151S:	Maintained
3152
3153USB SERIAL DRIVER
3154P:	Greg Kroah-Hartman
3155M:	gregkh@suse.de
3156L:	linux-usb-users@lists.sourceforge.net
3157L:	linux-usb-devel@lists.sourceforge.net
3158S:	Supported
3159
3160USB SERIAL BELKIN F5U103 DRIVER
3161P:	William Greathouse
3162M:	wgreathouse@smva.com
3163L:	linux-usb-users@lists.sourceforge.net
3164L:	linux-usb-devel@lists.sourceforge.net
3165S:	Maintained
3166
3167USB SERIAL CYPRESS M8 DRIVER
3168P:	Lonnie Mendez
3169M:	dignome@gmail.com
3170L:	linux-usb-users@lists.sourceforge.net
3171L:	linux-usb-devel@lists.sourceforge.net
3172S:	Maintained
3173W:	http://geocities.com/i0xox0i
3174W:	http://firstlight.net/cvs
3175
3176USB SERIAL CYBERJACK PINPAD/E-COM DRIVER
3177L:	linux-usb-users@lists.sourceforge.net
3178L:	linux-usb-devel@lists.sourceforge.net
3179S:	Maintained
3180
3181USB AUERSWALD DRIVER
3182P:	Wolfgang Muees
3183M:	wolfgang@iksw-muees.de
3184L:	linux-usb-users@lists.sourceforge.net
3185L:	linux-usb-devel@lists.sourceforge.net
3186S:	Maintained
3187
3188USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER
3189P:	Gary Brubaker
3190M:	xavyer@ix.netcom.com
3191L:	linux-usb-users@lists.sourceforge.net
3192L:	linux-usb-devel@lists.sourceforge.net
3193S:	Maintained
3194
3195USB SERIAL KEYSPAN DRIVER
3196P:	Greg Kroah-Hartman
3197M:	greg@kroah.com
3198L:	linux-usb-users@lists.sourceforge.net
3199L:	linux-usb-devel@lists.sourceforge.net
3200W:	http://www.kroah.com/linux/
3201S:	Maintained
3202
3203USB SERIAL WHITEHEAT DRIVER
3204P:	Stuart MacDonald
3205M:	stuartm@connecttech.com
3206L:	linux-usb-users@lists.sourceforge.net
3207L:	linux-usb-devel@lists.sourceforge.net
3208W:	http://www.connecttech.com
3209S:	Supported
3210
3211USB SN9C10x DRIVER
3212P:	Luca Risolia
3213M:	luca.risolia@studio.unibo.it
3214L:	linux-usb-devel@lists.sourceforge.net
3215L:	video4linux-list@redhat.com
3216W:	http://www.linux-projects.org
3217S:	Maintained
3218
3219USB SUBSYSTEM
3220P:	Greg Kroah-Hartman
3221M:	gregkh@suse.de
3222L:	linux-usb-users@lists.sourceforge.net
3223L:	linux-usb-devel@lists.sourceforge.net
3224W:	http://www.linux-usb.org
3225T:	quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
3226S:	Supported
3227
3228USB UHCI DRIVER
3229P:	Alan Stern
3230M:	stern@rowland.harvard.edu
3231L:	linux-usb-users@lists.sourceforge.net
3232L:	linux-usb-devel@lists.sourceforge.net
3233S:	Maintained
3234
3235USB "USBNET" DRIVER
3236P:	David Brownell
3237M:	dbrownell@users.sourceforge.net
3238L:	linux-usb-devel@lists.sourceforge.net
3239S:	Maintained
3240
3241USB W996[87]CF DRIVER
3242P:	Luca Risolia
3243M:	luca.risolia@studio.unibo.it
3244L:	linux-usb-devel@lists.sourceforge.net
3245L:	video4linux-list@redhat.com
3246W:	http://www.linux-projects.org
3247S:	Maintained
3248
3249USB ZC0301 DRIVER
3250P:	Luca Risolia
3251M:	luca.risolia@studio.unibo.it
3252L:	linux-usb-devel@lists.sourceforge.net
3253L:	video4linux-list@redhat.com
3254W:	http://www.linux-projects.org
3255S:	Maintained
3256
3257USB ZD1201 DRIVER
3258P:	Jeroen Vreeken
3259M:	pe1rxq@amsat.org
3260L:	linux-usb-users@lists.sourceforge.net
3261L:	linux-usb-devel@lists.sourceforge.net
3262W:	http://linux-lc100020.sourceforge.net
3263S:	Maintained
3264
3265USER-MODE LINUX
3266P:	Jeff Dike
3267M:	jdike@karaya.com
3268L:	user-mode-linux-devel@lists.sourceforge.net
3269L:	user-mode-linux-user@lists.sourceforge.net
3270W:	http://user-mode-linux.sourceforge.net
3271S:	Maintained
3272
3273FAT/VFAT/MSDOS FILESYSTEM:
3274P:	OGAWA Hirofumi
3275M:	hirofumi@mail.parknet.co.jp
3276L:	linux-kernel@vger.kernel.org
3277S:	Maintained
3278
3279VIA 82Cxxx AUDIO DRIVER (old OSS driver)
3280P:	Jeff Garzik
3281S:	Odd fixes
3282
3283VIA RHINE NETWORK DRIVER
3284P:	Roger Luethi
3285M:	rl@hellgate.ch
3286S:	Maintained
3287
3288VIAPRO SMBUS DRIVER
3289P:	Jean Delvare
3290M:	khali@linux-fr.org
3291L:	i2c@lm-sensors.org
3292S:	Maintained
3293
3294UCLINUX (AND M68KNOMMU)
3295P:	Greg Ungerer
3296M:	gerg@uclinux.org
3297W:	http://www.uclinux.org/
3298L:	uclinux-dev@uclinux.org  (subscribers-only)
3299S:	Maintained
3300
3301UCLINUX FOR NEC V850
3302P:	Miles Bader
3303M:	uclinux-v850@lsi.nec.co.jp
3304W:	http://www.ic.nec.co.jp/micro/uclinux/eng/
3305W:	http://www.ee.nec.de/uclinux/
3306S:	Supported
3307
3308UCLINUX FOR RENESAS H8/300
3309P:	Yoshinori Sato
3310M:	ysato@users.sourceforge.jp
3311W:	http://uclinux-h8.sourceforge.jp/
3312S:	Supported
3313
3314USB DIAMOND RIO500 DRIVER
3315P:	Cesar Miquel
3316M:	miquel@df.uba.ar
3317L:	rio500-users@lists.sourceforge.net
3318W:	http://rio500.sourceforge.net
3319S:	Maintained
3320
3321VIDEO FOR LINUX
3322P:	Mauro Carvalho Chehab
3323M:	mchehab@infradead.org
3324M:	v4l-dvb-maintainer@linuxtv.org
3325L:	video4linux-list@redhat.com
3326W:	http://linuxtv.org
3327T:	git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
3328S:	Maintained
3329
3330VT8231 HARDWARE MONITOR DRIVER
3331P:	Roger Lucas
3332M:	roger@planbit.co.uk
3333L:	lm-sensors@lm-sensors.org
3334S:	Maintained
3335
3336W1 DALLAS'S 1-WIRE BUS
3337P:	Evgeniy Polyakov
3338M:	johnpol@2ka.mipt.ru
3339S:	Maintained
3340
3341W83791D HARDWARE MONITORING DRIVER
3342P:	Charles Spirakis
3343M:	bezaur@gmail.com
3344L:	lm-sensors@lm-sensors.org
3345S:	Maintained
3346
3347W83L51xD SD/MMC CARD INTERFACE DRIVER
3348P:	Pierre Ossman
3349M:	drzeus-wbsd@drzeus.cx
3350L:	wbsd-devel@list.drzeus.cx
3351W:	http://projects.drzeus.cx/wbsd
3352S:	Maintained
3353
3354WATCHDOG DEVICE DRIVERS
3355P:	Wim Van Sebroeck
3356M:	wim@iguana.be
3357T:	git kernel.org:/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git
3358S:	Maintained
3359
3360WAVELAN NETWORK DRIVER & WIRELESS EXTENSIONS
3361P:	Jean Tourrilhes
3362M:	jt@hpl.hp.com
3363W:	http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/
3364S:	Maintained
3365
3366WD7000 SCSI DRIVER
3367P:	Miroslav Zagorac
3368M:	zaga@fly.cc.fer.hr
3369L:	linux-scsi@vger.kernel.org
3370S:	Maintained
3371
3372WISTRON LAPTOP BUTTON DRIVER
3373P:	Miloslav Trmac
3374M:	mitr@volny.cz
3375S:	Maintained
3376
3377WL3501 WIRELESS PCMCIA CARD DRIVER
3378P:	Arnaldo Carvalho de Melo
3379M:	acme@conectiva.com.br
3380W:	http://advogato.org/person/acme
3381S:	Maintained
3382
3383X.25 NETWORK LAYER
3384P:	Henner Eisen
3385M:	eis@baty.hanse.de
3386L:	linux-x25@vger.kernel.org
3387S:	Maintained
3388
3389XFS FILESYSTEM
3390P:	Silicon Graphics Inc
3391P:	Tim Shimmin, David Chatterton
3392M:	xfs-masters@oss.sgi.com
3393L:	xfs@oss.sgi.com
3394W:	http://oss.sgi.com/projects/xfs
3395T:	git git://oss.sgi.com:8090/xfs/xfs-2.6
3396S:	Supported
3397
3398X86 3-LEVEL PAGING (PAE) SUPPORT
3399P:	Ingo Molnar
3400M:	mingo@redhat.com
3401S:	Maintained
3402
3403X86-64 port
3404P:	Andi Kleen
3405M:	ak@suse.de
3406L:	discuss@x86-64.org
3407W:	http://www.x86-64.org
3408S:	Maintained
3409
3410YAM DRIVER FOR AX.25
3411P:	Jean-Paul Roubelat
3412M:	jpr@f6fbb.org
3413L:	linux-hams@vger.kernel.org
3414S:	Maintained
3415
3416YEALINK PHONE DRIVER
3417P:	Henk Vergonet
3418M:	Henk.Vergonet@gmail.com
3419L:	usbb2k-api-dev@nongnu.org
3420S:	Maintained
3421
3422YMFPCI YAMAHA PCI SOUND (Use ALSA instead)
3423P:	Pete Zaitcev
3424M:	zaitcev@yahoo.com
3425L:	linux-kernel@vger.kernel.org
3426S:	Obsolete
3427
3428Z8530 DRIVER FOR AX.25
3429P:	Joerg Reuter
3430M:	jreuter@yaina.de
3431W:	http://yaina.de/jreuter/
3432W:	http://www.qsl.net/dl1bke/
3433L:	linux-hams@vger.kernel.org
3434S:	Maintained
3435
3436ZD1211RW WIRELESS DRIVER
3437P:	Daniel Drake
3438M:	dsd@gentoo.org
3439P:	Ulrich Kunitz
3440M:	kune@deine-taler.de
3441W:	http://zd1211.ath.cx/wiki/DriverRewrite
3442L:	zd1211-devs@lists.sourceforge.net (subscribers-only)
3443S:	Maintained
3444
3445ZF MACHZ WATCHDOG
3446P:	Fernando Fuganti
3447M:	fuganti@netbank.com.br
3448W:	http://cvs.conectiva.com.br/drivers/ZFL-watchdog/
3449S:	Maintained
3450
3451ZR36067 VIDEO FOR LINUX DRIVER
3452P:	Ronald Bultje
3453M:	rbultje@ronald.bitfreak.net
3454L:	mjpeg-users@lists.sourceforge.net
3455W:	http://mjpeg.sourceforge.net/driver-zoran/
3456S:	Maintained
3457
3458ZR36120 VIDEO FOR LINUX DRIVER
3459P:	Pauline Middelink
3460M:	middelin@polyware.nl
3461W:	http://www.polyware.nl/~middelin/En/hobbies.html
3462W:	http://www.polyware.nl/~middelin/hobbies.html
3463S:	Maintained
3464
3465THE REST
3466P:	Linus Torvalds
3467S:	Buried alive in reporters
3468