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