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