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