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