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