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