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