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