RDMA: iWARP Core Changes.
[GitHub/mt8127/android_kernel_alcatel_ttab.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. See
34 Documentation/CodingStyle for guidance here.
35
36 PLEASE try to include any credit lines you want added with the
37 patch. It avoids people being missed off by mistake and makes
38 it easier to know who wants adding and who doesn't.
39
40 PLEASE document known bugs. If it doesn't work for everything
41 or does something very odd once a month document it.
42
43 PLEASE remember that submissions must be made under the terms
44 of the OSDL certificate of contribution
45 (http://www.osdl.org/newsroom/press_releases/2004/2004_05_24_dco.html)
46 and should include a Signed-off-by: line.
47
48 6. Make sure you have the right to send any changes you make. If you
49 do changes at work you may find your employer owns the patch
50 not you.
51
52 7. When sending security related changes or reports to a maintainer
53 please Cc: security@kernel.org, especially if the maintainer
54 does not respond.
55
56 8. Happy hacking.
57
58 -----------------------------------
59
60 Maintainers List (try to look for most precise areas first)
61
62 Note: For the hard of thinking, this list is meant to remain in alphabetical
63 order. If you could add yourselves to it in alphabetical order that would be
64 so much easier [Ed]
65
66 P: Person
67 M: Mail patches to
68 L: Mailing list that is relevant to this area
69 W: Web-page with status/info
70 T: SCM tree type and location. Type is one of: git, hg, quilt.
71 S: Status, one of the following:
72
73 Supported: Someone is actually paid to look after this.
74 Maintained: Someone actually looks after it.
75 Odd Fixes: It has a maintainer but they don't have time to do
76 much other than throw the odd patch in. See below..
77 Orphan: No current maintainer [but maybe you could take the
78 role as you write your new code].
79 Obsolete: Old code. Something tagged obsolete generally means
80 it has been replaced by a better system and you
81 should be using that.
82
83 3C359 NETWORK DRIVER
84 P: Mike Phillips
85 M: mikep@linuxtr.net
86 L: netdev@vger.kernel.org
87 L: linux-tr@linuxtr.net
88 W: http://www.linuxtr.net
89 S: Maintained
90
91 3C505 NETWORK DRIVER
92 P: Philip Blundell
93 M: philb@gnu.org
94 L: netdev@vger.kernel.org
95 S: Maintained
96
97 3CR990 NETWORK DRIVER
98 P: David Dillow
99 M: dave@thedillows.org
100 L: netdev@vger.kernel.org
101 S: Maintained
102
103 3W-XXXX ATA-RAID CONTROLLER DRIVER
104 P: Adam Radford
105 M: linuxraid@amcc.com
106 L: linux-scsi@vger.kernel.org
107 W: http://www.amcc.com
108 S: Supported
109
110 3W-9XXX SATA-RAID CONTROLLER DRIVER
111 P: Adam Radford
112 M: linuxraid@amcc.com
113 L: linux-scsi@vger.kernel.org
114 W: http://www.amcc.com
115 S: Supported
116
117 53C700 AND 53C700-66 SCSI DRIVER
118 P: James E.J. Bottomley
119 M: James.Bottomley@HansenPartnership.com
120 L: linux-scsi@vger.kernel.org
121 S: Maintained
122
123 6PACK NETWORK DRIVER FOR AX.25
124 P: Andreas Koensgen
125 M: ajk@iehk.rwth-aachen.de
126 L: linux-hams@vger.kernel.org
127 S: Maintained
128
129 8139CP 10/100 FAST ETHERNET DRIVER
130 P: Jeff Garzik
131 M: jgarzik@pobox.com
132 S: Maintained
133
134 8139TOO 10/100 FAST ETHERNET DRIVER
135 P: Jeff Garzik
136 M: jgarzik@pobox.com
137 W: http://sourceforge.net/projects/gkernel/
138 S: Maintained
139
140 8169 10/100/1000 GIGABIT ETHERNET DRIVER
141 P: Francois Romieu
142 M: romieu@fr.zoreil.com
143 L: netdev@vger.kernel.org
144 S: Maintained
145
146 8250/16?50 (AND CLONE UARTS) SERIAL DRIVER
147 P: Russell King
148 M: rmk+serial@arm.linux.org.uk
149 L: linux-serial@vger.kernel.org
150 W: http://serial.sourceforge.net
151 S: Maintained
152
153 8390 NETWORK DRIVERS [WD80x3/SMC-ELITE, SMC-ULTRA, NE2000, 3C503, etc.]
154 P: Paul Gortmaker
155 M: p_gortmaker@yahoo.com
156 L: netdev@vger.kernel.org
157 S: Maintained
158
159 9P FILE SYSTEM
160 P: Eric Van Hensbergen
161 M: ericvh@gmail.com
162 P: Ron Minnich
163 M: rminnich@lanl.gov
164 P: Latchesar Ionkov
165 M: lucho@ionkov.net
166 L: v9fs-developer@lists.sourceforge.net
167 W: http://v9fs.sf.net
168 T: git kernel.org:/pub/scm/linux/kernel/ericvh/v9fs.git
169 S: Maintained
170
171 A2232 SERIAL BOARD DRIVER
172 P: Enver Haase
173 M: ehaase@inf.fu-berlin.de
174 M: A2232@gmx.net
175 L: linux-m68k@lists.linux-m68k.org
176 S: Maintained
177
178 AIO
179 P: Benjamin LaHaise
180 M: bcrl@kvack.org
181 L: linux-aio@kvack.org
182 S: Supported
183
184 ABIT UGURU HARDWARE MONITOR DRIVER
185 P: Hans de Goede
186 M: j.w.r.degoede@hhs.nl
187 L: lm-sensors@lm-sensors.org
188 S: Maintained
189
190 ACENIC DRIVER
191 P: Jes Sorensen
192 M: jes@trained-monkey.org
193 L: linux-acenic@sunsite.dk
194 S: Maintained
195
196 ACI MIXER DRIVER
197 P: Robert Siemer
198 M: Robert.Siemer@gmx.de
199 L: linux-sound@vger.kernel.org
200 W: http://www.stud.uni-karlsruhe.de/~uh1b/
201 S: Maintained
202
203 AACRAID SCSI RAID DRIVER
204 P: Adaptec OEM Raid Solutions
205 L: linux-scsi@vger.kernel.org
206 W: http://linux.dell.com/storage.shtml
207 S: Supported
208
209 ACPI
210 P: Len Brown
211 M: len.brown@intel.com
212 L: linux-acpi@vger.kernel.org
213 W: http://acpi.sourceforge.net/
214 T: git kernel.org:/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6.git
215 S: Maintained
216
217 ACPI PCI HOTPLUG DRIVER
218 P: Kristen Carlson Accardi
219 M: kristen.c.accardi@intel.com
220 L: pcihpd-discuss@lists.sourceforge.net
221 S: Maintained
222
223 AD1816 SOUND DRIVER
224 P: Thorsten Knabe
225 M: Thorsten Knabe <linux@thorsten-knabe.de>
226 W: http://linux.thorsten-knabe.de
227 S: Maintained
228
229 AD1889 SOUND DRIVER
230 P: Kyle McMartin
231 M: kyle@parisc-linux.org
232 P: Thibaut Varene
233 M: T-Bone@parisc-linux.org
234 W: http://wiki.parisc-linux.org/AD1889
235 L: parisc-linux@lists.parisc-linux.org
236 S: Maintained
237
238 ADM1025 HARDWARE MONITOR DRIVER
239 P: Jean Delvare
240 M: khali@linux-fr.org
241 L: lm-sensors@lm-sensors.org
242 S: Maintained
243
244 ADT746X FAN DRIVER
245 P: Colin Leroy
246 M: colin@colino.net
247 S: Maintained
248
249 AEDSP16 DRIVER
250 P: Riccardo Facchetti
251 M: fizban@tin.it
252 S: Maintained
253
254 AFFS FILE SYSTEM
255 P: Roman Zippel
256 M: zippel@linux-m68k.org
257 S: Maintained
258
259 AGPGART DRIVER
260 P: Dave Jones
261 M: davej@codemonkey.org.uk
262 W: http://www.codemonkey.org.uk/projects/agp/
263 T: git kernel.org:/pub/scm/linux/kernel/git/davej/agpgart.git
264 S: Maintained
265
266 AHA152X SCSI DRIVER
267 P: Juergen E. Fischer
268 M: Juergen Fischer <fischer@norbit.de>
269 L: linux-scsi@vger.kernel.org
270 S: Maintained
271
272 ALCATEL SPEEDTOUCH USB DRIVER
273 P: Duncan Sands
274 M: duncan.sands@free.fr
275 L: linux-usb-users@lists.sourceforge.net
276 L: linux-usb-devel@lists.sourceforge.net
277 W: http://www.linux-usb.org/SpeedTouch/
278 S: Maintained
279
280 ALI1563 I2C DRIVER
281 P: Rudolf Marek
282 M: r.marek@sh.cvut.cz
283 L: i2c@lm-sensors.org
284 S: Maintained
285
286 ALPHA PORT
287 P: Richard Henderson
288 M: rth@twiddle.net
289 S: Odd Fixes for 2.4; Maintained for 2.6.
290 P: Ivan Kokshaysky
291 M: ink@jurassic.park.msu.ru
292 S: Maintained for 2.4; PCI support for 2.6.
293
294 AMD GEODE PROCESSOR/CHIPSET SUPPORT
295 P: Jordan Crouse
296 M: info-linux@geode.amd.com
297 L: info-linux@geode.amd.com
298 W: http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html
299 S: Supported
300
301 AOA (Apple Onboard Audio) ALSA DRIVER
302 P: Johannes Berg
303 M: johannes@sipsolutions.net
304 L: linuxppc-dev@ozlabs.org
305 L: alsa-devel@alsa-project.org
306 S: Maintained
307
308 APM DRIVER
309 P: Stephen Rothwell
310 M: sfr@canb.auug.org.au
311 L: linux-laptop@vger.kernel.org
312 W: http://www.canb.auug.org.au/~sfr/
313 S: Supported
314
315 APPLETALK NETWORK LAYER
316 P: Arnaldo Carvalho de Melo
317 M: acme@conectiva.com.br
318 S: Maintained
319
320 ARC FRAMEBUFFER DRIVER
321 P: Jaya Kumar
322 M: jayalk@intworks.biz
323 S: Maintained
324
325 ARM26 ARCHITECTURE
326 P: Ian Molton
327 M: spyro@f2s.com
328 S: Maintained
329
330 ARM26/ARCHIMEDES
331 P: Ian Molton
332 M: spyro@f2s.com
333 S: Maintained
334
335 ARM26/A5000
336 P: John Appleby
337 M: john@dnsworld.co.uk
338 S: Maintained
339
340 ARM MFM AND FLOPPY DRIVERS
341 P: Ian Molton
342 M: spyro@f2s.com
343 S: Maintained
344
345 ARM/CORGI MACHINE SUPPORT
346 P: Richard Purdie
347 M: rpurdie@rpsys.net
348 S: Maintained
349
350 ARM/TOSA MACHINE SUPPORT
351 P: Dirk Opfer
352 M: dirk@opfer-online.de
353 S: Maintained
354
355 ARM/PLEB SUPPORT
356 P: Peter Chubb
357 M: pleb@gelato.unsw.edu.au
358 W: http://www.disy.cse.unsw.edu.au/Hardware/PLEB
359 S: Maintained
360
361 ARM/PT DIGITAL BOARD PORT
362 P: Stefan Eletzhofer
363 M: stefan.eletzhofer@eletztrick.de
364 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
365 W: http://www.arm.linux.org.uk/
366 S: Maintained
367
368 ARM/SHARK MACHINE SUPPORT
369 P: Alexander Schulz
370 M: alex@shark-linux.de
371 W: http://www.shark-linux.de/shark.html
372 S: Maintained
373
374 ARM/STRONGARM110 PORT
375 P: Russell King
376 M: rmk@arm.linux.org.uk
377 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
378 W: http://www.arm.linux.org.uk/
379 S: Maintained
380
381 ARM/S3C2410 ARM ARCHITECTURE
382 P: Ben Dooks
383 M: ben-s3c2410@fluff.org
384 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
385 W: http://www.fluff.org/ben/linux/
386 S: Maintained
387
388 ARM/S3C2440 ARM ARCHITECTURE
389 P: Ben Dooks
390 M: ben-s3c2440@fluff.org
391 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
392 W: http://www.fluff.org/ben/linux/
393 S: Maintained
394
395 ARPD SUPPORT
396 P: Jonathan Layes
397 L: netdev@vger.kernel.org
398 S: Maintained
399
400 ASUS ACPI EXTRAS DRIVER
401 P: Karol Kozimor
402 M: sziwan@users.sourceforge.net
403 P: Julien Lerouge
404 M: julien.lerouge@free.fr
405 L: acpi4asus-user@lists.sourceforge.net
406 W: http://sourceforge.net/projects/acpi4asus
407 W: http://julien.lerouge.free.fr
408 S: Maintained
409
410 ATA OVER ETHERNET DRIVER
411 P: Ed L. Cashin
412 M: ecashin@coraid.com
413 W: http://www.coraid.com/support/linux
414 S: Supported
415
416 ATM
417 P: Chas Williams
418 M: chas@cmf.nrl.navy.mil
419 L: linux-atm-general@lists.sourceforge.net (subscribers-only)
420 W: http://linux-atm.sourceforge.net
421 S: Maintained
422
423 ATMEL WIRELESS DRIVER
424 P: Simon Kelley
425 M: simon@thekelleys.org.uk
426 W: http://www.thekelleys.org.uk/atmel
427 W: http://atmelwlandriver.sourceforge.net/
428 S: Maintained
429
430 AUDIT SUBSYSTEM
431 P: David Woodhouse
432 M: dwmw2@infradead.org
433 L: linux-audit@redhat.com
434 W: http://people.redhat.com/sgrubb/audit/
435 T: git kernel.org:/pub/scm/linux/kernel/git/dwmw2/audit-2.6.git
436 S: Maintained
437
438 AX.25 NETWORK LAYER
439 P: Ralf Baechle
440 M: ralf@linux-mips.org
441 L: linux-hams@vger.kernel.org
442 W: http://www.linux-ax25.org/
443 S: Maintained
444
445 BAYCOM/HDLCDRV DRIVERS FOR AX.25
446 P: Thomas Sailer
447 M: t.sailer@alumni.ethz.ch
448 L: linux-hams@vger.kernel.org
449 W: http://www.baycom.org/~tom/ham/ham.html
450 S: Maintained
451
452 BCM43XX WIRELESS DRIVER
453 P: Michael Buesch
454 M: mb@bu3sch.de
455 P: Stefano Brivio
456 M: st3@riseup.net
457 W: http://bcm43xx.berlios.de/
458 S: Maintained
459
460 BEFS FILE SYSTEM
461 P: Sergey S. Kostyliov
462 M: rathamahata@php4.ru
463 L: linux-kernel@vger.kernel.org
464 S: Maintained
465
466 BERKSHIRE PRODUCTS PC WATCHDOG DRIVER
467 P: Kenji Hollis
468 W: http://ftp.bitgate.com/pcwd/
469 S: Maintained
470
471 BFS FILE SYSTEM
472 P: Tigran A. Aivazian
473 M: tigran@veritas.com
474 L: linux-kernel@vger.kernel.org
475 S: Maintained
476
477 BLOCK LAYER
478 P: Jens Axboe
479 M: axboe@suse.de
480 L: linux-kernel@vger.kernel.org
481 T: git kernel.org:/pub/scm/linux/kernel/git/axboe/linux-2.6-block.git
482 S: Maintained
483
484 BLUETOOTH SUBSYSTEM
485 P: Marcel Holtmann
486 M: marcel@holtmann.org
487 P: Maxim Krasnyansky
488 M: maxk@qualcomm.com
489 L: bluez-devel@lists.sf.net
490 W: http://bluez.sf.net
491 W: http://www.bluez.org
492 W: http://www.holtmann.org/linux/bluetooth/
493 T: git kernel.org:/pub/scm/linux/kernel/git/holtmann/bluetooth-2.6.git
494 S: Maintained
495
496 BLUETOOTH RFCOMM LAYER
497 P: Marcel Holtmann
498 M: marcel@holtmann.org
499 P: Maxim Krasnyansky
500 M: maxk@qualcomm.com
501 S: Maintained
502
503 BLUETOOTH BNEP LAYER
504 P: Marcel Holtmann
505 M: marcel@holtmann.org
506 P: Maxim Krasnyansky
507 M: maxk@qualcomm.com
508 S: Maintained
509
510 BLUETOOTH CMTP LAYER
511 P: Marcel Holtmann
512 M: marcel@holtmann.org
513 S: Maintained
514
515 BLUETOOTH HIDP LAYER
516 P: Marcel Holtmann
517 M: marcel@holtmann.org
518 S: Maintained
519
520 BLUETOOTH HCI UART DRIVER
521 P: Marcel Holtmann
522 M: marcel@holtmann.org
523 P: Maxim Krasnyansky
524 M: maxk@qualcomm.com
525 S: Maintained
526
527 BLUETOOTH HCI USB DRIVER
528 P: Marcel Holtmann
529 M: marcel@holtmann.org
530 P: Maxim Krasnyansky
531 M: maxk@qualcomm.com
532 S: Maintained
533
534 BLUETOOTH HCI BCM203X DRIVER
535 P: Marcel Holtmann
536 M: marcel@holtmann.org
537 S: Maintained
538
539 BLUETOOTH HCI BPA10X DRIVER
540 P: Marcel Holtmann
541 M: marcel@holtmann.org
542 S: Maintained
543
544 BLUETOOTH HCI BFUSB DRIVER
545 P: Marcel Holtmann
546 M: marcel@holtmann.org
547 S: Maintained
548
549 BLUETOOTH HCI DTL1 DRIVER
550 P: Marcel Holtmann
551 M: marcel@holtmann.org
552 S: Maintained
553
554 BLUETOOTH HCI BLUECARD DRIVER
555 P: Marcel Holtmann
556 M: marcel@holtmann.org
557 S: Maintained
558
559 BLUETOOTH HCI BT3C DRIVER
560 P: Marcel Holtmann
561 M: marcel@holtmann.org
562 S: Maintained
563
564 BLUETOOTH HCI BTUART DRIVER
565 P: Marcel Holtmann
566 M: marcel@holtmann.org
567 S: Maintained
568
569 BLUETOOTH HCI VHCI DRIVER
570 P: Maxim Krasnyansky
571 M: maxk@qualcomm.com
572 S: Maintained
573
574 BONDING DRIVER
575 P: Chad Tindel
576 M: ctindel@users.sourceforge.net
577 P: Jay Vosburgh
578 M: fubar@us.ibm.com
579 L: bonding-devel@lists.sourceforge.net
580 W: http://sourceforge.net/projects/bonding/
581 S: Supported
582
583 BROADBAND PROCESSOR ARCHITECTURE
584 P: Arnd Bergmann
585 M: arnd@arndb.de
586 L: linuxppc-dev@ozlabs.org
587 W: http://www.penguinppc.org/ppc64/
588 S: Supported
589
590 BROADCOM B44 10/100 ETHERNET DRIVER
591 P: Gary Zambrano
592 M: zambrano@broadcom.com
593 L: netdev@vger.kernel.org
594 S: Supported
595
596 BROADCOM BNX2 GIGABIT ETHERNET DRIVER
597 P: Michael Chan
598 M: mchan@broadcom.com
599 L: netdev@vger.kernel.org
600 S: Supported
601
602 BROADCOM TG3 GIGABIT ETHERNET DRIVER
603 P: Michael Chan
604 M: mchan@broadcom.com
605 L: netdev@vger.kernel.org
606 S: Supported
607
608 BTTV VIDEO4LINUX DRIVER
609 P: Mauro Carvalho Chehab
610 M: mchehab@infradead.org
611 M: v4l-dvb-maintainer@linuxtv.org
612 L: video4linux-list@redhat.com
613 W: http://linuxtv.org
614 T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
615 S: Maintained
616
617 CALGARY x86-64 IOMMU
618 P: Muli Ben-Yehuda
619 M: muli@il.ibm.com
620 P: Jon D. Mason
621 M: jdmason@us.ibm.com
622 L: linux-kernel@vger.kernel.org
623 L: discuss@x86-64.org
624 S: Maintained
625
626 COMMON INTERNET FILE SYSTEM (CIFS)
627 P: Steve French
628 M: sfrench@samba.org
629 L: linux-cifs-client@lists.samba.org
630 L: samba-technical@lists.samba.org
631 W: http://us1.samba.org/samba/Linux_CIFS_client.html
632 T: git kernel.org:/pub/scm/linux/kernel/git/sfrench/cifs-2.6.git
633 S: Supported
634
635 CONFIGFS
636 P: Joel Becker
637 M: joel.becker@oracle.com
638 L: linux-kernel@vger.kernel.org
639 S: Supported
640
641 CIRRUS LOGIC GENERIC FBDEV DRIVER
642 P: Jeff Garzik
643 M: jgarzik@pobox.com
644 L: linux-fbdev-devel@lists.sourceforge.net
645 S: Odd Fixes
646
647 CIRRUS LOGIC CS4280/CS461x SOUNDDRIVER
648 P: Cirrus Logic Corporation (kernel 2.2 driver)
649 M: Cirrus Logic Corporation, Thomas Woller <twoller@crystal.cirrus.com>
650 P: Nils Faerber (port to kernel 2.4)
651 M: Nils Faerber <nils@kernelconcepts.de>
652 S: Maintained
653
654 CODA FILE SYSTEM
655 P: Jan Harkes
656 M: jaharkes@cs.cmu.edu
657 M: coda@cs.cmu.edu
658 L: codalist@coda.cs.cmu.edu
659 W: http://www.coda.cs.cmu.edu/
660 S: Maintained
661
662 COMPACTPCI HOTPLUG CORE
663 P: Scott Murray
664 M: scottm@somanetworks.com
665 M: scott@spiteful.org
666 L: pcihpd-discuss@lists.sourceforge.net
667 S: Supported
668
669 COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
670 P: Scott Murray
671 M: scottm@somanetworks.com
672 M: scott@spiteful.org
673 L: pcihpd-discuss@lists.sourceforge.net
674 S: Supported
675
676 COMPACTPCI HOTPLUG GENERIC DRIVER
677 P: Scott Murray
678 M: scottm@somanetworks.com
679 M: scott@spiteful.org
680 L: pcihpd-discuss@lists.sourceforge.net
681 S: Supported
682
683 COMPUTONE INTELLIPORT MULTIPORT CARD
684 P: Michael H. Warfield
685 M: mhw@wittsend.com
686 W: http://www.wittsend.com/computone.html
687 S: Maintained
688
689 COSA/SRP SYNC SERIAL DRIVER
690 P: Jan "Yenya" Kasprzak
691 M: kas@fi.muni.cz
692 W: http://www.fi.muni.cz/~kas/cosa/
693 S: Maintained
694
695 CPU FREQUENCY DRIVERS
696 P: Dave Jones
697 M: davej@codemonkey.org.uk
698 L: cpufreq@lists.linux.org.uk
699 W: http://www.codemonkey.org.uk/projects/cpufreq/
700 T: git kernel.org/pub/scm/linux/kernel/davej/cpufreq.git
701 S: Maintained
702
703 CPUID/MSR DRIVER
704 P: H. Peter Anvin
705 M: hpa@zytor.com
706 S: Maintained
707
708 CPUSETS
709 P: Paul Jackson
710 P: Simon Derr
711 M: pj@sgi.com
712 M: simon.derr@bull.net
713 L: linux-kernel@vger.kernel.org
714 W: http://www.bullopensource.org/cpuset/
715 S: Supported
716
717 CRAMFS FILESYSTEM
718 W: http://sourceforge.net/projects/cramfs/
719 S: Orphan
720
721 CRIS PORT
722 P: Mikael Starvik
723 M: starvik@axis.com
724 L: dev-etrax@axis.com
725 W: http://developer.axis.com
726 S: Maintained
727
728 CRYPTO API
729 P: Herbert Xu
730 M: herbert@gondor.apana.org.au
731 P: David S. Miller
732 M: davem@davemloft.net
733 L: linux-crypto@vger.kernel.org
734 T: git kernel.org:/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
735 S: Maintained
736
737 CS5535 Audio ALSA driver
738 P: Jaya Kumar
739 M: jayakumar.alsa@gmail.com
740 S: Maintained
741
742 CYBERPRO FB DRIVER
743 P: Russell King
744 M: rmk@arm.linux.org.uk
745 W: http://www.arm.linux.org.uk/
746 S: Maintained
747
748 CYBLAFB FRAMEBUFFER DRIVER
749 P: Knut Petersen
750 M: Knut_Petersen@t-online.de
751 L: linux-fbdev-devel@lists.sourceforge.net
752 S: Maintained
753
754 CYCLADES 2X SYNC CARD DRIVER
755 P: Arnaldo Carvalho de Melo
756 M: acme@conectiva.com.br
757 W: http://advogato.org/person/acme
758 L: cycsyn-devel@bazar.conectiva.com.br
759 S: Maintained
760
761 CYCLADES ASYNC MUX DRIVER
762 M: async@cyclades.com
763 W: http://www.cyclades.com/
764 S: Supported
765
766 CYCLADES PC300 DRIVER
767 M: pc300@cyclades.com
768 W: http://www.cyclades.com/
769 S: Supported
770
771 DAMA SLAVE for AX.25
772 P: Joerg Reuter
773 M: jreuter@yaina.de
774 W: http://yaina.de/jreuter/
775 W: http://www.qsl.net/dl1bke/
776 L: linux-hams@vger.kernel.org
777 S: Maintained
778
779 DC395x SCSI driver
780 P: Oliver Neukum
781 M: oliver@neukum.name
782 P: Ali Akcaagac
783 M: aliakc@web.de
784 P: Jamie Lenehan
785 M: lenehan@twibble.org
786 W: http://twibble.org/dist/dc395x/
787 L: dc395x@twibble.org
788 L: http://lists.twibble.org/mailman/listinfo/dc395x/
789 S: Maintained
790
791 DC390/AM53C974 SCSI driver
792 P: Kurt Garloff
793 M: garloff@suse.de
794 W: http://www.garloff.de/kurt/linux/dc390/
795 P: Guennadi Liakhovetski
796 M: g.liakhovetski@gmx.de
797 S: Maintained
798
799 DCCP PROTOCOL
800 P: Arnaldo Carvalho de Melo
801 M: acme@mandriva.com
802 L: dccp@vger.kernel.org
803 W: http://linux-net.osdl.org/index.php/DCCP
804 S: Maintained
805
806 DECnet NETWORK LAYER
807 P: Patrick Caulfield
808 M: patrick@tykepenguin.com
809 W: http://linux-decnet.sourceforge.net
810 L: linux-decnet-user@lists.sourceforge.net
811 S: Maintained
812
813 DEFXX FDDI NETWORK DRIVER
814 P: Maciej W. Rozycki
815 M: macro@linux-mips.org
816 S: Maintained
817
818 DELL LAPTOP SMM DRIVER
819 P: Massimo Dal Zotto
820 M: dz@debian.org
821 W: http://www.debian.org/~dz/i8k/
822 S: Maintained
823
824 DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
825 P: Doug Warzecha
826 M: Douglas_Warzecha@dell.com
827 S: Maintained
828
829 DEVICE-MAPPER
830 P: Alasdair Kergon
831 L: dm-devel@redhat.com
832 W: http://sources.redhat.com/dm
833 S: Maintained
834
835 DEVICE NUMBER REGISTRY
836 P: Torben Mathiasen
837 M: device@lanana.org
838 W: http://lanana.org/docs/device-list/index.html
839 L: linux-kernel@vger.kernel.org
840 S: Maintained
841
842 DEVICE FILESYSTEM
843 S: Obsolete
844
845 DIGI INTL. EPCA DRIVER
846 P: Digi International, Inc
847 M: Eng.Linux@digi.com
848 L: Eng.Linux@digi.com
849 W: http://www.digi.com
850 S: Orphaned
851
852 DIGI RIGHTSWITCH NETWORK DRIVER
853 P: Rick Richardson
854 L: netdev@vger.kernel.org
855 W: http://www.digi.com
856 S: Orphaned
857
858 DIRECTORY NOTIFICATION
859 P: Stephen Rothwell
860 M: sfr@canb.auug.org.au
861 L: linux-kernel@vger.kernel.org
862 S: Supported
863
864 DISK GEOMETRY AND PARTITION HANDLING
865 P: Andries Brouwer
866 M: aeb@cwi.nl
867 W: http://www.win.tue.nl/~aeb/linux/Large-Disk.html
868 W: http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
869 W: http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
870 S: Maintained
871
872 DISKQUOTA:
873 P: Jan Kara
874 M: jack@suse.cz
875 L: linux-kernel@vger.kernel.org
876 S: Maintained
877
878 DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
879 P: Tobias Ringstrom
880 M: tori@unhappy.mine.nu
881 L: linux-kernel@vger.kernel.org
882 S: Maintained
883
884 DOCBOOK FOR DOCUMENTATION
885 P: Martin Waitz
886 M: tali@admingilde.org
887 P: Randy Dunlap
888 M: rdunlap@xenotime.net
889 T: git http://tali.admingilde.org/git/linux-docbook.git
890 S: Maintained
891
892 DOCKING STATION DRIVER
893 P: Kristen Carlson Accardi
894 M: kristen.c.accardi@intel.com
895 L: linux-acpi@vger.kernel.org
896 S: Maintained
897
898 DOUBLETALK DRIVER
899 P: James R. Van Zandt
900 M: jrv@vanzandt.mv.com
901 L: blinux-list@redhat.com
902 S: Maintained
903
904 DRIVER CORE, KOBJECTS, AND SYSFS
905 P: Greg Kroah-Hartman
906 M: gregkh@suse.de
907 L: linux-kernel@vger.kernel.org
908 T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
909 S: Supported
910
911 DRM DRIVERS
912 P: David Airlie
913 M: airlied@linux.ie
914 L: dri-devel@lists.sourceforge.net
915 T: git kernel.org:/pub/scm/linux/kernel/git/airlied/drm-2.6.git
916 S: Maintained
917
918 DSCC4 DRIVER
919 P: François Romieu
920 M: romieu@cogenit.fr
921 M: romieu@ensta.fr
922 S: Maintained
923
924 DVB SUBSYSTEM AND DRIVERS
925 P: LinuxTV.org Project
926 M: v4l-dvb-maintainer@linuxtv.org
927 L: linux-dvb@linuxtv.org (subscription required)
928 W: http://linuxtv.org/
929 T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
930 S: Maintained
931
932 EATA-DMA SCSI DRIVER
933 P: Michael Neuffer
934 L: linux-eata@i-connect.net, linux-scsi@vger.kernel.org
935 S: Maintained
936
937 EATA ISA/EISA/PCI SCSI DRIVER
938 P: Dario Ballabio
939 M: ballabio_dario@emc.com
940 L: linux-scsi@vger.kernel.org
941 S: Maintained
942
943 EATA-PIO SCSI DRIVER
944 P: Michael Neuffer
945 M: mike@i-Connect.Net
946 L: linux-eata@i-connect.net, linux-scsi@vger.kernel.org
947 S: Maintained
948
949 EBTABLES
950 P: Bart De Schuymer
951 M: bart.de.schuymer@pandora.be
952 L: ebtables-user@lists.sourceforge.net
953 L: ebtables-devel@lists.sourceforge.net
954 W: http://ebtables.sourceforge.net/
955 S: Maintained
956
957 EDAC-CORE
958 P: Doug Thompson
959 M: norsk5@xmission.com
960 L: bluesmoke-devel@lists.sourceforge.net
961 W: bluesmoke.sourceforge.net
962 S: Supported
963
964 EDAC-E752X
965 P: Mark Gross
966 M: mark.gross@intel.com
967 L: bluesmoke-devel@lists.sourceforge.net
968 W: bluesmoke.sourceforge.net
969 S: Maintained
970
971 EDAC-E7XXX
972 P: Doug Thompson
973 M: norsk5@xmission.com
974 L: bluesmoke-devel@lists.sourceforge.net
975 W: bluesmoke.sourceforge.net
976 S: Maintained
977
978 EDAC-R82600
979 P: Tim Small
980 M: tim@buttersideup.com
981 L: bluesmoke-devel@lists.sourceforge.net
982 W: bluesmoke.sourceforge.net
983 S: Maintained
984
985 EEPRO100 NETWORK DRIVER
986 P: Andrey V. Savochkin
987 M: saw@saw.sw.com.sg
988 S: Maintained
989
990 EFS FILESYSTEM
991 W: http://aeschi.ch.eu.org/efs/
992 S: Orphan
993
994 EHCA (IBM GX bus InfiniBand adapter) DRIVER:
995 P: Hoang-Nam Nguyen
996 M: hnguyen@de.ibm.com
997 P: Christoph Raisch
998 M: raisch@de.ibm.com
999 L: openib-general@openib.org
1000 S: Supported
1001
1002 EMU10K1 SOUND DRIVER
1003 P: James Courtier-Dutton
1004 M: James@superbug.demon.co.uk
1005 L: emu10k1-devel@lists.sourceforge.net
1006 W: http://sourceforge.net/projects/emu10k1/
1007 S: Maintained
1008
1009 EMULEX LPFC FC SCSI DRIVER
1010 P: James Smart
1011 M: james.smart@emulex.com
1012 L: linux-scsi@vger.kernel.org
1013 W: http://sourceforge.net/projects/lpfcxxxx
1014 S: Supported
1015
1016 EPSON 1355 FRAMEBUFFER DRIVER
1017 P: Christopher Hoover
1018 M: ch@murgatroid.com, ch@hpl.hp.com
1019 S: Maintained
1020
1021 ETHEREXPRESS-16 NETWORK DRIVER
1022 P: Philip Blundell
1023 M: philb@gnu.org
1024 L: netdev@vger.kernel.org
1025 S: Maintained
1026
1027 ETHERNET BRIDGE
1028 P: Stephen Hemminger
1029 M: shemminger@osdl.org
1030 L: bridge@osdl.org
1031 W: http://bridge.sourceforge.net/
1032 S: Maintained
1033
1034 ETHERTEAM 16I DRIVER
1035 P: Mika Kuoppala
1036 M: miku@iki.fi
1037 S: Maintained
1038
1039 EXT2 FILE SYSTEM
1040 L: ext2-devel@lists.sourceforge.net
1041 S: Maintained
1042
1043 EXT3 FILE SYSTEM
1044 P: Stephen Tweedie, Andrew Morton
1045 M: sct@redhat.com, akpm@osdl.org, adilger@clusterfs.com
1046 L: ext2-devel@lists.sourceforge.net
1047 S: Maintained
1048
1049 F71805F HARDWARE MONITORING DRIVER
1050 P: Jean Delvare
1051 M: khali@linux-fr.org
1052 L: lm-sensors@lm-sensors.org
1053 S: Maintained
1054
1055 FARSYNC SYNCHRONOUS DRIVER
1056 P: Kevin Curtis
1057 M: kevin.curtis@farsite.co.uk
1058 W: http://www.farsite.co.uk/
1059 S: Supported
1060
1061 FRAMEBUFFER LAYER
1062 P: Antonino Daplas
1063 M: adaplas@pol.net
1064 L: linux-fbdev-devel@lists.sourceforge.net
1065 W: http://linux-fbdev.sourceforge.net/
1066 S: Maintained
1067
1068 FREESCALE SOC FS_ENET DRIVER
1069 P: Pantelis Antoniou
1070 M: pantelis.antoniou@gmail.com
1071 P: Vitaly Bordug
1072 M: vbordug@ru.mvista.com
1073 L: linuxppc-embedded@ozlabs.org
1074 L: netdev@vger.kernel.org
1075 S: Maintained
1076
1077 FILE LOCKING (flock() and fcntl()/lockf())
1078 P: Matthew Wilcox
1079 M: matthew@wil.cx
1080 L: linux-fsdevel@vger.kernel.org
1081 S: Maintained
1082
1083 FILESYSTEMS (VFS and infrastructure)
1084 P: Alexander Viro
1085 M: viro@zeniv.linux.org.uk
1086 S: Maintained
1087
1088 FIRMWARE LOADER (request_firmware)
1089 L: linux-kernel@vger.kernel.org
1090 S: Orphan
1091
1092 FPU EMULATOR
1093 P: Bill Metzenthen
1094 M: billm@suburbia.net
1095 W: http://suburbia.net/~billm/floating-point/emulator/
1096 S: Maintained
1097
1098 FRAME RELAY DLCI/FRAD (Sangoma drivers too)
1099 P: Mike McLagan
1100 M: mike.mclagan@linux.org
1101 L: netdev@vger.kernel.org
1102 S: Maintained
1103
1104 FREEVXFS FILESYSTEM
1105 P: Christoph Hellwig
1106 M: hch@infradead.org
1107 W: ftp://ftp.openlinux.org/pub/people/hch/vxfs
1108 S: Maintained
1109
1110 FUJITSU FR-V PORT
1111 P: David Howells
1112 M: dhowells@redhat.com
1113 S: Maintained
1114
1115 FTAPE/QIC-117
1116 L: linux-tape@vger.kernel.org
1117 W: http://sourceforge.net/projects/ftape
1118 S: Orphan
1119
1120 FUSE: FILESYSTEM IN USERSPACE
1121 P: Miklos Szeredi
1122 M: miklos@szeredi.hu
1123 L: fuse-devel@lists.sourceforge.net
1124 W: http://fuse.sourceforge.net/
1125 S: Maintained
1126
1127 FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
1128 P: Rik Faith
1129 M: faith@cs.unc.edu
1130 L: linux-scsi@vger.kernel.org
1131 S: Odd fixes (e.g., new signatures)
1132
1133 GDT SCSI DISK ARRAY CONTROLLER DRIVER
1134 P: Achim Leubner
1135 M: achim_leubner@adaptec.com
1136 L: linux-scsi@vger.kernel.org
1137 W: http://www.icp-vortex.com/
1138 S: Supported
1139
1140 GENERIC HDLC DRIVER, N2, C101, PCI200SYN and WANXL DRIVERS
1141 P: Krzysztof Halasa
1142 M: khc@pm.waw.pl
1143 W: http://www.kernel.org/pub/linux/utils/net/hdlc/
1144 S: Maintained
1145
1146 GIGASET ISDN DRIVERS
1147 P: Hansjoerg Lipp
1148 M: hjlipp@web.de
1149 P: Tilman Schmidt
1150 M: tilman@imap.cc
1151 L: gigaset307x-common@lists.sourceforge.net
1152 W: http://gigaset307x.sourceforge.net/
1153 S: Maintained
1154
1155 HARDWARE MONITORING
1156 P: Jean Delvare
1157 M: khali@linux-fr.org
1158 L: lm-sensors@lm-sensors.org
1159 W: http://www.lm-sensors.nu/
1160 S: Maintained
1161
1162 HARDWARE RANDOM NUMBER GENERATOR CORE
1163 P: Michael Buesch
1164 M: mb@bu3sch.de
1165 S: Maintained
1166
1167 HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
1168 P: Robert Love
1169 M: rlove@rlove.org
1170 M: linux-kernel@vger.kernel.org
1171 W: http://www.kernel.org/pub/linux/kernel/people/rml/hdaps/
1172 S: Maintained
1173
1174 HARMONY SOUND DRIVER
1175 P: Kyle McMartin
1176 M: kyle@parisc-linux.org
1177 W: http://www.parisc-linux.org/~kyle/harmony/
1178 L: parisc-linux@lists.parisc-linux.org
1179 S: Maintained
1180
1181 HAYES ESP SERIAL DRIVER
1182 P: Andrew J. Robinson
1183 M: arobinso@nyx.net
1184 L: linux-kernel@vger.kernel.org
1185 W: http://www.nyx.net/~arobinso
1186 S: Maintained
1187
1188 HFS FILESYSTEM
1189 P: Roman Zippel
1190 M: zippel@linux-m68k.org
1191 L: linux-kernel@vger.kernel.org
1192 S: Maintained
1193
1194 HGA FRAMEBUFFER DRIVER
1195 P: Ferenc Bakonyi
1196 M: fero@drama.obuda.kando.hu
1197 L: linux-nvidia@lists.surfsouth.com
1198 W: http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
1199 S: Maintained
1200
1201 HIGH-SPEED SCC DRIVER FOR AX.25
1202 P: Klaus Kudielka
1203 M: klaus.kudielka@ieee.org
1204 L: linux-hams@vger.kernel.org
1205 W: http://www.nt.tuwien.ac.at/~kkudielk/Linux/
1206 S: Maintained
1207
1208 HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
1209 P: HighPoint Linux Team
1210 M: linux@highpoint-tech.com
1211 W: http://www.highpoint-tech.com
1212 S: Supported
1213
1214 HIPPI
1215 P: Jes Sorensen
1216 M: jes@trained-monkey.org
1217 L: linux-hippi@sunsite.dk
1218 S: Maintained
1219
1220 HEWLETT-PACKARD FIBRE CHANNEL 64-bit/66MHz PCI non-intelligent HBA
1221 P: Chirag Kantharia
1222 M: chirag.kantharia@hp.com
1223 L: iss_storagedev@hp.com
1224 S: Maintained
1225
1226 HEWLETT-PACKARD SMART2 RAID DRIVER
1227 P: Chirag Kantharia
1228 M: chirag.kantharia@hp.com
1229 L: iss_storagedev@hp.com
1230 S: Maintained
1231
1232 HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
1233 P: Mike Miller
1234 M: mike.miller@hp.com
1235 L: iss_storagedev@hp.com
1236 S: Supported
1237
1238 HOST AP DRIVER
1239 P: Jouni Malinen
1240 M: jkmaline@cc.hut.fi
1241 L: hostap@shmoo.com
1242 W: http://hostap.epitest.fi/
1243 S: Maintained
1244
1245 HP100: Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
1246 P: Jaroslav Kysela
1247 M: perex@suse.cz
1248 S: Maintained
1249
1250 HPET: High Precision Event Timers driver (hpet.c)
1251 P: Clemens Ladisch
1252 M: clemens@ladisch.de
1253 S: Maintained
1254
1255 HPET: i386
1256 P: Venkatesh Pallipadi (Venki)
1257 M: venkatesh.pallipadi@intel.com
1258 S: Maintained
1259
1260 HPET: x86_64
1261 P: Andi Kleen and Vojtech Pavlik
1262 M: ak@muc.de and vojtech@suse.cz
1263 S: Maintained
1264
1265 HPET: ACPI hpet.c
1266 P: Bob Picco
1267 M: bob.picco@hp.com
1268 S: Maintained
1269
1270 HPFS FILESYSTEM
1271 P: Mikulas Patocka
1272 M: mikulas@artax.karlin.mff.cuni.cz
1273 W: http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
1274 S: Maintained
1275
1276 HUGETLB FILESYSTEM
1277 P: William Irwin
1278 M: wli@holomorphy.com
1279 S: Maintained
1280
1281 I2C SUBSYSTEM
1282 P: Jean Delvare
1283 M: khali@linux-fr.org
1284 L: i2c@lm-sensors.org
1285 W: http://www.lm-sensors.nu/
1286 T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
1287 S: Maintained
1288
1289 I2O
1290 P: Markus Lidel
1291 M: markus.lidel@shadowconnect.com
1292 W: http://i2o.shadowconnect.com/
1293 S: Maintained
1294
1295 i386 BOOT CODE
1296 P: Riley H. Williams
1297 M: Riley@Williams.Name
1298 L: Linux-Kernel@vger.kernel.org
1299 S: Maintained
1300
1301 i386 SETUP CODE / CPU ERRATA WORKAROUNDS
1302 P: Dave Jones
1303 M: davej@codemonkey.org.uk
1304 P: H. Peter Anvin
1305 M: hpa@zytor.com
1306 S: Maintained
1307
1308 i810 TCO TIMER WATCHDOG
1309 P: Nils Faerber
1310 M: nils@kernelconcepts.de
1311 W: http://www.kernelconcepts.de/
1312 S: Maintained
1313
1314 IA64 (Itanium) PLATFORM
1315 P: Tony Luck
1316 M: tony.luck@intel.com
1317 L: linux-ia64@vger.kernel.org
1318 W: http://www.ia64-linux.org/
1319 T: git kernel.org:/pub/scm/linux/kernel/git/aegl/linux-2.6.git
1320 S: Maintained
1321
1322 SN-IA64 (Itanium) SUB-PLATFORM
1323 P: Jes Sorensen
1324 M: jes@sgi.com
1325 L: linux-altix@sgi.com
1326 L: linux-ia64@vger.kernel.org
1327 W: http://www.sgi.com/altix
1328 S: Maintained
1329
1330 IBM MCA SCSI SUBSYSTEM DRIVER
1331 P: Michael Lang
1332 M: langa2@kph.uni-mainz.de
1333 W: http://www.uni-mainz.de/~langm000/linux.html
1334 S: Maintained
1335
1336 IBM Power Linux RAID adapter
1337 P: Brian King
1338 M: brking@us.ibm.com
1339 S: Supported
1340
1341 IBM ServeRAID RAID DRIVER
1342 P: Jack Hammer
1343 P: Dave Jeffery
1344 M: ipslinux@adaptec.com
1345 W: http://www.developer.ibm.com/welcome/netfinity/serveraid.html
1346 S: Supported
1347
1348 IDE DRIVER [GENERAL]
1349 P: Bartlomiej Zolnierkiewicz
1350 M: B.Zolnierkiewicz@elka.pw.edu.pl
1351 L: linux-kernel@vger.kernel.org
1352 L: linux-ide@vger.kernel.org
1353 T: git kernel.org:/pub/scm/linux/kernel/git/bart/ide-2.6.git
1354 S: Maintained
1355
1356 IDE/ATAPI CDROM DRIVER
1357 P: Jens Axboe
1358 M: axboe@suse.de
1359 L: linux-kernel@vger.kernel.org
1360 W: http://www.kernel.dk
1361 S: Maintained
1362
1363 IDE/ATAPI FLOPPY DRIVERS
1364 P: Paul Bristow
1365 M: Paul Bristow <paul@paulbristow.net>
1366 W: http://paulbristow.net/linux/idefloppy.html
1367 L: linux-kernel@vger.kernel.org
1368 S: Maintained
1369
1370 IDE/ATAPI TAPE DRIVERS
1371 P: Gadi Oxman
1372 M: Gadi Oxman <gadio@netvision.net.il>
1373 L: linux-kernel@vger.kernel.org
1374 S: Maintained
1375
1376 IEEE 1394 ETHERNET (eth1394)
1377 L: linux1394-devel@lists.sourceforge.net
1378 W: http://www.linux1394.org/
1379 S: Orphan
1380
1381 IEEE 1394 SUBSYSTEM
1382 P: Ben Collins
1383 M: bcollins@debian.org
1384 P: Jody McIntyre
1385 M: scjody@modernduck.com
1386 L: linux1394-devel@lists.sourceforge.net
1387 W: http://www.linux1394.org/
1388 T: git kernel.org:/pub/scm/linux/kernel/git/scjody/ieee1394.git
1389 S: Maintained
1390
1391 IEEE 1394 OHCI DRIVER
1392 P: Ben Collins
1393 M: bcollins@debian.org
1394 P: Jody McIntyre
1395 M: scjody@modernduck.com
1396 L: linux1394-devel@lists.sourceforge.net
1397 W: http://www.linux1394.org/
1398 S: Maintained
1399
1400 IEEE 1394 PCILYNX DRIVER
1401 P: Jody McIntyre
1402 M: scjody@modernduck.com
1403 L: linux1394-devel@lists.sourceforge.net
1404 W: http://www.linux1394.org/
1405 S: Maintained
1406
1407 IEEE 1394 RAW I/O DRIVER
1408 P: Ben Collins
1409 M: bcollins@debian.org
1410 P: Dan Dennedy
1411 M: dan@dennedy.org
1412 L: linux1394-devel@lists.sourceforge.net
1413 W: http://www.linux1394.org/
1414 S: Maintained
1415
1416 IEEE 1394 SBP2
1417 P: Ben Collins
1418 M: bcollins@debian.org
1419 P: Stefan Richter
1420 M: stefanr@s5r6.in-berlin.de
1421 L: linux1394-devel@lists.sourceforge.net
1422 W: http://www.linux1394.org/
1423 S: Maintained
1424
1425 IMS TWINTURBO FRAMEBUFFER DRIVER
1426 P: Paul Mundt
1427 M: lethal@chaoticdreams.org
1428 L: linux-fbdev-devel@lists.sourceforge.net
1429 S: Maintained
1430
1431 INFINIBAND SUBSYSTEM
1432 P: Roland Dreier
1433 M: rolandd@cisco.com
1434 P: Sean Hefty
1435 M: mshefty@ichips.intel.com
1436 P: Hal Rosenstock
1437 M: halr@voltaire.com
1438 L: openib-general@openib.org
1439 W: http://www.openib.org/
1440 T: git kernel.org:/pub/scm/linux/kernel/git/roland/infiniband.git
1441 S: Supported
1442
1443 INPUT (KEYBOARD, MOUSE, JOYSTICK) DRIVERS
1444 P: Dmitry Torokhov
1445 M: dmitry.torokhov@gmail.com
1446 M: dtor@mail.ru
1447 L: linux-input@atrey.karlin.mff.cuni.cz
1448 L: linux-joystick@atrey.karlin.mff.cuni.cz
1449 T: git kernel.org:/pub/scm/linux/kernel/git/dtor/input.git
1450 S: Maintained
1451
1452 INOTIFY
1453 P: John McCutchan and Robert Love
1454 M: ttb@tentacle.dhs.org and rml@novell.com
1455 L: linux-kernel@vger.kernel.org
1456 S: Maintained
1457
1458 INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
1459 P: Sylvain Meyer
1460 M: sylvain.meyer@worldonline.fr
1461 L: linux-fbdev-devel@lists.sourceforge.net
1462 S: Maintained
1463
1464 INTEL 810/815 FRAMEBUFFER DRIVER
1465 P: Antonino Daplas
1466 M: adaplas@pol.net
1467 L: linux-fbdev-devel@lists.sourceforge.net
1468 S: Maintained
1469
1470 INTEL APIC/IOAPIC, LOWLEVEL X86 SMP SUPPORT
1471 P: Ingo Molnar
1472 M: mingo@redhat.com
1473 S: Maintained
1474
1475 INTEL I8XX RANDOM NUMBER GENERATOR SUPPORT
1476 P: Jeff Garzik
1477 M: jgarzik@pobox.com
1478 W: http://sourceforge.net/projects/gkernel/
1479 S: Maintained
1480
1481 INTEL IA32 MICROCODE UPDATE SUPPORT
1482 P: Tigran Aivazian
1483 M: tigran@veritas.com
1484 S: Maintained
1485
1486 INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
1487 P: Deepak Saxena
1488 M: dsaxena@plexity.net
1489 S: Maintained
1490
1491 INTEL PRO/100 ETHERNET SUPPORT
1492 P: John Ronciak
1493 M: john.ronciak@intel.com
1494 P: Jesse Brandeburg
1495 M: jesse.brandeburg@intel.com
1496 P: Jeff Kirsher
1497 M: jeffrey.t.kirsher@intel.com
1498 P: Auke Kok
1499 M: auke-jan.h.kok@intel.com
1500 W: http://sourceforge.net/projects/e1000/
1501 S: Supported
1502
1503 INTEL PRO/1000 GIGABIT ETHERNET SUPPORT
1504 P: Jeb Cramer
1505 M: cramerj@intel.com
1506 P: John Ronciak
1507 M: john.ronciak@intel.com
1508 P: Jesse Brandeburg
1509 M: jesse.brandeburg@intel.com
1510 P: Jeff Kirsher
1511 M: jeffrey.t.kirsher@intel.com
1512 P: Auke Kok
1513 M: auke-jan.h.kok@intel.com
1514 W: http://sourceforge.net/projects/e1000/
1515 S: Supported
1516
1517 INTEL PRO/10GbE SUPPORT
1518 P: Jeff Kirsher
1519 M: jeffrey.t.kirsher@intel.com
1520 P: Ayyappan Veeraiyan
1521 M: ayyappan.veeraiyan@intel.com
1522 P: John Ronciak
1523 M: john.ronciak@intel.com
1524 P: Jesse Brandeburg
1525 M: jesse.brandeburg@intel.com
1526 P: Auke Kok
1527 M: auke-jan.h.kok@intel.com
1528 W: http://sourceforge.net/projects/e1000/
1529 S: Supported
1530
1531 INTEL PRO/WIRELESS 2100 NETWORK CONNECTION SUPPORT
1532 P: Yi Zhu
1533 M: yi.zhu@intel.com
1534 P: James Ketrenos
1535 M: jketreno@linux.intel.com
1536 L: ipw2100-devel@lists.sourceforge.net
1537 L: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
1538 W: http://ipw2100.sourceforge.net
1539 S: Supported
1540
1541 INTEL PRO/WIRELESS 2915ABG NETWORK CONNECTION SUPPORT
1542 P: Yi Zhu
1543 M: yi.zhu@intel.com
1544 P: James Ketrenos
1545 M: jketreno@linux.intel.com
1546 L: ipw2100-devel@lists.sourceforge.net
1547 L: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
1548 W: http://ipw2200.sourceforge.net
1549 S: Supported
1550
1551 IOC3 DRIVER
1552 P: Ralf Baechle
1553 M: ralf@linux-mips.org
1554 L: linux-mips@linux-mips.org
1555 S: Maintained
1556
1557 IP MASQUERADING:
1558 P: Juanjo Ciarlante
1559 M: jjciarla@raiz.uncu.edu.ar
1560 S: Maintained
1561
1562 IPATH DRIVER:
1563 P: Bryan O'Sullivan
1564 M: support@pathscale.com
1565 L: openib-general@openib.org
1566 S: Supported
1567
1568 IPMI SUBSYSTEM
1569 P: Corey Minyard
1570 M: minyard@acm.org
1571 L: openipmi-developer@lists.sourceforge.net
1572 W: http://openipmi.sourceforge.net/
1573 S: Supported
1574
1575 IPX NETWORK LAYER
1576 P: Arnaldo Carvalho de Melo
1577 M: acme@conectiva.com.br
1578 L: netdev@vger.kernel.org
1579 S: Maintained
1580
1581 IRDA SUBSYSTEM
1582 P: Samuel Ortiz
1583 M: samuel@sortiz.org
1584 L: irda-users@lists.sourceforge.net (subscribers-only)
1585 W: http://irda.sourceforge.net/
1586 S: Maintained
1587
1588 ISAPNP
1589 P: Jaroslav Kysela
1590 M: perex@suse.cz
1591 S: Maintained
1592
1593 ISDN SUBSYSTEM
1594 P: Karsten Keil
1595 M: kkeil@suse.de
1596 P: Kai Germaschewski
1597 M: kai.germaschewski@gmx.de
1598 L: isdn4linux@listserv.isdn4linux.de
1599 W: http://www.isdn4linux.de
1600 T: git kernel.org:/pub/scm/linux/kernel/kkeil/isdn-2.6.git
1601 S: Maintained
1602
1603 ISDN SUBSYSTEM (Eicon active card driver)
1604 P: Armin Schindler
1605 M: mac@melware.de
1606 L: isdn4linux@listserv.isdn4linux.de
1607 W: http://www.melware.de
1608 S: Maintained
1609
1610 JOURNALLING FLASH FILE SYSTEM (JFFS)
1611 P: Axis Communications AB
1612 M: jffs-dev@axis.com
1613 L: jffs-dev@axis.com
1614 W: http://www.developer.axis.com/software/jffs/
1615 S: Maintained
1616
1617 JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
1618 P: David Woodhouse
1619 M: dwmw2@infradead.org
1620 L: jffs-dev@axis.com
1621 W: http://sources.redhat.com/jffs2/
1622 S: Maintained
1623
1624 JFS FILESYSTEM
1625 P: Dave Kleikamp
1626 M: shaggy@austin.ibm.com
1627 L: jfs-discussion@lists.sourceforge.net
1628 W: http://jfs.sourceforge.net/
1629 T: git kernel.org:/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
1630 S: Supported
1631
1632 JOURNALLING LAYER FOR BLOCK DEVICES (JBD)
1633 P: Stephen Tweedie, Andrew Morton
1634 M: sct@redhat.com, akpm@osdl.org
1635 L: ext2-devel@lists.sourceforge.net
1636 S: Maintained
1637
1638 KCONFIG
1639 P: Roman Zippel
1640 M: zippel@linux-m68k.org
1641 L: kbuild-devel@lists.sourceforge.net
1642 S: Maintained
1643
1644 KDUMP
1645 P: Vivek Goyal
1646 M: vgoyal@in.ibm.com
1647 P: Haren Myneni
1648 M: hbabu@us.ibm.com
1649 L: fastboot@lists.osdl.org
1650 L: linux-kernel@vger.kernel.org
1651 W: http://lse.sourceforge.net/kdump/
1652 S: Maintained
1653
1654 KERNEL AUTOMOUNTER (AUTOFS)
1655 P: H. Peter Anvin
1656 M: hpa@zytor.com
1657 L: autofs@linux.kernel.org
1658 S: Odd Fixes
1659
1660 KERNEL AUTOMOUNTER v4 (AUTOFS4)
1661 P: Ian Kent
1662 M: raven@themaw.net
1663 L: autofs@linux.kernel.org
1664 S: Maintained
1665
1666 KERNEL BUILD (kbuild: Makefile, scripts/Makefile.*)
1667 P: Kai Germaschewski
1668 M: kai@germaschewski.name
1669 P: Sam Ravnborg
1670 M: sam@ravnborg.org
1671 T: git kernel.org:/pub/scm/linux/kernel/git/sam/kbuild.git
1672 S: Maintained
1673
1674 KERNEL JANITORS
1675 P: Several
1676 L: kernel-janitors@lists.osdl.org
1677 W: http://www.kerneljanitors.org/
1678 S: Maintained
1679
1680 KERNEL NFSD
1681 P: Neil Brown
1682 M: neilb@cse.unsw.edu.au
1683 L: nfs@lists.sourceforge.net
1684 W: http://nfs.sourceforge.net/
1685 W: http://www.cse.unsw.edu.au/~neilb/patches/linux-devel/
1686 S: Maintained
1687
1688 KEXEC
1689 P: Eric Biederman
1690 M: ebiederm@xmission.com
1691 W: http://www.xmission.com/~ebiederm/files/kexec/
1692 L: linux-kernel@vger.kernel.org
1693 L: fastboot@osdl.org
1694 S: Maintained
1695
1696 KPROBES
1697 P: Prasanna S Panchamukhi
1698 M: prasanna@in.ibm.com
1699 P: Ananth N Mavinakayanahalli
1700 M: ananth@in.ibm.com
1701 P: Anil S Keshavamurthy
1702 M: anil.s.keshavamurthy@intel.com
1703 P: David S. Miller
1704 M: davem@davemloft.net
1705 L: linux-kernel@vger.kernel.org
1706 S: Maintained
1707
1708 LAPB module
1709 L: linux-x25@vger.kernel.org
1710 S: Orphan
1711
1712 LASI 53c700 driver for PARISC
1713 P: James E.J. Bottomley
1714 M: James.Bottomley@HansenPartnership.com
1715 L: linux-scsi@vger.kernel.org
1716 S: Maintained
1717
1718 LED SUBSYSTEM
1719 P: Richard Purdie
1720 M: rpurdie@rpsys.net
1721 S: Maintained
1722
1723 LEGO USB Tower driver
1724 P: Juergen Stuber
1725 M: starblue@users.sourceforge.net
1726 L: legousb-devel@lists.sourceforge.net
1727 W: http://legousb.sourceforge.net/
1728 S: Maintained
1729
1730 LINUX FOR IBM pSERIES (RS/6000)
1731 P: Paul Mackerras
1732 M: paulus@au.ibm.com
1733 W: http://www.ibm.com/linux/ltc/projects/ppc
1734 S: Supported
1735
1736 LINUX FOR NCR VOYAGER
1737 P: James Bottomley
1738 M: James.Bottomley@HansenPartnership.com
1739 W: http://www.hansenpartnership.com/voyager
1740 S: Maintained
1741
1742 LINUX FOR POWERPC
1743 P: Paul Mackerras
1744 M: paulus@samba.org
1745 W: http://www.penguinppc.org/
1746 L: linuxppc-dev@ozlabs.org
1747 T: git kernel.org:/pub/scm/linux/kernel/git/paulus/powerpc.git
1748 S: Supported
1749
1750 LINUX FOR POWER MACINTOSH
1751 P: Benjamin Herrenschmidt
1752 M: benh@kernel.crashing.org
1753 W: http://www.penguinppc.org/
1754 L: linuxppc-dev@ozlabs.org
1755 S: Maintained
1756
1757 LINUX FOR POWERPC EMBEDDED MPC52XX
1758 P: Sylvain Munaut
1759 M: tnt@246tNt.com
1760 W: http://www.246tNt.com/mpc52xx/
1761 W: http://www.penguinppc.org/
1762 L: linuxppc-dev@ozlabs.org
1763 L: linuxppc-embedded@ozlabs.org
1764 S: Maintained
1765
1766 LINUX FOR POWERPC EMBEDDED PPC4XX
1767 P: Matt Porter
1768 M: mporter@kernel.crashing.org
1769 W: http://www.penguinppc.org/
1770 L: linuxppc-embedded@ozlabs.org
1771 S: Maintained
1772
1773 LINUX FOR POWERPC BOOT CODE
1774 P: Tom Rini
1775 M: trini@kernel.crashing.org
1776 W: http://www.penguinppc.org/
1777 L: linuxppc-embedded@ozlabs.org
1778 S: Maintained
1779
1780 LINUX FOR POWERPC EMBEDDED PPC8XX
1781 P: Marcelo Tosatti
1782 M: marcelo@kvack.org
1783 W: http://www.penguinppc.org/
1784 L: linuxppc-embedded@ozlabs.org
1785 S: Maintained
1786
1787 LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
1788 P: Kumar Gala
1789 M: galak@kernel.crashing.org
1790 W: http://www.penguinppc.org/
1791 L: linuxppc-embedded@ozlabs.org
1792 S: Maintained
1793
1794 LINUX FOR POWERPC PA SEMI PWRFICIENT
1795 P: Olof Johansson
1796 M: olof@lixom.net
1797 W: http://www.pasemi.com/
1798 L: linuxppc-dev@ozlabs.org
1799 S: Supported
1800
1801 LLC (802.2)
1802 P: Arnaldo Carvalho de Melo
1803 M: acme@conectiva.com.br
1804 S: Maintained
1805
1806 LINUX FOR 64BIT POWERPC
1807 P: Paul Mackerras
1808 M: paulus@samba.org
1809 M: paulus@au.ibm.com
1810 P: Anton Blanchard
1811 M: anton@samba.org
1812 M: anton@au.ibm.com
1813 W: http://www.penguinppc.org/ppc64/
1814 L: linuxppc-dev@ozlabs.org
1815 S: Supported
1816
1817 LINUX SECURITY MODULE (LSM) FRAMEWORK
1818 P: Chris Wright
1819 M: chrisw@sous-sol.org
1820 L: linux-security-module@vger.kernel.org
1821 W: http://lsm.immunix.org
1822 T: git kernel.org:/pub/scm/linux/kernel/git/chrisw/lsm-2.6.git
1823 S: Supported
1824
1825 LM83 HARDWARE MONITOR DRIVER
1826 P: Jean Delvare
1827 M: khali@linux-fr.org
1828 L: lm-sensors@lm-sensors.org
1829 S: Maintained
1830
1831 LM90 HARDWARE MONITOR DRIVER
1832 P: Jean Delvare
1833 M: khali@linux-fr.org
1834 L: lm-sensors@lm-sensors.org
1835 S: Maintained
1836
1837 LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP Dynamic Disks)
1838 P: Richard Russon (FlatCap)
1839 M: ldm@flatcap.org
1840 L: ldm-devel@lists.sourceforge.net
1841 W: http://ldm.sourceforge.net
1842 S: Maintained
1843
1844 LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
1845 P: Eric Moore
1846 M: Eric.Moore@lsil.com
1847 M: support@lsil.com
1848 L: mpt_linux_developer@lsil.com
1849 L: linux-scsi@vger.kernel.org
1850 W: http://www.lsilogic.com/support
1851 S: Supported
1852
1853 LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
1854 P: Matthew Wilcox
1855 M: matthew@wil.cx
1856 L: linux-scsi@vger.kernel.org
1857 S: Maintained
1858
1859 M68K ARCHITECTURE
1860 P: Geert Uytterhoeven
1861 M: geert@linux-m68k.org
1862 P: Roman Zippel
1863 M: zippel@linux-m68k.org
1864 L: linux-m68k@lists.linux-m68k.org
1865 W: http://www.linux-m68k.org/
1866 W: http://linux-m68k-cvs.ubb.ca/
1867 S: Maintained
1868
1869 M68K ON APPLE MACINTOSH
1870 P: Joshua Thompson
1871 M: funaho@jurai.org
1872 W: http://www.mac.linux-m68k.org/
1873 L: linux-mac68k@mac.linux-m68k.org
1874 S: Maintained
1875
1876 M68K ON HP9000/300
1877 P: Philip Blundell
1878 M: philb@gnu.org
1879 W: http://www.tazenda.demon.co.uk/phil/linux-hp
1880 S: Maintained
1881
1882 MARVELL YUKON / SYSKONNECT DRIVER
1883 P: Mirko Lindner
1884 M: mlindner@syskonnect.de
1885 P: Ralph Roesler
1886 M: rroesler@syskonnect.de
1887 W: http://www.syskonnect.com
1888 S: Supported
1889
1890 MAESTRO PCI SOUND DRIVERS
1891 P: Zach Brown
1892 M: zab@zabbo.net
1893 S: Odd Fixes
1894
1895 MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
1896 P: Michael Kerrisk
1897 M: mtk-manpages@gmx.net
1898 W: ftp://ftp.kernel.org/pub/linux/docs/manpages
1899 S: Maintained
1900
1901 MARVELL MV643XX ETHERNET DRIVER
1902 P: Dale Farnsworth
1903 M: dale@farnsworth.org
1904 P: Manish Lachwani
1905 M: mlachwani@mvista.com
1906 L: netdev@vger.kernel.org
1907 S: Odd Fixes for 2.4; Maintained for 2.6.
1908
1909 MATROX FRAMEBUFFER DRIVER
1910 P: Petr Vandrovec
1911 M: vandrove@vc.cvut.cz
1912 L: linux-fbdev-devel@lists.sourceforge.net
1913 S: Maintained
1914
1915 MEGARAID SCSI DRIVERS
1916 P: Neela Syam Kolli
1917 M: Neela.Kolli@engenio.com
1918 S: linux-scsi@vger.kernel.org
1919 W: http://megaraid.lsilogic.com
1920 S: Maintained
1921
1922 MEMORY MANAGEMENT
1923 L: linux-mm@kvack.org
1924 L: linux-kernel@vger.kernel.org
1925 W: http://www.linux-mm.org
1926 S: Maintained
1927
1928 MEMORY TECHNOLOGY DEVICES (MTD)
1929 P: David Woodhouse
1930 M: dwmw2@infradead.org
1931 W: http://www.linux-mtd.infradead.org/
1932 L: linux-mtd@lists.infradead.org
1933 T: git git://git.infradead.org/mtd-2.6.git
1934 S: Maintained
1935
1936 MICROTEK X6 SCANNER
1937 P: Oliver Neukum
1938 M: oliver@neukum.name
1939 S: Maintained
1940
1941 MIPS
1942 P: Ralf Baechle
1943 M: ralf@linux-mips.org
1944 W: http://www.linux-mips.org/
1945 L: linux-mips@linux-mips.org
1946 T: git www.linux-mips.org:/pub/scm/linux.git
1947 S: Supported
1948
1949 MISCELLANEOUS MCA-SUPPORT
1950 P: James Bottomley
1951 M: jejb@steeleye.com
1952 L: linux-kernel@vger.kernel.org
1953 S: Maintained
1954
1955 MODULE SUPPORT
1956 P: Rusty Russell
1957 M: rusty@rustcorp.com.au
1958 L: linux-kernel@vger.kernel.org
1959 S: Maintained
1960
1961 MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
1962 P: Stelian Pop
1963 M: stelian@popies.net
1964 W: http://popies.net/meye/
1965 S: Maintained
1966
1967 MOUSE AND MISC DEVICES [GENERAL]
1968 P: Alessandro Rubini
1969 M: rubini@ipvvis.unipv.it
1970 L: linux-kernel@vger.kernel.org
1971 S: Maintained
1972
1973 MTRR AND SIMILAR SUPPORT [i386]
1974 P: Richard Gooch
1975 M: rgooch@atnf.csiro.au
1976 L: linux-kernel@vger.kernel.org
1977 W: http://www.atnf.csiro.au/~rgooch/linux/kernel-patches.html
1978 S: Maintained
1979
1980 MULTIMEDIA CARD (MMC) SUBSYSTEM
1981 P: Russell King
1982 M: rmk+mmc@arm.linux.org.uk
1983 S: Maintained
1984
1985 MULTISOUND SOUND DRIVER
1986 P: Andrew Veliath
1987 M: andrewtv@usa.net
1988 S: Maintained
1989
1990 NATSEMI ETHERNET DRIVER (DP8381x)
1991 P: Tim Hockin
1992 M: thockin@hockin.org
1993 S: Maintained
1994
1995 NCP FILESYSTEM
1996 P: Petr Vandrovec
1997 M: vandrove@vc.cvut.cz
1998 L: linware@sh.cvut.cz
1999 S: Maintained
2000
2001 NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
2002 P: James E.J. Bottomley
2003 M: James.Bottomley@HansenPartnership.com
2004 L: linux-scsi@vger.kernel.org
2005 S: Maintained
2006
2007 NETEM NETWORK EMULATOR
2008 P: Stephen Hemminger
2009 M: shemminger@osdl.org
2010 L: netem@osdl.org
2011 S: Maintained
2012
2013 NETFILTER/IPTABLES/IPCHAINS
2014 P: Rusty Russell
2015 P: Marc Boucher
2016 P: James Morris
2017 P: Harald Welte
2018 P: Jozsef Kadlecsik
2019 M: coreteam@netfilter.org
2020 W: http://www.netfilter.org/
2021 W: http://www.iptables.org/
2022 L: netfilter@lists.netfilter.org
2023 L: netfilter-devel@lists.netfilter.org
2024 S: Supported
2025
2026 NETROM NETWORK LAYER
2027 P: Ralf Baechle
2028 M: ralf@linux-mips.org
2029 L: linux-hams@vger.kernel.org
2030 W: http://www.linux-ax25.org/
2031 S: Maintained
2032
2033 NETWORK BLOCK DEVICE
2034 P: Paul Clements
2035 M: Paul.Clements@steeleye.com
2036 S: Maintained
2037
2038 NETWORK DEVICE DRIVERS
2039 P: Andrew Morton
2040 M: akpm@osdl.org
2041 P: Jeff Garzik
2042 M: jgarzik@pobox.com
2043 L: netdev@vger.kernel.org
2044 T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6.git
2045 S: Maintained
2046
2047 NETWORKING [GENERAL]
2048 P: Networking Team
2049 M: netdev@vger.kernel.org
2050 L: netdev@vger.kernel.org
2051 W: http://linux-net.osdl.org/
2052 S: Maintained
2053
2054 NETWORKING [IPv4/IPv6]
2055 P: David S. Miller
2056 M: davem@davemloft.net
2057 P: Alexey Kuznetsov
2058 M: kuznet@ms2.inr.ac.ru
2059 P: Pekka Savola (ipv6)
2060 M: pekkas@netcore.fi
2061 P: James Morris
2062 M: jmorris@namei.org
2063 P: Hideaki YOSHIFUJI
2064 M: yoshfuji@linux-ipv6.org
2065 P: Patrick McHardy
2066 M: kaber@coreworks.de
2067 L: netdev@vger.kernel.org
2068 T: git kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6.git
2069 S: Maintained
2070
2071 NETWORKING [WIRELESS]
2072 P: John W. Linville
2073 M: linville@tuxdriver.com
2074 L: netdev@vger.kernel.org
2075 T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
2076 S: Maintained
2077
2078 IPVS
2079 P: Wensong Zhang
2080 M: wensong@linux-vs.org
2081 P: Simon Horman
2082 M: horms@verge.net.au
2083 P: Julian Anastasov
2084 M: ja@ssi.bg
2085 L: netdev@vger.kernel.org
2086 S: Maintained
2087
2088 NFS CLIENT
2089 P: Trond Myklebust
2090 M: trond.myklebust@fys.uio.no
2091 L: linux-kernel@vger.kernel.org
2092 S: Maintained
2093
2094 NI5010 NETWORK DRIVER
2095 P: Jan-Pascal van Best
2096 M: janpascal@vanbest.org
2097 P: Andreas Mohr
2098 M: andi@lisas.de
2099 L: netdev@vger.kernel.org
2100 S: Maintained
2101
2102 NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
2103 P: YOKOTA Hiroshi
2104 M: yokota@netlab.is.tsukuba.ac.jp
2105 W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
2106 S: Maintained
2107
2108 NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
2109 P: GOTO Masanori
2110 M: gotom@debian.or.jp
2111 P: YOKOTA Hiroshi
2112 M: yokota@netlab.is.tsukuba.ac.jp
2113 W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
2114 S: Maintained
2115
2116 NON-IDE/NON-SCSI CDROM DRIVERS [GENERAL] (come on, crew - mark your responsibility)
2117 P: Eberhard Moenkeberg
2118 M: emoenke@gwdg.de
2119 L: linux-kernel@vger.kernel.org
2120 S: Maintained
2121
2122 NTFS FILESYSTEM
2123 P: Anton Altaparmakov
2124 M: aia21@cantab.net
2125 L: linux-ntfs-dev@lists.sourceforge.net
2126 L: linux-kernel@vger.kernel.org
2127 W: http://linux-ntfs.sf.net/
2128 T: git kernel.org:/pub/scm/linux/kernel/git/aia21/ntfs-2.6.git
2129 S: Maintained
2130
2131 NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
2132 P: Antonino Daplas
2133 M: adaplas@pol.net
2134 L: linux-fbdev-devel@lists.sourceforge.net
2135 S: Maintained
2136
2137 OPENCORES I2C BUS DRIVER
2138 P: Peter Korsgaard
2139 M: jacmet@sunsite.dk
2140 L: i2c@lm-sensors.org
2141 S: Maintained
2142
2143 ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
2144 P: Mark Fasheh
2145 M: mark.fasheh@oracle.com
2146 P: Kurt Hackel
2147 M: kurt.hackel@oracle.com
2148 L: ocfs2-devel@oss.oracle.com
2149 W: http://oss.oracle.com/projects/ocfs2/
2150 S: Supported
2151
2152 OLYMPIC NETWORK DRIVER
2153 P: Peter De Shrijver
2154 M: p2@ace.ulyssis.student.kuleuven.ac.be
2155 P: Mike Phillips
2156 M: mikep@linuxtr.net
2157 L: netdev@vger.kernel.org
2158 L: linux-tr@linuxtr.net
2159 W: http://www.linuxtr.net
2160 S: Maintained
2161
2162 OMNIKEY CARDMAN 4000 DRIVER
2163 P: Harald Welte
2164 M: laforge@gnumonks.org
2165 S: Maintained
2166
2167 OMNIKEY CARDMAN 4040 DRIVER
2168 P: Harald Welte
2169 M: laforge@gnumonks.org
2170 S: Maintained
2171
2172 ONSTREAM SCSI TAPE DRIVER
2173 P: Willem Riede
2174 M: osst@riede.org
2175 L: osst-users@lists.sourceforge.net
2176 L: linux-scsi@vger.kernel.org
2177 S: Maintained
2178
2179 OPL3-SA2, SA3, and SAx DRIVER
2180 P: Zwane Mwaikambo
2181 M: zwane@arm.linux.org.uk
2182 L: linux-sound@vger.kernel.org
2183 S: Maintained
2184
2185 OPROFILE
2186 P: Philippe Elie
2187 M: phil.el@wanadoo.fr
2188 L: oprofile-list@lists.sf.net
2189 S: Maintained
2190
2191 ORINOCO DRIVER
2192 P: Pavel Roskin
2193 M: proski@gnu.org
2194 P: David Gibson
2195 M: hermes@gibson.dropbear.id.au
2196 L: orinoco-users@lists.sourceforge.net
2197 L: orinoco-devel@lists.sourceforge.net
2198 W: http://www.nongnu.org/orinoco/
2199 S: Maintained
2200
2201 PARALLEL PORT SUPPORT
2202 P: Phil Blundell
2203 M: philb@gnu.org
2204 P: Tim Waugh
2205 M: tim@cyberelk.net
2206 P: David Campbell
2207 P: Andrea Arcangeli
2208 M: andrea@suse.de
2209 L: linux-parport@lists.infradead.org
2210 W: http://people.redhat.com/twaugh/parport/
2211 S: Maintained
2212
2213 PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
2214 P: Tim Waugh
2215 M: tim@cyberelk.net
2216 L: linux-parport@lists.infradead.org
2217 W: http://www.torque.net/linux-pp.html
2218 S: Maintained
2219
2220 PARISC ARCHITECTURE
2221 P: Matthew Wilcox
2222 M: matthew@wil.cx
2223 P: Grant Grundler
2224 M: grundler@parisc-linux.org
2225 P: Kyle McMartin
2226 M: kyle@parisc-linux.org
2227 L: parisc-linux@parisc-linux.org
2228 W: http://www.parisc-linux.org/
2229 T: git kernel.org:/pub/scm/linux/kernel/git/kyle/parisc-2.6.git
2230 T: cvs cvs.parisc-linux.org:/var/cvs/linux-2.6
2231 S: Maintained
2232
2233 PCI ERROR RECOVERY
2234 P: Linas Vepstas
2235 M: linas@austin.ibm.com
2236 L: linux-kernel@vger.kernel.org
2237 L: linux-pci@atrey.karlin.mff.cuni.cz
2238 S: Supported
2239
2240 PCI SOUND DRIVERS (ES1370, ES1371 and SONICVIBES)
2241 P: Thomas Sailer
2242 M: sailer@ife.ee.ethz.ch
2243 L: linux-sound@vger.kernel.org
2244 W: http://www.ife.ee.ethz.ch/~sailer/linux/pciaudio.html
2245 S: Maintained
2246
2247 PCI SUBSYSTEM
2248 P: Greg Kroah-Hartman
2249 M: gregkh@suse.de
2250 L: linux-kernel@vger.kernel.org
2251 L: linux-pci@atrey.karlin.mff.cuni.cz
2252 T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
2253 S: Supported
2254
2255 PCI HOTPLUG CORE
2256 P: Greg Kroah-Hartman
2257 M: gregkh@suse.de
2258 S: Supported
2259
2260 PCI HOTPLUG COMPAQ DRIVER
2261 P: Greg Kroah-Hartman
2262 M: greg@kroah.com
2263 S: Maintained
2264
2265 PCIE HOTPLUG DRIVER
2266 P: Kristen Carlson Accardi
2267 M: kristen.c.accardi@intel.com
2268 L: pcihpd-discuss@lists.sourceforge.net
2269 S: Maintained
2270
2271 PCMCIA SUBSYSTEM
2272 P: Linux PCMCIA Team
2273 L: linux-pcmcia@lists.infradead.org
2274 L: http://lists.infradead.org/mailman/listinfo/linux-pcmcia
2275 T: git kernel.org:/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
2276 S: Maintained
2277
2278 PCNET32 NETWORK DRIVER
2279 P: Thomas Bogendörfer
2280 M: tsbogend@alpha.franken.de
2281 L: netdev@vger.kernel.org
2282 S: Maintained
2283
2284 PER-TASK DELAY ACCOUNTING
2285 P: Shailabh Nagar
2286 M: nagar@watson.ibm.com
2287 L: linux-kernel@vger.kernel.org
2288 S: Maintained
2289
2290 PERSONALITY HANDLING
2291 P: Christoph Hellwig
2292 M: hch@infradead.org
2293 L: linux-abi-devel@lists.sourceforge.net
2294 S: Maintained
2295
2296 PHRAM MTD DRIVER
2297 P: Jörn Engel
2298 M: joern@wh.fh-wedel.de
2299 L: linux-mtd@lists.infradead.org
2300 S: Maintained
2301
2302 PKTCDVD DRIVER
2303 P: Peter Osterlund
2304 M: petero2@telia.com
2305 L: linux-kernel@vger.kernel.org
2306 S: Maintained
2307
2308 POSIX CLOCKS and TIMERS
2309 P: George Anzinger
2310 M: george@mvista.com
2311 L: linux-kernel@vger.kernel.org
2312 S: Supported
2313
2314 POWERPC 4xx EMAC DRIVER
2315 P: Eugene Surovegin
2316 M: ebs@ebshome.net
2317 W: http://kernel.ebshome.net/emac/
2318 L: linuxppc-embedded@ozlabs.org
2319 L: netdev@vger.kernel.org
2320 S: Maintained
2321
2322 PNP SUPPORT
2323 P: Adam Belay
2324 M: ambx1@neo.rr.com
2325 S: Maintained
2326
2327 PPP PROTOCOL DRIVERS AND COMPRESSORS
2328 P: Paul Mackerras
2329 M: paulus@samba.org
2330 L: linux-ppp@vger.kernel.org
2331 S: Maintained
2332
2333 PPP OVER ATM (RFC 2364)
2334 P: Mitchell Blank Jr
2335 M: mitch@sfgoth.com
2336 S: Maintained
2337
2338 PPP OVER ETHERNET
2339 P: Michal Ostrowski
2340 M: mostrows@speakeasy.net
2341 S: Maintained
2342
2343 PREEMPTIBLE KERNEL
2344 P: Robert Love
2345 M: rml@tech9.net
2346 L: linux-kernel@vger.kernel.org
2347 L: kpreempt-tech@lists.sourceforge.net
2348 W: ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
2349 S: Supported
2350
2351 PRISM54 WIRELESS DRIVER
2352 P: Prism54 Development Team
2353 M: prism54-private@prism54.org
2354 L: netdev@vger.kernel.org
2355 W: http://prism54.org
2356 S: Maintained
2357
2358 PROMISE DC4030 CACHING DISK CONTROLLER DRIVER
2359 P: Peter Denison
2360 M: promise@pnd-pc.demon.co.uk
2361 W: http://www.pnd-pc.demon.co.uk/promise/
2362 S: Maintained
2363
2364 PVRUSB2 VIDEO4LINUX DRIVER
2365 P: Mike Isely
2366 M: isely@pobox.com
2367 L: pvrusb2@isely.net
2368 L: video4linux-list@redhat.com
2369 W: http://www.isely.net/pvrusb2/
2370 S: Maintained
2371
2372 PXA2xx SUPPORT
2373 P: Nicolas Pitre
2374 M: nico@cam.org
2375 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
2376 S: Maintained
2377
2378 QLOGIC QLA2XXX FC-SCSI DRIVER
2379 P: Andrew Vasquez
2380 M: linux-driver@qlogic.com
2381 L: linux-scsi@vger.kernel.org
2382 S: Supported
2383
2384 QNX4 FILESYSTEM
2385 P: Anders Larsen
2386 M: al@alarsen.net
2387 L: linux-kernel@vger.kernel.org
2388 W: http://www.alarsen.net/linux/qnx4fs/
2389 S: Maintained
2390
2391 RADEON FRAMEBUFFER DISPLAY DRIVER
2392 P: Benjamin Herrenschmidt
2393 M: benh@kernel.crashing.org
2394 L: linux-fbdev-devel@lists.sourceforge.net
2395 S: Maintained
2396
2397 RAGE128 FRAMEBUFFER DISPLAY DRIVER
2398 P: Paul Mackerras
2399 M: paulus@samba.org
2400 L: linux-fbdev-devel@lists.sourceforge.net
2401 S: Maintained
2402
2403 RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
2404 P: Corey Thomas
2405 M: corey@world.std.com
2406 L: linux-kernel@vger.kernel.org
2407 S: Maintained
2408
2409 RANDOM NUMBER DRIVER
2410 P: Matt Mackall
2411 M: mpm@selenic.com
2412 S: Maintained
2413
2414 RAPIDIO SUBSYSTEM
2415 P: Matt Porter
2416 M: mporter@kernel.crashing.org
2417 L: linux-kernel@vger.kernel.org
2418 S: Maintained
2419
2420 REAL TIME CLOCK DRIVER
2421 P: Paul Gortmaker
2422 M: p_gortmaker@yahoo.com
2423 L: linux-kernel@vger.kernel.org
2424 S: Maintained
2425
2426 REAL TIME CLOCK (RTC) SUBSYSTEM
2427 P: Alessandro Zummo
2428 M: a.zummo@towertech.it
2429 L: linux-kernel@vger.kernel.org
2430 S: Maintained
2431
2432 REISERFS FILE SYSTEM
2433 P: Hans Reiser
2434 M: reiserfs-dev@namesys.com
2435 L: reiserfs-list@namesys.com
2436 W: http://www.namesys.com
2437 S: Supported
2438
2439 ROCKETPORT DRIVER
2440 P: Comtrol Corp.
2441 W: http://www.comtrol.com
2442 S: Maintained
2443
2444 ROSE NETWORK LAYER
2445 P: Ralf Baechle
2446 M: ralf@linux-mips.org
2447 L: linux-hams@vger.kernel.org
2448 W: http://www.linux-ax25.org/
2449 S: Maintained
2450
2451 RISCOM8 DRIVER
2452 S: Orphan
2453
2454 S3 SAVAGE FRAMEBUFFER DRIVER
2455 P: Antonino Daplas
2456 M: adaplas@pol.net
2457 L: linux-fbdev-devel@lists.sourceforge.net
2458 S: Maintained
2459
2460 S390
2461 P: Martin Schwidefsky
2462 M: schwidefsky@de.ibm.com
2463 P: Heiko Carstens
2464 M: heiko.carstens@de.ibm.com
2465 M: linux390@de.ibm.com
2466 L: linux-390@vm.marist.edu
2467 W: http://www.ibm.com/developerworks/linux/linux390/
2468 S: Supported
2469
2470 S390 NETWORK DRIVERS
2471 P: Frank Pavlic
2472 M: fpavlic@de.ibm.com
2473 M: linux390@de.ibm.com
2474 L: linux-390@vm.marist.edu
2475 W: http://www.ibm.com/developerworks/linux/linux390/
2476 S: Supported
2477
2478 S390 ZFCP DRIVER
2479 P: Andreas Herrmann
2480 M: aherrman@de.ibm.com
2481 M: linux390@de.ibm.com
2482 L: linux-390@vm.marist.edu
2483 W: http://www.ibm.com/developerworks/linux/linux390/
2484 S: Supported
2485
2486 SAA7146 VIDEO4LINUX-2 DRIVER
2487 P: Michael Hunold
2488 M: michael@mihu.de
2489 W: http://www.mihu.de/linux/saa7146
2490 S: Maintained
2491
2492 SBPCD CDROM DRIVER
2493 P: Eberhard Moenkeberg
2494 M: emoenke@gwdg.de
2495 L: linux-kernel@vger.kernel.org
2496 S: Maintained
2497
2498 SC1200 WDT DRIVER
2499 P: Zwane Mwaikambo
2500 M: zwane@arm.linux.org.uk
2501 S: Maintained
2502
2503 SCHEDULER
2504 P: Ingo Molnar
2505 M: mingo@elte.hu
2506 P: Robert Love [the preemptible kernel bits]
2507 M: rml@tech9.net
2508 L: linux-kernel@vger.kernel.org
2509 S: Maintained
2510
2511 SCSI CDROM DRIVER
2512 P: Jens Axboe
2513 M: axboe@suse.de
2514 L: linux-scsi@vger.kernel.org
2515 W: http://www.kernel.dk
2516 S: Maintained
2517
2518 SCSI SG DRIVER
2519 P: Doug Gilbert
2520 M: dgilbert@interlog.com
2521 L: linux-scsi@vger.kernel.org
2522 W: http://www.torque.net/sg
2523 S: Maintained
2524
2525 SCSI SUBSYSTEM
2526 P: James E.J. Bottomley
2527 M: James.Bottomley@SteelEye.com
2528 L: linux-scsi@vger.kernel.org
2529 T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
2530 S: Maintained
2531
2532 SCSI TAPE DRIVER
2533 P: Kai Mäkisara
2534 M: Kai.Makisara@kolumbus.fi
2535 L: linux-scsi@vger.kernel.org
2536 S: Maintained
2537
2538 SCTP PROTOCOL
2539 P: Sridhar Samudrala
2540 M: sri@us.ibm.com
2541 L: lksctp-developers@lists.sourceforge.net
2542 S: Supported
2543
2544 SCx200 CPU SUPPORT
2545 P: Christer Weinigel
2546 M: christer@weinigel.se
2547 W: http://www.weinigel.se
2548 S: Supported
2549
2550 SECURITY CONTACT
2551 P: Security Officers
2552 M: security@kernel.org
2553 S: Supported
2554
2555 SELINUX SECURITY MODULE
2556 P: Stephen Smalley
2557 M: sds@tycho.nsa.gov
2558 P: James Morris
2559 M: jmorris@namei.org
2560 L: linux-kernel@vger.kernel.org (kernel issues)
2561 L: selinux@tycho.nsa.gov (general discussion)
2562 W: http://www.nsa.gov/selinux
2563 S: Supported
2564
2565 SERIAL ATA (SATA) SUBSYSTEM:
2566 P: Jeff Garzik
2567 M: jgarzik@pobox.com
2568 L: linux-ide@vger.kernel.org
2569 T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
2570 S: Supported
2571
2572 SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
2573 P: Pat Gefre
2574 M: pfg@sgi.com
2575 L: linux-ia64@vger.kernel.org
2576 S: Supported
2577
2578 SGI VISUAL WORKSTATION 320 AND 540
2579 P: Andrey Panin
2580 M: pazke@donpac.ru
2581 L: linux-visws-devel@lists.sf.net
2582 W: http://linux-visws.sf.net
2583 S: Maintained for 2.6.
2584
2585 SIMTEC EB110ATX (Chalice CATS)
2586 P: Ben Dooks
2587 P: Vincent Sanders
2588 M: support@simtec.co.uk
2589 W: http://www.simtec.co.uk/products/EB110ATX/
2590 S: Supported
2591
2592 SIMTEC EB2410ITX (BAST)
2593 P: Ben Dooks
2594 P: Vincent Sanders
2595 M: support@simtec.co.uk
2596 W: http://www.simtec.co.uk/products/EB2410ITX/
2597 S: Supported
2598
2599 SIS 190 ETHERNET DRIVER
2600 P: Francois Romieu
2601 M: romieu@fr.zoreil.com
2602 L: netdev@vger.kernel.org
2603 S: Maintained
2604
2605 SIS 5513 IDE CONTROLLER DRIVER
2606 P: Lionel Bouton
2607 M: Lionel.Bouton@inet6.fr
2608 W: http://inet6.dyn.dhs.org/sponsoring/sis5513/index.html
2609 W: http://gyver.homeip.net/sis5513/index.html
2610 S: Maintained
2611
2612 SIS 900/7016 FAST ETHERNET DRIVER
2613 P: Daniele Venzano
2614 M: venza@brownhat.org
2615 W: http://www.brownhat.org/sis900.html
2616 L: netdev@vger.kernel.org
2617 S: Maintained
2618
2619 SIS FRAMEBUFFER DRIVER
2620 P: Thomas Winischhofer
2621 M: thomas@winischhofer.net
2622 W: http://www.winischhofer.net/linuxsisvga.shtml
2623 S: Maintained
2624
2625 SIS USB2VGA DRIVER
2626 P: Thomas Winischhofer
2627 M: thomas@winischhofer.net
2628 W: http://www.winischhofer.at/linuxsisusbvga.shtml
2629 S: Maintained
2630
2631 SMC91x ETHERNET DRIVER
2632 P: Nicolas Pitre
2633 M: nico@cam.org
2634 S: Maintained
2635
2636 SOFTWARE RAID (Multiple Disks) SUPPORT
2637 P: Ingo Molnar
2638 M: mingo@redhat.com
2639 P: Neil Brown
2640 M: neilb@cse.unsw.edu.au
2641 L: linux-raid@vger.kernel.org
2642 S: Maintained
2643
2644 SOFTWARE SUSPEND:
2645 P: Pavel Machek
2646 M: pavel@suse.cz
2647 L: linux-pm@osdl.org
2648 S: Maintained
2649
2650 SONIC NETWORK DRIVER
2651 P: Thomas Bogendoerfer
2652 M: tsbogend@alpha.franken.de
2653 L: netdev@vger.kernel.org
2654 S: Maintained
2655
2656 SONY VAIO CONTROL DEVICE DRIVER
2657 P: Stelian Pop
2658 M: stelian@popies.net
2659 W: http://popies.net/sonypi/
2660 S: Maintained
2661
2662 SOUND
2663 P: Jaroslav Kysela
2664 M: perex@suse.cz
2665 L: alsa-devel@alsa-project.org
2666 S: Maintained
2667
2668 SPI SUBSYSTEM
2669 P: David Brownell
2670 M: dbrownell@users.sourceforge.net
2671 L: spi-devel-general@lists.sourceforge.net
2672 S: Maintained
2673
2674 STABLE BRANCH:
2675 P: Greg Kroah-Hartman
2676 M: greg@kroah.com
2677 P: Chris Wright
2678 M: chrisw@sous-sol.org
2679 L: stable@kernel.org
2680 S: Maintained
2681
2682 STABLE BRANCH:
2683 P: Greg Kroah-Hartman
2684 M: greg@kroah.com
2685 P: Chris Wright
2686 M: chrisw@sous-sol.org
2687 L: stable@kernel.org
2688 S: Maintained
2689
2690 TPM DEVICE DRIVER
2691 P: Kylene Hall
2692 M: kjhall@us.ibm.com
2693 W: http://tpmdd.sourceforge.net
2694 L: tpmdd-devel@lists.sourceforge.net
2695 S: Maintained
2696
2697 Telecom Clock Driver for MCPL0010
2698 P: Mark Gross
2699 M: mark.gross@intel.com
2700 S: Supported
2701
2702 TENSILICA XTENSA PORT (xtensa):
2703 P: Chris Zankel
2704 M: chris@zankel.net
2705 S: Maintained
2706
2707 UltraSPARC (sparc64):
2708 P: David S. Miller
2709 M: davem@davemloft.net
2710 P: Eddie C. Dost
2711 M: ecd@brainaid.de
2712 P: Jakub Jelinek
2713 M: jj@sunsite.ms.mff.cuni.cz
2714 P: Anton Blanchard
2715 M: anton@samba.org
2716 L: sparclinux@vger.kernel.org
2717 L: ultralinux@vger.kernel.org
2718 T: git kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6.git
2719 S: Maintained
2720
2721 SHARP LH SUPPORT (LH7952X & LH7A40X)
2722 P: Marc Singer
2723 M: elf@buici.com
2724 W: http://projects.buici.com/arm
2725 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
2726 S: Maintained
2727
2728 SHPC HOTPLUG DRIVER
2729 P: Kristen Carlson Accardi
2730 M: kristen.c.accardi@intel.com
2731 L: pcihpd-discuss@lists.sourceforge.net
2732 S: Maintained
2733
2734 SECURE DIGITAL HOST CONTROLLER INTERFACE DRIVER
2735 P: Pierre Ossman
2736 M: drzeus-sdhci@drzeus.cx
2737 L: sdhci-devel@list.drzeus.cx
2738 W: http://mmc.drzeus.cx/wiki/Linux/Drivers/sdhci
2739 S: Maintained
2740
2741 SKGE, SKY2 10/100/1000 GIGABIT ETHERNET DRIVERS
2742 P: Stephen Hemminger
2743 M: shemminger@osdl.org
2744 L: netdev@vger.kernel.org
2745 S: Maintained
2746
2747 SOEKRIS NET48XX LED SUPPORT
2748 P: Chris Boot
2749 M: bootc@bootc.net
2750 S: Maintained
2751
2752 SPARC (sparc32):
2753 P: William L. Irwin
2754 M: wli@holomorphy.com
2755 L: sparclinux@vger.kernel.org
2756 S: Maintained
2757
2758 SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER
2759 P: Roger Wolff
2760 M: R.E.Wolff@BitWizard.nl
2761 L: linux-kernel@vger.kernel.org ?
2762 S: Supported
2763
2764 SRM (Alpha) environment access
2765 P: Jan-Benedict Glaw
2766 M: jbglaw@lug-owl.de
2767 L: linux-kernel@vger.kernel.org
2768 S: Maintained
2769
2770 STARFIRE/DURALAN NETWORK DRIVER
2771 P: Ion Badulescu
2772 M: ionut@cs.columbia.edu
2773 S: Maintained
2774
2775 STARMODE RADIO IP (STRIP) PROTOCOL DRIVER
2776 W: http://mosquitonet.Stanford.EDU/strip.html
2777 S: Unsupported ?
2778
2779 STRADIS MPEG-2 DECODER DRIVER
2780 P: Nathan Laredo
2781 M: laredo@gnu.org
2782 W: http://www.stradis.com/
2783 S: Maintained
2784
2785 SUPERH (sh)
2786 P: Paul Mundt
2787 M: lethal@linux-sh.org
2788 P: Kazumoto Kojima
2789 M: kkojima@rr.iij4u.or.jp
2790 L: linuxsh-dev@lists.sourceforge.net
2791 W: http://www.linux-sh.org
2792 W: http://www.m17n.org/linux-sh/
2793 W: http://www.rr.iij4u.or.jp/~kkojima/linux-sh4.html
2794 S: Maintained
2795
2796 SUPERH64 (sh64)
2797 P: Paul Mundt
2798 M: lethal@linux-sh.org
2799 P: Richard Curnow
2800 M: rc@rc0.org.uk
2801 L: linuxsh-shmedia-dev@lists.sourceforge.net
2802 W: http://www.linux-sh.org
2803 W: http://www.rc0.org.uk/sh64
2804 S: Maintained
2805
2806 SUN3/3X
2807 P: Sam Creasey
2808 M: sammy@sammy.net
2809 L: sun3-list@redhat.com
2810 W: http://sammy.net/sun3/
2811 S: Maintained
2812
2813 SVGA HANDLING
2814 P: Martin Mares
2815 M: mj@ucw.cz
2816 L: linux-video@atrey.karlin.mff.cuni.cz
2817 S: Maintained
2818
2819 SYSV FILESYSTEM
2820 P: Christoph Hellwig
2821 M: hch@infradead.org
2822 S: Maintained
2823
2824 TC CLASSIFIER
2825 P: Jamal Hadi Salim
2826 M: hadi@cyberus.ca
2827 L: netdev@vger.kernel.org
2828 S: Maintained
2829
2830 TCP LOW PRIORITY MODULE
2831 P: Wong Hoi Sing, Edison
2832 M: hswong3i@gmail.com
2833 P: Hung Hing Lun, Mike
2834 M: hlhung3i@gmail.com
2835 W: http://tcp-lp-mod.sourceforge.net/
2836 S: Maintained
2837
2838 TI OMAP RANDOM NUMBER GENERATOR SUPPORT
2839 P: Deepak Saxena
2840 M: dsaxena@plexity.net
2841 S: Maintained
2842
2843 TASKSTATS STATISTICS INTERFACE
2844 P: Shailabh Nagar
2845 M: nagar@watson.ibm.com
2846 L: linux-kernel@vger.kernel.org
2847 S: Maintained
2848
2849 TI PARALLEL LINK CABLE DRIVER
2850 P: Romain Lievin
2851 M: roms@lpg.ticalc.org
2852 S: Maintained
2853
2854 TIPC NETWORK LAYER
2855 P: Per Liden
2856 M: per.liden@ericsson.com
2857 P: Jon Maloy
2858 M: jon.maloy@ericsson.com
2859 P: Allan Stephens
2860 M: allan.stephens@windriver.com
2861 L: tipc-discussion@lists.sourceforge.net
2862 W: http://tipc.sourceforge.net/
2863 W: http://tipc.cslab.ericsson.net/
2864 T: git tipc.cslab.ericsson.net:/pub/git/tipc.git
2865 S: Maintained
2866
2867 TLAN NETWORK DRIVER
2868 P: Samuel Chessman
2869 M: chessman@tux.org
2870 L: tlan-devel@lists.sourceforge.net
2871 W: http://sourceforge.net/projects/tlan/
2872 S: Maintained
2873
2874 TOKEN-RING NETWORK DRIVER
2875 P: Mike Phillips
2876 M: mikep@linuxtr.net
2877 L: netdev@vger.kernel.org
2878 L: linux-tr@linuxtr.net
2879 W: http://www.linuxtr.net
2880 S: Maintained
2881
2882 TOSHIBA ACPI EXTRAS DRIVER
2883 P: John Belmonte
2884 M: toshiba_acpi@memebeam.org
2885 W: http://memebeam.org/toys/ToshibaAcpiDriver
2886 S: Maintained
2887
2888 TOSHIBA SMM DRIVER
2889 P: Jonathan Buzzard
2890 M: jonathan@buzzard.org.uk
2891 L: tlinux-users@tce.toshiba-dme.co.jp
2892 W: http://www.buzzard.org.uk/toshiba/
2893 S: Maintained
2894
2895 TRIDENT 4DWAVE/SIS 7018 PCI AUDIO CORE
2896 P: Muli Ben-Yehuda
2897 M: mulix@mulix.org
2898 L: linux-kernel@vger.kernel.org
2899 S: Maintained
2900
2901 TRIVIAL PATCHES
2902 P: Adrian Bunk
2903 M: trivial@kernel.org
2904 L: linux-kernel@vger.kernel.org
2905 W: http://www.kernel.org/pub/linux/kernel/people/bunk/trivial/
2906 T: git kernel.org:/pub/scm/linux/kernel/git/bunk/trivial.git
2907 S: Maintained
2908
2909 TMS380 TOKEN-RING NETWORK DRIVER
2910 P: Adam Fritzler
2911 M: mid@auk.cx
2912 L: linux-tr@linuxtr.net
2913 W: http://www.auk.cx/tms380tr/
2914 S: Maintained
2915
2916 TULIP NETWORK DRIVER
2917 P: Jeff Garzik
2918 M: jgarzik@pobox.com
2919 L: tulip-users@lists.sourceforge.net
2920 W: http://sourceforge.net/projects/tulip/
2921 S: Maintained
2922
2923 TUN/TAP driver
2924 P: Maxim Krasnyansky
2925 M: maxk@qualcomm.com
2926 L: vtun@office.satix.net
2927 W: http://vtun.sourceforge.net/tun
2928 S: Maintained
2929
2930 U14-34F SCSI DRIVER
2931 P: Dario Ballabio
2932 M: ballabio_dario@emc.com
2933 L: linux-scsi@vger.kernel.org
2934 S: Maintained
2935
2936 UDF FILESYSTEM
2937 P: Ben Fennema
2938 M: bfennema@falcon.csc.calpoly.edu
2939 W: http://linux-udf.sourceforge.net
2940 S: Maintained
2941
2942 UNIFORM CDROM DRIVER
2943 P: Jens Axboe
2944 M: axboe@suse.de
2945 L: linux-kernel@vger.kernel.org
2946 W: http://www.kernel.dk
2947 S: Maintained
2948
2949 USB ACM DRIVER
2950 P: Oliver Neukum
2951 M: oliver@neukum.name
2952 L: linux-usb-users@lists.sourceforge.net
2953 L: linux-usb-devel@lists.sourceforge.net
2954 S: Maintained
2955
2956 USB BLOCK DRIVER (UB ub)
2957 P: Pete Zaitcev
2958 M: zaitcev@redhat.com
2959 L: linux-kernel@vger.kernel.org
2960 L: linux-usb-devel@lists.sourceforge.net
2961 S: Supported
2962
2963 USB CDC ETHERNET DRIVER
2964 P: Greg Kroah-Hartman
2965 M: greg@kroah.com
2966 L: linux-usb-users@lists.sourceforge.net
2967 L: linux-usb-devel@lists.sourceforge.net
2968 S: Maintained
2969 W: http://www.kroah.com/linux-usb/
2970
2971 USB EHCI DRIVER
2972 P: David Brownell
2973 M: dbrownell@users.sourceforge.net
2974 L: linux-usb-devel@lists.sourceforge.net
2975 S: Maintained
2976
2977 USB ET61X[12]51 DRIVER
2978 P: Luca Risolia
2979 M: luca.risolia@studio.unibo.it
2980 L: linux-usb-devel@lists.sourceforge.net
2981 L: video4linux-list@redhat.com
2982 W: http://www.linux-projects.org
2983 S: Maintained
2984
2985 USB HID/HIDBP DRIVERS
2986 P: Vojtech Pavlik
2987 M: vojtech@suse.cz
2988 L: linux-usb-users@lists.sourceforge.net
2989 L: linux-usb-devel@lists.sourceforge.net
2990 S: Maintained
2991
2992 USB HUB DRIVER
2993 P: Johannes Erdfelt
2994 M: johannes@erdfelt.com
2995 L: linux-usb-users@lists.sourceforge.net
2996 L: linux-usb-devel@lists.sourceforge.net
2997 S: Maintained
2998
2999 USB ISP116X DRIVER
3000 P: Olav Kongas
3001 M: ok@artecdesign.ee
3002 L: linux-usb-devel@lists.sourceforge.net
3003 S: Maintained
3004
3005 USB KAWASAKI LSI DRIVER
3006 P: Oliver Neukum
3007 M: oliver@neukum.name
3008 L: linux-usb-users@lists.sourceforge.net
3009 L: linux-usb-devel@lists.sourceforge.net
3010 S: Maintained
3011
3012 USB MASS STORAGE DRIVER
3013 P: Matthew Dharm
3014 M: mdharm-usb@one-eyed-alien.net
3015 L: linux-usb-users@lists.sourceforge.net
3016 L: usb-storage@lists.one-eyed-alien.net
3017 S: Maintained
3018 W: http://www.one-eyed-alien.net/~mdharm/linux-usb/
3019
3020 USB OHCI DRIVER
3021 P: Roman Weissgaerber
3022 M: weissg@vienna.at
3023 L: linux-usb-users@lists.sourceforge.net
3024 L: linux-usb-devel@lists.sourceforge.net
3025 S: Maintained
3026
3027 USB OPTION-CARD DRIVER
3028 P: Matthias Urlichs
3029 M: smurf@smurf.noris.de
3030 L: linux-usb-devel@lists.sourceforge.net
3031 S: Maintained
3032
3033 USB OV511 DRIVER
3034 P: Mark McClelland
3035 M: mmcclell@bigfoot.com
3036 L: linux-usb-users@lists.sourceforge.net
3037 L: linux-usb-devel@lists.sourceforge.net
3038 W: http://alpha.dyndns.org/ov511/
3039 S: Maintained
3040
3041 USB PEGASUS DRIVER
3042 P: Petko Manolov
3043 M: petkan@users.sourceforge.net
3044 L: linux-usb-users@lists.sourceforge.net
3045 L: linux-usb-devel@lists.sourceforge.net
3046 W: http://pegasus2.sourceforge.net/
3047 S: Maintained
3048
3049 USB PRINTER DRIVER
3050 P: Vojtech Pavlik
3051 M: vojtech@suse.cz
3052 L: linux-usb-users@lists.sourceforge.net
3053 L: linux-usb-devel@lists.sourceforge.net
3054 S: Maintained
3055
3056 USB RTL8150 DRIVER
3057 P: Petko Manolov
3058 M: petkan@users.sourceforge.net
3059 L: linux-usb-users@lists.sourceforge.net
3060 L: linux-usb-devel@lists.sourceforge.net
3061 W: http://pegasus2.sourceforge.net/
3062 S: Maintained
3063
3064 USB SE401 DRIVER
3065 P: Jeroen Vreeken
3066 M: pe1rxq@amsat.org
3067 L: linux-usb-users@lists.sourceforge.net
3068 L: linux-usb-devel@lists.sourceforge.net
3069 W: http://www.chello.nl/~j.vreeken/se401/
3070 S: Maintained
3071
3072 USB SERIAL CYBERJACK DRIVER
3073 P: Matthias Bruestle and Harald Welte
3074 M: support@reiner-sct.com
3075 W: http://www.reiner-sct.de/support/treiber_cyberjack.php
3076 S: Maintained
3077
3078 USB SERIAL DIGI ACCELEPORT DRIVER
3079 P: Peter Berger and Al Borchers
3080 M: pberger@brimson.com
3081 M: alborchers@steinerpoint.com
3082 L: linux-usb-users@lists.sourceforge.net
3083 L: linux-usb-devel@lists.sourceforge.net
3084 S: Maintained
3085
3086 USB SERIAL DRIVER
3087 P: Greg Kroah-Hartman
3088 M: gregkh@suse.de
3089 L: linux-usb-users@lists.sourceforge.net
3090 L: linux-usb-devel@lists.sourceforge.net
3091 S: Supported
3092
3093 USB SERIAL BELKIN F5U103 DRIVER
3094 P: William Greathouse
3095 M: wgreathouse@smva.com
3096 L: linux-usb-users@lists.sourceforge.net
3097 L: linux-usb-devel@lists.sourceforge.net
3098 S: Maintained
3099
3100 USB SERIAL CYPRESS M8 DRIVER
3101 P: Lonnie Mendez
3102 M: dignome@gmail.com
3103 L: linux-usb-users@lists.sourceforge.net
3104 L: linux-usb-devel@lists.sourceforge.net
3105 S: Maintained
3106 W: http://geocities.com/i0xox0i
3107 W: http://firstlight.net/cvs
3108
3109 USB SERIAL CYBERJACK PINPAD/E-COM DRIVER
3110 L: linux-usb-users@lists.sourceforge.net
3111 L: linux-usb-devel@lists.sourceforge.net
3112 S: Maintained
3113
3114 USB AUERSWALD DRIVER
3115 P: Wolfgang Muees
3116 M: wolfgang@iksw-muees.de
3117 L: linux-usb-users@lists.sourceforge.net
3118 L: linux-usb-devel@lists.sourceforge.net
3119 S: Maintained
3120
3121 USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER
3122 P: Gary Brubaker
3123 M: xavyer@ix.netcom.com
3124 L: linux-usb-users@lists.sourceforge.net
3125 L: linux-usb-devel@lists.sourceforge.net
3126 S: Maintained
3127
3128 USB SERIAL KEYSPAN DRIVER
3129 P: Greg Kroah-Hartman
3130 M: greg@kroah.com
3131 L: linux-usb-users@lists.sourceforge.net
3132 L: linux-usb-devel@lists.sourceforge.net
3133 W: http://www.kroah.com/linux/
3134 S: Maintained
3135
3136 USB SERIAL WHITEHEAT DRIVER
3137 P: Stuart MacDonald
3138 M: stuartm@connecttech.com
3139 L: linux-usb-users@lists.sourceforge.net
3140 L: linux-usb-devel@lists.sourceforge.net
3141 W: http://www.connecttech.com
3142 S: Supported
3143
3144 USB SN9C10x DRIVER
3145 P: Luca Risolia
3146 M: luca.risolia@studio.unibo.it
3147 L: linux-usb-devel@lists.sourceforge.net
3148 L: video4linux-list@redhat.com
3149 W: http://www.linux-projects.org
3150 S: Maintained
3151
3152 USB SUBSYSTEM
3153 P: Greg Kroah-Hartman
3154 M: gregkh@suse.de
3155 L: linux-usb-users@lists.sourceforge.net
3156 L: linux-usb-devel@lists.sourceforge.net
3157 W: http://www.linux-usb.org
3158 T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
3159 S: Supported
3160
3161 USB UHCI DRIVER
3162 P: Alan Stern
3163 M: stern@rowland.harvard.edu
3164 L: linux-usb-users@lists.sourceforge.net
3165 L: linux-usb-devel@lists.sourceforge.net
3166 S: Maintained
3167
3168 USB "USBNET" DRIVER
3169 P: David Brownell
3170 M: dbrownell@users.sourceforge.net
3171 L: linux-usb-devel@lists.sourceforge.net
3172 S: Maintained
3173
3174 USB W996[87]CF DRIVER
3175 P: Luca Risolia
3176 M: luca.risolia@studio.unibo.it
3177 L: linux-usb-devel@lists.sourceforge.net
3178 L: video4linux-list@redhat.com
3179 W: http://www.linux-projects.org
3180 S: Maintained
3181
3182 USB ZC0301 DRIVER
3183 P: Luca Risolia
3184 M: luca.risolia@studio.unibo.it
3185 L: linux-usb-devel@lists.sourceforge.net
3186 L: video4linux-list@redhat.com
3187 W: http://www.linux-projects.org
3188 S: Maintained
3189
3190 USB ZD1201 DRIVER
3191 P: Jeroen Vreeken
3192 M: pe1rxq@amsat.org
3193 L: linux-usb-users@lists.sourceforge.net
3194 L: linux-usb-devel@lists.sourceforge.net
3195 W: http://linux-lc100020.sourceforge.net
3196 S: Maintained
3197
3198 USER-MODE LINUX
3199 P: Jeff Dike
3200 M: jdike@karaya.com
3201 L: user-mode-linux-devel@lists.sourceforge.net
3202 L: user-mode-linux-user@lists.sourceforge.net
3203 W: http://user-mode-linux.sourceforge.net
3204 S: Maintained
3205
3206 FAT/VFAT/MSDOS FILESYSTEM:
3207 P: OGAWA Hirofumi
3208 M: hirofumi@mail.parknet.co.jp
3209 L: linux-kernel@vger.kernel.org
3210 S: Maintained
3211
3212 VIA 82Cxxx AUDIO DRIVER (old OSS driver)
3213 P: Jeff Garzik
3214 S: Odd fixes
3215
3216 VIA RHINE NETWORK DRIVER
3217 P: Roger Luethi
3218 M: rl@hellgate.ch
3219 S: Maintained
3220
3221 VIAPRO SMBUS DRIVER
3222 P: Jean Delvare
3223 M: khali@linux-fr.org
3224 L: i2c@lm-sensors.org
3225 S: Maintained
3226
3227 UCLINUX (AND M68KNOMMU)
3228 P: Greg Ungerer
3229 M: gerg@uclinux.org
3230 W: http://www.uclinux.org/
3231 L: uclinux-dev@uclinux.org (subscribers-only)
3232 S: Maintained
3233
3234 UCLINUX FOR NEC V850
3235 P: Miles Bader
3236 M: uclinux-v850@lsi.nec.co.jp
3237 W: http://www.ic.nec.co.jp/micro/uclinux/eng/
3238 W: http://www.ee.nec.de/uclinux/
3239 S: Supported
3240
3241 UCLINUX FOR RENESAS H8/300
3242 P: Yoshinori Sato
3243 M: ysato@users.sourceforge.jp
3244 W: http://uclinux-h8.sourceforge.jp/
3245 S: Supported
3246
3247 USB DIAMOND RIO500 DRIVER
3248 P: Cesar Miquel
3249 M: miquel@df.uba.ar
3250 L: rio500-users@lists.sourceforge.net
3251 W: http://rio500.sourceforge.net
3252 S: Maintained
3253
3254 VIDEO FOR LINUX
3255 P: Mauro Carvalho Chehab
3256 M: mchehab@infradead.org
3257 M: v4l-dvb-maintainer@linuxtv.org
3258 L: video4linux-list@redhat.com
3259 W: http://linuxtv.org
3260 T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
3261 S: Maintained
3262
3263 VT8231 HARDWARE MONITOR DRIVER
3264 P: Roger Lucas
3265 M: roger@planbit.co.uk
3266 L: lm-sensors@lm-sensors.org
3267 S: Maintained
3268
3269 W1 DALLAS'S 1-WIRE BUS
3270 P: Evgeniy Polyakov
3271 M: johnpol@2ka.mipt.ru
3272 S: Maintained
3273
3274 W83791D HARDWARE MONITORING DRIVER
3275 P: Charles Spirakis
3276 M: bezaur@gmail.com
3277 L: lm-sensors@lm-sensors.org
3278 S: Maintained
3279
3280 W83L51xD SD/MMC CARD INTERFACE DRIVER
3281 P: Pierre Ossman
3282 M: drzeus-wbsd@drzeus.cx
3283 L: wbsd-devel@list.drzeus.cx
3284 W: http://projects.drzeus.cx/wbsd
3285 S: Maintained
3286
3287 WATCHDOG DEVICE DRIVERS
3288 P: Wim Van Sebroeck
3289 M: wim@iguana.be
3290 T: git kernel.org:/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git
3291 S: Maintained
3292
3293 WAVELAN NETWORK DRIVER & WIRELESS EXTENSIONS
3294 P: Jean Tourrilhes
3295 M: jt@hpl.hp.com
3296 W: http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/
3297 S: Maintained
3298
3299 WD7000 SCSI DRIVER
3300 P: Miroslav Zagorac
3301 M: zaga@fly.cc.fer.hr
3302 L: linux-scsi@vger.kernel.org
3303 S: Maintained
3304
3305 WISTRON LAPTOP BUTTON DRIVER
3306 P: Miloslav Trmac
3307 M: mitr@volny.cz
3308 S: Maintained
3309
3310 WL3501 WIRELESS PCMCIA CARD DRIVER
3311 P: Arnaldo Carvalho de Melo
3312 M: acme@conectiva.com.br
3313 W: http://advogato.org/person/acme
3314 S: Maintained
3315
3316 X.25 NETWORK LAYER
3317 P: Henner Eisen
3318 M: eis@baty.hanse.de
3319 L: linux-x25@vger.kernel.org
3320 S: Maintained
3321
3322 XFS FILESYSTEM
3323 P: Silicon Graphics Inc
3324 P: Tim Shimmin, David Chatterton
3325 M: xfs-masters@oss.sgi.com
3326 L: xfs@oss.sgi.com
3327 W: http://oss.sgi.com/projects/xfs
3328 T: git git://oss.sgi.com:8090/xfs/xfs-2.6
3329 S: Supported
3330
3331 X86 3-LEVEL PAGING (PAE) SUPPORT
3332 P: Ingo Molnar
3333 M: mingo@redhat.com
3334 S: Maintained
3335
3336 X86-64 port
3337 P: Andi Kleen
3338 M: ak@suse.de
3339 L: discuss@x86-64.org
3340 W: http://www.x86-64.org
3341 S: Maintained
3342
3343 YAM DRIVER FOR AX.25
3344 P: Jean-Paul Roubelat
3345 M: jpr@f6fbb.org
3346 L: linux-hams@vger.kernel.org
3347 S: Maintained
3348
3349 YEALINK PHONE DRIVER
3350 P: Henk Vergonet
3351 M: Henk.Vergonet@gmail.com
3352 L: usbb2k-api-dev@nongnu.org
3353 S: Maintained
3354
3355 YMFPCI YAMAHA PCI SOUND (Use ALSA instead)
3356 P: Pete Zaitcev
3357 M: zaitcev@yahoo.com
3358 L: linux-kernel@vger.kernel.org
3359 S: Obsolete
3360
3361 Z8530 DRIVER FOR AX.25
3362 P: Joerg Reuter
3363 M: jreuter@yaina.de
3364 W: http://yaina.de/jreuter/
3365 W: http://www.qsl.net/dl1bke/
3366 L: linux-hams@vger.kernel.org
3367 S: Maintained
3368
3369 ZF MACHZ WATCHDOG
3370 P: Fernando Fuganti
3371 M: fuganti@netbank.com.br
3372 W: http://cvs.conectiva.com.br/drivers/ZFL-watchdog/
3373 S: Maintained
3374
3375 ZR36067 VIDEO FOR LINUX DRIVER
3376 P: Ronald Bultje
3377 M: rbultje@ronald.bitfreak.net
3378 L: mjpeg-users@lists.sourceforge.net
3379 W: http://mjpeg.sourceforge.net/driver-zoran/
3380 S: Maintained
3381
3382 ZR36120 VIDEO FOR LINUX DRIVER
3383 P: Pauline Middelink
3384 M: middelin@polyware.nl
3385 W: http://www.polyware.nl/~middelin/En/hobbies.html
3386 W: http://www.polyware.nl/~middelin/hobbies.html
3387 S: Maintained
3388
3389 THE REST
3390 P: Linus Torvalds
3391 S: Buried alive in reporters