[PATCH] i386: arch/i386/kernel/cpu/mcheck/mce.c should #include <asm/mce.h>
[deliverable/linux.git] / MAINTAINERS
... / ...
CommitLineData
1
2 List of maintainers and how to submit kernel changes
3
4Please try to follow the guidelines below. This will make things
5easier on the maintainers. Not all of these guidelines matter for every
6trivial patch so apply some common sense.
7
81. Always _test_ your changes, however small, on at least 4 or
9 5 people, preferably many more.
10
112. 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
193. 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
234. When you are happy with a change make it generally available for
24 testing and await feedback.
25
265. 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
486. 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
527. 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
568. Happy hacking.
57
58 -----------------------------------
59
60Maintainers List (try to look for most precise areas first)
61
62Note: For the hard of thinking, this list is meant to remain in alphabetical
63order. If you could add yourselves to it in alphabetical order that would be
64so much easier [Ed]
65
66P: Person
67M: Mail patches to
68L: Mailing list that is relevant to this area
69W: Web-page with status/info
70T: SCM tree type and location. Type is one of: git, hg, quilt.
71S: 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
833C359 NETWORK DRIVER
84P: Mike Phillips
85M: mikep@linuxtr.net
86L: netdev@vger.kernel.org
87L: linux-tr@linuxtr.net
88W: http://www.linuxtr.net
89S: Maintained
90
913C505 NETWORK DRIVER
92P: Philip Blundell
93M: philb@gnu.org
94L: netdev@vger.kernel.org
95S: Maintained
96
973CR990 NETWORK DRIVER
98P: David Dillow
99M: dave@thedillows.org
100L: netdev@vger.kernel.org
101S: Maintained
102
1033W-XXXX ATA-RAID CONTROLLER DRIVER
104P: Adam Radford
105M: linuxraid@amcc.com
106L: linux-scsi@vger.kernel.org
107W: http://www.amcc.com
108S: Supported
109
1103W-9XXX SATA-RAID CONTROLLER DRIVER
111P: Adam Radford
112M: linuxraid@amcc.com
113L: linux-scsi@vger.kernel.org
114W: http://www.amcc.com
115S: Supported
116
11753C700 AND 53C700-66 SCSI DRIVER
118P: James E.J. Bottomley
119M: James.Bottomley@HansenPartnership.com
120L: linux-scsi@vger.kernel.org
121S: Maintained
122
1236PACK NETWORK DRIVER FOR AX.25
124P: Andreas Koensgen
125M: ajk@iehk.rwth-aachen.de
126L: linux-hams@vger.kernel.org
127S: Maintained
128
1298139CP 10/100 FAST ETHERNET DRIVER
130P: Jeff Garzik
131M: jgarzik@pobox.com
132S: Maintained
133
1348139TOO 10/100 FAST ETHERNET DRIVER
135P: Jeff Garzik
136M: jgarzik@pobox.com
137W: http://sourceforge.net/projects/gkernel/
138S: Maintained
139
1408169 10/100/1000 GIGABIT ETHERNET DRIVER
141P: Francois Romieu
142M: romieu@fr.zoreil.com
143L: netdev@vger.kernel.org
144S: Maintained
145
1468250/16?50 (AND CLONE UARTS) SERIAL DRIVER
147L: linux-serial@vger.kernel.org
148W: http://serial.sourceforge.net
149S: Orphan
150
1518390 NETWORK DRIVERS [WD80x3/SMC-ELITE, SMC-ULTRA, NE2000, 3C503, etc.]
152P: Paul Gortmaker
153M: p_gortmaker@yahoo.com
154L: netdev@vger.kernel.org
155S: Maintained
156
1579P FILE SYSTEM
158P: Eric Van Hensbergen
159M: ericvh@gmail.com
160P: Ron Minnich
161M: rminnich@lanl.gov
162P: Latchesar Ionkov
163M: lucho@ionkov.net
164L: v9fs-developer@lists.sourceforge.net
165W: http://v9fs.sf.net
166T: git kernel.org:/pub/scm/linux/kernel/ericvh/v9fs.git
167S: Maintained
168
169A2232 SERIAL BOARD DRIVER
170P: Enver Haase
171M: ehaase@inf.fu-berlin.de
172M: A2232@gmx.net
173L: linux-m68k@lists.linux-m68k.org
174S: Maintained
175
176AIO
177P: Benjamin LaHaise
178M: bcrl@kvack.org
179L: linux-aio@kvack.org
180S: Supported
181
182ABIT UGURU HARDWARE MONITOR DRIVER
183P: Hans de Goede
184M: j.w.r.degoede@hhs.nl
185L: lm-sensors@lm-sensors.org
186S: Maintained
187
188ACENIC DRIVER
189P: Jes Sorensen
190M: jes@trained-monkey.org
191L: linux-acenic@sunsite.dk
192S: Maintained
193
194ACI MIXER DRIVER
195P: Robert Siemer
196M: Robert.Siemer@gmx.de
197L: linux-sound@vger.kernel.org
198W: http://www.stud.uni-karlsruhe.de/~uh1b/
199S: Maintained
200
201AACRAID SCSI RAID DRIVER
202P: Adaptec OEM Raid Solutions
203L: linux-scsi@vger.kernel.org
204W: http://linux.dell.com/storage.shtml
205S: Supported
206
207ACPI
208P: Len Brown
209M: len.brown@intel.com
210M: lenb@kernel.org
211L: linux-acpi@vger.kernel.org
212W: http://acpi.sourceforge.net/
213T: git kernel.org:/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6.git
214S: Supported
215
216ACPI BATTERY DRIVERS
217P: Vladimir P. Lebedev
218M: vladimir.p.lebedev@intel.com
219L: linux-acpi@vger.kernel.org
220W: http://acpi.sourceforge.net/
221S: Supported
222
223ACPI EC DRIVER
224P: Alexey Starikovskiy
225M: alexey.y.starikovskiy@linux.intel.com
226L: linux-acpi@vger.kernel.org
227W: http://acpi.sourceforge.net/
228S: Supported
229
230ACPI FAN DRIVER
231P: Konstantin A. Karasyov
232M: konstantin.a.karasyov@intel.com
233L: linux-acpi@vger.kernel.org
234W: http://acpi.sourceforge.net/
235S: Supported
236
237ACPI PCI HOTPLUG DRIVER
238P: Kristen Carlson Accardi
239M: kristen.c.accardi@intel.com
240L: pcihpd-discuss@lists.sourceforge.net
241S: Supported
242
243ACPI THERMAL DRIVER
244P: Konstantin A. Karasyov
245M: konstantin.a.karasyov@intel.com
246L: linux-acpi@vger.kernel.org
247W: http://acpi.sourceforge.net/
248S: Supported
249
250AD1816 SOUND DRIVER
251P: Thorsten Knabe
252M: Thorsten Knabe <linux@thorsten-knabe.de>
253W: http://linux.thorsten-knabe.de
254S: Maintained
255
256AD1889 SOUND DRIVER
257P: Kyle McMartin
258M: kyle@parisc-linux.org
259P: Thibaut Varene
260M: T-Bone@parisc-linux.org
261W: http://wiki.parisc-linux.org/AD1889
262L: parisc-linux@lists.parisc-linux.org
263S: Maintained
264
265ADM1025 HARDWARE MONITOR DRIVER
266P: Jean Delvare
267M: khali@linux-fr.org
268L: lm-sensors@lm-sensors.org
269S: Maintained
270
271ADT746X FAN DRIVER
272P: Colin Leroy
273M: colin@colino.net
274S: Maintained
275
276AEDSP16 DRIVER
277P: Riccardo Facchetti
278M: fizban@tin.it
279S: Maintained
280
281AFFS FILE SYSTEM
282P: Roman Zippel
283M: zippel@linux-m68k.org
284S: Maintained
285
286AGPGART DRIVER
287P: Dave Jones
288M: davej@codemonkey.org.uk
289W: http://www.codemonkey.org.uk/projects/agp/
290T: git kernel.org:/pub/scm/linux/kernel/git/davej/agpgart.git
291S: Maintained
292
293AHA152X SCSI DRIVER
294P: Juergen E. Fischer
295M: Juergen Fischer <fischer@norbit.de>
296L: linux-scsi@vger.kernel.org
297S: Maintained
298
299ALCATEL SPEEDTOUCH USB DRIVER
300P: Duncan Sands
301M: duncan.sands@free.fr
302L: linux-usb-users@lists.sourceforge.net
303L: linux-usb-devel@lists.sourceforge.net
304W: http://www.linux-usb.org/SpeedTouch/
305S: Maintained
306
307ALI1563 I2C DRIVER
308P: Rudolf Marek
309M: r.marek@assembler.cz
310L: i2c@lm-sensors.org
311S: Maintained
312
313ALPHA PORT
314P: Richard Henderson
315M: rth@twiddle.net
316S: Odd Fixes for 2.4; Maintained for 2.6.
317P: Ivan Kokshaysky
318M: ink@jurassic.park.msu.ru
319S: Maintained for 2.4; PCI support for 2.6.
320
321AMD GEODE PROCESSOR/CHIPSET SUPPORT
322P: Jordan Crouse
323M: info-linux@geode.amd.com
324L: info-linux@geode.amd.com
325W: http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html
326S: Supported
327
328AMS (Apple Motion Sensor) DRIVER
329P: Stelian Pop
330M: stelian@popies.net
331P: Michael Hanselmann
332M: linux-kernel@hansmi.ch
333S: Supported
334
335AMSO1100 RNIC DRIVER
336P: Tom Tucker
337M: tom@opengridcomputing.com
338P: Steve Wise
339M: swise@opengridcomputing.com
340L: openib-general@openib.org
341S: Maintained
342
343AOA (Apple Onboard Audio) ALSA DRIVER
344P: Johannes Berg
345M: johannes@sipsolutions.net
346L: linuxppc-dev@ozlabs.org
347L: alsa-devel@alsa-project.org
348S: Maintained
349
350APM DRIVER
351P: Stephen Rothwell
352M: sfr@canb.auug.org.au
353L: linux-laptop@vger.kernel.org
354W: http://www.canb.auug.org.au/~sfr/
355S: Supported
356
357APPLETALK NETWORK LAYER
358P: Arnaldo Carvalho de Melo
359M: acme@conectiva.com.br
360S: Maintained
361
362ARC FRAMEBUFFER DRIVER
363P: Jaya Kumar
364M: jayalk@intworks.biz
365S: Maintained
366
367ARM26 ARCHITECTURE
368P: Ian Molton
369M: spyro@f2s.com
370S: Maintained
371
372ARM26/ARCHIMEDES
373P: Ian Molton
374M: spyro@f2s.com
375S: Maintained
376
377ARM26/A5000
378P: John Appleby
379M: john@dnsworld.co.uk
380S: Maintained
381
382ARM MFM AND FLOPPY DRIVERS
383P: Ian Molton
384M: spyro@f2s.com
385S: Maintained
386
387ARM/ADI ROADRUNNER MACHINE SUPPORT
388P: Lennert Buytenhek
389M: kernel@wantstofly.org
390L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
391S: Maintained
392
393ARM/ADS SPHERE MACHINE SUPPORT
394P: Lennert Buytenhek
395M: kernel@wantstofly.org
396L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
397S: Maintained
398
399ARM/AJECO 1ARM MACHINE SUPPORT
400P: Lennert Buytenhek
401M: kernel@wantstofly.org
402L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
403S: Maintained
404
405ARM/ATMEL AT91RM9200 ARM ARCHITECTURE
406P: Andrew Victor
407M: andrew@sanpeople.com
408L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
409W: http://maxim.org.za/at91_26.html
410S: Maintained
411
412ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
413P: Lennert Buytenhek
414M: kernel@wantstofly.org
415L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
416S: Maintained
417
418ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT
419P: Lennert Buytenhek
420M: kernel@wantstofly.org
421L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
422S: Maintained
423
424ARM/CORGI MACHINE SUPPORT
425P: Richard Purdie
426M: rpurdie@rpsys.net
427S: Maintained
428
429ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
430P: Lennert Buytenhek
431M: kernel@wantstofly.org
432L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
433S: Maintained
434
435ARM/HP JORNADA 7XX MACHINE SUPPORT
436P: Kristoffer Ericson
437M: kristoffer_e1@hotmail.com
438W: www.jlime.com
439S: Maintained
440
441ARM/INTEL IOP32X ARM ARCHITECTURE
442P: Lennert Buytenhek
443M: kernel@wantstofly.org
444P: Dan Williams
445M: dan.j.williams@intel.com
446L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
447S: Supported
448
449ARM/INTEL IOP33X ARM ARCHITECTURE
450P: Dan Williams
451M: dan.j.williams@intel.com
452L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
453S: Supported
454
455ARM/INTEL IOP13XX ARM ARCHITECTURE
456P: Lennert Buytenhek
457M: kernel@wantstofly.org
458P: Dan Williams
459M: dan.j.williams@intel.com
460L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
461S: Supported
462
463ARM/INTEL IQ81342EX MACHINE SUPPORT
464P: Lennert Buytenhek
465M: kernel@wantstofly.org
466P: Dan Williams
467M: dan.j.williams@intel.com
468L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
469S: Supported
470
471ARM/INTEL IXP2000 ARM ARCHITECTURE
472P: Lennert Buytenhek
473M: kernel@wantstofly.org
474L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
475S: Maintained
476
477ARM/INTEL IXDP2850 MACHINE SUPPORT
478P: Lennert Buytenhek
479M: kernel@wantstofly.org
480L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
481S: Maintained
482
483ARM/INTEL IXP23XX ARM ARCHITECTURE
484P: Lennert Buytenhek
485M: kernel@wantstofly.org
486L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
487S: Maintained
488
489ARM/INTEL XSC3 (MANZANO) ARM CORE
490P: Lennert Buytenhek
491M: kernel@wantstofly.org
492P: Dan Williams
493M: dan.j.williams@intel.com
494L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
495S: Supported
496
497ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT
498P: Lennert Buytenhek
499M: kernel@wantstofly.org
500L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
501S: Maintained
502
503ARM/LOGICPD PXA270 MACHINE SUPPORT
504P: Lennert Buytenhek
505M: kernel@wantstofly.org
506L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
507S: Maintained
508
509ARM/TOSA MACHINE SUPPORT
510P: Dirk Opfer
511M: dirk@opfer-online.de
512S: Maintained
513
514ARM/PLEB SUPPORT
515P: Peter Chubb
516M: pleb@gelato.unsw.edu.au
517W: http://www.disy.cse.unsw.edu.au/Hardware/PLEB
518S: Maintained
519
520ARM/PT DIGITAL BOARD PORT
521P: Stefan Eletzhofer
522M: stefan.eletzhofer@eletztrick.de
523L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
524W: http://www.arm.linux.org.uk/
525S: Maintained
526
527ARM/RADISYS ENP2611 MACHINE SUPPORT
528P: Lennert Buytenhek
529M: kernel@wantstofly.org
530L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
531S: Maintained
532
533ARM/SHARK MACHINE SUPPORT
534P: Alexander Schulz
535M: alex@shark-linux.de
536W: http://www.shark-linux.de/shark.html
537S: Maintained
538
539ARM/STRONGARM110 PORT
540P: Russell King
541M: rmk@arm.linux.org.uk
542L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
543W: http://www.arm.linux.org.uk/
544S: Maintained
545
546ARM/S3C2410 ARM ARCHITECTURE
547P: Ben Dooks
548M: ben-linux@fluff.org
549L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
550W: http://www.fluff.org/ben/linux/
551S: Maintained
552
553ARM/S3C2440 ARM ARCHITECTURE
554P: Ben Dooks
555M: ben-linux@fluff.org
556L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
557W: http://www.fluff.org/ben/linux/
558S: Maintained
559
560ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
561P: Lennert Buytenhek
562M: kernel@wantstofly.org
563L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
564S: Maintained
565
566ARM/THECUS N2100 MACHINE SUPPORT
567P: Lennert Buytenhek
568M: kernel@wantstofly.org
569L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
570S: Maintained
571
572ARPD SUPPORT
573P: Jonathan Layes
574L: netdev@vger.kernel.org
575S: Maintained
576
577ASUS ACPI EXTRAS DRIVER
578P: Corentin Chary
579M: corentincj@iksaif.net
580P: Karol Kozimor
581M: sziwan@users.sourceforge.net
582L: acpi4asus-user@lists.sourceforge.net
583W: http://sourceforge.net/projects/acpi4asus
584W: http://xf.iksaif.net/acpi4asus
585S: Maintained
586
587ASUS LAPTOP EXTRAS DRIVER
588P: Corentin Chary
589M: corentincj@iksaif.net
590L: acpi4asus-user@lists.sourceforge.net
591W: http://sourceforge.net/projects/acpi4asus
592W: http://xf.iksaif.net/acpi4asus
593S: Maintained
594
595ATA OVER ETHERNET DRIVER
596P: Ed L. Cashin
597M: ecashin@coraid.com
598W: http://www.coraid.com/support/linux
599S: Supported
600
601ATL1 ETHERNET DRIVER
602P: Jay Cliburn
603M: jcliburn@gmail.com
604P: Chris Snook
605M: csnook@redhat.com
606L: atl1-devel@lists.sourceforge.net
607W: http://sourceforge.net/projects/atl1
608W: http://atl1.sourceforge.net
609S: Maintained
610
611ATM
612P: Chas Williams
613M: chas@cmf.nrl.navy.mil
614L: linux-atm-general@lists.sourceforge.net (subscribers-only)
615W: http://linux-atm.sourceforge.net
616S: Maintained
617
618ATMEL MACB ETHERNET DRIVER
619P: Haavard Skinnemoen
620M: hskinnemoen@atmel.com
621S: Supported
622
623ATMEL WIRELESS DRIVER
624P: Simon Kelley
625M: simon@thekelleys.org.uk
626W: http://www.thekelleys.org.uk/atmel
627W: http://atmelwlandriver.sourceforge.net/
628S: Maintained
629
630AUDIT SUBSYSTEM
631P: David Woodhouse
632M: dwmw2@infradead.org
633L: linux-audit@redhat.com
634W: http://people.redhat.com/sgrubb/audit/
635T: git kernel.org:/pub/scm/linux/kernel/git/dwmw2/audit-2.6.git
636S: Maintained
637
638AUXILIARY DISPLAY DRIVERS
639P: Miguel Ojeda Sandonis
640M: maxextreme@gmail.com
641L: linux-kernel@vger.kernel.org
642S: Maintained
643
644AVR32 ARCHITECTURE
645P: Haavard Skinnemoen
646M: hskinnemoen@atmel.com
647W: http://www.atmel.com/products/AVR32/
648W: http://avr32linux.org/
649W: http://avrfreaks.net/
650S: Supported
651
652AVR32/AT32AP MACHINE SUPPORT
653P: Haavard Skinnemoen
654M: hskinnemoen@atmel.com
655S: Supported
656
657AX.25 NETWORK LAYER
658P: Ralf Baechle
659M: ralf@linux-mips.org
660L: linux-hams@vger.kernel.org
661W: http://www.linux-ax25.org/
662S: Maintained
663
664BAYCOM/HDLCDRV DRIVERS FOR AX.25
665P: Thomas Sailer
666M: t.sailer@alumni.ethz.ch
667L: linux-hams@vger.kernel.org
668W: http://www.baycom.org/~tom/ham/ham.html
669S: Maintained
670
671BCM43XX WIRELESS DRIVER (SOFTMAC BASED VERSION)
672P: Larry Finger
673M: Larry.Finger@lwfinger.net
674P: Stefano Brivio
675M: st3@riseup.net
676W: http://bcm43xx.berlios.de/
677S: Maintained
678
679BEFS FILE SYSTEM
680P: Sergey S. Kostyliov
681M: rathamahata@php4.ru
682L: linux-kernel@vger.kernel.org
683S: Maintained
684
685BERKSHIRE PRODUCTS PC WATCHDOG DRIVER
686P: Kenji Hollis
687W: http://ftp.bitgate.com/pcwd/
688S: Maintained
689
690BFS FILE SYSTEM
691P: Tigran A. Aivazian
692M: tigran@aivazian.fsnet.co.uk
693L: linux-kernel@vger.kernel.org
694S: Maintained
695
696BLOCK LAYER
697P: Jens Axboe
698M: axboe@kernel.dk
699L: linux-kernel@vger.kernel.org
700T: git kernel.org:/pub/scm/linux/kernel/git/axboe/linux-2.6-block.git
701S: Maintained
702
703BLUETOOTH SUBSYSTEM
704P: Marcel Holtmann
705M: marcel@holtmann.org
706P: Maxim Krasnyansky
707M: maxk@qualcomm.com
708L: bluez-devel@lists.sf.net
709W: http://bluez.sf.net
710W: http://www.bluez.org
711W: http://www.holtmann.org/linux/bluetooth/
712T: git kernel.org:/pub/scm/linux/kernel/git/holtmann/bluetooth-2.6.git
713S: Maintained
714
715BLUETOOTH RFCOMM LAYER
716P: Marcel Holtmann
717M: marcel@holtmann.org
718P: Maxim Krasnyansky
719M: maxk@qualcomm.com
720S: Maintained
721
722BLUETOOTH BNEP LAYER
723P: Marcel Holtmann
724M: marcel@holtmann.org
725P: Maxim Krasnyansky
726M: maxk@qualcomm.com
727S: Maintained
728
729BLUETOOTH CMTP LAYER
730P: Marcel Holtmann
731M: marcel@holtmann.org
732S: Maintained
733
734BLUETOOTH HIDP LAYER
735P: Marcel Holtmann
736M: marcel@holtmann.org
737S: Maintained
738
739BLUETOOTH HCI UART DRIVER
740P: Marcel Holtmann
741M: marcel@holtmann.org
742P: Maxim Krasnyansky
743M: maxk@qualcomm.com
744S: Maintained
745
746BLUETOOTH HCI USB DRIVER
747P: Marcel Holtmann
748M: marcel@holtmann.org
749P: Maxim Krasnyansky
750M: maxk@qualcomm.com
751S: Maintained
752
753BLUETOOTH HCI BCM203X DRIVER
754P: Marcel Holtmann
755M: marcel@holtmann.org
756S: Maintained
757
758BLUETOOTH HCI BPA10X DRIVER
759P: Marcel Holtmann
760M: marcel@holtmann.org
761S: Maintained
762
763BLUETOOTH HCI BFUSB DRIVER
764P: Marcel Holtmann
765M: marcel@holtmann.org
766S: Maintained
767
768BLUETOOTH HCI DTL1 DRIVER
769P: Marcel Holtmann
770M: marcel@holtmann.org
771S: Maintained
772
773BLUETOOTH HCI BLUECARD DRIVER
774P: Marcel Holtmann
775M: marcel@holtmann.org
776S: Maintained
777
778BLUETOOTH HCI BT3C DRIVER
779P: Marcel Holtmann
780M: marcel@holtmann.org
781S: Maintained
782
783BLUETOOTH HCI BTUART DRIVER
784P: Marcel Holtmann
785M: marcel@holtmann.org
786S: Maintained
787
788BLUETOOTH HCI VHCI DRIVER
789P: Maxim Krasnyansky
790M: maxk@qualcomm.com
791S: Maintained
792
793BONDING DRIVER
794P: Chad Tindel
795M: ctindel@users.sourceforge.net
796P: Jay Vosburgh
797M: fubar@us.ibm.com
798L: bonding-devel@lists.sourceforge.net
799W: http://sourceforge.net/projects/bonding/
800S: Supported
801
802BROADBAND PROCESSOR ARCHITECTURE
803P: Arnd Bergmann
804M: arnd@arndb.de
805L: linuxppc-dev@ozlabs.org
806W: http://www.penguinppc.org/ppc64/
807S: Supported
808
809BROADCOM B44 10/100 ETHERNET DRIVER
810P: Gary Zambrano
811M: zambrano@broadcom.com
812L: netdev@vger.kernel.org
813S: Supported
814
815BROADCOM BNX2 GIGABIT ETHERNET DRIVER
816P: Michael Chan
817M: mchan@broadcom.com
818L: netdev@vger.kernel.org
819S: Supported
820
821BROADCOM TG3 GIGABIT ETHERNET DRIVER
822P: Michael Chan
823M: mchan@broadcom.com
824L: netdev@vger.kernel.org
825S: Supported
826
827BTTV VIDEO4LINUX DRIVER
828P: Mauro Carvalho Chehab
829M: mchehab@infradead.org
830M: v4l-dvb-maintainer@linuxtv.org
831L: video4linux-list@redhat.com
832W: http://linuxtv.org
833T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
834S: Maintained
835
836CALGARY x86-64 IOMMU
837P: Muli Ben-Yehuda
838M: muli@il.ibm.com
839P: Jon D. Mason
840M: jdmason@kudzu.us
841L: linux-kernel@vger.kernel.org
842L: discuss@x86-64.org
843S: Maintained
844
845CFAG12864B LCD DRIVER
846P: Miguel Ojeda Sandonis
847M: maxextreme@gmail.com
848L: linux-kernel@vger.kernel.org
849S: Maintained
850
851CFAG12864BFB LCD FRAMEBUFFER DRIVER
852P: Miguel Ojeda Sandonis
853M: maxextreme@gmail.com
854L: linux-kernel@vger.kernel.org
855S: Maintained
856
857COMMON INTERNET FILE SYSTEM (CIFS)
858P: Steve French
859M: sfrench@samba.org
860L: linux-cifs-client@lists.samba.org
861L: samba-technical@lists.samba.org
862W: http://us1.samba.org/samba/Linux_CIFS_client.html
863T: git kernel.org:/pub/scm/linux/kernel/git/sfrench/cifs-2.6.git
864S: Supported
865
866CONFIGFS
867P: Joel Becker
868M: joel.becker@oracle.com
869L: linux-kernel@vger.kernel.org
870S: Supported
871
872CIRRUS LOGIC EP93XX ETHERNET DRIVER
873P: Lennert Buytenhek
874M: kernel@wantstofly.org
875L: netdev@vger.kernel.org
876S: Maintained
877
878CIRRUS LOGIC GENERIC FBDEV DRIVER
879P: Jeff Garzik
880M: jgarzik@pobox.com
881L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
882S: Odd Fixes
883
884CIRRUS LOGIC EP93XX OHCI USB HOST DRIVER
885P: Lennert Buytenhek
886M: kernel@wantstofly.org
887L: linux-usb-devel@lists.sourceforge.net
888S: Maintained
889
890CIRRUS LOGIC CS4280/CS461x SOUNDDRIVER
891P: Cirrus Logic Corporation (kernel 2.2 driver)
892M: Cirrus Logic Corporation, Thomas Woller <twoller@crystal.cirrus.com>
893P: Nils Faerber (port to kernel 2.4)
894M: Nils Faerber <nils@kernelconcepts.de>
895S: Maintained
896
897CODA FILE SYSTEM
898P: Jan Harkes
899M: jaharkes@cs.cmu.edu
900M: coda@cs.cmu.edu
901L: codalist@coda.cs.cmu.edu
902W: http://www.coda.cs.cmu.edu/
903S: Maintained
904
905COMPACTPCI HOTPLUG CORE
906P: Scott Murray
907M: scottm@somanetworks.com
908M: scott@spiteful.org
909L: pcihpd-discuss@lists.sourceforge.net
910S: Supported
911
912COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
913P: Scott Murray
914M: scottm@somanetworks.com
915M: scott@spiteful.org
916L: pcihpd-discuss@lists.sourceforge.net
917S: Supported
918
919COMPACTPCI HOTPLUG GENERIC DRIVER
920P: Scott Murray
921M: scottm@somanetworks.com
922M: scott@spiteful.org
923L: pcihpd-discuss@lists.sourceforge.net
924S: Supported
925
926COMPUTONE INTELLIPORT MULTIPORT CARD
927P: Michael H. Warfield
928M: mhw@wittsend.com
929W: http://www.wittsend.com/computone.html
930S: Maintained
931
932COSA/SRP SYNC SERIAL DRIVER
933P: Jan "Yenya" Kasprzak
934M: kas@fi.muni.cz
935W: http://www.fi.muni.cz/~kas/cosa/
936S: Maintained
937
938CPU FREQUENCY DRIVERS
939P: Dave Jones
940M: davej@codemonkey.org.uk
941L: cpufreq@lists.linux.org.uk
942W: http://www.codemonkey.org.uk/projects/cpufreq/
943T: git kernel.org/pub/scm/linux/kernel/git/davej/cpufreq.git
944S: Maintained
945
946CPUID/MSR DRIVER
947P: H. Peter Anvin
948M: hpa@zytor.com
949S: Maintained
950
951CPUSETS
952P: Paul Jackson
953P: Simon Derr
954M: pj@sgi.com
955M: simon.derr@bull.net
956L: linux-kernel@vger.kernel.org
957W: http://www.bullopensource.org/cpuset/
958S: Supported
959
960CRAMFS FILESYSTEM
961W: http://sourceforge.net/projects/cramfs/
962S: Orphan
963
964CRIS PORT
965P: Mikael Starvik
966M: starvik@axis.com
967L: dev-etrax@axis.com
968W: http://developer.axis.com
969S: Maintained
970
971CRYPTO API
972P: Herbert Xu
973M: herbert@gondor.apana.org.au
974P: David S. Miller
975M: davem@davemloft.net
976L: linux-crypto@vger.kernel.org
977T: git kernel.org:/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
978S: Maintained
979
980CS5535 Audio ALSA driver
981P: Jaya Kumar
982M: jayakumar.alsa@gmail.com
983S: Maintained
984
985CYBERPRO FB DRIVER
986P: Russell King
987M: rmk@arm.linux.org.uk
988W: http://www.arm.linux.org.uk/
989S: Maintained
990
991CYBLAFB FRAMEBUFFER DRIVER
992P: Knut Petersen
993M: Knut_Petersen@t-online.de
994L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
995S: Maintained
996
997CYCLADES 2X SYNC CARD DRIVER
998P: Arnaldo Carvalho de Melo
999M: acme@conectiva.com.br
1000W: http://advogato.org/person/acme
1001L: cycsyn-devel@bazar.conectiva.com.br
1002S: Maintained
1003
1004CYCLADES ASYNC MUX DRIVER
1005W: http://www.cyclades.com/
1006S: Orphan
1007
1008CYCLADES PC300 DRIVER
1009W: http://www.cyclades.com/
1010S: Orphan
1011
1012DAMA SLAVE for AX.25
1013P: Joerg Reuter
1014M: jreuter@yaina.de
1015W: http://yaina.de/jreuter/
1016W: http://www.qsl.net/dl1bke/
1017L: linux-hams@vger.kernel.org
1018S: Maintained
1019
1020DC395x SCSI driver
1021P: Oliver Neukum
1022M: oliver@neukum.name
1023P: Ali Akcaagac
1024M: aliakc@web.de
1025P: Jamie Lenehan
1026M: lenehan@twibble.org
1027W: http://twibble.org/dist/dc395x/
1028L: dc395x@twibble.org
1029L: http://lists.twibble.org/mailman/listinfo/dc395x/
1030S: Maintained
1031
1032DC390/AM53C974 SCSI driver
1033P: Kurt Garloff
1034M: garloff@suse.de
1035W: http://www.garloff.de/kurt/linux/dc390/
1036P: Guennadi Liakhovetski
1037M: g.liakhovetski@gmx.de
1038S: Maintained
1039
1040DCCP PROTOCOL
1041P: Arnaldo Carvalho de Melo
1042M: acme@mandriva.com
1043L: dccp@vger.kernel.org
1044W: http://linux-net.osdl.org/index.php/DCCP
1045S: Maintained
1046
1047DECnet NETWORK LAYER
1048P: Patrick Caulfield
1049M: patrick@tykepenguin.com
1050W: http://linux-decnet.sourceforge.net
1051L: linux-decnet-user@lists.sourceforge.net
1052S: Maintained
1053
1054DEFXX FDDI NETWORK DRIVER
1055P: Maciej W. Rozycki
1056M: macro@linux-mips.org
1057S: Maintained
1058
1059DELL LAPTOP SMM DRIVER
1060P: Massimo Dal Zotto
1061M: dz@debian.org
1062W: http://www.debian.org/~dz/i8k/
1063S: Maintained
1064
1065DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
1066P: Doug Warzecha
1067M: Douglas_Warzecha@dell.com
1068S: Maintained
1069
1070DEVICE-MAPPER (LVM)
1071P: Alasdair Kergon
1072L: dm-devel@redhat.com
1073W: http://sources.redhat.com/dm
1074S: Maintained
1075
1076DEVICE NUMBER REGISTRY
1077P: Torben Mathiasen
1078M: device@lanana.org
1079W: http://lanana.org/docs/device-list/index.html
1080L: linux-kernel@vger.kernel.org
1081S: Maintained
1082
1083DEVICE FILESYSTEM
1084S: Obsolete
1085
1086DIGI INTL. EPCA DRIVER
1087P: Digi International, Inc
1088M: Eng.Linux@digi.com
1089L: Eng.Linux@digi.com
1090W: http://www.digi.com
1091S: Orphaned
1092
1093DIGI RIGHTSWITCH NETWORK DRIVER
1094P: Rick Richardson
1095L: netdev@vger.kernel.org
1096W: http://www.digi.com
1097S: Orphaned
1098
1099DIRECTORY NOTIFICATION
1100P: Stephen Rothwell
1101M: sfr@canb.auug.org.au
1102L: linux-kernel@vger.kernel.org
1103S: Supported
1104
1105DISK GEOMETRY AND PARTITION HANDLING
1106P: Andries Brouwer
1107M: aeb@cwi.nl
1108W: http://www.win.tue.nl/~aeb/linux/Large-Disk.html
1109W: http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
1110W: http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
1111S: Maintained
1112
1113DISKQUOTA:
1114P: Jan Kara
1115M: jack@suse.cz
1116L: linux-kernel@vger.kernel.org
1117S: Maintained
1118
1119DISTRIBUTED LOCK MANAGER
1120P: Patrick Caulfield
1121M: pcaulfie@redhat.com
1122P: David Teigland
1123M: teigland@redhat.com
1124L: cluster-devel@redhat.com
1125W: http://sources.redhat.com/cluster/
1126T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes.git
1127T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw.git
1128S: Supported
1129
1130DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
1131P: Tobias Ringstrom
1132M: tori@unhappy.mine.nu
1133L: netdev@vger.kernel.org
1134S: Maintained
1135
1136DOCBOOK FOR DOCUMENTATION
1137P: Randy Dunlap
1138M: rdunlap@xenotime.net
1139S: Maintained
1140
1141DOCKING STATION DRIVER
1142P: Kristen Carlson Accardi
1143M: kristen.c.accardi@intel.com
1144L: linux-acpi@vger.kernel.org
1145S: Supported
1146
1147DOUBLETALK DRIVER
1148P: James R. Van Zandt
1149M: jrv@vanzandt.mv.com
1150L: blinux-list@redhat.com
1151S: Maintained
1152
1153DRIVER CORE, KOBJECTS, AND SYSFS
1154P: Greg Kroah-Hartman
1155M: gregkh@suse.de
1156L: linux-kernel@vger.kernel.org
1157T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
1158S: Supported
1159
1160DRM DRIVERS
1161P: David Airlie
1162M: airlied@linux.ie
1163L: dri-devel@lists.sourceforge.net
1164T: git kernel.org:/pub/scm/linux/kernel/git/airlied/drm-2.6.git
1165S: Maintained
1166
1167DSCC4 DRIVER
1168P: Francois Romieu
1169M: romieu@fr.zoreil.com
1170L: netdev@vger.kernel.org
1171S: Maintained
1172
1173DVB SUBSYSTEM AND DRIVERS
1174P: LinuxTV.org Project
1175M: v4l-dvb-maintainer@linuxtv.org
1176L: linux-dvb@linuxtv.org (subscription required)
1177W: http://linuxtv.org/
1178T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
1179S: Maintained
1180
1181EATA-DMA SCSI DRIVER
1182P: Michael Neuffer
1183L: linux-eata@i-connect.net, linux-scsi@vger.kernel.org
1184S: Maintained
1185
1186EATA ISA/EISA/PCI SCSI DRIVER
1187P: Dario Ballabio
1188M: ballabio_dario@emc.com
1189L: linux-scsi@vger.kernel.org
1190S: Maintained
1191
1192EATA-PIO SCSI DRIVER
1193P: Michael Neuffer
1194M: mike@i-Connect.Net
1195L: linux-eata@i-connect.net, linux-scsi@vger.kernel.org
1196S: Maintained
1197
1198EBTABLES
1199P: Bart De Schuymer
1200M: bart.de.schuymer@pandora.be
1201L: ebtables-user@lists.sourceforge.net
1202L: ebtables-devel@lists.sourceforge.net
1203W: http://ebtables.sourceforge.net/
1204S: Maintained
1205
1206ECRYPT FILE SYSTEM
1207P: Mike Halcrow, Phillip Hellewell
1208M: mhalcrow@us.ibm.com, phillip@hellewell.homeip.net
1209L: ecryptfs-devel@lists.sourceforge.net
1210W: http://ecryptfs.sourceforge.net/
1211S: Supported
1212
1213EDAC-CORE
1214P: Doug Thompson
1215M: norsk5@xmission.com
1216L: bluesmoke-devel@lists.sourceforge.net
1217W: bluesmoke.sourceforge.net
1218S: Supported
1219
1220EDAC-E752X
1221P: Mark Gross
1222M: mark.gross@intel.com
1223L: bluesmoke-devel@lists.sourceforge.net
1224W: bluesmoke.sourceforge.net
1225S: Maintained
1226
1227EDAC-E7XXX
1228P: Doug Thompson
1229M: norsk5@xmission.com
1230L: bluesmoke-devel@lists.sourceforge.net
1231W: bluesmoke.sourceforge.net
1232S: Maintained
1233
1234EDAC-R82600
1235P: Tim Small
1236M: tim@buttersideup.com
1237L: bluesmoke-devel@lists.sourceforge.net
1238W: bluesmoke.sourceforge.net
1239S: Maintained
1240
1241EEPRO100 NETWORK DRIVER
1242P: Andrey V. Savochkin
1243M: saw@saw.sw.com.sg
1244S: Maintained
1245
1246EFS FILESYSTEM
1247W: http://aeschi.ch.eu.org/efs/
1248S: Orphan
1249
1250EHCA (IBM GX bus InfiniBand adapter) DRIVER:
1251P: Hoang-Nam Nguyen
1252M: hnguyen@de.ibm.com
1253P: Christoph Raisch
1254M: raisch@de.ibm.com
1255L: openib-general@openib.org
1256S: Supported
1257
1258EMU10K1 SOUND DRIVER
1259P: James Courtier-Dutton
1260M: James@superbug.demon.co.uk
1261L: emu10k1-devel@lists.sourceforge.net
1262W: http://sourceforge.net/projects/emu10k1/
1263S: Maintained
1264
1265EMULEX LPFC FC SCSI DRIVER
1266P: James Smart
1267M: james.smart@emulex.com
1268L: linux-scsi@vger.kernel.org
1269W: http://sourceforge.net/projects/lpfcxxxx
1270S: Supported
1271
1272EPSON 1355 FRAMEBUFFER DRIVER
1273P: Christopher Hoover
1274M: ch@murgatroid.com, ch@hpl.hp.com
1275S: Maintained
1276
1277ETHEREXPRESS-16 NETWORK DRIVER
1278P: Philip Blundell
1279M: philb@gnu.org
1280L: netdev@vger.kernel.org
1281S: Maintained
1282
1283ETHERNET BRIDGE
1284P: Stephen Hemminger
1285M: shemminger@linux-foundation.org
1286L: bridge@osdl.org
1287W: http://bridge.sourceforge.net/
1288S: Maintained
1289
1290ETHERTEAM 16I DRIVER
1291P: Mika Kuoppala
1292M: miku@iki.fi
1293S: Maintained
1294
1295EXT2 FILE SYSTEM
1296L: linux-ext4@vger.kernel.org
1297S: Maintained
1298
1299EXT3 FILE SYSTEM
1300P: Stephen Tweedie, Andrew Morton
1301M: sct@redhat.com, akpm@osdl.org, adilger@clusterfs.com
1302L: linux-ext4@vger.kernel.org
1303S: Maintained
1304
1305EXT4 FILE SYSTEM
1306P: Stephen Tweedie, Andrew Morton
1307M: sct@redhat.com, akpm@osdl.org, adilger@clusterfs.com
1308L: linux-ext4@vger.kernel.org
1309S: Maintained
1310
1311F71805F HARDWARE MONITORING DRIVER
1312P: Jean Delvare
1313M: khali@linux-fr.org
1314L: lm-sensors@lm-sensors.org
1315S: Maintained
1316
1317FARSYNC SYNCHRONOUS DRIVER
1318P: Kevin Curtis
1319M: kevin.curtis@farsite.co.uk
1320W: http://www.farsite.co.uk/
1321S: Supported
1322
1323FRAMEBUFFER LAYER
1324P: Antonino Daplas
1325M: adaplas@pol.net
1326L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
1327W: http://linux-fbdev.sourceforge.net/
1328S: Maintained
1329
1330FREESCALE SOC FS_ENET DRIVER
1331P: Pantelis Antoniou
1332M: pantelis.antoniou@gmail.com
1333P: Vitaly Bordug
1334M: vbordug@ru.mvista.com
1335L: linuxppc-embedded@ozlabs.org
1336L: netdev@vger.kernel.org
1337S: Maintained
1338
1339FILE LOCKING (flock() and fcntl()/lockf())
1340P: Matthew Wilcox
1341M: matthew@wil.cx
1342L: linux-fsdevel@vger.kernel.org
1343S: Maintained
1344
1345FILESYSTEMS (VFS and infrastructure)
1346P: Alexander Viro
1347M: viro@zeniv.linux.org.uk
1348S: Maintained
1349
1350FIRMWARE LOADER (request_firmware)
1351L: linux-kernel@vger.kernel.org
1352S: Orphan
1353
1354FPU EMULATOR
1355P: Bill Metzenthen
1356M: billm@suburbia.net
1357W: http://suburbia.net/~billm/floating-point/emulator/
1358S: Maintained
1359
1360FRAME RELAY DLCI/FRAD (Sangoma drivers too)
1361P: Mike McLagan
1362M: mike.mclagan@linux.org
1363L: netdev@vger.kernel.org
1364S: Maintained
1365
1366FREEVXFS FILESYSTEM
1367P: Christoph Hellwig
1368M: hch@infradead.org
1369W: ftp://ftp.openlinux.org/pub/people/hch/vxfs
1370S: Maintained
1371
1372FUJITSU FR-V PORT
1373P: David Howells
1374M: dhowells@redhat.com
1375S: Maintained
1376
1377FUSE: FILESYSTEM IN USERSPACE
1378P: Miklos Szeredi
1379M: miklos@szeredi.hu
1380L: fuse-devel@lists.sourceforge.net
1381W: http://fuse.sourceforge.net/
1382S: Maintained
1383
1384FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
1385P: Rik Faith
1386M: faith@cs.unc.edu
1387L: linux-scsi@vger.kernel.org
1388S: Odd fixes (e.g., new signatures)
1389
1390GDT SCSI DISK ARRAY CONTROLLER DRIVER
1391P: Achim Leubner
1392M: achim_leubner@adaptec.com
1393L: linux-scsi@vger.kernel.org
1394W: http://www.icp-vortex.com/
1395S: Supported
1396
1397GENERIC HDLC DRIVER, N2, C101, PCI200SYN and WANXL DRIVERS
1398P: Krzysztof Halasa
1399M: khc@pm.waw.pl
1400W: http://www.kernel.org/pub/linux/utils/net/hdlc/
1401S: Maintained
1402
1403GFS2 FILE SYSTEM
1404P: Steven Whitehouse
1405M: swhiteho@redhat.com
1406L: cluster-devel@redhat.com
1407W: http://sources.redhat.com/cluster/
1408T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes.git
1409T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw.git
1410S: Supported
1411
1412GIGASET ISDN DRIVERS
1413P: Hansjoerg Lipp
1414M: hjlipp@web.de
1415P: Tilman Schmidt
1416M: tilman@imap.cc
1417L: gigaset307x-common@lists.sourceforge.net
1418W: http://gigaset307x.sourceforge.net/
1419S: Maintained
1420
1421HARDWARE MONITORING
1422P: Jean Delvare
1423M: khali@linux-fr.org
1424L: lm-sensors@lm-sensors.org
1425W: http://www.lm-sensors.org/
1426T: quilt http://khali.linux-fr.org/devel/linux-2.6/jdelvare-hwmon/
1427S: Maintained
1428
1429HARDWARE RANDOM NUMBER GENERATOR CORE
1430P: Michael Buesch
1431M: mb@bu3sch.de
1432S: Maintained
1433
1434HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
1435P: Robert Love
1436M: rlove@rlove.org
1437M: linux-kernel@vger.kernel.org
1438W: http://www.kernel.org/pub/linux/kernel/people/rml/hdaps/
1439S: Maintained
1440
1441HARMONY SOUND DRIVER
1442P: Kyle McMartin
1443M: kyle@parisc-linux.org
1444W: http://www.parisc-linux.org/~kyle/harmony/
1445L: parisc-linux@lists.parisc-linux.org
1446S: Maintained
1447
1448HAYES ESP SERIAL DRIVER
1449P: Andrew J. Robinson
1450M: arobinso@nyx.net
1451L: linux-kernel@vger.kernel.org
1452W: http://www.nyx.net/~arobinso
1453S: Maintained
1454
1455HFS FILESYSTEM
1456P: Roman Zippel
1457M: zippel@linux-m68k.org
1458L: linux-kernel@vger.kernel.org
1459S: Maintained
1460
1461HGA FRAMEBUFFER DRIVER
1462P: Ferenc Bakonyi
1463M: fero@drama.obuda.kando.hu
1464L: linux-nvidia@lists.surfsouth.com
1465W: http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
1466S: Maintained
1467
1468HID CORE LAYER
1469P: Jiri Kosina
1470M: jkosina@suse.cz
1471L: linux-input@atrey.karlin.mff.cuni.cz
1472S: Maintained
1473
1474HIGH-SPEED SCC DRIVER FOR AX.25
1475P: Klaus Kudielka
1476M: klaus.kudielka@ieee.org
1477L: linux-hams@vger.kernel.org
1478W: http://www.nt.tuwien.ac.at/~kkudielk/Linux/
1479S: Maintained
1480
1481HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
1482P: HighPoint Linux Team
1483M: linux@highpoint-tech.com
1484W: http://www.highpoint-tech.com
1485S: Supported
1486
1487HIPPI
1488P: Jes Sorensen
1489M: jes@trained-monkey.org
1490L: linux-hippi@sunsite.dk
1491S: Maintained
1492
1493HEWLETT-PACKARD FIBRE CHANNEL 64-bit/66MHz PCI non-intelligent HBA
1494P: Chirag Kantharia
1495M: chirag.kantharia@hp.com
1496L: iss_storagedev@hp.com
1497S: Maintained
1498
1499HEWLETT-PACKARD SMART2 RAID DRIVER
1500P: Chirag Kantharia
1501M: chirag.kantharia@hp.com
1502L: iss_storagedev@hp.com
1503S: Maintained
1504
1505HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
1506P: Mike Miller
1507M: mike.miller@hp.com
1508L: iss_storagedev@hp.com
1509S: Supported
1510
1511HOST AP DRIVER
1512P: Jouni Malinen
1513M: jkmaline@cc.hut.fi
1514L: hostap@shmoo.com
1515W: http://hostap.epitest.fi/
1516S: Maintained
1517
1518HP100: Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
1519P: Jaroslav Kysela
1520M: perex@suse.cz
1521S: Maintained
1522
1523HPET: High Precision Event Timers driver (hpet.c)
1524P: Clemens Ladisch
1525M: clemens@ladisch.de
1526S: Maintained
1527
1528HPET: i386
1529P: Venkatesh Pallipadi (Venki)
1530M: venkatesh.pallipadi@intel.com
1531S: Maintained
1532
1533HPET: x86_64
1534P: Andi Kleen and Vojtech Pavlik
1535M: ak@muc.de and vojtech@suse.cz
1536S: Maintained
1537
1538HPET: ACPI hpet.c
1539P: Bob Picco
1540M: bob.picco@hp.com
1541S: Maintained
1542
1543HPFS FILESYSTEM
1544P: Mikulas Patocka
1545M: mikulas@artax.karlin.mff.cuni.cz
1546W: http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
1547S: Maintained
1548
1549HUGETLB FILESYSTEM
1550P: William Irwin
1551M: wli@holomorphy.com
1552S: Maintained
1553
1554I2C SUBSYSTEM
1555P: Jean Delvare
1556M: khali@linux-fr.org
1557L: i2c@lm-sensors.org
1558T: quilt http://khali.linux-fr.org/devel/linux-2.6/jdelvare-i2c/
1559S: Maintained
1560
1561I2O
1562P: Markus Lidel
1563M: markus.lidel@shadowconnect.com
1564W: http://i2o.shadowconnect.com/
1565S: Maintained
1566
1567i386 BOOT CODE
1568P: Riley H. Williams
1569M: Riley@Williams.Name
1570L: Linux-Kernel@vger.kernel.org
1571S: Maintained
1572
1573i386 SETUP CODE / CPU ERRATA WORKAROUNDS
1574P: Dave Jones
1575M: davej@codemonkey.org.uk
1576P: H. Peter Anvin
1577M: hpa@zytor.com
1578S: Maintained
1579
1580i810 TCO TIMER WATCHDOG
1581P: Nils Faerber
1582M: nils@kernelconcepts.de
1583W: http://www.kernelconcepts.de/
1584S: Maintained
1585
1586IA64 (Itanium) PLATFORM
1587P: Tony Luck
1588M: tony.luck@intel.com
1589L: linux-ia64@vger.kernel.org
1590W: http://www.ia64-linux.org/
1591T: git kernel.org:/pub/scm/linux/kernel/git/aegl/linux-2.6.git
1592S: Maintained
1593
1594IBM ACPI EXTRAS DRIVER
1595P: Henrique de Moraes Holschuh
1596M: ibm-acpi@hmh.eng.br
1597L: ibm-acpi-devel@lists.sourceforge.net
1598W: http://ibm-acpi.sourceforge.net
1599W: http://thinkwiki.org/wiki/Ibm-acpi
1600T: git repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
1601S: Maintained
1602
1603SN-IA64 (Itanium) SUB-PLATFORM
1604P: Jes Sorensen
1605M: jes@sgi.com
1606L: linux-altix@sgi.com
1607L: linux-ia64@vger.kernel.org
1608W: http://www.sgi.com/altix
1609S: Maintained
1610
1611IBM MCA SCSI SUBSYSTEM DRIVER
1612P: Michael Lang
1613M: langa2@kph.uni-mainz.de
1614W: http://www.uni-mainz.de/~langm000/linux.html
1615S: Maintained
1616
1617IBM Power Linux RAID adapter
1618P: Brian King
1619M: brking@us.ibm.com
1620S: Supported
1621
1622IBM ServeRAID RAID DRIVER
1623P: Jack Hammer
1624P: Dave Jeffery
1625M: ipslinux@adaptec.com
1626W: http://www.developer.ibm.com/welcome/netfinity/serveraid.html
1627S: Supported
1628
1629IDE SUBSYSTEM
1630P: Bartlomiej Zolnierkiewicz
1631M: bzolnier@gmail.com
1632L: linux-ide@vger.kernel.org
1633T: quilt kernel.org/pub/linux/kernel/people/bart/pata-2.6/
1634S: Maintained
1635
1636IDE/ATAPI CDROM DRIVER
1637P: Alan Cox
1638M: alan@lxorguk.ukuu.org.uk
1639L: linux-ide@vger.kernel.org
1640S: Maintained
1641
1642IDE/ATAPI FLOPPY DRIVERS
1643P: Paul Bristow
1644M: Paul Bristow <paul@paulbristow.net>
1645W: http://paulbristow.net/linux/idefloppy.html
1646L: linux-kernel@vger.kernel.org
1647S: Maintained
1648
1649IDE/ATAPI TAPE DRIVERS
1650P: Gadi Oxman
1651M: Gadi Oxman <gadio@netvision.net.il>
1652L: linux-kernel@vger.kernel.org
1653S: Maintained
1654
1655IEEE 1394 SUBSYSTEM
1656P: Ben Collins
1657M: bcollins@debian.org
1658P: Stefan Richter
1659M: stefanr@s5r6.in-berlin.de
1660L: linux1394-devel@lists.sourceforge.net
1661W: http://www.linux1394.org/
1662T: git kernel.org:/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
1663S: Maintained
1664
1665IEEE 1394 IPV4 DRIVER (eth1394)
1666P: Stefan Richter
1667M: stefanr@s5r6.in-berlin.de
1668L: linux1394-devel@lists.sourceforge.net
1669S: Odd Fixes
1670
1671IEEE 1394 PCILYNX DRIVER
1672P: Jody McIntyre
1673M: scjody@modernduck.com
1674P: Stefan Richter
1675M: stefanr@s5r6.in-berlin.de
1676L: linux1394-devel@lists.sourceforge.net
1677S: Odd Fixes
1678
1679IEEE 1394 RAW I/O DRIVER
1680P: Ben Collins
1681M: bcollins@debian.org
1682P: Dan Dennedy
1683M: dan@dennedy.org
1684L: linux1394-devel@lists.sourceforge.net
1685S: Maintained
1686
1687IMS TWINTURBO FRAMEBUFFER DRIVER
1688P: Paul Mundt
1689M: lethal@chaoticdreams.org
1690L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
1691S: Maintained
1692
1693INFINIBAND SUBSYSTEM
1694P: Roland Dreier
1695M: rolandd@cisco.com
1696P: Sean Hefty
1697M: mshefty@ichips.intel.com
1698P: Hal Rosenstock
1699M: halr@voltaire.com
1700L: openib-general@openib.org
1701W: http://www.openib.org/
1702T: git kernel.org:/pub/scm/linux/kernel/git/roland/infiniband.git
1703S: Supported
1704
1705INPUT (KEYBOARD, MOUSE, JOYSTICK) DRIVERS
1706P: Dmitry Torokhov
1707M: dmitry.torokhov@gmail.com
1708M: dtor@mail.ru
1709L: linux-input@atrey.karlin.mff.cuni.cz
1710L: linux-joystick@atrey.karlin.mff.cuni.cz
1711T: git kernel.org:/pub/scm/linux/kernel/git/dtor/input.git
1712S: Maintained
1713
1714INOTIFY
1715P: John McCutchan
1716M: ttb@tentacle.dhs.org
1717P: Robert Love
1718M: rml@novell.com
1719L: linux-kernel@vger.kernel.org
1720S: Maintained
1721
1722INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
1723P: Sylvain Meyer
1724M: sylvain.meyer@worldonline.fr
1725L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
1726S: Maintained
1727
1728INTEL 810/815 FRAMEBUFFER DRIVER
1729P: Antonino Daplas
1730M: adaplas@pol.net
1731L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
1732S: Maintained
1733
1734INTEL APIC/IOAPIC, LOWLEVEL X86 SMP SUPPORT
1735P: Ingo Molnar
1736M: mingo@redhat.com
1737S: Maintained
1738
1739INTEL I8XX RANDOM NUMBER GENERATOR SUPPORT
1740P: Jeff Garzik
1741M: jgarzik@pobox.com
1742W: http://sourceforge.net/projects/gkernel/
1743S: Maintained
1744
1745INTEL IA32 MICROCODE UPDATE SUPPORT
1746P: Tigran Aivazian
1747M: tigran@aivazian.fsnet.co.uk
1748S: Maintained
1749
1750INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
1751P: Deepak Saxena
1752M: dsaxena@plexity.net
1753S: Maintained
1754
1755INTEL IXP2000 ETHERNET DRIVER
1756P: Lennert Buytenhek
1757M: kernel@wantstofly.org
1758L: netdev@vger.kernel.org
1759S: Maintained
1760
1761INTEL PRO/100 ETHERNET SUPPORT
1762P: John Ronciak
1763M: john.ronciak@intel.com
1764P: Jesse Brandeburg
1765M: jesse.brandeburg@intel.com
1766P: Jeff Kirsher
1767M: jeffrey.t.kirsher@intel.com
1768P: Auke Kok
1769M: auke-jan.h.kok@intel.com
1770W: http://sourceforge.net/projects/e1000/
1771S: Supported
1772
1773INTEL PRO/1000 GIGABIT ETHERNET SUPPORT
1774P: Jeb Cramer
1775M: cramerj@intel.com
1776P: John Ronciak
1777M: john.ronciak@intel.com
1778P: Jesse Brandeburg
1779M: jesse.brandeburg@intel.com
1780P: Jeff Kirsher
1781M: jeffrey.t.kirsher@intel.com
1782P: Auke Kok
1783M: auke-jan.h.kok@intel.com
1784W: http://sourceforge.net/projects/e1000/
1785S: Supported
1786
1787INTEL PRO/10GbE SUPPORT
1788P: Jeff Kirsher
1789M: jeffrey.t.kirsher@intel.com
1790P: Ayyappan Veeraiyan
1791M: ayyappan.veeraiyan@intel.com
1792P: John Ronciak
1793M: john.ronciak@intel.com
1794P: Jesse Brandeburg
1795M: jesse.brandeburg@intel.com
1796P: Auke Kok
1797M: auke-jan.h.kok@intel.com
1798W: http://sourceforge.net/projects/e1000/
1799S: Supported
1800
1801INTEL PRO/WIRELESS 2100 NETWORK CONNECTION SUPPORT
1802P: Yi Zhu
1803M: yi.zhu@intel.com
1804P: James Ketrenos
1805M: jketreno@linux.intel.com
1806L: ipw2100-devel@lists.sourceforge.net
1807L: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
1808W: http://ipw2100.sourceforge.net
1809S: Supported
1810
1811INTEL PRO/WIRELESS 2915ABG NETWORK CONNECTION SUPPORT
1812P: Yi Zhu
1813M: yi.zhu@intel.com
1814P: James Ketrenos
1815M: jketreno@linux.intel.com
1816L: ipw2100-devel@lists.sourceforge.net
1817L: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
1818W: http://ipw2200.sourceforge.net
1819S: Supported
1820
1821IOC3 DRIVER
1822P: Ralf Baechle
1823M: ralf@linux-mips.org
1824L: linux-mips@linux-mips.org
1825S: Maintained
1826
1827IP MASQUERADING:
1828P: Juanjo Ciarlante
1829M: jjciarla@raiz.uncu.edu.ar
1830S: Maintained
1831
1832IPATH DRIVER:
1833P: Bryan O'Sullivan
1834M: support@pathscale.com
1835L: openib-general@openib.org
1836S: Supported
1837
1838IPMI SUBSYSTEM
1839P: Corey Minyard
1840M: minyard@acm.org
1841L: openipmi-developer@lists.sourceforge.net
1842W: http://openipmi.sourceforge.net/
1843S: Supported
1844
1845IPX NETWORK LAYER
1846P: Arnaldo Carvalho de Melo
1847M: acme@conectiva.com.br
1848L: netdev@vger.kernel.org
1849S: Maintained
1850
1851IRDA SUBSYSTEM
1852P: Samuel Ortiz
1853M: samuel@sortiz.org
1854L: irda-users@lists.sourceforge.net (subscribers-only)
1855W: http://irda.sourceforge.net/
1856S: Maintained
1857
1858ISAPNP
1859P: Jaroslav Kysela
1860M: perex@suse.cz
1861S: Maintained
1862
1863ISDN SUBSYSTEM
1864P: Karsten Keil
1865M: kkeil@suse.de
1866P: Kai Germaschewski
1867M: kai.germaschewski@gmx.de
1868L: isdn4linux@listserv.isdn4linux.de
1869W: http://www.isdn4linux.de
1870T: git kernel.org:/pub/scm/linux/kernel/kkeil/isdn-2.6.git
1871S: Maintained
1872
1873ISDN SUBSYSTEM (Eicon active card driver)
1874P: Armin Schindler
1875M: mac@melware.de
1876L: isdn4linux@listserv.isdn4linux.de
1877W: http://www.melware.de
1878S: Maintained
1879
1880JOURNALLING FLASH FILE SYSTEM (JFFS)
1881P: Axis Communications AB
1882M: jffs-dev@axis.com
1883L: jffs-dev@axis.com
1884W: http://www.developer.axis.com/software/jffs/
1885S: Maintained
1886
1887JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
1888P: David Woodhouse
1889M: dwmw2@infradead.org
1890L: jffs-dev@axis.com
1891W: http://sources.redhat.com/jffs2/
1892S: Maintained
1893
1894JFS FILESYSTEM
1895P: Dave Kleikamp
1896M: shaggy@austin.ibm.com
1897L: jfs-discussion@lists.sourceforge.net
1898W: http://jfs.sourceforge.net/
1899T: git kernel.org:/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
1900S: Supported
1901
1902JOURNALLING LAYER FOR BLOCK DEVICES (JBD)
1903P: Stephen Tweedie, Andrew Morton
1904M: sct@redhat.com, akpm@osdl.org
1905L: linux-ext4@vger.kernel.org
1906S: Maintained
1907
1908K8TEMP HARDWARE MONITORING DRIVER
1909P: Rudolf Marek
1910M: r.marek@assembler.cz
1911L: lm-sensors@lm-sensors.org
1912S: Maintained
1913
1914KCONFIG
1915P: Roman Zippel
1916M: zippel@linux-m68k.org
1917L: kbuild-devel@lists.sourceforge.net
1918S: Maintained
1919
1920KDUMP
1921P: Vivek Goyal
1922M: vgoyal@in.ibm.com
1923P: Haren Myneni
1924M: hbabu@us.ibm.com
1925L: fastboot@lists.osdl.org
1926L: linux-kernel@vger.kernel.org
1927W: http://lse.sourceforge.net/kdump/
1928S: Maintained
1929
1930KERNEL AUTOMOUNTER (AUTOFS)
1931P: H. Peter Anvin
1932M: hpa@zytor.com
1933L: autofs@linux.kernel.org
1934S: Odd Fixes
1935
1936KERNEL AUTOMOUNTER v4 (AUTOFS4)
1937P: Ian Kent
1938M: raven@themaw.net
1939L: autofs@linux.kernel.org
1940S: Maintained
1941
1942KERNEL BUILD (kbuild: Makefile, scripts/Makefile.*)
1943P: Kai Germaschewski
1944M: kai@germaschewski.name
1945P: Sam Ravnborg
1946M: sam@ravnborg.org
1947T: git kernel.org:/pub/scm/linux/kernel/git/sam/kbuild.git
1948S: Maintained
1949
1950KERNEL JANITORS
1951P: Several
1952L: kernel-janitors@lists.osdl.org
1953W: http://www.kerneljanitors.org/
1954S: Maintained
1955
1956KERNEL NFSD
1957P: Neil Brown
1958M: neilb@suse.de
1959L: nfs@lists.sourceforge.net
1960W: http://nfs.sourceforge.net/
1961S: Supported
1962
1963KERNEL VIRTUAL MACHINE (KVM)
1964P: Avi Kivity
1965M: avi@qumranet.com
1966L: kvm-devel@lists.sourceforge.net
1967W: kvm.sourceforge.net
1968S: Supported
1969
1970KEXEC
1971P: Eric Biederman
1972M: ebiederm@xmission.com
1973W: http://www.xmission.com/~ebiederm/files/kexec/
1974L: linux-kernel@vger.kernel.org
1975L: fastboot@osdl.org
1976S: Maintained
1977
1978KPROBES
1979P: Prasanna S Panchamukhi
1980M: prasanna@in.ibm.com
1981P: Ananth N Mavinakayanahalli
1982M: ananth@in.ibm.com
1983P: Anil S Keshavamurthy
1984M: anil.s.keshavamurthy@intel.com
1985P: David S. Miller
1986M: davem@davemloft.net
1987L: linux-kernel@vger.kernel.org
1988S: Maintained
1989
1990KS0108 LCD CONTROLLER DRIVER
1991P: Miguel Ojeda Sandonis
1992M: maxextreme@gmail.com
1993L: linux-kernel@vger.kernel.org
1994S: Maintained
1995
1996LAPB module
1997L: linux-x25@vger.kernel.org
1998S: Orphan
1999
2000LASI 53c700 driver for PARISC
2001P: James E.J. Bottomley
2002M: James.Bottomley@HansenPartnership.com
2003L: linux-scsi@vger.kernel.org
2004S: Maintained
2005
2006LED SUBSYSTEM
2007P: Richard Purdie
2008M: rpurdie@rpsys.net
2009S: Maintained
2010
2011LEGO USB Tower driver
2012P: Juergen Stuber
2013M: starblue@users.sourceforge.net
2014L: legousb-devel@lists.sourceforge.net
2015W: http://legousb.sourceforge.net/
2016S: Maintained
2017
2018LINUX FOR IBM pSERIES (RS/6000)
2019P: Paul Mackerras
2020M: paulus@au.ibm.com
2021W: http://www.ibm.com/linux/ltc/projects/ppc
2022S: Supported
2023
2024LINUX FOR NCR VOYAGER
2025P: James Bottomley
2026M: James.Bottomley@HansenPartnership.com
2027W: http://www.hansenpartnership.com/voyager
2028S: Maintained
2029
2030LINUX FOR POWERPC
2031P: Paul Mackerras
2032M: paulus@samba.org
2033W: http://www.penguinppc.org/
2034L: linuxppc-dev@ozlabs.org
2035T: git kernel.org:/pub/scm/linux/kernel/git/paulus/powerpc.git
2036S: Supported
2037
2038LINUX FOR POWER MACINTOSH
2039P: Benjamin Herrenschmidt
2040M: benh@kernel.crashing.org
2041W: http://www.penguinppc.org/
2042L: linuxppc-dev@ozlabs.org
2043S: Maintained
2044
2045LINUX FOR POWERPC EMBEDDED MPC52XX
2046P: Sylvain Munaut
2047M: tnt@246tNt.com
2048W: http://www.246tNt.com/mpc52xx/
2049W: http://www.penguinppc.org/
2050L: linuxppc-dev@ozlabs.org
2051L: linuxppc-embedded@ozlabs.org
2052S: Maintained
2053
2054LINUX FOR POWERPC EMBEDDED PPC4XX
2055P: Matt Porter
2056M: mporter@kernel.crashing.org
2057W: http://www.penguinppc.org/
2058L: linuxppc-embedded@ozlabs.org
2059S: Maintained
2060
2061LINUX FOR POWERPC BOOT CODE
2062P: Tom Rini
2063M: trini@kernel.crashing.org
2064W: http://www.penguinppc.org/
2065L: linuxppc-embedded@ozlabs.org
2066S: Maintained
2067
2068LINUX FOR POWERPC EMBEDDED PPC8XX
2069P: Marcelo Tosatti
2070M: marcelo@kvack.org
2071W: http://www.penguinppc.org/
2072L: linuxppc-embedded@ozlabs.org
2073S: Maintained
2074
2075LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
2076P: Kumar Gala
2077M: galak@kernel.crashing.org
2078W: http://www.penguinppc.org/
2079L: linuxppc-embedded@ozlabs.org
2080S: Maintained
2081
2082LINUX FOR POWERPC PA SEMI PWRFICIENT
2083P: Olof Johansson
2084M: olof@lixom.net
2085W: http://www.pasemi.com/
2086L: linuxppc-dev@ozlabs.org
2087S: Supported
2088
2089LLC (802.2)
2090P: Arnaldo Carvalho de Melo
2091M: acme@conectiva.com.br
2092S: Maintained
2093
2094LINUX FOR 64BIT POWERPC
2095P: Paul Mackerras
2096M: paulus@samba.org
2097M: paulus@au.ibm.com
2098P: Anton Blanchard
2099M: anton@samba.org
2100M: anton@au.ibm.com
2101W: http://www.penguinppc.org/ppc64/
2102L: linuxppc-dev@ozlabs.org
2103S: Supported
2104
2105LINUX SECURITY MODULE (LSM) FRAMEWORK
2106P: Chris Wright
2107M: chrisw@sous-sol.org
2108L: linux-security-module@vger.kernel.org
2109W: http://lsm.immunix.org
2110T: git kernel.org:/pub/scm/linux/kernel/git/chrisw/lsm-2.6.git
2111S: Supported
2112
2113LM83 HARDWARE MONITOR DRIVER
2114P: Jean Delvare
2115M: khali@linux-fr.org
2116L: lm-sensors@lm-sensors.org
2117S: Maintained
2118
2119LM90 HARDWARE MONITOR DRIVER
2120P: Jean Delvare
2121M: khali@linux-fr.org
2122L: lm-sensors@lm-sensors.org
2123S: Maintained
2124
2125LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP Dynamic Disks)
2126P: Richard Russon (FlatCap)
2127M: ldm@flatcap.org
2128L: ldm-devel@lists.sourceforge.net
2129W: http://ldm.sourceforge.net
2130S: Maintained
2131
2132LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
2133P: Eric Moore
2134M: Eric.Moore@lsi.com
2135M: support@lsi.com
2136L: mpt_linux_developer@lsi.com
2137L: linux-scsi@vger.kernel.org
2138W: http://www.lsilogic.com/support
2139S: Supported
2140
2141LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
2142P: Matthew Wilcox
2143M: matthew@wil.cx
2144L: linux-scsi@vger.kernel.org
2145S: Maintained
2146
2147M68K ARCHITECTURE
2148P: Geert Uytterhoeven
2149M: geert@linux-m68k.org
2150P: Roman Zippel
2151M: zippel@linux-m68k.org
2152L: linux-m68k@lists.linux-m68k.org
2153W: http://www.linux-m68k.org/
2154W: http://linux-m68k-cvs.ubb.ca/
2155S: Maintained
2156
2157M68K ON APPLE MACINTOSH
2158P: Joshua Thompson
2159M: funaho@jurai.org
2160W: http://www.mac.linux-m68k.org/
2161L: linux-mac68k@mac.linux-m68k.org
2162S: Maintained
2163
2164M68K ON HP9000/300
2165P: Philip Blundell
2166M: philb@gnu.org
2167W: http://www.tazenda.demon.co.uk/phil/linux-hp
2168S: Maintained
2169
2170MARVELL YUKON / SYSKONNECT DRIVER
2171P: Mirko Lindner
2172M: mlindner@syskonnect.de
2173P: Ralph Roesler
2174M: rroesler@syskonnect.de
2175W: http://www.syskonnect.com
2176S: Supported
2177
2178MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
2179P: Michael Kerrisk
2180M: mtk-manpages@gmx.net
2181W: ftp://ftp.kernel.org/pub/linux/docs/manpages
2182S: Maintained
2183
2184MARVELL MV643XX ETHERNET DRIVER
2185P: Dale Farnsworth
2186M: dale@farnsworth.org
2187P: Manish Lachwani
2188M: mlachwani@mvista.com
2189L: netdev@vger.kernel.org
2190S: Odd Fixes for 2.4; Maintained for 2.6.
2191
2192MATROX FRAMEBUFFER DRIVER
2193P: Petr Vandrovec
2194M: vandrove@vc.cvut.cz
2195L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
2196S: Maintained
2197
2198MEGARAID SCSI DRIVERS
2199P: Neela Syam Kolli
2200M: Neela.Kolli@engenio.com
2201S: linux-scsi@vger.kernel.org
2202W: http://megaraid.lsilogic.com
2203S: Maintained
2204
2205MEMORY MANAGEMENT
2206L: linux-mm@kvack.org
2207L: linux-kernel@vger.kernel.org
2208W: http://www.linux-mm.org
2209S: Maintained
2210
2211MEMORY TECHNOLOGY DEVICES (MTD)
2212P: David Woodhouse
2213M: dwmw2@infradead.org
2214W: http://www.linux-mtd.infradead.org/
2215L: linux-mtd@lists.infradead.org
2216T: git git://git.infradead.org/mtd-2.6.git
2217S: Maintained
2218
2219MICROTEK X6 SCANNER
2220P: Oliver Neukum
2221M: oliver@neukum.name
2222S: Maintained
2223
2224MIPS
2225P: Ralf Baechle
2226M: ralf@linux-mips.org
2227W: http://www.linux-mips.org/
2228L: linux-mips@linux-mips.org
2229T: git www.linux-mips.org:/pub/scm/linux.git
2230S: Supported
2231
2232MISCELLANEOUS MCA-SUPPORT
2233P: James Bottomley
2234M: jejb@steeleye.com
2235L: linux-kernel@vger.kernel.org
2236S: Maintained
2237
2238MODULE SUPPORT
2239P: Rusty Russell
2240M: rusty@rustcorp.com.au
2241L: linux-kernel@vger.kernel.org
2242S: Maintained
2243
2244MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
2245P: Stelian Pop
2246M: stelian@popies.net
2247W: http://popies.net/meye/
2248S: Maintained
2249
2250MOUSE AND MISC DEVICES [GENERAL]
2251P: Alessandro Rubini
2252M: rubini@ipvvis.unipv.it
2253L: linux-kernel@vger.kernel.org
2254S: Maintained
2255
2256MOXA SMARTIO/INDUSTIO SERIAL CARD (MXSER 2.0)
2257P: Jiri Slaby
2258M: jirislaby@gmail.com
2259L: linux-kernel@vger.kernel.org
2260S: Maintained
2261
2262MSI LAPTOP SUPPORT
2263P: Lennart Poettering
2264M: mzxreary@0pointer.de
2265L: https://tango.0pointer.de/mailman/listinfo/s270-linux
2266W: http://0pointer.de/lennart/tchibo.html
2267S: Maintained
2268
2269MTRR AND SIMILAR SUPPORT [i386]
2270P: Richard Gooch
2271M: rgooch@atnf.csiro.au
2272L: linux-kernel@vger.kernel.org
2273W: http://www.atnf.csiro.au/~rgooch/linux/kernel-patches.html
2274S: Maintained
2275
2276MULTIMEDIA CARD (MMC) AND SECURE DIGITAL (SD) SUBSYSTEM
2277P: Pierre Ossman
2278M: drzeus-mmc@drzeus.cx
2279L: linux-kernel@vger.kernel.org
2280S: Maintained
2281
2282MULTISOUND SOUND DRIVER
2283P: Andrew Veliath
2284M: andrewtv@usa.net
2285S: Maintained
2286
2287MULTITECH MULTIPORT CARD (ISICOM)
2288P: Jiri Slaby
2289M: jirislaby@gmail.com
2290L: linux-kernel@vger.kernel.org
2291S: Maintained
2292
2293NATSEMI ETHERNET DRIVER (DP8381x)
2294P: Tim Hockin
2295M: thockin@hockin.org
2296S: Maintained
2297
2298NCP FILESYSTEM
2299P: Petr Vandrovec
2300M: vandrove@vc.cvut.cz
2301L: linware@sh.cvut.cz
2302S: Maintained
2303
2304NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
2305P: James E.J. Bottomley
2306M: James.Bottomley@HansenPartnership.com
2307L: linux-scsi@vger.kernel.org
2308S: Maintained
2309
2310NETEM NETWORK EMULATOR
2311P: Stephen Hemminger
2312M: shemminger@linux-foundation.org
2313L: netem@osdl.org
2314S: Maintained
2315
2316NETFILTER/IPTABLES/IPCHAINS
2317P: Rusty Russell
2318P: Marc Boucher
2319P: James Morris
2320P: Harald Welte
2321P: Jozsef Kadlecsik
2322P: Patrick McHardy
2323M: kaber@trash.net
2324L: netfilter-devel@lists.netfilter.org
2325L: netfilter@lists.netfilter.org (subscribers-only)
2326L: coreteam@netfilter.org
2327W: http://www.netfilter.org/
2328W: http://www.iptables.org/
2329S: Supported
2330
2331NETLABEL
2332P: Paul Moore
2333M: paul.moore@hp.com
2334W: http://netlabel.sf.net
2335L: netdev@vger.kernel.org
2336S: Supported
2337
2338NETROM NETWORK LAYER
2339P: Ralf Baechle
2340M: ralf@linux-mips.org
2341L: linux-hams@vger.kernel.org
2342W: http://www.linux-ax25.org/
2343S: Maintained
2344
2345NETWORK BLOCK DEVICE (NBD)
2346P: Paul Clements
2347M: Paul.Clements@steeleye.com
2348S: Maintained
2349
2350NETWORK DEVICE DRIVERS
2351P: Andrew Morton
2352M: akpm@osdl.org
2353P: Jeff Garzik
2354M: jgarzik@pobox.com
2355L: netdev@vger.kernel.org
2356T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6.git
2357S: Maintained
2358
2359NETWORKING [GENERAL]
2360P: Networking Team
2361M: netdev@vger.kernel.org
2362L: netdev@vger.kernel.org
2363W: http://linux-net.osdl.org/
2364S: Maintained
2365
2366NETWORKING [IPv4/IPv6]
2367P: David S. Miller
2368M: davem@davemloft.net
2369P: Alexey Kuznetsov
2370M: kuznet@ms2.inr.ac.ru
2371P: Pekka Savola (ipv6)
2372M: pekkas@netcore.fi
2373P: James Morris
2374M: jmorris@namei.org
2375P: Hideaki YOSHIFUJI
2376M: yoshfuji@linux-ipv6.org
2377P: Patrick McHardy
2378M: kaber@coreworks.de
2379L: netdev@vger.kernel.org
2380T: git kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6.git
2381S: Maintained
2382
2383NETWORKING [WIRELESS]
2384P: John W. Linville
2385M: linville@tuxdriver.com
2386L: linux-wireless@vger.kernel.org
2387T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
2388S: Maintained
2389
2390NETXEN (1/10) GbE SUPPORT
2391P: Amit S. Kale
2392M: amitkale@netxen.com
2393L: netdev@vger.kernel.org
2394W: http://www.netxen.com
2395S: Supported
2396
2397IPVS
2398P: Wensong Zhang
2399M: wensong@linux-vs.org
2400P: Simon Horman
2401M: horms@verge.net.au
2402P: Julian Anastasov
2403M: ja@ssi.bg
2404L: netdev@vger.kernel.org
2405S: Maintained
2406
2407NFS CLIENT
2408P: Trond Myklebust
2409M: trond.myklebust@fys.uio.no
2410L: linux-kernel@vger.kernel.org
2411S: Maintained
2412
2413NI5010 NETWORK DRIVER
2414P: Jan-Pascal van Best
2415M: janpascal@vanbest.org
2416P: Andreas Mohr
2417M: andi@lisas.de
2418L: netdev@vger.kernel.org
2419S: Maintained
2420
2421NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
2422P: YOKOTA Hiroshi
2423M: yokota@netlab.is.tsukuba.ac.jp
2424W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
2425S: Maintained
2426
2427NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
2428P: GOTO Masanori
2429M: gotom@debian.or.jp
2430P: YOKOTA Hiroshi
2431M: yokota@netlab.is.tsukuba.ac.jp
2432W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
2433S: Maintained
2434
2435NON-IDE/NON-SCSI CDROM DRIVERS [GENERAL] (come on, crew - mark your responsibility)
2436P: Eberhard Moenkeberg
2437M: emoenke@gwdg.de
2438L: linux-kernel@vger.kernel.org
2439S: Maintained
2440
2441NTFS FILESYSTEM
2442P: Anton Altaparmakov
2443M: aia21@cantab.net
2444L: linux-ntfs-dev@lists.sourceforge.net
2445L: linux-kernel@vger.kernel.org
2446W: http://linux-ntfs.sf.net/
2447T: git kernel.org:/pub/scm/linux/kernel/git/aia21/ntfs-2.6.git
2448S: Maintained
2449
2450NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
2451P: Antonino Daplas
2452M: adaplas@pol.net
2453L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
2454S: Maintained
2455
2456OPENCORES I2C BUS DRIVER
2457P: Peter Korsgaard
2458M: jacmet@sunsite.dk
2459L: i2c@lm-sensors.org
2460S: Maintained
2461
2462ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
2463P: Mark Fasheh
2464M: mark.fasheh@oracle.com
2465P: Kurt Hackel
2466M: kurt.hackel@oracle.com
2467L: ocfs2-devel@oss.oracle.com
2468W: http://oss.oracle.com/projects/ocfs2/
2469S: Supported
2470
2471OLYMPIC NETWORK DRIVER
2472P: Peter De Shrijver
2473M: p2@ace.ulyssis.student.kuleuven.ac.be
2474P: Mike Phillips
2475M: mikep@linuxtr.net
2476L: netdev@vger.kernel.org
2477L: linux-tr@linuxtr.net
2478W: http://www.linuxtr.net
2479S: Maintained
2480
2481OMNIKEY CARDMAN 4000 DRIVER
2482P: Harald Welte
2483M: laforge@gnumonks.org
2484S: Maintained
2485
2486OMNIKEY CARDMAN 4040 DRIVER
2487P: Harald Welte
2488M: laforge@gnumonks.org
2489S: Maintained
2490
2491ONSTREAM SCSI TAPE DRIVER
2492P: Willem Riede
2493M: osst@riede.org
2494L: osst-users@lists.sourceforge.net
2495L: linux-scsi@vger.kernel.org
2496S: Maintained
2497
2498OPL3-SA2, SA3, and SAx DRIVER
2499P: Zwane Mwaikambo
2500M: zwane@arm.linux.org.uk
2501L: linux-sound@vger.kernel.org
2502S: Maintained
2503
2504OPROFILE
2505P: Philippe Elie
2506M: phil.el@wanadoo.fr
2507L: oprofile-list@lists.sf.net
2508S: Maintained
2509
2510ORINOCO DRIVER
2511P: Pavel Roskin
2512M: proski@gnu.org
2513P: David Gibson
2514M: hermes@gibson.dropbear.id.au
2515L: orinoco-users@lists.sourceforge.net
2516L: orinoco-devel@lists.sourceforge.net
2517W: http://www.nongnu.org/orinoco/
2518S: Maintained
2519
2520PA SEMI ETHERNET DRIVER
2521P: Olof Johansson
2522M: olof@lixom.net
2523L: netdev@vger.kernel.org
2524S: Maintained
2525
2526PARALLEL PORT SUPPORT
2527P: Phil Blundell
2528M: philb@gnu.org
2529P: Tim Waugh
2530M: tim@cyberelk.net
2531P: David Campbell
2532P: Andrea Arcangeli
2533M: andrea@suse.de
2534L: linux-parport@lists.infradead.org
2535W: http://people.redhat.com/twaugh/parport/
2536S: Maintained
2537
2538PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
2539P: Tim Waugh
2540M: tim@cyberelk.net
2541L: linux-parport@lists.infradead.org
2542W: http://www.torque.net/linux-pp.html
2543S: Maintained
2544
2545PARISC ARCHITECTURE
2546P: Matthew Wilcox
2547M: matthew@wil.cx
2548P: Grant Grundler
2549M: grundler@parisc-linux.org
2550P: Kyle McMartin
2551M: kyle@parisc-linux.org
2552L: parisc-linux@parisc-linux.org
2553W: http://www.parisc-linux.org/
2554T: git kernel.org:/pub/scm/linux/kernel/git/kyle/parisc-2.6.git
2555T: cvs cvs.parisc-linux.org:/var/cvs/linux-2.6
2556S: Maintained
2557
2558PC87360 HARDWARE MONITORING DRIVER
2559P: Jim Cromie
2560M: jim.cromie@gmail.com
2561L: lm-sensors@lm-sensors.org
2562S: Maintained
2563
2564PC8736x GPIO DRIVER
2565P: Jim Cromie
2566M: jim.cromie@gmail.com
2567S: Maintained
2568
2569PCI ERROR RECOVERY
2570P: Linas Vepstas
2571M: linas@austin.ibm.com
2572L: linux-kernel@vger.kernel.org
2573L: linux-pci@atrey.karlin.mff.cuni.cz
2574S: Supported
2575
2576PCI SOUND DRIVERS (ES1370, ES1371 and SONICVIBES)
2577P: Thomas Sailer
2578M: sailer@ife.ee.ethz.ch
2579L: linux-sound@vger.kernel.org
2580W: http://www.ife.ee.ethz.ch/~sailer/linux/pciaudio.html
2581S: Maintained
2582
2583PCI SUBSYSTEM
2584P: Greg Kroah-Hartman
2585M: gregkh@suse.de
2586L: linux-kernel@vger.kernel.org
2587L: linux-pci@atrey.karlin.mff.cuni.cz
2588T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
2589S: Supported
2590
2591PCI HOTPLUG CORE
2592P: Kristen Carlson Accardi
2593M: kristen.c.accardi@intel.com
2594S: Supported
2595
2596PCI HOTPLUG COMPAQ DRIVER
2597P: Greg Kroah-Hartman
2598M: greg@kroah.com
2599S: Maintained
2600
2601PCIE HOTPLUG DRIVER
2602P: Kristen Carlson Accardi
2603M: kristen.c.accardi@intel.com
2604L: pcihpd-discuss@lists.sourceforge.net
2605S: Supported
2606
2607PCMCIA SUBSYSTEM
2608P: Linux PCMCIA Team
2609L: linux-pcmcia@lists.infradead.org
2610L: http://lists.infradead.org/mailman/listinfo/linux-pcmcia
2611T: git kernel.org:/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
2612S: Maintained
2613
2614PCNET32 NETWORK DRIVER