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