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