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