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