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