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