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