Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[sfrench/cifs-2.6.git] / MAINTAINERS
1
2         List of maintainers and how to submit kernel changes
3
4 Please try to follow the guidelines below.  This will make things
5 easier on the maintainers.  Not all of these guidelines matter for every
6 trivial patch so apply some common sense.
7
8 1.      Always _test_ your changes, however small, on at least 4 or
9         5 people, preferably many more.
10
11 2.      Try to release a few ALPHA test versions to the net. Announce
12         them onto the kernel channel and await results. This is especially
13         important for device drivers, because often that's the only way
14         you will find things like the fact version 3 firmware needs
15         a magic fix you didn't know about, or some clown changed the
16         chips on a board and not its name.  (Don't laugh!  Look at the
17         SMC etherpower for that.)
18
19 3.      Make sure your changes compile correctly in multiple
20         configurations. In particular check that changes work both as a
21         module and built into the kernel.
22
23 4.      When you are happy with a change make it generally available for
24         testing and await feedback.
25
26 5.      Make a patch available to the relevant maintainer in the list. Use
27         'diff -u' to make the patch easy to merge. Be prepared to get your
28         changes sent back with seemingly silly requests about formatting
29         and variable names.  These aren't as silly as they seem. One
30         job the maintainers (and especially Linus) do is to keep things
31         looking the same. Sometimes this means that the clever hack in
32         your driver to get around a problem actually needs to become a
33         generalized kernel feature ready for next time.
34
35         PLEASE check your patch with the automated style checker
36         (scripts/checkpatch.pl) to catch trival style violations.
37         See Documentation/CodingStyle for guidance here.
38
39         PLEASE try to include any credit lines you want added with the
40         patch. It avoids people being missed off by mistake and makes
41         it easier to know who wants adding and who doesn't.
42
43         PLEASE document known bugs. If it doesn't work for everything
44         or does something very odd once a month document it.
45
46         PLEASE remember that submissions must be made under the terms
47         of the OSDL certificate of contribution and should include a
48         Signed-off-by: line.  The current version of this "Developer's
49         Certificate of Origin" (DCO) is listed in the file
50         Documentation/SubmittingPatches.
51
52 6.      Make sure you have the right to send any changes you make. If you
53         do changes at work you may find your employer owns the patch
54         not you.
55
56 7.      When sending security related changes or reports to a maintainer
57         please Cc: security@kernel.org, especially if the maintainer
58         does not respond.
59
60 8.      Happy hacking.
61
62                 -----------------------------------
63
64 Maintainers List (try to look for most precise areas first)
65
66 Note: For the hard of thinking, this list is meant to remain in alphabetical
67 order. If you could add yourselves to it in alphabetical order that would be
68 so much easier [Ed]
69
70 P: Person
71 M: Mail patches to
72 L: Mailing list that is relevant to this area
73 W: Web-page with status/info
74 T: SCM tree type and location.  Type is one of: git, hg, quilt.
75 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 IA32 MICROCODE UPDATE SUPPORT
2182 P:      Tigran Aivazian
2183 M:      tigran@aivazian.fsnet.co.uk
2184 S:      Maintained
2185
2186 INTEL I/OAT DMA DRIVER
2187 P:      Maciej Sosnowski
2188 M:      maciej.sosnowski@intel.com
2189 L:      linux-kernel@vger.kernel.org
2190 S:      Supported
2191
2192 INTEL IOMMU (VT-d)
2193 P:      David Woodhouse
2194 M:      dwmw2@infradead.org
2195 L:      iommu@lists.linux-foundation.org
2196 T:      git://git.infradead.org/iommu-2.6.git
2197 S:      Supported
2198
2199 INTEL IOP-ADMA DMA DRIVER
2200 P:      Dan Williams
2201 M:      dan.j.williams@intel.com
2202 L:      linux-kernel@vger.kernel.org
2203 S:      Supported
2204
2205 INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
2206 P:      Deepak Saxena
2207 M:      dsaxena@plexity.net
2208 S:      Maintained
2209
2210 INTEL IXP2000 ETHERNET DRIVER
2211 P:      Lennert Buytenhek
2212 M:      kernel@wantstofly.org
2213 L:      netdev@vger.kernel.org
2214 S:      Maintained
2215
2216 INTEL ETHERNET DRIVERS (e100/e1000/e1000e/igb/ixgb/ixgbe)
2217 P:      Jeff Kirsher
2218 M:      jeffrey.t.kirsher@intel.com
2219 P:      Jesse Brandeburg
2220 M:      jesse.brandeburg@intel.com
2221 P:      Bruce Allan
2222 M:      bruce.w.allan@intel.com
2223 P:      PJ Waskiewicz
2224 M:      peter.p.waskiewicz.jr@intel.com
2225 P:      John Ronciak
2226 M:      john.ronciak@intel.com
2227 L:      e1000-devel@lists.sourceforge.net
2228 W:      http://e1000.sourceforge.net/
2229 S:      Supported
2230
2231 INTEL PRO/WIRELESS 2100 NETWORK CONNECTION SUPPORT
2232 P:      Zhu Yi
2233 M:      yi.zhu@intel.com
2234 P:      James Ketrenos
2235 M:      jketreno@linux.intel.com
2236 P:      Reinette Chatre
2237 M:      reinette.chatre@intel.com
2238 L:      linux-wireless@vger.kernel.org
2239 L:      ipw2100-devel@lists.sourceforge.net
2240 W:      http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
2241 W:      http://ipw2100.sourceforge.net
2242 S:      Supported
2243
2244 INTEL PRO/WIRELESS 2915ABG NETWORK CONNECTION SUPPORT
2245 P:      Zhu Yi
2246 M:      yi.zhu@intel.com
2247 P:      James Ketrenos
2248 M:      jketreno@linux.intel.com
2249 P:      Reinette Chatre
2250 M:      reinette.chatre@intel.com
2251 L:      linux-wireless@vger.kernel.org
2252 L:      ipw2100-devel@lists.sourceforge.net
2253 W:      http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
2254 W:      http://ipw2200.sourceforge.net
2255 S:      Supported
2256
2257 INTEL WIRELESS WIFI LINK (iwlwifi)
2258 P:      Zhu Yi
2259 M:      yi.zhu@intel.com
2260 P:      Reinette Chatre
2261 M:      reinette.chatre@intel.com
2262 L:      linux-wireless@vger.kernel.org
2263 L:      ipw3945-devel@lists.sourceforge.net
2264 W:      http://intellinuxwireless.org
2265 T:      git kernel.org:/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-2.6.git
2266 S:      Supported
2267
2268 IOC3 ETHERNET DRIVER
2269 P:      Ralf Baechle
2270 M:      ralf@linux-mips.org
2271 L:      linux-mips@linux-mips.org
2272 S:      Maintained
2273
2274 IOC3 SERIAL DRIVER
2275 P:      Pat Gefre
2276 M:      pfg@sgi.com
2277 L:      linux-mips@linux-mips.org
2278 S:      Maintained
2279
2280 IP MASQUERADING
2281 P:      Juanjo Ciarlante
2282 M:      jjciarla@raiz.uncu.edu.ar
2283 S:      Maintained
2284
2285 IP1000A 10/100/1000 GIGABIT ETHERNET DRIVER
2286 P:      Francois Romieu
2287 M:      romieu@fr.zoreil.com
2288 P:      Sorbica Shieh
2289 M:      sorbica@icplus.com.tw
2290 P:      Jesse Huang
2291 M:      jesse@icplus.com.tw
2292 L:      netdev@vger.kernel.org
2293 S:      Maintained
2294
2295 IPATH DRIVER
2296 P:      Ralph Campbell
2297 M:      infinipath@qlogic.com
2298 L:      general@lists.openfabrics.org
2299 T:      git git://git.qlogic.com/ipath-linux-2.6
2300 S:      Supported
2301
2302 IPMI SUBSYSTEM
2303 P:      Corey Minyard
2304 M:      minyard@acm.org
2305 L:      openipmi-developer@lists.sourceforge.net
2306 W:      http://openipmi.sourceforge.net/
2307 S:      Supported
2308
2309 IPS SCSI RAID DRIVER
2310 P:      Adaptec OEM Raid Solutions
2311 M:      aacraid@adaptec.com
2312 L:      linux-scsi@vger.kernel.org
2313 W:      http://www.adaptec.com/
2314 S:      Maintained
2315
2316 IPVS
2317 P:      Wensong Zhang
2318 M:      wensong@linux-vs.org
2319 P:      Simon Horman
2320 M:      horms@verge.net.au
2321 P:      Julian Anastasov
2322 M:      ja@ssi.bg
2323 L:      netdev@vger.kernel.org
2324 L:      lvs-devel@vger.kernel.org
2325 S:      Maintained
2326
2327 IPWIRELESS DRIVER
2328 P:      Jiri Kosina
2329 M:      jkosina@suse.cz
2330 P:      David Sterba
2331 M:      dsterba@suse.cz
2332 S:      Maintained
2333 T:      git://git.kernel.org/pub/scm/linux/kernel/git/jikos/ipwireless_cs.git
2334
2335 IPX NETWORK LAYER
2336 P:      Arnaldo Carvalho de Melo
2337 M:      acme@ghostprotocols.net
2338 L:      netdev@vger.kernel.org
2339 S:      Maintained
2340
2341 IRDA SUBSYSTEM
2342 P:      Samuel Ortiz
2343 M:      samuel@sortiz.org
2344 L:      irda-users@lists.sourceforge.net (subscribers-only)
2345 W:      http://irda.sourceforge.net/
2346 S:      Maintained
2347
2348 ISAPNP
2349 P:      Jaroslav Kysela
2350 M:      perex@perex.cz
2351 S:      Maintained
2352
2353 ISCSI
2354 P:      Mike Christie
2355 M:      michaelc@cs.wisc.edu
2356 L:      open-iscsi@googlegroups.com
2357 W:      www.open-iscsi.org
2358 T:      git kernel.org:/pub/scm/linux/kernel/mnc/linux-2.6-iscsi.git
2359 S:      Maintained
2360
2361 ISDN SUBSYSTEM
2362 P:      Karsten Keil
2363 M:      kkeil@suse.de
2364 L:      isdn4linux@listserv.isdn4linux.de (subscribers-only)
2365 W:      http://www.isdn4linux.de
2366 T:      git kernel.org:/pub/scm/linux/kernel/kkeil/isdn-2.6.git
2367 S:      Maintained
2368
2369 ISDN SUBSYSTEM (Eicon active card driver)
2370 P:      Armin Schindler
2371 M:      mac@melware.de
2372 L:      isdn4linux@listserv.isdn4linux.de (subscribers-only)
2373 W:      http://www.melware.de
2374 S:      Maintained
2375
2376 IVTV VIDEO4LINUX DRIVER
2377 P:      Hans Verkuil
2378 M:      hverkuil@xs4all.nl
2379 L:      ivtv-devel@ivtvdriver.org
2380 L:      ivtv-users@ivtvdriver.org
2381 L:      video4linux-list@redhat.com
2382 W:      http://www.ivtvdriver.org
2383 S:      Maintained
2384
2385 JFS FILESYSTEM
2386 P:      Dave Kleikamp
2387 M:      shaggy@austin.ibm.com
2388 L:      jfs-discussion@lists.sourceforge.net
2389 W:      http://jfs.sourceforge.net/
2390 T:      git kernel.org:/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
2391 S:      Supported
2392
2393 JME NETWORK DRIVER
2394 P:      Guo-Fu Tseng
2395 M:      cooldavid@cooldavid.org
2396 L:      netdev@vger.kernel.org
2397 S:      Maintained
2398
2399 JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
2400 P:      David Woodhouse
2401 M:      dwmw2@infradead.org
2402 L:      linux-mtd@lists.infradead.org
2403 W:      http://www.linux-mtd.infradead.org/doc/jffs2.html
2404 S:      Maintained
2405
2406 JOURNALLING LAYER FOR BLOCK DEVICES (JBD)
2407 P:      Stephen Tweedie, Andrew Morton
2408 M:      sct@redhat.com, akpm@linux-foundation.org
2409 L:      linux-ext4@vger.kernel.org
2410 S:      Maintained
2411
2412 K8TEMP HARDWARE MONITORING DRIVER
2413 P:      Rudolf Marek
2414 M:      r.marek@assembler.cz
2415 L:      lm-sensors@lm-sensors.org
2416 S:      Maintained
2417
2418 KCONFIG
2419 P:      Roman Zippel
2420 M:      zippel@linux-m68k.org
2421 L:      linux-kbuild@vger.kernel.org
2422 S:      Maintained
2423
2424 KDUMP
2425 P:      Vivek Goyal
2426 M:      vgoyal@redhat.com
2427 P:      Haren Myneni
2428 M:      hbabu@us.ibm.com
2429 L:      kexec@lists.infradead.org
2430 L:      linux-kernel@vger.kernel.org
2431 W:      http://lse.sourceforge.net/kdump/
2432 S:      Maintained
2433
2434 KERNEL AUTOMOUNTER (AUTOFS)
2435 P:      H. Peter Anvin
2436 M:      hpa@zytor.com
2437 L:      autofs@linux.kernel.org
2438 S:      Odd Fixes
2439
2440 KERNEL AUTOMOUNTER v4 (AUTOFS4)
2441 P:      Ian Kent
2442 M:      raven@themaw.net
2443 L:      autofs@linux.kernel.org
2444 S:      Maintained
2445
2446 KERNEL BUILD (kbuild: Makefile, scripts/Makefile.*)
2447 P:      Sam Ravnborg
2448 M:      sam@ravnborg.org
2449 T:      git kernel.org:/pub/scm/linux/kernel/git/sam/kbuild-next.git
2450 T:      git kernel.org:/pub/scm/linux/kernel/git/sam/kbuild-fixes.git
2451 L:      linux-kbuild@vger.kernel.org
2452 S:      Maintained
2453
2454 KERNEL JANITORS
2455 P:      Several
2456 L:      kernel-janitors@vger.kernel.org
2457 W:      http://www.kerneljanitors.org/
2458 S:      Maintained
2459
2460 KERNEL NFSD, SUNRPC, AND LOCKD SERVERS
2461 P:      J. Bruce Fields
2462 M:      bfields@fieldses.org
2463 P:      Neil Brown
2464 M:      neilb@suse.de
2465 L:      linux-nfs@vger.kernel.org
2466 W:      http://nfs.sourceforge.net/
2467 S:      Supported
2468
2469 KERNEL VIRTUAL MACHINE (KVM)
2470 P:      Avi Kivity
2471 M:      avi@redhat.com
2472 L:      kvm@vger.kernel.org
2473 W:      http://kvm.qumranet.com
2474 S:      Supported
2475
2476 KERNEL VIRTUAL MACHINE (KVM) FOR AMD-V
2477 P:      Joerg Roedel
2478 M:      joerg.roedel@amd.com
2479 L:      kvm@vger.kernel.org
2480 W:      http://kvm.qumranet.com
2481 S:      Supported
2482
2483 KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
2484 P:      Hollis Blanchard
2485 M:      hollisb@us.ibm.com
2486 L:      kvm-ppc@vger.kernel.org
2487 W:      http://kvm.qumranet.com
2488 S:      Supported
2489
2490 KERNEL VIRTUAL MACHINE For Itanium (KVM/IA64)
2491 P:      Anthony Xu
2492 M:      anthony.xu@intel.com
2493 P:      Xiantao Zhang
2494 M:      xiantao.zhang@intel.com
2495 L:      kvm-ia64@vger.kernel.org
2496 W:      http://kvm.qumranet.com
2497 S:      Supported
2498
2499 KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
2500 P:      Carsten Otte
2501 M:      cotte@de.ibm.com
2502 P:      Christian Borntraeger
2503 M:      borntraeger@de.ibm.com
2504 M:      linux390@de.ibm.com
2505 L:      linux-s390@vger.kernel.org
2506 W:      http://www.ibm.com/developerworks/linux/linux390/
2507 S:      Supported
2508
2509 KEXEC
2510 P:      Eric Biederman
2511 M:      ebiederm@xmission.com
2512 W:      http://ftp.kernel.org/pub/linux/kernel/people/horms/kexec-tools/
2513 L:      linux-kernel@vger.kernel.org
2514 L:      kexec@lists.infradead.org
2515 S:      Maintained
2516
2517 KGDB
2518 P:      Jason Wessel
2519 M:      jason.wessel@windriver.com
2520 L:      kgdb-bugreport@lists.sourceforge.net
2521 S:      Maintained
2522
2523 KPROBES
2524 P:      Ananth N Mavinakayanahalli
2525 M:      ananth@in.ibm.com
2526 P:      Anil S Keshavamurthy
2527 M:      anil.s.keshavamurthy@intel.com
2528 P:      David S. Miller
2529 M:      davem@davemloft.net
2530 P:      Masami Hiramatsu
2531 M:      mhiramat@redhat.com
2532 L:      linux-kernel@vger.kernel.org
2533 S:      Maintained
2534
2535 KS0108 LCD CONTROLLER DRIVER
2536 P:      Miguel Ojeda Sandonis
2537 M:      miguel.ojeda.sandonis@gmail.com
2538 L:      linux-kernel@vger.kernel.org
2539 W:      http://miguelojeda.es/auxdisplay.htm
2540 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2541 S:      Maintained
2542
2543 LAPB module
2544 L:      linux-x25@vger.kernel.org
2545 S:      Orphan
2546
2547 LASI 53c700 driver for PARISC
2548 P:      James E.J. Bottomley
2549 M:      James.Bottomley@HansenPartnership.com
2550 L:      linux-scsi@vger.kernel.org
2551 S:      Maintained
2552
2553 LED SUBSYSTEM
2554 P:      Richard Purdie
2555 M:      rpurdie@rpsys.net
2556 S:      Maintained
2557
2558 LEGO USB Tower driver
2559 P:      Juergen Stuber
2560 M:      starblue@users.sourceforge.net
2561 L:      legousb-devel@lists.sourceforge.net
2562 W:      http://legousb.sourceforge.net/
2563 S:      Maintained
2564
2565 LGUEST
2566 P:      Rusty Russell
2567 M:      rusty@rustcorp.com.au
2568 L:      lguest@ozlabs.org
2569 W:      http://lguest.ozlabs.org/
2570 S:      Maintained
2571
2572 LINUX FOR IBM pSERIES (RS/6000)
2573 P:      Paul Mackerras
2574 M:      paulus@au.ibm.com
2575 W:      http://www.ibm.com/linux/ltc/projects/ppc
2576 S:      Supported
2577
2578 LINUX FOR NCR VOYAGER
2579 P:      James Bottomley
2580 M:      James.Bottomley@HansenPartnership.com
2581 W:      http://www.hansenpartnership.com/voyager
2582 S:      Maintained
2583
2584 LINUX FOR POWERPC (32-BIT AND 64-BIT)
2585 P:      Paul Mackerras
2586 M:      paulus@samba.org
2587 P:      Benjamin Herrenschmidt
2588 M:      benh@kernel.crashing.org
2589 W:      http://www.penguinppc.org/
2590 L:      linuxppc-dev@ozlabs.org
2591 T:      git kernel.org:/pub/scm/linux/kernel/git/paulus/powerpc.git
2592 S:      Supported
2593
2594 LINUX FOR POWER MACINTOSH
2595 P:      Benjamin Herrenschmidt
2596 M:      benh@kernel.crashing.org
2597 W:      http://www.penguinppc.org/
2598 L:      linuxppc-dev@ozlabs.org
2599 S:      Maintained
2600
2601 LINUX FOR POWERPC EMBEDDED MPC5XXX
2602 P:      Sylvain Munaut
2603 M:      tnt@246tNt.com
2604 P:      Grant Likely
2605 M:      grant.likely@secretlab.ca
2606 L:      linuxppc-dev@ozlabs.org
2607 S:      Maintained
2608
2609 LINUX FOR POWERPC EMBEDDED PPC4XX
2610 P:      Josh Boyer
2611 M:      jwboyer@linux.vnet.ibm.com
2612 P:      Matt Porter
2613 M:      mporter@kernel.crashing.org
2614 W:      http://www.penguinppc.org/
2615 L:      linuxppc-dev@ozlabs.org
2616 T:      git kernel.org:/pub/scm/linux/kernel/git/jwboyer/powerpc.git
2617 S:      Maintained
2618
2619 LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
2620 P:      Grant Likely
2621 M:      grant.likely@secretlab.ca
2622 W:      http://wiki.secretlab.ca/index.php/Linux_on_Xilinx_Virtex
2623 L:      linuxppc-dev@ozlabs.org
2624 S:      Maintained
2625
2626 LINUX FOR POWERPC EMBEDDED PPC8XX
2627 P:      Vitaly Bordug
2628 M:      vitb@kernel.crashing.org
2629 P:      Marcelo Tosatti
2630 M:      marcelo@kvack.org
2631 W:      http://www.penguinppc.org/
2632 L:      linuxppc-dev@ozlabs.org
2633 S:      Maintained
2634
2635 LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
2636 P:      Kumar Gala
2637 M:      galak@kernel.crashing.org
2638 W:      http://www.penguinppc.org/
2639 L:      linuxppc-dev@ozlabs.org
2640 S:      Maintained
2641
2642 LINUX FOR POWERPC PA SEMI PWRFICIENT
2643 P:      Olof Johansson
2644 M:      olof@lixom.net
2645 W:      http://www.pasemi.com/
2646 L:      linuxppc-dev@ozlabs.org
2647 S:      Supported
2648
2649 LINUX SECURITY MODULE (LSM) FRAMEWORK
2650 P:      Chris Wright
2651 M:      chrisw@sous-sol.org
2652 L:      linux-security-module@vger.kernel.org
2653 T:      git kernel.org:/pub/scm/linux/kernel/git/chrisw/lsm-2.6.git
2654 S:      Supported
2655
2656 LLC (802.2)
2657 P:      Arnaldo Carvalho de Melo
2658 M:      acme@ghostprotocols.net
2659 S:      Maintained
2660
2661 LM83 HARDWARE MONITOR DRIVER
2662 P:      Jean Delvare
2663 M:      khali@linux-fr.org
2664 L:      lm-sensors@lm-sensors.org
2665 S:      Maintained
2666
2667 LM90 HARDWARE MONITOR DRIVER
2668 P:      Jean Delvare
2669 M:      khali@linux-fr.org
2670 L:      lm-sensors@lm-sensors.org
2671 S:      Maintained
2672
2673 LOCKDEP AND LOCKSTAT
2674 P:      Peter Zijlstra
2675 M:      peterz@infradead.org
2676 P:      Ingo Molnar
2677 M:      mingo@redhat.com
2678 L:      linux-kernel@vger.kernel.org
2679 T:      git://git.kernel.org/pub/scm/linux/kernel/git/peterz/linux-2.6-lockdep.git
2680 S:      Maintained
2681
2682 LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
2683 P:      Richard Russon (FlatCap)
2684 M:      ldm@flatcap.org
2685 L:      linux-ntfs-dev@lists.sourceforge.net
2686 W:      http://www.linux-ntfs.org/content/view/19/37/
2687 S:      Maintained
2688
2689 LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
2690 P:      Eric Moore
2691 M:      Eric.Moore@lsi.com
2692 M:      support@lsi.com
2693 L:      DL-MPTFusionLinux@lsi.com
2694 L:      linux-scsi@vger.kernel.org
2695 W:      http://www.lsilogic.com/support
2696 S:      Supported
2697
2698 LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
2699 P:      Matthew Wilcox
2700 M:      matthew@wil.cx
2701 L:      linux-scsi@vger.kernel.org
2702 S:      Maintained
2703
2704 LTP (Linux Test Project)
2705 P:      Subrata Modak
2706 M:      subrata@linux.vnet.ibm.com
2707 P:      Mike Frysinger
2708 M:      vapier@gentoo.org
2709 L:      ltp-list@lists.sourceforge.net (subscribers-only)
2710 W:      http://ltp.sourceforge.net/
2711 T:      git kernel.org/pub/scm/linux/kernel/git/galak/ltp.git
2712 S:      Maintained
2713
2714 M32R ARCHITECTURE
2715 P:      Hirokazu Takata
2716 M:      takata@linux-m32r.org
2717 L:      linux-m32r@ml.linux-m32r.org
2718 L:      linux-m32r-ja@ml.linux-m32r.org (in Japanese)
2719 W:      http://www.linux-m32r.org/
2720 S:      Maintained
2721
2722 M68K ARCHITECTURE
2723 P:      Geert Uytterhoeven
2724 M:      geert@linux-m68k.org
2725 P:      Roman Zippel
2726 M:      zippel@linux-m68k.org
2727 L:      linux-m68k@lists.linux-m68k.org
2728 W:      http://www.linux-m68k.org/
2729 W:      http://linux-m68k-cvs.ubb.ca/
2730 S:      Maintained
2731
2732 M68K ON APPLE MACINTOSH
2733 P:      Joshua Thompson
2734 M:      funaho@jurai.org
2735 W:      http://www.mac.linux-m68k.org/
2736 L:      linux-m68k@lists.linux-m68k.org
2737 S:      Maintained
2738
2739 M68K ON HP9000/300
2740 P:      Philip Blundell
2741 M:      philb@gnu.org
2742 W:      http://www.tazenda.demon.co.uk/phil/linux-hp
2743 S:      Maintained
2744
2745 MAC80211
2746 P:      Johannes Berg
2747 M:      johannes@sipsolutions.net
2748 P:      Michael Wu
2749 M:      flamingice@sourmilk.net
2750 L:      linux-wireless@vger.kernel.org
2751 W:      http://linuxwireless.org/
2752 T:      git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
2753 S:      Maintained
2754
2755 MAC80211 PID RATE CONTROL
2756 P:      Stefano Brivio
2757 M:      stefano.brivio@polimi.it
2758 P:      Mattias Nissler
2759 M:      mattias.nissler@gmx.de
2760 L:      linux-wireless@vger.kernel.org
2761 W:      http://linuxwireless.org/en/developers/Documentation/mac80211/RateControl/PID
2762 T:      git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
2763 S:      Maintained
2764
2765 MACVLAN DRIVER
2766 P:      Patrick McHardy
2767 M:      kaber@trash.net
2768 L:      netdev@vger.kernel.org
2769 S:      Maintained
2770
2771 MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
2772 P:      Michael Kerrisk
2773 M:      mtk.manpages@gmail.com
2774 W:      http://www.kernel.org/doc/man-pages
2775 L:      linux-man@vger.kernel.org
2776 S:      Supported
2777
2778 MARVELL LIBERTAS WIRELESS DRIVER
2779 P:      Dan Williams
2780 M:      dcbw@redhat.com
2781 L:      libertas-dev@lists.infradead.org
2782 S:      Maintained
2783
2784 MARVELL MV643XX ETHERNET DRIVER
2785 P:      Lennert Buytenhek
2786 M:      buytenh@marvell.com
2787 L:      netdev@vger.kernel.org
2788 S:      Supported
2789
2790 MARVELL YUKON / SYSKONNECT DRIVER
2791 P:      Mirko Lindner
2792 M:      mlindner@syskonnect.de
2793 P:      Ralph Roesler
2794 M:      rroesler@syskonnect.de
2795 W:      http://www.syskonnect.com
2796 S:      Supported
2797
2798 MATROX FRAMEBUFFER DRIVER
2799 P:      Petr Vandrovec
2800 M:      vandrove@vc.cvut.cz
2801 L:      linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
2802 S:      Maintained
2803
2804 MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
2805 P:      Hans J. Koch
2806 M:      hjk@linutronix.de
2807 L:      lm-sensors@lm-sensors.org
2808 S:      Maintained
2809
2810 MEGARAID SCSI DRIVERS
2811 P:      Neela Syam Kolli
2812 M:      megaraidlinux@lsi.com
2813 L:      linux-scsi@vger.kernel.org
2814 W:      http://megaraid.lsilogic.com
2815 S:      Maintained
2816
2817 MEMORY MANAGEMENT
2818 L:      linux-mm@kvack.org
2819 L:      linux-kernel@vger.kernel.org
2820 W:      http://www.linux-mm.org
2821 S:      Maintained
2822
2823 MEMORY RESOURCE CONTROLLER
2824 P:      Balbir Singh
2825 M:      balbir@linux.vnet.ibm.com
2826 P:      Pavel Emelyanov
2827 M:      xemul@openvz.org
2828 P:      KAMEZAWA Hiroyuki
2829 M:      kamezawa.hiroyu@jp.fujitsu.com
2830 L:      linux-mm@kvack.org
2831 L:      linux-kernel@vger.kernel.org
2832 S:      Maintained
2833
2834 MEMORY TECHNOLOGY DEVICES (MTD)
2835 P:      David Woodhouse
2836 M:      dwmw2@infradead.org
2837 W:      http://www.linux-mtd.infradead.org/
2838 L:      linux-mtd@lists.infradead.org
2839 T:      git git://git.infradead.org/mtd-2.6.git
2840 S:      Maintained
2841
2842 MICROTEK X6 SCANNER
2843 P:      Oliver Neukum
2844 M:      oliver@neukum.name
2845 S:      Maintained
2846
2847 MIPS
2848 P:      Ralf Baechle
2849 M:      ralf@linux-mips.org
2850 W:      http://www.linux-mips.org/
2851 L:      linux-mips@linux-mips.org
2852 T:      git www.linux-mips.org:/pub/scm/linux.git
2853 S:      Supported
2854
2855 MISCELLANEOUS MCA-SUPPORT
2856 P:      James Bottomley
2857 M:      James.Bottomley@HansenPartnership.com
2858 L:      linux-kernel@vger.kernel.org
2859 S:      Maintained
2860
2861 MODULE SUPPORT
2862 P:      Rusty Russell
2863 M:      rusty@rustcorp.com.au
2864 L:      linux-kernel@vger.kernel.org
2865 S:      Maintained
2866
2867 MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
2868 P:      Stelian Pop
2869 M:      stelian@popies.net
2870 W:      http://popies.net/meye/
2871 S:      Maintained
2872
2873 MOTOROLA IMX MMC/SD HOST CONTROLLER INTERFACE DRIVER
2874 P:      Pavel Pisa
2875 M:      ppisa@pikron.com
2876 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
2877 S:      Maintained
2878
2879 MOUSE AND MISC DEVICES [GENERAL]
2880 P:      Alessandro Rubini
2881 M:      rubini@ipvvis.unipv.it
2882 L:      linux-kernel@vger.kernel.org
2883 S:      Maintained
2884
2885 MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
2886 P:      Jiri Slaby
2887 M:      jirislaby@gmail.com
2888 L:      linux-kernel@vger.kernel.org
2889 S:      Maintained
2890
2891 MSI LAPTOP SUPPORT
2892 P:      Lennart Poettering
2893 M:      mzxreary@0pointer.de
2894 W:      https://tango.0pointer.de/mailman/listinfo/s270-linux
2895 W:      http://0pointer.de/lennart/tchibo.html
2896 S:      Maintained
2897
2898 MULTIFUNCTION DEVICES (MFD)
2899 P:      Samuel Ortiz
2900 M:      sameo@openedhand.com
2901 L:      linux-kernel@vger.kernel.org
2902 S:      Supported
2903
2904 MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
2905 P:      Pierre Ossman
2906 M:      drzeus-mmc@drzeus.cx
2907 L:      linux-kernel@vger.kernel.org
2908 S:      Maintained
2909
2910 MULTIMEDIA CARD (MMC) ETC. OVER SPI
2911 P:      David Brownell
2912 M:      dbrownell@users.sourceforge.net
2913 L:      linux-kernel@vger.kernel.org
2914 S:      Odd Fixes
2915
2916 MULTISOUND SOUND DRIVER
2917 P:      Andrew Veliath
2918 M:      andrewtv@usa.net
2919 S:      Maintained
2920
2921 MULTITECH MULTIPORT CARD (ISICOM)
2922 P:      Jiri Slaby
2923 M:      jirislaby@gmail.com
2924 L:      linux-kernel@vger.kernel.org
2925 S:      Maintained
2926
2927 MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
2928 P:      Felipe Balbi
2929 M:      felipe.balbi@nokia.com
2930 L:      linux-usb@vger.kernel.org
2931 S:      Maintained
2932
2933 MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
2934 P:      Andrew Gallatin
2935 M:      gallatin@myri.com
2936 P:      Brice Goglin
2937 M:      brice@myri.com
2938 L:      netdev@vger.kernel.org
2939 W:      http://www.myri.com/scs/download-Myri10GE.html
2940 S:      Supported
2941
2942 NATSEMI ETHERNET DRIVER (DP8381x)
2943 P:      Tim Hockin
2944 M:      thockin@hockin.org
2945 S:      Maintained
2946
2947 NCP FILESYSTEM
2948 P:      Petr Vandrovec
2949 M:      vandrove@vc.cvut.cz
2950 L:      linware@sh.cvut.cz
2951 S:      Maintained
2952
2953 NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
2954 P:      James E.J. Bottomley
2955 M:      James.Bottomley@HansenPartnership.com
2956 L:      linux-scsi@vger.kernel.org
2957 S:      Maintained
2958
2959 NETEFFECT IWARP RNIC DRIVER (IW_NES)
2960 P:      Faisal Latif
2961 M:      faisal.latif@intel.com
2962 P:      Chien Tung
2963 M:      chien.tin.tung@intel.com
2964 L:      general@lists.openfabrics.org
2965 W:      http://www.neteffect.com
2966 S:      Supported
2967 F:      drivers/infiniband/hw/nes/
2968
2969 NETEM NETWORK EMULATOR
2970 P:      Stephen Hemminger
2971 M:      shemminger@linux-foundation.org
2972 L:      netem@lists.linux-foundation.org
2973 S:      Maintained
2974
2975 NETERION (S2IO) Xframe 10GbE DRIVER
2976 P:      Ramkrishna Vepa
2977 M:      ram.vepa@neterion.com
2978 P:      Rastapur Santosh
2979 M:      santosh.rastapur@neterion.com
2980 P:      Sivakumar Subramani
2981 M:      sivakumar.subramani@neterion.com
2982 P:      Sreenivasa Honnur
2983 M:      sreenivasa.honnur@neterion.com
2984 L:      netdev@vger.kernel.org
2985 W:      http://trac.neterion.com/cgi-bin/trac.cgi/wiki/TitleIndex?anonymous
2986 S:      Supported
2987
2988 NETFILTER/IPTABLES/IPCHAINS
2989 P:      Rusty Russell
2990 P:      Marc Boucher
2991 P:      James Morris
2992 P:      Harald Welte
2993 P:      Jozsef Kadlecsik
2994 P:      Patrick McHardy
2995 M:      kaber@trash.net
2996 L:      netfilter-devel@vger.kernel.org
2997 L:      netfilter@vger.kernel.org
2998 L:      coreteam@netfilter.org
2999 W:      http://www.netfilter.org/
3000 W:      http://www.iptables.org/
3001 S:      Supported
3002
3003 NETLABEL
3004 P:      Paul Moore
3005 M:      paul.moore@hp.com
3006 W:      http://netlabel.sf.net
3007 L:      netdev@vger.kernel.org
3008 S:      Supported
3009
3010 NETROM NETWORK LAYER
3011 P:      Ralf Baechle
3012 M:      ralf@linux-mips.org
3013 L:      linux-hams@vger.kernel.org
3014 W:      http://www.linux-ax25.org/
3015 S:      Maintained
3016
3017 NETWORK BLOCK DEVICE (NBD)
3018 P:      Paul Clements
3019 M:      Paul.Clements@steeleye.com
3020 S:      Maintained
3021
3022 NETWORK DEVICE DRIVERS
3023 P:      Jeff Garzik
3024 M:      jgarzik@pobox.com
3025 L:      netdev@vger.kernel.org
3026 T:      git kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6.git
3027 S:      Maintained
3028
3029 NETWORKING [GENERAL]
3030 P:      Networking Team
3031 M:      netdev@vger.kernel.org
3032 L:      netdev@vger.kernel.org
3033 W:      http://linux-net.osdl.org/
3034 S:      Maintained
3035
3036 NETWORKING [IPv4/IPv6]
3037 P:      David S. Miller
3038 M:      davem@davemloft.net
3039 P:      Alexey Kuznetsov
3040 M:      kuznet@ms2.inr.ac.ru
3041 P:      Pekka Savola (ipv6)
3042 M:      pekkas@netcore.fi
3043 P:      James Morris
3044 M:      jmorris@namei.org
3045 P:      Hideaki YOSHIFUJI
3046 M:      yoshfuji@linux-ipv6.org
3047 P:      Patrick McHardy
3048 M:      kaber@trash.net
3049 L:      netdev@vger.kernel.org
3050 T:      git kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6.git
3051 S:      Maintained
3052
3053 NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
3054 P:      Paul Moore
3055 M:      paul.moore@hp.com
3056 L:      netdev@vger.kernel.org
3057 S:      Maintained
3058
3059 NETWORKING [WIRELESS]
3060 P:      John W. Linville
3061 M:      linville@tuxdriver.com
3062 L:      linux-wireless@vger.kernel.org
3063 T:      git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
3064 S:      Maintained
3065
3066 NETXEN (1/10) GbE SUPPORT
3067 P:      Dhananjay Phadke
3068 M:      dhananjay@netxen.com
3069 L:      netdev@vger.kernel.org
3070 W:      http://www.netxen.com
3071 S:      Supported
3072
3073 NFS, SUNRPC, AND LOCKD CLIENTS
3074 P:      Trond Myklebust
3075 M:      Trond.Myklebust@netapp.com
3076 L:      linux-nfs@vger.kernel.org
3077 W:      http://client.linux-nfs.org
3078 T:      git git://git.linux-nfs.org/pub/linux/nfs-2.6.git
3079 S:      Maintained
3080
3081 NI5010 NETWORK DRIVER
3082 P:      Jan-Pascal van Best
3083 M:      janpascal@vanbest.org
3084 P:      Andreas Mohr
3085 M:      andi@lisas.de
3086 L:      netdev@vger.kernel.org
3087 S:      Maintained
3088
3089 NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
3090 P:      YOKOTA Hiroshi
3091 M:      yokota@netlab.is.tsukuba.ac.jp
3092 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
3093 S:      Maintained
3094
3095 NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
3096 P:      GOTO Masanori
3097 M:      gotom@debian.or.jp
3098 P:      YOKOTA Hiroshi
3099 M:      yokota@netlab.is.tsukuba.ac.jp
3100 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
3101 S:      Maintained
3102
3103 NTFS FILESYSTEM
3104 P:      Anton Altaparmakov
3105 M:      aia21@cantab.net
3106 L:      linux-ntfs-dev@lists.sourceforge.net
3107 L:      linux-kernel@vger.kernel.org
3108 W:      http://www.linux-ntfs.org/
3109 T:      git kernel.org:/pub/scm/linux/kernel/git/aia21/ntfs-2.6.git
3110 S:      Maintained
3111
3112 NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
3113 P:      Antonino Daplas
3114 M:      adaplas@gmail.com
3115 L:      linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
3116 S:      Maintained
3117
3118 OMFS FILESYSTEM
3119 P:      Bob Copeland
3120 M:      me@bobcopeland.com
3121 L:      linux-karma-devel@lists.sourceforge.net
3122 S:      Maintained
3123
3124 OMNIKEY CARDMAN 4000 DRIVER
3125 P:      Harald Welte
3126 M:      laforge@gnumonks.org
3127 S:      Maintained
3128
3129 OMNIKEY CARDMAN 4040 DRIVER
3130 P:      Harald Welte
3131 M:      laforge@gnumonks.org
3132 S:      Maintained
3133
3134 OMNIVISION OV7670 SENSOR DRIVER
3135 P:      Jonathan Corbet
3136 M:      corbet@lwn.net
3137 L:      video4linux-list@redhat.com
3138 S:      Maintained
3139
3140 ONENAND FLASH DRIVER
3141 P:      Kyungmin Park
3142 M:      kyungmin.park@samsung.com
3143 L:      linux-mtd@lists.infradead.org
3144 S:      Maintained
3145
3146 ONSTREAM SCSI TAPE DRIVER
3147 P:      Willem Riede
3148 M:      osst@riede.org
3149 L:      osst-users@lists.sourceforge.net
3150 L:      linux-scsi@vger.kernel.org
3151 S:      Maintained
3152
3153 OPENCORES I2C BUS DRIVER
3154 P:      Peter Korsgaard
3155 M:      jacmet@sunsite.dk
3156 L:      i2c@lm-sensors.org
3157 S:      Maintained
3158
3159 OPROFILE
3160 P:      Robert Richter
3161 M:      robert.richter@amd.com
3162 L:      oprofile-list@lists.sf.net
3163 S:      Maintained
3164
3165 ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
3166 P:      Mark Fasheh
3167 M:      mfasheh@suse.com
3168 P:      Joel Becker
3169 M:      joel.becker@oracle.com
3170 L:      ocfs2-devel@oss.oracle.com (moderated for non-subscribers)
3171 W:      http://oss.oracle.com/projects/ocfs2/
3172 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mfasheh/ocfs2.git
3173 S:      Supported
3174
3175 ORINOCO DRIVER
3176 P:      Pavel Roskin
3177 M:      proski@gnu.org
3178 P:      David Gibson
3179 M:      hermes@gibson.dropbear.id.au
3180 L:      linux-wireless@vger.kernel.org
3181 L:      orinoco-users@lists.sourceforge.net
3182 L:      orinoco-devel@lists.sourceforge.net
3183 W:      http://www.nongnu.org/orinoco/
3184 S:      Maintained
3185
3186 P54 WIRELESS DRIVER
3187 P:      Michael Wu
3188 M:      flamingice@sourmilk.net
3189 L:      linux-wireless@vger.kernel.org
3190 W:      http://prism54.org
3191 T:      git kernel.org:/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
3192 S:      Maintained
3193
3194 PA SEMI ETHERNET DRIVER
3195 P:      Olof Johansson
3196 M:      olof@lixom.net
3197 L:      netdev@vger.kernel.org
3198 S:      Maintained
3199
3200 PA SEMI SMBUS DRIVER
3201 P:      Olof Johansson
3202 M:      olof@lixom.net
3203 L:      i2c@lm-sensors.org
3204 S:      Maintained
3205
3206 PANASONIC LAPTOP ACPI EXTRAS DRIVER
3207 P:      Harald Welte
3208 M:      laforge@gnumonks.org
3209 S:      Maintained
3210
3211 PANASONIC MN10300/AM33 PORT
3212 P:      David Howells
3213 M:      dhowells@redhat.com
3214 P:      Koichi Yasutake
3215 M:      yasutake.koichi@jp.panasonic.com
3216 L:      linux-am33-list@redhat.com (moderated for non-subscribers)
3217 W:      ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
3218 S:      Maintained
3219
3220 PARALLEL PORT SUPPORT
3221 L:      linux-parport@lists.infradead.org (subscribers-only)
3222 S:      Orphan
3223
3224 PARAVIRT_OPS INTERFACE
3225 P:      Jeremy Fitzhardinge
3226 M:      jeremy@xensource.com
3227 P:      Chris Wright
3228 M:      chrisw@sous-sol.org
3229 P:      Zachary Amsden
3230 M:      zach@vmware.com
3231 P:      Rusty Russell
3232 M:      rusty@rustcorp.com.au
3233 L:      virtualization@lists.osdl.org
3234 L:      linux-kernel@vger.kernel.org
3235 S:      Supported
3236
3237 PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
3238 P:      Tim Waugh
3239 M:      tim@cyberelk.net
3240 L:      linux-parport@lists.infradead.org (subscribers-only)
3241 W:      http://www.torque.net/linux-pp.html
3242 S:      Maintained
3243
3244 PARISC ARCHITECTURE
3245 P:      Kyle McMartin
3246 M:      kyle@mcmartin.ca
3247 P:      Matthew Wilcox
3248 M:      matthew@wil.cx
3249 P:      Grant Grundler
3250 M:      grundler@parisc-linux.org
3251 L:      linux-parisc@vger.kernel.org
3252 W:      http://www.parisc-linux.org/
3253 T:      git kernel.org:/pub/scm/linux/kernel/git/kyle/parisc-2.6.git
3254 S:      Maintained
3255
3256 PC87360 HARDWARE MONITORING DRIVER
3257 P:      Jim Cromie
3258 M:      jim.cromie@gmail.com
3259 L:      lm-sensors@lm-sensors.org
3260 S:      Maintained
3261
3262 PC8736x GPIO DRIVER
3263 P:      Jim Cromie
3264 M:      jim.cromie@gmail.com
3265 S:      Maintained
3266
3267 PCI ERROR RECOVERY
3268 P:      Linas Vepstas
3269 M:      linas@austin.ibm.com
3270 L:      linux-kernel@vger.kernel.org
3271 L:      linux-pci@vger.kernel.org
3272 S:      Supported
3273
3274 PCI SUBSYSTEM
3275 P:      Jesse Barnes
3276 M:      jbarnes@virtuousgeek.org
3277 L:      linux-kernel@vger.kernel.org
3278 L:      linux-pci@vger.kernel.org
3279 T:      git kernel.org:/pub/scm/linux/kernel/git/jbarnes/pci-2.6.git
3280 S:      Supported
3281
3282 PCIE HOTPLUG DRIVER
3283 P:      Kristen Carlson Accardi
3284 M:      kristen.c.accardi@intel.com
3285 L:      linux-pci@vger.kernel.org
3286 S:      Supported
3287
3288 PCMCIA SUBSYSTEM
3289 P:      Linux PCMCIA Team
3290 L:      linux-pcmcia@lists.infradead.org
3291 W:      http://lists.infradead.org/mailman/listinfo/linux-pcmcia
3292 T:      git kernel.org:/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
3293 S:      Maintained
3294
3295 PCNET32 NETWORK DRIVER
3296 P:      Don Fry
3297 M:      pcnet32@verizon.net
3298 L:      netdev@vger.kernel.org
3299 S:      Maintained
3300
3301 PER-TASK DELAY ACCOUNTING
3302 P:      Balbir Singh
3303 M:      balbir@linux.vnet.ibm.com
3304 L:      linux-kernel@vger.kernel.org
3305 S:      Maintained
3306
3307 PERSONALITY HANDLING
3308 P:      Christoph Hellwig
3309 M:      hch@infradead.org
3310 L:      linux-abi-devel@lists.sourceforge.net
3311 S:      Maintained
3312
3313 PHRAM MTD DRIVER
3314 P:      Joern Engel
3315 M:      joern@lazybastard.org
3316 L:      linux-mtd@lists.infradead.org
3317 S:      Maintained
3318
3319 PKTCDVD DRIVER
3320 P:      Peter Osterlund
3321 M:      petero2@telia.com
3322 L:      linux-kernel@vger.kernel.org
3323 S:      Maintained
3324
3325 POSIX CLOCKS and TIMERS
3326 P:      Thomas Gleixner
3327 M:      tglx@linutronix.de
3328 L:      linux-kernel@vger.kernel.org
3329 S:      Supported
3330
3331 POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
3332 P:      Anton Vorontsov
3333 M:      cbou@mail.ru
3334 P:      David Woodhouse
3335 M:      dwmw2@infradead.org
3336 L:      linux-kernel@vger.kernel.org
3337 T:      git git.infradead.org/battery-2.6.git
3338 S:      Maintained
3339
3340 PNP SUPPORT
3341 P:      Adam Belay
3342 M:      ambx1@neo.rr.com
3343 S:      Maintained
3344
3345 PNXxxxx I2C DRIVER
3346 P:      Vitaly Wool
3347 M:      vitalywool@gmail.com
3348 L:      i2c@lm-sensors.org
3349 S:      Maintained
3350
3351 PPP PROTOCOL DRIVERS AND COMPRESSORS
3352 P:      Paul Mackerras
3353 M:      paulus@samba.org
3354 L:      linux-ppp@vger.kernel.org
3355 S:      Maintained
3356
3357 PPP OVER ATM (RFC 2364)
3358 P:      Mitchell Blank Jr
3359 M:      mitch@sfgoth.com
3360 S:      Maintained
3361
3362 PPP OVER ETHERNET
3363 P:      Michal Ostrowski
3364 M:      mostrows@earthlink.net
3365 S:      Maintained
3366
3367 PPP OVER L2TP
3368 P:      James Chapman
3369 M:      jchapman@katalix.com
3370 S:      Maintained
3371
3372 PREEMPTIBLE KERNEL
3373 P:      Robert Love
3374 M:      rml@tech9.net
3375 L:      linux-kernel@vger.kernel.org
3376 L:      kpreempt-tech@lists.sourceforge.net
3377 W:      ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
3378 S:      Supported
3379
3380 PRISM54 WIRELESS DRIVER
3381 P:      Luis R. Rodriguez
3382 M:      mcgrof@gmail.com
3383 L:      linux-wireless@vger.kernel.org
3384 W:      http://prism54.org
3385 S:      Maintained
3386
3387 PROMISE DC4030 CACHING DISK CONTROLLER DRIVER
3388 P:      Peter Denison
3389 M:      promise@pnd-pc.demon.co.uk
3390 W:      http://www.pnd-pc.demon.co.uk/promise/
3391 S:      Maintained
3392
3393 PROMISE SATA TX2/TX4 CONTROLLER LIBATA DRIVER
3394 P:      Mikael Pettersson
3395 M:      mikpe@it.uu.se
3396 L:      linux-ide@vger.kernel.org
3397 S:      Maintained
3398
3399 PS3 NETWORK SUPPORT
3400 P:      Masakazu Mokuno
3401 M:      mokuno@sm.sony.co.jp
3402 L:      netdev@vger.kernel.org
3403 L:      cbe-oss-dev@ozlabs.org
3404 S:      Supported
3405
3406 PS3 PLATFORM SUPPORT
3407 P:      Geoff Levand
3408 M:      geoffrey.levand@am.sony.com
3409 L:      linuxppc-dev@ozlabs.org
3410 L:      cbe-oss-dev@ozlabs.org
3411 S:      Supported
3412
3413 PVRUSB2 VIDEO4LINUX DRIVER
3414 P:      Mike Isely
3415 M:      isely@pobox.com
3416 L:      pvrusb2@isely.net       (subscribers-only)
3417 L:      video4linux-list@redhat.com
3418 W:      http://www.isely.net/pvrusb2/
3419 S:      Maintained
3420
3421 PXA2xx/PXA3xx SUPPORT
3422 P:      Eric Miao
3423 M:      eric.miao@marvell.com
3424 P:      Russell King
3425 M:      linux@arm.linux.org.uk
3426 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
3427 S:      Maintained
3428
3429 PXA MMCI DRIVER
3430 S:      Orphan
3431
3432 QLOGIC QLA2XXX FC-SCSI DRIVER
3433 P:      Andrew Vasquez
3434 M:      linux-driver@qlogic.com
3435 L:      linux-scsi@vger.kernel.org
3436 S:      Supported
3437
3438 QLOGIC QLA3XXX NETWORK DRIVER
3439 P:      Ron Mercer
3440 M:      linux-driver@qlogic.com
3441 L:      netdev@vger.kernel.org
3442 S:      Supported
3443
3444 QLOGIC QLGE 10Gb ETHERNET DRIVER
3445 P:      Ron Mercer
3446 M:      linux-driver@qlogic.com
3447 M:      ron.mercer@qlogic.com
3448 L:      netdev@vger.kernel.org
3449 S:      Supported
3450
3451 QNX4 FILESYSTEM
3452 P:      Anders Larsen
3453 M:      al@alarsen.net
3454 L:      linux-kernel@vger.kernel.org
3455 W:      http://www.alarsen.net/linux/qnx4fs/
3456 S:      Maintained
3457
3458 RADEON FRAMEBUFFER DISPLAY DRIVER
3459 P:      Benjamin Herrenschmidt
3460 M:      benh@kernel.crashing.org
3461 L:      linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
3462 S:      Maintained
3463
3464 RAGE128 FRAMEBUFFER DISPLAY DRIVER
3465 P:      Paul Mackerras
3466 M:      paulus@samba.org
3467 L:      linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
3468 S:      Maintained
3469
3470 RALINK RT2X00 WIRELESS LAN DRIVER
3471 P:      rt2x00 project
3472 L:      linux-wireless@vger.kernel.org
3473 L:      rt2400-devel@lists.sourceforge.net
3474 W:      http://rt2x00.serialmonkey.com/
3475 S:      Maintained
3476 T:      git kernel.org:/pub/scm/linux/kernel/git/ivd/rt2x00.git
3477 F:      drivers/net/wireless/rt2x00/
3478
3479 RAMDISK RAM BLOCK DEVICE DRIVER
3480 P:      Nick Piggin
3481 M:      npiggin@suse.de
3482 S:      Maintained
3483
3484 RANDOM NUMBER DRIVER
3485 P:      Matt Mackall
3486 M:      mpm@selenic.com
3487 S:      Maintained
3488
3489 RAPIDIO SUBSYSTEM
3490 P:      Matt Porter
3491 M:      mporter@kernel.crashing.org
3492 L:      linux-kernel@vger.kernel.org
3493 S:      Maintained
3494
3495 RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
3496 P:      Corey Thomas
3497 M:      coreythomas@charter.net
3498 L:      linux-wireless@vger.kernel.org
3499 S:      Maintained
3500
3501 RCUTORTURE MODULE
3502 P:      Josh Triplett
3503 M:      josh@freedesktop.org
3504 L:      linux-kernel@vger.kernel.org
3505 S:      Maintained
3506
3507 RDC R-321X SoC
3508 P:      Florian Fainelli
3509 M:      florian.fainelli@telecomint.eu
3510 L:      linux-kernel@vger.kernel.org
3511 S:      Maintained
3512
3513 RDC R6040 FAST ETHERNET DRIVER
3514 P:      Florian Fainelli
3515 M:      florian.fainelli@telecomint.eu
3516 L:      netdev@vger.kernel.org
3517 S:      Maintained
3518
3519 READ-COPY UPDATE (RCU)
3520 P:      Dipankar Sarma
3521 M:      dipankar@in.ibm.com
3522 W:      http://www.rdrop.com/users/paulmck/rclock/
3523 L:      linux-kernel@vger.kernel.org
3524 S:      Supported
3525
3526 REAL TIME CLOCK DRIVER
3527 P:      Paul Gortmaker
3528 M:      p_gortmaker@yahoo.com
3529 L:      linux-kernel@vger.kernel.org
3530 S:      Maintained
3531
3532 REAL TIME CLOCK (RTC) SUBSYSTEM
3533 P:      Alessandro Zummo
3534 M:      a.zummo@towertech.it
3535 L:      rtc-linux@googlegroups.com
3536 S:      Maintained
3537
3538 REISERFS FILE SYSTEM
3539 L:      reiserfs-devel@vger.kernel.org
3540 S:      Supported
3541
3542 RFKILL
3543 P:      Ivo van Doorn
3544 M:      IvDoorn@gmail.com
3545 L:      netdev@vger.kernel.org
3546 S:      Maintained
3547 F:      net/rfkill
3548
3549 RISCOM8 DRIVER
3550 S:      Orphan
3551
3552 ROCKETPORT DRIVER
3553 P:      Comtrol Corp.
3554 W:      http://www.comtrol.com
3555 S:      Maintained
3556
3557 ROSE NETWORK LAYER
3558 P:      Ralf Baechle
3559 M:      ralf@linux-mips.org
3560 L:      linux-hams@vger.kernel.org
3561 W:      http://www.linux-ax25.org/
3562 S:      Maintained
3563
3564 RTL818X WIRELESS DRIVER
3565 P:      Michael Wu
3566 M:      flamingice@sourmilk.net
3567 P:      Andrea Merello
3568 M:      andreamrl@tiscali.it
3569 L:      linux-wireless@vger.kernel.org
3570 W:      http://linuxwireless.org/
3571 T:      git kernel.org:/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
3572 S:      Maintained
3573
3574 S3 SAVAGE FRAMEBUFFER DRIVER
3575 P:      Antonino Daplas
3576 M:      adaplas@gmail.com
3577 L:      linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
3578 S:      Maintained
3579
3580 S390
3581 P:      Martin Schwidefsky
3582 M:      schwidefsky@de.ibm.com
3583 P:      Heiko Carstens
3584 M:      heiko.carstens@de.ibm.com
3585 M:      linux390@de.ibm.com
3586 L:      linux-s390@vger.kernel.org
3587 W:      http://www.ibm.com/developerworks/linux/linux390/
3588 S:      Supported
3589
3590 S390 NETWORK DRIVERS
3591 P:      Ursula Braun
3592 M:      ursula.braun@de.ibm.com
3593 P:      Frank Blaschka
3594 M:      blaschka@linux.vnet.ibm.com
3595 M:      linux390@de.ibm.com
3596 L:      linux-s390@vger.kernel.org
3597 W:      http://www.ibm.com/developerworks/linux/linux390/
3598 S:      Supported
3599
3600 S390 ZFCP DRIVER
3601 P:      Christof Schmitt
3602 M:      christof.schmitt@de.ibm.com
3603 P:      Martin Peschke
3604 M:      mp3@de.ibm.com
3605 M:      linux390@de.ibm.com
3606 L:      linux-s390@vger.kernel.org
3607 W:      http://www.ibm.com/developerworks/linux/linux390/
3608 S:      Supported
3609
3610 S390 IUCV NETWORK LAYER
3611 P:      Ursula Braun
3612 M:      ursula.braun@de.ibm.com
3613 M:      linux390@de.ibm.com
3614 L:      linux-s390@vger.kernel.org
3615 W:      http://www.ibm.com/developerworks/linux/linux390/
3616 S:      Supported
3617
3618 S3C24XX SD/MMC Driver
3619 P:      Ben Dooks
3620 M:      ben-linux@fluff.org
3621 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
3622 L:      linux-kernel@vger.kernel.org
3623 S:      Supported
3624
3625 SAA7146 VIDEO4LINUX-2 DRIVER
3626 P:      Michael Hunold
3627 M:      michael@mihu.de
3628 W:      http://www.mihu.de/linux/saa7146
3629 S:      Maintained
3630
3631 SC1200 WDT DRIVER
3632 P:      Zwane Mwaikambo
3633 M:      zwane@arm.linux.org.uk
3634 S:      Maintained
3635
3636 SCHEDULER
3637 P:      Ingo Molnar
3638 M:      mingo@elte.hu
3639 P:      Robert Love    [the preemptible kernel bits]
3640 M:      rml@tech9.net
3641 L:      linux-kernel@vger.kernel.org
3642 S:      Maintained
3643
3644 SCSI CDROM DRIVER
3645 P:      Jens Axboe
3646 M:      axboe@kernel.dk
3647 L:      linux-scsi@vger.kernel.org
3648 W:      http://www.kernel.dk
3649 S:      Maintained
3650
3651 SCSI SG DRIVER
3652 P:      Doug Gilbert
3653 M:      dgilbert@interlog.com
3654 L:      linux-scsi@vger.kernel.org
3655 W:      http://www.torque.net/sg
3656 S:      Maintained
3657
3658 SCSI SUBSYSTEM
3659 P:      James E.J. Bottomley
3660 M:      James.Bottomley@HansenPartnership.com
3661 L:      linux-scsi@vger.kernel.org
3662 T:      git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
3663 T:      git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6.git
3664 T:      git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-pending-2.6.git
3665 S:      Maintained
3666
3667 SCSI TAPE DRIVER
3668 P:      Kai Mäkisara
3669 M:      Kai.Makisara@kolumbus.fi
3670 L:      linux-scsi@vger.kernel.org
3671 S:      Maintained
3672
3673 SCTP PROTOCOL
3674 P:      Vlad Yasevich
3675 M:      vladislav.yasevich@hp.com
3676 P:      Sridhar Samudrala
3677 M:      sri@us.ibm.com
3678 L:      linux-sctp@vger.kernel.org
3679 W:      http://lksctp.sourceforge.net
3680 S:      Supported
3681
3682 SCx200 CPU SUPPORT
3683 P:      Jim Cromie
3684 M:      jim.cromie@gmail.com
3685 S:      Odd Fixes
3686
3687 SCx200 GPIO DRIVER
3688 P:      Jim Cromie
3689 M:      jim.cromie@gmail.com
3690 S:      Maintained
3691
3692 SCx200 HRT CLOCKSOURCE DRIVER
3693 P:      Jim Cromie
3694 M:      jim.cromie@gmail.com
3695 S:      Maintained
3696
3697 SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
3698 P:      Sascha Sommer
3699 M:      saschasommer@freenet.de
3700 L:      sdricohcs-devel@lists.sourceforge.net (subscribers-only)
3701 S:      Maintained
3702
3703 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
3704 P:      Pierre Ossman
3705 M:      drzeus-sdhci@drzeus.cx
3706 L:      sdhci-devel@list.drzeus.cx
3707 S:      Maintained
3708
3709 SECURITY CONTACT
3710 P:      Security Officers
3711 M:      security@kernel.org
3712 S:      Supported
3713
3714 SELINUX SECURITY MODULE
3715 P:      Stephen Smalley
3716 M:      sds@tycho.nsa.gov
3717 P:      James Morris
3718 M:      jmorris@namei.org
3719 P:      Eric Paris
3720 M:      eparis@parisplace.org
3721 L:      linux-kernel@vger.kernel.org (kernel issues)
3722 L:      selinux@tycho.nsa.gov (subscribers-only, general discussion)
3723 W:      http://selinuxproject.org
3724 T:      git kernel.org:pub/scm/linux/kernel/git/jmorris/security-testing-2.6.git
3725 S:      Supported
3726
3727 SENSABLE PHANTOM
3728 P:      Jiri Slaby
3729 M:      jirislaby@gmail.com
3730 S:      Maintained
3731
3732 SERIAL ATA (SATA) SUBSYSTEM
3733 P:      Jeff Garzik
3734 M:      jgarzik@pobox.com
3735 L:      linux-ide@vger.kernel.org
3736 T:      git kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
3737 S:      Supported
3738
3739 SFC NETWORK DRIVER
3740 P:      Steve Hodgson
3741 P:      Ben Hutchings
3742 P:      Robert Stonehouse
3743 M:      linux-net-drivers@solarflare.com
3744 S:      Supported
3745
3746 SGI GRU DRIVER
3747 P:      Jack Steiner
3748 M:      steiner@sgi.com
3749 S:      Maintained
3750
3751 SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
3752 P:      Pat Gefre
3753 M:      pfg@sgi.com
3754 L:      linux-ia64@vger.kernel.org
3755 S:      Supported
3756
3757 SGI VISUAL WORKSTATION 320 AND 540
3758 P:      Andrey Panin
3759 M:      pazke@donpac.ru
3760 L:      linux-visws-devel@lists.sf.net
3761 W:      http://linux-visws.sf.net
3762 S:      Maintained for 2.6.
3763
3764 SGI XP/XPC/XPNET DRIVER
3765 P:      Dean Nelson
3766 M:      dcn@sgi.com
3767 S:      Maintained
3768
3769 SHARP LH SUPPORT (LH7952X & LH7A40X)
3770 P:      Marc Singer
3771 M:      elf@buici.com
3772 W:      http://projects.buici.com/arm
3773 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
3774 S:      Maintained
3775
3776 SHPC HOTPLUG DRIVER
3777 P:      Kristen Carlson Accardi
3778 M:      kristen.c.accardi@intel.com
3779 L:      linux-pci@vger.kernel.org
3780 S:      Supported
3781
3782 SIMTEC EB110ATX (Chalice CATS)
3783 P:      Ben Dooks
3784 P:      Vincent Sanders
3785 M:      support@simtec.co.uk
3786 W:      http://www.simtec.co.uk/products/EB110ATX/
3787 S:      Supported
3788
3789 SIMTEC EB2410ITX (BAST)
3790 P:      Ben Dooks
3791 P:      Vincent Sanders
3792 M:      support@simtec.co.uk
3793 W:      http://www.simtec.co.uk/products/EB2410ITX/
3794 S:      Supported
3795
3796 SIS 190 ETHERNET DRIVER
3797 P:      Francois Romieu
3798 M:      romieu@fr.zoreil.com
3799 L:      netdev@vger.kernel.org
3800 S:      Maintained
3801
3802 SIS 900/7016 FAST ETHERNET DRIVER
3803 P:      Daniele Venzano
3804 M:      venza@brownhat.org
3805 W:      http://www.brownhat.org/sis900.html
3806 L:      netdev@vger.kernel.org
3807 S:      Maintained
3808
3809 SIS 96X I2C/SMBUS DRIVER
3810 P:      Mark M. Hoffman
3811 M:      mhoffman@lightlink.com
3812 L:      i2c@lm-sensors.org
3813 S:      Maintained
3814
3815 SIS FRAMEBUFFER DRIVER
3816 P:      Thomas Winischhofer
3817 M:      thomas@winischhofer.net
3818 W:      http://www.winischhofer.net/linuxsisvga.shtml
3819 S:      Maintained
3820
3821 SIS USB2VGA DRIVER
3822 P:      Thomas Winischhofer
3823 M:      thomas@winischhofer.net
3824 W:      http://www.winischhofer.at/linuxsisusbvga.shtml
3825 S:      Maintained
3826
3827 SKGE, SKY2 10/100/1000 GIGABIT ETHERNET DRIVERS
3828 P:      Stephen Hemminger
3829 M:      shemminger@linux-foundation.org
3830 L:      netdev@vger.kernel.org
3831 S:      Maintained
3832
3833 SLAB ALLOCATOR
3834 P:      Christoph Lameter
3835 M:      cl@linux-foundation.org
3836 P:      Pekka Enberg
3837 M:      penberg@cs.helsinki.fi
3838 P:      Matt Mackall
3839 M:      mpm@selenic.com
3840 L:      linux-mm@kvack.org
3841 S:      Maintained
3842
3843 SMC91x ETHERNET DRIVER
3844 P:      Nicolas Pitre
3845 M:      nico@cam.org
3846 S:      Maintained
3847
3848 SMSC47B397 HARDWARE MONITOR DRIVER
3849 P:      Mark M. Hoffman
3850 M:      mhoffman@lightlink.com
3851 L:      lm-sensors@lm-sensors.org
3852 S:      Maintained
3853
3854 SMX UIO Interface
3855 P:      Ben Nizette
3856 M:      bn@niasdigital.com
3857 S:      Maintained
3858
3859 SN-IA64 (Itanium) SUB-PLATFORM
3860 P:      Jes Sorensen
3861 M:      jes@sgi.com
3862 L:      linux-altix@sgi.com
3863 L:      linux-ia64@vger.kernel.org
3864 W:      http://www.sgi.com/altix
3865 S:      Maintained
3866
3867 SOC-CAMERA V4L2 SUBSYSTEM
3868 P:      Guennadi Liakhovetski
3869 M:      g.liakhovetski@gmx.de
3870 L:      video4linux-list@redhat.com
3871 S:      Maintained
3872
3873 SOEKRIS NET48XX LED SUPPORT
3874 P:      Chris Boot
3875 M:      bootc@bootc.net
3876 S:      Maintained
3877
3878 SOFTWARE RAID (Multiple Disks) SUPPORT
3879 P:      Ingo Molnar
3880 M:      mingo@redhat.com
3881 P:      Neil Brown
3882 M:      neilb@suse.de
3883 L:      linux-raid@vger.kernel.org
3884 S:      Supported
3885
3886 SONIC NETWORK DRIVER
3887 P:      Thomas Bogendoerfer
3888 M:      tsbogend@alpha.franken.de
3889 L:      netdev@vger.kernel.org
3890 S:      Maintained
3891
3892 SONICS SILICON BACKPLANE DRIVER (SSB)
3893 P:      Michael Buesch
3894 M:      mb@bu3sch.de
3895 L:      netdev@vger.kernel.org
3896 S:      Maintained
3897
3898 SONY VAIO CONTROL DEVICE DRIVER
3899 P:      Mattia Dongili
3900 M:      malattia@linux.it
3901 L:      linux-acpi@vger.kernel.org
3902 W:      http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
3903 S:      Maintained
3904
3905 SONY MEMORYSTICK CARD SUPPORT
3906 P:      Alex Dubov
3907 M:      oakad@yahoo.com
3908 L:      linux-kernel@vger.kernel.org
3909 W:      http://tifmxx.berlios.de/
3910 S:      Maintained
3911
3912 SOUND
3913 P:      Jaroslav Kysela
3914 M:      perex@perex.cz
3915 P:      Takashi Iwai
3916 M:      tiwai@suse.de
3917 L:      alsa-devel@alsa-project.org (subscribers-only)
3918 S:      Maintained
3919
3920 SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT
3921 P:      Liam Girdwood
3922 M:      lrg@slimlogic.co.uk
3923 P:      Mark Brown
3924 M:      broonie@opensource.wolfsonmicro.com
3925 T:      git opensource.wolfsonmicro.com/linux-2.6-asoc
3926 L:      alsa-devel@alsa-project.org (subscribers-only)
3927 W:      http://alsa-project.org/main/index.php/ASoC
3928 S:      Supported
3929
3930 SPARC (sparc32)
3931 P:      William L. Irwin
3932 M:      wli@holomorphy.com
3933 L:      sparclinux@vger.kernel.org
3934 S:      Maintained
3935
3936 SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER
3937 P:      Roger Wolff
3938 M:      R.E.Wolff@BitWizard.nl
3939 L:      linux-kernel@vger.kernel.org ?
3940 S:      Supported
3941
3942 SPI SUBSYSTEM
3943 P:      David Brownell
3944 M:      dbrownell@users.sourceforge.net
3945 L:      spi-devel-general@lists.sourceforge.net
3946 S:      Maintained
3947
3948 SPIDERNET NETWORK DRIVER for CELL
3949 P:      Ishizaki Kou
3950 M:      kou.ishizaki@toshiba.co.jp
3951 P:      Jens Osterkamp
3952 M:      jens@de.ibm.com
3953 L:      netdev@vger.kernel.org
3954 S:      Supported
3955
3956 SPU FILE SYSTEM
3957 P:      Jeremy Kerr
3958 M:      jk@ozlabs.org
3959 L:      linuxppc-dev@ozlabs.org
3960 L:      cbe-oss-dev@ozlabs.org
3961 W:      http://www.ibm.com/developerworks/power/cell/
3962 S:      Supported
3963
3964 SRM (Alpha) environment access
3965 P:      Jan-Benedict Glaw
3966 M:      jbglaw@lug-owl.de
3967 L:      linux-kernel@vger.kernel.org
3968 S:      Maintained
3969
3970 STABLE BRANCH
3971 P:      Greg Kroah-Hartman
3972 M:      greg@kroah.com
3973 P:      Chris Wright
3974 M:      chrisw@sous-sol.org
3975 L:      stable@kernel.org
3976 S:      Maintained
3977
3978 STAGING SUBSYSTEM
3979 P:      Greg Kroah-Hartman
3980 M:      gregkh@suse.de
3981 L:      linux-kernel@vger.kernel.org
3982 T:      quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
3983 S:      Maintained
3984
3985 STARFIRE/DURALAN NETWORK DRIVER
3986 P:      Ion Badulescu
3987 M:      ionut@cs.columbia.edu
3988 S:      Maintained
3989
3990 STARMODE RADIO IP (STRIP) PROTOCOL DRIVER
3991 W:      http://mosquitonet.Stanford.EDU/strip.html
3992 S:      Orphan
3993
3994 STRADIS MPEG-2 DECODER DRIVER
3995 P:      Nathan Laredo
3996 M:      laredo@gnu.org
3997 W:      http://www.stradis.com/
3998 S:      Maintained
3999
4000 SUN3/3X
4001 P:      Sam Creasey
4002 M:      sammy@sammy.net
4003 W:      http://sammy.net/sun3/
4004 S:      Maintained
4005
4006 SUPERH
4007 P:      Paul Mundt
4008 M:      lethal@linux-sh.org
4009 L:      linux-sh@vger.kernel.org
4010 W:      http://www.linux-sh.org
4011 T:      git kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6.git
4012 S:      Supported
4013
4014 SUSPEND TO RAM
4015 P:      Len Brown
4016 M:      len.brown@intel.com
4017 P:      Pavel Machek
4018 M:      pavel@suse.cz
4019 P:      Rafael J. Wysocki
4020 M:      rjw@sisk.pl
4021 L:      linux-pm@lists.linux-foundation.org
4022 S:      Supported
4023
4024 SVGA HANDLING
4025 P:      Martin Mares
4026 M:      mj@ucw.cz
4027 L:      linux-video@atrey.karlin.mff.cuni.cz
4028 S:      Maintained
4029
4030 SYSV FILESYSTEM
4031 P:      Christoph Hellwig
4032 M:      hch@infradead.org
4033 S:      Maintained
4034
4035 TASKSTATS STATISTICS INTERFACE
4036 P:      Balbir Singh
4037 M:      balbir@linux.vnet.ibm.com
4038 L:      linux-kernel@vger.kernel.org
4039 S:      Maintained
4040
4041 TC CLASSIFIER
4042 P:      Jamal Hadi Salim
4043 M:      hadi@cyberus.ca
4044 L:      netdev@vger.kernel.org
4045 S:      Maintained
4046
4047 TCP LOW PRIORITY MODULE
4048 P:      Wong Hoi Sing, Edison
4049 M:      hswong3i@gmail.com
4050 P:      Hung Hing Lun, Mike
4051 M:      hlhung3i@gmail.com
4052 W:      http://tcp-lp-mod.sourceforge.net/
4053 S:      Maintained
4054
4055 TEHUTI ETHERNET DRIVER
4056 P:      Alexander Indenbaum
4057 M:      baum@tehutinetworks.net
4058 P:      Andy Gospodarek
4059 M:      andy@greyhouse.net
4060 L:      netdev@vger.kernel.org
4061 S:      Supported
4062
4063 Telecom Clock Driver for MCPL0010
4064 P:      Mark Gross
4065 M:      mark.gross@intel.com
4066 S:      Supported
4067
4068 TENSILICA XTENSA PORT (xtensa)
4069 P:      Chris Zankel
4070 M:      chris@zankel.net
4071 S:      Maintained
4072
4073 THINKPAD ACPI EXTRAS DRIVER
4074 P:      Henrique de Moraes Holschuh
4075 M:      ibm-acpi@hmh.eng.br
4076 L:      ibm-acpi-devel@lists.sourceforge.net
4077 W:      http://ibm-acpi.sourceforge.net
4078 W:      http://thinkwiki.org/wiki/Ibm-acpi
4079 T:      git repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
4080 S:      Maintained
4081
4082 TI FLASH MEDIA INTERFACE DRIVER
4083 P:      Alex Dubov
4084 M:      oakad@yahoo.com
4085 S:      Maintained
4086
4087 TI OMAP MMC INTERFACE DRIVER
4088 P:      Carlos Aguiar, Anderson Briglia and Syed Khasim
4089 M:      linux-omap@vger.kernel.org
4090 W:      http://linux.omap.com
4091 W:      http://www.muru.com/linux/omap/
4092 S:      Maintained
4093
4094 TI OMAP RANDOM NUMBER GENERATOR SUPPORT
4095 P:      Deepak Saxena
4096 M:      dsaxena@plexity.net
4097 S:      Maintained
4098
4099 TIPC NETWORK LAYER
4100 P:      Per Liden
4101 M:      per.liden@ericsson.com
4102 P:      Jon Maloy
4103 M:      jon.maloy@ericsson.com
4104 P:      Allan Stephens
4105 M:      allan.stephens@windriver.com
4106 L:      tipc-discussion@lists.sourceforge.net
4107 W:      http://tipc.sourceforge.net/
4108 W:      http://tipc.cslab.ericsson.net/
4109 T:      git tipc.cslab.ericsson.net:/pub/git/tipc.git
4110 S:      Maintained
4111
4112 TLAN NETWORK DRIVER
4113 P:      Samuel Chessman
4114 M:      chessman@tux.org
4115 L:      tlan-devel@lists.sourceforge.net (subscribers-only)
4116 W:      http://sourceforge.net/projects/tlan/
4117 S:      Maintained
4118
4119 TOSHIBA ACPI EXTRAS DRIVER
4120 P:      John Belmonte
4121 M:      toshiba_acpi@memebeam.org
4122 W:      http://memebeam.org/toys/ToshibaAcpiDriver
4123 S:      Maintained
4124
4125 TOSHIBA SMM DRIVER
4126 P:      Jonathan Buzzard
4127 M:      jonathan@buzzard.org.uk
4128 L:      tlinux-users@tce.toshiba-dme.co.jp
4129 W:      http://www.buzzard.org.uk/toshiba/
4130 S:      Maintained
4131
4132 TPM DEVICE DRIVER
4133 P:      Debora Velarde
4134 M:      debora@linux.vnet.ibm.com
4135 P:      Rajiv Andrade
4136 M:      srajiv@linux.vnet.ibm.com
4137 W:      http://tpmdd.sourceforge.net
4138 P:      Marcel Selhorst
4139 M:      tpm@selhorst.net
4140 W:      http://www.prosec.rub.de/tpm/
4141 L:      tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
4142 S:      Maintained
4143
4144 TRIVIAL PATCHES
4145 P:      Jesper Juhl
4146 M:      trivial@kernel.org
4147 L:      linux-kernel@vger.kernel.org
4148 S:      Maintained
4149
4150 TTY LAYER
4151 P:      Alan Cox
4152 M:      alan@lxorguk.ukuu.org.uk
4153 L:      linux-kernel@vger.kernel.org
4154 S:      Maintained
4155
4156 TULIP NETWORK DRIVERS
4157 P:      Grant Grundler
4158 M:      grundler@parisc-linux.org
4159 P:      Kyle McMartin
4160 M:      kyle@mcmartin.ca
4161 L:      netdev@vger.kernel.org
4162 S:      Maintained
4163
4164 TUN/TAP driver
4165 P:      Maxim Krasnyansky
4166 M:      maxk@qualcomm.com
4167 L:      vtun@office.satix.net
4168 W:      http://vtun.sourceforge.net/tun
4169 S:      Maintained
4170
4171 TURBOCHANNEL SUBSYSTEM
4172 P:      Maciej W. Rozycki
4173 M:      macro@linux-mips.org
4174 S:      Maintained
4175
4176 U14-34F SCSI DRIVER
4177 P:      Dario Ballabio
4178 M:      ballabio_dario@emc.com
4179 L:      linux-scsi@vger.kernel.org
4180 S:      Maintained
4181
4182 UBI FILE SYSTEM (UBIFS)
4183 P:      Artem Bityutskiy
4184 M:      dedekind@infradead.org
4185 P:      Adrian Hunter
4186 M:      ext-adrian.hunter@nokia.com
4187 L:      linux-mtd@lists.infradead.org
4188 T:      git git://git.infradead.org/~dedekind/ubifs-2.6.git
4189 W:      http://www.linux-mtd.infradead.org/doc/ubifs.html
4190 S:      Maintained
4191
4192 UCLINUX (AND M68KNOMMU)
4193 P:      Greg Ungerer
4194 M:      gerg@uclinux.org
4195 W:      http://www.uclinux.org/
4196 L:      uclinux-dev@uclinux.org  (subscribers-only)
4197 S:      Maintained
4198
4199 UCLINUX FOR RENESAS H8/300
4200 P:      Yoshinori Sato
4201 M:      ysato@users.sourceforge.jp
4202 W:      http://uclinux-h8.sourceforge.jp/
4203 S:      Supported
4204
4205 UDF FILESYSTEM
4206 P:      Jan Kara
4207 M:      jack@suse.cz
4208 W:      http://linux-udf.sourceforge.net
4209 S:      Maintained
4210
4211 UFS FILESYSTEM
4212 P:      Evgeniy Dushistov
4213 M:      dushistov@mail.ru
4214 L:      linux-kernel@vger.kernel.org
4215 S:      Maintained
4216
4217 UltraSPARC (sparc64)
4218 P:      David S. Miller
4219 M:      davem@davemloft.net
4220 L:      sparclinux@vger.kernel.org
4221 T:      git kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6.git
4222 S:      Maintained
4223
4224 ULTRA-WIDEBAND (UWB) SUBSYSTEM:
4225 P:      David Vrabel
4226 M:      david.vrabel@csr.com
4227 L:      linux-usb@vger.kernel.org
4228 S:      Supported
4229
4230 UNIFORM CDROM DRIVER
4231 P:      Jens Axboe
4232 M:      axboe@kernel.dk
4233 L:      linux-kernel@vger.kernel.org
4234 W:      http://www.kernel.dk
4235 S:      Maintained
4236
4237 UNSORTED BLOCK IMAGES (UBI)
4238 P:      Artem Bityutskiy
4239 M:      dedekind@infradead.org
4240 W:      http://www.linux-mtd.infradead.org/
4241 L:      linux-mtd@lists.infradead.org
4242 T:      git git://git.infradead.org/~dedekind/ubi-2.6.git
4243 S:      Maintained
4244
4245 USB ACM DRIVER
4246 P:      Oliver Neukum
4247 M:      oliver@neukum.name
4248 L:      linux-usb@vger.kernel.org
4249 S:      Maintained
4250
4251 USB BLOCK DRIVER (UB ub)
4252 P:      Pete Zaitcev
4253 M:      zaitcev@redhat.com
4254 L:      linux-kernel@vger.kernel.org
4255 L:      linux-usb@vger.kernel.org
4256 S:      Supported
4257
4258 USB CDC ETHERNET DRIVER
4259 P:      Greg Kroah-Hartman
4260 M:      greg@kroah.com
4261 L:      linux-usb@vger.kernel.org
4262 S:      Maintained
4263 W:      http://www.kroah.com/linux-usb/
4264
4265 USB CYPRESS C67X00 DRIVER
4266 P:      Peter Korsgaard
4267 M:      jacmet@sunsite.dk
4268 L:      linux-usb@vger.kernel.org
4269 S:      Maintained
4270
4271 USB DAVICOM DM9601 DRIVER
4272 P:      Peter Korsgaard
4273 M:      jacmet@sunsite.dk
4274 L:      netdev@vger.kernel.org
4275 W:      http://www.linux-usb.org/usbnet
4276 S:      Maintained
4277
4278 USB DIAMOND RIO500 DRIVER
4279 P:      Cesar Miquel
4280 M:      miquel@df.uba.ar
4281 L:      rio500-users@lists.sourceforge.net
4282 W:      http://rio500.sourceforge.net
4283 S:      Maintained
4284
4285 USB EHCI DRIVER
4286 P:      David Brownell
4287 M:      dbrownell@users.sourceforge.net
4288 L:      linux-usb@vger.kernel.org
4289 S:      Odd Fixes
4290
4291 USB ET61X[12]51 DRIVER
4292 P:      Luca Risolia
4293 M:      luca.risolia@studio.unibo.it
4294 L:      linux-usb@vger.kernel.org
4295 L:      video4linux-list@redhat.com
4296 W:      http://www.linux-projects.org
4297 S:      Maintained
4298
4299 USB GADGET/PERIPHERAL SUBSYSTEM
4300 P:      David Brownell
4301 M:      dbrownell@users.sourceforge.net
4302 L:      linux-usb@vger.kernel.org
4303 W:      http://www.linux-usb.org/gadget
4304 S:      Maintained
4305
4306 USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
4307 P:      Jiri Kosina
4308 M:      jkosina@suse.cz
4309 L:      linux-usb@vger.kernel.org
4310 T:      git kernel.org:/pub/scm/linux/kernel/git/jikos/hid.git
4311 S:      Maintained
4312
4313 USB ISP116X DRIVER
4314 P:      Olav Kongas
4315 M:      ok@artecdesign.ee
4316 L:      linux-usb@vger.kernel.org
4317 S:      Maintained
4318
4319 USB KAWASAKI LSI DRIVER
4320 P:      Oliver Neukum
4321 M:      oliver@neukum.name
4322 L:      linux-usb@vger.kernel.org
4323 S:      Maintained
4324
4325 USB MASS STORAGE DRIVER
4326 P:      Matthew Dharm
4327 M:      mdharm-usb@one-eyed-alien.net
4328 L:      linux-usb@vger.kernel.org
4329 L:      usb-storage@lists.one-eyed-alien.net
4330 S:      Maintained
4331 W:      http://www.one-eyed-alien.net/~mdharm/linux-usb/
4332
4333 USB OHCI DRIVER
4334 P:      David Brownell
4335 M:      dbrownell@users.sourceforge.net
4336 L:      linux-usb@vger.kernel.org
4337 S:      Odd Fixes
4338
4339 USB OPTION-CARD DRIVER
4340 P:      Matthias Urlichs
4341 M:      smurf@smurf.noris.de
4342 L:      linux-usb@vger.kernel.org
4343 S:      Maintained
4344
4345 USB OV511 DRIVER
4346 P:      Mark McClelland
4347 M:      mmcclell@bigfoot.com
4348 L:      linux-usb@vger.kernel.org
4349 W:      http://alpha.dyndns.org/ov511/
4350 S:      Maintained
4351
4352 USB PEGASUS DRIVER
4353 P:      Petko Manolov
4354 M:      petkan@users.sourceforge.net
4355 L:      linux-usb@vger.kernel.org
4356 L:      netdev@vger.kernel.org
4357 W:      http://pegasus2.sourceforge.net/
4358 S:      Maintained
4359
4360 USB PRINTER DRIVER (usblp)
4361 P:      Pete Zaitcev
4362 M:      zaitcev@redhat.com
4363 L:      linux-usb@vger.kernel.org
4364 S:      Supported
4365
4366 USB RTL8150 DRIVER
4367 P:      Petko Manolov
4368 M:      petkan@users.sourceforge.net
4369 L:      linux-usb@vger.kernel.org
4370 L:      netdev@vger.kernel.org
4371 W:      http://pegasus2.sourceforge.net/
4372 S:      Maintained
4373
4374 USB SE401 DRIVER
4375 P:      Jeroen Vreeken
4376 M:      pe1rxq@amsat.org
4377 L:      linux-usb@vger.kernel.org
4378 W:      http://www.chello.nl/~j.vreeken/se401/
4379 S:      Maintained
4380
4381 USB SERIAL BELKIN F5U103 DRIVER
4382 P:      William Greathouse
4383 M:      wgreathouse@smva.com
4384 L:      linux-usb@vger.kernel.org
4385 S:      Maintained
4386
4387 USB SERIAL CYPRESS M8 DRIVER
4388 P:      Lonnie Mendez
4389 M:      dignome@gmail.com
4390 L:      linux-usb@vger.kernel.org
4391 S:      Maintained
4392 W:      http://geocities.com/i0xox0i
4393 W:      http://firstlight.net/cvs
4394
4395 USB SERIAL CYBERJACK DRIVER
4396 P:      Matthias Bruestle and Harald Welte
4397 M:      support@reiner-sct.com
4398 W:      http://www.reiner-sct.de/support/treiber_cyberjack.php
4399 S:      Maintained
4400
4401 USB SERIAL DIGI ACCELEPORT DRIVER
4402 P:      Peter Berger and Al Borchers
4403 M:      pberger@brimson.com
4404 M:      alborchers@steinerpoint.com
4405 L:      linux-usb@vger.kernel.org
4406 S:      Maintained
4407
4408 USB SERIAL DRIVER
4409 P:      Greg Kroah-Hartman
4410 M:      gregkh@suse.de
4411 L:      linux-usb@vger.kernel.org
4412 S:      Supported
4413
4414 USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER
4415 P:      Gary Brubaker
4416 M:      xavyer@ix.netcom.com
4417 L:      linux-usb@vger.kernel.org
4418 S:      Maintained
4419
4420 USB SERIAL KEYSPAN DRIVER
4421 P:      Greg Kroah-Hartman
4422 M:      greg@kroah.com
4423 L:      linux-usb@vger.kernel.org
4424 W:      http://www.kroah.com/linux/
4425 S:      Maintained
4426
4427 USB SERIAL WHITEHEAT DRIVER
4428 P:      Support Department
4429 M:      support@connecttech.com
4430 L:      linux-usb@vger.kernel.org
4431 W:      http://www.connecttech.com
4432 S:      Supported
4433
4434 USB SMSC95XX ETHERNET DRIVER
4435 P:      Steve Glendinning
4436 M:      steve.glendinning@smsc.com
4437 L:      netdev@vger.kernel.org
4438 S:      Supported
4439
4440 USB SN9C1xx DRIVER
4441 P:      Luca Risolia
4442 M:      luca.risolia@studio.unibo.it
4443 L:      linux-usb@vger.kernel.org
4444 L:      video4linux-list@redhat.com
4445 W:      http://www.linux-projects.org
4446 S:      Maintained
4447
4448 USB SUBSYSTEM
4449 P:      Greg Kroah-Hartman
4450 M:      gregkh@suse.de
4451 L:      linux-usb@vger.kernel.org
4452 W:      http://www.linux-usb.org
4453 T:      quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
4454 S:      Supported
4455
4456 USB UHCI DRIVER
4457 P:      Alan Stern
4458 M:      stern@rowland.harvard.edu
4459 L:      linux-usb@vger.kernel.org
4460 S:      Maintained
4461
4462 USB "USBNET" DRIVER FRAMEWORK
4463 P:      David Brownell
4464 M:      dbrownell@users.sourceforge.net
4465 L:      netdev@vger.kernel.org
4466 W:      http://www.linux-usb.org/usbnet
4467 S:      Maintained
4468
4469 USB VIDEO CLASS
4470 P:      Laurent Pinchart
4471 M:      laurent.pinchart@skynet.be
4472 L:      linux-uvc-devel@lists.berlios.de
4473 L:      video4linux-list@redhat.com
4474 W:      http://linux-uvc.berlios.de
4475 S:      Maintained
4476
4477 USB W996[87]CF DRIVER
4478 P:      Luca Risolia
4479 M:      luca.risolia@studio.unibo.it
4480 L:      linux-usb@vger.kernel.org
4481 L:      video4linux-list@redhat.com
4482 W:      http://www.linux-projects.org
4483 S:      Maintained
4484
4485 USB WIRELESS RNDIS DRIVER (rndis_wlan)
4486 P:      Jussi Kivilinna
4487 M:      jussi.kivilinna@mbnet.fi
4488 L:      linux-wireless@vger.kernel.org
4489 S:      Maintained
4490
4491 USB ZC0301 DRIVER
4492 P:      Luca Risolia
4493 M:      luca.risolia@studio.unibo.it
4494 L:      linux-usb@vger.kernel.org
4495 L:      video4linux-list@redhat.com
4496 W:      http://www.linux-projects.org
4497 S:      Maintained
4498
4499 USB ZD1201 DRIVER
4500 P:      Jeroen Vreeken
4501 M:      pe1rxq@amsat.org
4502 L:      linux-usb@vger.kernel.org
4503 W:      http://linux-lc100020.sourceforge.net
4504 S:      Maintained
4505
4506 USB ZR364XX DRIVER
4507 P:      Antoine Jacquet
4508 M:      royale@zerezo.com
4509 L:      linux-usb@vger.kernel.org
4510 L:      video4linux-list@redhat.com
4511 W:      http://royale.zerezo.com/zr364xx/
4512 S:      Maintained
4513
4514 USER-MODE LINUX (UML)
4515 P:      Jeff Dike
4516 M:      jdike@addtoit.com
4517 L:      user-mode-linux-devel@lists.sourceforge.net
4518 L:      user-mode-linux-user@lists.sourceforge.net
4519 W:      http://user-mode-linux.sourceforge.net
4520 S:      Maintained
4521
4522 USERSPACE I/O (UIO)
4523 P:      Hans J. Koch
4524 M:      hjk@linutronix.de
4525 P:      Greg Kroah-Hartman
4526 M:      gregkh@suse.de
4527 L:      linux-kernel@vger.kernel.org
4528 S:      Maintained
4529
4530 UTIL-LINUX-NG PACKAGE
4531 P:      Karel Zak
4532 M:      kzak@redhat.com
4533 L:      util-linux-ng@vger.kernel.org
4534 W:      http://kernel.org/~kzak/util-linux-ng/
4535 T:      git://git.kernel.org/pub/scm/utils/util-linux-ng/util-linux-ng.git
4536 S:      Maintained
4537
4538 UVESAFB DRIVER
4539 P:      Michal Januszewski
4540 M:      spock@gentoo.org
4541 L:      linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
4542 W:      http://dev.gentoo.org/~spock/projects/uvesafb/
4543 S:      Maintained
4544
4545 VFAT/FAT/MSDOS FILESYSTEM
4546 P:      OGAWA Hirofumi
4547 M:      hirofumi@mail.parknet.co.jp
4548 L:      linux-kernel@vger.kernel.org
4549 S:      Maintained
4550
4551 VIA RHINE NETWORK DRIVER
4552 P:      Roger Luethi
4553 M:      rl@hellgate.ch
4554 S:      Maintained
4555
4556 VIAPRO SMBUS DRIVER
4557 P:      Jean Delvare
4558 M:      khali@linux-fr.org
4559 L:      i2c@lm-sensors.org
4560 S:      Maintained
4561
4562 VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER
4563 P:      Joseph Chan
4564 M:      JosephChan@via.com.tw
4565 P:      Scott Fang
4566 M:      ScottFang@viatech.com.cn
4567 L:      linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
4568 S:      Maintained
4569
4570 VIA VELOCITY NETWORK DRIVER
4571 P:      Francois Romieu
4572 M:      romieu@fr.zoreil.com
4573 L:      netdev@vger.kernel.org
4574 S:      Maintained
4575
4576 VIDEO FOR LINUX (V4L)
4577 P:      Mauro Carvalho Chehab
4578 M:      mchehab@infradead.org
4579 M:      v4l-dvb-maintainer@linuxtv.org
4580 L:      video4linux-list@redhat.com
4581 W:      http://linuxtv.org
4582 T:      git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
4583 S:      Maintained
4584
4585 VLAN (802.1Q)
4586 P:      Patrick McHardy
4587 M:      kaber@trash.net
4588 L:      netdev@vger.kernel.org
4589 S:      Maintained
4590
4591 VOLTAGE AND CURRENT REGULATOR FRAMEWORK
4592 P:      Liam Girdwood
4593 M:      lrg@slimlogic.co.uk
4594 P:      Mark Brown
4595 M:      broonie@opensource.wolfsonmicro.com
4596 W:      http://opensource.wolfsonmicro.com/node/15
4597 W:      http://www.slimlogic.co.uk/?page_id=5
4598 T:      git kernel.org/pub/scm/linux/kernel/git/lrg/voltage-2.6.git
4599 S:      Supported
4600
4601 VT1211 HARDWARE MONITOR DRIVER
4602 P:      Juerg Haefliger
4603 M:      juergh@gmail.com
4604 L:      lm-sensors@lm-sensors.org
4605 S:      Maintained
4606
4607 VT8231 HARDWARE MONITOR DRIVER
4608 P:      Roger Lucas
4609 M:      vt8231@hiddenengine.co.uk
4610 L:      lm-sensors@lm-sensors.org
4611 S:      Maintained
4612
4613 W1 DALLAS'S 1-WIRE BUS
4614 P:      Evgeniy Polyakov
4615 M:      johnpol@2ka.mipt.ru
4616 S:      Maintained
4617
4618 W83791D HARDWARE MONITORING DRIVER
4619 P:      Marc Hulsman
4620 M:      m.hulsman@tudelft.nl
4621 L:      lm-sensors@lm-sensors.org
4622 S:      Maintained
4623
4624 W83793 HARDWARE MONITORING DRIVER
4625 P:      Rudolf Marek
4626 M:      r.marek@assembler.cz
4627 L:      lm-sensors@lm-sensors.org
4628 S:      Maintained
4629
4630 W83L51xD SD/MMC CARD INTERFACE DRIVER
4631 P:      Pierre Ossman
4632 M:      drzeus-wbsd@drzeus.cx
4633 L:      linux-kernel@vger.kernel.org
4634 S:      Maintained
4635
4636 WATCHDOG DEVICE DRIVERS
4637 P:      Wim Van Sebroeck
4638 M:      wim@iguana.be
4639 T:      git kernel.org:/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git
4640 S:      Maintained
4641
4642 WAVELAN NETWORK DRIVER & WIRELESS EXTENSIONS
4643 P:      Jean Tourrilhes
4644 M:      jt@hpl.hp.com
4645 L:      linux-wireless@vger.kernel.org
4646 W:      http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/
4647 S:      Maintained
4648
4649 WD7000 SCSI DRIVER
4650 P:      Miroslav Zagorac
4651 M:      zaga@fly.cc.fer.hr
4652 L:      linux-scsi@vger.kernel.org
4653 S:      Maintained
4654
4655 WIMEDIA LLC PROTOCOL (WLP) SUBSYSTEM
4656 P:      David Vrabel
4657 M:      david.vrabel@csr.com
4658 S:      Maintained
4659
4660 WISTRON LAPTOP BUTTON DRIVER
4661 P:      Miloslav Trmac
4662 M:      mitr@volny.cz
4663 S:      Maintained
4664
4665 WL3501 WIRELESS PCMCIA CARD DRIVER
4666 P:      Arnaldo Carvalho de Melo
4667 M:      acme@ghostprotocols.net
4668 L:      linux-wireless@vger.kernel.org
4669 W:      http://oops.ghostprotocols.net:81/blog
4670 S:      Maintained
4671
4672 WM97XX TOUCHSCREEN DRIVERS
4673 P:      Mark Brown
4674 M:      broonie@opensource.wolfsonmicro.com
4675 P:      Liam Girdwood
4676 M:      lrg@slimlogic.co.uk
4677 L:      linux-input@vger.kernel.org
4678 T:      git git://opensource.wolfsonmicro.com/linux-2.6-touch
4679 W:      http://opensource.wolfsonmicro.com/node/7
4680 S:      Supported
4681
4682 X.25 NETWORK LAYER
4683 P:      Henner Eisen
4684 M:      eis@baty.hanse.de
4685 L:      linux-x25@vger.kernel.org
4686 S:      Maintained
4687
4688 X86 ARCHITECTURE (32-BIT AND 64-BIT)
4689 P:      Thomas Gleixner
4690 M:      tglx@linutronix.de
4691 P:      Ingo Molnar
4692 M:      mingo@redhat.com
4693 P:      H. Peter Anvin
4694 M:      hpa@zytor.com
4695 L:      linux-kernel@vger.kernel.org
4696 T:      git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86.git
4697 S:      Maintained
4698
4699 XEN HYPERVISOR INTERFACE
4700 P:      Jeremy Fitzhardinge
4701 M:      jeremy@xensource.com
4702 P:      Chris Wright
4703 M:      chrisw@sous-sol.org
4704 L:      virtualization@lists.osdl.org
4705 L:      xen-devel@lists.xensource.com
4706 S:      Supported
4707
4708 XFS FILESYSTEM
4709 P:      Silicon Graphics Inc
4710 P:      Tim Shimmin
4711 M:      xfs-masters@oss.sgi.com
4712 L:      xfs@oss.sgi.com
4713 W:      http://oss.sgi.com/projects/xfs
4714 T:      git git://oss.sgi.com:8090/xfs/xfs-2.6.git
4715 S:      Supported
4716
4717 XILINX SYSTEMACE DRIVER
4718 P:      Grant Likely
4719 M:      grant.likely@secretlab.ca
4720 W:      http://www.secretlab.ca/
4721 L:      linux-kernel@vger.kernel.org
4722 S:      Maintained
4723
4724 XILINX UARTLITE SERIAL DRIVER
4725 P:      Peter Korsgaard
4726 M:      jacmet@sunsite.dk
4727 L:      linux-serial@vger.kernel.org
4728 S:      Maintained
4729
4730 YAM DRIVER FOR AX.25
4731 P:      Jean-Paul Roubelat
4732 M:      jpr@f6fbb.org
4733 L:      linux-hams@vger.kernel.org
4734 S:      Maintained
4735
4736 YEALINK PHONE DRIVER
4737 P:      Henk Vergonet
4738 M:      Henk.Vergonet@gmail.com
4739 L:      usbb2k-api-dev@nongnu.org
4740 S:      Maintained
4741
4742 Z8530 DRIVER FOR AX.25
4743 P:      Joerg Reuter
4744 M:      jreuter@yaina.de
4745 W:      http://yaina.de/jreuter/
4746 W:      http://www.qsl.net/dl1bke/
4747 L:      linux-hams@vger.kernel.org
4748 S:      Maintained
4749
4750 ZD1211RW WIRELESS DRIVER
4751 P:      Daniel Drake
4752 M:      dsd@gentoo.org
4753 P:      Ulrich Kunitz
4754 M:      kune@deine-taler.de
4755 W:      http://zd1211.ath.cx/wiki/DriverRewrite
4756 L:      linux-wireless@vger.kernel.org
4757 L:      zd1211-devs@lists.sourceforge.net (subscribers-only)
4758 S:      Maintained
4759
4760 ZR36067 VIDEO FOR LINUX DRIVER
4761 P:      Ronald Bultje
4762 M:      rbultje@ronald.bitfreak.net
4763 L:      mjpeg-users@lists.sourceforge.net
4764 W:      http://mjpeg.sourceforge.net/driver-zoran/
4765 S:      Maintained
4766
4767 ZS DECSTATION Z85C30 SERIAL DRIVER
4768 P:      Maciej W. Rozycki
4769 M:      macro@linux-mips.org
4770 S:      Maintained
4771
4772 THE REST
4773 P:      Linus Torvalds
4774 S:      Buried alive in reporters