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