ipvs: add lvs-devel as a list contact
[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@lists.linux.org.uk
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 L:      lvs-devel@vger.kernel.org
3075 S:      Maintained
3076
3077 NFS CLIENT
3078 P:      Trond Myklebust
3079 M:      Trond.Myklebust@netapp.com
3080 L:      linux-nfs@vger.kernel.org
3081 W:      http://client.linux-nfs.org
3082 T:      git git://git.linux-nfs.org/pub/linux/nfs-2.6.git
3083 S:      Maintained
3084
3085 NI5010 NETWORK DRIVER
3086 P:      Jan-Pascal van Best
3087 M:      janpascal@vanbest.org
3088 P:      Andreas Mohr
3089 M:      andi@lisas.de
3090 L:      netdev@vger.kernel.org
3091 S:      Maintained
3092
3093 NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
3094 P:      YOKOTA Hiroshi
3095 M:      yokota@netlab.is.tsukuba.ac.jp
3096 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
3097 S:      Maintained
3098
3099 NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
3100 P:      GOTO Masanori
3101 M:      gotom@debian.or.jp
3102 P:      YOKOTA Hiroshi
3103 M:      yokota@netlab.is.tsukuba.ac.jp
3104 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
3105 S:      Maintained
3106
3107 NTFS FILESYSTEM
3108 P:      Anton Altaparmakov
3109 M:      aia21@cantab.net
3110 L:      linux-ntfs-dev@lists.sourceforge.net
3111 L:      linux-kernel@vger.kernel.org
3112 W:      http://linux-ntfs.sf.net/
3113 T:      git kernel.org:/pub/scm/linux/kernel/git/aia21/ntfs-2.6.git
3114 S:      Maintained
3115
3116 NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
3117 P:      Antonino Daplas
3118 M:      adaplas@gmail.com
3119 L:      linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
3120 S:      Maintained
3121
3122 OPENCORES I2C BUS DRIVER
3123 P:      Peter Korsgaard
3124 M:      jacmet@sunsite.dk
3125 L:      i2c@lm-sensors.org
3126 S:      Maintained
3127
3128 ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
3129 P:      Mark Fasheh
3130 M:      mfasheh@suse.com
3131 P:      Joel Becker
3132 M:      joel.becker@oracle.com
3133 L:      ocfs2-devel@oss.oracle.com (moderated for non-subscribers)
3134 W:      http://oss.oracle.com/projects/ocfs2/
3135 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mfasheh/ocfs2.git
3136 S:      Supported
3137
3138 OMFS FILESYSTEM
3139 P:      Bob Copeland
3140 M:      me@bobcopeland.com
3141 L:      linux-karma-devel@lists.sourceforge.net
3142 S:      Maintained
3143
3144 OMNIKEY CARDMAN 4000 DRIVER
3145 P:      Harald Welte
3146 M:      laforge@gnumonks.org
3147 S:      Maintained
3148
3149 OMNIKEY CARDMAN 4040 DRIVER
3150 P:      Harald Welte
3151 M:      laforge@gnumonks.org
3152 S:      Maintained
3153
3154 OMNIVISION OV7670 SENSOR DRIVER
3155 P:      Jonathan Corbet
3156 M:      corbet@lwn.net
3157 L:      video4linux-list@redhat.com
3158 S:      Maintained
3159
3160 ONENAND FLASH DRIVER
3161 P:      Kyungmin Park
3162 M:      kyungmin.park@samsung.com
3163 L:      linux-mtd@lists.infradead.org
3164 S:      Maintained
3165
3166 ONSTREAM SCSI TAPE DRIVER
3167 P:      Willem Riede
3168 M:      osst@riede.org
3169 L:      osst-users@lists.sourceforge.net
3170 L:      linux-scsi@vger.kernel.org
3171 S:      Maintained
3172
3173 OPROFILE
3174 P:      Robert Richter
3175 M:      robert.richter@amd.com
3176 L:      oprofile-list@lists.sf.net
3177 S:      Maintained
3178
3179 ORINOCO DRIVER
3180 P:      Pavel Roskin
3181 M:      proski@gnu.org
3182 P:      David Gibson
3183 M:      hermes@gibson.dropbear.id.au
3184 L:      linux-wireless@vger.kernel.org
3185 L:      orinoco-users@lists.sourceforge.net
3186 L:      orinoco-devel@lists.sourceforge.net
3187 W:      http://www.nongnu.org/orinoco/
3188 S:      Maintained
3189
3190 PA SEMI ETHERNET DRIVER
3191 P:      Olof Johansson
3192 M:      olof@lixom.net
3193 L:      netdev@vger.kernel.org
3194 S:      Maintained
3195
3196 PA SEMI SMBUS DRIVER
3197 P:      Olof Johansson
3198 M:      olof@lixom.net
3199 L:      i2c@lm-sensors.org
3200 S:      Maintained
3201
3202 PARALLEL PORT SUPPORT
3203 L:      linux-parport@lists.infradead.org (subscribers-only)
3204 S:      Orphan
3205
3206 PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
3207 P:      Tim Waugh
3208 M:      tim@cyberelk.net
3209 L:      linux-parport@lists.infradead.org (subscribers-only)
3210 W:      http://www.torque.net/linux-pp.html
3211 S:      Maintained
3212
3213 PARISC ARCHITECTURE
3214 P:      Kyle McMartin
3215 M:      kyle@mcmartin.ca
3216 P:      Matthew Wilcox
3217 M:      matthew@wil.cx
3218 P:      Grant Grundler
3219 M:      grundler@parisc-linux.org
3220 L:      linux-parisc@vger.kernel.org
3221 W:      http://www.parisc-linux.org/
3222 T:      git kernel.org:/pub/scm/linux/kernel/git/kyle/parisc-2.6.git
3223 S:      Maintained
3224
3225 PARAVIRT_OPS INTERFACE
3226 P:      Jeremy Fitzhardinge
3227 M:      jeremy@xensource.com
3228 P:      Chris Wright
3229 M:      chrisw@sous-sol.org
3230 P:      Zachary Amsden
3231 M:      zach@vmware.com
3232 P:      Rusty Russell
3233 M:      rusty@rustcorp.com.au
3234 L:      virtualization@lists.osdl.org
3235 L:      linux-kernel@vger.kernel.org
3236 S:      Supported
3237
3238 PC87360 HARDWARE MONITORING DRIVER
3239 P:      Jim Cromie
3240 M:      jim.cromie@gmail.com
3241 L:      lm-sensors@lm-sensors.org
3242 S:      Maintained
3243
3244 PC8736x GPIO DRIVER
3245 P:      Jim Cromie
3246 M:      jim.cromie@gmail.com
3247 S:      Maintained
3248
3249 PCI ERROR RECOVERY
3250 P:      Linas Vepstas
3251 M:      linas@austin.ibm.com
3252 L:      linux-kernel@vger.kernel.org
3253 L:      linux-pci@vger.kernel.org
3254 S:      Supported
3255
3256 PCI SUBSYSTEM
3257 P:      Jesse Barnes
3258 M:      jbarnes@virtuousgeek.org
3259 L:      linux-kernel@vger.kernel.org
3260 L:      linux-pci@vger.kernel.org
3261 T:      git kernel.org:/pub/scm/linux/kernel/git/jbarnes/pci-2.6.git
3262 S:      Supported
3263
3264 PCI HOTPLUG CORE
3265 P:      Kristen Carlson Accardi
3266 M:      kristen.c.accardi@intel.com
3267 S:      Supported
3268
3269 PCIE HOTPLUG DRIVER
3270 P:      Kristen Carlson Accardi
3271 M:      kristen.c.accardi@intel.com
3272 L:      linux-pci@vger.kernel.org
3273 S:      Supported
3274
3275 PCMCIA SUBSYSTEM
3276 P:      Linux PCMCIA Team
3277 L:      linux-pcmcia@lists.infradead.org
3278 W:      http://lists.infradead.org/mailman/listinfo/linux-pcmcia
3279 T:      git kernel.org:/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
3280 S:      Maintained
3281
3282 PCNET32 NETWORK DRIVER
3283 P:      Don Fry
3284 M:      pcnet32@verizon.net
3285 L:      netdev@vger.kernel.org
3286 S:      Maintained
3287
3288 PER-TASK DELAY ACCOUNTING
3289 P:      Balbir Singh
3290 M:      balbir@linux.vnet.ibm.com
3291 L:      linux-kernel@vger.kernel.org
3292 S:      Maintained
3293
3294 PERSONALITY HANDLING
3295 P:      Christoph Hellwig
3296 M:      hch@infradead.org
3297 L:      linux-abi-devel@lists.sourceforge.net
3298 S:      Maintained
3299
3300 PHRAM MTD DRIVER
3301 P:      Joern Engel
3302 M:      joern@lazybastard.org
3303 L:      linux-mtd@lists.infradead.org
3304 S:      Maintained
3305
3306 PKTCDVD DRIVER
3307 P:      Peter Osterlund
3308 M:      petero2@telia.com
3309 L:      linux-kernel@vger.kernel.org
3310 S:      Maintained
3311
3312 POSIX CLOCKS and TIMERS
3313 P:      Thomas Gleixner
3314 M:      tglx@linutronix.de
3315 L:      linux-kernel@vger.kernel.org
3316 S:      Supported
3317
3318 POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
3319 P:      Anton Vorontsov
3320 M:      cbou@mail.ru
3321 P:      David Woodhouse
3322 M:      dwmw2@infradead.org
3323 L:      linux-kernel@vger.kernel.org
3324 T:      git git.infradead.org/battery-2.6.git
3325 S:      Maintained
3326
3327 PNP SUPPORT
3328 P:      Adam Belay
3329 M:      ambx1@neo.rr.com
3330 S:      Maintained
3331
3332 PNXxxxx I2C DRIVER
3333 P:      Vitaly Wool
3334 M:      vitalywool@gmail.com
3335 L:      i2c@lm-sensors.org
3336 S:      Maintained
3337
3338 PPP PROTOCOL DRIVERS AND COMPRESSORS
3339 P:      Paul Mackerras
3340 M:      paulus@samba.org
3341 L:      linux-ppp@vger.kernel.org
3342 S:      Maintained
3343
3344 PPP OVER ATM (RFC 2364)
3345 P:      Mitchell Blank Jr
3346 M:      mitch@sfgoth.com
3347 S:      Maintained
3348
3349 PPP OVER ETHERNET
3350 P:      Michal Ostrowski
3351 M:      mostrows@earthlink.net
3352 S:      Maintained
3353
3354 PPP OVER L2TP
3355 P:      James Chapman
3356 M:      jchapman@katalix.com
3357 S:      Maintained
3358
3359 PREEMPTIBLE KERNEL
3360 P:      Robert Love
3361 M:      rml@tech9.net
3362 L:      linux-kernel@vger.kernel.org
3363 L:      kpreempt-tech@lists.sourceforge.net
3364 W:      ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
3365 S:      Supported
3366
3367 P54 WIRELESS DRIVER
3368 P:      Michael Wu
3369 M:      flamingice@sourmilk.net
3370 L:      linux-wireless@vger.kernel.org
3371 W:      http://prism54.org
3372 T:      git kernel.org:/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
3373 S:      Maintained
3374
3375 PRISM54 WIRELESS DRIVER
3376 P:      Luis R. Rodriguez
3377 M:      mcgrof@gmail.com
3378 L:      linux-wireless@vger.kernel.org
3379 W:      http://prism54.org
3380 S:      Maintained
3381
3382 PROMISE DC4030 CACHING DISK CONTROLLER DRIVER
3383 P:      Peter Denison
3384 M:      promise@pnd-pc.demon.co.uk
3385 W:      http://www.pnd-pc.demon.co.uk/promise/
3386 S:      Maintained
3387
3388 PROMISE SATA TX2/TX4 CONTROLLER LIBATA DRIVER
3389 P:      Mikael Pettersson
3390 M:      mikpe@it.uu.se
3391 L:      linux-ide@vger.kernel.org
3392 S:      Maintained
3393
3394 PS3 NETWORK SUPPORT
3395 P:      Masakazu Mokuno
3396 M:      mokuno@sm.sony.co.jp
3397 L:      netdev@vger.kernel.org
3398 L:      cbe-oss-dev@ozlabs.org
3399 S:      Supported
3400
3401 PS3 PLATFORM SUPPORT
3402 P:      Geoff Levand
3403 M:      geoffrey.levand@am.sony.com
3404 L:      linuxppc-dev@ozlabs.org
3405 L:      cbe-oss-dev@ozlabs.org
3406 S:      Supported
3407
3408 PVRUSB2 VIDEO4LINUX DRIVER
3409 P:      Mike Isely
3410 M:      isely@pobox.com
3411 L:      pvrusb2@isely.net       (subscribers-only)
3412 L:      video4linux-list@redhat.com
3413 W:      http://www.isely.net/pvrusb2/
3414 S:      Maintained
3415
3416 PXA2xx/PXA3xx SUPPORT
3417 P:      Eric Miao
3418 M:      eric.miao@marvell.com
3419 P:      Russell King
3420 M:      linux@arm.linux.org.uk
3421 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
3422 S:      Maintained
3423
3424 PXA MMCI DRIVER
3425 S:      Orphan
3426
3427 QLOGIC QLA2XXX FC-SCSI DRIVER
3428 P:      Andrew Vasquez
3429 M:      linux-driver@qlogic.com
3430 L:      linux-scsi@vger.kernel.org
3431 S:      Supported
3432
3433 QLOGIC QLA3XXX NETWORK DRIVER
3434 P:      Ron Mercer
3435 M:      linux-driver@qlogic.com
3436 L:      netdev@vger.kernel.org
3437 S:      Supported
3438
3439 QNX4 FILESYSTEM
3440 P:      Anders Larsen
3441 M:      al@alarsen.net
3442 L:      linux-kernel@vger.kernel.org
3443 W:      http://www.alarsen.net/linux/qnx4fs/
3444 S:      Maintained
3445
3446 RADEON FRAMEBUFFER DISPLAY DRIVER
3447 P:      Benjamin Herrenschmidt
3448 M:      benh@kernel.crashing.org
3449 L:      linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
3450 S:      Maintained
3451
3452 RAGE128 FRAMEBUFFER DISPLAY DRIVER
3453 P:      Paul Mackerras
3454 M:      paulus@samba.org
3455 L:      linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
3456 S:      Maintained
3457
3458 RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
3459 P:      Corey Thomas
3460 M:      coreythomas@charter.net
3461 L:      linux-wireless@vger.kernel.org
3462 S:      Maintained
3463
3464 RALINK RT2X00 WLAN DRIVER
3465 P:      rt2x00 project
3466 L:      linux-wireless@vger.kernel.org
3467 L:      rt2400-devel@lists.sourceforge.net
3468 W:      http://rt2x00.serialmonkey.com/
3469 S:      Maintained
3470 T:      git kernel.org:/pub/scm/linux/kernel/git/ivd/rt2x00.git
3471 F:      drivers/net/wireless/rt2x00/
3472
3473 RAMDISK RAM BLOCK DEVICE DRIVER
3474 P:      Nick Piggin
3475 M:      npiggin@suse.de
3476 S:      Maintained
3477
3478 RANDOM NUMBER DRIVER
3479 P:      Matt Mackall
3480 M:      mpm@selenic.com
3481 S:      Maintained
3482
3483 RAPIDIO SUBSYSTEM
3484 P:      Matt Porter
3485 M:      mporter@kernel.crashing.org
3486 L:      linux-kernel@vger.kernel.org
3487 S:      Maintained
3488
3489 RDC R-321X SoC
3490 P:      Florian Fainelli
3491 M:      florian.fainelli@telecomint.eu
3492 L:      linux-kernel@vger.kernel.org
3493 S:      Maintained
3494
3495 RDC R6040 FAST ETHERNET DRIVER
3496 P:      Florian Fainelli
3497 M:      florian.fainelli@telecomint.eu
3498 L:      netdev@vger.kernel.org
3499 S:      Maintained
3500
3501 READ-COPY UPDATE (RCU)
3502 P:      Dipankar Sarma
3503 M:      dipankar@in.ibm.com
3504 W:      http://www.rdrop.com/users/paulmck/rclock/
3505 L:      linux-kernel@vger.kernel.org
3506 S:      Supported
3507
3508 RCUTORTURE MODULE
3509 P:      Josh Triplett
3510 M:      josh@freedesktop.org
3511 L:      linux-kernel@vger.kernel.org
3512 S:      Maintained
3513
3514 REAL TIME CLOCK DRIVER
3515 P:      Paul Gortmaker
3516 M:      p_gortmaker@yahoo.com
3517 L:      linux-kernel@vger.kernel.org
3518 S:      Maintained
3519
3520 REAL TIME CLOCK (RTC) SUBSYSTEM
3521 P:      Alessandro Zummo
3522 M:      a.zummo@towertech.it
3523 L:      rtc-linux@googlegroups.com
3524 S:      Maintained
3525
3526 REISERFS FILE SYSTEM
3527 L:      reiserfs-devel@vger.kernel.org
3528 S:      Supported
3529
3530 RFKILL
3531 P:      Ivo van Doorn
3532 M:      IvDoorn@gmail.com
3533 L:      netdev@vger.kernel.org
3534 S:      Maintained
3535 F:      net/rfkill
3536
3537 ROCKETPORT DRIVER
3538 P:      Comtrol Corp.
3539 W:      http://www.comtrol.com
3540 S:      Maintained
3541
3542 ROSE NETWORK LAYER
3543 P:      Ralf Baechle
3544 M:      ralf@linux-mips.org
3545 L:      linux-hams@vger.kernel.org
3546 W:      http://www.linux-ax25.org/
3547 S:      Maintained
3548
3549 RISCOM8 DRIVER
3550 S:      Orphan
3551
3552 RTL818X WIRELESS DRIVER
3553 P:      Michael Wu
3554 M:      flamingice@sourmilk.net
3555 P:      Andrea Merello
3556 M:      andreamrl@tiscali.it
3557 L:      linux-wireless@vger.kernel.org
3558 W:      http://linuxwireless.org/
3559 T:      git kernel.org:/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
3560 S:      Maintained
3561
3562 S3 SAVAGE FRAMEBUFFER DRIVER
3563 P:      Antonino Daplas
3564 M:      adaplas@gmail.com
3565 L:      linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
3566 S:      Maintained
3567
3568 S390
3569 P:      Martin Schwidefsky
3570 M:      schwidefsky@de.ibm.com
3571 P:      Heiko Carstens
3572 M:      heiko.carstens@de.ibm.com
3573 M:      linux390@de.ibm.com
3574 L:      linux-s390@vger.kernel.org
3575 W:      http://www.ibm.com/developerworks/linux/linux390/
3576 S:      Supported
3577
3578 S390 NETWORK DRIVERS
3579 P:      Ursula Braun
3580 M:      ursula.braun@de.ibm.com
3581 P:      Frank Blaschka
3582 M:      blaschka@linux.vnet.ibm.com
3583 M:      linux390@de.ibm.com
3584 L:      linux-s390@vger.kernel.org
3585 W:      http://www.ibm.com/developerworks/linux/linux390/
3586 S:      Supported
3587
3588 S390 ZFCP DRIVER
3589 P:      Christof Schmitt
3590 M:      christof.schmitt@de.ibm.com
3591 P:      Martin Peschke
3592 M:      mp3@de.ibm.com
3593 M:      linux390@de.ibm.com
3594 L:      linux-s390@vger.kernel.org
3595 W:      http://www.ibm.com/developerworks/linux/linux390/
3596 S:      Supported
3597
3598 S390 IUCV NETWORK LAYER
3599 P:      Ursula Braun
3600 M:      ursula.braun@de.ibm.com
3601 M:      linux390@de.ibm.com
3602 L:      linux-s390@vger.kernel.org
3603 W:      http://www.ibm.com/developerworks/linux/linux390/
3604 S:      Supported
3605
3606 S3C24XX SD/MMC Driver
3607 P:      Ben Dooks
3608 M:      ben-linux@fluff.org
3609 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
3610 L:      linux-kernel@vger.kernel.org
3611 S:      Supported
3612
3613 SAA7146 VIDEO4LINUX-2 DRIVER
3614 P:      Michael Hunold
3615 M:      michael@mihu.de
3616 W:      http://www.mihu.de/linux/saa7146
3617 S:      Maintained
3618
3619 SC1200 WDT DRIVER
3620 P:      Zwane Mwaikambo
3621 M:      zwane@arm.linux.org.uk
3622 S:      Maintained
3623
3624 SCHEDULER
3625 P:      Ingo Molnar
3626 M:      mingo@elte.hu
3627 P:      Robert Love    [the preemptible kernel bits]
3628 M:      rml@tech9.net
3629 L:      linux-kernel@vger.kernel.org
3630 S:      Maintained
3631
3632 SCSI CDROM DRIVER
3633 P:      Jens Axboe
3634 M:      axboe@kernel.dk
3635 L:      linux-scsi@vger.kernel.org
3636 W:      http://www.kernel.dk
3637 S:      Maintained
3638
3639 SCSI SG DRIVER
3640 P:      Doug Gilbert
3641 M:      dgilbert@interlog.com
3642 L:      linux-scsi@vger.kernel.org
3643 W:      http://www.torque.net/sg
3644 S:      Maintained
3645
3646 SCSI SUBSYSTEM
3647 P:      James E.J. Bottomley
3648 M:      James.Bottomley@HansenPartnership.com
3649 L:      linux-scsi@vger.kernel.org
3650 T:      git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
3651 T:      git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6.git
3652 T:      git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-pending-2.6.git
3653 S:      Maintained
3654
3655 SCSI TAPE DRIVER
3656 P:      Kai Mäkisara
3657 M:      Kai.Makisara@kolumbus.fi
3658 L:      linux-scsi@vger.kernel.org
3659 S:      Maintained
3660
3661 SCTP PROTOCOL
3662 P:      Vlad Yasevich
3663 M:      vladislav.yasevich@hp.com
3664 P:      Sridhar Samudrala
3665 M:      sri@us.ibm.com
3666 L:      linux-sctp@vger.kernel.org
3667 W:      http://lksctp.sourceforge.net
3668 S:      Supported
3669
3670 SCx200 CPU SUPPORT
3671 P:      Jim Cromie
3672 M:      jim.cromie@gmail.com
3673 S:      Odd Fixes
3674
3675 SCx200 GPIO DRIVER
3676 P:      Jim Cromie
3677 M:      jim.cromie@gmail.com
3678 S:      Maintained
3679
3680 SCx200 HRT CLOCKSOURCE DRIVER
3681 P:      Jim Cromie
3682 M:      jim.cromie@gmail.com
3683 S:      Maintained
3684
3685 SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
3686 P:      Sascha Sommer
3687 M:      saschasommer@freenet.de
3688 L:      sdricohcs-devel@lists.sourceforge.net (subscribers-only)
3689 S:      Maintained
3690
3691 SECURITY CONTACT
3692 P:      Security Officers
3693 M:      security@kernel.org
3694 S:      Supported
3695
3696 SELINUX SECURITY MODULE
3697 P:      Stephen Smalley
3698 M:      sds@tycho.nsa.gov
3699 P:      James Morris
3700 M:      jmorris@namei.org
3701 P:      Eric Paris
3702 M:      eparis@parisplace.org
3703 L:      linux-kernel@vger.kernel.org (kernel issues)
3704 L:      selinux@tycho.nsa.gov (subscribers-only, general discussion)
3705 W:      http://www.nsa.gov/selinux
3706 S:      Supported
3707
3708 SENSABLE PHANTOM
3709 P:      Jiri Slaby
3710 M:      jirislaby@gmail.com
3711 S:      Maintained
3712
3713 SERIAL ATA (SATA) SUBSYSTEM:
3714 P:      Jeff Garzik
3715 M:      jgarzik@pobox.com
3716 L:      linux-ide@vger.kernel.org
3717 T:      git kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
3718 S:      Supported
3719
3720 SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
3721 P:      Pat Gefre
3722 M:      pfg@sgi.com
3723 L:      linux-ia64@vger.kernel.org
3724 S:      Supported
3725
3726 SFC NETWORK DRIVER
3727 P:      Steve Hodgson
3728 P:      Ben Hutchings
3729 P:      Robert Stonehouse
3730 M:      linux-net-drivers@solarflare.com
3731 S:      Supported
3732
3733 SGI VISUAL WORKSTATION 320 AND 540
3734 P:      Andrey Panin
3735 M:      pazke@donpac.ru
3736 L:      linux-visws-devel@lists.sf.net
3737 W:      http://linux-visws.sf.net
3738 S:      Maintained for 2.6.
3739
3740 SIMTEC EB110ATX (Chalice CATS)
3741 P:      Ben Dooks
3742 P:      Vincent Sanders
3743 M:      support@simtec.co.uk
3744 W:      http://www.simtec.co.uk/products/EB110ATX/
3745 S:      Supported
3746
3747 SIMTEC EB2410ITX (BAST)
3748 P:      Ben Dooks
3749 P:      Vincent Sanders
3750 M:      support@simtec.co.uk
3751 W:      http://www.simtec.co.uk/products/EB2410ITX/
3752 S:      Supported
3753
3754 SIS 190 ETHERNET DRIVER
3755 P:      Francois Romieu
3756 M:      romieu@fr.zoreil.com
3757 L:      netdev@vger.kernel.org
3758 S:      Maintained
3759
3760 SIS 900/7016 FAST ETHERNET DRIVER
3761 P:      Daniele Venzano
3762 M:      venza@brownhat.org
3763 W:      http://www.brownhat.org/sis900.html
3764 L:      netdev@vger.kernel.org
3765 S:      Maintained
3766
3767 SIS 96X I2C/SMBUS DRIVER
3768 P:      Mark M. Hoffman
3769 M:      mhoffman@lightlink.com
3770 L:      lm-sensors@lm-sensors.org
3771 S:      Maintained
3772
3773 SIS FRAMEBUFFER DRIVER
3774 P:      Thomas Winischhofer
3775 M:      thomas@winischhofer.net
3776 W:      http://www.winischhofer.net/linuxsisvga.shtml
3777 S:      Maintained
3778
3779 SIS USB2VGA DRIVER
3780 P:      Thomas Winischhofer
3781 M:      thomas@winischhofer.net
3782 W:      http://www.winischhofer.at/linuxsisusbvga.shtml
3783 S:      Maintained
3784
3785 SLAB ALLOCATOR
3786 P:      Christoph Lameter
3787 M:      cl@linux-foundation.org
3788 P:      Pekka Enberg
3789 M:      penberg@cs.helsinki.fi
3790 P:      Matt Mackall
3791 M:      mpm@selenic.com
3792 L:      linux-mm@kvack.org
3793 S:      Maintained
3794
3795 SMC91x ETHERNET DRIVER
3796 P:      Nicolas Pitre
3797 M:      nico@cam.org
3798 S:      Maintained
3799
3800 SMSC47B397 HARDWARE MONITOR DRIVER
3801 P:      Mark M. Hoffman
3802 M:      mhoffman@lightlink.com
3803 L:      lm-sensors@lm-sensors.org
3804 S:      Maintained
3805
3806 SMX UIO Interface
3807 P:      Ben Nizette
3808 M:      bn@niasdigital.com
3809 S:      Maintained
3810
3811 SOC-CAMERA V4L2 SUBSYSTEM
3812 P:     Guennadi Liakhovetski
3813 M:     g.liakhovetski@gmx.de
3814 L:     video4linux-list@redhat.com
3815 S:     Maintained
3816
3817 SOFTWARE RAID (Multiple Disks) SUPPORT
3818 P:      Ingo Molnar
3819 M:      mingo@redhat.com
3820 P:      Neil Brown
3821 M:      neilb@suse.de
3822 L:      linux-raid@vger.kernel.org
3823 S:      Supported
3824
3825 HIBERNATION (aka Software Suspend, aka swsusp):
3826 P:      Pavel Machek
3827 M:      pavel@suse.cz
3828 P:      Rafael J. Wysocki
3829 M:      rjw@sisk.pl
3830 L:      linux-pm@lists.linux-foundation.org
3831 S:      Supported
3832
3833 SUSPEND TO RAM:
3834 P:      Len Brown
3835 M:      len.brown@intel.com
3836 P:      Pavel Machek
3837 M:      pavel@suse.cz
3838 P:      Rafael J. Wysocki
3839 M:      rjw@sisk.pl
3840 L:      linux-pm@lists.linux-foundation.org
3841 S:      Supported
3842
3843 SONIC NETWORK DRIVER
3844 P:      Thomas Bogendoerfer
3845 M:      tsbogend@alpha.franken.de
3846 L:      netdev@vger.kernel.org
3847 S:      Maintained
3848
3849 SONICS SILICON BACKPLANE DRIVER (SSB)
3850 P:      Michael Buesch
3851 M:      mb@bu3sch.de
3852 L:      netdev@vger.kernel.org
3853 S:      Maintained
3854
3855 SONY VAIO CONTROL DEVICE DRIVER
3856 P:      Mattia Dongili
3857 M:      malattia@linux.it
3858 L:      linux-acpi@vger.kernel.org
3859 W:      http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
3860 S:      Maintained
3861
3862 SONY MEMORYSTICK CARD SUPPORT
3863 P:      Alex Dubov
3864 M:      oakad@yahoo.com
3865 L:      linux-kernel@vger.kernel.org
3866 W:      http://tifmxx.berlios.de/
3867 S:      Maintained
3868
3869 SOUND
3870 P:      Jaroslav Kysela
3871 M:      perex@perex.cz
3872 L:      alsa-devel@alsa-project.org (subscribers-only)
3873 S:      Maintained
3874
3875 SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT
3876 P:      Liam Girdwood
3877 M:      liam.girdwood@wolfsonmicro.com
3878 P:      Mark Brown
3879 M:      broonie@opensource.wolfsonmicro.com
3880 T:      git opensource.wolfsonmicro.com/linux-2.6-asoc
3881 L:      alsa-devel@alsa-project.org (subscribers-only)
3882 S:      Supported
3883
3884 SPI SUBSYSTEM
3885 P:      David Brownell
3886 M:      dbrownell@users.sourceforge.net
3887 L:      spi-devel-general@lists.sourceforge.net
3888 S:      Maintained
3889
3890 SPU FILE SYSTEM
3891 P:      Jeremy Kerr
3892 M:      jk@ozlabs.org
3893 L:      linuxppc-dev@ozlabs.org
3894 L:      cbe-oss-dev@ozlabs.org
3895 W:      http://www.ibm.com/developerworks/power/cell/
3896 S:      Supported
3897
3898 STABLE BRANCH:
3899 P:      Greg Kroah-Hartman
3900 M:      greg@kroah.com
3901 P:      Chris Wright
3902 M:      chrisw@sous-sol.org
3903 L:      stable@kernel.org
3904 S:      Maintained
3905
3906 SHARP LH SUPPORT (LH7952X & LH7A40X)
3907 P:      Marc Singer
3908 M:      elf@buici.com
3909 W:      http://projects.buici.com/arm
3910 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
3911 S:      Maintained
3912
3913 SHPC HOTPLUG DRIVER
3914 P:      Kristen Carlson Accardi
3915 M:      kristen.c.accardi@intel.com
3916 L:      linux-pci@vger.kernel.org
3917 S:      Supported
3918
3919 SECURE DIGITAL HOST CONTROLLER INTERFACE DRIVER
3920 P:      Pierre Ossman
3921 M:      drzeus-sdhci@drzeus.cx
3922 L:      sdhci-devel@list.drzeus.cx
3923 S:      Maintained
3924
3925 SKGE, SKY2 10/100/1000 GIGABIT ETHERNET DRIVERS
3926 P:      Stephen Hemminger
3927 M:      shemminger@linux-foundation.org
3928 L:      netdev@vger.kernel.org
3929 S:      Maintained
3930
3931 SOEKRIS NET48XX LED SUPPORT
3932 P:      Chris Boot
3933 M:      bootc@bootc.net
3934 S:      Maintained
3935
3936 SPARC (sparc32):
3937 P:      William L. Irwin
3938 M:      wli@holomorphy.com
3939 L:      sparclinux@vger.kernel.org
3940 S:      Maintained
3941
3942 SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER
3943 P:      Roger Wolff
3944 M:      R.E.Wolff@BitWizard.nl
3945 L:      linux-kernel@vger.kernel.org ?
3946 S:      Supported
3947
3948 SPIDERNET NETWORK DRIVER for CELL
3949 P:      Ishizaki Kou
3950 M:      kou.ishizaki@toshiba.co.jp
3951 P:      Jens Osterkamp
3952 M:      jens@de.ibm.com
3953 L:      netdev@vger.kernel.org
3954 S:      Supported
3955
3956 SRM (Alpha) environment access
3957 P:      Jan-Benedict Glaw
3958 M:      jbglaw@lug-owl.de
3959 L:      linux-kernel@vger.kernel.org
3960 S:      Maintained
3961
3962 STARFIRE/DURALAN NETWORK DRIVER
3963 P:      Ion Badulescu
3964 M:      ionut@cs.columbia.edu
3965 S:      Maintained
3966
3967 STARMODE RADIO IP (STRIP) PROTOCOL DRIVER
3968 W:      http://mosquitonet.Stanford.EDU/strip.html
3969 S:      Unsupported ?
3970
3971 STRADIS MPEG-2 DECODER DRIVER
3972 P:      Nathan Laredo
3973 M:      laredo@gnu.org
3974 W:      http://www.stradis.com/
3975 S:      Maintained
3976
3977 SUPERH
3978 P:      Paul Mundt
3979 M:      lethal@linux-sh.org
3980 L:      linux-sh@vger.kernel.org
3981 W:      http://www.linux-sh.org
3982 T:      git kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6.git
3983 S:      Supported
3984
3985 SUN3/3X
3986 P:      Sam Creasey
3987 M:      sammy@sammy.net
3988 W:      http://sammy.net/sun3/
3989 S:      Maintained
3990
3991 SVGA HANDLING
3992 P:      Martin Mares
3993 M:      mj@ucw.cz
3994 L:      linux-video@atrey.karlin.mff.cuni.cz
3995 S:      Maintained
3996
3997 SYSV FILESYSTEM
3998 P:      Christoph Hellwig
3999 M:      hch@infradead.org
4000 S:      Maintained
4001
4002 TASKSTATS STATISTICS INTERFACE
4003 P:      Balbir Singh
4004 M:      balbir@linux.vnet.ibm.com
4005 L:      linux-kernel@vger.kernel.org
4006 S:      Maintained
4007
4008 TC CLASSIFIER
4009 P:      Jamal Hadi Salim
4010 M:      hadi@cyberus.ca
4011 L:      netdev@vger.kernel.org
4012 S:      Maintained
4013
4014 TCP LOW PRIORITY MODULE
4015 P:      Wong Hoi Sing, Edison
4016 M:      hswong3i@gmail.com
4017 P:      Hung Hing Lun, Mike
4018 M:      hlhung3i@gmail.com
4019 W:      http://tcp-lp-mod.sourceforge.net/
4020 S:      Maintained
4021
4022 TEHUTI ETHERNET DRIVER
4023 P:      Alexander Indenbaum
4024 M:      baum@tehutinetworks.net
4025 P:      Andy Gospodarek
4026 M:      andy@greyhouse.net
4027 L:      netdev@vger.kernel.org
4028 S:      Supported
4029
4030 Telecom Clock Driver for MCPL0010
4031 P:      Mark Gross
4032 M:      mark.gross@intel.com
4033 S:      Supported
4034
4035 TENSILICA XTENSA PORT (xtensa):
4036 P:      Chris Zankel
4037 M:      chris@zankel.net
4038 S:      Maintained
4039
4040 THINKPAD ACPI EXTRAS DRIVER
4041 P:      Henrique de Moraes Holschuh
4042 M:      ibm-acpi@hmh.eng.br
4043 L:      ibm-acpi-devel@lists.sourceforge.net
4044 W:      http://ibm-acpi.sourceforge.net
4045 W:      http://thinkwiki.org/wiki/Ibm-acpi
4046 T:      git repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
4047 S:      Maintained
4048
4049 TI FLASH MEDIA INTERFACE DRIVER
4050 P:      Alex Dubov
4051 M:      oakad@yahoo.com
4052 S:      Maintained
4053
4054 TI OMAP MMC INTERFACE DRIVER
4055 P:      Carlos Aguiar, Anderson Briglia and Syed Khasim
4056 M:      linux-omap-open-source@linux.omap.com (subscribers only)
4057 W:      http://linux.omap.com
4058 W:      http://www.muru.com/linux/omap/
4059 S:      Maintained
4060
4061 TI OMAP RANDOM NUMBER GENERATOR SUPPORT
4062 P:      Deepak Saxena
4063 M:      dsaxena@plexity.net
4064 S:      Maintained
4065
4066 TIPC NETWORK LAYER
4067 P:      Per Liden
4068 M:      per.liden@ericsson.com
4069 P:      Jon Maloy
4070 M:      jon.maloy@ericsson.com
4071 P:      Allan Stephens
4072 M:      allan.stephens@windriver.com
4073 L:      tipc-discussion@lists.sourceforge.net
4074 W:      http://tipc.sourceforge.net/
4075 W:      http://tipc.cslab.ericsson.net/
4076 T:      git tipc.cslab.ericsson.net:/pub/git/tipc.git
4077 S:      Maintained
4078
4079 TLAN NETWORK DRIVER
4080 P:      Samuel Chessman
4081 M:      chessman@tux.org
4082 L:      tlan-devel@lists.sourceforge.net (subscribers-only)
4083 W:      http://sourceforge.net/projects/tlan/
4084 S:      Maintained
4085
4086 TOSHIBA ACPI EXTRAS DRIVER
4087 P:      John Belmonte
4088 M:      toshiba_acpi@memebeam.org
4089 W:      http://memebeam.org/toys/ToshibaAcpiDriver
4090 S:      Maintained
4091
4092 TOSHIBA SMM DRIVER
4093 P:      Jonathan Buzzard
4094 M:      jonathan@buzzard.org.uk
4095 L:      tlinux-users@tce.toshiba-dme.co.jp
4096 W:      http://www.buzzard.org.uk/toshiba/
4097 S:      Maintained
4098
4099 TPM DEVICE DRIVER
4100 P:      Debora Velarde
4101 M:      debora@linux.vnet.ibm.com
4102 P:      Rajiv Andrade
4103 M:      srajiv@linux.vnet.ibm.com
4104 W:      http://tpmdd.sourceforge.net
4105 P:      Marcel Selhorst
4106 M:      tpm@selhorst.net
4107 W:      http://www.prosec.rub.de/tpm/
4108 L:      tpmdd-devel@lists.sourceforge.net
4109 S:      Maintained
4110
4111 TRIVIAL PATCHES
4112 P:      Jesper Juhl
4113 M:      trivial@kernel.org
4114 L:      linux-kernel@vger.kernel.org
4115 S:      Maintained
4116
4117 TTY LAYER
4118 P:      Alan Cox
4119 M:      alan@lxorguk.ukuu.org.uk
4120 L:      linux-kernel@vger.kernel.org
4121 S:      Maintained
4122
4123 TULIP NETWORK DRIVERS
4124 P:      Grant Grundler
4125 M:      grundler@parisc-linux.org
4126 P:      Kyle McMartin
4127 M:      kyle@mcmartin.ca
4128 L:      netdev@vger.kernel.org
4129 S:      Maintained
4130
4131 TUN/TAP driver
4132 P:      Maxim Krasnyansky
4133 M:      maxk@qualcomm.com
4134 L:      vtun@office.satix.net
4135 W:      http://vtun.sourceforge.net/tun
4136 S:      Maintained
4137
4138 TURBOCHANNEL SUBSYSTEM
4139 P:      Maciej W. Rozycki
4140 M:      macro@linux-mips.org
4141 S:      Maintained
4142
4143 U14-34F SCSI DRIVER
4144 P:      Dario Ballabio
4145 M:      ballabio_dario@emc.com
4146 L:      linux-scsi@vger.kernel.org
4147 S:      Maintained
4148
4149 UCLINUX (AND M68KNOMMU)
4150 P:      Greg Ungerer
4151 M:      gerg@uclinux.org
4152 W:      http://www.uclinux.org/
4153 L:      uclinux-dev@uclinux.org  (subscribers-only)
4154 S:      Maintained
4155
4156 UCLINUX FOR RENESAS H8/300
4157 P:      Yoshinori Sato
4158 M:      ysato@users.sourceforge.jp
4159 W:      http://uclinux-h8.sourceforge.jp/
4160 S:      Supported
4161
4162 UDF FILESYSTEM
4163 P:      Jan Kara
4164 M:      jack@suse.cz
4165 W:      http://linux-udf.sourceforge.net
4166 S:      Maintained
4167
4168 UFS FILESYSTEM
4169 P:      Evgeniy Dushistov
4170 M:      dushistov@mail.ru
4171 L:      linux-kernel@vger.kernel.org
4172 S:      Maintained
4173
4174 UltraSPARC (sparc64):
4175 P:      David S. Miller
4176 M:      davem@davemloft.net
4177 L:      sparclinux@vger.kernel.org
4178 T:      git kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6.git
4179 S:      Maintained
4180
4181 UNIFORM CDROM DRIVER
4182 P:      Jens Axboe
4183 M:      axboe@kernel.dk
4184 L:      linux-kernel@vger.kernel.org
4185 W:      http://www.kernel.dk
4186 S:      Maintained
4187
4188 USB ACM DRIVER
4189 P:      Oliver Neukum
4190 M:      oliver@neukum.name
4191 L:      linux-usb@vger.kernel.org
4192 S:      Maintained
4193
4194 USB AUERSWALD DRIVER
4195 P:      Wolfgang Muees
4196 M:      wolfgang@iksw-muees.de
4197 L:      linux-usb@vger.kernel.org
4198 S:      Maintained
4199
4200 USB BLOCK DRIVER (UB ub)
4201 P:      Pete Zaitcev
4202 M:      zaitcev@redhat.com
4203 L:      linux-kernel@vger.kernel.org
4204 L:      linux-usb@vger.kernel.org
4205 S:      Supported
4206
4207 USB CDC ETHERNET DRIVER
4208 P:      Greg Kroah-Hartman
4209 M:      greg@kroah.com
4210 L:      linux-usb@vger.kernel.org
4211 S:      Maintained
4212 W:      http://www.kroah.com/linux-usb/
4213
4214 USB CYPRESS C67X00 DRIVER
4215 P:      Peter Korsgaard
4216 M:      jacmet@sunsite.dk
4217 L:      linux-usb@vger.kernel.org
4218 S:      Maintained
4219
4220 USB DAVICOM DM9601 DRIVER
4221 P:      Peter Korsgaard
4222 M:      jacmet@sunsite.dk
4223 L:      netdev@vger.kernel.org
4224 W:      http://www.linux-usb.org/usbnet
4225 S:      Maintained
4226
4227 USB DIAMOND RIO500 DRIVER
4228 P:      Cesar Miquel
4229 M:      miquel@df.uba.ar
4230 L:      rio500-users@lists.sourceforge.net
4231 W:      http://rio500.sourceforge.net
4232 S:      Maintained
4233
4234 USB EHCI DRIVER
4235 P:      David Brownell
4236 M:      dbrownell@users.sourceforge.net
4237 L:      linux-usb@vger.kernel.org
4238 S:      Odd Fixes
4239
4240 USB ET61X[12]51 DRIVER
4241 P:      Luca Risolia
4242 M:      luca.risolia@studio.unibo.it
4243 L:      linux-usb@vger.kernel.org
4244 L:      video4linux-list@redhat.com
4245 W:      http://www.linux-projects.org
4246 S:      Maintained
4247
4248 USB GADGET/PERIPHERAL SUBSYSTEM
4249 P:      David Brownell
4250 M:      dbrownell@users.sourceforge.net
4251 L:      linux-usb@vger.kernel.org
4252 W:      http://www.linux-usb.org/gadget
4253 S:      Maintained
4254
4255 USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
4256 P:      Jiri Kosina
4257 M:      jkosina@suse.cz
4258 L:      linux-usb@vger.kernel.org
4259 T:      git kernel.org:/pub/scm/linux/kernel/git/jikos/hid.git
4260 S:      Maintained
4261
4262 USB ISP116X DRIVER
4263 P:      Olav Kongas
4264 M:      ok@artecdesign.ee
4265 L:      linux-usb@vger.kernel.org
4266 S:      Maintained
4267
4268 USB KAWASAKI LSI DRIVER
4269 P:      Oliver Neukum
4270 M:      oliver@neukum.name
4271 L:      linux-usb@vger.kernel.org
4272 S:      Maintained
4273
4274 USB MASS STORAGE DRIVER
4275 P:      Matthew Dharm
4276 M:      mdharm-usb@one-eyed-alien.net
4277 L:      linux-usb@vger.kernel.org
4278 L:      usb-storage@lists.one-eyed-alien.net
4279 S:      Maintained
4280 W:      http://www.one-eyed-alien.net/~mdharm/linux-usb/
4281
4282 USB OHCI DRIVER
4283 P:      David Brownell
4284 M:      dbrownell@users.sourceforge.net
4285 L:      linux-usb@vger.kernel.org
4286 S:      Odd Fixes
4287
4288 USB OPTION-CARD DRIVER
4289 P:      Matthias Urlichs
4290 M:      smurf@smurf.noris.de
4291 L:      linux-usb@vger.kernel.org
4292 S:      Maintained
4293
4294 USB OV511 DRIVER
4295 P:      Mark McClelland
4296 M:      mmcclell@bigfoot.com
4297 L:      linux-usb@vger.kernel.org
4298 W:      http://alpha.dyndns.org/ov511/
4299 S:      Maintained
4300
4301 USB PEGASUS DRIVER
4302 P:      Petko Manolov
4303 M:      petkan@users.sourceforge.net
4304 L:      linux-usb@vger.kernel.org
4305 L:      netdev@vger.kernel.org
4306 W:      http://pegasus2.sourceforge.net/
4307 S:      Maintained
4308
4309 USB PRINTER DRIVER (usblp)
4310 P:      Pete Zaitcev
4311 M:      zaitcev@redhat.com
4312 L:      linux-usb@vger.kernel.org
4313 S:      Supported
4314
4315 USB RTL8150 DRIVER
4316 P:      Petko Manolov
4317 M:      petkan@users.sourceforge.net
4318 L:      linux-usb@vger.kernel.org
4319 L:      netdev@vger.kernel.org
4320 W:      http://pegasus2.sourceforge.net/
4321 S:      Maintained
4322
4323 USB SE401 DRIVER
4324 P:      Jeroen Vreeken
4325 M:      pe1rxq@amsat.org
4326 L:      linux-usb@vger.kernel.org
4327 W:      http://www.chello.nl/~j.vreeken/se401/
4328 S:      Maintained
4329
4330 USB SERIAL BELKIN F5U103 DRIVER
4331 P:      William Greathouse
4332 M:      wgreathouse@smva.com
4333 L:      linux-usb@vger.kernel.org
4334 S:      Maintained
4335
4336 USB SERIAL CYPRESS M8 DRIVER
4337 P:      Lonnie Mendez
4338 M:      dignome@gmail.com
4339 L:      linux-usb@vger.kernel.org
4340 S:      Maintained
4341 W:      http://geocities.com/i0xox0i
4342 W:      http://firstlight.net/cvs
4343
4344 USB SERIAL CYBERJACK DRIVER
4345 P:      Matthias Bruestle and Harald Welte
4346 M:      support@reiner-sct.com
4347 W:      http://www.reiner-sct.de/support/treiber_cyberjack.php
4348 S:      Maintained
4349
4350 USB SERIAL DIGI ACCELEPORT DRIVER
4351 P:      Peter Berger and Al Borchers
4352 M:      pberger@brimson.com
4353 M:      alborchers@steinerpoint.com
4354 L:      linux-usb@vger.kernel.org
4355 S:      Maintained
4356
4357 USB SERIAL DRIVER
4358 P:      Greg Kroah-Hartman
4359 M:      gregkh@suse.de
4360 L:      linux-usb@vger.kernel.org
4361 S:      Supported
4362
4363 USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER
4364 P:      Gary Brubaker
4365 M:      xavyer@ix.netcom.com
4366 L:      linux-usb@vger.kernel.org
4367 S:      Maintained
4368
4369 USB SERIAL KEYSPAN DRIVER
4370 P:      Greg Kroah-Hartman
4371 M:      greg@kroah.com
4372 L:      linux-usb@vger.kernel.org
4373 W:      http://www.kroah.com/linux/
4374 S:      Maintained
4375
4376 USB SERIAL WHITEHEAT DRIVER
4377 P:      Support Department
4378 M:      support@connecttech.com
4379 L:      linux-usb@vger.kernel.org
4380 W:      http://www.connecttech.com
4381 S:      Supported
4382
4383 USB SN9C1xx DRIVER
4384 P:      Luca Risolia
4385 M:      luca.risolia@studio.unibo.it
4386 L:      linux-usb@vger.kernel.org
4387 L:      video4linux-list@redhat.com
4388 W:      http://www.linux-projects.org
4389 S:      Maintained
4390
4391 USB SUBSYSTEM
4392 P:      Greg Kroah-Hartman
4393 M:      gregkh@suse.de
4394 L:      linux-usb@vger.kernel.org
4395 W:      http://www.linux-usb.org
4396 T:      quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
4397 S:      Supported
4398
4399 USB UHCI DRIVER
4400 P:      Alan Stern
4401 M:      stern@rowland.harvard.edu
4402 L:      linux-usb@vger.kernel.org
4403 S:      Maintained
4404
4405 USB "USBNET" DRIVER FRAMEWORK
4406 P:      David Brownell
4407 M:      dbrownell@users.sourceforge.net
4408 L:      netdev@vger.kernel.org
4409 W:      http://www.linux-usb.org/usbnet
4410 S:      Maintained
4411
4412 USB VIDEO CLASS
4413 P:      Laurent Pinchart
4414 M:      laurent.pinchart@skynet.be
4415 L:      linx-uvc-devel@berlios.de
4416 L:      video4linux-list@redhat.com
4417 W:      http://linux-uvc.berlios.de
4418 S:      Maintained
4419
4420 USB W996[87]CF DRIVER
4421 P:      Luca Risolia
4422 M:      luca.risolia@studio.unibo.it
4423 L:      linux-usb@vger.kernel.org
4424 L:      video4linux-list@redhat.com
4425 W:      http://www.linux-projects.org
4426 S:      Maintained
4427
4428 USB WIRELESS RNDIS DRIVER (rndis_wlan)
4429 P:      Jussi Kivilinna
4430 M:      jussi.kivilinna@mbnet.fi
4431 L:      linux-wireless@vger.kernel.org
4432 S:      Maintained
4433
4434 USB ZC0301 DRIVER
4435 P:      Luca Risolia
4436 M:      luca.risolia@studio.unibo.it
4437 L:      linux-usb@vger.kernel.org
4438 L:      video4linux-list@redhat.com
4439 W:      http://www.linux-projects.org
4440 S:      Maintained
4441
4442 USB ZD1201 DRIVER
4443 P:      Jeroen Vreeken
4444 M:      pe1rxq@amsat.org
4445 L:      linux-usb@vger.kernel.org
4446 W:      http://linux-lc100020.sourceforge.net
4447 S:      Maintained
4448
4449 USB ZR364XX DRIVER
4450 P:      Antoine Jacquet
4451 M:      royale@zerezo.com
4452 L:      linux-usb@vger.kernel.org
4453 L:      video4linux-list@redhat.com
4454 W:      http://royale.zerezo.com/zr364xx/
4455 S:      Maintained
4456
4457 USER-MODE LINUX
4458 P:      Jeff Dike
4459 M:      jdike@addtoit.com
4460 L:      user-mode-linux-devel@lists.sourceforge.net
4461 L:      user-mode-linux-user@lists.sourceforge.net
4462 W:      http://user-mode-linux.sourceforge.net
4463 S:      Maintained
4464
4465 USERSPACE I/O (UIO)
4466 P:      Hans J. Koch
4467 M:      hjk@linutronix.de
4468 P:      Greg Kroah-Hartman
4469 M:      gregkh@suse.de
4470 L:      linux-kernel@vger.kernel.org
4471 S:      Maintained
4472
4473 UTIL-LINUX-NG PACKAGE
4474 P:      Karel Zak
4475 M:      kzak@redhat.com
4476 L:      util-linux-ng@vger.kernel.org
4477 W:      http://kernel.org/~kzak/util-linux-ng/
4478 T:      git://git.kernel.org/pub/scm/utils/util-linux-ng/util-linux-ng.git
4479 S:      Maintained
4480
4481 VFAT/FAT/MSDOS FILESYSTEM:
4482 P:      OGAWA Hirofumi
4483 M:      hirofumi@mail.parknet.co.jp
4484 L:      linux-kernel@vger.kernel.org
4485 S:      Maintained
4486
4487 VIA RHINE NETWORK DRIVER
4488 P:      Roger Luethi
4489 M:      rl@hellgate.ch
4490 S:      Maintained
4491
4492 VIAPRO SMBUS DRIVER
4493 P:      Jean Delvare
4494 M:      khali@linux-fr.org
4495 L:      i2c@lm-sensors.org
4496 S:      Maintained
4497
4498 VIA VELOCITY NETWORK DRIVER
4499 P:      Francois Romieu
4500 M:      romieu@fr.zoreil.com
4501 L:      netdev@vger.kernel.org
4502 S:      Maintained
4503
4504 VIDEO FOR LINUX
4505 P:      Mauro Carvalho Chehab
4506 M:      mchehab@infradead.org
4507 M:      v4l-dvb-maintainer@linuxtv.org
4508 L:      video4linux-list@redhat.com
4509 W:      http://linuxtv.org
4510 T:      git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
4511 S:      Maintained
4512
4513 VLAN (802.1Q)
4514 P:      Patrick McHardy
4515 M:      kaber@trash.net
4516 L:      netdev@vger.kernel.org
4517 S:      Maintained
4518
4519 VOLTAGE AND CURRENT REGULATOR FRAMEWORK
4520 P:      Liam Girdwood
4521 M:      lg@opensource.wolfsonmicro.com
4522 P:      Mark Brown
4523 M:      broonie@opensource.wolfsonmicro.com
4524 W:      http://opensource.wolfsonmicro.com/node/15
4525 T:      git kernel.org/pub/scm/linux/kernel/git/lrg/voltage-2.6.git
4526 S:      Supported
4527
4528 VT1211 HARDWARE MONITOR DRIVER
4529 P:      Juerg Haefliger
4530 M:      juergh@gmail.com
4531 L:      lm-sensors@lm-sensors.org
4532 S:      Maintained
4533
4534 VT8231 HARDWARE MONITOR DRIVER
4535 P:      Roger Lucas
4536 M:      vt8231@hiddenengine.co.uk
4537 L:      lm-sensors@lm-sensors.org
4538 S:      Maintained
4539
4540 W1 DALLAS'S 1-WIRE BUS
4541 P:      Evgeniy Polyakov
4542 M:      johnpol@2ka.mipt.ru
4543 S:      Maintained
4544
4545 W83791D HARDWARE MONITORING DRIVER
4546 P:      Marc Hulsman
4547 M:      m.hulsman@tudelft.nl
4548 L:      lm-sensors@lm-sensors.org
4549 S:      Maintained
4550
4551 W83793 HARDWARE MONITORING DRIVER
4552 P:      Rudolf Marek
4553 M:      r.marek@assembler.cz
4554 L:      lm-sensors@lm-sensors.org
4555 S:      Maintained
4556
4557 W83L51xD SD/MMC CARD INTERFACE DRIVER
4558 P:      Pierre Ossman
4559 M:      drzeus-wbsd@drzeus.cx
4560 L:      linux-kernel@vger.kernel.org
4561 S:      Maintained
4562
4563 WATCHDOG DEVICE DRIVERS
4564 P:      Wim Van Sebroeck
4565 M:      wim@iguana.be
4566 T:      git kernel.org:/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git
4567 S:      Maintained
4568
4569 WAVELAN NETWORK DRIVER & WIRELESS EXTENSIONS
4570 P:      Jean Tourrilhes
4571 M:      jt@hpl.hp.com
4572 L:      linux-wireless@vger.kernel.org
4573 W:      http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/
4574 S:      Maintained
4575
4576 WD7000 SCSI DRIVER
4577 P:      Miroslav Zagorac
4578 M:      zaga@fly.cc.fer.hr
4579 L:      linux-scsi@vger.kernel.org
4580 S:      Maintained
4581
4582 WISTRON LAPTOP BUTTON DRIVER
4583 P:      Miloslav Trmac
4584 M:      mitr@volny.cz
4585 S:      Maintained
4586
4587 WL3501 WIRELESS PCMCIA CARD DRIVER
4588 P:      Arnaldo Carvalho de Melo
4589 M:      acme@ghostprotocols.net
4590 L:      linux-wireless@vger.kernel.org
4591 W:      http://oops.ghostprotocols.net:81/blog
4592 S:      Maintained
4593
4594 WM97XX TOUCHSCREEN DRIVERS
4595 P:      Mark Brown
4596 M:      broonie@opensource.wolfsonmicro.com
4597 P:      Liam Girdwood
4598 M:      liam.girdwood@wolfsonmicro.com
4599 L:      linux-input@vger.kernel.org
4600 T:      git git://opensource.wolfsonmicro.com/linux-2.6-touch
4601 W:      http://opensource.wolfsonmicro.com/node/7
4602 S:      Supported
4603
4604 X.25 NETWORK LAYER
4605 P:      Henner Eisen
4606 M:      eis@baty.hanse.de
4607 L:      linux-x25@vger.kernel.org
4608 S:      Maintained
4609
4610 XEN HYPERVISOR INTERFACE
4611 P:      Jeremy Fitzhardinge
4612 M:      jeremy@xensource.com
4613 P:      Chris Wright
4614 M:      chrisw@sous-sol.org
4615 L:      virtualization@lists.osdl.org
4616 L:      xen-devel@lists.xensource.com
4617 S:      Supported
4618
4619 XFS FILESYSTEM
4620 P:      Silicon Graphics Inc
4621 P:      Tim Shimmin
4622 M:      xfs-masters@oss.sgi.com
4623 L:      xfs@oss.sgi.com
4624 W:      http://oss.sgi.com/projects/xfs
4625 T:      git git://oss.sgi.com:8090/xfs/xfs-2.6.git
4626 S:      Supported
4627
4628 XILINX SYSTEMACE DRIVER
4629 P:      Grant Likely
4630 M:      grant.likely@secretlab.ca
4631 W:      http://www.secretlab.ca/
4632 L:      linux-kernel@vger.kernel.org
4633 S:      Maintained
4634
4635 XILINX UARTLITE SERIAL DRIVER
4636 P:      Peter Korsgaard
4637 M:      jacmet@sunsite.dk
4638 L:      linux-serial@vger.kernel.org
4639 S:      Maintained
4640
4641 X86 ARCHITECTURE (32-BIT AND 64-BIT)
4642 P:      Thomas Gleixner
4643 M:      tglx@linutronix.de
4644 P:      Ingo Molnar
4645 M:      mingo@redhat.com
4646 P:      H. Peter Anvin
4647 M:      hpa@zytor.com
4648 L:      linux-kernel@vger.kernel.org
4649 T:      git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86.git
4650 S:      Maintained
4651
4652 YAM DRIVER FOR AX.25
4653 P:      Jean-Paul Roubelat
4654 M:      jpr@f6fbb.org
4655 L:      linux-hams@vger.kernel.org
4656 S:      Maintained
4657
4658 YEALINK PHONE DRIVER
4659 P:      Henk Vergonet
4660 M:      Henk.Vergonet@gmail.com
4661 L:      usbb2k-api-dev@nongnu.org
4662 S:      Maintained
4663
4664 Z8530 DRIVER FOR AX.25
4665 P:      Joerg Reuter
4666 M:      jreuter@yaina.de
4667 W:      http://yaina.de/jreuter/
4668 W:      http://www.qsl.net/dl1bke/
4669 L:      linux-hams@vger.kernel.org
4670 S:      Maintained
4671
4672 ZD1211RW WIRELESS DRIVER
4673 P:      Daniel Drake
4674 M:      dsd@gentoo.org
4675 P:      Ulrich Kunitz
4676 M:      kune@deine-taler.de
4677 W:      http://zd1211.ath.cx/wiki/DriverRewrite
4678 L:      linux-wireless@vger.kernel.org
4679 L:      zd1211-devs@lists.sourceforge.net (subscribers-only)
4680 S:      Maintained
4681
4682 ZF MACHZ WATCHDOG
4683 P:      Fernando Fuganti
4684 M:      fuganti@netbank.com.br
4685 W:      http://cvs.conectiva.com.br/drivers/ZFL-watchdog/
4686 S:      Maintained
4687
4688 ZR36067 VIDEO FOR LINUX DRIVER
4689 P:      Ronald Bultje
4690 M:      rbultje@ronald.bitfreak.net
4691 L:      mjpeg-users@lists.sourceforge.net
4692 W:      http://mjpeg.sourceforge.net/driver-zoran/
4693 S:      Maintained
4694
4695 ZS DECSTATION Z85C30 SERIAL DRIVER
4696 P:      Maciej W. Rozycki
4697 M:      macro@linux-mips.org
4698 S:      Maintained
4699
4700 THE REST
4701 P:      Linus Torvalds
4702 S:      Buried alive in reporters