[PATCH] Replace regular code with appropriate calls to container_of()
[linux-drm-fsl-dcu.git] / MAINTAINERS
1
2         List of maintainers and how to submit kernel changes
3
4 Please try to follow the guidelines below.  This will make things
5 easier on the maintainers.  Not all of these guidelines matter for every
6 trivial patch so apply some common sense.
7
8 1.      Always _test_ your changes, however small, on at least 4 or
9         5 people, preferably many more.
10
11 2.      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
19 3.      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
23 4.      When you are happy with a change make it generally available for
24         testing and await feedback.
25
26 5.      Make a patch available to the relevant maintainer in the list. Use
27         'diff -u' to make the patch easy to merge. Be prepared to get your
28         changes sent back with seemingly silly requests about formatting
29         and variable names.  These aren't as silly as they seem. One
30         job the maintainers (and especially Linus) do is to keep things
31         looking the same. Sometimes this means that the clever hack in
32         your driver to get around a problem actually needs to become a
33         generalized kernel feature ready for next time. See
34         Documentation/CodingStyle for guidance here.
35
36         PLEASE try to include any credit lines you want added with the
37         patch. It avoids people being missed off by mistake and makes
38         it easier to know who wants adding and who doesn't.
39
40         PLEASE document known bugs. If it doesn't work for everything
41         or does something very odd once a month document it.
42
43         PLEASE remember that submissions must be made under the terms
44         of the OSDL certificate of contribution
45         (http://www.osdl.org/newsroom/press_releases/2004/2004_05_24_dco.html)
46         and should include a Signed-off-by: line.
47
48 6.      Make sure you have the right to send any changes you make. If you
49         do changes at work you may find your employer owns the patch
50         not you.
51
52 7.      When sending security related changes or reports to a maintainer
53         please Cc: security@kernel.org, especially if the maintainer
54         does not respond.
55
56 8.      Happy hacking.
57
58                 -----------------------------------
59
60 Maintainers List (try to look for most precise areas first)
61
62 Note: For the hard of thinking, this list is meant to remain in alphabetical
63 order. If you could add yourselves to it in alphabetical order that would be
64 so much easier [Ed]
65
66 P: Person
67 M: Mail patches to
68 L: Mailing list that is relevant to this area
69 W: Web-page with status/info
70 T: SCM tree type and location.  Type is one of: git, hg, quilt.
71 S: Status, one of the following:
72
73         Supported:      Someone is actually paid to look after this.
74         Maintained:     Someone actually looks after it.
75         Odd Fixes:      It has a maintainer but they don't have time to do
76                         much other than throw the odd patch in. See below..
77         Orphan:         No current maintainer [but maybe you could take the
78                         role as you write your new code].
79         Obsolete:       Old code. Something tagged obsolete generally means
80                         it has been replaced by a better system and you
81                         should be using that.
82
83 3C359 NETWORK DRIVER
84 P:      Mike Phillips
85 M:      mikep@linuxtr.net
86 L:      netdev@vger.kernel.org
87 L:      linux-tr@linuxtr.net
88 W:      http://www.linuxtr.net
89 S:      Maintained
90
91 3C505 NETWORK DRIVER
92 P:      Philip Blundell
93 M:      philb@gnu.org
94 L:      netdev@vger.kernel.org
95 S:      Maintained
96
97 3CR990 NETWORK DRIVER
98 P:      David Dillow
99 M:      dave@thedillows.org
100 L:      netdev@vger.kernel.org
101 S:      Maintained
102
103 3W-XXXX ATA-RAID CONTROLLER DRIVER
104 P:      Adam Radford
105 M:      linuxraid@amcc.com
106 L:      linux-scsi@vger.kernel.org
107 W:      http://www.amcc.com
108 S:      Supported
109
110 3W-9XXX SATA-RAID CONTROLLER DRIVER
111 P:      Adam Radford
112 M:      linuxraid@amcc.com
113 L:      linux-scsi@vger.kernel.org
114 W:      http://www.amcc.com
115 S:      Supported
116
117 53C700 AND 53C700-66 SCSI DRIVER
118 P:      James E.J. Bottomley
119 M:      James.Bottomley@HansenPartnership.com
120 L:      linux-scsi@vger.kernel.org
121 S:      Maintained
122
123 6PACK NETWORK DRIVER FOR AX.25
124 P:      Andreas Koensgen
125 M:      ajk@iehk.rwth-aachen.de
126 L:      linux-hams@vger.kernel.org
127 S:      Maintained
128
129 8139CP 10/100 FAST ETHERNET DRIVER
130 P:      Jeff Garzik
131 M:      jgarzik@pobox.com
132 S:      Maintained
133
134 8139TOO 10/100 FAST ETHERNET DRIVER
135 P:      Jeff Garzik
136 M:      jgarzik@pobox.com
137 W:      http://sourceforge.net/projects/gkernel/
138 S:      Maintained
139
140 8169 10/100/1000 GIGABIT ETHERNET DRIVER
141 P:      Francois Romieu
142 M:      romieu@fr.zoreil.com
143 L:      netdev@vger.kernel.org
144 S:      Maintained
145
146 8250/16?50 (AND CLONE UARTS) SERIAL DRIVER
147 L:      linux-serial@vger.kernel.org
148 W:      http://serial.sourceforge.net
149 S:      Orphan
150
151 8390 NETWORK DRIVERS [WD80x3/SMC-ELITE, SMC-ULTRA, NE2000, 3C503, etc.]
152 P:      Paul Gortmaker
153 M:      p_gortmaker@yahoo.com
154 L:      netdev@vger.kernel.org
155 S:      Maintained
156
157 9P FILE SYSTEM
158 P:      Eric Van Hensbergen
159 M:      ericvh@gmail.com
160 P:      Ron Minnich
161 M:      rminnich@lanl.gov
162 P:      Latchesar Ionkov
163 M:      lucho@ionkov.net
164 L:      v9fs-developer@lists.sourceforge.net
165 W:      http://v9fs.sf.net
166 T:      git kernel.org:/pub/scm/linux/kernel/ericvh/v9fs.git
167 S:      Maintained
168
169 A2232 SERIAL BOARD DRIVER
170 P:      Enver Haase
171 M:      ehaase@inf.fu-berlin.de
172 M:      A2232@gmx.net
173 L:      linux-m68k@lists.linux-m68k.org
174 S:      Maintained
175
176 AIO
177 P:      Benjamin LaHaise
178 M:      bcrl@kvack.org
179 L:      linux-aio@kvack.org
180 S:      Supported
181
182 ABIT UGURU HARDWARE MONITOR DRIVER
183 P:      Hans de Goede
184 M:      j.w.r.degoede@hhs.nl
185 L:      lm-sensors@lm-sensors.org
186 S:      Maintained
187
188 ACENIC DRIVER
189 P:      Jes Sorensen
190 M:      jes@trained-monkey.org
191 L:      linux-acenic@sunsite.dk
192 S:      Maintained
193
194 ACI MIXER DRIVER
195 P:      Robert Siemer
196 M:      Robert.Siemer@gmx.de
197 L:      linux-sound@vger.kernel.org
198 W:      http://www.stud.uni-karlsruhe.de/~uh1b/
199 S:      Maintained
200
201 AACRAID SCSI RAID DRIVER
202 P:      Adaptec OEM Raid Solutions
203 L:      linux-scsi@vger.kernel.org
204 W:      http://linux.dell.com/storage.shtml
205 S:      Supported
206
207 ACPI
208 P:      Len Brown
209 M:      len.brown@intel.com
210 M:      lenb@kernel.org
211 L:      linux-acpi@vger.kernel.org
212 W:      http://acpi.sourceforge.net/
213 T:      git kernel.org:/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6.git
214 S:      Supported
215
216 ACPI BATTERY DRIVERS
217 P:      Vladimir P. Lebedev
218 M:      vladimir.p.lebedev@intel.com
219 L:      linux-acpi@vger.kernel.org
220 W:      http://acpi.sourceforge.net/
221 S:      Supported
222
223 ACPI EC DRIVER
224 P:      Alexey Starikovskiy
225 M:      alexey.y.starikovskiy@linux.intel.com
226 L:      linux-acpi@vger.kernel.org
227 W:      http://acpi.sourceforge.net/
228 S:      Supported
229
230 ACPI FAN DRIVER
231 P:      Konstantin A. Karasyov
232 M:      konstantin.a.karasyov@intel.com
233 L:      linux-acpi@vger.kernel.org
234 W:      http://acpi.sourceforge.net/
235 S:      Supported
236
237 ACPI PCI HOTPLUG DRIVER
238 P:      Kristen Carlson Accardi
239 M:      kristen.c.accardi@intel.com
240 L:      pcihpd-discuss@lists.sourceforge.net
241 S:      Supported
242
243 ACPI THERMAL DRIVER
244 P:      Konstantin A. Karasyov
245 M:      konstantin.a.karasyov@intel.com
246 L:      linux-acpi@vger.kernel.org
247 W:      http://acpi.sourceforge.net/
248 S:      Supported
249
250 AD1816 SOUND DRIVER
251 P:      Thorsten Knabe
252 M:      Thorsten Knabe <linux@thorsten-knabe.de>
253 W:      http://linux.thorsten-knabe.de
254 S:      Maintained
255
256 AD1889 SOUND DRIVER
257 P:      Kyle McMartin
258 M:      kyle@parisc-linux.org
259 P:      Thibaut Varene
260 M:      T-Bone@parisc-linux.org
261 W:      http://wiki.parisc-linux.org/AD1889
262 L:      parisc-linux@lists.parisc-linux.org
263 S:      Maintained
264
265 ADM1025 HARDWARE MONITOR DRIVER
266 P:      Jean Delvare
267 M:      khali@linux-fr.org
268 L:      lm-sensors@lm-sensors.org
269 S:      Maintained
270
271 ADT746X FAN DRIVER
272 P:      Colin Leroy
273 M:      colin@colino.net
274 S:      Maintained
275
276 AEDSP16 DRIVER
277 P:      Riccardo Facchetti
278 M:      fizban@tin.it
279 S:      Maintained
280
281 AFFS FILE SYSTEM
282 P:      Roman Zippel
283 M:      zippel@linux-m68k.org
284 S:      Maintained
285
286 AGPGART DRIVER
287 P:      Dave Jones
288 M:      davej@codemonkey.org.uk
289 W:      http://www.codemonkey.org.uk/projects/agp/
290 T:      git kernel.org:/pub/scm/linux/kernel/git/davej/agpgart.git
291 S:      Maintained
292
293 AHA152X SCSI DRIVER
294 P:      Juergen E. Fischer
295 M:      Juergen Fischer <fischer@norbit.de>
296 L:      linux-scsi@vger.kernel.org
297 S:      Maintained
298
299 ALCATEL SPEEDTOUCH USB DRIVER
300 P:      Duncan Sands
301 M:      duncan.sands@free.fr
302 L:      linux-usb-users@lists.sourceforge.net
303 L:      linux-usb-devel@lists.sourceforge.net
304 W:      http://www.linux-usb.org/SpeedTouch/
305 S:      Maintained
306
307 ALI1563 I2C DRIVER
308 P:      Rudolf Marek
309 M:      r.marek@assembler.cz
310 L:      i2c@lm-sensors.org
311 S:      Maintained
312
313 ALPHA PORT
314 P:      Richard Henderson
315 M:      rth@twiddle.net
316 S:      Odd Fixes for 2.4; Maintained for 2.6.
317 P:      Ivan Kokshaysky
318 M:      ink@jurassic.park.msu.ru
319 S:      Maintained for 2.4; PCI support for 2.6.
320
321 AMD GEODE PROCESSOR/CHIPSET SUPPORT
322 P:      Jordan Crouse
323 M:      info-linux@geode.amd.com
324 L:      info-linux@geode.amd.com
325 W:      http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html
326 S:      Supported
327
328 AMS (Apple Motion Sensor) DRIVER
329 P:      Stelian Pop
330 M:      stelian@popies.net
331 P:      Michael Hanselmann
332 M:      linux-kernel@hansmi.ch
333 S:      Supported
334
335 AMSO1100 RNIC DRIVER
336 P:      Tom Tucker
337 M:      tom@opengridcomputing.com
338 P:      Steve Wise
339 M:      swise@opengridcomputing.com
340 L:      openib-general@openib.org
341 S:      Maintained
342
343 AOA (Apple Onboard Audio) ALSA DRIVER
344 P:      Johannes Berg
345 M:      johannes@sipsolutions.net
346 L:      linuxppc-dev@ozlabs.org
347 L:      alsa-devel@alsa-project.org
348 S:      Maintained
349
350 APM DRIVER
351 P:      Stephen Rothwell
352 M:      sfr@canb.auug.org.au
353 L:      linux-laptop@vger.kernel.org
354 W:      http://www.canb.auug.org.au/~sfr/
355 S:      Supported
356
357 APPLETALK NETWORK LAYER
358 P:      Arnaldo Carvalho de Melo
359 M:      acme@conectiva.com.br
360 S:      Maintained
361
362 ARC FRAMEBUFFER DRIVER
363 P:      Jaya Kumar
364 M:      jayalk@intworks.biz
365 S:      Maintained
366
367 ARM26 ARCHITECTURE
368 P:      Ian Molton
369 M:      spyro@f2s.com
370 S:      Maintained
371
372 ARM26/ARCHIMEDES
373 P:      Ian Molton
374 M:      spyro@f2s.com
375 S:      Maintained
376
377 ARM26/A5000
378 P:      John Appleby
379 M:      john@dnsworld.co.uk
380 S:      Maintained
381
382 ARM MFM AND FLOPPY DRIVERS
383 P:      Ian Molton
384 M:      spyro@f2s.com
385 S:      Maintained
386
387 ARM/ADI ROADRUNNER MACHINE SUPPORT
388 P:      Lennert Buytenhek
389 M:      kernel@wantstofly.org
390 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
391 S:      Maintained
392
393 ARM/ADS SPHERE MACHINE SUPPORT
394 P:      Lennert Buytenhek
395 M:      kernel@wantstofly.org
396 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
397 S:      Maintained
398
399 ARM/AJECO 1ARM MACHINE SUPPORT
400 P:      Lennert Buytenhek
401 M:      kernel@wantstofly.org
402 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
403 S:      Maintained
404
405 ARM/ATMEL AT91RM9200 ARM ARCHITECTURE
406 P:      Andrew Victor
407 M:      andrew@sanpeople.com
408 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
409 W:      http://maxim.org.za/at91_26.html
410 S:      Maintained
411
412 ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
413 P:      Lennert Buytenhek
414 M:      kernel@wantstofly.org
415 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
416 S:      Maintained
417
418 ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT
419 P:      Lennert Buytenhek
420 M:      kernel@wantstofly.org
421 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
422 S:      Maintained
423
424 ARM/CORGI MACHINE SUPPORT
425 P:      Richard Purdie
426 M:      rpurdie@rpsys.net
427 S:      Maintained
428
429 ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
430 P:      Lennert Buytenhek
431 M:      kernel@wantstofly.org
432 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
433 S:      Maintained
434
435 ARM/HP JORNADA 7XX MACHINE SUPPORT
436 P:      Kristoffer Ericson
437 M:      kristoffer_e1@hotmail.com
438 W:      www.jlime.com
439 S:      Maintained
440
441 ARM/INTEL IOP32X ARM ARCHITECTURE
442 P:      Lennert Buytenhek
443 M:      kernel@wantstofly.org
444 P:      Dan Williams
445 M:      dan.j.williams@intel.com
446 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
447 S:      Supported
448
449 ARM/INTEL IOP33X ARM ARCHITECTURE
450 P:      Dan Williams
451 M:      dan.j.williams@intel.com
452 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
453 S:      Supported
454
455 ARM/INTEL IOP13XX ARM ARCHITECTURE
456 P:      Lennert Buytenhek
457 M:      kernel@wantstofly.org
458 P:      Dan Williams
459 M:      dan.j.williams@intel.com
460 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
461 S:      Supported
462
463 ARM/INTEL IQ81342EX MACHINE SUPPORT
464 P:      Lennert Buytenhek
465 M:      kernel@wantstofly.org
466 P:      Dan Williams
467 M:      dan.j.williams@intel.com
468 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
469 S:      Supported
470
471 ARM/INTEL IXP2000 ARM ARCHITECTURE
472 P:      Lennert Buytenhek
473 M:      kernel@wantstofly.org
474 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
475 S:      Maintained
476
477 ARM/INTEL IXDP2850 MACHINE SUPPORT
478 P:      Lennert Buytenhek
479 M:      kernel@wantstofly.org
480 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
481 S:      Maintained
482
483 ARM/INTEL IXP23XX ARM ARCHITECTURE
484 P:      Lennert Buytenhek
485 M:      kernel@wantstofly.org
486 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
487 S:      Maintained
488
489 ARM/INTEL XSC3 (MANZANO) ARM CORE
490 P:      Lennert Buytenhek
491 M:      kernel@wantstofly.org
492 P:      Dan Williams
493 M:      dan.j.williams@intel.com
494 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
495 S:      Supported
496
497 ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT
498 P:      Lennert Buytenhek
499 M:      kernel@wantstofly.org
500 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
501 S:      Maintained
502
503 ARM/LOGICPD PXA270 MACHINE SUPPORT
504 P:      Lennert Buytenhek
505 M:      kernel@wantstofly.org
506 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
507 S:      Maintained
508
509 ARM/TOSA MACHINE SUPPORT
510 P:      Dirk Opfer
511 M:      dirk@opfer-online.de
512 S:      Maintained
513
514 ARM/PLEB SUPPORT
515 P:      Peter Chubb
516 M:      pleb@gelato.unsw.edu.au
517 W:      http://www.disy.cse.unsw.edu.au/Hardware/PLEB
518 S:      Maintained
519
520 ARM/PT DIGITAL BOARD PORT
521 P:      Stefan Eletzhofer
522 M:      stefan.eletzhofer@eletztrick.de
523 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
524 W:      http://www.arm.linux.org.uk/
525 S:      Maintained
526
527 ARM/RADISYS ENP2611 MACHINE SUPPORT
528 P:      Lennert Buytenhek
529 M:      kernel@wantstofly.org
530 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
531 S:      Maintained
532
533 ARM/SHARK MACHINE SUPPORT
534 P:      Alexander Schulz
535 M:      alex@shark-linux.de
536 W:      http://www.shark-linux.de/shark.html
537 S:      Maintained
538
539 ARM/STRONGARM110 PORT
540 P:      Russell King
541 M:      rmk@arm.linux.org.uk
542 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
543 W:      http://www.arm.linux.org.uk/
544 S:      Maintained
545
546 ARM/S3C2410 ARM ARCHITECTURE
547 P:      Ben Dooks
548 M:      ben-linux@fluff.org
549 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
550 W:      http://www.fluff.org/ben/linux/
551 S:      Maintained
552
553 ARM/S3C2440 ARM ARCHITECTURE
554 P:      Ben Dooks
555 M:      ben-linux@fluff.org
556 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
557 W:      http://www.fluff.org/ben/linux/
558 S:      Maintained
559
560 ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
561 P:      Lennert Buytenhek
562 M:      kernel@wantstofly.org
563 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
564 S:      Maintained
565
566 ARM/THECUS N2100 MACHINE SUPPORT
567 P:      Lennert Buytenhek
568 M:      kernel@wantstofly.org
569 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
570 S:      Maintained
571
572 ARPD SUPPORT
573 P:      Jonathan Layes
574 L:      netdev@vger.kernel.org
575 S:      Maintained
576
577 ASUS ACPI EXTRAS DRIVER
578 P:      Corentin Chary
579 M:      corentincj@iksaif.net
580 P:      Karol Kozimor
581 M:      sziwan@users.sourceforge.net
582 L:      acpi4asus-user@lists.sourceforge.net
583 W:      http://sourceforge.net/projects/acpi4asus
584 W:      http://xf.iksaif.net/acpi4asus
585 S:      Maintained
586
587 ASUS LAPTOP EXTRAS DRIVER
588 P:      Corentin Chary
589 M:      corentincj@iksaif.net
590 L:      acpi4asus-user@lists.sourceforge.net
591 W:      http://sourceforge.net/projects/acpi4asus
592 W:      http://xf.iksaif.net/acpi4asus
593 S:      Maintained
594
595 ATA OVER ETHERNET DRIVER
596 P:      Ed L. Cashin
597 M:      ecashin@coraid.com
598 W:      http://www.coraid.com/support/linux
599 S:      Supported
600
601 ATL1 ETHERNET DRIVER
602 P:      Jay Cliburn
603 M:      jcliburn@gmail.com
604 P:      Chris Snook
605 M:      csnook@redhat.com
606 L:      atl1-devel@lists.sourceforge.net
607 W:      http://sourceforge.net/projects/atl1
608 W:      http://atl1.sourceforge.net
609 S:      Maintained
610
611 ATM
612 P:      Chas Williams
613 M:      chas@cmf.nrl.navy.mil
614 L:      linux-atm-general@lists.sourceforge.net (subscribers-only)
615 W:      http://linux-atm.sourceforge.net
616 S:      Maintained
617
618 ATMEL MACB ETHERNET DRIVER
619 P:      Haavard Skinnemoen
620 M:      hskinnemoen@atmel.com
621 S:      Supported
622
623 ATMEL WIRELESS DRIVER
624 P:      Simon Kelley
625 M:      simon@thekelleys.org.uk
626 W:      http://www.thekelleys.org.uk/atmel
627 W:      http://atmelwlandriver.sourceforge.net/
628 S:      Maintained
629
630 AUDIT SUBSYSTEM
631 P:      David Woodhouse
632 M:      dwmw2@infradead.org
633 L:      linux-audit@redhat.com
634 W:      http://people.redhat.com/sgrubb/audit/
635 T:      git kernel.org:/pub/scm/linux/kernel/git/dwmw2/audit-2.6.git
636 S:      Maintained
637
638 AUXILIARY DISPLAY DRIVERS
639 P:      Miguel Ojeda Sandonis
640 M:      maxextreme@gmail.com
641 L:      linux-kernel@vger.kernel.org
642 S:      Maintained
643
644 AVR32 ARCHITECTURE
645 P:      Haavard Skinnemoen
646 M:      hskinnemoen@atmel.com
647 W:      http://www.atmel.com/products/AVR32/
648 W:      http://avr32linux.org/
649 W:      http://avrfreaks.net/
650 S:      Supported
651
652 AVR32/AT32AP MACHINE SUPPORT
653 P:      Haavard Skinnemoen
654 M:      hskinnemoen@atmel.com
655 S:      Supported
656
657 AX.25 NETWORK LAYER
658 P:      Ralf Baechle
659 M:      ralf@linux-mips.org
660 L:      linux-hams@vger.kernel.org
661 W:      http://www.linux-ax25.org/
662 S:      Maintained
663
664 BAYCOM/HDLCDRV DRIVERS FOR AX.25
665 P:      Thomas Sailer
666 M:      t.sailer@alumni.ethz.ch
667 L:      linux-hams@vger.kernel.org
668 W:      http://www.baycom.org/~tom/ham/ham.html
669 S:      Maintained
670
671 BCM43XX WIRELESS DRIVER (SOFTMAC BASED VERSION)
672 P:      Larry Finger
673 M:      Larry.Finger@lwfinger.net
674 P:      Stefano Brivio
675 M:      st3@riseup.net
676 W:      http://bcm43xx.berlios.de/
677 S:      Maintained
678
679 BEFS FILE SYSTEM
680 P:      Sergey S. Kostyliov
681 M:      rathamahata@php4.ru
682 L:      linux-kernel@vger.kernel.org
683 S:      Maintained
684
685 BERKSHIRE PRODUCTS PC WATCHDOG DRIVER
686 P:      Kenji Hollis
687 W:      http://ftp.bitgate.com/pcwd/
688 S:      Maintained
689
690 BFS FILE SYSTEM
691 P:      Tigran A. Aivazian
692 M:      tigran@aivazian.fsnet.co.uk
693 L:      linux-kernel@vger.kernel.org
694 S:      Maintained
695
696 BLOCK LAYER
697 P:      Jens Axboe
698 M:      axboe@kernel.dk
699 L:      linux-kernel@vger.kernel.org
700 T:      git kernel.org:/pub/scm/linux/kernel/git/axboe/linux-2.6-block.git
701 S:      Maintained
702
703 BLUETOOTH SUBSYSTEM
704 P:      Marcel Holtmann
705 M:      marcel@holtmann.org
706 P:      Maxim Krasnyansky
707 M:      maxk@qualcomm.com
708 L:      bluez-devel@lists.sf.net
709 W:      http://bluez.sf.net
710 W:      http://www.bluez.org
711 W:      http://www.holtmann.org/linux/bluetooth/
712 T:      git kernel.org:/pub/scm/linux/kernel/git/holtmann/bluetooth-2.6.git
713 S:      Maintained
714
715 BLUETOOTH RFCOMM LAYER
716 P:      Marcel Holtmann
717 M:      marcel@holtmann.org
718 P:      Maxim Krasnyansky
719 M:      maxk@qualcomm.com
720 S:      Maintained
721
722 BLUETOOTH BNEP LAYER
723 P:      Marcel Holtmann
724 M:      marcel@holtmann.org
725 P:      Maxim Krasnyansky
726 M:      maxk@qualcomm.com
727 S:      Maintained
728
729 BLUETOOTH CMTP LAYER
730 P:      Marcel Holtmann
731 M:      marcel@holtmann.org
732 S:      Maintained
733
734 BLUETOOTH HIDP LAYER
735 P:      Marcel Holtmann
736 M:      marcel@holtmann.org
737 S:      Maintained
738
739 BLUETOOTH HCI UART DRIVER
740 P:      Marcel Holtmann
741 M:      marcel@holtmann.org
742 P:      Maxim Krasnyansky
743 M:      maxk@qualcomm.com
744 S:      Maintained
745
746 BLUETOOTH HCI USB DRIVER
747 P:      Marcel Holtmann
748 M:      marcel@holtmann.org
749 P:      Maxim Krasnyansky
750 M:      maxk@qualcomm.com
751 S:      Maintained
752
753 BLUETOOTH HCI BCM203X DRIVER
754 P:      Marcel Holtmann
755 M:      marcel@holtmann.org
756 S:      Maintained
757
758 BLUETOOTH HCI BPA10X DRIVER
759 P:      Marcel Holtmann
760 M:      marcel@holtmann.org
761 S:      Maintained
762
763 BLUETOOTH HCI BFUSB DRIVER
764 P:      Marcel Holtmann
765 M:      marcel@holtmann.org
766 S:      Maintained
767
768 BLUETOOTH HCI DTL1 DRIVER
769 P:      Marcel Holtmann
770 M:      marcel@holtmann.org
771 S:      Maintained
772
773 BLUETOOTH HCI BLUECARD DRIVER
774 P:      Marcel Holtmann
775 M:      marcel@holtmann.org
776 S:      Maintained
777
778 BLUETOOTH HCI BT3C DRIVER
779 P:      Marcel Holtmann
780 M:      marcel@holtmann.org
781 S:      Maintained
782
783 BLUETOOTH HCI BTUART DRIVER
784 P:      Marcel Holtmann
785 M:      marcel@holtmann.org
786 S:      Maintained
787
788 BLUETOOTH HCI VHCI DRIVER
789 P:      Maxim Krasnyansky
790 M:      maxk@qualcomm.com
791 S:      Maintained
792
793 BONDING DRIVER
794 P:      Chad Tindel
795 M:      ctindel@users.sourceforge.net
796 P:      Jay Vosburgh
797 M:      fubar@us.ibm.com
798 L:      bonding-devel@lists.sourceforge.net
799 W:      http://sourceforge.net/projects/bonding/
800 S:      Supported
801
802 BROADBAND PROCESSOR ARCHITECTURE
803 P:      Arnd Bergmann
804 M:      arnd@arndb.de
805 L:      linuxppc-dev@ozlabs.org
806 W:      http://www.penguinppc.org/ppc64/
807 S:      Supported
808
809 BROADCOM B44 10/100 ETHERNET DRIVER
810 P:      Gary Zambrano
811 M:      zambrano@broadcom.com
812 L:      netdev@vger.kernel.org
813 S:      Supported
814
815 BROADCOM BNX2 GIGABIT ETHERNET DRIVER
816 P:      Michael Chan
817 M:      mchan@broadcom.com
818 L:      netdev@vger.kernel.org
819 S:      Supported
820
821 BROADCOM TG3 GIGABIT ETHERNET DRIVER
822 P:      Michael Chan
823 M:      mchan@broadcom.com
824 L:      netdev@vger.kernel.org
825 S:      Supported
826
827 BTTV VIDEO4LINUX DRIVER
828 P:      Mauro Carvalho Chehab
829 M:      mchehab@infradead.org
830 M:      v4l-dvb-maintainer@linuxtv.org
831 L:      video4linux-list@redhat.com
832 W:      http://linuxtv.org
833 T:      git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
834 S:      Maintained
835
836 CALGARY x86-64 IOMMU
837 P:      Muli Ben-Yehuda
838 M:      muli@il.ibm.com
839 P:      Jon D. Mason
840 M:      jdmason@kudzu.us
841 L:      linux-kernel@vger.kernel.org
842 L:      discuss@x86-64.org
843 S:      Maintained
844
845 CFAG12864B LCD DRIVER
846 P:      Miguel Ojeda Sandonis
847 M:      maxextreme@gmail.com
848 L:      linux-kernel@vger.kernel.org
849 S:      Maintained
850
851 CFAG12864BFB LCD FRAMEBUFFER DRIVER
852 P:      Miguel Ojeda Sandonis
853 M:      maxextreme@gmail.com
854 L:      linux-kernel@vger.kernel.org
855 S:      Maintained
856
857 COMMON INTERNET FILE SYSTEM (CIFS)
858 P:      Steve French
859 M:      sfrench@samba.org
860 L:      linux-cifs-client@lists.samba.org
861 L:      samba-technical@lists.samba.org
862 W:      http://us1.samba.org/samba/Linux_CIFS_client.html
863 T:      git kernel.org:/pub/scm/linux/kernel/git/sfrench/cifs-2.6.git
864 S:      Supported       
865
866 CONFIGFS
867 P:      Joel Becker
868 M:      joel.becker@oracle.com
869 L:      linux-kernel@vger.kernel.org
870 S:      Supported
871
872 CIRRUS LOGIC EP93XX ETHERNET DRIVER
873 P:      Lennert Buytenhek
874 M:      kernel@wantstofly.org
875 L:      netdev@vger.kernel.org
876 S:      Maintained
877
878 CIRRUS LOGIC GENERIC FBDEV DRIVER
879 P:      Jeff Garzik
880 M:      jgarzik@pobox.com
881 L:      linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
882 S:      Odd Fixes
883
884 CIRRUS LOGIC EP93XX OHCI USB HOST DRIVER
885 P:      Lennert Buytenhek
886 M:      kernel@wantstofly.org
887 L:      linux-usb-devel@lists.sourceforge.net
888 S:      Maintained
889
890 CIRRUS LOGIC CS4280/CS461x SOUNDDRIVER
891 P:      Cirrus Logic Corporation (kernel 2.2 driver)
892 M:      Cirrus Logic Corporation, Thomas Woller <twoller@crystal.cirrus.com>
893 P:      Nils Faerber (port to kernel 2.4)
894 M:      Nils Faerber <nils@kernelconcepts.de>
895 S:      Maintained
896
897 CODA FILE SYSTEM
898 P:      Jan Harkes
899 M:      jaharkes@cs.cmu.edu
900 M:      coda@cs.cmu.edu
901 L:      codalist@coda.cs.cmu.edu
902 W:      http://www.coda.cs.cmu.edu/
903 S:      Maintained
904
905 COMPACTPCI HOTPLUG CORE
906 P:      Scott Murray
907 M:      scottm@somanetworks.com
908 M:      scott@spiteful.org
909 L:      pcihpd-discuss@lists.sourceforge.net
910 S:      Supported
911
912 COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
913 P:      Scott Murray
914 M:      scottm@somanetworks.com
915 M:      scott@spiteful.org
916 L:      pcihpd-discuss@lists.sourceforge.net
917 S:      Supported
918
919 COMPACTPCI HOTPLUG GENERIC DRIVER
920 P:      Scott Murray
921 M:      scottm@somanetworks.com
922 M:      scott@spiteful.org
923 L:      pcihpd-discuss@lists.sourceforge.net
924 S:      Supported
925
926 COMPUTONE INTELLIPORT MULTIPORT CARD
927 P:      Michael H. Warfield
928 M:      mhw@wittsend.com
929 W:      http://www.wittsend.com/computone.html
930 S:      Maintained
931
932 COSA/SRP SYNC SERIAL DRIVER
933 P:      Jan "Yenya" Kasprzak
934 M:      kas@fi.muni.cz
935 W:      http://www.fi.muni.cz/~kas/cosa/
936 S:      Maintained
937
938 CPU FREQUENCY DRIVERS
939 P:      Dave Jones
940 M:      davej@codemonkey.org.uk
941 L:      cpufreq@lists.linux.org.uk
942 W:      http://www.codemonkey.org.uk/projects/cpufreq/
943 T:      git kernel.org/pub/scm/linux/kernel/git/davej/cpufreq.git
944 S:      Maintained
945
946 CPUID/MSR DRIVER
947 P:      H. Peter Anvin
948 M:      hpa@zytor.com
949 S:      Maintained
950
951 CPUSETS
952 P:      Paul Jackson
953 P:      Simon Derr
954 M:      pj@sgi.com
955 M:      simon.derr@bull.net
956 L:      linux-kernel@vger.kernel.org
957 W:      http://www.bullopensource.org/cpuset/
958 S:      Supported
959
960 CRAMFS FILESYSTEM
961 W:      http://sourceforge.net/projects/cramfs/
962 S:      Orphan
963
964 CRIS PORT
965 P:      Mikael Starvik
966 M:      starvik@axis.com
967 L:      dev-etrax@axis.com
968 W:      http://developer.axis.com
969 S:      Maintained
970
971 CRYPTO API
972 P:      Herbert Xu
973 M:      herbert@gondor.apana.org.au
974 P:      David S. Miller
975 M:      davem@davemloft.net
976 L:      linux-crypto@vger.kernel.org
977 T:      git kernel.org:/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
978 S:      Maintained
979
980 CS5535 Audio ALSA driver
981 P:      Jaya Kumar
982 M:      jayakumar.alsa@gmail.com
983 S:      Maintained
984
985 CYBERPRO FB DRIVER
986 P:      Russell King
987 M:      rmk@arm.linux.org.uk
988 W:      http://www.arm.linux.org.uk/
989 S:      Maintained
990
991 CYBLAFB FRAMEBUFFER DRIVER
992 P:      Knut Petersen
993 M:      Knut_Petersen@t-online.de
994 L:      linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
995 S:      Maintained
996
997 CYCLADES 2X SYNC CARD DRIVER
998 P:      Arnaldo Carvalho de Melo
999 M:      acme@conectiva.com.br
1000 W:      http://advogato.org/person/acme
1001 L:      cycsyn-devel@bazar.conectiva.com.br
1002 S:      Maintained
1003
1004 CYCLADES ASYNC MUX DRIVER
1005 M:      async@cyclades.com
1006 W:      http://www.cyclades.com/
1007 S:      Supported
1008
1009 CYCLADES PC300 DRIVER
1010 M:      pc300@cyclades.com
1011 W:      http://www.cyclades.com/
1012 S:      Supported
1013
1014 DAMA SLAVE for AX.25
1015 P:      Joerg Reuter
1016 M:      jreuter@yaina.de
1017 W:      http://yaina.de/jreuter/
1018 W:      http://www.qsl.net/dl1bke/
1019 L:      linux-hams@vger.kernel.org
1020 S:      Maintained
1021
1022 DC395x SCSI driver
1023 P:      Oliver Neukum
1024 M:      oliver@neukum.name
1025 P:      Ali Akcaagac
1026 M:      aliakc@web.de
1027 P:      Jamie Lenehan
1028 M:      lenehan@twibble.org
1029 W:      http://twibble.org/dist/dc395x/
1030 L:      dc395x@twibble.org
1031 L:      http://lists.twibble.org/mailman/listinfo/dc395x/
1032 S:      Maintained
1033
1034 DC390/AM53C974 SCSI driver
1035 P:      Kurt Garloff
1036 M:      garloff@suse.de
1037 W:      http://www.garloff.de/kurt/linux/dc390/
1038 P:      Guennadi Liakhovetski
1039 M:      g.liakhovetski@gmx.de
1040 S:      Maintained
1041
1042 DCCP PROTOCOL
1043 P:      Arnaldo Carvalho de Melo
1044 M:      acme@mandriva.com
1045 L:      dccp@vger.kernel.org
1046 W:      http://linux-net.osdl.org/index.php/DCCP
1047 S:      Maintained
1048
1049 DECnet NETWORK LAYER
1050 P:      Patrick Caulfield
1051 M:      patrick@tykepenguin.com
1052 W:      http://linux-decnet.sourceforge.net
1053 L:      linux-decnet-user@lists.sourceforge.net
1054 S:      Maintained
1055
1056 DEFXX FDDI NETWORK DRIVER
1057 P:      Maciej W. Rozycki
1058 M:      macro@linux-mips.org
1059 S:      Maintained
1060
1061 DELL LAPTOP SMM DRIVER
1062 P:      Massimo Dal Zotto
1063 M:      dz@debian.org
1064 W:      http://www.debian.org/~dz/i8k/
1065 S:      Maintained
1066
1067 DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
1068 P:      Doug Warzecha
1069 M:      Douglas_Warzecha@dell.com
1070 S:      Maintained
1071
1072 DEVICE-MAPPER  (LVM)
1073 P:      Alasdair Kergon
1074 L:      dm-devel@redhat.com
1075 W:      http://sources.redhat.com/dm
1076 S:      Maintained
1077
1078 DEVICE NUMBER REGISTRY
1079 P:      Torben Mathiasen
1080 M:      device@lanana.org
1081 W:      http://lanana.org/docs/device-list/index.html
1082 L:      linux-kernel@vger.kernel.org
1083 S:      Maintained
1084
1085 DEVICE FILESYSTEM
1086 S:      Obsolete
1087
1088 DIGI INTL. EPCA DRIVER
1089 P:      Digi International, Inc
1090 M:      Eng.Linux@digi.com
1091 L:      Eng.Linux@digi.com
1092 W:      http://www.digi.com
1093 S:      Orphaned
1094
1095 DIGI RIGHTSWITCH NETWORK DRIVER
1096 P:      Rick Richardson
1097 L:      netdev@vger.kernel.org
1098 W:      http://www.digi.com
1099 S:      Orphaned
1100
1101 DIRECTORY NOTIFICATION
1102 P:      Stephen Rothwell
1103 M:      sfr@canb.auug.org.au
1104 L:      linux-kernel@vger.kernel.org
1105 S:      Supported
1106
1107 DISK GEOMETRY AND PARTITION HANDLING
1108 P:      Andries Brouwer
1109 M:      aeb@cwi.nl
1110 W:      http://www.win.tue.nl/~aeb/linux/Large-Disk.html
1111 W:      http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
1112 W:      http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
1113 S:      Maintained
1114
1115 DISKQUOTA:
1116 P:      Jan Kara
1117 M:      jack@suse.cz
1118 L:      linux-kernel@vger.kernel.org
1119 S:      Maintained
1120
1121 DISTRIBUTED LOCK MANAGER
1122 P:      Patrick Caulfield
1123 M:      pcaulfie@redhat.com
1124 P:      David Teigland
1125 M:      teigland@redhat.com
1126 L:      cluster-devel@redhat.com
1127 W:      http://sources.redhat.com/cluster/
1128 T:      git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes.git
1129 T:      git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw.git
1130 S:      Supported
1131
1132 DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
1133 P:      Tobias Ringstrom
1134 M:      tori@unhappy.mine.nu
1135 L:      netdev@vger.kernel.org
1136 S:      Maintained
1137
1138 DOCBOOK FOR DOCUMENTATION
1139 P:      Randy Dunlap
1140 M:      rdunlap@xenotime.net
1141 S:      Maintained
1142
1143 DOCKING STATION DRIVER
1144 P:      Kristen Carlson Accardi
1145 M:      kristen.c.accardi@intel.com
1146 L:      linux-acpi@vger.kernel.org
1147 S:      Supported
1148
1149 DOUBLETALK DRIVER
1150 P:      James R. Van Zandt
1151 M:      jrv@vanzandt.mv.com
1152 L:      blinux-list@redhat.com
1153 S:      Maintained
1154
1155 DRIVER CORE, KOBJECTS, AND SYSFS
1156 P:      Greg Kroah-Hartman
1157 M:      gregkh@suse.de
1158 L:      linux-kernel@vger.kernel.org
1159 T:      quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
1160 S:      Supported
1161
1162 DRM DRIVERS
1163 P:      David Airlie
1164 M:      airlied@linux.ie
1165 L:      dri-devel@lists.sourceforge.net
1166 T:      git kernel.org:/pub/scm/linux/kernel/git/airlied/drm-2.6.git
1167 S:      Maintained
1168
1169 DSCC4 DRIVER
1170 P:      Francois Romieu
1171 M:      romieu@fr.zoreil.com
1172 L:      netdev@vger.kernel.org
1173 S:      Maintained
1174
1175 DVB SUBSYSTEM AND DRIVERS
1176 P:      LinuxTV.org Project
1177 M:      v4l-dvb-maintainer@linuxtv.org
1178 L:      linux-dvb@linuxtv.org (subscription required)
1179 W:      http://linuxtv.org/
1180 T:      git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
1181 S:      Maintained
1182
1183 EATA-DMA SCSI DRIVER
1184 P:      Michael Neuffer
1185 L:      linux-eata@i-connect.net, linux-scsi@vger.kernel.org
1186 S:      Maintained
1187
1188 EATA ISA/EISA/PCI SCSI DRIVER
1189 P:      Dario Ballabio
1190 M:      ballabio_dario@emc.com
1191 L:      linux-scsi@vger.kernel.org
1192 S:      Maintained
1193
1194 EATA-PIO SCSI DRIVER
1195 P:      Michael Neuffer
1196 M:      mike@i-Connect.Net
1197 L:      linux-eata@i-connect.net, linux-scsi@vger.kernel.org
1198 S:      Maintained
1199
1200 EBTABLES
1201 P:      Bart De Schuymer
1202 M:      bart.de.schuymer@pandora.be
1203 L:      ebtables-user@lists.sourceforge.net
1204 L:      ebtables-devel@lists.sourceforge.net
1205 W:      http://ebtables.sourceforge.net/
1206 S:      Maintained
1207
1208 ECRYPT FILE SYSTEM
1209 P:      Mike Halcrow, Phillip Hellewell
1210 M:      mhalcrow@us.ibm.com, phillip@hellewell.homeip.net
1211 L:      ecryptfs-devel@lists.sourceforge.net
1212 W:      http://ecryptfs.sourceforge.net/
1213 S:      Supported
1214
1215 EDAC-CORE
1216 P:      Doug Thompson
1217 M:      norsk5@xmission.com
1218 L:      bluesmoke-devel@lists.sourceforge.net
1219 W:      bluesmoke.sourceforge.net
1220 S:      Supported
1221
1222 EDAC-E752X
1223 P:      Mark Gross
1224 M:      mark.gross@intel.com
1225 L:      bluesmoke-devel@lists.sourceforge.net
1226 W:      bluesmoke.sourceforge.net
1227 S:      Maintained
1228
1229 EDAC-E7XXX
1230 P:      Doug Thompson
1231 M:      norsk5@xmission.com
1232 L:      bluesmoke-devel@lists.sourceforge.net
1233 W:      bluesmoke.sourceforge.net
1234 S:      Maintained
1235
1236 EDAC-R82600
1237 P:      Tim Small
1238 M:      tim@buttersideup.com
1239 L:      bluesmoke-devel@lists.sourceforge.net
1240 W:      bluesmoke.sourceforge.net
1241 S:      Maintained
1242
1243 EEPRO100 NETWORK DRIVER
1244 P:      Andrey V. Savochkin
1245 M:      saw@saw.sw.com.sg
1246 S:      Maintained
1247
1248 EFS FILESYSTEM
1249 W:      http://aeschi.ch.eu.org/efs/
1250 S:      Orphan
1251
1252 EHCA (IBM GX bus InfiniBand adapter) DRIVER:
1253 P:      Hoang-Nam Nguyen
1254 M:      hnguyen@de.ibm.com
1255 P:      Christoph Raisch
1256 M:      raisch@de.ibm.com
1257 L:      openib-general@openib.org
1258 S:      Supported
1259
1260 EMU10K1 SOUND DRIVER
1261 P:      James Courtier-Dutton
1262 M:      James@superbug.demon.co.uk
1263 L:      emu10k1-devel@lists.sourceforge.net
1264 W:      http://sourceforge.net/projects/emu10k1/
1265 S:      Maintained
1266
1267 EMULEX LPFC FC SCSI DRIVER
1268 P:      James Smart
1269 M:      james.smart@emulex.com
1270 L:      linux-scsi@vger.kernel.org
1271 W:      http://sourceforge.net/projects/lpfcxxxx
1272 S:      Supported
1273
1274 EPSON 1355 FRAMEBUFFER DRIVER
1275 P:      Christopher Hoover
1276 M:      ch@murgatroid.com, ch@hpl.hp.com
1277 S:      Maintained
1278
1279 ETHEREXPRESS-16 NETWORK DRIVER
1280 P:      Philip Blundell
1281 M:      philb@gnu.org
1282 L:      netdev@vger.kernel.org
1283 S:      Maintained
1284
1285 ETHERNET BRIDGE
1286 P:      Stephen Hemminger
1287 M:      shemminger@linux-foundation.org
1288 L:      bridge@osdl.org
1289 W:      http://bridge.sourceforge.net/
1290 S:      Maintained
1291
1292 ETHERTEAM 16I DRIVER
1293 P:      Mika Kuoppala
1294 M:      miku@iki.fi
1295 S:      Maintained
1296
1297 EXT2 FILE SYSTEM
1298 L:      linux-ext4@vger.kernel.org
1299 S:      Maintained
1300
1301 EXT3 FILE SYSTEM
1302 P:      Stephen Tweedie, Andrew Morton
1303 M:      sct@redhat.com, akpm@osdl.org, adilger@clusterfs.com
1304 L:      linux-ext4@vger.kernel.org
1305 S:      Maintained
1306
1307 EXT4 FILE SYSTEM
1308 P:      Stephen Tweedie, Andrew Morton
1309 M:      sct@redhat.com, akpm@osdl.org, adilger@clusterfs.com
1310 L:      linux-ext4@vger.kernel.org
1311 S:      Maintained
1312
1313 F71805F HARDWARE MONITORING DRIVER
1314 P:      Jean Delvare
1315 M:      khali@linux-fr.org
1316 L:      lm-sensors@lm-sensors.org
1317 S:      Maintained
1318
1319 FARSYNC SYNCHRONOUS DRIVER
1320 P:      Kevin Curtis
1321 M:      kevin.curtis@farsite.co.uk
1322 W:      http://www.farsite.co.uk/
1323 S:      Supported
1324
1325 FRAMEBUFFER LAYER
1326 P:      Antonino Daplas
1327 M:      adaplas@pol.net
1328 L:      linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
1329 W:      http://linux-fbdev.sourceforge.net/
1330 S:      Maintained
1331
1332 FREESCALE SOC FS_ENET DRIVER
1333 P:      Pantelis Antoniou
1334 M:      pantelis.antoniou@gmail.com
1335 P:      Vitaly Bordug
1336 M:      vbordug@ru.mvista.com
1337 L:      linuxppc-embedded@ozlabs.org
1338 L:      netdev@vger.kernel.org
1339 S:      Maintained
1340
1341 FILE LOCKING (flock() and fcntl()/lockf())
1342 P:      Matthew Wilcox
1343 M:      matthew@wil.cx
1344 L:      linux-fsdevel@vger.kernel.org
1345 S:      Maintained
1346
1347 FILESYSTEMS (VFS and infrastructure)
1348 P:      Alexander Viro
1349 M:      viro@zeniv.linux.org.uk
1350 S:      Maintained
1351
1352 FIRMWARE LOADER (request_firmware)
1353 L:      linux-kernel@vger.kernel.org
1354 S:      Orphan
1355
1356 FPU EMULATOR
1357 P:      Bill Metzenthen
1358 M:      billm@suburbia.net
1359 W:      http://suburbia.net/~billm/floating-point/emulator/
1360 S:      Maintained
1361
1362 FRAME RELAY DLCI/FRAD (Sangoma drivers too)
1363 P:      Mike McLagan
1364 M:      mike.mclagan@linux.org
1365 L:      netdev@vger.kernel.org
1366 S:      Maintained
1367
1368 FREEVXFS FILESYSTEM
1369 P:      Christoph Hellwig
1370 M:      hch@infradead.org
1371 W:      ftp://ftp.openlinux.org/pub/people/hch/vxfs
1372 S:      Maintained
1373
1374 FUJITSU FR-V PORT
1375 P:      David Howells
1376 M:      dhowells@redhat.com
1377 S:      Maintained
1378
1379 FUSE: FILESYSTEM IN USERSPACE
1380 P:      Miklos Szeredi
1381 M:      miklos@szeredi.hu
1382 L:      fuse-devel@lists.sourceforge.net
1383 W:      http://fuse.sourceforge.net/
1384 S:      Maintained
1385
1386 FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
1387 P:      Rik Faith
1388 M:      faith@cs.unc.edu
1389 L:      linux-scsi@vger.kernel.org
1390 S:      Odd fixes (e.g., new signatures)
1391
1392 GDT SCSI DISK ARRAY CONTROLLER DRIVER
1393 P:      Achim Leubner
1394 M:      achim_leubner@adaptec.com
1395 L:      linux-scsi@vger.kernel.org
1396 W:      http://www.icp-vortex.com/
1397 S:      Supported
1398
1399 GENERIC HDLC DRIVER, N2, C101, PCI200SYN and WANXL DRIVERS
1400 P:      Krzysztof Halasa
1401 M:      khc@pm.waw.pl
1402 W:      http://www.kernel.org/pub/linux/utils/net/hdlc/
1403 S:      Maintained
1404
1405 GFS2 FILE SYSTEM
1406 P:      Steven Whitehouse
1407 M:      swhiteho@redhat.com
1408 L:      cluster-devel@redhat.com
1409 W:      http://sources.redhat.com/cluster/
1410 T:      git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes.git
1411 T:      git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw.git
1412 S:      Supported
1413
1414 GIGASET ISDN DRIVERS
1415 P:      Hansjoerg Lipp
1416 M:      hjlipp@web.de
1417 P:      Tilman Schmidt
1418 M:      tilman@imap.cc
1419 L:      gigaset307x-common@lists.sourceforge.net
1420 W:      http://gigaset307x.sourceforge.net/
1421 S:      Maintained
1422
1423 HARDWARE MONITORING
1424 P:      Jean Delvare
1425 M:      khali@linux-fr.org
1426 L:      lm-sensors@lm-sensors.org
1427 W:      http://www.lm-sensors.org/
1428 T:      quilt http://khali.linux-fr.org/devel/linux-2.6/jdelvare-hwmon/
1429 S:      Maintained
1430
1431 HARDWARE RANDOM NUMBER GENERATOR CORE
1432 P:      Michael Buesch
1433 M:      mb@bu3sch.de
1434 S:      Maintained
1435
1436 HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
1437 P:      Robert Love
1438 M:      rlove@rlove.org
1439 M:      linux-kernel@vger.kernel.org
1440 W:      http://www.kernel.org/pub/linux/kernel/people/rml/hdaps/
1441 S:      Maintained
1442
1443 HARMONY SOUND DRIVER
1444 P:      Kyle McMartin
1445 M:      kyle@parisc-linux.org
1446 W:      http://www.parisc-linux.org/~kyle/harmony/
1447 L:      parisc-linux@lists.parisc-linux.org
1448 S:      Maintained
1449
1450 HAYES ESP SERIAL DRIVER
1451 P:      Andrew J. Robinson
1452 M:      arobinso@nyx.net
1453 L:      linux-kernel@vger.kernel.org
1454 W:      http://www.nyx.net/~arobinso
1455 S:      Maintained
1456
1457 HFS FILESYSTEM
1458 P:      Roman Zippel
1459 M:      zippel@linux-m68k.org
1460 L:      linux-kernel@vger.kernel.org
1461 S:      Maintained
1462
1463 HGA FRAMEBUFFER DRIVER
1464 P:      Ferenc Bakonyi
1465 M:      fero@drama.obuda.kando.hu
1466 L:      linux-nvidia@lists.surfsouth.com
1467 W:      http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
1468 S:      Maintained
1469
1470 HID CORE LAYER
1471 P:      Jiri Kosina
1472 M:      jkosina@suse.cz
1473 L:      linux-input@atrey.karlin.mff.cuni.cz
1474 S:      Maintained
1475
1476 HIGH-SPEED SCC DRIVER FOR AX.25
1477 P:      Klaus Kudielka
1478 M:      klaus.kudielka@ieee.org
1479 L:      linux-hams@vger.kernel.org
1480 W:      http://www.nt.tuwien.ac.at/~kkudielk/Linux/
1481 S:      Maintained
1482
1483 HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
1484 P:      HighPoint Linux Team
1485 M:      linux@highpoint-tech.com
1486 W:      http://www.highpoint-tech.com
1487 S:      Supported
1488
1489 HIPPI
1490 P:      Jes Sorensen
1491 M:      jes@trained-monkey.org
1492 L:      linux-hippi@sunsite.dk
1493 S:      Maintained
1494
1495 HEWLETT-PACKARD FIBRE CHANNEL 64-bit/66MHz PCI non-intelligent HBA
1496 P:      Chirag Kantharia
1497 M:      chirag.kantharia@hp.com
1498 L:      iss_storagedev@hp.com
1499 S:      Maintained
1500  
1501 HEWLETT-PACKARD SMART2 RAID DRIVER
1502 P:      Chirag Kantharia
1503 M:      chirag.kantharia@hp.com
1504 L:      iss_storagedev@hp.com
1505 S:      Maintained
1506  
1507 HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
1508 P:      Mike Miller
1509 M:      mike.miller@hp.com
1510 L:      iss_storagedev@hp.com
1511 S:      Supported
1512  
1513 HOST AP DRIVER
1514 P:      Jouni Malinen
1515 M:      jkmaline@cc.hut.fi
1516 L:      hostap@shmoo.com
1517 W:      http://hostap.epitest.fi/
1518 S:      Maintained
1519
1520 HP100:  Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
1521 P:      Jaroslav Kysela
1522 M:      perex@suse.cz
1523 S:      Maintained
1524
1525 HPET:   High Precision Event Timers driver (hpet.c)
1526 P:      Clemens Ladisch
1527 M:      clemens@ladisch.de
1528 S:      Maintained
1529
1530 HPET:   i386
1531 P:      Venkatesh Pallipadi (Venki)
1532 M:      venkatesh.pallipadi@intel.com
1533 S:      Maintained
1534
1535 HPET:   x86_64
1536 P:      Andi Kleen and Vojtech Pavlik
1537 M:      ak@muc.de and vojtech@suse.cz
1538 S:      Maintained
1539
1540 HPET:   ACPI hpet.c
1541 P:      Bob Picco
1542 M:      bob.picco@hp.com
1543 S:      Maintained
1544
1545 HPFS FILESYSTEM
1546 P:      Mikulas Patocka
1547 M:      mikulas@artax.karlin.mff.cuni.cz
1548 W:      http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
1549 S:      Maintained
1550
1551 HUGETLB FILESYSTEM
1552 P:      William Irwin
1553 M:      wli@holomorphy.com
1554 S:      Maintained
1555
1556 I2C SUBSYSTEM
1557 P:      Jean Delvare
1558 M:      khali@linux-fr.org
1559 L:      i2c@lm-sensors.org
1560 T:      quilt http://khali.linux-fr.org/devel/linux-2.6/jdelvare-i2c/
1561 S:      Maintained
1562
1563 I2O
1564 P:      Markus Lidel
1565 M:      markus.lidel@shadowconnect.com
1566 W:      http://i2o.shadowconnect.com/
1567 S:      Maintained
1568
1569 i386 BOOT CODE
1570 P:      Riley H. Williams
1571 M:      Riley@Williams.Name
1572 L:      Linux-Kernel@vger.kernel.org
1573 S:      Maintained
1574
1575 i386 SETUP CODE / CPU ERRATA WORKAROUNDS
1576 P:      Dave Jones
1577 M:      davej@codemonkey.org.uk
1578 P:      H. Peter Anvin
1579 M:      hpa@zytor.com
1580 S:      Maintained
1581
1582 i810 TCO TIMER WATCHDOG
1583 P:      Nils Faerber
1584 M:      nils@kernelconcepts.de
1585 W:      http://www.kernelconcepts.de/
1586 S:      Maintained
1587
1588 IA64 (Itanium) PLATFORM
1589 P:      Tony Luck
1590 M:      tony.luck@intel.com
1591 L:      linux-ia64@vger.kernel.org
1592 W:      http://www.ia64-linux.org/
1593 T:      git kernel.org:/pub/scm/linux/kernel/git/aegl/linux-2.6.git
1594 S:      Maintained
1595
1596 IBM ACPI EXTRAS DRIVER
1597 P:      Henrique de Moraes Holschuh
1598 M:      ibm-acpi@hmh.eng.br
1599 L:      ibm-acpi-devel@lists.sourceforge.net
1600 W:      http://ibm-acpi.sourceforge.net
1601 W:      http://thinkwiki.org/wiki/Ibm-acpi
1602 T:      git repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
1603 S:      Maintained
1604
1605 SN-IA64 (Itanium) SUB-PLATFORM
1606 P:      Jes Sorensen
1607 M:      jes@sgi.com
1608 L:      linux-altix@sgi.com
1609 L:      linux-ia64@vger.kernel.org
1610 W:      http://www.sgi.com/altix
1611 S:      Maintained
1612
1613 IBM MCA SCSI SUBSYSTEM DRIVER
1614 P:      Michael Lang
1615 M:      langa2@kph.uni-mainz.de
1616 W:      http://www.uni-mainz.de/~langm000/linux.html
1617 S:      Maintained
1618
1619 IBM Power Linux RAID adapter
1620 P:      Brian King
1621 M:      brking@us.ibm.com
1622 S:      Supported
1623
1624 IBM ServeRAID RAID DRIVER
1625 P:      Jack Hammer
1626 P:      Dave Jeffery
1627 M:      ipslinux@adaptec.com
1628 W:      http://www.developer.ibm.com/welcome/netfinity/serveraid.html
1629 S:      Supported 
1630
1631 IDE SUBSYSTEM
1632 P:      Bartlomiej Zolnierkiewicz
1633 M:      bzolnier@gmail.com
1634 L:      linux-ide@vger.kernel.org
1635 T:      quilt kernel.org/pub/linux/kernel/people/bart/pata-2.6/
1636 S:      Maintained
1637
1638 IDE/ATAPI CDROM DRIVER
1639 P:      Alan Cox
1640 M:      alan@lxorguk.ukuu.org.uk
1641 L:      linux-ide@vger.kernel.org
1642 S:      Maintained
1643
1644 IDE/ATAPI FLOPPY DRIVERS
1645 P:      Paul Bristow
1646 M:      Paul Bristow <paul@paulbristow.net>
1647 W:      http://paulbristow.net/linux/idefloppy.html
1648 L:      linux-kernel@vger.kernel.org
1649 S:      Maintained
1650
1651 IDE/ATAPI TAPE DRIVERS
1652 P:      Gadi Oxman
1653 M:      Gadi Oxman <gadio@netvision.net.il>
1654 L:      linux-kernel@vger.kernel.org
1655 S:      Maintained
1656
1657 IEEE 1394 SUBSYSTEM
1658 P:      Ben Collins
1659 M:      bcollins@debian.org
1660 P:      Stefan Richter
1661 M:      stefanr@s5r6.in-berlin.de
1662 L:      linux1394-devel@lists.sourceforge.net
1663 W:      http://www.linux1394.org/
1664 T:      git kernel.org:/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
1665 S:      Maintained
1666
1667 IEEE 1394 IPV4 DRIVER (eth1394)
1668 P:      Stefan Richter
1669 M:      stefanr@s5r6.in-berlin.de
1670 L:      linux1394-devel@lists.sourceforge.net
1671 S:      Odd Fixes
1672
1673 IEEE 1394 PCILYNX DRIVER
1674 P:      Jody McIntyre
1675 M:      scjody@modernduck.com
1676 P:      Stefan Richter
1677 M:      stefanr@s5r6.in-berlin.de
1678 L:      linux1394-devel@lists.sourceforge.net
1679 S:      Odd Fixes
1680
1681 IEEE 1394 RAW I/O DRIVER
1682 P:      Ben Collins
1683 M:      bcollins@debian.org
1684 P:      Dan Dennedy
1685 M:      dan@dennedy.org
1686 L:      linux1394-devel@lists.sourceforge.net
1687 S:      Maintained
1688
1689 IMS TWINTURBO FRAMEBUFFER DRIVER
1690 P:      Paul Mundt
1691 M:      lethal@chaoticdreams.org
1692 L:      linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
1693 S:      Maintained
1694
1695 INFINIBAND SUBSYSTEM
1696 P:      Roland Dreier
1697 M:      rolandd@cisco.com
1698 P:      Sean Hefty
1699 M:      mshefty@ichips.intel.com
1700 P:      Hal Rosenstock
1701 M:      halr@voltaire.com
1702 L:      openib-general@openib.org
1703 W:      http://www.openib.org/
1704 T:      git kernel.org:/pub/scm/linux/kernel/git/roland/infiniband.git
1705 S:      Supported
1706
1707 INPUT (KEYBOARD, MOUSE, JOYSTICK) DRIVERS
1708 P:      Dmitry Torokhov
1709 M:      dmitry.torokhov@gmail.com
1710 M:      dtor@mail.ru
1711 L:      linux-input@atrey.karlin.mff.cuni.cz
1712 L:      linux-joystick@atrey.karlin.mff.cuni.cz
1713 T:      git kernel.org:/pub/scm/linux/kernel/git/dtor/input.git
1714 S:      Maintained
1715
1716 INOTIFY
1717 P:      John McCutchan
1718 M:      ttb@tentacle.dhs.org
1719 P:      Robert Love
1720 M:      rml@novell.com
1721 L:      linux-kernel@vger.kernel.org
1722 S:      Maintained
1723
1724 INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
1725 P:      Sylvain Meyer
1726 M:      sylvain.meyer@worldonline.fr
1727 L:      linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
1728 S:      Maintained
1729
1730 INTEL 810/815 FRAMEBUFFER DRIVER
1731 P:      Antonino Daplas
1732 M:      adaplas@pol.net
1733 L:      linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
1734 S:      Maintained
1735
1736 INTEL APIC/IOAPIC, LOWLEVEL X86 SMP SUPPORT
1737 P:      Ingo Molnar
1738 M:      mingo@redhat.com
1739 S:      Maintained
1740
1741 INTEL I8XX RANDOM NUMBER GENERATOR SUPPORT
1742 P:      Jeff Garzik
1743 M:      jgarzik@pobox.com
1744 W:      http://sourceforge.net/projects/gkernel/
1745 S:      Maintained
1746
1747 INTEL IA32 MICROCODE UPDATE SUPPORT
1748 P:      Tigran Aivazian
1749 M:      tigran@aivazian.fsnet.co.uk
1750 S:      Maintained
1751
1752 INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
1753 P:      Deepak Saxena
1754 M:      dsaxena@plexity.net
1755 S:      Maintained
1756
1757 INTEL IXP2000 ETHERNET DRIVER
1758 P:      Lennert Buytenhek
1759 M:      kernel@wantstofly.org
1760 L:      netdev@vger.kernel.org
1761 S:      Maintained
1762
1763 INTEL PRO/100 ETHERNET SUPPORT
1764 P:      John Ronciak
1765 M:      john.ronciak@intel.com
1766 P:      Jesse Brandeburg
1767 M:      jesse.brandeburg@intel.com
1768 P:      Jeff Kirsher
1769 M:      jeffrey.t.kirsher@intel.com
1770 P:      Auke Kok
1771 M:      auke-jan.h.kok@intel.com
1772 W:      http://sourceforge.net/projects/e1000/
1773 S:      Supported
1774
1775 INTEL PRO/1000 GIGABIT ETHERNET SUPPORT
1776 P:      Jeb Cramer
1777 M:      cramerj@intel.com
1778 P:      John Ronciak
1779 M:      john.ronciak@intel.com
1780 P:      Jesse Brandeburg
1781 M:      jesse.brandeburg@intel.com
1782 P:      Jeff Kirsher
1783 M:      jeffrey.t.kirsher@intel.com
1784 P:      Auke Kok
1785 M:      auke-jan.h.kok@intel.com
1786 W:      http://sourceforge.net/projects/e1000/
1787 S:      Supported
1788
1789 INTEL PRO/10GbE SUPPORT
1790 P:      Jeff Kirsher
1791 M:      jeffrey.t.kirsher@intel.com
1792 P:      Ayyappan Veeraiyan
1793 M:      ayyappan.veeraiyan@intel.com
1794 P:      John Ronciak
1795 M:      john.ronciak@intel.com
1796 P:      Jesse Brandeburg
1797 M:      jesse.brandeburg@intel.com
1798 P:      Auke Kok
1799 M:      auke-jan.h.kok@intel.com
1800 W:      http://sourceforge.net/projects/e1000/
1801 S:      Supported
1802
1803 INTEL PRO/WIRELESS 2100 NETWORK CONNECTION SUPPORT
1804 P:      Yi Zhu
1805 M:      yi.zhu@intel.com
1806 P:      James Ketrenos
1807 M:      jketreno@linux.intel.com
1808 L:      ipw2100-devel@lists.sourceforge.net
1809 L:      http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
1810 W:      http://ipw2100.sourceforge.net
1811 S:      Supported
1812
1813 INTEL PRO/WIRELESS 2915ABG NETWORK CONNECTION SUPPORT
1814 P:      Yi Zhu
1815 M:      yi.zhu@intel.com
1816 P:      James Ketrenos
1817 M:      jketreno@linux.intel.com
1818 L:      ipw2100-devel@lists.sourceforge.net
1819 L:      http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
1820 W:      http://ipw2200.sourceforge.net
1821 S:      Supported
1822
1823 IOC3 DRIVER
1824 P:      Ralf Baechle
1825 M:      ralf@linux-mips.org
1826 L:      linux-mips@linux-mips.org
1827 S:      Maintained
1828
1829 IP MASQUERADING:
1830 P:      Juanjo Ciarlante
1831 M:      jjciarla@raiz.uncu.edu.ar
1832 S:      Maintained
1833
1834 IPATH DRIVER:
1835 P:      Bryan O'Sullivan
1836 M:      support@pathscale.com
1837 L:      openib-general@openib.org
1838 S:      Supported
1839
1840 IPMI SUBSYSTEM
1841 P:      Corey Minyard
1842 M:      minyard@acm.org
1843 L:      openipmi-developer@lists.sourceforge.net
1844 W:      http://openipmi.sourceforge.net/
1845 S:      Supported
1846
1847 IPX NETWORK LAYER
1848 P:      Arnaldo Carvalho de Melo
1849 M:      acme@conectiva.com.br
1850 L:      netdev@vger.kernel.org
1851 S:      Maintained
1852
1853 IRDA SUBSYSTEM
1854 P:      Samuel Ortiz
1855 M:      samuel@sortiz.org
1856 L:      irda-users@lists.sourceforge.net (subscribers-only)
1857 W:      http://irda.sourceforge.net/
1858 S:      Maintained
1859
1860 ISAPNP
1861 P:      Jaroslav Kysela
1862 M:      perex@suse.cz
1863 S:      Maintained
1864
1865 ISDN SUBSYSTEM
1866 P:      Karsten Keil
1867 M:      kkeil@suse.de
1868 P:      Kai Germaschewski
1869 M:      kai.germaschewski@gmx.de
1870 L:      isdn4linux@listserv.isdn4linux.de
1871 W:      http://www.isdn4linux.de
1872 T:      git kernel.org:/pub/scm/linux/kernel/kkeil/isdn-2.6.git
1873 S:      Maintained
1874
1875 ISDN SUBSYSTEM (Eicon active card driver)
1876 P:      Armin Schindler
1877 M:      mac@melware.de
1878 L:      isdn4linux@listserv.isdn4linux.de
1879 W:      http://www.melware.de
1880 S:      Maintained
1881
1882 JOURNALLING FLASH FILE SYSTEM (JFFS)
1883 P:      Axis Communications AB
1884 M:      jffs-dev@axis.com
1885 L:      jffs-dev@axis.com
1886 W:      http://www.developer.axis.com/software/jffs/
1887 S:      Maintained
1888
1889 JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
1890 P:      David Woodhouse
1891 M:      dwmw2@infradead.org
1892 L:      jffs-dev@axis.com
1893 W:      http://sources.redhat.com/jffs2/
1894 S:      Maintained
1895
1896 JFS FILESYSTEM
1897 P:      Dave Kleikamp
1898 M:      shaggy@austin.ibm.com
1899 L:      jfs-discussion@lists.sourceforge.net
1900 W:      http://jfs.sourceforge.net/
1901 T:      git kernel.org:/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
1902 S:      Supported
1903
1904 JOURNALLING LAYER FOR BLOCK DEVICES (JBD)
1905 P:      Stephen Tweedie, Andrew Morton
1906 M:      sct@redhat.com, akpm@osdl.org
1907 L:      linux-ext4@vger.kernel.org
1908 S:      Maintained
1909
1910 K8TEMP HARDWARE MONITORING DRIVER
1911 P:      Rudolf Marek
1912 M:      r.marek@assembler.cz
1913 L:      lm-sensors@lm-sensors.org
1914 S:      Maintained
1915
1916 KCONFIG
1917 P:      Roman Zippel
1918 M:      zippel@linux-m68k.org
1919 L:      kbuild-devel@lists.sourceforge.net
1920 S:      Maintained
1921
1922 KDUMP
1923 P:      Vivek Goyal
1924 M:      vgoyal@in.ibm.com
1925 P:      Haren Myneni
1926 M:      hbabu@us.ibm.com
1927 L:      fastboot@lists.osdl.org
1928 L:      linux-kernel@vger.kernel.org
1929 W:      http://lse.sourceforge.net/kdump/
1930 S:      Maintained
1931
1932 KERNEL AUTOMOUNTER (AUTOFS)
1933 P:      H. Peter Anvin
1934 M:      hpa@zytor.com
1935 L:      autofs@linux.kernel.org
1936 S:      Odd Fixes
1937
1938 KERNEL AUTOMOUNTER v4 (AUTOFS4)
1939 P:      Ian Kent
1940 M:      raven@themaw.net
1941 L:      autofs@linux.kernel.org
1942 S:      Maintained
1943
1944 KERNEL BUILD (kbuild: Makefile, scripts/Makefile.*)
1945 P:      Kai Germaschewski
1946 M:      kai@germaschewski.name
1947 P:      Sam Ravnborg
1948 M:      sam@ravnborg.org
1949 T:      git kernel.org:/pub/scm/linux/kernel/git/sam/kbuild.git
1950 S:      Maintained 
1951
1952 KERNEL JANITORS
1953 P:      Several
1954 L:      kernel-janitors@lists.osdl.org
1955 W:      http://www.kerneljanitors.org/
1956 S:      Maintained
1957
1958 KERNEL NFSD
1959 P:      Neil Brown
1960 M:      neilb@suse.de
1961 L:      nfs@lists.sourceforge.net
1962 W:      http://nfs.sourceforge.net/
1963 S:      Supported
1964
1965 KERNEL VIRTUAL MACHINE (KVM)
1966 P:      Avi Kivity
1967 M:      avi@qumranet.com
1968 L:      kvm-devel@lists.sourceforge.net
1969 W:      kvm.sourceforge.net
1970 S:      Supported
1971
1972 KEXEC
1973 P:      Eric Biederman
1974 M:      ebiederm@xmission.com
1975 W:      http://www.xmission.com/~ebiederm/files/kexec/
1976 L:      linux-kernel@vger.kernel.org
1977 L:      fastboot@osdl.org
1978 S:      Maintained
1979
1980 KPROBES
1981 P:      Prasanna S Panchamukhi
1982 M:      prasanna@in.ibm.com
1983 P:      Ananth N Mavinakayanahalli
1984 M:      ananth@in.ibm.com
1985 P:      Anil S Keshavamurthy
1986 M:      anil.s.keshavamurthy@intel.com
1987 P:      David S. Miller
1988 M:      davem@davemloft.net
1989 L:      linux-kernel@vger.kernel.org
1990 S:      Maintained
1991
1992 KS0108 LCD CONTROLLER DRIVER
1993 P:      Miguel Ojeda Sandonis
1994 M:      maxextreme@gmail.com
1995 L:      linux-kernel@vger.kernel.org
1996 S:      Maintained
1997
1998 LAPB module
1999 L:      linux-x25@vger.kernel.org
2000 S:      Orphan
2001
2002 LASI 53c700 driver for PARISC
2003 P:      James E.J. Bottomley
2004 M:      James.Bottomley@HansenPartnership.com
2005 L:      linux-scsi@vger.kernel.org
2006 S:      Maintained
2007
2008 LED SUBSYSTEM
2009 P:      Richard Purdie
2010 M:      rpurdie@rpsys.net
2011 S:      Maintained
2012
2013 LEGO USB Tower driver
2014 P:      Juergen Stuber
2015 M:      starblue@users.sourceforge.net
2016 L:      legousb-devel@lists.sourceforge.net
2017 W:      http://legousb.sourceforge.net/
2018 S:      Maintained
2019
2020 LINUX FOR IBM pSERIES (RS/6000)
2021 P:      Paul Mackerras
2022 M:      paulus@au.ibm.com
2023 W:      http://www.ibm.com/linux/ltc/projects/ppc
2024 S:      Supported
2025
2026 LINUX FOR NCR VOYAGER
2027 P:      James Bottomley
2028 M:      James.Bottomley@HansenPartnership.com
2029 W:      http://www.hansenpartnership.com/voyager
2030 S:      Maintained
2031
2032 LINUX FOR POWERPC
2033 P:      Paul Mackerras
2034 M:      paulus@samba.org
2035 W:      http://www.penguinppc.org/
2036 L:      linuxppc-dev@ozlabs.org
2037 T:      git kernel.org:/pub/scm/linux/kernel/git/paulus/powerpc.git
2038 S:      Supported
2039
2040 LINUX FOR POWER MACINTOSH
2041 P:      Benjamin Herrenschmidt
2042 M:      benh@kernel.crashing.org
2043 W:      http://www.penguinppc.org/
2044 L:      linuxppc-dev@ozlabs.org
2045 S:      Maintained
2046
2047 LINUX FOR POWERPC EMBEDDED MPC52XX
2048 P:      Sylvain Munaut
2049 M:      tnt@246tNt.com
2050 W:      http://www.246tNt.com/mpc52xx/
2051 W:      http://www.penguinppc.org/
2052 L:      linuxppc-dev@ozlabs.org
2053 L:      linuxppc-embedded@ozlabs.org
2054 S:      Maintained
2055
2056 LINUX FOR POWERPC EMBEDDED PPC4XX
2057 P:      Matt Porter
2058 M:      mporter@kernel.crashing.org
2059 W:      http://www.penguinppc.org/
2060 L:      linuxppc-embedded@ozlabs.org
2061 S:      Maintained
2062
2063 LINUX FOR POWERPC BOOT CODE
2064 P:      Tom Rini
2065 M:      trini@kernel.crashing.org
2066 W:      http://www.penguinppc.org/
2067 L:      linuxppc-embedded@ozlabs.org
2068 S:      Maintained
2069
2070 LINUX FOR POWERPC EMBEDDED PPC8XX
2071 P:      Marcelo Tosatti
2072 M:      marcelo@kvack.org
2073 W:      http://www.penguinppc.org/
2074 L:      linuxppc-embedded@ozlabs.org
2075 S:      Maintained
2076
2077 LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
2078 P:      Kumar Gala
2079 M:      galak@kernel.crashing.org
2080 W:      http://www.penguinppc.org/
2081 L:      linuxppc-embedded@ozlabs.org
2082 S:      Maintained
2083
2084 LINUX FOR POWERPC PA SEMI PWRFICIENT
2085 P:      Olof Johansson
2086 M:      olof@lixom.net
2087 W:      http://www.pasemi.com/
2088 L:      linuxppc-dev@ozlabs.org
2089 S:      Supported
2090
2091 LLC (802.2)
2092 P:      Arnaldo Carvalho de Melo
2093 M:      acme@conectiva.com.br
2094 S:      Maintained
2095
2096 LINUX FOR 64BIT POWERPC
2097 P:      Paul Mackerras
2098 M:      paulus@samba.org
2099 M:      paulus@au.ibm.com
2100 P:      Anton Blanchard
2101 M:      anton@samba.org
2102 M:      anton@au.ibm.com
2103 W:      http://www.penguinppc.org/ppc64/
2104 L:      linuxppc-dev@ozlabs.org
2105 S:      Supported
2106
2107 LINUX SECURITY MODULE (LSM) FRAMEWORK
2108 P:      Chris Wright
2109 M:      chrisw@sous-sol.org
2110 L:      linux-security-module@vger.kernel.org
2111 W:      http://lsm.immunix.org
2112 T:      git kernel.org:/pub/scm/linux/kernel/git/chrisw/lsm-2.6.git
2113 S:      Supported
2114
2115 LM83 HARDWARE MONITOR DRIVER
2116 P:      Jean Delvare
2117 M:      khali@linux-fr.org
2118 L:      lm-sensors@lm-sensors.org
2119 S:      Maintained
2120
2121 LM90 HARDWARE MONITOR DRIVER
2122 P:      Jean Delvare
2123 M:      khali@linux-fr.org
2124 L:      lm-sensors@lm-sensors.org
2125 S:      Maintained
2126
2127 LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP Dynamic Disks)
2128 P:      Richard Russon (FlatCap)
2129 M:      ldm@flatcap.org
2130 L:      ldm-devel@lists.sourceforge.net 
2131 W:      http://ldm.sourceforge.net
2132 S:      Maintained
2133
2134 LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
2135 P:      Eric Moore
2136 M:      Eric.Moore@lsi.com
2137 M:      support@lsi.com
2138 L:      mpt_linux_developer@lsi.com
2139 L:      linux-scsi@vger.kernel.org
2140 W:      http://www.lsilogic.com/support
2141 S:      Supported
2142
2143 LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
2144 P:      Matthew Wilcox
2145 M:      matthew@wil.cx
2146 L:      linux-scsi@vger.kernel.org
2147 S:      Maintained
2148
2149 M68K ARCHITECTURE
2150 P:      Geert Uytterhoeven
2151 M:      geert@linux-m68k.org
2152 P:      Roman Zippel
2153 M:      zippel@linux-m68k.org
2154 L:      linux-m68k@lists.linux-m68k.org
2155 W:      http://www.linux-m68k.org/
2156 W:      http://linux-m68k-cvs.ubb.ca/
2157 S:      Maintained
2158
2159 M68K ON APPLE MACINTOSH
2160 P:      Joshua Thompson
2161 M:      funaho@jurai.org
2162 W:      http://www.mac.linux-m68k.org/
2163 L:      linux-mac68k@mac.linux-m68k.org
2164 S:      Maintained
2165
2166 M68K ON HP9000/300
2167 P:      Philip Blundell
2168 M:      philb@gnu.org
2169 W:      http://www.tazenda.demon.co.uk/phil/linux-hp
2170 S:      Maintained
2171
2172 MARVELL YUKON / SYSKONNECT DRIVER
2173 P:      Mirko Lindner
2174 M:      mlindner@syskonnect.de
2175 P:      Ralph Roesler
2176 M:      rroesler@syskonnect.de
2177 W:      http://www.syskonnect.com
2178 S:      Supported
2179
2180 MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
2181 P:      Michael Kerrisk
2182 M:      mtk-manpages@gmx.net
2183 W:      ftp://ftp.kernel.org/pub/linux/docs/manpages
2184 S:      Maintained
2185
2186 MARVELL MV643XX ETHERNET DRIVER
2187 P:      Dale Farnsworth
2188 M:      dale@farnsworth.org
2189 P:      Manish Lachwani
2190 M:      mlachwani@mvista.com
2191 L:      netdev@vger.kernel.org
2192 S:      Odd Fixes for 2.4; Maintained for 2.6.
2193
2194 MATROX FRAMEBUFFER DRIVER
2195 P:      Petr Vandrovec
2196 M:      vandrove@vc.cvut.cz
2197 L:      linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
2198 S:      Maintained
2199
2200 MEGARAID SCSI DRIVERS
2201 P:      Neela Syam Kolli
2202 M:      Neela.Kolli@engenio.com
2203 S:      linux-scsi@vger.kernel.org
2204 W:      http://megaraid.lsilogic.com
2205 S:      Maintained
2206
2207 MEMORY MANAGEMENT
2208 L:      linux-mm@kvack.org
2209 L:      linux-kernel@vger.kernel.org
2210 W:      http://www.linux-mm.org
2211 S:      Maintained
2212
2213 MEMORY TECHNOLOGY DEVICES (MTD)
2214 P:      David Woodhouse
2215 M:      dwmw2@infradead.org
2216 W:      http://www.linux-mtd.infradead.org/
2217 L:      linux-mtd@lists.infradead.org
2218 T:      git git://git.infradead.org/mtd-2.6.git
2219 S:      Maintained
2220
2221 MICROTEK X6 SCANNER
2222 P:      Oliver Neukum
2223 M:      oliver@neukum.name
2224 S:      Maintained
2225
2226 MIPS
2227 P:      Ralf Baechle
2228 M:      ralf@linux-mips.org
2229 W:      http://www.linux-mips.org/
2230 L:      linux-mips@linux-mips.org
2231 T:      git www.linux-mips.org:/pub/scm/linux.git
2232 S:      Supported
2233
2234 MISCELLANEOUS MCA-SUPPORT
2235 P:      James Bottomley
2236 M:      jejb@steeleye.com
2237 L:      linux-kernel@vger.kernel.org
2238 S:      Maintained
2239
2240 MODULE SUPPORT
2241 P:      Rusty Russell
2242 M:      rusty@rustcorp.com.au
2243 L:      linux-kernel@vger.kernel.org
2244 S:      Maintained
2245
2246 MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
2247 P:      Stelian Pop
2248 M:      stelian@popies.net
2249 W:      http://popies.net/meye/
2250 S:      Maintained
2251
2252 MOUSE AND MISC DEVICES [GENERAL]
2253 P:      Alessandro Rubini
2254 M:      rubini@ipvvis.unipv.it
2255 L:      linux-kernel@vger.kernel.org
2256 S:      Maintained
2257
2258 MOXA SMARTIO/INDUSTIO SERIAL CARD (MXSER 2.0)
2259 P:      Jiri Slaby
2260 M:      jirislaby@gmail.com
2261 L:      linux-kernel@vger.kernel.org
2262 S:      Maintained
2263
2264 MSI LAPTOP SUPPORT
2265 P:      Lennart Poettering
2266 M:      mzxreary@0pointer.de
2267 L:      https://tango.0pointer.de/mailman/listinfo/s270-linux
2268 W:      http://0pointer.de/lennart/tchibo.html
2269 S:      Maintained
2270
2271 MTRR AND SIMILAR SUPPORT [i386]
2272 P:      Richard Gooch
2273 M:      rgooch@atnf.csiro.au
2274 L:      linux-kernel@vger.kernel.org
2275 W:      http://www.atnf.csiro.au/~rgooch/linux/kernel-patches.html
2276 S:      Maintained
2277
2278 MULTIMEDIA CARD (MMC) AND SECURE DIGITAL (SD) SUBSYSTEM
2279 P:      Pierre Ossman
2280 M:      drzeus-mmc@drzeus.cx
2281 L:      linux-kernel@vger.kernel.org
2282 S:      Maintained
2283
2284 MULTISOUND SOUND DRIVER
2285 P:      Andrew Veliath
2286 M:      andrewtv@usa.net
2287 S:      Maintained
2288
2289 MULTITECH MULTIPORT CARD (ISICOM)
2290 P:      Jiri Slaby
2291 M:      jirislaby@gmail.com
2292 L:      linux-kernel@vger.kernel.org
2293 S:      Maintained
2294
2295 NATSEMI ETHERNET DRIVER (DP8381x)
2296 P:      Tim Hockin
2297 M:      thockin@hockin.org
2298 S:      Maintained
2299
2300 NCP FILESYSTEM
2301 P:      Petr Vandrovec
2302 M:      vandrove@vc.cvut.cz
2303 L:      linware@sh.cvut.cz
2304 S:      Maintained
2305
2306 NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
2307 P:      James E.J. Bottomley
2308 M:      James.Bottomley@HansenPartnership.com
2309 L:      linux-scsi@vger.kernel.org
2310 S:      Maintained
2311
2312 NETEM NETWORK EMULATOR
2313 P:      Stephen Hemminger
2314 M:      shemminger@linux-foundation.org
2315 L:      netem@osdl.org
2316 S:      Maintained
2317
2318 NETFILTER/IPTABLES/IPCHAINS
2319 P:      Rusty Russell
2320 P:      Marc Boucher
2321 P:      James Morris
2322 P:      Harald Welte
2323 P:      Jozsef Kadlecsik
2324 P:      Patrick McHardy
2325 M:      kaber@trash.net
2326 L:      netfilter-devel@lists.netfilter.org
2327 L:      netfilter@lists.netfilter.org (subscribers-only)
2328 L:      coreteam@netfilter.org
2329 W:      http://www.netfilter.org/
2330 W:      http://www.iptables.org/
2331 S:      Supported
2332
2333 NETLABEL
2334 P:      Paul Moore
2335 M:      paul.moore@hp.com
2336 W:      http://netlabel.sf.net
2337 L:      netdev@vger.kernel.org
2338 S:      Supported
2339
2340 NETROM NETWORK LAYER
2341 P:      Ralf Baechle
2342 M:      ralf@linux-mips.org
2343 L:      linux-hams@vger.kernel.org
2344 W:      http://www.linux-ax25.org/
2345 S:      Maintained
2346
2347 NETWORK BLOCK DEVICE (NBD)
2348 P:      Paul Clements
2349 M:      Paul.Clements@steeleye.com
2350 S:      Maintained
2351
2352 NETWORK DEVICE DRIVERS
2353 P:      Andrew Morton
2354 M:      akpm@osdl.org
2355 P:      Jeff Garzik
2356 M:      jgarzik@pobox.com
2357 L:      netdev@vger.kernel.org
2358 T:      git kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6.git
2359 S:      Maintained
2360
2361 NETWORKING [GENERAL]
2362 P:      Networking Team
2363 M:      netdev@vger.kernel.org
2364 L:      netdev@vger.kernel.org
2365 W:      http://linux-net.osdl.org/
2366 S:      Maintained
2367
2368 NETWORKING [IPv4/IPv6]
2369 P:      David S. Miller
2370 M:      davem@davemloft.net
2371 P:      Alexey Kuznetsov
2372 M:      kuznet@ms2.inr.ac.ru
2373 P:      Pekka Savola (ipv6)
2374 M:      pekkas@netcore.fi
2375 P:      James Morris
2376 M:      jmorris@namei.org
2377 P:      Hideaki YOSHIFUJI
2378 M:      yoshfuji@linux-ipv6.org
2379 P:      Patrick McHardy
2380 M:      kaber@coreworks.de
2381 L:      netdev@vger.kernel.org
2382 T:      git kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6.git
2383 S:      Maintained
2384
2385 NETWORKING [WIRELESS]
2386 P:      John W. Linville
2387 M:      linville@tuxdriver.com
2388 L:      linux-wireless@vger.kernel.org
2389 T:      git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
2390 S:      Maintained
2391
2392 NETXEN (1/10) GbE SUPPORT
2393 P:      Amit S. Kale
2394 M:      amitkale@netxen.com
2395 L:      netdev@vger.kernel.org
2396 W:      http://www.netxen.com
2397 S:      Supported
2398
2399 IPVS
2400 P:      Wensong Zhang
2401 M:      wensong@linux-vs.org
2402 P:      Simon Horman
2403 M:      horms@verge.net.au
2404 P:      Julian Anastasov
2405 M:      ja@ssi.bg
2406 L:      netdev@vger.kernel.org
2407 S:      Maintained
2408
2409 NFS CLIENT
2410 P:      Trond Myklebust
2411 M:      trond.myklebust@fys.uio.no
2412 L:      linux-kernel@vger.kernel.org
2413 S:      Maintained
2414
2415 NI5010 NETWORK DRIVER
2416 P:      Jan-Pascal van Best
2417 M:      janpascal@vanbest.org
2418 P:      Andreas Mohr
2419 M:      andi@lisas.de
2420 L:      netdev@vger.kernel.org
2421 S:      Maintained
2422
2423 NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
2424 P:      YOKOTA Hiroshi
2425 M:      yokota@netlab.is.tsukuba.ac.jp
2426 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
2427 S:      Maintained
2428
2429 NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
2430 P:      GOTO Masanori
2431 M:      gotom@debian.or.jp
2432 P:      YOKOTA Hiroshi
2433 M:      yokota@netlab.is.tsukuba.ac.jp
2434 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
2435 S:      Maintained
2436
2437 NON-IDE/NON-SCSI CDROM DRIVERS [GENERAL] (come on, crew - mark your responsibility)
2438 P:      Eberhard Moenkeberg
2439 M:      emoenke@gwdg.de
2440 L:      linux-kernel@vger.kernel.org
2441 S:      Maintained
2442
2443 NTFS FILESYSTEM
2444 P:      Anton Altaparmakov
2445 M:      aia21@cantab.net
2446 L:      linux-ntfs-dev@lists.sourceforge.net
2447 L:      linux-kernel@vger.kernel.org
2448 W:      http://linux-ntfs.sf.net/
2449 T:      git kernel.org:/pub/scm/linux/kernel/git/aia21/ntfs-2.6.git
2450 S:      Maintained
2451
2452 NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
2453 P:      Antonino Daplas
2454 M:      adaplas@pol.net
2455 L:      linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
2456 S:      Maintained
2457
2458 OPENCORES I2C BUS DRIVER
2459 P:      Peter Korsgaard
2460 M:      jacmet@sunsite.dk
2461 L:      i2c@lm-sensors.org
2462 S:      Maintained
2463
2464 ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
2465 P:      Mark Fasheh
2466 M:      mark.fasheh@oracle.com
2467 P:      Kurt Hackel
2468 M:      kurt.hackel@oracle.com
2469 L:      ocfs2-devel@oss.oracle.com
2470 W:      http://oss.oracle.com/projects/ocfs2/
2471 S:      Supported       
2472
2473 OLYMPIC NETWORK DRIVER
2474 P:      Peter De Shrijver
2475 M:      p2@ace.ulyssis.student.kuleuven.ac.be
2476 P:      Mike Phillips
2477 M:      mikep@linuxtr.net 
2478 L:      netdev@vger.kernel.org
2479 L:      linux-tr@linuxtr.net
2480 W:      http://www.linuxtr.net
2481 S:      Maintained
2482
2483 OMNIKEY CARDMAN 4000 DRIVER
2484 P:      Harald Welte
2485 M:      laforge@gnumonks.org
2486 S:      Maintained
2487
2488 OMNIKEY CARDMAN 4040 DRIVER
2489 P:      Harald Welte
2490 M:      laforge@gnumonks.org
2491 S:      Maintained
2492
2493 ONSTREAM SCSI TAPE DRIVER
2494 P:      Willem Riede
2495 M:      osst@riede.org
2496 L:      osst-users@lists.sourceforge.net
2497 L:      linux-scsi@vger.kernel.org
2498 S:      Maintained
2499
2500 OPL3-SA2, SA3, and SAx DRIVER
2501 P:      Zwane Mwaikambo
2502 M:      zwane@arm.linux.org.uk
2503 L:      linux-sound@vger.kernel.org
2504 S:      Maintained
2505
2506 OPROFILE
2507 P:      Philippe Elie
2508 M:      phil.el@wanadoo.fr
2509 L:      oprofile-list@lists.sf.net
2510 S:      Maintained
2511
2512 ORINOCO DRIVER
2513 P:      Pavel Roskin
2514 M:      proski@gnu.org
2515 P:      David Gibson
2516 M:      hermes@gibson.dropbear.id.au
2517 L:      orinoco-users@lists.sourceforge.net
2518 L:      orinoco-devel@lists.sourceforge.net
2519 W:      http://www.nongnu.org/orinoco/
2520 S:      Maintained
2521
2522 PA SEMI ETHERNET DRIVER
2523 P:      Olof Johansson
2524 M:      olof@lixom.net
2525 L:      netdev@vger.kernel.org
2526 S:      Maintained
2527
2528 PARALLEL PORT SUPPORT
2529 P:      Phil Blundell
2530 M:      philb@gnu.org
2531 P:      Tim Waugh
2532 M:      tim@cyberelk.net
2533 P:      David Campbell
2534 P:      Andrea Arcangeli
2535 M:      andrea@suse.de
2536 L:      linux-parport@lists.infradead.org
2537 W:      http://people.redhat.com/twaugh/parport/
2538 S:      Maintained
2539
2540 PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
2541 P:      Tim Waugh
2542 M:      tim@cyberelk.net
2543 L:      linux-parport@lists.infradead.org
2544 W:      http://www.torque.net/linux-pp.html
2545 S:      Maintained
2546
2547 PARISC ARCHITECTURE
2548 P:      Matthew Wilcox
2549 M:      matthew@wil.cx
2550 P:      Grant Grundler
2551 M:      grundler@parisc-linux.org
2552 P:      Kyle McMartin
2553 M:      kyle@parisc-linux.org
2554 L:      parisc-linux@parisc-linux.org
2555 W:      http://www.parisc-linux.org/
2556 T:      git kernel.org:/pub/scm/linux/kernel/git/kyle/parisc-2.6.git
2557 T:      cvs cvs.parisc-linux.org:/var/cvs/linux-2.6
2558 S:      Maintained
2559
2560 PC87360 HARDWARE MONITORING DRIVER
2561 P:      Jim Cromie
2562 M:      jim.cromie@gmail.com
2563 L:      lm-sensors@lm-sensors.org
2564 S:      Maintained
2565
2566 PC8736x GPIO DRIVER
2567 P:      Jim Cromie
2568 M:      jim.cromie@gmail.com
2569 S:      Maintained
2570
2571 PCI ERROR RECOVERY
2572 P:      Linas Vepstas
2573 M:      linas@austin.ibm.com
2574 L:      linux-kernel@vger.kernel.org
2575 L:      linux-pci@atrey.karlin.mff.cuni.cz
2576 S:      Supported
2577
2578 PCI SOUND DRIVERS (ES1370, ES1371 and SONICVIBES)
2579 P:      Thomas Sailer
2580 M:      sailer@ife.ee.ethz.ch
2581 L:      linux-sound@vger.kernel.org
2582 W:      http://www.ife.ee.ethz.ch/~sailer/linux/pciaudio.html
2583 S:      Maintained
2584
2585 PCI SUBSYSTEM
2586 P:      Greg Kroah-Hartman
2587 M:      gregkh@suse.de
2588 L:      linux-kernel@vger.kernel.org
2589 L:      linux-pci@atrey.karlin.mff.cuni.cz
2590 T:      quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
2591 S:      Supported
2592
2593 PCI HOTPLUG CORE
2594 P:      Kristen Carlson Accardi
2595 M:      kristen.c.accardi@intel.com
2596 S:      Supported
2597
2598 PCI HOTPLUG COMPAQ DRIVER
2599 P:      Greg Kroah-Hartman
2600 M:      greg@kroah.com
2601 S:      Maintained
2602
2603 PCIE HOTPLUG DRIVER
2604 P:      Kristen Carlson Accardi
2605 M:      kristen.c.accardi@intel.com
2606 L:      pcihpd-discuss@lists.sourceforge.net
2607 S:      Supported
2608
2609 PCMCIA SUBSYSTEM
2610 P:      Linux PCMCIA Team
2611 L:      linux-pcmcia@lists.infradead.org
2612 L:      http://lists.infradead.org/mailman/listinfo/linux-pcmcia
2613 T:      git kernel.org:/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
2614 S:      Maintained
2615
2616 PCNET32 NETWORK DRIVER
2617 P:      Thomas Bogendörfer
2618 M:      tsbogend@alpha.franken.de
2619 L:      netdev@vger.kernel.org
2620 S:      Maintained
2621
2622 PER-TASK DELAY ACCOUNTING
2623 P:      Shailabh Nagar
2624 M:      nagar@watson.ibm.com
2625 L:      linux-kernel@vger.kernel.org
2626 S:      Maintained
2627
2628 PERSONALITY HANDLING
2629 P:      Christoph Hellwig
2630 M:      hch@infradead.org
2631 L:      linux-abi-devel@lists.sourceforge.net
2632 S:      Maintained
2633
2634 PHRAM MTD DRIVER
2635 P:      Jörn Engel
2636 M:      joern@wh.fh-wedel.de
2637 L:      linux-mtd@lists.infradead.org
2638 S:      Maintained
2639
2640 PKTCDVD DRIVER
2641 P:      Peter Osterlund
2642 M:      petero2@telia.com
2643 L:      linux-kernel@vger.kernel.org
2644 S:      Maintained
2645
2646 POSIX CLOCKS and TIMERS
2647 P:      George Anzinger
2648 M:      george@mvista.com
2649 L:      linux-kernel@vger.kernel.org
2650 S:      Supported
2651
2652 POWERPC 4xx EMAC DRIVER
2653 P:      Eugene Surovegin
2654 M:      ebs@ebshome.net
2655 W:      http://kernel.ebshome.net/emac/
2656 L:      linuxppc-embedded@ozlabs.org
2657 L:      netdev@vger.kernel.org
2658 S:      Maintained
2659
2660 PNP SUPPORT
2661 P:      Adam Belay
2662 M:      ambx1@neo.rr.com
2663 S:      Maintained
2664
2665 PNXxxxx I2C DRIVER
2666 P:      Vitaly Wool
2667 M:      vitalywool@gmail.com
2668 L:      i2c@lm-sensors.org
2669 S:      Maintained
2670
2671 PPP PROTOCOL DRIVERS AND COMPRESSORS
2672 P:      Paul Mackerras
2673 M:      paulus@samba.org
2674 L:      linux-ppp@vger.kernel.org
2675 S:      Maintained
2676
2677 PPP OVER ATM (RFC 2364)
2678 P:      Mitchell Blank Jr
2679 M:      mitch@sfgoth.com
2680 S:      Maintained
2681
2682 PPP OVER ETHERNET
2683 P:      Michal Ostrowski
2684 M:      mostrows@speakeasy.net
2685 S:      Maintained
2686
2687 PREEMPTIBLE KERNEL
2688 P:      Robert Love
2689 M:      rml@tech9.net
2690 L:      linux-kernel@vger.kernel.org
2691 L:      kpreempt-tech@lists.sourceforge.net
2692 W:      ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
2693 S:      Supported
2694
2695 PRISM54 WIRELESS DRIVER
2696 P:      Prism54 Development Team
2697 M:      developers@islsm.org
2698 L:      netdev@vger.kernel.org
2699 W:      http://prism54.org
2700 S:      Maintained
2701
2702 PROMISE DC4030 CACHING DISK CONTROLLER DRIVER
2703 P:      Peter Denison
2704 M:      promise@pnd-pc.demon.co.uk
2705 W:      http://www.pnd-pc.demon.co.uk/promise/
2706 S:      Maintained
2707
2708 PROMISE SATA TX2/TX4 CONTROLLER LIBATA DRIVER
2709 P:      Mikael Pettersson
2710 M:      mikpe@it.uu.se
2711 L:      linux-ide@vger.kernel.org
2712 S:      Maintained
2713
2714 PS3 PLATFORM SUPPORT
2715 P:      Geoff Levand
2716 M:      geoffrey.levand@am.sony.com
2717 L:      linuxppc-dev@ozlabs.org
2718 L:      cbe-oss-dev@ozlabs.org
2719 S:      Supported
2720
2721 PVRUSB2 VIDEO4LINUX DRIVER
2722 P:      Mike Isely
2723 M:      isely@pobox.com
2724 L:      pvrusb2@isely.net
2725 L:      video4linux-list@redhat.com
2726 W:      http://www.isely.net/pvrusb2/
2727 S:      Maintained
2728
2729 PXA2xx SUPPORT
2730 P:      Nicolas Pitre
2731 M:      nico@cam.org
2732 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
2733 S:      Maintained
2734
2735 QLOGIC QLA2XXX FC-SCSI DRIVER
2736 P:      Andrew Vasquez
2737 M:      linux-driver@qlogic.com
2738 L:      linux-scsi@vger.kernel.org
2739 S:      Supported
2740
2741 QLOGIC QLA3XXX NETWORK DRIVER
2742 P:      Ron Mercer
2743 M:      linux-driver@qlogic.com
2744 L:      netdev@vger.kernel.org
2745 S:      Supported
2746
2747 QNX4 FILESYSTEM
2748 P:      Anders Larsen
2749 M:      al@alarsen.net
2750 L:      linux-kernel@vger.kernel.org
2751 W:      http://www.alarsen.net/linux/qnx4fs/
2752 S:      Maintained
2753
2754 RADEON FRAMEBUFFER DISPLAY DRIVER
2755 P:      Benjamin Herrenschmidt
2756 M:      benh@kernel.crashing.org
2757 L:      linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
2758 S:      Maintained
2759
2760 RAGE128 FRAMEBUFFER DISPLAY DRIVER
2761 P:      Paul Mackerras
2762 M:      paulus@samba.org
2763 L:      linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
2764 S:      Maintained
2765
2766 RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
2767 P:      Corey Thomas
2768 M:      corey@world.std.com
2769 L:      linux-kernel@vger.kernel.org
2770 S:      Maintained
2771
2772 RANDOM NUMBER DRIVER
2773 P:      Matt Mackall
2774 M:      mpm@selenic.com
2775 S:      Maintained
2776
2777 RAPIDIO SUBSYSTEM
2778 P:      Matt Porter
2779 M:      mporter@kernel.crashing.org
2780 L:      linux-kernel@vger.kernel.org
2781 S:      Maintained
2782
2783 READ-COPY UPDATE (RCU)
2784 P:      Dipankar Sarma
2785 M:      dipankar@in.ibm.com
2786 W:      http://www.rdrop.com/users/paulmck/rclock/
2787 L:      linux-kernel@vger.kernel.org
2788 S:      Supported
2789
2790 RCUTORTURE MODULE
2791 P:      Josh Triplett
2792 M:      josh@freedesktop.org
2793 L:      linux-kernel@vger.kernel.org
2794 S:      Maintained
2795
2796 REAL TIME CLOCK DRIVER
2797 P:      Paul Gortmaker
2798 M:      p_gortmaker@yahoo.com
2799 L:      linux-kernel@vger.kernel.org
2800 S:      Maintained
2801
2802 REAL TIME CLOCK (RTC) SUBSYSTEM
2803 P:      Alessandro Zummo
2804 M:      a.zummo@towertech.it
2805 L:      rtc-linux@googlegroups.com
2806 S:      Maintained
2807
2808 REISERFS FILE SYSTEM
2809 P:      Hans Reiser
2810 M:      reiserfs-dev@namesys.com
2811 L:      reiserfs-list@namesys.com
2812 W:      http://www.namesys.com
2813 S:      Supported
2814
2815 ROCKETPORT DRIVER
2816 P:      Comtrol Corp.
2817 W:      http://www.comtrol.com
2818 S:      Maintained
2819
2820 ROSE NETWORK LAYER
2821 P:      Ralf Baechle
2822 M:      ralf@linux-mips.org
2823 L:      linux-hams@vger.kernel.org
2824 W:      http://www.linux-ax25.org/
2825 S:      Maintained
2826
2827 RISCOM8 DRIVER
2828 S:      Orphan
2829
2830 S3 SAVAGE FRAMEBUFFER DRIVER
2831 P:      Antonino Daplas
2832 M:      adaplas@pol.net
2833 L:      linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
2834 S:      Maintained
2835
2836 S390
2837 P:      Martin Schwidefsky
2838 M:      schwidefsky@de.ibm.com
2839 P:      Heiko Carstens
2840 M:      heiko.carstens@de.ibm.com
2841 M:      linux390@de.ibm.com
2842 L:      linux-s390@vger.kernel.org
2843 W:      http://www.ibm.com/developerworks/linux/linux390/
2844 S:      Supported
2845
2846 S390 NETWORK DRIVERS
2847 P:      Frank Pavlic
2848 M:      fpavlic@de.ibm.com
2849 M:      linux390@de.ibm.com
2850 L:      linux-s390@vger.kernel.org
2851 W:      http://www.ibm.com/developerworks/linux/linux390/
2852 S:      Supported
2853
2854 S390 ZFCP DRIVER
2855 P:      Swen Schillig
2856 M:      swen@vnet.ibm.com
2857 M:      linux390@de.ibm.com
2858 L:      linux-s390@vger.kernel.org
2859 W:      http://www.ibm.com/developerworks/linux/linux390/
2860 S:      Supported
2861
2862 SAA7146 VIDEO4LINUX-2 DRIVER
2863 P:      Michael Hunold
2864 M:      michael@mihu.de
2865 W:      http://www.mihu.de/linux/saa7146
2866 S:      Maintained
2867
2868 SBPCD CDROM DRIVER
2869 P:      Eberhard Moenkeberg
2870 M:      emoenke@gwdg.de
2871 L:      linux-kernel@vger.kernel.org
2872 S:      Maintained
2873
2874 SC1200 WDT DRIVER
2875 P:      Zwane Mwaikambo
2876 M:      zwane@arm.linux.org.uk
2877 S:      Maintained
2878
2879 SCHEDULER
2880 P:      Ingo Molnar
2881 M:      mingo@elte.hu
2882 P:      Robert Love    [the preemptible kernel bits]
2883 M:      rml@tech9.net
2884 L:      linux-kernel@vger.kernel.org
2885 S:      Maintained
2886
2887 SCSI CDROM DRIVER
2888 P:      Jens Axboe
2889 M:      axboe@kernel.dk
2890 L:      linux-scsi@vger.kernel.org
2891 W:      http://www.kernel.dk
2892 S:      Maintained
2893
2894 SCSI SG DRIVER
2895 P:      Doug Gilbert
2896 M:      dgilbert@interlog.com
2897 L:      linux-scsi@vger.kernel.org
2898 W:      http://www.torque.net/sg
2899 S:      Maintained
2900
2901 SCSI SUBSYSTEM
2902 P:      James E.J. Bottomley
2903 M:      James.Bottomley@SteelEye.com
2904 L:      linux-scsi@vger.kernel.org
2905 T:      git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
2906 S:      Maintained
2907
2908 SCSI TAPE DRIVER
2909 P:      Kai Mäkisara
2910 M:      Kai.Makisara@kolumbus.fi
2911 L:      linux-scsi@vger.kernel.org
2912 S:      Maintained
2913
2914 SCTP PROTOCOL
2915 P:      Sridhar Samudrala
2916 M:      sri@us.ibm.com
2917 L:      lksctp-developers@lists.sourceforge.net
2918 S:      Supported
2919
2920 SCx200 CPU SUPPORT
2921 P:      Jim Cromie
2922 M:      jim.cromie@gmail.com
2923 S:      Odd Fixes
2924
2925 SCx200 GPIO DRIVER
2926 P:      Jim Cromie
2927 M:      jim.cromie@gmail.com
2928 S:      Maintained
2929
2930 SCx200 HRT CLOCKSOURCE DRIVER
2931 P:      Jim Cromie
2932 M:      jim.cromie@gmail.com
2933 S:      Maintained
2934
2935 SECURITY CONTACT
2936 P:      Security Officers
2937 M:      security@kernel.org
2938 S:      Supported
2939
2940 SELINUX SECURITY MODULE
2941 P:      Stephen Smalley
2942 M:      sds@tycho.nsa.gov
2943 P:      James Morris
2944 M:      jmorris@namei.org
2945 L:      linux-kernel@vger.kernel.org (kernel issues)
2946 L:      selinux@tycho.nsa.gov (general discussion)
2947 W:      http://www.nsa.gov/selinux
2948 S:      Supported
2949
2950 SERIAL ATA (SATA) SUBSYSTEM:
2951 P:      Jeff Garzik
2952 M:      jgarzik@pobox.com
2953 L:      linux-ide@vger.kernel.org
2954 T:      git kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
2955 S:      Supported
2956
2957 SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
2958 P:      Pat Gefre
2959 M:      pfg@sgi.com
2960 L:      linux-ia64@vger.kernel.org
2961 S:      Supported
2962
2963 SGI VISUAL WORKSTATION 320 AND 540
2964 P:      Andrey Panin
2965 M:      pazke@donpac.ru
2966 L:      linux-visws-devel@lists.sf.net
2967 W:      http://linux-visws.sf.net
2968 S:      Maintained for 2.6.
2969
2970 SIMTEC EB110ATX (Chalice CATS)
2971 P:      Ben Dooks
2972 P:      Vincent Sanders
2973 M:      support@simtec.co.uk
2974 W:      http://www.simtec.co.uk/products/EB110ATX/
2975 S:      Supported
2976
2977 SIMTEC EB2410ITX (BAST)
2978 P:      Ben Dooks
2979 P:      Vincent Sanders
2980 M:      support@simtec.co.uk
2981 W:      http://www.simtec.co.uk/products/EB2410ITX/
2982 S:      Supported
2983
2984 SIS 190 ETHERNET DRIVER
2985 P:      Francois Romieu
2986 M:      romieu@fr.zoreil.com
2987 L:      netdev@vger.kernel.org
2988 S:      Maintained
2989
2990 SIS 5513 IDE CONTROLLER DRIVER
2991 P:      Lionel Bouton
2992 M:      Lionel.Bouton@inet6.fr
2993 W:      http://inet6.dyn.dhs.org/sponsoring/sis5513/index.html
2994 W:      http://gyver.homeip.net/sis5513/index.html
2995 S:      Maintained
2996
2997 SIS 900/7016 FAST ETHERNET DRIVER
2998 P:      Daniele Venzano
2999 M:      venza@brownhat.org
3000 W:      http://www.brownhat.org/sis900.html
3001 L:      netdev@vger.kernel.org
3002 S:      Maintained
3003
3004 SIS FRAMEBUFFER DRIVER
3005 P:      Thomas Winischhofer
3006 M:      thomas@winischhofer.net
3007 W:      http://www.winischhofer.net/linuxsisvga.shtml
3008 S:      Maintained      
3009
3010 SIS USB2VGA DRIVER
3011 P:      Thomas Winischhofer
3012 M:      thomas@winischhofer.net
3013 W:      http://www.winischhofer.at/linuxsisusbvga.shtml
3014 S:      Maintained
3015
3016 SMC91x ETHERNET DRIVER
3017 P:      Nicolas Pitre
3018 M:      nico@cam.org
3019 S:      Maintained
3020
3021 SOFTMAC LAYER (IEEE 802.11)
3022 P:      Johannes Berg
3023 M:      johannes@sipsolutions.net
3024 P:      Joe Jezak
3025 M:      josejx@gentoo.org
3026 P:      Daniel Drake
3027 M:      dsd@gentoo.org
3028 W:      http://softmac.sipsolutions.net/
3029 L:      netdev@vger.kernel.org
3030 S:      Maintained
3031
3032 SOFTWARE RAID (Multiple Disks) SUPPORT
3033 P:      Ingo Molnar
3034 M:      mingo@redhat.com
3035 P:      Neil Brown
3036 M:      neilb@suse.de
3037 L:      linux-raid@vger.kernel.org
3038 S:      Supported
3039
3040 SOFTWARE SUSPEND:
3041 P:      Pavel Machek
3042 M:      pavel@suse.cz
3043 L:      linux-pm@osdl.org
3044 S:      Maintained
3045
3046 SONIC NETWORK DRIVER
3047 P:      Thomas Bogendoerfer
3048 M:      tsbogend@alpha.franken.de
3049 L:      netdev@vger.kernel.org
3050 S:      Maintained
3051
3052 SONY VAIO CONTROL DEVICE DRIVER
3053 P:      Stelian Pop
3054 M:      stelian@popies.net
3055 W:      http://popies.net/sonypi/
3056 S:      Maintained
3057
3058 SOUND
3059 P:      Jaroslav Kysela
3060 M:      perex@suse.cz
3061 L:      alsa-devel@alsa-project.org
3062 S:      Maintained
3063
3064 SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT
3065 P:      Liam Girdwood
3066 M:      liam.girdwood@wolfsonmicro.com
3067 L:      alsa-devel@alsa-project.org
3068 S:      Supported
3069
3070 SPI SUBSYSTEM
3071 P:      David Brownell
3072 M:      dbrownell@users.sourceforge.net
3073 L:      spi-devel-general@lists.sourceforge.net
3074 S:      Maintained
3075
3076 STABLE BRANCH:
3077 P:      Greg Kroah-Hartman
3078 M:      greg@kroah.com
3079 P:      Chris Wright
3080 M:      chrisw@sous-sol.org
3081 L:      stable@kernel.org
3082 S:      Maintained
3083
3084 TPM DEVICE DRIVER
3085 P:      Kylene Hall
3086 M:      kjhall@us.ibm.com
3087 W:      http://tpmdd.sourceforge.net
3088 L:      tpmdd-devel@lists.sourceforge.net
3089 S:      Maintained
3090
3091 Telecom Clock Driver for MCPL0010
3092 P:      Mark Gross
3093 M:      mark.gross@intel.com
3094 S:      Supported
3095
3096 TENSILICA XTENSA PORT (xtensa):
3097 P:      Chris Zankel
3098 M:      chris@zankel.net
3099 S:      Maintained
3100
3101 UltraSPARC (sparc64):
3102 P:      David S. Miller
3103 M:      davem@davemloft.net
3104 L:      sparclinux@vger.kernel.org
3105 T:      git kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6.git
3106 S:      Maintained
3107
3108 SHARP LH SUPPORT (LH7952X & LH7A40X)
3109 P:      Marc Singer
3110 M:      elf@buici.com
3111 W:      http://projects.buici.com/arm
3112 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
3113 S:      Maintained
3114
3115 SHPC HOTPLUG DRIVER
3116 P:      Kristen Carlson Accardi
3117 M:      kristen.c.accardi@intel.com
3118 L:      pcihpd-discuss@lists.sourceforge.net
3119 S:      Supported
3120
3121 SECURE DIGITAL HOST CONTROLLER INTERFACE DRIVER
3122 P:      Pierre Ossman
3123 M:      drzeus-sdhci@drzeus.cx
3124 L:      sdhci-devel@list.drzeus.cx
3125 W:      http://mmc.drzeus.cx/wiki/Linux/Drivers/sdhci
3126 S:      Maintained
3127
3128 SKGE, SKY2 10/100/1000 GIGABIT ETHERNET DRIVERS
3129 P:      Stephen Hemminger
3130 M:      shemminger@linux-foundation.org
3131 L:      netdev@vger.kernel.org
3132 S:      Maintained
3133
3134 SOEKRIS NET48XX LED SUPPORT
3135 P:      Chris Boot
3136 M:      bootc@bootc.net
3137 S:      Maintained
3138
3139 SPARC (sparc32):
3140 P:      William L. Irwin
3141 M:      wli@holomorphy.com
3142 L:      sparclinux@vger.kernel.org
3143 S:      Maintained
3144
3145 SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER
3146 P:      Roger Wolff
3147 M:      R.E.Wolff@BitWizard.nl
3148 L:      linux-kernel@vger.kernel.org ?
3149 S:      Supported
3150
3151 SPIDERNET NETWORK DRIVER for CELL
3152 P:      Jim Lewis
3153 M:      jim@jklewis.com
3154 L:      netdev@vger.kernel.org
3155 S:      Supported
3156
3157 SRM (Alpha) environment access
3158 P:      Jan-Benedict Glaw
3159 M:      jbglaw@lug-owl.de
3160 L:      linux-kernel@vger.kernel.org
3161 S:      Maintained
3162
3163 STARFIRE/DURALAN NETWORK DRIVER
3164 P:      Ion Badulescu
3165 M:      ionut@cs.columbia.edu
3166 S:      Maintained
3167
3168 STARMODE RADIO IP (STRIP) PROTOCOL DRIVER
3169 W:      http://mosquitonet.Stanford.EDU/strip.html
3170 S:      Unsupported ?
3171
3172 STRADIS MPEG-2 DECODER DRIVER
3173 P:      Nathan Laredo
3174 M:      laredo@gnu.org
3175 W:      http://www.stradis.com/
3176 S:      Maintained
3177
3178 SUPERH (sh)
3179 P:      Paul Mundt
3180 M:      lethal@linux-sh.org
3181 L:      linuxsh-dev@lists.sourceforge.net (subscribers-only)
3182 W:      http://www.linux-sh.org
3183 S:      Maintained
3184
3185 SUPERH64 (sh64)
3186 P:      Paul Mundt
3187 M:      lethal@linux-sh.org
3188 L:      linuxsh-shmedia-dev@lists.sourceforge.net
3189 W:      http://www.linux-sh.org
3190 S:      Maintained
3191
3192 SUN3/3X
3193 P:      Sam Creasey
3194 M:      sammy@sammy.net
3195 W:      http://sammy.net/sun3/
3196 S:      Maintained
3197
3198 SVGA HANDLING
3199 P:      Martin Mares
3200 M:      mj@ucw.cz
3201 L:      linux-video@atrey.karlin.mff.cuni.cz
3202 S:      Maintained
3203
3204 SYSV FILESYSTEM
3205 P:      Christoph Hellwig
3206 M:      hch@infradead.org
3207 S:      Maintained
3208
3209 TC CLASSIFIER
3210 P:      Jamal Hadi Salim
3211 M:      hadi@cyberus.ca
3212 L:      netdev@vger.kernel.org
3213 S:      Maintained
3214
3215 TCP LOW PRIORITY MODULE
3216 P:      Wong Hoi Sing, Edison
3217 M:      hswong3i@gmail.com
3218 P:      Hung Hing Lun, Mike
3219 M:      hlhung3i@gmail.com
3220 W:      http://tcp-lp-mod.sourceforge.net/
3221 S:      Maintained
3222
3223 TI FLASH MEDIA INTERFACE DRIVER
3224 P:      Alex Dubov
3225 M:      oakad@yahoo.com
3226 S:      Maintained
3227
3228 TI OMAP RANDOM NUMBER GENERATOR SUPPORT
3229 P:      Deepak Saxena
3230 M:      dsaxena@plexity.net
3231 S:      Maintained
3232
3233 TASKSTATS STATISTICS INTERFACE
3234 P:      Shailabh Nagar
3235 M:      nagar@watson.ibm.com
3236 L:      linux-kernel@vger.kernel.org
3237 S:      Maintained
3238
3239 TI PARALLEL LINK CABLE DRIVER
3240 P:      Romain Lievin
3241 M:      roms@lpg.ticalc.org
3242 S:      Maintained
3243
3244 TIPC NETWORK LAYER
3245 P:      Per Liden
3246 M:      per.liden@ericsson.com
3247 P:      Jon Maloy
3248 M:      jon.maloy@ericsson.com
3249 P:      Allan Stephens
3250 M:      allan.stephens@windriver.com
3251 L:      tipc-discussion@lists.sourceforge.net
3252 W:      http://tipc.sourceforge.net/
3253 W:      http://tipc.cslab.ericsson.net/
3254 T:      git tipc.cslab.ericsson.net:/pub/git/tipc.git
3255 S:      Maintained
3256
3257 TLAN NETWORK DRIVER
3258 P:      Samuel Chessman
3259 M:      chessman@tux.org
3260 L:      tlan-devel@lists.sourceforge.net
3261 W:      http://sourceforge.net/projects/tlan/
3262 S:      Maintained
3263
3264 TOKEN-RING NETWORK DRIVER
3265 P:      Mike Phillips
3266 M:      mikep@linuxtr.net
3267 L:      netdev@vger.kernel.org
3268 L:      linux-tr@linuxtr.net
3269 W:      http://www.linuxtr.net
3270 S:      Maintained
3271
3272 TOSHIBA ACPI EXTRAS DRIVER
3273 P:      John Belmonte
3274 M:      toshiba_acpi@memebeam.org
3275 W:      http://memebeam.org/toys/ToshibaAcpiDriver
3276 S:      Maintained
3277
3278 TOSHIBA SMM DRIVER
3279 P:      Jonathan Buzzard
3280 M:      jonathan@buzzard.org.uk
3281 L:      tlinux-users@tce.toshiba-dme.co.jp
3282 W:      http://www.buzzard.org.uk/toshiba/
3283 S:      Maintained
3284
3285 TRIDENT 4DWAVE/SIS 7018 PCI AUDIO CORE
3286 P:      Muli Ben-Yehuda
3287 M:      mulix@mulix.org
3288 L:      linux-kernel@vger.kernel.org
3289 S:      Maintained
3290
3291 TRIVIAL PATCHES
3292 P:      Adrian Bunk
3293 M:      trivial@kernel.org
3294 L:      linux-kernel@vger.kernel.org
3295 W:      http://www.kernel.org/pub/linux/kernel/people/bunk/trivial/
3296 T:      git kernel.org:/pub/scm/linux/kernel/git/bunk/trivial.git
3297 S:      Maintained
3298
3299 TMS380 TOKEN-RING NETWORK DRIVER
3300 P:      Adam Fritzler
3301 M:      mid@auk.cx
3302 L:      linux-tr@linuxtr.net
3303 W:      http://www.auk.cx/tms380tr/
3304 S:      Maintained
3305
3306 TULIP NETWORK DRIVER
3307 P:      Valerie Henson
3308 M:      val_henson@linux.intel.com
3309 L:      tulip-users@lists.sourceforge.net
3310 W:      http://sourceforge.net/projects/tulip/
3311 S:      Maintained
3312
3313 TUN/TAP driver
3314 P:      Maxim Krasnyansky
3315 M:      maxk@qualcomm.com
3316 L:      vtun@office.satix.net
3317 W:      http://vtun.sourceforge.net/tun
3318 S:      Maintained
3319
3320 TURBOCHANNEL SUBSYSTEM
3321 P:      Maciej W. Rozycki
3322 M:      macro@linux-mips.org
3323 S:      Maintained
3324
3325 U14-34F SCSI DRIVER
3326 P:      Dario Ballabio
3327 M:      ballabio_dario@emc.com
3328 L:      linux-scsi@vger.kernel.org
3329 S:      Maintained
3330
3331 UDF FILESYSTEM
3332 P:      Ben Fennema
3333 M:      bfennema@falcon.csc.calpoly.edu
3334 W:      http://linux-udf.sourceforge.net
3335 S:      Maintained
3336
3337 UNIFORM CDROM DRIVER
3338 P:      Jens Axboe
3339 M:      axboe@kernel.dk
3340 L:      linux-kernel@vger.kernel.org
3341 W:      http://www.kernel.dk
3342 S:      Maintained
3343
3344 USB ACM DRIVER
3345 P:      Oliver Neukum
3346 M:      oliver@neukum.name
3347 L:      linux-usb-users@lists.sourceforge.net
3348 L:      linux-usb-devel@lists.sourceforge.net
3349 S:      Maintained
3350
3351 USB BLOCK DRIVER (UB ub)
3352 P:      Pete Zaitcev
3353 M:      zaitcev@redhat.com
3354 L:      linux-kernel@vger.kernel.org
3355 L:      linux-usb-devel@lists.sourceforge.net
3356 S:      Supported
3357
3358 USB CDC ETHERNET DRIVER
3359 P:      Greg Kroah-Hartman
3360 M:      greg@kroah.com
3361 L:      linux-usb-users@lists.sourceforge.net
3362 L:      linux-usb-devel@lists.sourceforge.net
3363 S:      Maintained
3364 W:      http://www.kroah.com/linux-usb/
3365
3366 USB EHCI DRIVER
3367 P:      David Brownell
3368 M:      dbrownell@users.sourceforge.net
3369 L:      linux-usb-devel@lists.sourceforge.net
3370 S:      Odd Fixes
3371
3372 USB ET61X[12]51 DRIVER
3373 P:      Luca Risolia
3374 M:      luca.risolia@studio.unibo.it
3375 L:      linux-usb-devel@lists.sourceforge.net
3376 L:      video4linux-list@redhat.com
3377 W:      http://www.linux-projects.org
3378 S:      Maintained
3379
3380 USB GADGET/PERIPHERAL SUBSYSTEM
3381 P:      David Brownell
3382 M:      dbrownell@users.sourceforge.net
3383 L:      linux-usb-devel@lists.sourceforge.net
3384 W:      http://www.linux-usb.org/gadget
3385 S:      Maintained
3386
3387 USB HID/HIDBP DRIVERS
3388 P:      Jiri Kosina
3389 M:      jkosina@suse.cz
3390 L:      linux-usb-devel@lists.sourceforge.net
3391 S:      Maintained
3392
3393 USB HUB DRIVER
3394 P:      Johannes Erdfelt
3395 M:      johannes@erdfelt.com
3396 L:      linux-usb-users@lists.sourceforge.net
3397 L:      linux-usb-devel@lists.sourceforge.net
3398 S:      Maintained
3399
3400 USB ISP116X DRIVER
3401 P:      Olav Kongas
3402 M:      ok@artecdesign.ee
3403 L:      linux-usb-devel@lists.sourceforge.net
3404 S:      Maintained
3405
3406 USB KAWASAKI LSI DRIVER
3407 P:      Oliver Neukum
3408 M:      oliver@neukum.name
3409 L:      linux-usb-users@lists.sourceforge.net
3410 L:      linux-usb-devel@lists.sourceforge.net
3411 S:      Maintained
3412
3413 USB MASS STORAGE DRIVER
3414 P:      Matthew Dharm
3415 M:      mdharm-usb@one-eyed-alien.net
3416 L:      linux-usb-users@lists.sourceforge.net
3417 L:      usb-storage@lists.one-eyed-alien.net
3418 S:      Maintained
3419 W:      http://www.one-eyed-alien.net/~mdharm/linux-usb/
3420
3421 USB OHCI DRIVER
3422 P:      David Brownell
3423 M:      dbrownell@users.sourceforge.net
3424 L:      linux-usb-users@lists.sourceforge.net
3425 L:      linux-usb-devel@lists.sourceforge.net
3426 S:      Odd Fixes
3427
3428 USB OPTION-CARD DRIVER
3429 P:      Matthias Urlichs
3430 M:      smurf@smurf.noris.de
3431 L:      linux-usb-devel@lists.sourceforge.net
3432 S:      Maintained
3433
3434 USB OV511 DRIVER
3435 P:      Mark McClelland
3436 M:      mmcclell@bigfoot.com
3437 L:      linux-usb-users@lists.sourceforge.net
3438 L:      linux-usb-devel@lists.sourceforge.net
3439 W:      http://alpha.dyndns.org/ov511/
3440 S:      Maintained
3441
3442 USB PEGASUS DRIVER
3443 P:      Petko Manolov
3444 M:      petkan@users.sourceforge.net
3445 L:      linux-usb-users@lists.sourceforge.net
3446 L:      linux-usb-devel@lists.sourceforge.net
3447 W:      http://pegasus2.sourceforge.net/
3448 S:      Maintained
3449
3450 USB PRINTER DRIVER
3451 P:      Vojtech Pavlik
3452 M:      vojtech@suse.cz
3453 L:      linux-usb-users@lists.sourceforge.net
3454 L:      linux-usb-devel@lists.sourceforge.net
3455 S:      Maintained
3456
3457 USB RTL8150 DRIVER
3458 P:      Petko Manolov
3459 M:      petkan@users.sourceforge.net
3460 L:      linux-usb-users@lists.sourceforge.net
3461 L:      linux-usb-devel@lists.sourceforge.net
3462 W:      http://pegasus2.sourceforge.net/
3463 S:      Maintained
3464
3465 USB SE401 DRIVER
3466 P:      Jeroen Vreeken
3467 M:      pe1rxq@amsat.org
3468 L:      linux-usb-users@lists.sourceforge.net
3469 L:      linux-usb-devel@lists.sourceforge.net
3470 W:      http://www.chello.nl/~j.vreeken/se401/
3471 S:      Maintained
3472
3473 USB SERIAL CYBERJACK DRIVER
3474 P:      Matthias Bruestle and Harald Welte
3475 M:      support@reiner-sct.com
3476 W:      http://www.reiner-sct.de/support/treiber_cyberjack.php
3477 S:      Maintained
3478
3479 USB SERIAL DIGI ACCELEPORT DRIVER
3480 P:      Peter Berger and Al Borchers
3481 M:      pberger@brimson.com
3482 M:      alborchers@steinerpoint.com
3483 L:      linux-usb-users@lists.sourceforge.net
3484 L:      linux-usb-devel@lists.sourceforge.net
3485 S:      Maintained
3486
3487 USB SERIAL DRIVER
3488 P:      Greg Kroah-Hartman
3489 M:      gregkh@suse.de
3490 L:      linux-usb-users@lists.sourceforge.net
3491 L:      linux-usb-devel@lists.sourceforge.net
3492 S:      Supported
3493
3494 USB SERIAL BELKIN F5U103 DRIVER
3495 P:      William Greathouse
3496 M:      wgreathouse@smva.com
3497 L:      linux-usb-users@lists.sourceforge.net
3498 L:      linux-usb-devel@lists.sourceforge.net
3499 S:      Maintained
3500
3501 USB SERIAL CYPRESS M8 DRIVER
3502 P:      Lonnie Mendez
3503 M:      dignome@gmail.com
3504 L:      linux-usb-users@lists.sourceforge.net
3505 L:      linux-usb-devel@lists.sourceforge.net
3506 S:      Maintained
3507 W:      http://geocities.com/i0xox0i
3508 W:      http://firstlight.net/cvs
3509
3510 USB SERIAL CYBERJACK PINPAD/E-COM DRIVER
3511 L:      linux-usb-users@lists.sourceforge.net
3512 L:      linux-usb-devel@lists.sourceforge.net
3513 S:      Maintained
3514
3515 USB AUERSWALD DRIVER
3516 P:      Wolfgang Muees
3517 M:      wolfgang@iksw-muees.de
3518 L:      linux-usb-users@lists.sourceforge.net
3519 L:      linux-usb-devel@lists.sourceforge.net
3520 S:      Maintained
3521
3522 USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER
3523 P:      Gary Brubaker
3524 M:      xavyer@ix.netcom.com
3525 L:      linux-usb-users@lists.sourceforge.net
3526 L:      linux-usb-devel@lists.sourceforge.net
3527 S:      Maintained
3528
3529 USB SERIAL KEYSPAN DRIVER
3530 P:      Greg Kroah-Hartman
3531 M:      greg@kroah.com
3532 L:      linux-usb-users@lists.sourceforge.net
3533 L:      linux-usb-devel@lists.sourceforge.net
3534 W:      http://www.kroah.com/linux/
3535 S:      Maintained
3536
3537 USB SERIAL WHITEHEAT DRIVER
3538 P:      Stuart MacDonald
3539 M:      stuartm@connecttech.com
3540 L:      linux-usb-users@lists.sourceforge.net
3541 L:      linux-usb-devel@lists.sourceforge.net
3542 W:      http://www.connecttech.com
3543 S:      Supported
3544
3545 USB SN9C10x DRIVER
3546 P:      Luca Risolia
3547 M:      luca.risolia@studio.unibo.it
3548 L:      linux-usb-devel@lists.sourceforge.net
3549 L:      video4linux-list@redhat.com
3550 W:      http://www.linux-projects.org
3551 S:      Maintained
3552
3553 USB SUBSYSTEM
3554 P:      Greg Kroah-Hartman
3555 M:      gregkh@suse.de
3556 L:      linux-usb-users@lists.sourceforge.net
3557 L:      linux-usb-devel@lists.sourceforge.net
3558 W:      http://www.linux-usb.org
3559 T:      quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
3560 S:      Supported
3561
3562 USB UHCI DRIVER
3563 P:      Alan Stern
3564 M:      stern@rowland.harvard.edu
3565 L:      linux-usb-users@lists.sourceforge.net
3566 L:      linux-usb-devel@lists.sourceforge.net
3567 S:      Maintained
3568
3569 USB "USBNET" DRIVER FRAMEWORK
3570 P:      David Brownell
3571 M:      dbrownell@users.sourceforge.net
3572 L:      linux-usb-devel@lists.sourceforge.net
3573 W:      http://www.linux-usb.org/usbnet
3574 S:      Maintained
3575
3576 USB W996[87]CF DRIVER
3577 P:      Luca Risolia
3578 M:      luca.risolia@studio.unibo.it
3579 L:      linux-usb-devel@lists.sourceforge.net
3580 L:      video4linux-list@redhat.com
3581 W:      http://www.linux-projects.org
3582 S:      Maintained
3583
3584 USB ZC0301 DRIVER
3585 P:      Luca Risolia
3586 M:      luca.risolia@studio.unibo.it
3587 L:      linux-usb-devel@lists.sourceforge.net
3588 L:      video4linux-list@redhat.com
3589 W:      http://www.linux-projects.org
3590 S:      Maintained
3591
3592 USB ZD1201 DRIVER
3593 P:      Jeroen Vreeken
3594 M:      pe1rxq@amsat.org
3595 L:      linux-usb-users@lists.sourceforge.net
3596 L:      linux-usb-devel@lists.sourceforge.net
3597 W:      http://linux-lc100020.sourceforge.net
3598 S:      Maintained
3599
3600 USER-MODE LINUX
3601 P:      Jeff Dike
3602 M:      jdike@karaya.com
3603 L:      user-mode-linux-devel@lists.sourceforge.net
3604 L:      user-mode-linux-user@lists.sourceforge.net
3605 W:      http://user-mode-linux.sourceforge.net
3606 S:      Maintained
3607         
3608 FAT/VFAT/MSDOS FILESYSTEM:
3609 P:      OGAWA Hirofumi
3610 M:      hirofumi@mail.parknet.co.jp
3611 L:      linux-kernel@vger.kernel.org
3612 S:      Maintained
3613
3614 VIA 82Cxxx AUDIO DRIVER (old OSS driver)
3615 P:      Jeff Garzik
3616 S:      Odd fixes
3617
3618 VIA RHINE NETWORK DRIVER
3619 P:      Roger Luethi
3620 M:      rl@hellgate.ch
3621 S:      Maintained
3622
3623 VIAPRO SMBUS DRIVER
3624 P:      Jean Delvare
3625 M:      khali@linux-fr.org
3626 L:      i2c@lm-sensors.org
3627 S:      Maintained
3628
3629 VIA VELOCITY NETWORK DRIVER
3630 P:      Francois Romieu
3631 M:      romieu@fr.zoreil.com
3632 L:      netdev@vger.kernel.org
3633 S:      Maintained
3634
3635 UCLINUX (AND M68KNOMMU)
3636 P:      Greg Ungerer
3637 M:      gerg@uclinux.org
3638 W:      http://www.uclinux.org/
3639 L:      uclinux-dev@uclinux.org  (subscribers-only)
3640 S:      Maintained
3641
3642 UCLINUX FOR NEC V850
3643 P:      Miles Bader
3644 M:      uclinux-v850@lsi.nec.co.jp
3645 W:      http://www.ic.nec.co.jp/micro/uclinux/eng/
3646 W:      http://www.ee.nec.de/uclinux/
3647 S:      Supported
3648
3649 UCLINUX FOR RENESAS H8/300
3650 P:      Yoshinori Sato
3651 M:      ysato@users.sourceforge.jp
3652 W:      http://uclinux-h8.sourceforge.jp/
3653 S:      Supported
3654
3655 UFS FILESYSTEM
3656 P: Evgeniy Dushistov
3657 M: dushistov@mail.ru
3658 L: linux-kernel@vger.kernel.org
3659 S: Maintained
3660
3661 USB DIAMOND RIO500 DRIVER
3662 P:      Cesar Miquel
3663 M:      miquel@df.uba.ar
3664 L:      rio500-users@lists.sourceforge.net
3665 W:      http://rio500.sourceforge.net
3666 S:      Maintained
3667
3668 VIDEO FOR LINUX
3669 P:      Mauro Carvalho Chehab
3670 M:      mchehab@infradead.org
3671 M:      v4l-dvb-maintainer@linuxtv.org
3672 L:      video4linux-list@redhat.com
3673 W:      http://linuxtv.org
3674 T:      git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
3675 S:      Maintained
3676
3677 VT1211 HARDWARE MONITOR DRIVER
3678 P:      Juerg Haefliger
3679 M:      juergh@gmail.com
3680 L:      lm-sensors@lm-sensors.org
3681 S:      Maintained
3682
3683 VT8231 HARDWARE MONITOR DRIVER
3684 P:      Roger Lucas
3685 M:      roger@planbit.co.uk
3686 L:      lm-sensors@lm-sensors.org
3687 S:      Maintained
3688
3689 W1 DALLAS'S 1-WIRE BUS
3690 P:      Evgeniy Polyakov
3691 M:      johnpol@2ka.mipt.ru
3692 S:      Maintained
3693
3694 W83791D HARDWARE MONITORING DRIVER
3695 P:      Charles Spirakis
3696 M:      bezaur@gmail.com
3697 L:      lm-sensors@lm-sensors.org
3698 S:      Maintained
3699
3700 W83793 HARDWARE MONITORING DRIVER
3701 P:      Rudolf Marek
3702 M:      r.marek@assembler.cz
3703 L:      lm-sensors@lm-sensors.org
3704 S:      Maintained
3705
3706 W83L51xD SD/MMC CARD INTERFACE DRIVER
3707 P:      Pierre Ossman
3708 M:      drzeus-wbsd@drzeus.cx
3709 L:      linux-kernel@vger.kernel.org
3710 W:      http://projects.drzeus.cx/wbsd
3711 S:      Maintained
3712
3713 WATCHDOG DEVICE DRIVERS
3714 P:      Wim Van Sebroeck
3715 M:      wim@iguana.be
3716 T:      git kernel.org:/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git
3717 S:      Maintained
3718
3719 WAVELAN NETWORK DRIVER & WIRELESS EXTENSIONS
3720 P:      Jean Tourrilhes
3721 M:      jt@hpl.hp.com
3722 W:      http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/
3723 S:      Maintained
3724
3725 WD7000 SCSI DRIVER
3726 P:      Miroslav Zagorac
3727 M:      zaga@fly.cc.fer.hr
3728 L:      linux-scsi@vger.kernel.org
3729 S:      Maintained
3730
3731 WISTRON LAPTOP BUTTON DRIVER
3732 P:      Miloslav Trmac
3733 M:      mitr@volny.cz
3734 S:      Maintained
3735
3736 WL3501 WIRELESS PCMCIA CARD DRIVER
3737 P:      Arnaldo Carvalho de Melo
3738 M:      acme@conectiva.com.br
3739 W:      http://advogato.org/person/acme
3740 S:      Maintained
3741
3742 X.25 NETWORK LAYER
3743 P:      Henner Eisen
3744 M:      eis@baty.hanse.de
3745 L:      linux-x25@vger.kernel.org
3746 S:      Maintained
3747
3748 XFS FILESYSTEM
3749 P:      Silicon Graphics Inc
3750 P:      Tim Shimmin, David Chatterton
3751 M:      xfs-masters@oss.sgi.com
3752 L:      xfs@oss.sgi.com
3753 W:      http://oss.sgi.com/projects/xfs
3754 T:      git git://oss.sgi.com:8090/xfs/xfs-2.6
3755 S:      Supported
3756
3757 XILINX UARTLITE SERIAL DRIVER
3758 P:      Peter Korsgaard
3759 M:      jacmet@sunsite.dk
3760 L:      linux-serial@vger.kernel.org
3761 S:      Maintained
3762
3763 X86 3-LEVEL PAGING (PAE) SUPPORT
3764 P:      Ingo Molnar
3765 M:      mingo@redhat.com
3766 S:      Maintained
3767
3768 X86-64 port
3769 P:      Andi Kleen
3770 M:      ak@suse.de
3771 L:      discuss@x86-64.org
3772 W:      http://www.x86-64.org
3773 S:      Maintained
3774
3775 YAM DRIVER FOR AX.25
3776 P:      Jean-Paul Roubelat
3777 M:      jpr@f6fbb.org
3778 L:      linux-hams@vger.kernel.org
3779 S:      Maintained
3780
3781 YEALINK PHONE DRIVER
3782 P:      Henk Vergonet
3783 M:      Henk.Vergonet@gmail.com
3784 L:      usbb2k-api-dev@nongnu.org
3785 S:      Maintained
3786
3787 Z8530 DRIVER FOR AX.25
3788 P:      Joerg Reuter
3789 M:      jreuter@yaina.de
3790 W:      http://yaina.de/jreuter/
3791 W:      http://www.qsl.net/dl1bke/
3792 L:      linux-hams@vger.kernel.org
3793 S:      Maintained
3794
3795 ZD1211RW WIRELESS DRIVER
3796 P:      Daniel Drake
3797 M:      dsd@gentoo.org
3798 P:      Ulrich Kunitz
3799 M:      kune@deine-taler.de
3800 W:      http://zd1211.ath.cx/wiki/DriverRewrite
3801 L:      zd1211-devs@lists.sourceforge.net (subscribers-only)
3802 S:      Maintained
3803
3804 ZF MACHZ WATCHDOG
3805 P:      Fernando Fuganti
3806 M:      fuganti@netbank.com.br
3807 W:      http://cvs.conectiva.com.br/drivers/ZFL-watchdog/
3808 S:      Maintained
3809
3810 ZR36067 VIDEO FOR LINUX DRIVER
3811 P:      Ronald Bultje
3812 M:      rbultje@ronald.bitfreak.net
3813 L:      mjpeg-users@lists.sourceforge.net
3814 W:      http://mjpeg.sourceforge.net/driver-zoran/
3815 S:      Maintained
3816
3817 ZR36120 VIDEO FOR LINUX DRIVER
3818 P:      Pauline Middelink
3819 M:      middelin@polyware.nl
3820 W:      http://www.polyware.nl/~middelin/En/hobbies.html
3821 W:      http://www.polyware.nl/~middelin/hobbies.html
3822 S:      Maintained
3823
3824 THE REST
3825 P:      Linus Torvalds
3826 S:      Buried alive in reporters