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