xref: /openbmc/linux/MAINTAINERS (revision f30828a6)
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.
34
35	PLEASE check your patch with the automated style checker
36	(scripts/checkpatch.pl) to catch trival style violations.
37	See Documentation/CodingStyle for guidance here.
38
39	PLEASE try to include any credit lines you want added with the
40	patch. It avoids people being missed off by mistake and makes
41	it easier to know who wants adding and who doesn't.
42
43	PLEASE document known bugs. If it doesn't work for everything
44	or does something very odd once a month document it.
45
46	PLEASE remember that submissions must be made under the terms
47	of the OSDL certificate of contribution and should include a
48	Signed-off-by: line.  The current version of this "Developer's
49	Certificate of Origin" (DCO) is listed in the file
50	Documentation/SubmittingPatches.
51
526.	Make sure you have the right to send any changes you make. If you
53	do changes at work you may find your employer owns the patch
54	not you.
55
567.	When sending security related changes or reports to a maintainer
57	please Cc: security@kernel.org, especially if the maintainer
58	does not respond.
59
608.	Happy hacking.
61
62		-----------------------------------
63
64Maintainers List (try to look for most precise areas first)
65
66Note: For the hard of thinking, this list is meant to remain in alphabetical
67order. If you could add yourselves to it in alphabetical order that would be
68so much easier [Ed]
69
70P: Person
71M: Mail patches to
72L: Mailing list that is relevant to this area
73W: Web-page with status/info
74T: SCM tree type and location.  Type is one of: git, hg, quilt.
75S: Status, one of the following:
76
77	Supported:	Someone is actually paid to look after this.
78	Maintained:	Someone actually looks after it.
79	Odd Fixes:	It has a maintainer but they don't have time to do
80			much other than throw the odd patch in. See below..
81	Orphan:		No current maintainer [but maybe you could take the
82			role as you write your new code].
83	Obsolete:	Old code. Something tagged obsolete generally means
84			it has been replaced by a better system and you
85			should be using that.
86
873C505 NETWORK DRIVER
88P:	Philip Blundell
89M:	philb@gnu.org
90L:	netdev@vger.kernel.org
91S:	Maintained
92
933C59X NETWORK DRIVER
94P:	Steffen Klassert
95M:	klassert@mathematik.tu-chemnitz.de
96L:	netdev@vger.kernel.org
97S:	Maintained
98
993CR990 NETWORK DRIVER
100P:	David Dillow
101M:	dave@thedillows.org
102L:	netdev@vger.kernel.org
103S:	Maintained
104
1053W-XXXX ATA-RAID CONTROLLER DRIVER
106P:	Adam Radford
107M:	linuxraid@amcc.com
108L:	linux-scsi@vger.kernel.org
109W:	http://www.amcc.com
110S:	Supported
111
1123W-9XXX SATA-RAID CONTROLLER DRIVER
113P:	Adam Radford
114M:	linuxraid@amcc.com
115L:	linux-scsi@vger.kernel.org
116W:	http://www.amcc.com
117S:	Supported
118
11953C700 AND 53C700-66 SCSI DRIVER
120P:	James E.J. Bottomley
121M:	James.Bottomley@HansenPartnership.com
122L:	linux-scsi@vger.kernel.org
123S:	Maintained
124
1256PACK NETWORK DRIVER FOR AX.25
126P:	Andreas Koensgen
127M:	ajk@iehk.rwth-aachen.de
128L:	linux-hams@vger.kernel.org
129S:	Maintained
130
1318169 10/100/1000 GIGABIT ETHERNET DRIVER
132P:	Francois Romieu
133M:	romieu@fr.zoreil.com
134L:	netdev@vger.kernel.org
135S:	Maintained
136
1378250/16?50 (AND CLONE UARTS) SERIAL DRIVER
138L:	linux-serial@vger.kernel.org
139W:	http://serial.sourceforge.net
140S:	Orphan
141
1428390 NETWORK DRIVERS [WD80x3/SMC-ELITE, SMC-ULTRA, NE2000, 3C503, etc.]
143P:	Paul Gortmaker
144M:	p_gortmaker@yahoo.com
145L:	netdev@vger.kernel.org
146S:	Maintained
147
1489P FILE SYSTEM
149P:	Eric Van Hensbergen
150M:	ericvh@gmail.com
151P:	Ron Minnich
152M:	rminnich@sandia.gov
153P:	Latchesar Ionkov
154M:	lucho@ionkov.net
155L:	v9fs-developer@lists.sourceforge.net
156W:	http://swik.net/v9fs
157T:	git kernel.org:/pub/scm/linux/kernel/ericvh/v9fs.git
158S:	Maintained
159
160A2232 SERIAL BOARD DRIVER
161P:	Enver Haase
162M:	A2232@gmx.net
163L:	linux-m68k@lists.linux-m68k.org
164S:	Maintained
165
166AFS FILESYSTEM & AF_RXRPC SOCKET DOMAIN
167P:	David Howells
168M:	dhowells@redhat.com
169L:	linux-afs@lists.infradead.org
170S:	Supported
171
172AIO
173P:	Benjamin LaHaise
174M:	bcrl@kvack.org
175L:	linux-aio@kvack.org
176S:	Supported
177
178ABIT UGURU HARDWARE MONITOR DRIVER
179P:	Hans de Goede
180M:	j.w.r.degoede@hhs.nl
181L:	lm-sensors@lm-sensors.org
182S:	Maintained
183
184ACENIC DRIVER
185P:	Jes Sorensen
186M:	jes@trained-monkey.org
187L:	linux-acenic@sunsite.dk
188S:	Maintained
189
190IPS SCSI RAID DRIVER
191P:	Adaptec OEM Raid Solutions
192M:	aacraid@adaptec.com
193L:	linux-scsi@vger.kernel.org
194W:	http://www.adaptec.com/
195S:	Maintained
196
197DPT_I2O SCSI RAID DRIVER
198P:	Adaptec OEM Raid Solutions
199M:	aacraid@adaptec.com
200L:	linux-scsi@vger.kernel.org
201W:	http://www.adaptec.com/
202S:	Maintained
203
204AACRAID SCSI RAID DRIVER
205P:	Adaptec OEM Raid Solutions
206M:	aacraid@adaptec.com
207L:	linux-scsi@vger.kernel.org
208W:	http://www.adaptec.com/
209S:	Supported
210
211ACER WMI LAPTOP EXTRAS
212P:	Carlos Corbacho
213M:	carlos@strangeworlds.co.uk
214L:	aceracpi@googlegroups.com (subscribers-only)
215W:	http://code.google.com/p/aceracpi
216S:	Maintained
217
218ACPI
219P:	Andi Kleen
220M:	ak@linux.intel.com
221M:	lenb@kernel.org
222L:	linux-acpi@vger.kernel.org
223W:	http://www.lesswatts.org/projects/acpi/
224T:	git kernel.org:/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6.git
225S:	Supported
226
227ACPI BATTERY DRIVERS
228P:	Alexey Starikovskiy
229M:	astarikovskiy@suse.de
230L:	linux-acpi@vger.kernel.org
231W:	http://www.lesswatts.org/projects/acpi/
232S:	Supported
233
234ACPI EC DRIVER
235P:	Alexey Starikovskiy
236M:	astarikovskiy@suse.de
237L:	linux-acpi@vger.kernel.org
238W:	http://www.lesswatts.org/projects/acpi/
239S:	Supported
240
241ACPI FAN DRIVER
242P:	Zhang Rui
243M:	rui.zhang@intel.com
244L:	linux-acpi@vger.kernel.org
245W:	http://www.lesswatts.org/projects/acpi/
246S:	Supported
247
248ACPI PCI HOTPLUG DRIVER
249P:	Kristen Carlson Accardi
250M:	kristen.c.accardi@intel.com
251L:	linux-pci@vger.kernel.org
252S:	Supported
253
254ACPI THERMAL DRIVER
255P:	Zhang Rui
256M:	rui.zhang@intel.com
257L:	linux-acpi@vger.kernel.org
258W:	http://www.lesswatts.org/projects/acpi/
259S:	Supported
260
261ACPI VIDEO DRIVER
262P:	Zhang Rui
263M:	rui.zhang@intel.com
264L:	linux-acpi@vger.kernel.org
265W:	http://www.lesswatts.org/projects/acpi/
266S:	Supported
267
268ACPI WMI DRIVER
269P:      Carlos Corbacho
270M:      carlos@strangeworlds.co.uk
271L:      linux-acpi@vger.kernel.org
272W:      http://www.lesswatts.org/projects/acpi/
273S:      Maintained
274
275AD1889 ALSA SOUND DRIVER
276P:     Kyle McMartin
277M:     kyle@mcmartin.ca
278P:     Thibaut Varene
279M:     T-Bone@parisc-linux.org
280W:     http://wiki.parisc-linux.org/AD1889
281L:     linux-parisc@vger.kernel.org
282S:     Maintained
283
284ADM1025 HARDWARE MONITOR DRIVER
285P:	Jean Delvare
286M:	khali@linux-fr.org
287L:	lm-sensors@lm-sensors.org
288S:	Maintained
289
290ADM1029 HARDWARE MONITOR DRIVER
291P:	Corentin Labbe
292M:	corentin.labbe@geomatys.fr
293L:	lm-sensors@lm-sensors.org
294S:	Maintained
295
296ADM8211 WIRELESS DRIVER
297P:	Michael Wu
298M:	flamingice@sourmilk.net
299L:	linux-wireless@vger.kernel.org
300W:	http://linuxwireless.org/
301T:	git kernel.org:/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
302S:	Maintained
303
304ADT746X FAN DRIVER
305P:	Colin Leroy
306M:	colin@colino.net
307S:	Maintained
308
309ADVANSYS SCSI DRIVER
310P:	Matthew Wilcox
311M:	matthew@wil.cx
312L:	linux-scsi@vger.kernel.org
313S:	Maintained
314
315AEDSP16 DRIVER
316P:	Riccardo Facchetti
317M:	fizban@tin.it
318S:	Maintained
319
320AFFS FILE SYSTEM
321P:	Roman Zippel
322M:	zippel@linux-m68k.org
323S:	Maintained
324
325AGPGART DRIVER
326P:	David Airlie
327M:	airlied@linux.ie
328T:	git kernel.org:/pub/scm/linux/kernel/git/airlied/drm-2.6.git
329S:	Maintained
330
331AHA152X SCSI DRIVER
332P:	Juergen E. Fischer
333M:	Juergen Fischer <fischer@norbit.de>
334L:	linux-scsi@vger.kernel.org
335S:	Maintained
336
337AIC7XXX / AIC79XX SCSI DRIVER
338P:	Hannes Reinecke
339M:	hare@suse.de
340L:	linux-scsi@vger.kernel.org
341S:	Maintained
342
343ALCATEL SPEEDTOUCH USB DRIVER
344P:	Duncan Sands
345M:	duncan.sands@free.fr
346L:	linux-usb@vger.kernel.org
347W:	http://www.linux-usb.org/SpeedTouch/
348S:	Maintained
349
350ALCHEMY AU1XX0 MMC DRIVER
351P:	Manuel Lauss
352M:	manuel.lauss@gmail.com
353S:	Maintained
354
355ALI1563 I2C DRIVER
356P:	Rudolf Marek
357M:	r.marek@assembler.cz
358L:	i2c@lm-sensors.org
359S:	Maintained
360
361ALPHA PORT
362P:	Richard Henderson
363M:	rth@twiddle.net
364S:	Odd Fixes for 2.4; Maintained for 2.6.
365P:	Ivan Kokshaysky
366M:	ink@jurassic.park.msu.ru
367S:	Maintained for 2.4; PCI support for 2.6.
368
369AMD GEODE CS5536 USB DEVICE CONTROLLER DRIVER
370P:	Thomas Dahlmann
371M:	thomas.dahlmann@amd.com
372L:	linux-geode@lists.infradead.org (moderated for non-subscribers)
373S:	Supported
374
375AMD GEODE PROCESSOR/CHIPSET SUPPORT
376P:	Jordan Crouse
377L:	linux-geode@lists.infradead.org (moderated for non-subscribers)
378W:	http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html
379S:	Supported
380
381AMD IOMMU (AMD-VI)
382P:	Joerg Roedel
383M:	joerg.roedel@amd.com
384L:	iommu@lists.linux-foundation.org
385S:	Supported
386
387AMS (Apple Motion Sensor) DRIVER
388P:	Stelian Pop
389M:	stelian@popies.net
390P:	Michael Hanselmann
391M:	linux-kernel@hansmi.ch
392S:	Supported
393
394AMSO1100 RNIC DRIVER
395P:	Tom Tucker
396M:	tom@opengridcomputing.com
397P:	Steve Wise
398M:	swise@opengridcomputing.com
399L:	general@lists.openfabrics.org
400S:	Maintained
401
402AOA (Apple Onboard Audio) ALSA DRIVER
403P:	Johannes Berg
404M:	johannes@sipsolutions.net
405L:	linuxppc-dev@ozlabs.org
406L:	alsa-devel@alsa-project.org (subscribers-only)
407S:	Maintained
408
409APM DRIVER
410P:	Stephen Rothwell
411M:	sfr@canb.auug.org.au
412L:	linux-laptop@vger.kernel.org
413W:	http://www.canb.auug.org.au/~sfr/
414S:	Supported
415
416APPLE SMC DRIVER
417P:	Nicolas Boichat
418M:	nicolas@boichat.ch
419L:	mactel-linux-devel@lists.sourceforge.net
420S:	Maintained
421
422APPLETALK NETWORK LAYER
423P:	Arnaldo Carvalho de Melo
424M:	acme@ghostprotocols.net
425S:	Maintained
426
427APPLETOUCH TOUCHPAD DRIVER
428P:	Johannes Berg
429M:	johannes@sipsolutions.net
430L:	linux-input@vger.kernel.org
431S:	Maintained
432
433ARC FRAMEBUFFER DRIVER
434P:	Jaya Kumar
435M:	jayalk@intworks.biz
436S:	Maintained
437
438ARM MFM AND FLOPPY DRIVERS
439P:	Ian Molton
440M:	spyro@f2s.com
441S:	Maintained
442
443ARM PRIMECELL MMCI PL180/1 DRIVER
444P:	Russell King
445M:	rmk@arm.linux.org.uk
446L:	linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
447S:	Maintained
448
449ARM/ADI ROADRUNNER MACHINE SUPPORT
450P:	Lennert Buytenhek
451M:	kernel@wantstofly.org
452L:	linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
453S:	Maintained
454
455ARM/ADS SPHERE MACHINE SUPPORT
456P:	Lennert Buytenhek
457M:	kernel@wantstofly.org
458L:	linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
459S:	Maintained
460
461ARM/AJECO 1ARM MACHINE SUPPORT
462P:	Lennert Buytenhek
463M:	kernel@wantstofly.org
464L:	linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
465S:	Maintained
466
467ARM/ATMEL AT91RM9200 ARM ARCHITECTURE
468P:      Andrew Victor
469M:      linux@maxim.org.za
470L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
471W:      http://maxim.org.za/at91_26.html
472S:      Maintained
473
474ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
475P:	Lennert Buytenhek
476M:	kernel@wantstofly.org
477L:	linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
478S:	Maintained
479
480ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT
481P:	Lennert Buytenhek
482M:	kernel@wantstofly.org
483L:	linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
484S:	Maintained
485
486ARM/CORGI MACHINE SUPPORT
487P:	Richard Purdie
488M:	rpurdie@rpsys.net
489S:	Maintained
490
491ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
492P:	Lennert Buytenhek
493M:	kernel@wantstofly.org
494L:	linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
495S:	Maintained
496
497ARM/GUMSTIX MACHINE SUPPORT
498P:	Steve Sakoman
499M:	sakoman@gmail.com
500L:	linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
501S:	Maintained
502
503ARM/HP JORNADA 7XX MACHINE SUPPORT
504P:      Kristoffer Ericson
505M:      kristoffer.ericson@gmail.com
506W:      www.jlime.com
507S:      Maintained
508
509ARM/INTEL IOP32X ARM ARCHITECTURE
510P:	Lennert Buytenhek
511M:	kernel@wantstofly.org
512P:	Dan Williams
513M:	dan.j.williams@intel.com
514L:	linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
515S:	Supported
516
517ARM/INTEL IOP33X ARM ARCHITECTURE
518P:	Dan Williams
519M:	dan.j.williams@intel.com
520L:	linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
521S:	Supported
522
523ARM/INTEL IOP13XX ARM ARCHITECTURE
524P:	Lennert Buytenhek
525M:	kernel@wantstofly.org
526P:	Dan Williams
527M:	dan.j.williams@intel.com
528L:	linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
529S:	Supported
530
531ARM/INTEL IQ81342EX MACHINE SUPPORT
532P:	Lennert Buytenhek
533M:	kernel@wantstofly.org
534P:	Dan Williams
535M:	dan.j.williams@intel.com
536L:	linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
537S:	Supported
538
539ARM/INTEL IXP2000 ARM ARCHITECTURE
540P:	Lennert Buytenhek
541M:	kernel@wantstofly.org
542L:	linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
543S:	Maintained
544
545ARM/INTEL IXDP2850 MACHINE SUPPORT
546P:	Lennert Buytenhek
547M:	kernel@wantstofly.org
548L:	linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
549S:	Maintained
550
551ARM/INTEL IXP23XX ARM ARCHITECTURE
552P:	Lennert Buytenhek
553M:	kernel@wantstofly.org
554L:	linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
555S:	Maintained
556
557ARM/INTEL XSC3 (MANZANO) ARM CORE
558P:	Lennert Buytenhek
559M:	kernel@wantstofly.org
560P:	Dan Williams
561M:	dan.j.williams@intel.com
562L:	linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
563S:	Supported
564
565ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT
566P:	Lennert Buytenhek
567M:	kernel@wantstofly.org
568L:	linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
569S:	Maintained
570
571ARM/LOGICPD PXA270 MACHINE SUPPORT
572P:	Lennert Buytenhek
573M:	kernel@wantstofly.org
574L:	linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
575S:	Maintained
576
577ARM/TOSA MACHINE SUPPORT
578P:	Dirk Opfer
579M:	dirk@opfer-online.de
580S:	Maintained
581
582ARM/PLEB SUPPORT
583P:	Peter Chubb
584M:	pleb@gelato.unsw.edu.au
585W:	http://www.disy.cse.unsw.edu.au/Hardware/PLEB
586S:	Maintained
587
588ARM/PT DIGITAL BOARD PORT
589P:	Stefan Eletzhofer
590M:	stefan.eletzhofer@eletztrick.de
591L:	linux-arm-kernel@lists.arm.linux.org.uk	(subscribers-only)
592W:	http://www.arm.linux.org.uk/
593S:	Maintained
594
595ARM/RADISYS ENP2611 MACHINE SUPPORT
596P:	Lennert Buytenhek
597M:	kernel@wantstofly.org
598L:	linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
599S:	Maintained
600
601ARM/SHARK MACHINE SUPPORT
602P:	Alexander Schulz
603M:	alex@shark-linux.de
604W:	http://www.shark-linux.de/shark.html
605S:	Maintained
606
607ARM/STRONGARM110 PORT
608P:	Russell King
609M:	rmk@arm.linux.org.uk
610L:	linux-arm-kernel@lists.arm.linux.org.uk	(subscribers-only)
611W:	http://www.arm.linux.org.uk/
612S:	Maintained
613
614ARM/S3C2410 ARM ARCHITECTURE
615P:	Ben Dooks
616M:	ben-linux@fluff.org
617L:	linux-arm-kernel@lists.arm.linux.org.uk	(subscribers-only)
618W:	http://www.fluff.org/ben/linux/
619S:	Maintained
620
621ARM/S3C2440 ARM ARCHITECTURE
622P:	Ben Dooks
623M:	ben-linux@fluff.org
624L:	linux-arm-kernel@lists.arm.linux.org.uk	(subscribers-only)
625W:	http://www.fluff.org/ben/linux/
626S:	Maintained
627
628ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
629P:	Lennert Buytenhek
630M:	kernel@wantstofly.org
631L:	linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
632S:	Maintained
633
634ARM/THECUS N2100 MACHINE SUPPORT
635P:	Lennert Buytenhek
636M:	kernel@wantstofly.org
637L:	linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
638S:	Maintained
639
640ARPD SUPPORT
641P:	Jonathan Layes
642L:	netdev@vger.kernel.org
643S:	Maintained
644
645ASUS ACPI EXTRAS DRIVER
646P:	Corentin Chary
647M:	corentincj@iksaif.net
648P:	Karol Kozimor
649M:	sziwan@users.sourceforge.net
650L:	acpi4asus-user@lists.sourceforge.net
651W:	http://sourceforge.net/projects/acpi4asus
652W:	http://xf.iksaif.net/acpi4asus
653S:	Maintained
654
655ASUS ASB100 HARDWARE MONITOR DRIVER
656P:	Mark M. Hoffman
657M:	mhoffman@lightlink.com
658L:	lm-sensors@lm-sensors.org
659S:	Maintained
660
661ASUS LAPTOP EXTRAS DRIVER
662P:	Corentin Chary
663M:	corentincj@iksaif.net
664L:	acpi4asus-user@lists.sourceforge.net
665W:	http://sourceforge.net/projects/acpi4asus
666W:	http://xf.iksaif.net/acpi4asus
667S:	Maintained
668
669ASYNCHRONOUS TRANSFERS/TRANSFORMS API
670P:	Dan Williams
671M:	dan.j.williams@intel.com
672P:	Maciej Sosnowski
673M:	maciej.sosnowski@intel.com
674L:	linux-kernel@vger.kernel.org
675W:	http://sourceforge.net/projects/xscaleiop
676S:	Supported
677
678ATA OVER ETHERNET DRIVER
679P:	Ed L. Cashin
680M:	ecashin@coraid.com
681W:	http://www.coraid.com/support/linux
682S:	Supported
683
684ATHEROS ATH5K WIRELESS DRIVER
685P:	Jiri Slaby
686M:	jirislaby@gmail.com
687P:	Nick Kossifidis
688M:	mickflemm@gmail.com
689P:	Luis R. Rodriguez
690M:	mcgrof@gmail.com
691L:	linux-wireless@vger.kernel.org
692L:	ath5k-devel@lists.ath5k.org
693S:	Maintained
694
695ATI_REMOTE2 DRIVER
696P:	Ville Syrjala
697M:	syrjala@sci.fi
698S:	Maintained
699
700ATL1 ETHERNET DRIVER
701P:	Jay Cliburn
702M:	jcliburn@gmail.com
703P:	Chris Snook
704M:	csnook@redhat.com
705L:	atl1-devel@lists.sourceforge.net
706W:	http://sourceforge.net/projects/atl1
707W:	http://atl1.sourceforge.net
708S:	Maintained
709
710ATM
711P:	Chas Williams
712M:	chas@cmf.nrl.navy.mil
713L:	linux-atm-general@lists.sourceforge.net (subscribers-only)
714W:	http://linux-atm.sourceforge.net
715S:	Maintained
716
717ATMEL AT91 MCI DRIVER
718P:	Nicolas Ferre
719M:	nicolas.ferre@atmel.com
720L:	linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
721W:	http://www.atmel.com/products/AT91/
722W:	http://www.at91.com/
723S:	Maintained
724
725ATMEL AT91 / AT32 SERIAL DRIVER
726P:	Haavard Skinnemoen
727M:	hskinnemoen@atmel.com
728L:	linux-kernel@vger.kernel.org
729S:	Supported
730
731ATMEL LCDFB DRIVER
732P:	Nicolas Ferre
733M:	nicolas.ferre@atmel.com
734L:	linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
735S:	Maintained
736
737ATMEL MACB ETHERNET DRIVER
738P:	Haavard Skinnemoen
739M:	hskinnemoen@atmel.com
740S:	Supported
741
742ATMEL SPI DRIVER
743P:	Haavard Skinnemoen
744M:	hskinnemoen@atmel.com
745S:	Supported
746
747ATMEL USBA UDC DRIVER
748P:	Haavard Skinnemoen
749M:	hskinnemoen@atmel.com
750L:	kernel@avr32linux.org
751W:	http://avr32linux.org/twiki/bin/view/Main/AtmelUsbDeviceDriver
752S:	Supported
753
754ATMEL WIRELESS DRIVER
755P:	Simon Kelley
756M:	simon@thekelleys.org.uk
757L:	linux-wireless@vger.kernel.org
758W:	http://www.thekelleys.org.uk/atmel
759W:	http://atmelwlandriver.sourceforge.net/
760S:	Maintained
761
762AUDIT SUBSYSTEM
763P:	Al Viro
764M:	viro@zeniv.linux.org.uk
765P:	Eric Paris
766M:	eparis@redhat.com
767L:	linux-audit@redhat.com (subscribers-only)
768W:	http://people.redhat.com/sgrubb/audit/
769T:	git git.kernel.org/pub/scm/linux/kernel/git/viro/audit-current.git
770S:	Maintained
771
772AUXILIARY DISPLAY DRIVERS
773P:	Miguel Ojeda Sandonis
774M:	miguel.ojeda.sandonis@gmail.com
775L:	linux-kernel@vger.kernel.org
776W:	http://miguelojeda.es/auxdisplay.htm
777W:	http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
778S:	Maintained
779
780AVR32 ARCHITECTURE
781P:	Haavard Skinnemoen
782M:	hskinnemoen@atmel.com
783W:	http://www.atmel.com/products/AVR32/
784W:	http://avr32linux.org/
785W:	http://avrfreaks.net/
786S:	Supported
787
788AVR32/AT32AP MACHINE SUPPORT
789P:	Haavard Skinnemoen
790M:	hskinnemoen@atmel.com
791S:	Supported
792
793AX.25 NETWORK LAYER
794P:	Ralf Baechle
795M:	ralf@linux-mips.org
796L:	linux-hams@vger.kernel.org
797W:	http://www.linux-ax25.org/
798S:	Maintained
799
800BACKLIGHT CLASS/SUBSYSTEM
801P:	Richard Purdie
802M:	rpurdie@rpsys.net
803S:	Maintained
804
805BLACKFIN ARCHITECTURE
806P:	Bryan Wu
807M:	cooloney@kernel.org
808L:	uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
809W:	http://blackfin.uclinux.org
810S:	Supported
811
812BLACKFIN EMAC DRIVER
813P:	Bryan Wu
814M:	cooloney@kernel.org
815L:	uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
816W:	http://blackfin.uclinux.org
817S:	Supported
818
819BLACKFIN RTC DRIVER
820P:	Mike Frysinger
821M:	vapier.adi@gmail.com
822L:	uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
823W:	http://blackfin.uclinux.org
824S:	Supported
825
826BLACKFIN SERIAL DRIVER
827P:	Sonic Zhang
828M:	sonic.zhang@analog.com
829L:	uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
830W:	http://blackfin.uclinux.org
831S:	Supported
832
833BLACKFIN WATCHDOG DRIVER
834P:	Mike Frysinger
835M:	vapier.adi@gmail.com
836L:	uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
837W:	http://blackfin.uclinux.org
838S:	Supported
839
840BAYCOM/HDLCDRV DRIVERS FOR AX.25
841P:	Thomas Sailer
842M:	t.sailer@alumni.ethz.ch
843L:	linux-hams@vger.kernel.org
844W:	http://www.baycom.org/~tom/ham/ham.html
845S:	Maintained
846
847B43 WIRELESS DRIVER
848P:	Michael Buesch
849M:	mb@bu3sch.de
850P:	Stefano Brivio
851M:	stefano.brivio@polimi.it
852L:	linux-wireless@vger.kernel.org
853W:	http://linuxwireless.org/en/users/Drivers/b43
854S:	Maintained
855
856B43LEGACY WIRELESS DRIVER
857P:	Larry Finger
858M:	Larry.Finger@lwfinger.net
859P:	Stefano Brivio
860M:	stefano.brivio@polimi.it
861L:	linux-wireless@vger.kernel.org
862W:	http://linuxwireless.org/en/users/Drivers/b43
863S:	Maintained
864
865BEFS FILE SYSTEM
866P:	Sergey S. Kostyliov
867M:	rathamahata@php4.ru
868L:	linux-kernel@vger.kernel.org
869S:	Maintained
870
871BFS FILE SYSTEM
872P:	Tigran A. Aivazian
873M:	tigran@aivazian.fsnet.co.uk
874L:	linux-kernel@vger.kernel.org
875S:	Maintained
876
877BLACKFIN I2C TWI DRIVER
878P:	Sonic Zhang
879M:	sonic.zhang@analog.com
880L:	uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
881W:	http://blackfin.uclinux.org/
882S:	Supported
883
884BLOCK LAYER
885P:	Jens Axboe
886M:	axboe@kernel.dk
887L:	linux-kernel@vger.kernel.org
888T:	git kernel.org:/pub/scm/linux/kernel/git/axboe/linux-2.6-block.git
889S:	Maintained
890
891BLOCK2MTD DRIVER
892P:	Joern Engel
893M:	joern@lazybastard.org
894L:	linux-mtd@lists.infradead.org
895S:	Maintained
896
897BLUETOOTH SUBSYSTEM
898P:	Marcel Holtmann
899M:	marcel@holtmann.org
900P:	Maxim Krasnyansky
901M:	maxk@qualcomm.com
902L:	linux-bluetooth@vger.kernel.org
903W:	http://bluez.sf.net
904W:	http://www.bluez.org
905W:	http://www.holtmann.org/linux/bluetooth/
906T:	git kernel.org:/pub/scm/linux/kernel/git/holtmann/bluetooth-2.6.git
907S:	Maintained
908
909BLUETOOTH RFCOMM LAYER
910P:	Marcel Holtmann
911M:	marcel@holtmann.org
912P:	Maxim Krasnyansky
913M:	maxk@qualcomm.com
914S:	Maintained
915
916BLUETOOTH BNEP LAYER
917P:	Marcel Holtmann
918M:	marcel@holtmann.org
919P:	Maxim Krasnyansky
920M:	maxk@qualcomm.com
921S:	Maintained
922
923BLUETOOTH CMTP LAYER
924P:	Marcel Holtmann
925M:	marcel@holtmann.org
926S:	Maintained
927
928BLUETOOTH HIDP LAYER
929P:	Marcel Holtmann
930M:	marcel@holtmann.org
931S:	Maintained
932
933BLUETOOTH HCI UART DRIVER
934P:	Marcel Holtmann
935M:	marcel@holtmann.org
936P:	Maxim Krasnyansky
937M:	maxk@qualcomm.com
938S:	Maintained
939
940BLUETOOTH HCI USB DRIVER
941P:	Marcel Holtmann
942M:	marcel@holtmann.org
943P:	Maxim Krasnyansky
944M:	maxk@qualcomm.com
945S:	Maintained
946
947BLUETOOTH HCI BCM203X DRIVER
948P:	Marcel Holtmann
949M:	marcel@holtmann.org
950S:	Maintained
951
952BLUETOOTH HCI BPA10X DRIVER
953P:	Marcel Holtmann
954M:	marcel@holtmann.org
955S:	Maintained
956
957BLUETOOTH HCI BFUSB DRIVER
958P:	Marcel Holtmann
959M:	marcel@holtmann.org
960S:	Maintained
961
962BLUETOOTH HCI DTL1 DRIVER
963P:	Marcel Holtmann
964M:	marcel@holtmann.org
965S:	Maintained
966
967BLUETOOTH HCI BLUECARD DRIVER
968P:	Marcel Holtmann
969M:	marcel@holtmann.org
970S:	Maintained
971
972BLUETOOTH HCI BT3C DRIVER
973P:	Marcel Holtmann
974M:	marcel@holtmann.org
975S:	Maintained
976
977BLUETOOTH HCI BTUART DRIVER
978P:	Marcel Holtmann
979M:	marcel@holtmann.org
980S:	Maintained
981
982BLUETOOTH HCI VHCI DRIVER
983P:	Maxim Krasnyansky
984M:	maxk@qualcomm.com
985S:	Maintained
986
987BONDING DRIVER
988P:	Jay Vosburgh
989M:	fubar@us.ibm.com
990L:	bonding-devel@lists.sourceforge.net
991W:	http://sourceforge.net/projects/bonding/
992S:	Supported
993
994BROADCOM B44 10/100 ETHERNET DRIVER
995P:	Gary Zambrano
996M:	zambrano@broadcom.com
997L:	netdev@vger.kernel.org
998S:	Supported
999
1000BROADCOM BNX2 GIGABIT ETHERNET DRIVER
1001P:	Michael Chan
1002M:	mchan@broadcom.com
1003L:	netdev@vger.kernel.org
1004S:	Supported
1005
1006BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER
1007P:	Eilon Greenstein
1008M:	eilong@broadcom.com
1009L:	netdev@vger.kernel.org
1010S:	Supported
1011
1012BROADCOM TG3 GIGABIT ETHERNET DRIVER
1013P:	Michael Chan
1014M:	mchan@broadcom.com
1015L:	netdev@vger.kernel.org
1016S:	Supported
1017
1018BSG (block layer generic sg v4 driver)
1019P:	FUJITA Tomonori
1020M:	fujita.tomonori@lab.ntt.co.jp
1021L:	linux-scsi@vger.kernel.org
1022S:	Supported
1023
1024BTTV VIDEO4LINUX DRIVER
1025P:	Mauro Carvalho Chehab
1026M:	mchehab@infradead.org
1027M:	v4l-dvb-maintainer@linuxtv.org
1028L:	video4linux-list@redhat.com
1029W:	http://linuxtv.org
1030T:	git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
1031S:	Maintained
1032
1033CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
1034P:   	Jonathan Corbet
1035M:	corbet@lwn.net
1036L:	video4linux-list@redhat.com
1037S:	Maintained
1038
1039CAN NETWORK LAYER
1040P:	Urs Thuermann
1041M:	urs.thuermann@volkswagen.de
1042P:	Oliver Hartkopp
1043M:	oliver.hartkopp@volkswagen.de
1044L:	socketcan-core@lists.berlios.de (subscribers-only)
1045W:	http://developer.berlios.de/projects/socketcan/
1046S:	Maintained
1047
1048CALGARY x86-64 IOMMU
1049P:	Muli Ben-Yehuda
1050M:	muli@il.ibm.com
1051P:	Jon D. Mason
1052M:	jdmason@kudzu.us
1053L:	linux-kernel@vger.kernel.org
1054L:	discuss@x86-64.org
1055S:	Maintained
1056
1057CELL BROADBAND ENGINE ARCHITECTURE
1058P:	Arnd Bergmann
1059M:	arnd@arndb.de
1060L:	linuxppc-dev@ozlabs.org
1061L:	cbe-oss-dev@ozlabs.org
1062W:	http://www.ibm.com/developerworks/power/cell/
1063S:	Supported
1064
1065CFAG12864B LCD DRIVER
1066P:	Miguel Ojeda Sandonis
1067M:	miguel.ojeda.sandonis@gmail.com
1068L:	linux-kernel@vger.kernel.org
1069W:	http://miguelojeda.es/auxdisplay.htm
1070W:	http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
1071S:	Maintained
1072
1073CFAG12864BFB LCD FRAMEBUFFER DRIVER
1074P:	Miguel Ojeda Sandonis
1075M:	miguel.ojeda.sandonis@gmail.com
1076L:	linux-kernel@vger.kernel.org
1077W:	http://miguelojeda.es/auxdisplay.htm
1078W:	http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
1079S:	Maintained
1080
1081CFG80211 and NL80211
1082P:	Johannes Berg
1083M:	johannes@sipsolutions.net
1084L:	linux-wireless@vger.kernel.org
1085S:	Maintained
1086
1087CHECKPATCH
1088P:	Andy Whitcroft
1089M:	apw@shadowen.org
1090P:	Randy Dunlap
1091M:	rdunlap@xenotime.net
1092P:	Joel Schopp
1093M:	jschopp@austin.ibm.com
1094S:	Supported
1095
1096COMMON INTERNET FILE SYSTEM (CIFS)
1097P:	Steve French
1098M:	sfrench@samba.org
1099L:	linux-cifs-client@lists.samba.org
1100L:	samba-technical@lists.samba.org
1101W:	http://linux-cifs.samba.org/
1102T:	git kernel.org:/pub/scm/linux/kernel/git/sfrench/cifs-2.6.git
1103S:	Supported
1104
1105CONFIGFS
1106P:	Joel Becker
1107M:	joel.becker@oracle.com
1108L:	linux-kernel@vger.kernel.org
1109S:	Supported
1110
1111CIRRUS LOGIC EP93XX ETHERNET DRIVER
1112P:	Lennert Buytenhek
1113M:	kernel@wantstofly.org
1114L:	netdev@vger.kernel.org
1115S:	Maintained
1116
1117CIRRUS LOGIC EP93XX OHCI USB HOST DRIVER
1118P:	Lennert Buytenhek
1119M:	kernel@wantstofly.org
1120L:	linux-usb@vger.kernel.org
1121S:	Maintained
1122
1123CIRRUS LOGIC CS4270 SOUND DRIVER
1124P:	Timur Tabi
1125M:	timur@freescale.com
1126L:	alsa-devel@alsa-project.org
1127S:	Supported
1128
1129CIRRUS LOGIC CS4280/CS461x SOUNDDRIVER
1130P:	Cirrus Logic Corporation (kernel 2.2 driver)
1131M:	Cirrus Logic Corporation, Thomas Woller <twoller@crystal.cirrus.com>
1132P:	Nils Faerber (port to kernel 2.4)
1133M:	Nils Faerber <nils@kernelconcepts.de>
1134S:	Maintained
1135
1136CODA FILE SYSTEM
1137P:	Jan Harkes
1138M:	jaharkes@cs.cmu.edu
1139M:	coda@cs.cmu.edu
1140L:	codalist@coda.cs.cmu.edu
1141W:	http://www.coda.cs.cmu.edu/
1142S:	Maintained
1143
1144COMPACTPCI HOTPLUG CORE
1145P:	Scott Murray
1146M:	scottm@somanetworks.com
1147M:	scott@spiteful.org
1148L:	linux-pci@vger.kernel.org
1149S:	Supported
1150
1151COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
1152P:	Scott Murray
1153M:	scottm@somanetworks.com
1154M:	scott@spiteful.org
1155L:	linux-pci@vger.kernel.org
1156S:	Supported
1157
1158COMPACTPCI HOTPLUG GENERIC DRIVER
1159P:	Scott Murray
1160M:	scottm@somanetworks.com
1161M:	scott@spiteful.org
1162L:	linux-pci@vger.kernel.org
1163S:	Supported
1164
1165COMPAL LAPTOP SUPPORT
1166P:	Cezary Jackiewicz
1167M:	cezary.jackiewicz@gmail.com
1168S:	Maintained
1169
1170COMPUTONE INTELLIPORT MULTIPORT CARD
1171P:	Michael H. Warfield
1172M:	mhw@wittsend.com
1173W:	http://www.wittsend.com/computone.html
1174S:	Maintained
1175
1176CONEXANT ACCESSRUNNER USB DRIVER
1177P:	Simon Arlott
1178M:	cxacru@fire.lp0.eu
1179L:	accessrunner-general@lists.sourceforge.net
1180W:	http://accessrunner.sourceforge.net/
1181S:	Maintained
1182
1183CONTROL GROUPS (CGROUPS)
1184P:	Paul Menage
1185M:	menage@google.com
1186L:	containers@lists.linux-foundation.org
1187S:	Maintained
1188
1189CORETEMP HARDWARE MONITORING DRIVER
1190P:	Rudolf Marek
1191M:	r.marek@assembler.cz
1192L:	lm-sensors@lm-sensors.org
1193S:	Maintained
1194
1195COSA/SRP SYNC SERIAL DRIVER
1196P:	Jan "Yenya" Kasprzak
1197M:	kas@fi.muni.cz
1198W:	http://www.fi.muni.cz/~kas/cosa/
1199S:	Maintained
1200
1201CPU FREQUENCY DRIVERS
1202P:	Dave Jones
1203M:	davej@codemonkey.org.uk
1204L:	cpufreq@lists.linux.org.uk
1205W:	http://www.codemonkey.org.uk/projects/cpufreq/
1206T:	git kernel.org/pub/scm/linux/kernel/git/davej/cpufreq.git
1207S:	Maintained
1208
1209CPUID/MSR DRIVER
1210P:	H. Peter Anvin
1211M:	hpa@zytor.com
1212S:	Maintained
1213
1214CPUSETS
1215P:	Paul Jackson
1216P:	Paul Menage
1217M:	pj@sgi.com
1218M:	menage@google.com
1219L:	linux-kernel@vger.kernel.org
1220W:	http://www.bullopensource.org/cpuset/
1221W:	http://oss.sgi.com/projects/cpusets/
1222S:	Supported
1223
1224CRAMFS FILESYSTEM
1225W:	http://sourceforge.net/projects/cramfs/
1226S:	Orphan
1227
1228CRIS PORT
1229P:	Mikael Starvik
1230M:	starvik@axis.com
1231P:	Jesper Nilsson
1232M:	jesper.nilsson@axis.com
1233L:	dev-etrax@axis.com
1234W:	http://developer.axis.com
1235S:	Maintained
1236
1237CRYPTO API
1238P:	Herbert Xu
1239M:	herbert@gondor.apana.org.au
1240P:	David S. Miller
1241M:	davem@davemloft.net
1242L:	linux-crypto@vger.kernel.org
1243T:	git kernel.org:/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
1244S:	Maintained
1245
1246CS5535 Audio ALSA driver
1247P:	Jaya Kumar
1248M:	jayakumar.alsa@gmail.com
1249S:	Maintained
1250
1251CX18 VIDEO4LINUX DRIVER
1252P:	Hans Verkuil, Andy Walls
1253M:	hverkuil@xs4all.nl, awalls@radix.net
1254L:	ivtv-devel@ivtvdriver.org
1255L:	ivtv-users@ivtvdriver.org
1256L:	video4linux-list@redhat.com
1257W:	http://linuxtv.org
1258S:	Maintained
1259
1260CXGB3 ETHERNET DRIVER (CXGB3)
1261P:	Divy Le Ray
1262M:	divy@chelsio.com
1263L:	netdev@vger.kernel.org
1264W:	http://www.chelsio.com
1265S:	Supported
1266
1267CXGB3 IWARP RNIC DRIVER (IW_CXGB3)
1268P:	Steve Wise
1269M:	swise@chelsio.com
1270L:	general@lists.openfabrics.org
1271W:	http://www.openfabrics.org
1272S:	Supported
1273
1274CYBERPRO FB DRIVER
1275P:	Russell King
1276M:	rmk@arm.linux.org.uk
1277W:	http://www.arm.linux.org.uk/
1278S:	Maintained
1279
1280CYBLAFB FRAMEBUFFER DRIVER
1281P:	Knut Petersen
1282M:	Knut_Petersen@t-online.de
1283L:	linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
1284S:	Maintained
1285
1286CYCLADES 2X SYNC CARD DRIVER
1287P:	Arnaldo Carvalho de Melo
1288M:	acme@ghostprotocols.net
1289W:	http://oops.ghostprotocols.net:81/blog
1290S:	Maintained
1291
1292CYCLADES ASYNC MUX DRIVER
1293W:	http://www.cyclades.com/
1294S:	Orphan
1295
1296CYCLADES PC300 DRIVER
1297W:	http://www.cyclades.com/
1298S:	Orphan
1299
1300DAMA SLAVE for AX.25
1301P:	Joerg Reuter
1302M:	jreuter@yaina.de
1303W:	http://yaina.de/jreuter/
1304W:	http://www.qsl.net/dl1bke/
1305L:	linux-hams@vger.kernel.org
1306S:	Maintained
1307
1308DC395x SCSI driver
1309P:	Oliver Neukum
1310M:	oliver@neukum.name
1311P:	Ali Akcaagac
1312M:	aliakc@web.de
1313P:	Jamie Lenehan
1314M:	lenehan@twibble.org
1315W:	http://twibble.org/dist/dc395x/
1316L:	dc395x@twibble.org
1317L:	http://lists.twibble.org/mailman/listinfo/dc395x/
1318S:	Maintained
1319
1320DC390/AM53C974 SCSI driver
1321P:	Kurt Garloff
1322M:	garloff@suse.de
1323W:	http://www.garloff.de/kurt/linux/dc390/
1324P:	Guennadi Liakhovetski
1325M:	g.liakhovetski@gmx.de
1326S:	Maintained
1327
1328DCCP PROTOCOL
1329P:	Arnaldo Carvalho de Melo
1330M:	acme@ghostprotocols.net
1331L:	dccp@vger.kernel.org
1332W:	http://linux-net.osdl.org/index.php/DCCP
1333S:	Maintained
1334
1335DECnet NETWORK LAYER
1336P:	Christine Caulfield
1337M:	christine.caulfield@googlemail.com
1338W:	http://linux-decnet.sourceforge.net
1339L:	linux-decnet-user@lists.sourceforge.net
1340S:	Maintained
1341
1342DEFXX FDDI NETWORK DRIVER
1343P:	Maciej W. Rozycki
1344M:	macro@linux-mips.org
1345S:	Maintained
1346
1347DELL LAPTOP SMM DRIVER
1348P:	Massimo Dal Zotto
1349M:	dz@debian.org
1350W:	http://www.debian.org/~dz/i8k/
1351S:	Maintained
1352
1353DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
1354P:	Doug Warzecha
1355M:	Douglas_Warzecha@dell.com
1356S:	Maintained
1357
1358DEVICE-MAPPER  (LVM)
1359P:	Alasdair Kergon
1360L:	dm-devel@redhat.com
1361W:	http://sources.redhat.com/dm
1362S:	Maintained
1363
1364DEVICE NUMBER REGISTRY
1365P:	Torben Mathiasen
1366M:	device@lanana.org
1367W:	http://lanana.org/docs/device-list/index.html
1368L:	linux-kernel@vger.kernel.org
1369S:	Maintained
1370
1371DIGI INTL. EPCA DRIVER
1372P:	Digi International, Inc
1373M:	Eng.Linux@digi.com
1374L:	Eng.Linux@digi.com
1375W:	http://www.digi.com
1376S:	Orphaned
1377
1378DIRECTORY NOTIFICATION
1379P:	Stephen Rothwell
1380M:	sfr@canb.auug.org.au
1381L:	linux-kernel@vger.kernel.org
1382S:	Supported
1383
1384DISK GEOMETRY AND PARTITION HANDLING
1385P:	Andries Brouwer
1386M:	aeb@cwi.nl
1387W:	http://www.win.tue.nl/~aeb/linux/Large-Disk.html
1388W:	http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
1389W:	http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
1390S:	Maintained
1391
1392DISKQUOTA:
1393P:	Jan Kara
1394M:	jack@suse.cz
1395L:	linux-kernel@vger.kernel.org
1396S:	Maintained
1397
1398DISTRIBUTED LOCK MANAGER
1399P:	Christine Caulfield
1400M:	ccaulfie@redhat.com
1401P:	David Teigland
1402M:	teigland@redhat.com
1403L:	cluster-devel@redhat.com
1404W:	http://sources.redhat.com/cluster/
1405T:	git kernel.org:/pub/scm/linux/kernel/git/teigland/dlm.git
1406S:	Supported
1407
1408DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
1409P:	Tobias Ringstrom
1410M:	tori@unhappy.mine.nu
1411L:	netdev@vger.kernel.org
1412S:	Maintained
1413
1414DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
1415P:	Maciej Sosnowski
1416M:	maciej.sosnowski@intel.com
1417P:	Dan Williams
1418M:	dan.j.williams@intel.com
1419L:	linux-kernel@vger.kernel.org
1420S:	Supported
1421
1422DME1737 HARDWARE MONITOR DRIVER
1423P:	Juerg Haefliger
1424M:	juergh@gmail.com
1425L:	lm-sensors@lm-sensors.org
1426S:	Maintained
1427
1428DOCBOOK FOR DOCUMENTATION
1429P:	Randy Dunlap
1430M:	rdunlap@xenotime.net
1431S:	Maintained
1432
1433DOCKING STATION DRIVER
1434P:	Kristen Carlson Accardi
1435M:	kristen.c.accardi@intel.com
1436L:	linux-acpi@vger.kernel.org
1437S:	Supported
1438
1439DOCUMENTATION (/Documentation directory)
1440P:     Michael Kerrisk
1441M:     mtk.manpages@gmail.com
1442P:     Randy Dunlap
1443M:     rdunlap@xenotime.net
1444L:     linux-doc@vger.kernel.org
1445S:     Maintained
1446
1447DOUBLETALK DRIVER
1448P:	James R. Van Zandt
1449M:	jrv@vanzandt.mv.com
1450L:	blinux-list@redhat.com
1451S:	Maintained
1452
1453DRIVER CORE, KOBJECTS, AND SYSFS
1454P:	Greg Kroah-Hartman
1455M:	gregkh@suse.de
1456L:	linux-kernel@vger.kernel.org
1457T:	quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
1458S:	Supported
1459
1460DRM DRIVERS
1461P:	David Airlie
1462M:	airlied@linux.ie
1463L:	dri-devel@lists.sourceforge.net
1464T:	git kernel.org:/pub/scm/linux/kernel/git/airlied/drm-2.6.git
1465S:	Maintained
1466
1467DSCC4 DRIVER
1468P:	Francois Romieu
1469M:	romieu@fr.zoreil.com
1470L:	netdev@vger.kernel.org
1471S:	Maintained
1472
1473DVB SUBSYSTEM AND DRIVERS
1474P:	LinuxTV.org Project
1475M:	v4l-dvb-maintainer@linuxtv.org
1476L: 	linux-dvb@linuxtv.org (subscription required)
1477W:	http://linuxtv.org/
1478T:	git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
1479S:	Maintained
1480
1481DZ DECSTATION DZ11 SERIAL DRIVER
1482P:	Maciej W. Rozycki
1483M:	macro@linux-mips.org
1484S:	Maintained
1485
1486EATA-DMA SCSI DRIVER
1487P:	Michael Neuffer
1488L:	linux-eata@i-connect.net, linux-scsi@vger.kernel.org
1489S:	Maintained
1490
1491EATA ISA/EISA/PCI SCSI DRIVER
1492P:	Dario Ballabio
1493M:	ballabio_dario@emc.com
1494L:	linux-scsi@vger.kernel.org
1495S:	Maintained
1496
1497EATA-PIO SCSI DRIVER
1498P:	Michael Neuffer
1499M:	mike@i-Connect.Net
1500L:	linux-eata@i-connect.net, linux-scsi@vger.kernel.org
1501S:	Maintained
1502
1503EBTABLES
1504P:	Bart De Schuymer
1505M:	bart.de.schuymer@pandora.be
1506L:	ebtables-user@lists.sourceforge.net
1507L:	ebtables-devel@lists.sourceforge.net
1508W:	http://ebtables.sourceforge.net/
1509S:	Maintained
1510
1511ECRYPT FILE SYSTEM
1512P:	Mike Halcrow, Phillip Hellewell
1513M:	mhalcrow@us.ibm.com, phillip@hellewell.homeip.net
1514L:	ecryptfs-devel@lists.sourceforge.net
1515W:	http://ecryptfs.sourceforge.net/
1516S:	Supported
1517
1518EDAC-CORE
1519P:	Doug Thompson
1520M:	dougthompson@xmission.com
1521L:	bluesmoke-devel@lists.sourceforge.net
1522W:	bluesmoke.sourceforge.net
1523S:	Supported
1524
1525EDAC-E752X
1526P:	Mark Gross
1527P:	Doug Thompson
1528M:	mark.gross@intel.com
1529M:	dougthompson@xmission.com
1530L:	bluesmoke-devel@lists.sourceforge.net
1531W:	bluesmoke.sourceforge.net
1532S:	Maintained
1533
1534EDAC-E7XXX
1535P:	Doug Thompson
1536M:	dougthompson@xmission.com
1537L:	bluesmoke-devel@lists.sourceforge.net
1538W:	bluesmoke.sourceforge.net
1539S:	Maintained
1540
1541EDAC-I82443BXGX
1542P:	Tim Small
1543M:	tim@buttersideup.com
1544L:	bluesmoke-devel@lists.sourceforge.net
1545W:	bluesmoke.sourceforge.net
1546S:	Maintained
1547
1548EDAC-I3000
1549P:	Jason Uhlenkott
1550M:	juhlenko@akamai.com
1551L:	bluesmoke-devel@lists.sourceforge.net
1552W:	bluesmoke.sourceforge.net
1553S:	Maintained
1554
1555EDAC-I5000
1556P:	Doug Thompson
1557M:	dougthompson@xmission.com
1558L:	bluesmoke-devel@lists.sourceforge.net
1559W:	bluesmoke.sourceforge.net
1560S:	Maintained
1561
1562EDAC-I82975X
1563P:	Ranganathan Desikan
1564P:	Arvind R.
1565M:	rdesikan@jetzbroadband.com
1566M:	arvind@acarlab.com
1567L:	bluesmoke-devel@lists.sourceforge.net
1568W:	bluesmoke.sourceforge.net
1569S:	Maintained
1570
1571EDAC-PASEMI
1572P:	Egor Martovetsky
1573M:	egor@pasemi.com
1574L:	bluesmoke-devel@lists.sourceforge.net
1575W:	bluesmoke.sourceforge.net
1576S:	Maintained
1577
1578EDAC-R82600
1579P:	Tim Small
1580M:	tim@buttersideup.com
1581L:	bluesmoke-devel@lists.sourceforge.net
1582W:	bluesmoke.sourceforge.net
1583S:	Maintained
1584
1585EEEPC LAPTOP EXTRAS DRIVER
1586P:	Corentin Chary
1587M:	corentincj@iksaif.net
1588L:	acpi4asus-user@lists.sourceforge.net
1589W:	http://sourceforge.net/projects/acpi4asus
1590S:	Maintained
1591
1592EEPRO100 NETWORK DRIVER
1593P:	Andrey V. Savochkin
1594M:	saw@saw.sw.com.sg
1595S:	Maintained
1596
1597EFS FILESYSTEM
1598W:	http://aeschi.ch.eu.org/efs/
1599S:	Orphan
1600
1601EHCA (IBM GX bus InfiniBand adapter) DRIVER:
1602P:	Hoang-Nam Nguyen
1603M:	hnguyen@de.ibm.com
1604P:	Christoph Raisch
1605M:	raisch@de.ibm.com
1606L:	general@lists.openfabrics.org
1607S:	Supported
1608
1609EMBEDDED LINUX
1610P:	Paul Gortmaker
1611M:	paul.gortmaker@windriver.com
1612P	David Woodhouse
1613M:	dwmw2@infradead.org
1614L:	linux-embedded@vger.kernel.org
1615S:	Maintained
1616
1617EMULEX LPFC FC SCSI DRIVER
1618P:	James Smart
1619M:	james.smart@emulex.com
1620L:	linux-scsi@vger.kernel.org
1621W:	http://sourceforge.net/projects/lpfcxxxx
1622S:	Supported
1623
1624EPSON 1355 FRAMEBUFFER DRIVER
1625P:	Christopher Hoover
1626M:	ch@murgatroid.com, ch@hpl.hp.com
1627S:	Maintained
1628
1629ETHEREXPRESS-16 NETWORK DRIVER
1630P:	Philip Blundell
1631M:	philb@gnu.org
1632L:	netdev@vger.kernel.org
1633S:	Maintained
1634
1635ETHERNET BRIDGE
1636P:	Stephen Hemminger
1637M:	shemminger@linux-foundation.org
1638L:	bridge@lists.linux-foundation.org
1639W:	http://www.linux-foundation.org/en/Net:Bridge
1640S:	Maintained
1641
1642ETHERTEAM 16I DRIVER
1643P:	Mika Kuoppala
1644M:	miku@iki.fi
1645S:	Maintained
1646
1647EXT2 FILE SYSTEM
1648L:	linux-ext4@vger.kernel.org
1649S:	Maintained
1650
1651EXT3 FILE SYSTEM
1652P:	Stephen Tweedie, Andrew Morton
1653M:	sct@redhat.com, akpm@linux-foundation.org, adilger@sun.com
1654L:	linux-ext4@vger.kernel.org
1655S:	Maintained
1656
1657EXT4 FILE SYSTEM
1658P:	Stephen Tweedie, Andrew Morton
1659M:	sct@redhat.com, akpm@linux-foundation.org, adilger@sun.com
1660L:	linux-ext4@vger.kernel.org
1661S:	Maintained
1662
1663F71805F HARDWARE MONITORING DRIVER
1664P:	Jean Delvare
1665M:	khali@linux-fr.org
1666L:	lm-sensors@lm-sensors.org
1667S:	Maintained
1668
1669FARSYNC SYNCHRONOUS DRIVER
1670P:	Kevin Curtis
1671M:	kevin.curtis@farsite.co.uk
1672W:	http://www.farsite.co.uk/
1673S:	Supported
1674
1675FAULT INJECTION SUPPORT
1676P:	Akinobu Mita
1677M:	akinobu.mita@gmail.com
1678S:	Supported
1679
1680FRAMEBUFFER LAYER
1681P:	Antonino Daplas
1682M:	adaplas@gmail.com
1683L:	linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
1684W:	http://linux-fbdev.sourceforge.net/
1685S:	Maintained
1686
1687FREESCALE DMA DRIVER
1688P:	Li Yang
1689M:	leoli@freescale.com
1690P:	Zhang Wei
1691M:	zw@zh-kernel.org
1692L:	linuxppc-embedded@ozlabs.org
1693L:	linux-kernel@vger.kernel.org
1694S:	Maintained
1695
1696FREESCALE I2C CPM DRIVER
1697P:	Jochen Friedrich
1698M:	jochen@scram.de
1699L:	linuxppc-dev@ozlabs.org
1700L:	i2c@lm-sensors.org
1701S:	Maintained
1702
1703FREESCALE SOC FS_ENET DRIVER
1704P:	Pantelis Antoniou
1705M:	pantelis.antoniou@gmail.com
1706P:	Vitaly Bordug
1707M:	vbordug@ru.mvista.com
1708L:	linuxppc-dev@ozlabs.org
1709L:	netdev@vger.kernel.org
1710S:	Maintained
1711
1712FREESCALE QUICC ENGINE LIBRARY
1713P:	Timur Tabi
1714M:	timur@freescale.com
1715L:	linuxppc-dev@ozlabs.org
1716S:	Supported
1717
1718FREESCALE HIGHSPEED USB DEVICE DRIVER
1719P:	Li Yang
1720M:	leoli@freescale.com
1721L:	linux-usb@vger.kernel.org
1722L:	linuxppc-dev@ozlabs.org
1723S:	Maintained
1724
1725FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
1726P:	Li Yang
1727M:	leoli@freescale.com
1728L:	netdev@vger.kernel.org
1729L:	linuxppc-dev@ozlabs.org
1730S:	Maintained
1731
1732FREESCALE QUICC ENGINE UCC UART DRIVER
1733P:	Timur Tabi
1734M:	timur@freescale.com
1735L:	linuxppc-dev@ozlabs.org
1736S:	Supported
1737
1738FREESCALE SOC SOUND DRIVERS
1739P:	Timur Tabi
1740M:	timur@freescale.com
1741L:	alsa-devel@alsa-project.org
1742L:	linuxppc-dev@ozlabs.org
1743S:	Supported
1744
1745FILE LOCKING (flock() and fcntl()/lockf())
1746P:	Matthew Wilcox
1747M:	matthew@wil.cx
1748L:	linux-fsdevel@vger.kernel.org
1749S:	Maintained
1750
1751FILESYSTEMS (VFS and infrastructure)
1752P:	Alexander Viro
1753M:	viro@zeniv.linux.org.uk
1754L:	linux-fsdevel@vger.kernel.org
1755S:	Maintained
1756
1757FIREWIRE SUBSYSTEM (drivers/firewire, <linux/firewire*.h>)
1758P:	Kristian Hoegsberg, Stefan Richter
1759M:	krh@redhat.com, stefanr@s5r6.in-berlin.de
1760L:	linux1394-devel@lists.sourceforge.net
1761W:	http://www.linux1394.org/
1762T:	git kernel.org:/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
1763S:	Maintained
1764
1765FIRMWARE LOADER (request_firmware)
1766L:	linux-kernel@vger.kernel.org
1767S:	Orphan
1768
1769FPU EMULATOR
1770P:	Bill Metzenthen
1771M:	billm@suburbia.net
1772W:	http://suburbia.net/~billm/floating-point/emulator/
1773S:	Maintained
1774
1775FRAME RELAY DLCI/FRAD (Sangoma drivers too)
1776P:	Mike McLagan
1777M:	mike.mclagan@linux.org
1778L:	netdev@vger.kernel.org
1779S:	Maintained
1780
1781FREEVXFS FILESYSTEM
1782P:	Christoph Hellwig
1783M:	hch@infradead.org
1784W:	ftp://ftp.openlinux.org/pub/people/hch/vxfs
1785S:	Maintained
1786
1787FTRACE
1788P:	Steven Rostedt
1789M:	srostedt@redhat.com
1790S:	Maintained
1791
1792FUJITSU FR-V (FRV) PORT
1793P:	David Howells
1794M:	dhowells@redhat.com
1795S:	Maintained
1796
1797FUJITSU LAPTOP EXTRAS
1798P:	Jonathan Woithe
1799M:	jwoithe@physics.adelaide.edu.au
1800L:	linux-acpi@vger.kernel.org
1801S:	Maintained
1802
1803FUSE: FILESYSTEM IN USERSPACE
1804P:	Miklos Szeredi
1805M:	miklos@szeredi.hu
1806L:	fuse-devel@lists.sourceforge.net
1807W:	http://fuse.sourceforge.net/
1808S:	Maintained
1809
1810FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
1811P:	Rik Faith
1812M:	faith@cs.unc.edu
1813L:	linux-scsi@vger.kernel.org
1814S:	Odd fixes (e.g., new signatures)
1815
1816GDT SCSI DISK ARRAY CONTROLLER DRIVER
1817P:	Achim Leubner
1818M:	achim_leubner@adaptec.com
1819L:	linux-scsi@vger.kernel.org
1820W:	http://www.icp-vortex.com/
1821S:	Supported
1822
1823GENERIC GPIO I2C DRIVER
1824P:	Haavard Skinnemoen
1825M:	hskinnemoen@atmel.com
1826S:	Supported
1827
1828GENERIC HDLC DRIVER, N2, C101, PCI200SYN and WANXL DRIVERS
1829P:	Krzysztof Halasa
1830M:	khc@pm.waw.pl
1831W:	http://www.kernel.org/pub/linux/utils/net/hdlc/
1832S:	Maintained
1833
1834GFS2 FILE SYSTEM
1835P:	Steven Whitehouse
1836M:	swhiteho@redhat.com
1837L:	cluster-devel@redhat.com
1838W:	http://sources.redhat.com/cluster/
1839T:	git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes.git
1840T:	git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw.git
1841S:	Supported
1842
1843GIGASET ISDN DRIVERS
1844P:	Hansjoerg Lipp
1845M:	hjlipp@web.de
1846P:	Tilman Schmidt
1847M:	tilman@imap.cc
1848L:	gigaset307x-common@lists.sourceforge.net
1849W:	http://gigaset307x.sourceforge.net/
1850S:	Maintained
1851
1852HARDWARE MONITORING
1853P:	Mark M. Hoffman
1854M:	mhoffman@lightlink.com
1855L:	lm-sensors@lm-sensors.org
1856W:	http://www.lm-sensors.org/
1857T:	git lm-sensors.org:/kernel/mhoffman/hwmon-2.6.git testing
1858T:	git lm-sensors.org:/kernel/mhoffman/hwmon-2.6.git release
1859S:	Maintained
1860
1861HARDWARE RANDOM NUMBER GENERATOR CORE
1862S:	Orphaned
1863
1864HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
1865P:	Robert Love
1866M:	rlove@rlove.org
1867M:	linux-kernel@vger.kernel.org
1868W:	http://www.kernel.org/pub/linux/kernel/people/rml/hdaps/
1869S:	Maintained
1870
1871HARMONY SOUND DRIVER
1872P:	Kyle McMartin
1873M:	kyle@mcmartin.ca
1874L:	linux-parisc@vger.kernel.org
1875S:	Maintained
1876
1877HAYES ESP SERIAL DRIVER
1878P:	Andrew J. Robinson
1879M:	arobinso@nyx.net
1880L:	linux-kernel@vger.kernel.org
1881W:	http://www.nyx.net/~arobinso
1882S:	Maintained
1883
1884HFS FILESYSTEM
1885P:	Roman Zippel
1886M:	zippel@linux-m68k.org
1887L:	linux-kernel@vger.kernel.org
1888S:	Maintained
1889
1890HGA FRAMEBUFFER DRIVER
1891P:	Ferenc Bakonyi
1892M:	fero@drama.obuda.kando.hu
1893L:	linux-nvidia@lists.surfsouth.com
1894W:	http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
1895S:	Maintained
1896
1897HID CORE LAYER
1898P:	Jiri Kosina
1899M:	jkosina@suse.cz
1900L:	linux-input@vger.kernel.org
1901T:	git kernel.org:/pub/scm/linux/kernel/git/jikos/hid.git
1902S:	Maintained
1903
1904HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
1905P:	Thomas Gleixner
1906M:	tglx@linutronix.de
1907L:	linux-kernel@vger.kernel.org
1908S:	Maintained
1909
1910HIGH-SPEED SCC DRIVER FOR AX.25
1911P:	Klaus Kudielka
1912M:	klaus.kudielka@ieee.org
1913L:	linux-hams@vger.kernel.org
1914W:	http://www.nt.tuwien.ac.at/~kkudielk/Linux/
1915S:	Maintained
1916
1917HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
1918P:	HighPoint Linux Team
1919M:	linux@highpoint-tech.com
1920W:	http://www.highpoint-tech.com
1921S:	Supported
1922
1923HIPPI
1924P:	Jes Sorensen
1925M:	jes@trained-monkey.org
1926L:	linux-hippi@sunsite.dk
1927S:	Maintained
1928
1929HEWLETT-PACKARD FIBRE CHANNEL 64-bit/66MHz PCI non-intelligent HBA
1930P:	Chirag Kantharia
1931M:	chirag.kantharia@hp.com
1932L:	iss_storagedev@hp.com
1933S:	Maintained
1934
1935HEWLETT-PACKARD SMART2 RAID DRIVER
1936P:	Chirag Kantharia
1937M:	chirag.kantharia@hp.com
1938L:	iss_storagedev@hp.com
1939S:	Maintained
1940
1941HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
1942P:	Mike Miller
1943M:	mike.miller@hp.com
1944L:	iss_storagedev@hp.com
1945S:	Supported
1946
1947HOST AP DRIVER
1948P:	Jouni Malinen
1949M:	j@w1.fi
1950L:	hostap@shmoo.com (subscribers-only)
1951L:	linux-wireless@vger.kernel.org
1952W:	http://hostap.epitest.fi/
1953S:	Maintained
1954
1955HP100:	Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
1956P:	Jaroslav Kysela
1957M:	perex@perex.cz
1958S:	Maintained
1959
1960HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
1961P:	Carlos Corbacho
1962M:	carlos@strangeworlds.co.uk
1963S:	Odd Fixes
1964
1965HPET:	High Precision Event Timers driver (hpet.c)
1966P:	Clemens Ladisch
1967M:	clemens@ladisch.de
1968S:	Maintained
1969
1970HPET:	i386
1971P:	Venkatesh Pallipadi (Venki)
1972M:	venkatesh.pallipadi@intel.com
1973S:	Maintained
1974
1975HPET:	x86_64
1976P:	Vojtech Pavlik
1977M:	vojtech@suse.cz
1978S:	Maintained
1979
1980HPET:	ACPI hpet.c
1981P:	Bob Picco
1982M:	bob.picco@hp.com
1983S:	Maintained
1984
1985HPFS FILESYSTEM
1986P:	Mikulas Patocka
1987M:	mikulas@artax.karlin.mff.cuni.cz
1988W:	http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
1989S:	Maintained
1990
1991HUGETLB FILESYSTEM
1992P:	William Irwin
1993M:	wli@holomorphy.com
1994S:	Maintained
1995
1996I2C/SMBUS STUB DRIVER
1997P:	Mark M. Hoffman
1998M:	mhoffman@lightlink.com
1999L:	lm-sensors@lm-sensors.org
2000S:	Maintained
2001
2002I2C SUBSYSTEM
2003P:	Jean Delvare (PC drivers, core)
2004M:	khali@linux-fr.org
2005P:	Ben Dooks (embedded platforms)
2006M:	ben-linux@fluff.org
2007L:	i2c@lm-sensors.org
2008T:	quilt http://khali.linux-fr.org/devel/linux-2.6/jdelvare-i2c/
2009S:	Maintained
2010
2011I2C-TINY-USB DRIVER
2012P:	Till Harbaum
2013M:	till@harbaum.org
2014L:	i2c@lm-sensors.org
2015T:	http://www.harbaum.org/till/i2c_tiny_usb
2016S:	Maintained
2017
2018i386 BOOT CODE
2019P:	H. Peter Anvin
2020M:	hpa@zytor.com
2021L:	Linux-Kernel@vger.kernel.org
2022S:	Maintained
2023
2024i386 SETUP CODE / CPU ERRATA WORKAROUNDS
2025P:	H. Peter Anvin
2026M:	hpa@zytor.com
2027T:	git.kernel.org:/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
2028S:	Maintained
2029
2030IA64 (Itanium) PLATFORM
2031P:	Tony Luck
2032M:	tony.luck@intel.com
2033L:	linux-ia64@vger.kernel.org
2034W:	http://www.ia64-linux.org/
2035T:	git kernel.org:/pub/scm/linux/kernel/git/aegl/linux-2.6.git
2036S:	Maintained
2037
2038SN-IA64 (Itanium) SUB-PLATFORM
2039P:	Jes Sorensen
2040M:	jes@sgi.com
2041L:	linux-altix@sgi.com
2042L:	linux-ia64@vger.kernel.org
2043W:	http://www.sgi.com/altix
2044S:	Maintained
2045
2046IBM MCA SCSI SUBSYSTEM DRIVER
2047P:	Michael Lang
2048M:	langa2@kph.uni-mainz.de
2049W:	http://www.uni-mainz.de/~langm000/linux.html
2050S:	Maintained
2051
2052IBM Power Linux RAID adapter
2053P:	Brian King
2054M:	brking@us.ibm.com
2055S:	Supported
2056
2057IBM ServeRAID RAID DRIVER
2058P:	Jack Hammer
2059P:	Dave Jeffery
2060M:	ipslinux@adaptec.com
2061W:	http://www.developer.ibm.com/welcome/netfinity/serveraid.html
2062S:	Supported
2063
2064IDE SUBSYSTEM
2065P:	Bartlomiej Zolnierkiewicz
2066M:	bzolnier@gmail.com
2067L:	linux-ide@vger.kernel.org
2068T:	quilt kernel.org/pub/linux/kernel/people/bart/pata-2.6/
2069S:	Maintained
2070
2071IDE/ATAPI CDROM DRIVER
2072P:	Borislav Petkov
2073M:	petkovbb@gmail.com
2074L:	linux-ide@vger.kernel.org
2075S:	Maintained
2076
2077IDE/ATAPI FLOPPY DRIVERS
2078P:	Paul Bristow
2079M:	Paul Bristow <paul@paulbristow.net>
2080W:	http://paulbristow.net/linux/idefloppy.html
2081L:	linux-kernel@vger.kernel.org
2082S:	Maintained
2083
2084IDE/ATAPI TAPE DRIVERS
2085P:	Gadi Oxman
2086M:	Gadi Oxman <gadio@netvision.net.il>
2087L:	linux-kernel@vger.kernel.org
2088S:	Maintained
2089
2090IDE-SCSI DRIVER
2091L:	linux-ide@vger.kernel.org
2092L:	linux-scsi@vger.kernel.org
2093S:	Orphan
2094
2095IEEE 1394 SUBSYSTEM (drivers/ieee1394)
2096P:	Ben Collins
2097M:	ben.collins@ubuntu.com
2098P:	Stefan Richter
2099M:	stefanr@s5r6.in-berlin.de
2100L:	linux1394-devel@lists.sourceforge.net
2101W:	http://www.linux1394.org/
2102T:	git kernel.org:/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
2103S:	Maintained
2104
2105IEEE 1394 RAW I/O DRIVER (raw1394)
2106P:	Dan Dennedy
2107M:	dan@dennedy.org
2108P:	Stefan Richter
2109M:	stefanr@s5r6.in-berlin.de
2110L:	linux1394-devel@lists.sourceforge.net
2111S:	Maintained
2112
2113IMS TWINTURBO FRAMEBUFFER DRIVER
2114L:	linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
2115S:	Orphan
2116
2117INFINIBAND SUBSYSTEM
2118P:	Roland Dreier
2119M:	rolandd@cisco.com
2120P:	Sean Hefty
2121M:	sean.hefty@intel.com
2122P:	Hal Rosenstock
2123M:	hal.rosenstock@gmail.com
2124L:	general@lists.openfabrics.org
2125W:	http://www.openib.org/
2126T:	git kernel.org:/pub/scm/linux/kernel/git/roland/infiniband.git
2127S:	Supported
2128
2129INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
2130P:	Dmitry Torokhov
2131M:	dmitry.torokhov@gmail.com
2132M:	dtor@mail.ru
2133L:	linux-input@vger.kernel.org
2134T:	git kernel.org:/pub/scm/linux/kernel/git/dtor/input.git
2135S:	Maintained
2136
2137INOTIFY
2138P:	John McCutchan
2139M:	ttb@tentacle.dhs.org
2140P:	Robert Love
2141M:	rml@novell.com
2142L:	linux-kernel@vger.kernel.org
2143S:	Maintained
2144
2145INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
2146P:	Sylvain Meyer
2147M:	sylvain.meyer@worldonline.fr
2148L:	linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
2149S:	Maintained
2150
2151INTEL 810/815 FRAMEBUFFER DRIVER
2152P:	Antonino Daplas
2153M:	adaplas@gmail.com
2154L:	linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
2155S:	Maintained
2156
2157INTEL IA32 MICROCODE UPDATE SUPPORT
2158P:	Tigran Aivazian
2159M:	tigran@aivazian.fsnet.co.uk
2160S:	Maintained
2161
2162INTEL I/OAT DMA DRIVER
2163P:	Maciej Sosnowski
2164M:	maciej.sosnowski@intel.com
2165L:	linux-kernel@vger.kernel.org
2166S:	Supported
2167
2168INTEL IOP-ADMA DMA DRIVER
2169P:	Dan Williams
2170M:	dan.j.williams@intel.com
2171L:	linux-kernel@vger.kernel.org
2172S:	Supported
2173
2174INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
2175P:	Deepak Saxena
2176M:	dsaxena@plexity.net
2177S:	Maintained
2178
2179INTEL IXP2000 ETHERNET DRIVER
2180P:	Lennert Buytenhek
2181M:	kernel@wantstofly.org
2182L:	netdev@vger.kernel.org
2183S:	Maintained
2184
2185INTEL ETHERNET DRIVERS (e100/e1000/e1000e/igb/ixgb/ixgbe)
2186P:	Jeff Kirsher
2187M:	jeffrey.t.kirsher@intel.com
2188P:	Jesse Brandeburg
2189M:	jesse.brandeburg@intel.com
2190P:	Bruce Allan
2191M:	bruce.w.allan@intel.com
2192P:	John Ronciak
2193M:	john.ronciak@intel.com
2194L:	e1000-devel@lists.sourceforge.net
2195W:	http://e1000.sourceforge.net/
2196S:	Supported
2197
2198INTEL PRO/WIRELESS 2100 NETWORK CONNECTION SUPPORT
2199P:	Zhu Yi
2200M:	yi.zhu@intel.com
2201P:	James Ketrenos
2202M:	jketreno@linux.intel.com
2203P:	Reinette Chatre
2204M:	reinette.chatre@intel.com
2205L:	linux-wireless@vger.kernel.org
2206L:	ipw2100-devel@lists.sourceforge.net
2207W:	http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
2208W:	http://ipw2100.sourceforge.net
2209S:	Supported
2210
2211INTEL PRO/WIRELESS 2915ABG NETWORK CONNECTION SUPPORT
2212P:	Zhu Yi
2213M:	yi.zhu@intel.com
2214P:	James Ketrenos
2215M:	jketreno@linux.intel.com
2216P:	Reinette Chatre
2217M:	reinette.chatre@intel.com
2218L:	linux-wireless@vger.kernel.org
2219L:	ipw2100-devel@lists.sourceforge.net
2220W:	http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
2221W:	http://ipw2200.sourceforge.net
2222S:	Supported
2223
2224INTEL WIRELESS WIFI LINK (iwlwifi)
2225P:	Zhu Yi
2226M:	yi.zhu@intel.com
2227P:	Reinette Chatre
2228M:	reinette.chatre@intel.com
2229L:	linux-wireless@vger.kernel.org
2230L:	ipw3945-devel@lists.sourceforge.net
2231W:	http://intellinuxwireless.org
2232T:	git kernel.org:/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-2.6.git
2233S:	Supported
2234
2235IOC3 ETHERNET DRIVER
2236P:	Ralf Baechle
2237M:	ralf@linux-mips.org
2238L:	linux-mips@linux-mips.org
2239S:	Maintained
2240
2241IOC3 SERIAL DRIVER
2242P:	Pat Gefre
2243M:	pfg@sgi.com
2244L:	linux-mips@linux-mips.org
2245S:	Maintained
2246
2247IP MASQUERADING:
2248P:	Juanjo Ciarlante
2249M:	jjciarla@raiz.uncu.edu.ar
2250S:	Maintained
2251
2252IP1000A 10/100/1000 GIGABIT ETHERNET DRIVER
2253P:	Francois Romieu
2254M:	romieu@fr.zoreil.com
2255P:	Sorbica Shieh
2256M:	sorbica@icplus.com.tw
2257P:	Jesse Huang
2258M:	jesse@icplus.com.tw
2259L:	netdev@vger.kernel.org
2260S:	Maintained
2261
2262IPATH DRIVER:
2263P:	Ralph Campbell
2264M:	infinipath@qlogic.com
2265L:	general@lists.openfabrics.org
2266T:	git git://git.qlogic.com/ipath-linux-2.6
2267S:	Supported
2268
2269IPMI SUBSYSTEM
2270P:	Corey Minyard
2271M:	minyard@acm.org
2272L:	openipmi-developer@lists.sourceforge.net
2273W:	http://openipmi.sourceforge.net/
2274S:	Supported
2275
2276IPX NETWORK LAYER
2277P:	Arnaldo Carvalho de Melo
2278M:	acme@ghostprotocols.net
2279L:	netdev@vger.kernel.org
2280S:	Maintained
2281
2282IPWIRELES DRIVER
2283P:	Jiri Kosina
2284M:	jkosina@suse.cz
2285P:	David Sterba
2286M:	dsterba@suse.cz
2287S:	Maintained
2288T:	git://git.kernel.org/pub/scm/linux/kernel/git/jikos/ipwireless_cs.git
2289
2290IRDA SUBSYSTEM
2291P:	Samuel Ortiz
2292M:	samuel@sortiz.org
2293L:	irda-users@lists.sourceforge.net (subscribers-only)
2294W:	http://irda.sourceforge.net/
2295S:	Maintained
2296
2297ISCSI
2298P:	Mike Christie
2299M:	michaelc@cs.wisc.edu
2300L:	open-iscsi@googlegroups.com
2301W:	www.open-iscsi.org
2302T:	git kernel.org:/pub/scm/linux/kernel/mnc/linux-2.6-iscsi.git
2303S:	Maintained
2304
2305ISAPNP
2306P:	Jaroslav Kysela
2307M:	perex@perex.cz
2308S:	Maintained
2309
2310ISDN SUBSYSTEM
2311P:	Karsten Keil
2312M:	kkeil@suse.de
2313L:	isdn4linux@listserv.isdn4linux.de (subscribers-only)
2314W:	http://www.isdn4linux.de
2315T:	git kernel.org:/pub/scm/linux/kernel/kkeil/isdn-2.6.git
2316S:	Maintained
2317
2318ISDN SUBSYSTEM (Eicon active card driver)
2319P:	Armin Schindler
2320M:	mac@melware.de
2321L:	isdn4linux@listserv.isdn4linux.de (subscribers-only)
2322W:	http://www.melware.de
2323S:	Maintained
2324
2325IVTV VIDEO4LINUX DRIVER
2326P:	Hans Verkuil
2327M:	hverkuil@xs4all.nl
2328L:	ivtv-devel@ivtvdriver.org
2329L:	ivtv-users@ivtvdriver.org
2330L:	video4linux-list@redhat.com
2331W:	http://www.ivtvdriver.org
2332S:	Maintained
2333
2334JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
2335P:	David Woodhouse
2336M:	dwmw2@infradead.org
2337L:	linux-mtd@lists.infradead.org
2338W:	http://www.linux-mtd.infradead.org/doc/jffs2.html
2339S:	Maintained
2340
2341UBI FILE SYSTEM (UBIFS)
2342P:	Artem Bityutskiy
2343M:	dedekind@infradead.org
2344P:	Adrian Hunter
2345M:	ext-adrian.hunter@nokia.com
2346L:	linux-mtd@lists.infradead.org
2347T:	git git://git.infradead.org/~dedekind/ubifs-2.6.git
2348W:	http://www.linux-mtd.infradead.org/doc/ubifs.html
2349S:	Maintained
2350
2351JFS FILESYSTEM
2352P:	Dave Kleikamp
2353M:	shaggy@austin.ibm.com
2354L:	jfs-discussion@lists.sourceforge.net
2355W:	http://jfs.sourceforge.net/
2356T:	git kernel.org:/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
2357S:	Supported
2358
2359JOURNALLING LAYER FOR BLOCK DEVICES (JBD)
2360P:	Stephen Tweedie, Andrew Morton
2361M:	sct@redhat.com, akpm@linux-foundation.org
2362L:	linux-ext4@vger.kernel.org
2363S:	Maintained
2364
2365K8TEMP HARDWARE MONITORING DRIVER
2366P:	Rudolf Marek
2367M:	r.marek@assembler.cz
2368L:	lm-sensors@lm-sensors.org
2369S:	Maintained
2370
2371KCONFIG
2372P:	Roman Zippel
2373M:	zippel@linux-m68k.org
2374L:	linux-kbuild@vger.kernel.org
2375S:	Maintained
2376
2377KDUMP
2378P:	Vivek Goyal
2379M:	vgoyal@redhat.com
2380P:	Haren Myneni
2381M:	hbabu@us.ibm.com
2382L:	kexec@lists.infradead.org
2383L:	linux-kernel@vger.kernel.org
2384W:	http://lse.sourceforge.net/kdump/
2385S:	Maintained
2386
2387KERNEL AUTOMOUNTER (AUTOFS)
2388P:	H. Peter Anvin
2389M:	hpa@zytor.com
2390L:	autofs@linux.kernel.org
2391S:	Odd Fixes
2392
2393KERNEL AUTOMOUNTER v4 (AUTOFS4)
2394P:	Ian Kent
2395M:	raven@themaw.net
2396L:	autofs@linux.kernel.org
2397S:	Maintained
2398
2399KERNEL BUILD (kbuild: Makefile, scripts/Makefile.*)
2400P:	Sam Ravnborg
2401M:	sam@ravnborg.org
2402T:	git kernel.org:/pub/scm/linux/kernel/git/sam/kbuild-next.git
2403T:	git kernel.org:/pub/scm/linux/kernel/git/sam/kbuild-fixes.git
2404L:	linux-kbuild@vger.kernel.org
2405S:	Maintained
2406
2407KERNEL JANITORS
2408P:	Several
2409L:	kernel-janitors@vger.kernel.org
2410W:	http://www.kerneljanitors.org/
2411S:	Maintained
2412
2413KERNEL NFSD
2414P:	J. Bruce Fields
2415M:	bfields@fieldses.org
2416P:	Neil Brown
2417M:	neilb@suse.de
2418L:	linux-nfs@vger.kernel.org
2419W:	http://nfs.sourceforge.net/
2420S:	Supported
2421
2422KERNEL VIRTUAL MACHINE (KVM)
2423P:	Avi Kivity
2424M:	avi@qumranet.com
2425L:	kvm@vger.kernel.org
2426W:	http://kvm.qumranet.com
2427S:	Supported
2428
2429KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
2430P:	Hollis Blanchard
2431M:	hollisb@us.ibm.com
2432L:	kvm-ppc@vger.kernel.org
2433W:	http://kvm.qumranet.com
2434S:	Supported
2435
2436KERNEL VIRTUAL MACHINE For Itanium (KVM/IA64)
2437P:	Anthony Xu
2438M:	anthony.xu@intel.com
2439P:	Xiantao Zhang
2440M:	xiantao.zhang@intel.com
2441L:	kvm-ia64@vger.kernel.org
2442W:	http://kvm.qumranet.com
2443S:	Supported
2444
2445KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
2446P:	Carsten Otte
2447M:	cotte@de.ibm.com
2448P:	Christian Borntraeger
2449M:	borntraeger@de.ibm.com
2450M:	linux390@de.ibm.com
2451L:	linux-s390@vger.kernel.org
2452W:	http://www.ibm.com/developerworks/linux/linux390/
2453S:	Supported
2454
2455KEXEC
2456P:	Eric Biederman
2457M:	ebiederm@xmission.com
2458W:	http://ftp.kernel.org/pub/linux/kernel/people/horms/kexec-tools/
2459L:	linux-kernel@vger.kernel.org
2460L:	kexec@lists.infradead.org
2461S:	Maintained
2462
2463KGDB
2464P:	Jason Wessel
2465M:	jason.wessel@windriver.com
2466L:	kgdb-bugreport@lists.sourceforge.net
2467S:	Maintained
2468
2469KPROBES
2470P:	Ananth N Mavinakayanahalli
2471M:	ananth@in.ibm.com
2472P:	Anil S Keshavamurthy
2473M:	anil.s.keshavamurthy@intel.com
2474P:	David S. Miller
2475M:	davem@davemloft.net
2476P:	Masami Hiramatsu
2477M:	mhiramat@redhat.com
2478L:	linux-kernel@vger.kernel.org
2479S:	Maintained
2480
2481KS0108 LCD CONTROLLER DRIVER
2482P:	Miguel Ojeda Sandonis
2483M:	miguel.ojeda.sandonis@gmail.com
2484L:	linux-kernel@vger.kernel.org
2485W:	http://miguelojeda.es/auxdisplay.htm
2486W:	http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2487S:	Maintained
2488
2489LAPB module
2490L:	linux-x25@vger.kernel.org
2491S:	Orphan
2492
2493LASI 53c700 driver for PARISC
2494P:	James E.J. Bottomley
2495M:	James.Bottomley@HansenPartnership.com
2496L:	linux-scsi@vger.kernel.org
2497S:	Maintained
2498
2499LED SUBSYSTEM
2500P:	Richard Purdie
2501M:	rpurdie@rpsys.net
2502S:	Maintained
2503
2504LEGO USB Tower driver
2505P:	Juergen Stuber
2506M:	starblue@users.sourceforge.net
2507L:	legousb-devel@lists.sourceforge.net
2508W:	http://legousb.sourceforge.net/
2509S:	Maintained
2510
2511LGUEST
2512P:	Rusty Russell
2513M:	rusty@rustcorp.com.au
2514L:	lguest@ozlabs.org
2515W:	http://lguest.ozlabs.org/
2516S:	Maintained
2517
2518LINUX FOR IBM pSERIES (RS/6000)
2519P:	Paul Mackerras
2520M:	paulus@au.ibm.com
2521W:	http://www.ibm.com/linux/ltc/projects/ppc
2522S:	Supported
2523
2524LINUX FOR NCR VOYAGER
2525P:	James Bottomley
2526M:	James.Bottomley@HansenPartnership.com
2527W:	http://www.hansenpartnership.com/voyager
2528S:	Maintained
2529
2530LINUX FOR POWERPC (32-BIT AND 64-BIT)
2531P:	Paul Mackerras
2532M:	paulus@samba.org
2533P:	Benjamin Herrenschmidt
2534M:	benh@kernel.crashing.org
2535W:	http://www.penguinppc.org/
2536L:	linuxppc-dev@ozlabs.org
2537T:	git kernel.org:/pub/scm/linux/kernel/git/paulus/powerpc.git
2538S:	Supported
2539
2540LINUX FOR POWER MACINTOSH
2541P:	Benjamin Herrenschmidt
2542M:	benh@kernel.crashing.org
2543W:	http://www.penguinppc.org/
2544L:	linuxppc-dev@ozlabs.org
2545S:	Maintained
2546
2547LINUX FOR POWERPC EMBEDDED MPC5XXX
2548P:	Sylvain Munaut
2549M:	tnt@246tNt.com
2550P:	Grant Likely
2551M:	grant.likely@secretlab.ca
2552L:	linuxppc-dev@ozlabs.org
2553S:	Maintained
2554
2555LINUX FOR POWERPC EMBEDDED PPC4XX
2556P:	Josh Boyer
2557M:	jwboyer@linux.vnet.ibm.com
2558P:	Matt Porter
2559M:	mporter@kernel.crashing.org
2560W:	http://www.penguinppc.org/
2561L:	linuxppc-dev@ozlabs.org
2562T:	git kernel.org:/pub/scm/linux/kernel/git/jwboyer/powerpc.git
2563S:	Maintained
2564
2565LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
2566P:	Grant Likely
2567M:	grant.likely@secretlab.ca
2568W:	http://wiki.secretlab.ca/index.php/Linux_on_Xilinx_Virtex
2569L:	linuxppc-dev@ozlabs.org
2570S:	Maintained
2571
2572LINUX FOR POWERPC EMBEDDED PPC8XX
2573P:	Vitaly Bordug
2574M:	vitb@kernel.crashing.org
2575P:	Marcelo Tosatti
2576M:	marcelo@kvack.org
2577W:	http://www.penguinppc.org/
2578L:	linuxppc-dev@ozlabs.org
2579S:	Maintained
2580
2581LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
2582P:	Kumar Gala
2583M:	galak@kernel.crashing.org
2584W:	http://www.penguinppc.org/
2585L:	linuxppc-dev@ozlabs.org
2586S:	Maintained
2587
2588LINUX FOR POWERPC PA SEMI PWRFICIENT
2589P:	Olof Johansson
2590M:	olof@lixom.net
2591W:	http://www.pasemi.com/
2592L:	linuxppc-dev@ozlabs.org
2593S:	Supported
2594
2595LLC (802.2)
2596P:	Arnaldo Carvalho de Melo
2597M:	acme@ghostprotocols.net
2598S:	Maintained
2599
2600LINUX SECURITY MODULE (LSM) FRAMEWORK
2601P:	Chris Wright
2602M:	chrisw@sous-sol.org
2603L:	linux-security-module@vger.kernel.org
2604T:	git kernel.org:/pub/scm/linux/kernel/git/chrisw/lsm-2.6.git
2605S:	Supported
2606
2607LM83 HARDWARE MONITOR DRIVER
2608P:	Jean Delvare
2609M:	khali@linux-fr.org
2610L:	lm-sensors@lm-sensors.org
2611S:	Maintained
2612
2613LM90 HARDWARE MONITOR DRIVER
2614P:	Jean Delvare
2615M:	khali@linux-fr.org
2616L:	lm-sensors@lm-sensors.org
2617S:	Maintained
2618
2619LOCKDEP AND LOCKSTAT
2620P:	Peter Zijlstra
2621M:	peterz@infradead.org
2622P:	Ingo Molnar
2623M:	mingo@redhat.com
2624L:	linux-kernel@vger.kernel.org
2625T:	git://git.kernel.org/pub/scm/linux/kernel/git/peterz/linux-2.6-lockdep.git
2626S:	Maintained
2627
2628LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
2629P:	Richard Russon (FlatCap)
2630M:	ldm@flatcap.org
2631L:	linux-ntfs-dev@lists.sourceforge.net
2632W:	http://www.linux-ntfs.org/content/view/19/37/
2633S:	Maintained
2634
2635LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
2636P:	Eric Moore
2637M:	Eric.Moore@lsi.com
2638M:	support@lsi.com
2639L:	DL-MPTFusionLinux@lsi.com
2640L:	linux-scsi@vger.kernel.org
2641W:	http://www.lsilogic.com/support
2642S:	Supported
2643
2644LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
2645P:	Matthew Wilcox
2646M:	matthew@wil.cx
2647L:	linux-scsi@vger.kernel.org
2648S:	Maintained
2649
2650M32R ARCHITECTURE
2651P:	Hirokazu Takata
2652M:	takata@linux-m32r.org
2653L:	linux-m32r@ml.linux-m32r.org
2654L:	linux-m32r-ja@ml.linux-m32r.org (in Japanese)
2655W:	http://www.linux-m32r.org/
2656S:	Maintained
2657
2658M68K ARCHITECTURE
2659P:	Geert Uytterhoeven
2660M:	geert@linux-m68k.org
2661P:	Roman Zippel
2662M:	zippel@linux-m68k.org
2663L:	linux-m68k@lists.linux-m68k.org
2664W:	http://www.linux-m68k.org/
2665W:	http://linux-m68k-cvs.ubb.ca/
2666S:	Maintained
2667
2668M68K ON APPLE MACINTOSH
2669P:	Joshua Thompson
2670M:	funaho@jurai.org
2671W:	http://www.mac.linux-m68k.org/
2672L:	linux-m68k@lists.linux-m68k.org
2673S:	Maintained
2674
2675M68K ON HP9000/300
2676P:	Philip Blundell
2677M:	philb@gnu.org
2678W:	http://www.tazenda.demon.co.uk/phil/linux-hp
2679S:	Maintained
2680
2681MAC80211
2682P:	Johannes Berg
2683M:	johannes@sipsolutions.net
2684P:	Michael Wu
2685M:	flamingice@sourmilk.net
2686L:	linux-wireless@vger.kernel.org
2687W:	http://linuxwireless.org/
2688T:	git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
2689S:	Maintained
2690
2691MAC80211 PID RATE CONTROL
2692P:	Stefano Brivio
2693M:	stefano.brivio@polimi.it
2694P:	Mattias Nissler
2695M:	mattias.nissler@gmx.de
2696L:	linux-wireless@vger.kernel.org
2697W:	http://linuxwireless.org/en/developers/Documentation/mac80211/RateControl/PID
2698T:	git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
2699S:	Maintained
2700
2701MACVLAN DRIVER
2702P:	Patrick McHardy
2703M:	kaber@trash.net
2704L:	netdev@vger.kernel.org
2705S:	Maintained
2706
2707MARVELL YUKON / SYSKONNECT DRIVER
2708P:	Mirko Lindner
2709M: 	mlindner@syskonnect.de
2710P:	Ralph Roesler
2711M: 	rroesler@syskonnect.de
2712W: 	http://www.syskonnect.com
2713S: 	Supported
2714
2715MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
2716P:	Michael Kerrisk
2717M:	mtk.manpages@gmail.com
2718W:     http://www.kernel.org/doc/man-pages
2719S:     Supported
2720
2721MARVELL LIBERTAS WIRELESS DRIVER
2722P:	Dan Williams
2723M:	dcbw@redhat.com
2724L:	libertas-dev@lists.infradead.org
2725S:	Maintained
2726
2727MARVELL MV643XX ETHERNET DRIVER
2728P:	Dale Farnsworth
2729M:	dale@farnsworth.org
2730P:	Manish Lachwani
2731M:	mlachwani@mvista.com
2732L:	netdev@vger.kernel.org
2733S:	Odd Fixes for 2.4; Maintained for 2.6.
2734
2735MATROX FRAMEBUFFER DRIVER
2736P:	Petr Vandrovec
2737M:	vandrove@vc.cvut.cz
2738L:	linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
2739S:	Maintained
2740
2741MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
2742P:	Hans J. Koch
2743M:	hjk@linutronix.de
2744L:	lm-sensors@lm-sensors.org
2745S:	Maintained
2746
2747MEGARAID SCSI DRIVERS
2748P:	Neela Syam Kolli
2749M:	megaraidlinux@lsi.com
2750S:	linux-scsi@vger.kernel.org
2751W:	http://megaraid.lsilogic.com
2752S:	Maintained
2753
2754MEMORY MANAGEMENT
2755L:	linux-mm@kvack.org
2756L:	linux-kernel@vger.kernel.org
2757W:	http://www.linux-mm.org
2758S:	Maintained
2759
2760MEMORY RESOURCE CONTROLLER
2761P:	Balbir Singh
2762M:	balbir@linux.vnet.ibm.com
2763P:	Pavel Emelyanov
2764M:	xemul@openvz.org
2765P:	KAMEZAWA Hiroyuki
2766M:	kamezawa.hiroyu@jp.fujitsu.com
2767L:	linux-mm@kvack.org
2768L:	linux-kernel@vger.kernel.org
2769S:	Maintained
2770
2771MEI MN10300/AM33 PORT
2772P:	David Howells
2773M:	dhowells@redhat.com
2774P:	Koichi Yasutake
2775M:	yasutake.koichi@jp.panasonic.com
2776L:	linux-am33-list@redhat.com (moderated for non-subscribers)
2777W:	ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
2778S:	Maintained
2779
2780MEMORY TECHNOLOGY DEVICES (MTD)
2781P:	David Woodhouse
2782M:	dwmw2@infradead.org
2783W:	http://www.linux-mtd.infradead.org/
2784L:	linux-mtd@lists.infradead.org
2785T:	git git://git.infradead.org/mtd-2.6.git
2786S:	Maintained
2787
2788UNSORTED BLOCK IMAGES (UBI)
2789P:	Artem Bityutskiy
2790M:	dedekind@infradead.org
2791W:	http://www.linux-mtd.infradead.org/
2792L:	linux-mtd@lists.infradead.org
2793T:	git git://git.infradead.org/~dedekind/ubi-2.6.git
2794S:	Maintained
2795
2796MICROTEK X6 SCANNER
2797P:	Oliver Neukum
2798M:	oliver@neukum.name
2799S:	Maintained
2800
2801MIPS
2802P:	Ralf Baechle
2803M:	ralf@linux-mips.org
2804W:	http://www.linux-mips.org/
2805L:	linux-mips@linux-mips.org
2806T:	git www.linux-mips.org:/pub/scm/linux.git
2807S:	Supported
2808
2809MISCELLANEOUS MCA-SUPPORT
2810P:	James Bottomley
2811M:	James.Bottomley@HansenPartnership.com
2812L:	linux-kernel@vger.kernel.org
2813S:	Maintained
2814
2815MODULE SUPPORT
2816P:	Rusty Russell
2817M:	rusty@rustcorp.com.au
2818L:	linux-kernel@vger.kernel.org
2819S:	Maintained
2820
2821MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
2822P:	Stelian Pop
2823M:	stelian@popies.net
2824W:	http://popies.net/meye/
2825S:	Maintained
2826
2827MOTOROLA IMX MMC/SD HOST CONTROLLER INTERFACE DRIVER
2828P:	Pavel Pisa
2829M:	ppisa@pikron.com
2830L:	linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
2831S:	Maintained
2832
2833MOUSE AND MISC DEVICES [GENERAL]
2834P:	Alessandro Rubini
2835M:	rubini@ipvvis.unipv.it
2836L:	linux-kernel@vger.kernel.org
2837S:	Maintained
2838
2839MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
2840P:	Jiri Slaby
2841M:	jirislaby@gmail.com
2842L:	linux-kernel@vger.kernel.org
2843S:	Maintained
2844
2845MSI LAPTOP SUPPORT
2846P:	Lennart Poettering
2847M:	mzxreary@0pointer.de
2848W:	https://tango.0pointer.de/mailman/listinfo/s270-linux
2849W:	http://0pointer.de/lennart/tchibo.html
2850S:	Maintained
2851
2852MULTIFUNCTION DEVICES (MFD)
2853P:	Samuel Ortiz
2854M:	sameo@openedhand.com
2855L:	linux-kernel@vger.kernel.org
2856S:	Supported
2857
2858MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
2859P:	Pierre Ossman
2860M:	drzeus-mmc@drzeus.cx
2861L:	linux-kernel@vger.kernel.org
2862S:	Maintained
2863
2864MULTIMEDIA CARD (MMC) ETC. OVER SPI
2865P:	David Brownell
2866M:	dbrownell@users.sourceforge.net
2867L:	linux-kernel@vger.kernel.org
2868S:	Odd fixes
2869
2870MULTISOUND SOUND DRIVER
2871P:	Andrew Veliath
2872M:	andrewtv@usa.net
2873S:	Maintained
2874
2875MULTITECH MULTIPORT CARD (ISICOM)
2876P:	Jiri Slaby
2877M:	jirislaby@gmail.com
2878L:	linux-kernel@vger.kernel.org
2879S:	Maintained
2880
2881MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
2882P:	Andrew Gallatin
2883M:	gallatin@myri.com
2884P:	Brice Goglin
2885M:	brice@myri.com
2886L:	netdev@vger.kernel.org
2887W:	http://www.myri.com/scs/download-Myri10GE.html
2888S:	Supported
2889
2890NATSEMI ETHERNET DRIVER (DP8381x)
2891P: 	Tim Hockin
2892M:	thockin@hockin.org
2893S:	Maintained
2894
2895NCP FILESYSTEM
2896P:	Petr Vandrovec
2897M:	vandrove@vc.cvut.cz
2898L:	linware@sh.cvut.cz
2899S:	Maintained
2900
2901NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
2902P:	James E.J. Bottomley
2903M:	James.Bottomley@HansenPartnership.com
2904L:	linux-scsi@vger.kernel.org
2905S:	Maintained
2906
2907NETEFFECT IWARP RNIC DRIVER (IW_NES)
2908P:	Faisal Latif
2909M:	flatif@neteffect.com
2910P:	Chien Tung
2911M:	ctung@neteffect.com
2912P:	Glenn Streiff
2913M:	gstreiff@neteffect.com
2914L:	general@lists.openfabrics.org
2915W:	http://www.neteffect.com
2916S:	Supported
2917F:	drivers/infiniband/hw/nes/
2918
2919NETEM NETWORK EMULATOR
2920P:	Stephen Hemminger
2921M:	shemminger@linux-foundation.org
2922L:	netem@lists.linux-foundation.org
2923S:	Maintained
2924
2925NETERION (S2IO) Xframe 10GbE DRIVER
2926P:	Ramkrishna Vepa
2927M:	ram.vepa@neterion.com
2928P:	Rastapur Santosh
2929M:	santosh.rastapur@neterion.com
2930P:	Sivakumar Subramani
2931M:	sivakumar.subramani@neterion.com
2932P:	Sreenivasa Honnur
2933M:	sreenivasa.honnur@neterion.com
2934L:	netdev@vger.kernel.org
2935W:	http://trac.neterion.com/cgi-bin/trac.cgi/wiki/TitleIndex?anonymous
2936S:	Supported
2937
2938NETFILTER/IPTABLES/IPCHAINS
2939P:	Rusty Russell
2940P:	Marc Boucher
2941P:	James Morris
2942P:	Harald Welte
2943P:	Jozsef Kadlecsik
2944P:	Patrick McHardy
2945M:	kaber@trash.net
2946L:	netfilter-devel@vger.kernel.org
2947L:	netfilter@vger.kernel.org
2948L:	coreteam@netfilter.org
2949W:	http://www.netfilter.org/
2950W:	http://www.iptables.org/
2951S:	Supported
2952
2953NETLABEL
2954P:	Paul Moore
2955M:	paul.moore@hp.com
2956W:	http://netlabel.sf.net
2957L:	netdev@vger.kernel.org
2958S:	Supported
2959
2960NETROM NETWORK LAYER
2961P:	Ralf Baechle
2962M:	ralf@linux-mips.org
2963L:	linux-hams@vger.kernel.org
2964W:	http://www.linux-ax25.org/
2965S:	Maintained
2966
2967NETWORK BLOCK DEVICE (NBD)
2968P:	Paul Clements
2969M:	Paul.Clements@steeleye.com
2970S:	Maintained
2971
2972NETWORK DEVICE DRIVERS
2973P:	Jeff Garzik
2974M:	jgarzik@pobox.com
2975L:	netdev@vger.kernel.org
2976T:	git kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6.git
2977S:	Maintained
2978
2979NETWORKING [GENERAL]
2980P:	Networking Team
2981M:	netdev@vger.kernel.org
2982L:	netdev@vger.kernel.org
2983W:	http://linux-net.osdl.org/
2984S:	Maintained
2985
2986NETWORKING [IPv4/IPv6]
2987P:	David S. Miller
2988M:	davem@davemloft.net
2989P:	Alexey Kuznetsov
2990M:	kuznet@ms2.inr.ac.ru
2991P:	Pekka Savola (ipv6)
2992M:	pekkas@netcore.fi
2993P:	James Morris
2994M:	jmorris@namei.org
2995P:	Hideaki YOSHIFUJI
2996M:	yoshfuji@linux-ipv6.org
2997P:	Patrick McHardy
2998M:	kaber@trash.net
2999L:	netdev@vger.kernel.org
3000T:	git kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6.git
3001S:	Maintained
3002
3003NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
3004P:	Paul Moore
3005M:	paul.moore@hp.com
3006L:	netdev@vger.kernel.org
3007S:	Maintained
3008
3009NETWORKING [WIRELESS]
3010P:	John W. Linville
3011M:	linville@tuxdriver.com
3012L:	linux-wireless@vger.kernel.org
3013T:	git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
3014S:	Maintained
3015
3016NETXEN (1/10) GbE SUPPORT
3017P:	Dhananjay Phadke
3018M:	dhananjay@netxen.com
3019L:	netdev@vger.kernel.org
3020W:	http://www.netxen.com
3021S:	Supported
3022
3023IPVS
3024P:	Wensong Zhang
3025M:	wensong@linux-vs.org
3026P:	Simon Horman
3027M:	horms@verge.net.au
3028P:	Julian Anastasov
3029M:	ja@ssi.bg
3030L:	netdev@vger.kernel.org
3031S:	Maintained
3032
3033NFS CLIENT
3034P:	Trond Myklebust
3035M:	Trond.Myklebust@netapp.com
3036L:	linux-nfs@vger.kernel.org
3037W:	http://client.linux-nfs.org
3038T:	git git://git.linux-nfs.org/pub/linux/nfs-2.6.git
3039S:	Maintained
3040
3041NI5010 NETWORK DRIVER
3042P:	Jan-Pascal van Best
3043M:	janpascal@vanbest.org
3044P:	Andreas Mohr
3045M:	andi@lisas.de
3046L:	netdev@vger.kernel.org
3047S:	Maintained
3048
3049NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
3050P:	YOKOTA Hiroshi
3051M:	yokota@netlab.is.tsukuba.ac.jp
3052W:	http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
3053S:	Maintained
3054
3055NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
3056P:	GOTO Masanori
3057M:	gotom@debian.or.jp
3058P:	YOKOTA Hiroshi
3059M:	yokota@netlab.is.tsukuba.ac.jp
3060W:	http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
3061S:	Maintained
3062
3063NTFS FILESYSTEM
3064P:	Anton Altaparmakov
3065M:	aia21@cantab.net
3066L:	linux-ntfs-dev@lists.sourceforge.net
3067L:	linux-kernel@vger.kernel.org
3068W:	http://linux-ntfs.sf.net/
3069T:	git kernel.org:/pub/scm/linux/kernel/git/aia21/ntfs-2.6.git
3070S:	Maintained
3071
3072NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
3073P:	Antonino Daplas
3074M:	adaplas@gmail.com
3075L:	linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
3076S:	Maintained
3077
3078OPENCORES I2C BUS DRIVER
3079P:	Peter Korsgaard
3080M:	jacmet@sunsite.dk
3081L:	i2c@lm-sensors.org
3082S:	Maintained
3083
3084ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
3085P:	Mark Fasheh
3086M:	mfasheh@suse.com
3087P:	Joel Becker
3088M:	joel.becker@oracle.com
3089L:	ocfs2-devel@oss.oracle.com (moderated for non-subscribers)
3090W:	http://oss.oracle.com/projects/ocfs2/
3091T:	git git://git.kernel.org/pub/scm/linux/kernel/git/mfasheh/ocfs2.git
3092S:	Supported
3093
3094OMNIKEY CARDMAN 4000 DRIVER
3095P:	Harald Welte
3096M:	laforge@gnumonks.org
3097S:	Maintained
3098
3099OMNIKEY CARDMAN 4040 DRIVER
3100P:	Harald Welte
3101M:	laforge@gnumonks.org
3102S:	Maintained
3103
3104OMNIVISION OV7670 SENSOR DRIVER
3105P:   	Jonathan Corbet
3106M:	corbet@lwn.net
3107L:	video4linux-list@redhat.com
3108S:	Maintained
3109
3110ONENAND FLASH DRIVER
3111P:	Kyungmin Park
3112M:	kyungmin.park@samsung.com
3113L:	linux-mtd@lists.infradead.org
3114S:	Maintained
3115
3116ONSTREAM SCSI TAPE DRIVER
3117P:	Willem Riede
3118M:	osst@riede.org
3119L:	osst-users@lists.sourceforge.net
3120L:	linux-scsi@vger.kernel.org
3121S:	Maintained
3122
3123OPROFILE
3124P:	Robert Richter
3125M:	robert.richter@amd.com
3126L:	oprofile-list@lists.sf.net
3127S:	Maintained
3128
3129ORINOCO DRIVER
3130P:	Pavel Roskin
3131M:	proski@gnu.org
3132P:	David Gibson
3133M:	hermes@gibson.dropbear.id.au
3134L:	linux-wireless@vger.kernel.org
3135L:	orinoco-users@lists.sourceforge.net
3136L:	orinoco-devel@lists.sourceforge.net
3137W:	http://www.nongnu.org/orinoco/
3138S:	Maintained
3139
3140PA SEMI ETHERNET DRIVER
3141P:	Olof Johansson
3142M:	olof@lixom.net
3143L:	netdev@vger.kernel.org
3144S:	Maintained
3145
3146PA SEMI SMBUS DRIVER
3147P:	Olof Johansson
3148M:	olof@lixom.net
3149L:	i2c@lm-sensors.org
3150S:	Maintained
3151
3152PARALLEL PORT SUPPORT
3153L:	linux-parport@lists.infradead.org (subscribers-only)
3154S:	Orphan
3155
3156PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
3157P:	Tim Waugh
3158M:	tim@cyberelk.net
3159L:	linux-parport@lists.infradead.org (subscribers-only)
3160W:	http://www.torque.net/linux-pp.html
3161S:	Maintained
3162
3163PARISC ARCHITECTURE
3164P:	Kyle McMartin
3165M:	kyle@mcmartin.ca
3166P:	Matthew Wilcox
3167M:	matthew@wil.cx
3168P:	Grant Grundler
3169M:	grundler@parisc-linux.org
3170L:	linux-parisc@vger.kernel.org
3171W:	http://www.parisc-linux.org/
3172T:	git kernel.org:/pub/scm/linux/kernel/git/kyle/parisc-2.6.git
3173S:	Maintained
3174
3175PARAVIRT_OPS INTERFACE
3176P:	Jeremy Fitzhardinge
3177M:	jeremy@xensource.com
3178P:	Chris Wright
3179M:	chrisw@sous-sol.org
3180P:	Zachary Amsden
3181M:	zach@vmware.com
3182P:	Rusty Russell
3183M:	rusty@rustcorp.com.au
3184L:	virtualization@lists.osdl.org
3185L:	linux-kernel@vger.kernel.org
3186S:	Supported
3187
3188PC87360 HARDWARE MONITORING DRIVER
3189P:	Jim Cromie
3190M:	jim.cromie@gmail.com
3191L:	lm-sensors@lm-sensors.org
3192S:	Maintained
3193
3194PC8736x GPIO DRIVER
3195P:	Jim Cromie
3196M:	jim.cromie@gmail.com
3197S:	Maintained
3198
3199PCI ERROR RECOVERY
3200P:	Linas Vepstas
3201M:	linas@austin.ibm.com
3202L:	linux-kernel@vger.kernel.org
3203L:	linux-pci@vger.kernel.org
3204S:	Supported
3205
3206PCI SUBSYSTEM
3207P:	Jesse Barnes
3208M:	jbarnes@virtuousgeek.org
3209L:	linux-kernel@vger.kernel.org
3210L:	linux-pci@vger.kernel.org
3211T:	git kernel.org:/pub/scm/linux/kernel/git/jbarnes/pci-2.6.git
3212S:	Supported
3213
3214PCI HOTPLUG CORE
3215P: 	Kristen Carlson Accardi
3216M:	kristen.c.accardi@intel.com
3217S:	Supported
3218
3219PCIE HOTPLUG DRIVER
3220P:	Kristen Carlson Accardi
3221M:	kristen.c.accardi@intel.com
3222L:	linux-pci@vger.kernel.org
3223S:	Supported
3224
3225PCMCIA SUBSYSTEM
3226P:	Linux PCMCIA Team
3227L:	linux-pcmcia@lists.infradead.org
3228W:	http://lists.infradead.org/mailman/listinfo/linux-pcmcia
3229T:	git kernel.org:/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
3230S:	Maintained
3231
3232PCNET32 NETWORK DRIVER
3233P:	Don Fry
3234M:	pcnet32@verizon.net
3235L:	netdev@vger.kernel.org
3236S:	Maintained
3237
3238PER-TASK DELAY ACCOUNTING
3239P:	Balbir Singh
3240M:	balbir@linux.vnet.ibm.com
3241L:	linux-kernel@vger.kernel.org
3242S:	Maintained
3243
3244PERSONALITY HANDLING
3245P:	Christoph Hellwig
3246M:	hch@infradead.org
3247L:	linux-abi-devel@lists.sourceforge.net
3248S:	Maintained
3249
3250PHRAM MTD DRIVER
3251P:	Joern Engel
3252M:	joern@lazybastard.org
3253L:	linux-mtd@lists.infradead.org
3254S:	Maintained
3255
3256PKTCDVD DRIVER
3257P:	Peter Osterlund
3258M:	petero2@telia.com
3259L:	linux-kernel@vger.kernel.org
3260S:	Maintained
3261
3262POSIX CLOCKS and TIMERS
3263P:	Thomas Gleixner
3264M:	tglx@linutronix.de
3265L:	linux-kernel@vger.kernel.org
3266S:	Supported
3267
3268POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
3269P:	Anton Vorontsov
3270M:	cbou@mail.ru
3271P:	David Woodhouse
3272M:	dwmw2@infradead.org
3273L:	linux-kernel@vger.kernel.org
3274T:	git git.infradead.org/battery-2.6.git
3275S:	Maintained
3276
3277POWERPC 4xx EMAC DRIVER
3278P:	Eugene Surovegin
3279M:	ebs@ebshome.net
3280W:	http://kernel.ebshome.net/emac/
3281L:	linuxppc-dev@ozlabs.org
3282L:	netdev@vger.kernel.org
3283S:	Maintained
3284
3285PNP SUPPORT
3286P:	Adam Belay
3287M:	ambx1@neo.rr.com
3288S:	Maintained
3289
3290PNXxxxx I2C DRIVER
3291P:	Vitaly Wool
3292M:	vitalywool@gmail.com
3293L:	i2c@lm-sensors.org
3294S:	Maintained
3295
3296PPP PROTOCOL DRIVERS AND COMPRESSORS
3297P:	Paul Mackerras
3298M:	paulus@samba.org
3299L:	linux-ppp@vger.kernel.org
3300S:	Maintained
3301
3302PPP OVER ATM (RFC 2364)
3303P:	Mitchell Blank Jr
3304M:	mitch@sfgoth.com
3305S:	Maintained
3306
3307PPP OVER ETHERNET
3308P:	Michal Ostrowski
3309M:	mostrows@earthlink.net
3310S:	Maintained
3311
3312PPP OVER L2TP
3313P:	James Chapman
3314M:	jchapman@katalix.com
3315S:	Maintained
3316
3317PREEMPTIBLE KERNEL
3318P:	Robert Love
3319M:	rml@tech9.net
3320L:	linux-kernel@vger.kernel.org
3321L:	kpreempt-tech@lists.sourceforge.net
3322W:	ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
3323S:	Supported
3324
3325P54 WIRELESS DRIVER
3326P:	Michael Wu
3327M:	flamingice@sourmilk.net
3328L:	linux-wireless@vger.kernel.org
3329W:	http://prism54.org
3330T:	git kernel.org:/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
3331S:	Maintained
3332
3333PRISM54 WIRELESS DRIVER
3334P:	Luis R. Rodriguez
3335M:	mcgrof@gmail.com
3336L:	linux-wireless@vger.kernel.org
3337W:	http://prism54.org
3338S:	Maintained
3339
3340PROMISE DC4030 CACHING DISK CONTROLLER DRIVER
3341P:	Peter Denison
3342M:	promise@pnd-pc.demon.co.uk
3343W:	http://www.pnd-pc.demon.co.uk/promise/
3344S:	Maintained
3345
3346PROMISE SATA TX2/TX4 CONTROLLER LIBATA DRIVER
3347P:	Mikael Pettersson
3348M:	mikpe@it.uu.se
3349L:	linux-ide@vger.kernel.org
3350S:	Maintained
3351
3352PS3 NETWORK SUPPORT
3353P:	Masakazu Mokuno
3354M:	mokuno@sm.sony.co.jp
3355L:	netdev@vger.kernel.org
3356L:	cbe-oss-dev@ozlabs.org
3357S:	Supported
3358
3359PS3 PLATFORM SUPPORT
3360P:	Geoff Levand
3361M:	geoffrey.levand@am.sony.com
3362L:	linuxppc-dev@ozlabs.org
3363L:	cbe-oss-dev@ozlabs.org
3364S:	Supported
3365
3366PVRUSB2 VIDEO4LINUX DRIVER
3367P:	Mike Isely
3368M:	isely@pobox.com
3369L:	pvrusb2@isely.net	(subscribers-only)
3370L:	video4linux-list@redhat.com
3371W:	http://www.isely.net/pvrusb2/
3372S:	Maintained
3373
3374PXA2xx/PXA3xx SUPPORT
3375P:	Eric Miao
3376M:	eric.miao@marvell.com
3377P:	Russell King
3378M:	linux@arm.linux.org.uk
3379L:	linux-arm-kernel@lists.arm.linux.org.uk	(subscribers-only)
3380S:	Maintained
3381
3382PXA MMCI DRIVER
3383S:	Orphan
3384
3385QLOGIC QLA2XXX FC-SCSI DRIVER
3386P:	Andrew Vasquez
3387M:	linux-driver@qlogic.com
3388L:	linux-scsi@vger.kernel.org
3389S:	Supported
3390
3391QLOGIC QLA3XXX NETWORK DRIVER
3392P:	Ron Mercer
3393M:	linux-driver@qlogic.com
3394L:	netdev@vger.kernel.org
3395S:	Supported
3396
3397QNX4 FILESYSTEM
3398P:	Anders Larsen
3399M:	al@alarsen.net
3400L:	linux-kernel@vger.kernel.org
3401W:	http://www.alarsen.net/linux/qnx4fs/
3402S:	Maintained
3403
3404RADEON FRAMEBUFFER DISPLAY DRIVER
3405P:	Benjamin Herrenschmidt
3406M:	benh@kernel.crashing.org
3407L:	linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
3408S:	Maintained
3409
3410RAGE128 FRAMEBUFFER DISPLAY DRIVER
3411P:	Paul Mackerras
3412M:	paulus@samba.org
3413L:	linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
3414S:	Maintained
3415
3416RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
3417P:	Corey Thomas
3418M:	coreythomas@charter.net
3419L:	linux-wireless@vger.kernel.org
3420S:	Maintained
3421
3422RALINK RT2X00 WLAN DRIVER
3423P:	rt2x00 project
3424L:	linux-wireless@vger.kernel.org
3425L:	rt2400-devel@lists.sourceforge.net
3426W:	http://rt2x00.serialmonkey.com/
3427S:	Maintained
3428T:	git kernel.org:/pub/scm/linux/kernel/git/ivd/rt2x00.git
3429F:	drivers/net/wireless/rt2x00/
3430
3431RAMDISK RAM BLOCK DEVICE DRIVER
3432P:	Nick Piggin
3433M:	npiggin@suse.de
3434S:	Maintained
3435
3436RANDOM NUMBER DRIVER
3437P:	Matt Mackall
3438M:	mpm@selenic.com
3439S:	Maintained
3440
3441RAPIDIO SUBSYSTEM
3442P:	Matt Porter
3443M:	mporter@kernel.crashing.org
3444L:	linux-kernel@vger.kernel.org
3445S:	Maintained
3446
3447RDC R-321X SoC
3448P:	Florian Fainelli
3449M:	florian.fainelli@telecomint.eu
3450L:	linux-kernel@vger.kernel.org
3451S:	Maintained
3452
3453RDC R6040 FAST ETHERNET DRIVER
3454P:	Florian Fainelli
3455M:	florian.fainelli@telecomint.eu
3456L:	netdev@vger.kernel.org
3457S:	Maintained
3458
3459READ-COPY UPDATE (RCU)
3460P:	Dipankar Sarma
3461M:	dipankar@in.ibm.com
3462W:	http://www.rdrop.com/users/paulmck/rclock/
3463L:	linux-kernel@vger.kernel.org
3464S:	Supported
3465
3466RCUTORTURE MODULE
3467P:	Josh Triplett
3468M:	josh@freedesktop.org
3469L:	linux-kernel@vger.kernel.org
3470S:	Maintained
3471
3472REAL TIME CLOCK DRIVER
3473P:	Paul Gortmaker
3474M:	p_gortmaker@yahoo.com
3475L:	linux-kernel@vger.kernel.org
3476S:	Maintained
3477
3478REAL TIME CLOCK (RTC) SUBSYSTEM
3479P:	Alessandro Zummo
3480M:	a.zummo@towertech.it
3481L:	rtc-linux@googlegroups.com
3482S:	Maintained
3483
3484REISERFS FILE SYSTEM
3485L:	reiserfs-devel@vger.kernel.org
3486S:	Supported
3487
3488RFKILL
3489P:	Ivo van Doorn
3490M:	IvDoorn@gmail.com
3491L:	netdev@vger.kernel.org
3492S:	Maintained
3493F:	net/rfkill
3494
3495ROCKETPORT DRIVER
3496P:	Comtrol Corp.
3497W:	http://www.comtrol.com
3498S:	Maintained
3499
3500ROSE NETWORK LAYER
3501P:	Ralf Baechle
3502M:	ralf@linux-mips.org
3503L:	linux-hams@vger.kernel.org
3504W:	http://www.linux-ax25.org/
3505S:	Maintained
3506
3507RISCOM8 DRIVER
3508S:	Orphan
3509
3510RTL818X WIRELESS DRIVER
3511P:	Michael Wu
3512M:	flamingice@sourmilk.net
3513P:	Andrea Merello
3514M:	andreamrl@tiscali.it
3515L:	linux-wireless@vger.kernel.org
3516W:	http://linuxwireless.org/
3517T:	git kernel.org:/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
3518S:	Maintained
3519
3520S3 SAVAGE FRAMEBUFFER DRIVER
3521P:	Antonino Daplas
3522M:	adaplas@gmail.com
3523L:	linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
3524S:	Maintained
3525
3526S390
3527P:	Martin Schwidefsky
3528M:	schwidefsky@de.ibm.com
3529P:	Heiko Carstens
3530M:	heiko.carstens@de.ibm.com
3531M:	linux390@de.ibm.com
3532L:	linux-s390@vger.kernel.org
3533W:	http://www.ibm.com/developerworks/linux/linux390/
3534S:	Supported
3535
3536S390 NETWORK DRIVERS
3537P:	Ursula Braun
3538M:	ubraun@linux.vnet.ibm.com
3539P:	Frank Blaschka
3540M:	blaschka@linux.vnet.ibm.com
3541M:	linux390@de.ibm.com
3542L:	linux-s390@vger.kernel.org
3543W:	http://www.ibm.com/developerworks/linux/linux390/
3544S:	Supported
3545
3546S390 ZFCP DRIVER
3547P:	Christof Schmitt
3548M:	christof.schmitt@de.ibm.com
3549P:	Martin Peschke
3550M:	mp3@de.ibm.com
3551M:	linux390@de.ibm.com
3552L:	linux-s390@vger.kernel.org
3553W:	http://www.ibm.com/developerworks/linux/linux390/
3554S:	Supported
3555
3556S390 IUCV NETWORK LAYER
3557P:	Ursula Braun
3558M:	ubraun@linux.vnet.ibm.com
3559M:	linux390@de.ibm.com
3560L:	linux-s390@vger.kernel.org
3561W:	http://www.ibm.com/developerworks/linux/linux390/
3562S:	Supported
3563
3564S3C24XX SD/MMC Driver
3565P:	Ben Dooks
3566M:	ben-linux@fluff.org
3567L:	linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
3568L:	linux-kernel@vger.kernel.org
3569S:	Supported
3570
3571SAA7146 VIDEO4LINUX-2 DRIVER
3572P:	Michael Hunold
3573M:	michael@mihu.de
3574W:	http://www.mihu.de/linux/saa7146
3575S:	Maintained
3576
3577SC1200 WDT DRIVER
3578P:	Zwane Mwaikambo
3579M:	zwane@arm.linux.org.uk
3580S:	Maintained
3581
3582SCHEDULER
3583P:	Ingo Molnar
3584M:	mingo@elte.hu
3585P:	Robert Love    [the preemptible kernel bits]
3586M:	rml@tech9.net
3587L:	linux-kernel@vger.kernel.org
3588S:	Maintained
3589
3590SCSI CDROM DRIVER
3591P:	Jens Axboe
3592M:	axboe@kernel.dk
3593L:	linux-scsi@vger.kernel.org
3594W:	http://www.kernel.dk
3595S:	Maintained
3596
3597SCSI SG DRIVER
3598P:	Doug Gilbert
3599M:	dgilbert@interlog.com
3600L:	linux-scsi@vger.kernel.org
3601W:	http://www.torque.net/sg
3602S:	Maintained
3603
3604SCSI SUBSYSTEM
3605P:	James E.J. Bottomley
3606M:	James.Bottomley@HansenPartnership.com
3607L:	linux-scsi@vger.kernel.org
3608T:	git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
3609T:	git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6.git
3610T:	git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-pending-2.6.git
3611S:	Maintained
3612
3613SCSI TAPE DRIVER
3614P:	Kai Mäkisara
3615M:	Kai.Makisara@kolumbus.fi
3616L:	linux-scsi@vger.kernel.org
3617S:	Maintained
3618
3619SCTP PROTOCOL
3620P:	Vlad Yasevich
3621M:	vladislav.yasevich@hp.com
3622P:	Sridhar Samudrala
3623M:	sri@us.ibm.com
3624L:	linux-sctp@vger.kernel.org
3625W:	http://lksctp.sourceforge.net
3626S:	Supported
3627
3628SCx200 CPU SUPPORT
3629P:	Jim Cromie
3630M:	jim.cromie@gmail.com
3631S:	Odd Fixes
3632
3633SCx200 GPIO DRIVER
3634P:	Jim Cromie
3635M:	jim.cromie@gmail.com
3636S:	Maintained
3637
3638SCx200 HRT CLOCKSOURCE DRIVER
3639P:	Jim Cromie
3640M:	jim.cromie@gmail.com
3641S:	Maintained
3642
3643SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
3644P:	Sascha Sommer
3645M:	saschasommer@freenet.de
3646L:	sdricohcs-devel@lists.sourceforge.net (subscribers-only)
3647S:	Maintained
3648
3649SECURITY CONTACT
3650P:	Security Officers
3651M:	security@kernel.org
3652S:	Supported
3653
3654SELINUX SECURITY MODULE
3655P:	Stephen Smalley
3656M:	sds@tycho.nsa.gov
3657P:	James Morris
3658M:	jmorris@namei.org
3659P:	Eric Paris
3660M:	eparis@parisplace.org
3661L:	linux-kernel@vger.kernel.org (kernel issues)
3662L: 	selinux@tycho.nsa.gov (subscribers-only, general discussion)
3663W:	http://www.nsa.gov/selinux
3664S:	Supported
3665
3666SENSABLE PHANTOM
3667P:	Jiri Slaby
3668M:	jirislaby@gmail.com
3669S:	Maintained
3670
3671SERIAL ATA (SATA) SUBSYSTEM:
3672P:	Jeff Garzik
3673M:	jgarzik@pobox.com
3674L:	linux-ide@vger.kernel.org
3675T:	git kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
3676S:	Supported
3677
3678SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
3679P:	Pat Gefre
3680M:	pfg@sgi.com
3681L:	linux-ia64@vger.kernel.org
3682S:	Supported
3683
3684SFC NETWORK DRIVER
3685P:	Steve Hodgson
3686P:	Ben Hutchings
3687P:	Robert Stonehouse
3688M:	linux-net-drivers@solarflare.com
3689S:	Supported
3690
3691SGI VISUAL WORKSTATION 320 AND 540
3692P:	Andrey Panin
3693M:	pazke@donpac.ru
3694L:	linux-visws-devel@lists.sf.net
3695W:	http://linux-visws.sf.net
3696S:	Maintained for 2.6.
3697
3698SIMTEC EB110ATX (Chalice CATS)
3699P:	Ben Dooks
3700P:	Vincent Sanders
3701M:	support@simtec.co.uk
3702W:	http://www.simtec.co.uk/products/EB110ATX/
3703S:	Supported
3704
3705SIMTEC EB2410ITX (BAST)
3706P:	Ben Dooks
3707P:	Vincent Sanders
3708M:	support@simtec.co.uk
3709W:	http://www.simtec.co.uk/products/EB2410ITX/
3710S:	Supported
3711
3712SIS 190 ETHERNET DRIVER
3713P:	Francois Romieu
3714M:	romieu@fr.zoreil.com
3715L:	netdev@vger.kernel.org
3716S:	Maintained
3717
3718SIS 900/7016 FAST ETHERNET DRIVER
3719P:	Daniele Venzano
3720M:	venza@brownhat.org
3721W:	http://www.brownhat.org/sis900.html
3722L:	netdev@vger.kernel.org
3723S:	Maintained
3724
3725SIS 96X I2C/SMBUS DRIVER
3726P:	Mark M. Hoffman
3727M:	mhoffman@lightlink.com
3728L:	lm-sensors@lm-sensors.org
3729S:	Maintained
3730
3731SIS FRAMEBUFFER DRIVER
3732P:	Thomas Winischhofer
3733M:	thomas@winischhofer.net
3734W:	http://www.winischhofer.net/linuxsisvga.shtml
3735S:	Maintained
3736
3737SIS USB2VGA DRIVER
3738P:	Thomas Winischhofer
3739M:	thomas@winischhofer.net
3740W:	http://www.winischhofer.at/linuxsisusbvga.shtml
3741S:	Maintained
3742
3743SLAB ALLOCATOR
3744P:	Christoph Lameter
3745M:	cl@linux-foundation.org
3746P:	Pekka Enberg
3747M:	penberg@cs.helsinki.fi
3748P:	Matt Mackall
3749M:	mpm@selenic.com
3750L:	linux-mm@kvack.org
3751S:	Maintained
3752
3753SMC91x ETHERNET DRIVER
3754P:	Nicolas Pitre
3755M:	nico@cam.org
3756S:	Maintained
3757
3758SMSC47B397 HARDWARE MONITOR DRIVER
3759P:	Mark M. Hoffman
3760M:	mhoffman@lightlink.com
3761L:	lm-sensors@lm-sensors.org
3762S:	Maintained
3763
3764SMX UIO Interface
3765P:	Ben Nizette
3766M:	bn@niasdigital.com
3767S:	Maintained
3768
3769SOFTWARE RAID (Multiple Disks) SUPPORT
3770P:	Ingo Molnar
3771M:	mingo@redhat.com
3772P:	Neil Brown
3773M:	neilb@suse.de
3774L:	linux-raid@vger.kernel.org
3775S:	Supported
3776
3777HIBERNATION (aka Software Suspend, aka swsusp):
3778P:	Pavel Machek
3779M:	pavel@suse.cz
3780P:	Rafael J. Wysocki
3781M:	rjw@sisk.pl
3782L:	linux-pm@lists.linux-foundation.org
3783S:	Supported
3784
3785SUSPEND TO RAM:
3786P:	Len Brown
3787M:	len.brown@intel.com
3788P:	Pavel Machek
3789M:	pavel@suse.cz
3790P:	Rafael J. Wysocki
3791M:	rjw@sisk.pl
3792L:	linux-pm@lists.linux-foundation.org
3793S:	Supported
3794
3795SONIC NETWORK DRIVER
3796P:	Thomas Bogendoerfer
3797M:	tsbogend@alpha.franken.de
3798L:	netdev@vger.kernel.org
3799S:	Maintained
3800
3801SONICS SILICON BACKPLANE DRIVER (SSB)
3802P:	Michael Buesch
3803M:	mb@bu3sch.de
3804L:	netdev@vger.kernel.org
3805S:	Maintained
3806
3807SONY VAIO CONTROL DEVICE DRIVER
3808P:	Mattia Dongili
3809M:	malattia@linux.it
3810L:	linux-acpi@vger.kernel.org
3811W:	http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
3812S:	Maintained
3813
3814SONY MEMORYSTICK CARD SUPPORT
3815P:	Alex Dubov
3816M:	oakad@yahoo.com
3817L:	linux-kernel@vger.kernel.org
3818W:	http://tifmxx.berlios.de/
3819S:	Maintained
3820
3821SOUND
3822P:	Jaroslav Kysela
3823M:	perex@perex.cz
3824L:	alsa-devel@alsa-project.org (subscribers-only)
3825S:	Maintained
3826
3827SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT
3828P:	Liam Girdwood
3829M:	liam.girdwood@wolfsonmicro.com
3830P:	Mark Brown
3831M:	broonie@opensource.wolfsonmicro.com
3832T:	git opensource.wolfsonmicro.com/linux-2.6-asoc
3833L:	alsa-devel@alsa-project.org (subscribers-only)
3834S:	Supported
3835
3836SPI SUBSYSTEM
3837P:	David Brownell
3838M:	dbrownell@users.sourceforge.net
3839L:	spi-devel-general@lists.sourceforge.net
3840S:	Maintained
3841
3842SPU FILE SYSTEM
3843P:	Jeremy Kerr
3844M:	jk@ozlabs.org
3845L:	linuxppc-dev@ozlabs.org
3846L:	cbe-oss-dev@ozlabs.org
3847W:	http://www.ibm.com/developerworks/power/cell/
3848S:	Supported
3849
3850STABLE BRANCH:
3851P:	Greg Kroah-Hartman
3852M:	greg@kroah.com
3853P:	Chris Wright
3854M:	chrisw@sous-sol.org
3855L:	stable@kernel.org
3856S:	Maintained
3857
3858SHARP LH SUPPORT (LH7952X & LH7A40X)
3859P:	Marc Singer
3860M:	elf@buici.com
3861W:	http://projects.buici.com/arm
3862L:	linux-arm-kernel@lists.arm.linux.org.uk	(subscribers-only)
3863S:	Maintained
3864
3865SHPC HOTPLUG DRIVER
3866P:	Kristen Carlson Accardi
3867M:	kristen.c.accardi@intel.com
3868L:	linux-pci@vger.kernel.org
3869S:	Supported
3870
3871SECURE DIGITAL HOST CONTROLLER INTERFACE DRIVER
3872P:	Pierre Ossman
3873M:	drzeus-sdhci@drzeus.cx
3874L:	sdhci-devel@list.drzeus.cx
3875S:	Maintained
3876
3877SKGE, SKY2 10/100/1000 GIGABIT ETHERNET DRIVERS
3878P:	Stephen Hemminger
3879M:	shemminger@linux-foundation.org
3880L:	netdev@vger.kernel.org
3881S:	Maintained
3882
3883SOEKRIS NET48XX LED SUPPORT
3884P:	Chris Boot
3885M:	bootc@bootc.net
3886S:	Maintained
3887
3888SPARC (sparc32):
3889P:	William L. Irwin
3890M:	wli@holomorphy.com
3891L:	sparclinux@vger.kernel.org
3892S:	Maintained
3893
3894SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER
3895P:	Roger Wolff
3896M:	R.E.Wolff@BitWizard.nl
3897L:	linux-kernel@vger.kernel.org ?
3898S:	Supported
3899
3900SPIDERNET NETWORK DRIVER for CELL
3901P:	Ishizaki Kou
3902M:	kou.ishizaki@toshiba.co.jp
3903P:	Jens Osterkamp
3904M:	jens@de.ibm.com
3905L:	netdev@vger.kernel.org
3906S:	Supported
3907
3908SRM (Alpha) environment access
3909P:	Jan-Benedict Glaw
3910M:	jbglaw@lug-owl.de
3911L:	linux-kernel@vger.kernel.org
3912S:	Maintained
3913
3914STARFIRE/DURALAN NETWORK DRIVER
3915P:	Ion Badulescu
3916M:	ionut@cs.columbia.edu
3917S:	Maintained
3918
3919STARMODE RADIO IP (STRIP) PROTOCOL DRIVER
3920W:	http://mosquitonet.Stanford.EDU/strip.html
3921S:	Unsupported ?
3922
3923STRADIS MPEG-2 DECODER DRIVER
3924P:	Nathan Laredo
3925M:	laredo@gnu.org
3926W:	http://www.stradis.com/
3927S:	Maintained
3928
3929SUPERH
3930P:	Paul Mundt
3931M:	lethal@linux-sh.org
3932L:	linux-sh@vger.kernel.org
3933W:	http://www.linux-sh.org
3934T:	git kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6.git
3935S:	Maintained
3936
3937SUN3/3X
3938P:	Sam Creasey
3939M:	sammy@sammy.net
3940W:	http://sammy.net/sun3/
3941S:	Maintained
3942
3943SVGA HANDLING
3944P:	Martin Mares
3945M:	mj@ucw.cz
3946L:	linux-video@atrey.karlin.mff.cuni.cz
3947S:	Maintained
3948
3949SYSV FILESYSTEM
3950P:	Christoph Hellwig
3951M:	hch@infradead.org
3952S:	Maintained
3953
3954TASKSTATS STATISTICS INTERFACE
3955P:	Balbir Singh
3956M:	balbir@linux.vnet.ibm.com
3957L:	linux-kernel@vger.kernel.org
3958S:	Maintained
3959
3960TC CLASSIFIER
3961P:	Jamal Hadi Salim
3962M:	hadi@cyberus.ca
3963L:	netdev@vger.kernel.org
3964S:	Maintained
3965
3966TCP LOW PRIORITY MODULE
3967P:	Wong Hoi Sing, Edison
3968M:	hswong3i@gmail.com
3969P:	Hung Hing Lun, Mike
3970M:	hlhung3i@gmail.com
3971W:	http://tcp-lp-mod.sourceforge.net/
3972S:	Maintained
3973
3974TEHUTI ETHERNET DRIVER
3975P:	Alexander Indenbaum
3976M:	baum@tehutinetworks.net
3977P:	Andy Gospodarek
3978M:	andy@greyhouse.net
3979L:	netdev@vger.kernel.org
3980S:	Supported
3981
3982Telecom Clock Driver for MCPL0010
3983P:	Mark Gross
3984M:	mark.gross@intel.com
3985S:	Supported
3986
3987TENSILICA XTENSA PORT (xtensa):
3988P:	Chris Zankel
3989M:	chris@zankel.net
3990S:	Maintained
3991
3992THINKPAD ACPI EXTRAS DRIVER
3993P:	Henrique de Moraes Holschuh
3994M:	ibm-acpi@hmh.eng.br
3995L:	ibm-acpi-devel@lists.sourceforge.net
3996W:	http://ibm-acpi.sourceforge.net
3997W:	http://thinkwiki.org/wiki/Ibm-acpi
3998T:	git repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
3999S:	Maintained
4000
4001TI FLASH MEDIA INTERFACE DRIVER
4002P:      Alex Dubov
4003M:      oakad@yahoo.com
4004S:      Maintained
4005
4006TI OMAP MMC INTERFACE DRIVER
4007P:	Carlos Aguiar, Anderson Briglia and Syed Khasim
4008M:	linux-omap-open-source@linux.omap.com (subscribers only)
4009W:	http://linux.omap.com
4010W:	http://www.muru.com/linux/omap/
4011S:	Maintained
4012
4013TI OMAP RANDOM NUMBER GENERATOR SUPPORT
4014P:	Deepak Saxena
4015M:	dsaxena@plexity.net
4016S:	Maintained
4017
4018TIPC NETWORK LAYER
4019P:	Per Liden
4020M:	per.liden@ericsson.com
4021P:	Jon Maloy
4022M:	jon.maloy@ericsson.com
4023P:	Allan Stephens
4024M:	allan.stephens@windriver.com
4025L:	tipc-discussion@lists.sourceforge.net
4026W:	http://tipc.sourceforge.net/
4027W:	http://tipc.cslab.ericsson.net/
4028T:	git tipc.cslab.ericsson.net:/pub/git/tipc.git
4029S:	Maintained
4030
4031TLAN NETWORK DRIVER
4032P:	Samuel Chessman
4033M:	chessman@tux.org
4034L:	tlan-devel@lists.sourceforge.net (subscribers-only)
4035W:	http://sourceforge.net/projects/tlan/
4036S:	Maintained
4037
4038TOSHIBA ACPI EXTRAS DRIVER
4039P:	John Belmonte
4040M:	toshiba_acpi@memebeam.org
4041W:	http://memebeam.org/toys/ToshibaAcpiDriver
4042S:	Maintained
4043
4044TOSHIBA SMM DRIVER
4045P:	Jonathan Buzzard
4046M:	jonathan@buzzard.org.uk
4047L:	tlinux-users@tce.toshiba-dme.co.jp
4048W:	http://www.buzzard.org.uk/toshiba/
4049S:	Maintained
4050
4051TPM DEVICE DRIVER
4052P:     Debora Velarde
4053P:     Rajiv Andrade
4054M:	tpmdd-devel@lists.sourceforge.net
4055W:	http://tpmdd.sourceforge.net
4056P:	Marcel Selhorst
4057M:	tpm@selhorst.net
4058W:	http://www.prosec.rub.de/tpm/
4059L:	tpmdd-devel@lists.sourceforge.net
4060S:	Maintained
4061
4062TRIDENT 4DWAVE/SIS 7018 PCI AUDIO CORE
4063P:	Muli Ben-Yehuda
4064M:	mulix@mulix.org
4065L:	linux-kernel@vger.kernel.org
4066S:	Maintained
4067
4068TRIVIAL PATCHES
4069P:	Jesper Juhl
4070M:	trivial@kernel.org
4071L:	linux-kernel@vger.kernel.org
4072S:	Maintained
4073
4074TTY LAYER
4075P:	Alan Cox
4076M:	alan@lxorguk.ukuu.org.uk
4077L:	linux-kernel@vger.kernel.org
4078S:	Maintained
4079
4080TULIP NETWORK DRIVERS
4081P:	Grant Grundler
4082M:	grundler@parisc-linux.org
4083P:	Kyle McMartin
4084M:	kyle@mcmartin.ca
4085L:	netdev@vger.kernel.org
4086S:	Maintained
4087
4088TUN/TAP driver
4089P:	Maxim Krasnyansky
4090M:	maxk@qualcomm.com
4091L:	vtun@office.satix.net
4092W:	http://vtun.sourceforge.net/tun
4093S:	Maintained
4094
4095TURBOCHANNEL SUBSYSTEM
4096P:	Maciej W. Rozycki
4097M:	macro@linux-mips.org
4098S:	Maintained
4099
4100U14-34F SCSI DRIVER
4101P:	Dario Ballabio
4102M:	ballabio_dario@emc.com
4103L:	linux-scsi@vger.kernel.org
4104S:	Maintained
4105
4106UCLINUX (AND M68KNOMMU)
4107P:	Greg Ungerer
4108M:	gerg@uclinux.org
4109W:	http://www.uclinux.org/
4110L:	uclinux-dev@uclinux.org  (subscribers-only)
4111S:	Maintained
4112
4113UCLINUX FOR NEC V850
4114P:	Miles Bader
4115
4116UCLINUX FOR RENESAS H8/300
4117P:	Yoshinori Sato
4118M:	ysato@users.sourceforge.jp
4119W:	http://uclinux-h8.sourceforge.jp/
4120S:	Supported
4121
4122UDF FILESYSTEM
4123P:	Jan Kara
4124M:	jack@suse.cz
4125W:	http://linux-udf.sourceforge.net
4126S:	Maintained
4127
4128UFS FILESYSTEM
4129P:	Evgeniy Dushistov
4130M:	dushistov@mail.ru
4131L:	linux-kernel@vger.kernel.org
4132S:	Maintained
4133
4134UltraSPARC (sparc64):
4135P:	David S. Miller
4136M:	davem@davemloft.net
4137L:	sparclinux@vger.kernel.org
4138T:	git kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6.git
4139S:	Maintained
4140
4141UNIFORM CDROM DRIVER
4142P:	Jens Axboe
4143M:	axboe@kernel.dk
4144L:	linux-kernel@vger.kernel.org
4145W:	http://www.kernel.dk
4146S:	Maintained
4147
4148USB ACM DRIVER
4149P:	Oliver Neukum
4150M:	oliver@neukum.name
4151L:	linux-usb@vger.kernel.org
4152S:	Maintained
4153
4154USB AUERSWALD DRIVER
4155P:	Wolfgang Muees
4156M:	wolfgang@iksw-muees.de
4157L:      linux-usb@vger.kernel.org
4158S:	Maintained
4159
4160USB BLOCK DRIVER (UB ub)
4161P:	Pete Zaitcev
4162M:	zaitcev@redhat.com
4163L:	linux-kernel@vger.kernel.org
4164L:      linux-usb@vger.kernel.org
4165S:	Supported
4166
4167USB CDC ETHERNET DRIVER
4168P:	Greg Kroah-Hartman
4169M:	greg@kroah.com
4170L:      linux-usb@vger.kernel.org
4171S:	Maintained
4172W:	http://www.kroah.com/linux-usb/
4173
4174USB CYPRESS C67X00 DRIVER
4175P:	Peter Korsgaard
4176M:	jacmet@sunsite.dk
4177L:	linux-usb@vger.kernel.org
4178S:	Maintained
4179
4180USB DAVICOM DM9601 DRIVER
4181P:	Peter Korsgaard
4182M:	jacmet@sunsite.dk
4183L:	netdev@vger.kernel.org
4184W:	http://www.linux-usb.org/usbnet
4185S:	Maintained
4186
4187USB DIAMOND RIO500 DRIVER
4188P:	Cesar Miquel
4189M:	miquel@df.uba.ar
4190L:	rio500-users@lists.sourceforge.net
4191W:	http://rio500.sourceforge.net
4192S:	Maintained
4193
4194USB EHCI DRIVER
4195P:	David Brownell
4196M:	dbrownell@users.sourceforge.net
4197L:      linux-usb@vger.kernel.org
4198S:	Odd Fixes
4199
4200USB ET61X[12]51 DRIVER
4201P:	Luca Risolia
4202M:	luca.risolia@studio.unibo.it
4203L:      linux-usb@vger.kernel.org
4204L:	video4linux-list@redhat.com
4205W:	http://www.linux-projects.org
4206S:	Maintained
4207
4208USB GADGET/PERIPHERAL SUBSYSTEM
4209P:	David Brownell
4210M:	dbrownell@users.sourceforge.net
4211L:      linux-usb@vger.kernel.org
4212W:	http://www.linux-usb.org/gadget
4213S:	Maintained
4214
4215USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
4216P:	Jiri Kosina
4217M:	jkosina@suse.cz
4218L:      linux-usb@vger.kernel.org
4219T:	git kernel.org:/pub/scm/linux/kernel/git/jikos/hid.git
4220S:	Maintained
4221
4222USB ISP116X DRIVER
4223P:	Olav Kongas
4224M:	ok@artecdesign.ee
4225L:      linux-usb@vger.kernel.org
4226S:	Maintained
4227
4228USB KAWASAKI LSI DRIVER
4229P:	Oliver Neukum
4230M:	oliver@neukum.name
4231L:      linux-usb@vger.kernel.org
4232S:	Maintained
4233
4234USB MASS STORAGE DRIVER
4235P:	Matthew Dharm
4236M:	mdharm-usb@one-eyed-alien.net
4237L:      linux-usb@vger.kernel.org
4238L:	usb-storage@lists.one-eyed-alien.net
4239S:	Maintained
4240W:	http://www.one-eyed-alien.net/~mdharm/linux-usb/
4241
4242USB OHCI DRIVER
4243P:	David Brownell
4244M:	dbrownell@users.sourceforge.net
4245L:      linux-usb@vger.kernel.org
4246S:	Odd Fixes
4247
4248USB OPTION-CARD DRIVER
4249P:	Matthias Urlichs
4250M:	smurf@smurf.noris.de
4251L:      linux-usb@vger.kernel.org
4252S:	Maintained
4253
4254USB OV511 DRIVER
4255P:	Mark McClelland
4256M:	mmcclell@bigfoot.com
4257L:      linux-usb@vger.kernel.org
4258W:	http://alpha.dyndns.org/ov511/
4259S:	Maintained
4260
4261USB PEGASUS DRIVER
4262P:	Petko Manolov
4263M:	petkan@users.sourceforge.net
4264L:      linux-usb@vger.kernel.org
4265L:	netdev@vger.kernel.org
4266W:	http://pegasus2.sourceforge.net/
4267S:	Maintained
4268
4269USB PRINTER DRIVER (usblp)
4270P:	Pete Zaitcev
4271M:	zaitcev@redhat.com
4272L:      linux-usb@vger.kernel.org
4273S:	Supported
4274
4275USB RTL8150 DRIVER
4276P:	Petko Manolov
4277M:	petkan@users.sourceforge.net
4278L:      linux-usb@vger.kernel.org
4279L:	netdev@vger.kernel.org
4280W:	http://pegasus2.sourceforge.net/
4281S:	Maintained
4282
4283USB SE401 DRIVER
4284P:	Jeroen Vreeken
4285M:	pe1rxq@amsat.org
4286L:      linux-usb@vger.kernel.org
4287W:	http://www.chello.nl/~j.vreeken/se401/
4288S:	Maintained
4289
4290USB SERIAL BELKIN F5U103 DRIVER
4291P:	William Greathouse
4292M:	wgreathouse@smva.com
4293L:      linux-usb@vger.kernel.org
4294S:	Maintained
4295
4296USB SERIAL CYPRESS M8 DRIVER
4297P:	Lonnie Mendez
4298M:	dignome@gmail.com
4299L:      linux-usb@vger.kernel.org
4300S:	Maintained
4301W:	http://geocities.com/i0xox0i
4302W:	http://firstlight.net/cvs
4303
4304USB SERIAL CYBERJACK DRIVER
4305P:	Matthias Bruestle and Harald Welte
4306M:	support@reiner-sct.com
4307W:	http://www.reiner-sct.de/support/treiber_cyberjack.php
4308S:	Maintained
4309
4310USB SERIAL DIGI ACCELEPORT DRIVER
4311P:	Peter Berger and Al Borchers
4312M:	pberger@brimson.com
4313M:	alborchers@steinerpoint.com
4314L:      linux-usb@vger.kernel.org
4315S:	Maintained
4316
4317USB SERIAL DRIVER
4318P:	Greg Kroah-Hartman
4319M:	gregkh@suse.de
4320L:      linux-usb@vger.kernel.org
4321S:	Supported
4322
4323USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER
4324P:	Gary Brubaker
4325M:	xavyer@ix.netcom.com
4326L:      linux-usb@vger.kernel.org
4327S:	Maintained
4328
4329USB SERIAL KEYSPAN DRIVER
4330P:	Greg Kroah-Hartman
4331M:	greg@kroah.com
4332L:      linux-usb@vger.kernel.org
4333W:	http://www.kroah.com/linux/
4334S:	Maintained
4335
4336USB SERIAL WHITEHEAT DRIVER
4337P:	Support Department
4338M:	support@connecttech.com
4339L:      linux-usb@vger.kernel.org
4340W:	http://www.connecttech.com
4341S:	Supported
4342
4343USB SN9C1xx DRIVER
4344P:	Luca Risolia
4345M:	luca.risolia@studio.unibo.it
4346L:      linux-usb@vger.kernel.org
4347L:	video4linux-list@redhat.com
4348W:	http://www.linux-projects.org
4349S:	Maintained
4350
4351USB SUBSYSTEM
4352P:	Greg Kroah-Hartman
4353M:	gregkh@suse.de
4354L:      linux-usb@vger.kernel.org
4355W:	http://www.linux-usb.org
4356T:	quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
4357S:	Supported
4358
4359USB UHCI DRIVER
4360P:	Alan Stern
4361M:	stern@rowland.harvard.edu
4362L:      linux-usb@vger.kernel.org
4363S:	Maintained
4364
4365USB "USBNET" DRIVER FRAMEWORK
4366P:	David Brownell
4367M:	dbrownell@users.sourceforge.net
4368L:	netdev@vger.kernel.org
4369W:	http://www.linux-usb.org/usbnet
4370S:	Maintained
4371
4372USB VIDEO CLASS
4373P:	Laurent Pinchart
4374M:	laurent.pinchart@skynet.be
4375L:	linx-uvc-devel@berlios.de
4376L:	video4linux-list@redhat.com
4377W:	http://linux-uvc.berlios.de
4378S:	Maintained
4379
4380USB W996[87]CF DRIVER
4381P:	Luca Risolia
4382M:	luca.risolia@studio.unibo.it
4383L:      linux-usb@vger.kernel.org
4384L:	video4linux-list@redhat.com
4385W:	http://www.linux-projects.org
4386S:	Maintained
4387
4388USB WIRELESS RNDIS DRIVER (rndis_wlan)
4389P:	Jussi Kivilinna
4390M:	jussi.kivilinna@mbnet.fi
4391L:	linux-wireless@vger.kernel.org
4392S:	Maintained
4393
4394USB ZC0301 DRIVER
4395P:	Luca Risolia
4396M:	luca.risolia@studio.unibo.it
4397L:      linux-usb@vger.kernel.org
4398L:	video4linux-list@redhat.com
4399W:	http://www.linux-projects.org
4400S:	Maintained
4401
4402USB ZD1201 DRIVER
4403P:	Jeroen Vreeken
4404M:	pe1rxq@amsat.org
4405L:      linux-usb@vger.kernel.org
4406W:	http://linux-lc100020.sourceforge.net
4407S:	Maintained
4408
4409USB ZR364XX DRIVER
4410P:	Antoine Jacquet
4411M:	royale@zerezo.com
4412L:      linux-usb@vger.kernel.org
4413L:	video4linux-list@redhat.com
4414W:	http://royale.zerezo.com/zr364xx/
4415S:	Maintained
4416
4417USER-MODE LINUX
4418P:	Jeff Dike
4419M:	jdike@addtoit.com
4420L:	user-mode-linux-devel@lists.sourceforge.net
4421L:	user-mode-linux-user@lists.sourceforge.net
4422W:	http://user-mode-linux.sourceforge.net
4423S:	Maintained
4424
4425USERSPACE I/O (UIO)
4426P:	Hans J. Koch
4427M:	hjk@linutronix.de
4428P:	Greg Kroah-Hartman
4429M:	gregkh@suse.de
4430L:	linux-kernel@vger.kernel.org
4431S:	Maintained
4432
4433UTIL-LINUX-NG PACKAGE
4434P:	Karel Zak
4435M:	kzak@redhat.com
4436L:	util-linux-ng@vger.kernel.org
4437W:	http://kernel.org/~kzak/util-linux-ng/
4438T:	git://git.kernel.org/pub/scm/utils/util-linux-ng/util-linux-ng.git
4439S:	Maintained
4440
4441VFAT/FAT/MSDOS FILESYSTEM:
4442P:	OGAWA Hirofumi
4443M:	hirofumi@mail.parknet.co.jp
4444L:	linux-kernel@vger.kernel.org
4445S:	Maintained
4446
4447VIA RHINE NETWORK DRIVER
4448P:	Roger Luethi
4449M:	rl@hellgate.ch
4450S:	Maintained
4451
4452VIAPRO SMBUS DRIVER
4453P:	Jean Delvare
4454M:	khali@linux-fr.org
4455L:	i2c@lm-sensors.org
4456S:	Maintained
4457
4458VIA VELOCITY NETWORK DRIVER
4459P:	Francois Romieu
4460M:	romieu@fr.zoreil.com
4461L:	netdev@vger.kernel.org
4462S:	Maintained
4463
4464VIDEO FOR LINUX
4465P:	Mauro Carvalho Chehab
4466M:	mchehab@infradead.org
4467M:	v4l-dvb-maintainer@linuxtv.org
4468L:	video4linux-list@redhat.com
4469W:	http://linuxtv.org
4470T:	git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
4471S:	Maintained
4472
4473VLAN (802.1Q)
4474P:	Patrick McHardy
4475M:	kaber@trash.net
4476L:	netdev@vger.kernel.org
4477S:	Maintained
4478
4479VT1211 HARDWARE MONITOR DRIVER
4480P:	Juerg Haefliger
4481M:	juergh@gmail.com
4482L:	lm-sensors@lm-sensors.org
4483S:	Maintained
4484
4485VT8231 HARDWARE MONITOR DRIVER
4486P:	Roger Lucas
4487M:	vt8231@hiddenengine.co.uk
4488L:	lm-sensors@lm-sensors.org
4489S:	Maintained
4490
4491W1 DALLAS'S 1-WIRE BUS
4492P:	Evgeniy Polyakov
4493M:	johnpol@2ka.mipt.ru
4494S:	Maintained
4495
4496W83791D HARDWARE MONITORING DRIVER
4497P:	Marc Hulsman
4498M:	m.hulsman@tudelft.nl
4499L:	lm-sensors@lm-sensors.org
4500S:	Maintained
4501
4502W83793 HARDWARE MONITORING DRIVER
4503P:	Rudolf Marek
4504M:	r.marek@assembler.cz
4505L:	lm-sensors@lm-sensors.org
4506S:	Maintained
4507
4508W83L51xD SD/MMC CARD INTERFACE DRIVER
4509P:	Pierre Ossman
4510M:	drzeus-wbsd@drzeus.cx
4511L:	linux-kernel@vger.kernel.org
4512S:	Maintained
4513
4514WATCHDOG DEVICE DRIVERS
4515P:	Wim Van Sebroeck
4516M:	wim@iguana.be
4517T:	git kernel.org:/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git
4518S:	Maintained
4519
4520WAVELAN NETWORK DRIVER & WIRELESS EXTENSIONS
4521P:	Jean Tourrilhes
4522M:	jt@hpl.hp.com
4523L:	linux-wireless@vger.kernel.org
4524W:	http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/
4525S:	Maintained
4526
4527WD7000 SCSI DRIVER
4528P:	Miroslav Zagorac
4529M:	zaga@fly.cc.fer.hr
4530L:	linux-scsi@vger.kernel.org
4531S:	Maintained
4532
4533WISTRON LAPTOP BUTTON DRIVER
4534P:	Miloslav Trmac
4535M:	mitr@volny.cz
4536S:	Maintained
4537
4538WL3501 WIRELESS PCMCIA CARD DRIVER
4539P:	Arnaldo Carvalho de Melo
4540M:	acme@ghostprotocols.net
4541L:	linux-wireless@vger.kernel.org
4542W:	http://oops.ghostprotocols.net:81/blog
4543S:	Maintained
4544
4545WM97XX TOUCHSCREEN DRIVERS
4546P:	Mark Brown
4547M:	broonie@opensource.wolfsonmicro.com
4548P:	Liam Girdwood
4549M:	liam.girdwood@wolfsonmicro.com
4550L:	linux-input@vger.kernel.org
4551T:	git git://opensource.wolfsonmicro.com/linux-2.6-touch
4552W:	http://opensource.wolfsonmicro.com/node/7
4553S:	Supported
4554
4555X.25 NETWORK LAYER
4556P:	Henner Eisen
4557M:	eis@baty.hanse.de
4558L:	linux-x25@vger.kernel.org
4559S:	Maintained
4560
4561XEN HYPERVISOR INTERFACE
4562P:	Jeremy Fitzhardinge
4563M:	jeremy@xensource.com
4564P:	Chris Wright
4565M:	chrisw@sous-sol.org
4566L:	virtualization@lists.osdl.org
4567L:	xen-devel@lists.xensource.com
4568S:	Supported
4569
4570XFS FILESYSTEM
4571P:	Silicon Graphics Inc
4572P:	Tim Shimmin
4573M:	xfs-masters@oss.sgi.com
4574L:	xfs@oss.sgi.com
4575W:	http://oss.sgi.com/projects/xfs
4576T:	git git://oss.sgi.com:8090/xfs/xfs-2.6.git
4577S:	Supported
4578
4579XILINX SYSTEMACE DRIVER
4580P:	Grant Likely
4581M:	grant.likely@secretlab.ca
4582W:	http://www.secretlab.ca/
4583L:	linux-kernel@vger.kernel.org
4584S:	Maintained
4585
4586XILINX UARTLITE SERIAL DRIVER
4587P:	Peter Korsgaard
4588M:	jacmet@sunsite.dk
4589L:	linux-serial@vger.kernel.org
4590S:	Maintained
4591
4592X86 ARCHITECTURE (32-BIT AND 64-BIT)
4593P:	Thomas Gleixner
4594M:	tglx@linutronix.de
4595P:	Ingo Molnar
4596M:	mingo@redhat.com
4597P:	H. Peter Anvin
4598M:	hpa@zytor.com
4599L:	linux-kernel@vger.kernel.org
4600T:	git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86.git
4601S:	Maintained
4602
4603YAM DRIVER FOR AX.25
4604P:	Jean-Paul Roubelat
4605M:	jpr@f6fbb.org
4606L:	linux-hams@vger.kernel.org
4607S:	Maintained
4608
4609YEALINK PHONE DRIVER
4610P:	Henk Vergonet
4611M:	Henk.Vergonet@gmail.com
4612L:	usbb2k-api-dev@nongnu.org
4613S:	Maintained
4614
4615Z8530 DRIVER FOR AX.25
4616P:	Joerg Reuter
4617M:	jreuter@yaina.de
4618W:	http://yaina.de/jreuter/
4619W:	http://www.qsl.net/dl1bke/
4620L:	linux-hams@vger.kernel.org
4621S:	Maintained
4622
4623ZD1211RW WIRELESS DRIVER
4624P:	Daniel Drake
4625M:	dsd@gentoo.org
4626P:	Ulrich Kunitz
4627M:	kune@deine-taler.de
4628W:	http://zd1211.ath.cx/wiki/DriverRewrite
4629L:	linux-wireless@vger.kernel.org
4630L:	zd1211-devs@lists.sourceforge.net (subscribers-only)
4631S:	Maintained
4632
4633ZF MACHZ WATCHDOG
4634P:	Fernando Fuganti
4635M:	fuganti@netbank.com.br
4636W:	http://cvs.conectiva.com.br/drivers/ZFL-watchdog/
4637S:	Maintained
4638
4639ZR36067 VIDEO FOR LINUX DRIVER
4640P:	Ronald Bultje
4641M:	rbultje@ronald.bitfreak.net
4642L:	mjpeg-users@lists.sourceforge.net
4643W:	http://mjpeg.sourceforge.net/driver-zoran/
4644S:	Maintained
4645
4646ZS DECSTATION Z85C30 SERIAL DRIVER
4647P:	Maciej W. Rozycki
4648M:	macro@linux-mips.org
4649S:	Maintained
4650
4651THE REST
4652P:	Linus Torvalds
4653S:	Buried alive in reporters
4654