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