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