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