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