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