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