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