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