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