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