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