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