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