]> Git Repo - linux.git/blame_incremental - MAINTAINERS
powerpc: Fix modular build of ide-pmac when mediabay is built in
[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.
34
35 PLEASE check your patch with the automated style checker
36 (scripts/checkpatch.pl) to catch trival style violations.
37 See Documentation/CodingStyle for guidance here.
38
39 PLEASE try to include any credit lines you want added with the
40 patch. It avoids people being missed off by mistake and makes
41 it easier to know who wants adding and who doesn't.
42
43 PLEASE document known bugs. If it doesn't work for everything
44 or does something very odd once a month document it.
45
46 PLEASE remember that submissions must be made under the terms
47 of the OSDL certificate of contribution and should include a
48 Signed-off-by: line. The current version of this "Developer's
49 Certificate of Origin" (DCO) is listed in the file
50 Documentation/SubmittingPatches.
51
526. Make sure you have the right to send any changes you make. If you
53 do changes at work you may find your employer owns the patch
54 not you.
55
567. When sending security related changes or reports to a maintainer
57 please Cc: [email protected], especially if the maintainer
58 does not respond.
59
608. Happy hacking.
61
62 -----------------------------------
63
64Maintainers List (try to look for most precise areas first)
65
66Note: For the hard of thinking, this list is meant to remain in alphabetical
67order. If you could add yourselves to it in alphabetical order that would be
68so much easier [Ed]
69
70P: Person
71M: Mail patches to
72L: Mailing list that is relevant to this area
73W: Web-page with status/info
74T: SCM tree type and location. Type is one of: git, hg, quilt.
75S: Status, one of the following:
76
77 Supported: Someone is actually paid to look after this.
78 Maintained: Someone actually looks after it.
79 Odd Fixes: It has a maintainer but they don't have time to do
80 much other than throw the odd patch in. See below..
81 Orphan: No current maintainer [but maybe you could take the
82 role as you write your new code].
83 Obsolete: Old code. Something tagged obsolete generally means
84 it has been replaced by a better system and you
85 should be using that.
86
87F: Files and directories with wildcard patterns.
88 A trailing slash includes all files and subdirectory files.
89 F: drivers/net/ all files in and below drivers/net
90 F: drivers/net/* all files in drivers/net, but not below
91 F: */net/* all files in "any top level directory"/net
92 One pattern per line. Multiple F: lines acceptable.
93X: Files and directories that are NOT maintained, same rules as F:
94 Files exclusions are tested before file matches.
95 Can be useful for excluding a specific subdirectory, for instance:
96 F: net/
97 X: net/ipv6/
98 matches all files in and below net excluding net/ipv6/
99
1003C505 NETWORK DRIVER
101P: Philip Blundell
102M: [email protected]
103L: [email protected]
104S: Maintained
105F: drivers/net/3c505*
106
1073C59X NETWORK DRIVER
108P: Steffen Klassert
109M: [email protected]
110L: [email protected]
111S: Maintained
112F: Documentation/networking/vortex.txt
113F: drivers/net/3c59x.c
114
1153CR990 NETWORK DRIVER
116P: David Dillow
117M: [email protected]
118L: [email protected]
119S: Maintained
120F: drivers/net/typhoon*
121
1223W-9XXX SATA-RAID CONTROLLER DRIVER
123P: Adam Radford
124M: [email protected]
125L: [email protected]
126W: http://www.amcc.com
127S: Supported
128F: drivers/scsi/3w-9xxx*
129
1303W-XXXX ATA-RAID CONTROLLER DRIVER
131P: Adam Radford
132M: [email protected]
133L: [email protected]
134W: http://www.amcc.com
135S: Supported
136F: drivers/scsi/3w-xxxx*
137
13853C700 AND 53C700-66 SCSI DRIVER
139P: James E.J. Bottomley
140M: [email protected]
141L: [email protected]
142S: Maintained
143F: drivers/scsi/53c700*
144
1456PACK NETWORK DRIVER FOR AX.25
146P: Andreas Koensgen
147M: [email protected]
148L: [email protected]
149S: Maintained
150F: drivers/net/hamradio/6pack.c
151
1528169 10/100/1000 GIGABIT ETHERNET DRIVER
153P: Francois Romieu
154M: [email protected]
155L: [email protected]
156S: Maintained
157F: drivers/net/r8169.c
158
1598250/16?50 (AND CLONE UARTS) SERIAL DRIVER
160L: [email protected]
161W: http://serial.sourceforge.net
162S: Orphan
163F: drivers/serial/8250*
164F: include/linux/serial_8250.h
165
1668390 NETWORK DRIVERS [WD80x3/SMC-ELITE, SMC-ULTRA, NE2000, 3C503, etc.]
167P: Paul Gortmaker
168M: [email protected]
169L: [email protected]
170S: Maintained
171F: drivers/net/*8390*
172F: drivers/net/ax88796.c
173
1749P FILE SYSTEM
175P: Eric Van Hensbergen
176M: [email protected]
177P: Ron Minnich
178M: [email protected]
179P: Latchesar Ionkov
180M: [email protected]
181L: [email protected]
182W: http://swik.net/v9fs
183T: git git://git.kernel.org/pub/scm/linux/kernel/ericvh/v9fs.git
184S: Maintained
185F: Documentation/filesystems/9p.txt
186F: fs/9p/
187
188A2232 SERIAL BOARD DRIVER
189P: Enver Haase
190M: [email protected]
191L: [email protected]
192S: Maintained
193F: drivers/char/ser_a2232*
194
195AACRAID SCSI RAID DRIVER
196P: Adaptec OEM Raid Solutions
197M: [email protected]
198L: [email protected]
199W: http://www.adaptec.com/
200S: Supported
201F: Documentation/scsi/aacraid.txt
202F: drivers/scsi/aacraid/
203
204ABIT UGURU 1,2 HARDWARE MONITOR DRIVER
205P: Hans de Goede
206M: [email protected]
207L: [email protected]
208S: Maintained
209F: drivers/hwmon/abituguru.c
210
211ABIT UGURU 3 HARDWARE MONITOR DRIVER
212P: Alistair John Strachan
213M: [email protected]
214L: [email protected]
215S: Maintained
216F: drivers/hwmon/abituguru3.c
217
218ACENIC DRIVER
219P: Jes Sorensen
220M: [email protected]
221L: [email protected]
222S: Maintained
223F: drivers/net/acenic*
224
225ACER WMI LAPTOP EXTRAS
226P: Carlos Corbacho
227M: [email protected]
228L: [email protected] (subscribers-only)
229W: http://code.google.com/p/aceracpi
230S: Maintained
231F: drivers/platform/x86/acer-wmi.c
232
233ACPI
234P: Len Brown
235M: [email protected]
236L: [email protected]
237W: http://www.lesswatts.org/projects/acpi/
238T: git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6.git
239S: Supported
240F: drivers/acpi/
241F: drivers/pnp/pnpacpi/
242F: include/linux/acpi.h
243
244ACPI BATTERY DRIVERS
245P: Alexey Starikovskiy
246M: [email protected]
247L: [email protected]
248W: http://www.lesswatts.org/projects/acpi/
249S: Supported
250F: drivers/acpi/battery.c
251F: drivers/acpi/*sbs*
252
253ACPI EC DRIVER
254P: Alexey Starikovskiy
255M: [email protected]
256L: [email protected]
257W: http://www.lesswatts.org/projects/acpi/
258S: Supported
259F: drivers/acpi/ec.c
260
261ACPI FAN DRIVER
262P: Zhang Rui
263M: [email protected]
264L: [email protected]
265W: http://www.lesswatts.org/projects/acpi/
266S: Supported
267F: drivers/acpi/fan.c
268
269ACPI PCI HOTPLUG DRIVER
270P: Kristen Carlson Accardi
271M: [email protected]
272L: [email protected]
273S: Supported
274F: drivers/pci/hotplug/acpi*
275
276ACPI THERMAL DRIVER
277P: Zhang Rui
278M: [email protected]
279L: [email protected]
280W: http://www.lesswatts.org/projects/acpi/
281S: Supported
282F: drivers/acpi/*thermal*
283
284ACPI VIDEO DRIVER
285P: Zhang Rui
286M: [email protected]
287L: [email protected]
288W: http://www.lesswatts.org/projects/acpi/
289S: Supported
290F: drivers/acpi/video.c
291
292ACPI WMI DRIVER
293P: Carlos Corbacho
294M: [email protected]
295L: [email protected]
296W: http://www.lesswatts.org/projects/acpi/
297S: Maintained
298F: drivers/platform/x86/wmi.c
299
300AD1889 ALSA SOUND DRIVER
301P: Kyle McMartin
302M: [email protected]
303P: Thibaut Varene
304M: [email protected]
305W: http://wiki.parisc-linux.org/AD1889
306L: [email protected]
307S: Maintained
308F: sound/pci/ad1889.*
309
310ADM1025 HARDWARE MONITOR DRIVER
311P: Jean Delvare
312M: [email protected]
313L: [email protected]
314S: Maintained
315F: Documentation/hwmon/adm1025
316F: drivers/hwmon/adm1025.c
317
318ADM1029 HARDWARE MONITOR DRIVER
319P: Corentin Labbe
320M: [email protected]
321L: [email protected]
322S: Maintained
323F: drivers/hwmon/adm1029.c
324
325ADM8211 WIRELESS DRIVER
326P: Michael Wu
327M: [email protected]
328L: [email protected]
329W: http://linuxwireless.org/
330T: git git://git.kernel.org/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
331S: Maintained
332F: drivers/net/wireless/adm8211.*
333
334ADT746X FAN DRIVER
335P: Colin Leroy
336M: [email protected]
337S: Maintained
338F: drivers/macintosh/therm_adt746x.c
339
340ADVANSYS SCSI DRIVER
341P: Matthew Wilcox
342M: [email protected]
343L: [email protected]
344S: Maintained
345F: Documentation/scsi/advansys.txt
346F: drivers/scsi/advansys.c
347
348AEDSP16 DRIVER
349P: Riccardo Facchetti
350M: [email protected]
351S: Maintained
352F: sound/oss/aedsp16.c
353
354AFFS FILE SYSTEM
355P: Roman Zippel
356M: [email protected]
357S: Maintained
358F: Documentation/filesystems/affs.txt
359F: fs/affs/
360
361AFS FILESYSTEM & AF_RXRPC SOCKET DOMAIN
362P: David Howells
363M: [email protected]
364L: [email protected]
365S: Supported
366F: fs/afs/
367F: include/net/af_rxrpc.h
368F: net/rxrpc/af_rxrpc.c
369
370AGPGART DRIVER
371P: David Airlie
372M: [email protected]
373T: git git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6.git
374S: Maintained
375F: drivers/char/agp/
376F: include/linux/agp*
377
378AHA152X SCSI DRIVER
379P: Juergen E. Fischer
380M: [email protected]
381L: [email protected]
382S: Maintained
383F: drivers/scsi/aha152x*
384F: drivers/scsi/pcmcia/aha152x*
385
386AIC7XXX / AIC79XX SCSI DRIVER
387P: Hannes Reinecke
388M: [email protected]
389L: [email protected]
390S: Maintained
391F: drivers/scsi/aic7xxx/
392F: drivers/scsi/aic7xxx_old/
393
394AIO
395P: Benjamin LaHaise
396M: [email protected]
397L: [email protected]
398S: Supported
399F: fs/aio.c
400F: include/linux/*aio*.h
401
402ALCATEL SPEEDTOUCH USB DRIVER
403P: Duncan Sands
404M: [email protected]
405L: [email protected]
406W: http://www.linux-usb.org/SpeedTouch/
407S: Maintained
408F: drivers/usb/atm/speedtch.c
409F: drivers/usb/atm/usbatm.c
410
411ALCHEMY AU1XX0 MMC DRIVER
412P: Manuel Lauss
413M: [email protected]
414S: Maintained
415F: drivers/mmc/host/au1xmmc.c
416
417ALI1563 I2C DRIVER
418P: Rudolf Marek
419M: [email protected]
420L: [email protected]
421S: Maintained
422F: Documentation/i2c/busses/i2c-ali1563
423F: drivers/i2c/busses/i2c-ali1563.c
424
425ALPHA PORT
426P: Richard Henderson
427M: [email protected]
428S: Odd Fixes for 2.4; Maintained for 2.6.
429P: Ivan Kokshaysky
430M: [email protected]
431S: Maintained for 2.4; PCI support for 2.6.
432L: [email protected]
433F: arch/alpha/
434
435AMD GEODE CS5536 USB DEVICE CONTROLLER DRIVER
436P: Thomas Dahlmann
437M: [email protected]
438L: [email protected] (moderated for non-subscribers)
439S: Supported
440F: drivers/usb/gadget/amd5536udc.*
441
442AMD GEODE PROCESSOR/CHIPSET SUPPORT
443P: Jordan Crouse
444L: [email protected] (moderated for non-subscribers)
445W: http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html
446S: Supported
447F: arch/x86/kernel/geode_32.c
448F: drivers/char/hw_random/geode-rng.c
449F: drivers/crypto/geode*
450F: drivers/video/geode/
451F: arch/x86/include/asm/geode.h
452
453AMD IOMMU (AMD-VI)
454P: Joerg Roedel
455M: [email protected]
456L: [email protected]
457T: git git://git.kernel.org/pub/scm/linux/kernel/git/joro/linux-2.6-iommu.git
458S: Supported
459F: arch/x86/kernel/amd_iommu*.c
460F: arch/x86/include/asm/amd_iommu*.h
461
462AMD MICROCODE UPDATE SUPPORT
463P: Andreas Herrmann
464M: [email protected]
465L: [email protected]
466S: Supported
467F: arch/x86/kernel/microcode_amd.c
468
469AMS (Apple Motion Sensor) DRIVER
470P: Stelian Pop
471M: [email protected]
472P: Michael Hanselmann
473M: [email protected]
474S: Supported
475F: drivers/hwmon/ams/
476
477AMSO1100 RNIC DRIVER
478P: Tom Tucker
479M: [email protected]
480P: Steve Wise
481M: [email protected]
482L: [email protected]
483S: Maintained
484F: drivers/infiniband/hw/amso1100/
485
486AOA (Apple Onboard Audio) ALSA DRIVER
487P: Johannes Berg
488M: [email protected]
489L: [email protected]
490L: [email protected] (subscribers-only)
491S: Maintained
492F: sound/aoa/
493
494APM DRIVER
495P: Stephen Rothwell
496M: [email protected]
497L: [email protected]
498W: http://www.canb.auug.org.au/~sfr/
499S: Supported
500F: arch/x86/kernel/apm_32.c
501F: include/linux/apm_bios.h
502
503APPLE BCM5974 MULTITOUCH DRIVER
504P: Henrik Rydberg
505M: [email protected]
506L: [email protected]
507S: Maintained
508F: drivers/input/mouse/bcm5974.c
509
510APPLE SMC DRIVER
511P: Nicolas Boichat
512M: [email protected]
513L: [email protected]
514S: Maintained
515F: drivers/hwmon/applesmc.c
516
517APPLETALK NETWORK LAYER
518P: Arnaldo Carvalho de Melo
519M: [email protected]
520S: Maintained
521F: drivers/net/appletalk/
522F: net/appletalk/
523
524APPLETOUCH TOUCHPAD DRIVER
525P: Johannes Berg
526M: [email protected]
527L: [email protected]
528S: Maintained
529F: Documentation/input/appletouch.txt
530F: drivers/input/mouse/appletouch.c
531
532ARC FRAMEBUFFER DRIVER
533P: Jaya Kumar
534M: [email protected]
535S: Maintained
536F: drivers/video/arcfb.c
537F: drivers/video/fb_defio.c
538
539ARM MFM AND FLOPPY DRIVERS
540P: Ian Molton
541M: [email protected]
542S: Maintained
543F: arch/arm/lib/floppydma.S
544F: arch/arm/include/asm/floppy.h
545
546ARM PRIMECELL MMCI PL180/1 DRIVER
547S: Orphan
548F: drivers/mmc/host/mmci.*
549
550ARM/ADI ROADRUNNER MACHINE SUPPORT
551P: Lennert Buytenhek
552M: [email protected]
553L: [email protected] (subscribers-only)
554S: Maintained
555F: arch/arm/mach-ixp23xx/
556F: arch/arm/mach-ixp23xx/include/mach/
557
558ARM/ADS SPHERE MACHINE SUPPORT
559P: Lennert Buytenhek
560M: [email protected]
561L: [email protected] (subscribers-only)
562S: Maintained
563
564ARM/AFEB9260 MACHINE SUPPORT
565P: Sergey Lapin
566M: [email protected]
567L: [email protected] (subscribers-only)
568S: Maintained
569
570ARM/AJECO 1ARM MACHINE SUPPORT
571P: Lennert Buytenhek
572M: [email protected]
573L: [email protected] (subscribers-only)
574S: Maintained
575
576ARM/ATMEL AT91RM9200 ARM ARCHITECTURE
577P: Andrew Victor
578M: [email protected]
579L: [email protected] (subscribers-only)
580W: http://maxim.org.za/at91_26.html
581S: Maintained
582
583ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
584P: Lennert Buytenhek
585M: [email protected]
586L: [email protected] (subscribers-only)
587S: Maintained
588
589ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT
590P: Lennert Buytenhek
591M: [email protected]
592L: [email protected] (subscribers-only)
593S: Maintained
594
595ARM/COMPULAB CM-X270/EM-X270 and CM-X300 MACHINE SUPPORT
596P: Mike Rapoport
597M: [email protected]
598L: [email protected] (subscribers-only)
599S: Maintained
600
601ARM/CORGI MACHINE SUPPORT
602P: Richard Purdie
603M: [email protected]
604S: Maintained
605
606ARM/CORTINA SYSTEMS GEMINI ARM ARCHITECTURE
607P: Paulius Zaleckas
608M: [email protected]
609L: [email protected] (subscribers-only)
610T: git git://gitorious.org/linux-gemini/mainline.git
611S: Maintained
612
613ARM/EZX SMARTPHONES (A780, A910, A1200, E680, ROKR E2 and ROKR E6)
614P: Daniel Ribeiro
615M: [email protected]
616P: Stefan Schmidt
617M: [email protected]
618P: Harald Welte
619M: [email protected]
620L: [email protected] (subscribers-only)
621W: http://www.openezx.org/
622S: Maintained
623
624ARM/FARADAY FA526 PORT
625P: Paulius Zaleckas
626M: [email protected]
627L: [email protected] (subscribers-only)
628S: Maintained
629
630ARM/FREESCALE IMX / MXC ARM ARCHITECTURE
631P: Sascha Hauer
632M: [email protected]
633L: [email protected] (subscribers-only)
634S: Maintained
635
636ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
637P: Lennert Buytenhek
638M: [email protected]
639L: [email protected] (subscribers-only)
640S: Maintained
641
642ARM/GUMSTIX MACHINE SUPPORT
643P: Steve Sakoman
644M: [email protected]
645L: [email protected] (subscribers-only)
646S: Maintained
647
648ARM/HP JORNADA 7XX MACHINE SUPPORT
649P: Kristoffer Ericson
650M: [email protected]
651W: www.jlime.com
652S: Maintained
653
654ARM/INTEL IOP32X ARM ARCHITECTURE
655P: Lennert Buytenhek
656M: [email protected]
657P: Dan Williams
658M: [email protected]
659L: [email protected] (subscribers-only)
660S: Supported
661
662ARM/INTEL IOP33X ARM ARCHITECTURE
663P: Dan Williams
664M: [email protected]
665L: [email protected] (subscribers-only)
666S: Supported
667
668ARM/INTEL IOP13XX ARM ARCHITECTURE
669P: Lennert Buytenhek
670M: [email protected]
671P: Dan Williams
672M: [email protected]
673L: [email protected] (subscribers-only)
674S: Supported
675
676ARM/INTEL IQ81342EX MACHINE SUPPORT
677P: Lennert Buytenhek
678M: [email protected]
679P: Dan Williams
680M: [email protected]
681L: [email protected] (subscribers-only)
682S: Supported
683
684ARM/INTEL IXP2000 ARM ARCHITECTURE
685P: Lennert Buytenhek
686M: [email protected]
687L: [email protected] (subscribers-only)
688S: Maintained
689
690ARM/INTEL IXDP2850 MACHINE SUPPORT
691P: Lennert Buytenhek
692M: [email protected]
693L: [email protected] (subscribers-only)
694S: Maintained
695
696ARM/INTEL IXP23XX ARM ARCHITECTURE
697P: Lennert Buytenhek
698M: [email protected]
699L: [email protected] (subscribers-only)
700S: Maintained
701
702ARM/INTEL XSC3 (MANZANO) ARM CORE
703P: Lennert Buytenhek
704M: [email protected]
705P: Dan Williams
706M: [email protected]
707L: [email protected] (subscribers-only)
708S: Supported
709
710ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT
711P: Lennert Buytenhek
712M: [email protected]
713L: [email protected] (subscribers-only)
714S: Maintained
715
716ARM/LOGICPD PXA270 MACHINE SUPPORT
717P: Lennert Buytenhek
718M: [email protected]
719L: [email protected] (subscribers-only)
720S: Maintained
721
722ARM/MAGICIAN MACHINE SUPPORT
723P: Philipp Zabel
724M: [email protected]
725S: Maintained
726
727ARM/NEC MOBILEPRO 900/c MACHINE SUPPORT
728P: Michael Petchkovsky
729M: [email protected]
730S: Maintained
731
732ARM/TOSA MACHINE SUPPORT
733P: Dmitry Eremin-Solenikov
734M: [email protected]
735P: Dirk Opfer
736M: [email protected]
737S: Maintained
738
739ARM/PALMTX,PALMT5,PALMLD,PALMTE2 SUPPORT
740P: Marek Vasut
741M: [email protected]
742W: http://hackndev.com
743S: Maintained
744
745ARM/PALMZ72 SUPPORT
746P: Sergey Lapin
747M: [email protected]
748W: http://hackndev.com
749S: Maintained
750
751ARM/PLEB SUPPORT
752P: Peter Chubb
753M: [email protected]
754W: http://www.disy.cse.unsw.edu.au/Hardware/PLEB
755S: Maintained
756
757ARM/PT DIGITAL BOARD PORT
758P: Stefan Eletzhofer
759M: [email protected]
760L: [email protected] (subscribers-only)
761W: http://www.arm.linux.org.uk/
762S: Maintained
763
764ARM/RADISYS ENP2611 MACHINE SUPPORT
765P: Lennert Buytenhek
766M: [email protected]
767L: [email protected] (subscribers-only)
768S: Maintained
769
770ARM/SHARK MACHINE SUPPORT
771P: Alexander Schulz
772M: [email protected]
773W: http://www.shark-linux.de/shark.html
774S: Maintained
775
776ARM/STRONGARM110 PORT
777P: Russell King
778M: [email protected]
779L: [email protected] (subscribers-only)
780W: http://www.arm.linux.org.uk/
781S: Maintained
782
783ARM/S3C2410 ARM ARCHITECTURE
784P: Ben Dooks
785M: [email protected]
786L: [email protected] (subscribers-only)
787W: http://www.fluff.org/ben/linux/
788S: Maintained
789
790ARM/S3C2440 ARM ARCHITECTURE
791P: Ben Dooks
792M: [email protected]
793L: [email protected] (subscribers-only)
794W: http://www.fluff.org/ben/linux/
795S: Maintained
796
797ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
798P: Lennert Buytenhek
799M: [email protected]
800L: [email protected] (subscribers-only)
801S: Maintained
802
803ARM/THECUS N2100 MACHINE SUPPORT
804P: Lennert Buytenhek
805M: [email protected]
806L: [email protected] (subscribers-only)
807S: Maintained
808
809ARM/NUVOTON W90X900 ARM ARCHITECTURE
810P: Wan ZongShun
811M: [email protected]
812L: [email protected] (subscribers-only)
813W: http://www.mcuos.com
814S: Maintained
815
816ARPD SUPPORT
817P: Jonathan Layes
818L: [email protected]
819S: Maintained
820F: net/ipv4/arp.c
821
822ASUS ACPI EXTRAS DRIVER
823P: Corentin Chary
824M: [email protected]
825P: Karol Kozimor
826M: [email protected]
827L: [email protected]
828W: http://sourceforge.net/projects/acpi4asus
829W: http://xf.iksaif.net/acpi4asus
830S: Maintained
831F: arch/x86/kernel/acpi/boot.c
832F: drivers/platform/x86/asus_acpi.c
833
834ASUS ASB100 HARDWARE MONITOR DRIVER
835P: Mark M. Hoffman
836M: [email protected]
837L: [email protected]
838S: Maintained
839F: drivers/hwmon/asb100.c
840
841ASUS LAPTOP EXTRAS DRIVER
842P: Corentin Chary
843M: [email protected]
844L: [email protected]
845W: http://sourceforge.net/projects/acpi4asus
846W: http://xf.iksaif.net/acpi4asus
847S: Maintained
848F: drivers/platform/x86/asus-laptop.c
849
850ASYNCHRONOUS TRANSFERS/TRANSFORMS (IOAT) API
851P: Dan Williams
852M: [email protected]
853P: Maciej Sosnowski
854M: [email protected]
855L: [email protected]
856W: http://sourceforge.net/projects/xscaleiop
857S: Supported
858F: Documentation/crypto/async-tx-api.txt
859F: crypto/async_tx/
860F: drivers/dma/
861F: include/linux/dmaengine.h
862F: include/linux/async_tx.h
863
864ATA OVER ETHERNET (AOE) DRIVER
865P: Ed L. Cashin
866M: [email protected]
867W: http://www.coraid.com/support/linux
868S: Supported
869F: Documentation/aoe/
870F: drivers/block/aoe/
871
872ATHEROS ATH5K WIRELESS DRIVER
873P: Jiri Slaby
874M: [email protected]
875P: Nick Kossifidis
876M: [email protected]
877P: Luis R. Rodriguez
878M: [email protected]
879P: Bob Copeland
880M: [email protected]
881L: [email protected]
882L: [email protected]
883S: Maintained
884F: drivers/net/wireless/ath5k/
885
886ATHEROS ATH9K WIRELESS DRIVER
887P: Luis R. Rodriguez
888M: [email protected]
889P: Jouni Malinen
890M: [email protected]
891L: [email protected]
892L: [email protected]
893S: Supported
894F: drivers/net/wireless/ath9k/
895
896ATHEROS AR9170 WIRELESS DRIVER
897P: Christian Lamparter
898M: [email protected]
899L: [email protected]
900W: http://wireless.kernel.org/en/users/Drivers/ar9170
901S: Maintained
902F: drivers/net/wireless/ar9170/
903
904ATI_REMOTE2 DRIVER
905P: Ville Syrjala
906M: [email protected]
907S: Maintained
908F: drivers/input/misc/ati_remote2.c
909
910ATLX ETHERNET DRIVERS
911P: Jay Cliburn
912M: [email protected]
913P: Chris Snook
914M: [email protected]
915P: Jie Yang
916M: [email protected]
917L: [email protected]
918W: http://sourceforge.net/projects/atl1
919W: http://atl1.sourceforge.net
920S: Maintained
921F: drivers/net/atlx/
922
923ATM
924P: Chas Williams
925M: [email protected]
926L: [email protected] (subscribers-only)
927L: [email protected]
928W: http://linux-atm.sourceforge.net
929S: Maintained
930F: drivers/atm/
931F: include/linux/atm*
932
933ATMEL AT91 MCI DRIVER
934P: Nicolas Ferre
935M: [email protected]
936L: [email protected] (subscribers-only)
937W: http://www.atmel.com/products/AT91/
938W: http://www.at91.com/
939S: Maintained
940F: drivers/mmc/host/at91_mci.c
941
942ATMEL AT91 / AT32 SERIAL DRIVER
943P: Haavard Skinnemoen
944M: [email protected]
945L: [email protected]
946S: Supported
947F: drivers/serial/atmel_serial.c
948
949ATMEL LCDFB DRIVER
950P: Nicolas Ferre
951M: [email protected]
952L: [email protected] (moderated for non-subscribers)
953S: Maintained
954F: drivers/video/atmel_lcdfb.c
955F: include/video/atmel_lcdc.h
956
957ATMEL MACB ETHERNET DRIVER
958P: Haavard Skinnemoen
959M: [email protected]
960S: Supported
961F: drivers/net/macb.*
962
963ATMEL SPI DRIVER
964P: Haavard Skinnemoen
965M: [email protected]
966S: Supported
967F: drivers/spi/atmel_spi.*
968
969ATMEL USBA UDC DRIVER
970P: Haavard Skinnemoen
971M: [email protected]
972L: [email protected]
973W: http://avr32linux.org/twiki/bin/view/Main/AtmelUsbDeviceDriver
974S: Supported
975F: drivers/usb/gadget/atmel_usba_udc.*
976
977ATMEL WIRELESS DRIVER
978P: Simon Kelley
979M: [email protected]
980L: [email protected]
981W: http://www.thekelleys.org.uk/atmel
982W: http://atmelwlandriver.sourceforge.net/
983S: Maintained
984F: drivers/net/wireless/atmel*
985
986AUDIT SUBSYSTEM
987P: Al Viro
988M: [email protected]
989P: Eric Paris
990M: [email protected]
991L: [email protected] (subscribers-only)
992W: http://people.redhat.com/sgrubb/audit/
993T: git git://git.kernel.org/pub/scm/linux/kernel/git/viro/audit-current.git
994S: Maintained
995F: include/linux/audit.h
996F: kernel/audit*
997
998AUXILIARY DISPLAY DRIVERS
999P: Miguel Ojeda Sandonis
1000M: [email protected]
1001L: [email protected]
1002W: http://miguelojeda.es/auxdisplay.htm
1003W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
1004S: Maintained
1005F: drivers/auxdisplay/
1006F: include/linux/cfag12864b.h
1007
1008AVR32 ARCHITECTURE
1009P: Haavard Skinnemoen
1010M: [email protected]
1011W: http://www.atmel.com/products/AVR32/
1012W: http://avr32linux.org/
1013W: http://avrfreaks.net/
1014S: Supported
1015F: arch/avr32/
1016
1017AVR32/AT32AP MACHINE SUPPORT
1018P: Haavard Skinnemoen
1019M: [email protected]
1020S: Supported
1021F: arch/avr32/mach-at32ap/
1022
1023AX.25 NETWORK LAYER
1024P: Ralf Baechle
1025M: [email protected]
1026L: [email protected]
1027W: http://www.linux-ax25.org/
1028S: Maintained
1029F: include/linux/ax25.h
1030F: include/net/ax25.h
1031F: net/ax25/
1032
1033B43 WIRELESS DRIVER
1034P: Michael Buesch
1035M: [email protected]
1036P: Stefano Brivio
1037M: [email protected]
1038L: [email protected]
1039W: http://linuxwireless.org/en/users/Drivers/b43
1040S: Maintained
1041F: drivers/net/wireless/b43/
1042
1043B43LEGACY WIRELESS DRIVER
1044P: Larry Finger
1045M: [email protected]
1046P: Stefano Brivio
1047M: [email protected]
1048L: [email protected]
1049W: http://linuxwireless.org/en/users/Drivers/b43
1050S: Maintained
1051F: drivers/net/wireless/b43legacy/
1052
1053BACKLIGHT CLASS/SUBSYSTEM
1054P: Richard Purdie
1055M: [email protected]
1056S: Maintained
1057F: drivers/video/backlight/
1058F: include/linux/backlight.h
1059
1060BAYCOM/HDLCDRV DRIVERS FOR AX.25
1061P: Thomas Sailer
1062M: [email protected]
1063L: [email protected]
1064W: http://www.baycom.org/~tom/ham/ham.html
1065S: Maintained
1066F: drivers/net/hamradio/baycom*
1067
1068BEFS FILE SYSTEM
1069P: Sergey S. Kostyliov
1070M: [email protected]
1071L: [email protected]
1072S: Maintained
1073F: Documentation/filesystems/befs.txt
1074F: fs/befs/
1075
1076BFS FILE SYSTEM
1077P: Tigran A. Aivazian
1078M: [email protected]
1079L: [email protected]
1080S: Maintained
1081F: Documentation/filesystems/bfs.txt
1082F: fs/bfs/
1083F: include/linux/bfs_fs.h
1084
1085BLACKFIN ARCHITECTURE
1086P: Bryan Wu
1087M: [email protected]
1088L: [email protected]
1089W: http://blackfin.uclinux.org
1090S: Supported
1091F: arch/blackfin/
1092
1093BLACKFIN EMAC DRIVER
1094P: Bryan Wu
1095M: [email protected]
1096L: [email protected] (subscribers-only)
1097W: http://blackfin.uclinux.org
1098S: Supported
1099F: drivers/net/bfin_mac.*
1100
1101BLACKFIN RTC DRIVER
1102P: Mike Frysinger
1103M: [email protected]
1104L: [email protected] (subscribers-only)
1105W: http://blackfin.uclinux.org
1106S: Supported
1107F: drivers/rtc/rtc-bfin.c
1108
1109BLACKFIN SERIAL DRIVER
1110P: Sonic Zhang
1111M: [email protected]
1112L: [email protected] (subscribers-only)
1113W: http://blackfin.uclinux.org
1114S: Supported
1115F: drivers/serial/bfin_5xx.c
1116
1117BLACKFIN WATCHDOG DRIVER
1118P: Mike Frysinger
1119M: [email protected]
1120L: [email protected] (subscribers-only)
1121W: http://blackfin.uclinux.org
1122S: Supported
1123F: drivers/watchdog/bfin_wdt.c
1124
1125BLACKFIN I2C TWI DRIVER
1126P: Sonic Zhang
1127M: [email protected]
1128L: [email protected] (subscribers-only)
1129W: http://blackfin.uclinux.org/
1130S: Supported
1131F: drivers/i2c/busses/i2c-bfin-twi.c
1132
1133BLOCK LAYER
1134P: Jens Axboe
1135M: [email protected]
1136L: [email protected]
1137T: git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-2.6-block.git
1138S: Maintained
1139F: block/
1140
1141BLOCK2MTD DRIVER
1142P: Joern Engel
1143M: [email protected]
1144L: [email protected]
1145S: Maintained
1146F: drivers/mtd/devices/block2mtd.c
1147
1148BLUETOOTH DRIVERS
1149P: Marcel Holtmann
1150M: [email protected]
1151L: [email protected]
1152W: http://www.bluez.org/
1153S: Maintained
1154F: drivers/bluetooth/
1155
1156BLUETOOTH SUBSYSTEM
1157P: Marcel Holtmann
1158M: [email protected]
1159L: [email protected]
1160W: http://www.bluez.org/
1161T: git git://git.kernel.org/pub/scm/linux/kernel/git/holtmann/bluetooth-2.6.git
1162S: Maintained
1163F: net/bluetooth/
1164F: include/net/bluetooth/
1165
1166BONDING DRIVER
1167P: Jay Vosburgh
1168M: [email protected]
1169L: [email protected]
1170W: http://sourceforge.net/projects/bonding/
1171S: Supported
1172F: drivers/net/bonding/
1173F: include/linux/if_bonding.h
1174
1175BROADCOM B44 10/100 ETHERNET DRIVER
1176P: Gary Zambrano
1177M: [email protected]
1178L: [email protected]
1179S: Supported
1180F: drivers/net/b44.*
1181
1182BROADCOM BNX2 GIGABIT ETHERNET DRIVER
1183P: Michael Chan
1184M: [email protected]
1185L: [email protected]
1186S: Supported
1187F: drivers/net/bnx2.*
1188F: drivers/net/bnx2_*
1189
1190BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER
1191P: Eilon Greenstein
1192M: [email protected]
1193L: [email protected]
1194S: Supported
1195F: drivers/net/bnx2x*
1196
1197BROADCOM TG3 GIGABIT ETHERNET DRIVER
1198P: Matt Carlson
1199M: [email protected]
1200P: Michael Chan
1201M: [email protected]
1202L: [email protected]
1203S: Supported
1204F: drivers/net/tg3.*
1205
1206BSG (block layer generic sg v4 driver)
1207P: FUJITA Tomonori
1208M: [email protected]
1209L: [email protected]
1210S: Supported
1211F: block/bsg.c
1212F: include/linux/bsg.h
1213
1214BT8XXGPIO DRIVER
1215P: Michael Buesch
1216M: [email protected]
1217W: http://bu3sch.de/btgpio.php
1218S: Maintained
1219F: drivers/gpio/bt8xxgpio.c
1220
1221BTRFS FILE SYSTEM
1222P: Chris Mason
1223M: [email protected]
1224L: [email protected]
1225W: http://btrfs.wiki.kernel.org/
1226T: git git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable.git
1227S: Maintained
1228F: Documentation/filesystems/btrfs.txt
1229F: fs/btrfs/
1230
1231BTTV VIDEO4LINUX DRIVER
1232P: Mauro Carvalho Chehab
1233M: [email protected]
1234L: [email protected]
1235W: http://linuxtv.org
1236T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
1237S: Maintained
1238F: Documentation/video4linux/bttv/
1239F: drivers/media/video/bt8xx/bttv*
1240
1241CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
1242P: Jonathan Corbet
1243M: [email protected]
1244L: [email protected]
1245T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
1246S: Maintained
1247F: Documentation/video4linux/cafe_ccic
1248F: drivers/media/video/cafe_ccic*
1249
1250CALGARY x86-64 IOMMU
1251P: Muli Ben-Yehuda
1252M: [email protected]
1253P: Jon D. Mason
1254M: [email protected]
1255L: [email protected]
1256L: [email protected]
1257S: Maintained
1258F: arch/x86/kernel/pci-calgary_64.c
1259F: arch/x86/kernel/tce_64.c
1260F: arch/x86/include/asm/calgary.h
1261F: arch/x86/include/asm/tce.h
1262
1263CAN NETWORK LAYER
1264P: Urs Thuermann
1265M: [email protected]
1266P: Oliver Hartkopp
1267M: [email protected]
1268L: [email protected] (subscribers-only)
1269W: http://developer.berlios.de/projects/socketcan/
1270S: Maintained
1271F: drivers/net/can/
1272F: include/linux/can/
1273F: include/linux/can.h
1274
1275CELL BROADBAND ENGINE ARCHITECTURE
1276P: Arnd Bergmann
1277M: [email protected]
1278L: [email protected]
1279L: [email protected]
1280W: http://www.ibm.com/developerworks/power/cell/
1281S: Supported
1282F: arch/powerpc/include/asm/cell*.h
1283F: arch/powerpc/include/asm/spu*.h
1284F: arch/powerpc/oprofile/*cell*
1285F: arch/powerpc/platforms/cell/
1286
1287CERTIFIED WIRELESS USB (WUSB) SUBSYSTEM:
1288P: David Vrabel
1289M: [email protected]
1290L: [email protected]
1291S: Supported
1292F: Documentation/usb/WUSB-Design-overview.txt
1293F: Documentation/usb/wusb-cbaf
1294F: drivers/usb/wusbcore/
1295F: include/linux/usb/wusb*
1296
1297CFAG12864B LCD DRIVER
1298P: Miguel Ojeda Sandonis
1299M: [email protected]
1300L: [email protected]
1301W: http://miguelojeda.es/auxdisplay.htm
1302W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
1303S: Maintained
1304F: drivers/auxdisplay/cfag12864b.c
1305F: include/linux/cfag12864b.h
1306
1307CFAG12864BFB LCD FRAMEBUFFER DRIVER
1308P: Miguel Ojeda Sandonis
1309M: [email protected]
1310L: [email protected]
1311W: http://miguelojeda.es/auxdisplay.htm
1312W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
1313S: Maintained
1314F: drivers/auxdisplay/cfag12864bfb.c
1315F: include/linux/cfag12864b.h
1316
1317CFG80211 and NL80211
1318P: Johannes Berg
1319M: [email protected]
1320L: [email protected]
1321S: Maintained
1322F: include/linux/nl80211.h
1323F: include/net/cfg80211.h
1324F: net/wireless/*
1325X: net/wireless/wext*
1326
1327CHECKPATCH
1328P: Andy Whitcroft
1329M: [email protected]
1330L: [email protected]
1331S: Supported
1332F: scripts/checkpatch.pl
1333
1334CISCO 10G ETHERNET DRIVER
1335P: Scott Feldman
1336M: [email protected]
1337P: Joe Eykholt
1338M: [email protected]
1339S: Supported
1340F: drivers/net/enic/
1341
1342CIRRUS LOGIC EP93XX ETHERNET DRIVER
1343P: Lennert Buytenhek
1344M: [email protected]
1345L: [email protected]
1346S: Maintained
1347F: drivers/net/arm/ep93xx_eth.c
1348
1349CIRRUS LOGIC EP93XX OHCI USB HOST DRIVER
1350P: Lennert Buytenhek
1351M: [email protected]
1352L: [email protected]
1353S: Maintained
1354F: drivers/usb/host/ohci-ep93xx.c
1355
1356CIRRUS LOGIC CS4270 SOUND DRIVER
1357P: Timur Tabi
1358M: [email protected]
1359L: [email protected]
1360S: Supported
1361F: sound/soc/codecs/cs4270*
1362
1363CIRRUS LOGIC CS4280/CS461x SOUNDDRIVER
1364P: Cirrus Logic Corporation (kernel 2.2 driver)
1365M: Cirrus Logic Corporation, Thomas Woller <[email protected]>
1366P: Nils Faerber (port to kernel 2.4)
1367M: Nils Faerber <[email protected]>
1368S: Maintained
1369F: Documentation/input/cs461x.txt
1370F: sound/pci/cs46xx/
1371
1372CODA FILE SYSTEM
1373P: Jan Harkes
1374M: [email protected]
1375M: [email protected]
1376L: [email protected]
1377W: http://www.coda.cs.cmu.edu/
1378S: Maintained
1379F: Documentation/filesystems/coda.txt
1380F: fs/coda/
1381F: include/linux/coda*.h
1382
1383COMMON INTERNET FILE SYSTEM (CIFS)
1384P: Steve French
1385M: [email protected]
1386L: [email protected]
1387L: [email protected]
1388W: http://linux-cifs.samba.org/
1389T: git git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6.git
1390S: Supported
1391F: Documentation/filesystems/cifs.txt
1392F: fs/cifs/
1393
1394COMPACTPCI HOTPLUG CORE
1395P: Scott Murray
1396M: [email protected]
1397M: [email protected]
1398L: [email protected]
1399S: Supported
1400F: drivers/pci/hotplug/cpci_hotplug*
1401
1402COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
1403P: Scott Murray
1404M: [email protected]
1405M: [email protected]
1406L: [email protected]
1407S: Supported
1408F: drivers/pci/hotplug/cpcihp_zt5550.*
1409
1410COMPACTPCI HOTPLUG GENERIC DRIVER
1411P: Scott Murray
1412M: [email protected]
1413M: [email protected]
1414L: [email protected]
1415S: Supported
1416F: drivers/pci/hotplug/cpcihp_generic.c
1417
1418COMPAL LAPTOP SUPPORT
1419P: Cezary Jackiewicz
1420M: [email protected]
1421S: Maintained
1422F: drivers/platform/x86/compal-laptop.c
1423
1424COMPUTONE INTELLIPORT MULTIPORT CARD
1425P: Michael H. Warfield
1426M: [email protected]
1427W: http://www.wittsend.com/computone.html
1428S: Maintained
1429F: Documentation/serial/computone.txt
1430F: drivers/char/ip2/
1431
1432CONEXANT ACCESSRUNNER USB DRIVER
1433P: Simon Arlott
1434M: [email protected]
1435L: [email protected]
1436W: http://accessrunner.sourceforge.net/
1437S: Maintained
1438F: drivers/usb/atm/cxacru.c
1439
1440CONFIGFS
1441P: Joel Becker
1442M: [email protected]
1443L: [email protected]
1444S: Supported
1445F: fs/configfs/
1446F: include/linux/configfs.h
1447
1448CONTROL GROUPS (CGROUPS)
1449P: Paul Menage
1450M: [email protected]
1451P: Li Zefan
1452M: [email protected]
1453L: [email protected]
1454S: Maintained
1455F: include/linux/cgroup*
1456F: kernel/cgroup*
1457
1458CORETEMP HARDWARE MONITORING DRIVER
1459P: Rudolf Marek
1460M: [email protected]
1461L: [email protected]
1462S: Maintained
1463F: Documentation/hwmon/coretemp
1464F: drivers/hwmon/coretemp.c
1465
1466COSA/SRP SYNC SERIAL DRIVER
1467P: Jan "Yenya" Kasprzak
1468M: [email protected]
1469W: http://www.fi.muni.cz/~kas/cosa/
1470S: Maintained
1471F: drivers/net/wan/cosa*
1472
1473CPU FREQUENCY DRIVERS
1474P: Dave Jones
1475M: [email protected]
1476L: [email protected]
1477W: http://www.codemonkey.org.uk/projects/cpufreq/
1478T: git git://git.kernel.org/pub/scm/linux/kernel/git/davej/cpufreq.git
1479S: Maintained
1480F: arch/x86/kernel/cpu/cpufreq/
1481F: drivers/cpufreq/
1482F: include/linux/cpufreq.h
1483
1484CPUID/MSR DRIVER
1485P: H. Peter Anvin
1486M: [email protected]
1487S: Maintained
1488F: arch/x86/kernel/cpuid.c
1489F: arch/x86/kernel/msr.c
1490
1491CPUSETS
1492P: Paul Menage
1493M: [email protected]
1494L: [email protected]
1495W: http://www.bullopensource.org/cpuset/
1496W: http://oss.sgi.com/projects/cpusets/
1497S: Supported
1498F: Documentation/cgroups/cpusets.txt
1499F: include/linux/cpuset.h
1500F: kernel/cpuset.c
1501
1502CRAMFS FILESYSTEM
1503W: http://sourceforge.net/projects/cramfs/
1504S: Orphan
1505F: Documentation/filesystems/cramfs.txt
1506F: fs/cramfs/
1507
1508CRIS PORT
1509P: Mikael Starvik
1510M: [email protected]
1511P: Jesper Nilsson
1512M: [email protected]
1513L: [email protected]
1514W: http://developer.axis.com
1515S: Maintained
1516F: arch/cris/
1517
1518CRYPTO API
1519P: Herbert Xu
1520M: [email protected]
1521P: David S. Miller
1522M: [email protected]
1523L: [email protected]
1524T: git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
1525S: Maintained
1526F: Documentation/crypto/
1527F: arch/*/crypto/
1528F: crypto/
1529F: drivers/crypto/
1530F: include/crypto/
1531
1532CRYPTOGRAPHIC RANDOM NUMBER GENERATOR
1533P: Neil Horman
1534M: [email protected]
1535L: [email protected]
1536S: Maintained
1537
1538CS5535 Audio ALSA driver
1539P: Jaya Kumar
1540M: [email protected]
1541S: Maintained
1542F: sound/pci/cs5535audio/
1543
1544CX18 VIDEO4LINUX DRIVER
1545P: Hans Verkuil
1546M: [email protected]
1547P: Andy Walls
1548M: [email protected]
1549L: [email protected]
1550L: [email protected]
1551L: [email protected]
1552T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
1553W: http://linuxtv.org
1554S: Maintained
1555F: Documentation/video4linux/cx18.txt
1556F: drivers/media/video/cx18/
1557
1558CXGB3 ETHERNET DRIVER (CXGB3)
1559P: Divy Le Ray
1560M: [email protected]
1561L: [email protected]
1562W: http://www.chelsio.com
1563S: Supported
1564F: drivers/net/cxgb3/
1565
1566CXGB3 IWARP RNIC DRIVER (IW_CXGB3)
1567P: Steve Wise
1568M: [email protected]
1569L: [email protected]
1570W: http://www.openfabrics.org
1571S: Supported
1572F: drivers/infiniband/hw/cxgb3/
1573
1574CYBERPRO FB DRIVER
1575P: Russell King
1576M: [email protected]
1577W: http://www.arm.linux.org.uk/
1578S: Maintained
1579F: drivers/video/cyber2000fb.*
1580
1581CYCLADES 2X SYNC CARD DRIVER
1582P: Arnaldo Carvalho de Melo
1583M: [email protected]
1584W: http://oops.ghostprotocols.net:81/blog
1585S: Maintained
1586F: drivers/net/wan/cycx*
1587
1588CYCLADES ASYNC MUX DRIVER
1589W: http://www.cyclades.com/
1590S: Orphan
1591F: drivers/char/cyclades.c
1592F: include/linux/cyclades.h
1593
1594CYCLADES PC300 DRIVER
1595W: http://www.cyclades.com/
1596S: Orphan
1597F: drivers/net/wan/pc300*
1598
1599DAMA SLAVE for AX.25
1600P: Joerg Reuter
1601M: [email protected]
1602W: http://yaina.de/jreuter/
1603W: http://www.qsl.net/dl1bke/
1604L: [email protected]
1605S: Maintained
1606F: net/ax25/af_ax25.c
1607F: net/ax25/ax25_dev.c
1608F: net/ax25/ax25_ds_*
1609F: net/ax25/ax25_in.c
1610F: net/ax25/ax25_out.c
1611F: net/ax25/ax25_timer.c
1612F: net/ax25/sysctl_net_ax25.c
1613
1614DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
1615P: Tobias Ringstrom
1616M: [email protected]
1617L: [email protected]
1618S: Maintained
1619F: Documentation/networking/dmfe.txt
1620F: drivers/net/tulip/dmfe.c
1621
1622DC390/AM53C974 SCSI driver
1623P: Kurt Garloff
1624M: [email protected]
1625W: http://www.garloff.de/kurt/linux/dc390/
1626P: Guennadi Liakhovetski
1627M: [email protected]
1628S: Maintained
1629F: drivers/scsi/tmscsim.*
1630
1631DC395x SCSI driver
1632P: Oliver Neukum
1633M: [email protected]
1634P: Ali Akcaagac
1635M: [email protected]
1636P: Jamie Lenehan
1637M: [email protected]
1638W: http://twibble.org/dist/dc395x/
1639L: [email protected]
1640L: http://lists.twibble.org/mailman/listinfo/dc395x/
1641S: Maintained
1642F: Documentation/scsi/dc395x.txt
1643F: drivers/scsi/dc395x.*
1644
1645DCCP PROTOCOL
1646P: Arnaldo Carvalho de Melo
1647M: [email protected]
1648L: [email protected]
1649W: http://linux-net.osdl.org/index.php/DCCP
1650S: Maintained
1651F: include/linux/dccp.h
1652F: include/linux/tfrc.h
1653F: net/dccp/
1654
1655DECnet NETWORK LAYER
1656P: Christine Caulfield
1657M: [email protected]
1658W: http://linux-decnet.sourceforge.net
1659L: [email protected]
1660S: Maintained
1661F: Documentation/networking/decnet.txt
1662F: net/decnet/
1663
1664DEFXX FDDI NETWORK DRIVER
1665P: Maciej W. Rozycki
1666M: [email protected]
1667S: Maintained
1668F: drivers/net/defxx.*
1669
1670DELL LAPTOP DRIVER
1671P: Matthew Garrett
1672M: [email protected]
1673S: Maintained
1674F: drivers/platform/x86/dell-laptop.c
1675
1676DELL LAPTOP SMM DRIVER
1677P: Massimo Dal Zotto
1678M: [email protected]
1679W: http://www.debian.org/~dz/i8k/
1680S: Maintained
1681F: drivers/char/i8k.c
1682F: include/linux/i8k.h
1683
1684DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
1685P: Doug Warzecha
1686M: [email protected]
1687S: Maintained
1688F: Documentation/dcdbas.txt
1689F: drivers/firmware/dcdbas.*
1690
1691DELL WMI EXTRAS DRIVER
1692P: Matthew Garrett
1693M: [email protected]
1694S: Maintained
1695
1696DEVICE NUMBER REGISTRY
1697P: Torben Mathiasen
1698M: [email protected]
1699W: http://lanana.org/docs/device-list/index.html
1700L: [email protected]
1701S: Maintained
1702
1703DEVICE-MAPPER (LVM)
1704P: Alasdair Kergon
1705L: [email protected]
1706W: http://sources.redhat.com/dm
1707S: Maintained
1708F: Documentation/device-mapper/
1709F: drivers/md/dm*
1710F: include/linux/device-mapper.h
1711F: include/linux/dm-*.h
1712
1713DIGI INTL. EPCA DRIVER
1714P: Digi International, Inc
1715M: [email protected]
1716L: [email protected]
1717W: http://www.digi.com
1718S: Orphan
1719F: Documentation/serial/digiepca.txt
1720F: drivers/char/epca*
1721F: drivers/char/digi*
1722
1723DIRECTORY NOTIFICATION (DNOTIFY)
1724P: Stephen Rothwell
1725M: [email protected]
1726L: [email protected]
1727S: Supported
1728F: Documentation/filesystems/dnotify.txt
1729F: fs/notify/dnotify/
1730F: include/linux/dnotify.h
1731
1732DISK GEOMETRY AND PARTITION HANDLING
1733P: Andries Brouwer
1734M: [email protected]
1735W: http://www.win.tue.nl/~aeb/linux/Large-Disk.html
1736W: http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
1737W: http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
1738S: Maintained
1739
1740DISKQUOTA
1741P: Jan Kara
1742M: [email protected]
1743L: [email protected]
1744S: Maintained
1745F: Documentation/filesystems/quota.txt
1746F: fs/quota/
1747F: include/linux/quota*.h
1748
1749DISTRIBUTED LOCK MANAGER (DLM)
1750P: Christine Caulfield
1751M: [email protected]
1752P: David Teigland
1753M: [email protected]
1754L: [email protected]
1755W: http://sources.redhat.com/cluster/
1756T: git git://git.kernel.org/pub/scm/linux/kernel/git/teigland/dlm.git
1757S: Supported
1758F: fs/dlm/
1759
1760DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
1761P: Maciej Sosnowski
1762M: [email protected]
1763P: Dan Williams
1764M: [email protected]
1765L: [email protected]
1766S: Supported
1767F: drivers/dma/
1768F: include/linux/dma*
1769
1770DME1737 HARDWARE MONITOR DRIVER
1771P: Juerg Haefliger
1772M: [email protected]
1773L: [email protected]
1774S: Maintained
1775F: Documentation/hwmon/dme1737
1776F: drivers/hwmon/dme1737.c
1777
1778DOCBOOK FOR DOCUMENTATION
1779P: Randy Dunlap
1780M: [email protected]
1781S: Maintained
1782
1783DOCKING STATION DRIVER
1784P: Shaohua Li
1785M: [email protected]
1786L: [email protected]
1787S: Supported
1788F: drivers/acpi/dock.c
1789
1790DOCUMENTATION
1791P: Randy Dunlap
1792M: [email protected]
1793L: [email protected]
1794S: Maintained
1795F: Documentation/
1796
1797DOUBLETALK DRIVER
1798P: James R. Van Zandt
1799M: [email protected]
1800L: [email protected]
1801S: Maintained
1802F: drivers/char/dtlk.c
1803F: include/linux/dtlk.h
1804
1805DPT_I2O SCSI RAID DRIVER
1806P: Adaptec OEM Raid Solutions
1807M: [email protected]
1808L: [email protected]
1809W: http://www.adaptec.com/
1810S: Maintained
1811F: drivers/scsi/dpt*
1812F: drivers/scsi/dpt/
1813
1814DRIVER CORE, KOBJECTS, AND SYSFS
1815P: Greg Kroah-Hartman
1816M: [email protected]
1817L: [email protected]
1818T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
1819S: Supported
1820F: Documentation/kobject.txt
1821F: drivers/base/
1822F: fs/sysfs/
1823F: include/linux/kobj*
1824F: lib/kobj*
1825
1826DRM DRIVERS
1827P: David Airlie
1828M: [email protected]
1829L: [email protected]
1830T: git git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6.git
1831S: Maintained
1832F: drivers/gpu/drm/
1833
1834DSCC4 DRIVER
1835P: Francois Romieu
1836M: [email protected]
1837L: [email protected]
1838S: Maintained
1839F: drivers/net/wan/dscc4.c
1840
1841DZ DECSTATION DZ11 SERIAL DRIVER
1842P: Maciej W. Rozycki
1843M: [email protected]
1844S: Maintained
1845F: drivers/serial/dz.*
1846
1847EATA-DMA SCSI DRIVER
1848P: Michael Neuffer
1849M: [email protected]
1850L: [email protected]
1851L: [email protected]
1852S: Maintained
1853F: drivers/scsi/eata*
1854
1855EATA ISA/EISA/PCI SCSI DRIVER
1856P: Dario Ballabio
1857M: [email protected]
1858L: [email protected]
1859S: Maintained
1860F: drivers/scsi/eata.c
1861
1862EATA-PIO SCSI DRIVER
1863P: Michael Neuffer
1864M: [email protected]
1865L: [email protected]
1866L: [email protected]
1867S: Maintained
1868F: drivers/scsi/eata_pio.*
1869
1870EBTABLES
1871P: Bart De Schuymer
1872M: [email protected]
1873L: [email protected]
1874L: [email protected]
1875W: http://ebtables.sourceforge.net/
1876S: Maintained
1877F: include/linux/netfilter_bridge/ebt_*.h
1878F: net/bridge/netfilter/ebt*.c
1879
1880ECRYPT FILE SYSTEM
1881P: Tyler Hicks
1882M: [email protected]
1883M: Dustin Kirkland
1884P: [email protected]
1885L: [email protected]
1886W: https://launchpad.net/ecryptfs
1887S: Supported
1888F: Documentation/filesystems/ecryptfs.txt
1889F: fs/ecryptfs/
1890
1891EDAC-CORE
1892P: Doug Thompson
1893M: [email protected]
1894L: [email protected] (moderated for non-subscribers)
1895W: bluesmoke.sourceforge.net
1896S: Supported
1897F: Documentation/edac.txt
1898F: drivers/edac/edac_*
1899F: include/linux/edac.h
1900
1901EDAC-E752X
1902P: Mark Gross
1903P: Doug Thompson
1904M: [email protected]
1905M: [email protected]
1906L: [email protected] (moderated for non-subscribers)
1907W: bluesmoke.sourceforge.net
1908S: Maintained
1909F: drivers/edac/e752x_edac.c
1910
1911EDAC-E7XXX
1912P: Doug Thompson
1913M: [email protected]
1914L: [email protected] (moderated for non-subscribers)
1915W: bluesmoke.sourceforge.net
1916S: Maintained
1917F: drivers/edac/e7xxx_edac.c
1918
1919EDAC-I82443BXGX
1920P: Tim Small
1921M: [email protected]
1922L: [email protected] (moderated for non-subscribers)
1923W: bluesmoke.sourceforge.net
1924S: Maintained
1925F: drivers/edac/i82443bxgx_edac.c
1926
1927EDAC-I3000
1928P: Jason Uhlenkott
1929M: [email protected]
1930L: [email protected] (moderated for non-subscribers)
1931W: bluesmoke.sourceforge.net
1932S: Maintained
1933F: drivers/edac/i3000_edac.c
1934
1935EDAC-I5000
1936P: Doug Thompson
1937M: [email protected]
1938L: [email protected] (moderated for non-subscribers)
1939W: bluesmoke.sourceforge.net
1940S: Maintained
1941F: drivers/edac/i5000_edac.c
1942
1943EDAC-I5400
1944P: Mauro Carvalho Chehab
1945M: [email protected]
1946L: [email protected] (moderated for non-subscribers)
1947W: bluesmoke.sourceforge.net
1948S: Maintained
1949F: drivers/edac/i5400_edac.c
1950
1951EDAC-I82975X
1952P: Ranganathan Desikan
1953P: Arvind R.
1954M: [email protected]
1955M: [email protected]
1956L: [email protected] (moderated for non-subscribers)
1957W: bluesmoke.sourceforge.net
1958S: Maintained
1959F: drivers/edac/i82975x_edac.c
1960
1961EDAC-PASEMI
1962P: Egor Martovetsky
1963M: [email protected]
1964L: [email protected] (moderated for non-subscribers)
1965W: bluesmoke.sourceforge.net
1966S: Maintained
1967F: drivers/edac/pasemi_edac.c
1968
1969EDAC-R82600
1970P: Tim Small
1971M: [email protected]
1972L: [email protected] (moderated for non-subscribers)
1973W: bluesmoke.sourceforge.net
1974S: Maintained
1975F: drivers/edac/r82600_edac.c
1976
1977EEEPC LAPTOP EXTRAS DRIVER
1978P: Corentin Chary
1979M: [email protected]
1980L: [email protected]
1981W: http://sourceforge.net/projects/acpi4asus
1982S: Maintained
1983F: drivers/platform/x86/eeepc-laptop.c
1984
1985EFS FILESYSTEM
1986W: http://aeschi.ch.eu.org/efs/
1987S: Orphan
1988F: fs/efs/
1989
1990EHCA (IBM GX bus InfiniBand adapter) DRIVER
1991P: Hoang-Nam Nguyen
1992M: [email protected]
1993P: Christoph Raisch
1994M: [email protected]
1995L: [email protected]
1996S: Supported
1997F: drivers/infiniband/hw/ehca/
1998
1999EMBEDDED LINUX
2000P: Paul Gortmaker
2001M: [email protected]
2002P: David Woodhouse
2003M: [email protected]
2004L: [email protected]
2005S: Maintained
2006
2007EMULEX LPFC FC SCSI DRIVER
2008P: James Smart
2009M: [email protected]
2010L: [email protected]
2011W: http://sourceforge.net/projects/lpfcxxxx
2012S: Supported
2013F: drivers/scsi/lpfc/
2014
2015EPSON 1355 FRAMEBUFFER DRIVER
2016P: Christopher Hoover
2017M: [email protected]
2018P: Christopher Hoover
2019M: [email protected]
2020S: Maintained
2021F: drivers/video/epson1355fb.c
2022
2023EPSON S1D13XXX FRAMEBUFFER DRIVER
2024P: Kristoffer Ericson
2025M: [email protected]
2026S: Maintained
2027F: drivers/video/s1d13xxxfb.c
2028F: include/video/s1d13xxxfb.h
2029
2030ETHEREXPRESS-16 NETWORK DRIVER
2031P: Philip Blundell
2032M: [email protected]
2033L: [email protected]
2034S: Maintained
2035F: drivers/net/eexpress.*
2036
2037ETHERNET BRIDGE
2038P: Stephen Hemminger
2039M: [email protected]
2040L: [email protected]
2041W: http://www.linux-foundation.org/en/Net:Bridge
2042S: Maintained
2043F: include/linux/netfilter_bridge/
2044F: net/bridge/
2045
2046ETHERTEAM 16I DRIVER
2047P: Mika Kuoppala
2048M: [email protected]
2049S: Maintained
2050F: drivers/net/eth16i.c
2051
2052EXT2 FILE SYSTEM
2053L: [email protected]
2054S: Maintained
2055F: Documentation/filesystems/ext2.txt
2056F: fs/ext2/
2057F: include/linux/ext2*
2058
2059EXT3 FILE SYSTEM
2060P: Stephen Tweedie
2061M: [email protected]
2062P: Andrew Morton
2063M: [email protected]
2064P: Andreas Dilger
2065M: [email protected]
2066L: [email protected]
2067S: Maintained
2068F: Documentation/filesystems/ext3.txt
2069F: fs/ext3/
2070F: include/linux/ext3*
2071
2072EXT4 FILE SYSTEM
2073P: Theodore Ts'o
2074M: [email protected]
2075P: Andreas Dilger
2076M: [email protected]
2077L: [email protected]
2078W: http://ext4.wiki.kernel.org
2079S: Maintained
2080F: Documentation/filesystems/ext4.txt
2081F: fs/ext4/
2082
2083F71805F HARDWARE MONITORING DRIVER
2084P: Jean Delvare
2085M: [email protected]
2086L: [email protected]
2087S: Maintained
2088F: Documentation/hwmon/f71805f
2089F: drivers/hwmon/f71805f.c
2090
2091FARSYNC SYNCHRONOUS DRIVER
2092P: Kevin Curtis
2093M: [email protected]
2094W: http://www.farsite.co.uk/
2095S: Supported
2096F: drivers/net/wan/farsync.*
2097
2098FAULT INJECTION SUPPORT
2099P: Akinobu Mita
2100M: [email protected]
2101S: Supported
2102F: Documentation/fault-injection/
2103F: lib/fault-inject.c
2104
2105FILE LOCKING (flock() and fcntl()/lockf())
2106P: Matthew Wilcox
2107M: [email protected]
2108L: [email protected]
2109S: Maintained
2110F: include/linux/fcntl.h
2111F: include/linux/fs.h
2112F: fs/fcntl.c
2113F: fs/locks.c
2114
2115FILESYSTEMS (VFS and infrastructure)
2116P: Alexander Viro
2117M: [email protected]
2118L: [email protected]
2119S: Maintained
2120F: fs/*
2121
2122FINTEK F75375S HARDWARE MONITOR AND FAN CONTROLLER DRIVER
2123P: Riku Voipio
2124M: [email protected]
2125L: [email protected]
2126S: Maintained
2127F: drivers/hwmon/f75375s.c
2128F: include/linux/f75375s.h
2129
2130FIREWIRE SUBSYSTEM
2131P: Kristian Hoegsberg
2132M: [email protected]
2133P: Stefan Richter
2134M: [email protected]
2135L: [email protected]
2136W: http://www.linux1394.org/
2137T: git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
2138S: Maintained
2139F: drivers/firewire/
2140F: include/linux/firewire*.h
2141
2142FIRMWARE LOADER (request_firmware)
2143L: [email protected]
2144S: Orphan
2145F: Documentation/firmware_class/
2146F: drivers/base/firmware*.c
2147F: include/linux/firmware.h
2148
2149FPU EMULATOR
2150P: Bill Metzenthen
2151M: [email protected]
2152W: http://floatingpoint.sourceforge.net/emulator/index.html
2153S: Maintained
2154F: arch/x86/math-emu/
2155
2156FRAME RELAY DLCI/FRAD (Sangoma drivers too)
2157P: Mike McLagan
2158M: [email protected]
2159L: [email protected]
2160S: Maintained
2161F: drivers/net/wan/dlci.c
2162F: drivers/net/wan/sdla.c
2163
2164FRAMEBUFFER LAYER
2165P: Antonino Daplas
2166M: [email protected]
2167L: [email protected] (moderated for non-subscribers)
2168W: http://linux-fbdev.sourceforge.net/
2169S: Maintained
2170F: Documentation/fb/
2171F: drivers/video/fb*
2172F: include/linux/fb.h
2173
2174FREESCALE DMA DRIVER
2175P: Li Yang
2176M: [email protected]
2177P: Zhang Wei
2178M: [email protected]
2179L: [email protected]
2180L: [email protected]
2181S: Maintained
2182F: drivers/dma/fsldma.*
2183
2184FREESCALE I2C CPM DRIVER
2185P: Jochen Friedrich
2186M: [email protected]
2187L: [email protected]
2188L: [email protected]
2189S: Maintained
2190F: drivers/i2c/busses/i2c-cpm.c
2191
2192FREESCALE IMX / MXC FRAMEBUFFER DRIVER
2193P: Sascha Hauer
2194M: [email protected]
2195L: [email protected] (moderated for non-subscribers)
2196L: [email protected] (subscribers-only)
2197S: Maintained
2198F: arch/arm/plat-mxc/include/mach/imxfb.h
2199F: drivers/video/imxfb.c
2200
2201FREESCALE SOC FS_ENET DRIVER
2202P: Pantelis Antoniou
2203M: [email protected]
2204P: Vitaly Bordug
2205M: [email protected]
2206L: [email protected]
2207L: [email protected]
2208S: Maintained
2209F: drivers/net/fs_enet/
2210F: include/linux/fs_enet_pd.h
2211
2212FREESCALE QUICC ENGINE LIBRARY
2213P: Timur Tabi
2214M: [email protected]
2215L: [email protected]
2216S: Supported
2217F: arch/powerpc/sysdev/qe_lib/
2218F: arch/powerpc/include/asm/*qe.h
2219
2220FREESCALE HIGHSPEED USB DEVICE DRIVER
2221P: Li Yang
2222M: [email protected]
2223L: [email protected]
2224L: [email protected]
2225S: Maintained
2226F: drivers/usb/gadget/fsl_usb2_udc.c
2227
2228FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
2229P: Li Yang
2230M: [email protected]
2231L: [email protected]
2232L: [email protected]
2233S: Maintained
2234F: drivers/net/ucc_geth*
2235
2236FREESCALE QUICC ENGINE UCC UART DRIVER
2237P: Timur Tabi
2238M: [email protected]
2239L: [email protected]
2240S: Supported
2241F: drivers/serial/ucc_uart.c
2242
2243FREESCALE SOC SOUND DRIVERS
2244P: Timur Tabi
2245M: [email protected]
2246L: [email protected]
2247L: [email protected]
2248S: Supported
2249F: sound/soc/fsl/fsl*
2250F: sound/soc/fsl/mpc8610_hpcd.c
2251
2252FREEVXFS FILESYSTEM
2253P: Christoph Hellwig
2254M: [email protected]
2255W: ftp://ftp.openlinux.org/pub/people/hch/vxfs
2256S: Maintained
2257F: fs/freevxfs/
2258
2259FREEZER
2260P: Pavel Machek
2261M: [email protected]
2262P: Rafael J. Wysocki
2263M: [email protected]
2264L: [email protected]
2265S: Supported
2266F: Documentation/power/freezing-of-tasks.txt
2267F: include/linux/freezer.h
2268F: kernel/freezer.c
2269
2270FTRACE
2271P: Steven Rostedt
2272M: [email protected]
2273S: Maintained
2274F: Documentation/ftrace.txt
2275F: arch/*/*/*/ftrace.h
2276F: arch/*/kernel/ftrace.c
2277F: include/*/ftrace.h
2278F: kernel/trace/
2279
2280FUJITSU FR-V (FRV) PORT
2281P: David Howells
2282M: [email protected]
2283S: Maintained
2284F: arch/frv/
2285
2286FUJITSU LAPTOP EXTRAS
2287P: Jonathan Woithe
2288M: [email protected]
2289L: [email protected]
2290S: Maintained
2291F: drivers/platform/x86/fujitsu-laptop.c
2292
2293FUSE: FILESYSTEM IN USERSPACE
2294P: Miklos Szeredi
2295M: [email protected]
2296L: [email protected]
2297W: http://fuse.sourceforge.net/
2298S: Maintained
2299F: fs/fuse/
2300F: include/linux/fuse.h
2301
2302FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
2303P: Rik Faith
2304M: [email protected]
2305L: [email protected]
2306S: Odd Fixes (e.g., new signatures)
2307F: drivers/scsi/fdomain.*
2308
2309GDT SCSI DISK ARRAY CONTROLLER DRIVER
2310P: Achim Leubner
2311M: [email protected]
2312L: [email protected]
2313W: http://www.icp-vortex.com/
2314S: Supported
2315F: drivers/scsi/gdt*
2316
2317GENERIC GPIO I2C DRIVER
2318P: Haavard Skinnemoen
2319M: [email protected]
2320S: Supported
2321F: drivers/i2c/busses/i2c-gpio.c
2322F: include/linux/i2c-gpio.h
2323
2324GENERIC HDLC (WAN) DRIVERS
2325P: Krzysztof Halasa
2326M: [email protected]
2327W: http://www.kernel.org/pub/linux/utils/net/hdlc/
2328S: Maintained
2329F: drivers/net/wan/c101.c
2330F: drivers/net/wan/hd6457*
2331F: drivers/net/wan/hdlc*
2332F: drivers/net/wan/n2.c
2333F: drivers/net/wan/pc300too.c
2334F: drivers/net/wan/pci200syn.c
2335F: drivers/net/wan/wanxl*
2336
2337GFS2 FILE SYSTEM
2338P: Steven Whitehouse
2339M: [email protected]
2340L: [email protected]
2341W: http://sources.redhat.com/cluster/
2342T: git git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes.git
2343T: git git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw.git
2344S: Supported
2345F: Documentation/filesystems/gfs2*.txt
2346F: fs/gfs2/
2347F: include/linux/gfs2_ondisk.h
2348
2349GIGASET ISDN DRIVERS
2350P: Hansjoerg Lipp
2351M: [email protected]
2352P: Tilman Schmidt
2353M: [email protected]
2354L: [email protected]
2355W: http://gigaset307x.sourceforge.net/
2356S: Maintained
2357F: Documentation/isdn/README.gigaset
2358F: drivers/isdn/gigaset/
2359F: include/linux/gigaset_dev.h
2360
2361HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
2362P: Frank Seidel
2363M: [email protected]
2364L: [email protected]
2365W: http://www.kernel.org/pub/linux/kernel/people/fseidel/hdaps/
2366S: Maintained
2367F: drivers/hwmon/hdaps.c
2368
2369HYPERVISOR VIRTUAL CONSOLE DRIVER
2370L: [email protected]
2371L: [email protected]
2372S: Odd Fixes
2373F: drivers/char/hvc_*
2374
2375GSPCA FINEPIX SUBDRIVER
2376P: Frank Zago
2377M: [email protected]
2378L: [email protected]
2379T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2380S: Maintained
2381F: drivers/media/video/gspca/finepix.c
2382
2383GSPCA M5602 SUBDRIVER
2384P: Erik Andren
2385M: [email protected]
2386L: [email protected]
2387T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2388S: Maintained
2389F: drivers/media/video/gspca/m5602/
2390
2391GSPCA PAC207 SONIXB SUBDRIVER
2392P: Hans de Goede
2393M: [email protected]
2394L: [email protected]
2395T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2396S: Maintained
2397F: drivers/media/video/gspca/pac207.c
2398
2399GSPCA T613 SUBDRIVER
2400P: Leandro Costantino
2401M: [email protected]
2402L: [email protected]
2403T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2404S: Maintained
2405F: drivers/media/video/gspca/t613.c
2406
2407GSPCA USB WEBCAM DRIVER
2408P: Jean-Francois Moine
2409M: [email protected]
2410W: http://moinejf.free.fr
2411L: [email protected]
2412T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2413S: Maintained
2414F: drivers/media/video/gspca/
2415
2416HARDWARE MONITORING
2417L: [email protected]
2418W: http://www.lm-sensors.org/
2419S: Orphan
2420F: drivers/hwmon/
2421
2422HARDWARE RANDOM NUMBER GENERATOR CORE
2423S: Orphan
2424F: Documentation/hw_random.txt
2425F: drivers/char/hw_random/
2426F: include/linux/hw_random.h
2427
2428HARMONY SOUND DRIVER
2429P: Kyle McMartin
2430M: [email protected]
2431L: [email protected]
2432S: Maintained
2433F: sound/parisc/harmony.*
2434
2435HAYES ESP SERIAL DRIVER
2436P: Andrew J. Robinson
2437M: [email protected]
2438L: [email protected]
2439W: http://www.nyx.net/~arobinso
2440S: Maintained
2441F: Documentation/serial/hayes-esp.txt
2442F: drivers/char/esp.c
2443
2444HEWLETT-PACKARD SMART2 RAID DRIVER
2445P: Chirag Kantharia
2446M: [email protected]
2447L: [email protected]
2448S: Maintained
2449F: Documentation/blockdev/cpqarray.txt
2450F: drivers/block/cpqarray.*
2451
2452HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
2453P: Mike Miller
2454M: [email protected]
2455L: [email protected]
2456S: Supported
2457F: Documentation/blockdev/cciss.txt
2458F: drivers/block/cciss*
2459F: include/linux/cciss_ioctl.h
2460
2461HFS FILESYSTEM
2462P: Roman Zippel
2463M: [email protected]
2464L: [email protected]
2465S: Maintained
2466F: Documentation/filesystems/hfs.txt
2467F: fs/hfs/
2468
2469HGA FRAMEBUFFER DRIVER
2470P: Ferenc Bakonyi
2471M: [email protected]
2472L: [email protected]
2473W: http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
2474S: Maintained
2475F: drivers/video/hgafb.c
2476
2477HIBERNATION (aka Software Suspend, aka swsusp)
2478P: Pavel Machek
2479M: [email protected]
2480P: Rafael J. Wysocki
2481M: [email protected]
2482L: [email protected]
2483S: Supported
2484F: arch/x86/power/
2485F: drivers/base/power/
2486F: kernel/power/
2487F: include/linux/suspend.h
2488F: include/linux/freezer.h
2489F: include/linux/pm.h
2490F: include/asm-*/suspend*.h
2491F: arch/*/include/asm/suspend*.h
2492
2493HID CORE LAYER
2494P: Jiri Kosina
2495M: [email protected]
2496L: [email protected]
2497T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
2498S: Maintained
2499F: drivers/hid/
2500F: include/linux/hid*
2501
2502HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
2503P: Thomas Gleixner
2504M: [email protected]
2505L: [email protected]
2506S: Maintained
2507F: Documentation/timers/
2508F: kernel/hrtimer.c
2509F: include/linux/hrtimer.h
2510
2511HIGH-SPEED SCC DRIVER FOR AX.25
2512P: Klaus Kudielka
2513M: [email protected]
2514L: [email protected]
2515W: http://www.nt.tuwien.ac.at/~kkudielk/Linux/
2516S: Maintained
2517F: drivers/net/hamradio/dmascc.c
2518F: drivers/net/hamradio/scc.c
2519
2520HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
2521P: HighPoint Linux Team
2522M: [email protected]
2523W: http://www.highpoint-tech.com
2524S: Supported
2525F: Documentation/scsi/hptiop.txt
2526F: drivers/scsi/hptiop.c
2527
2528HIPPI
2529P: Jes Sorensen
2530M: [email protected]
2531L: [email protected]
2532S: Maintained
2533F: include/linux/hippidevice.h
2534F: include/linux/if_hippi.h
2535F: net/802/hippi.c
2536
2537HOST AP DRIVER
2538P: Jouni Malinen
2539M: [email protected]
2540L: [email protected] (subscribers-only)
2541L: [email protected]
2542W: http://hostap.epitest.fi/
2543S: Maintained
2544F: drivers/net/wireless/hostap/
2545
2546HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
2547P: Carlos Corbacho
2548M: [email protected]
2549S: Odd Fixes
2550F: drivers/platform/x86/tc1100-wmi.c
2551
2552HP100: Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
2553P: Jaroslav Kysela
2554M: [email protected]
2555S: Maintained
2556F: drivers/net/hp100.*
2557
2558HPET: High Precision Event Timers driver
2559P: Clemens Ladisch
2560M: [email protected]
2561S: Maintained
2562F: Documentation/timers/hpet.txt
2563F: drivers/char/hpet.c
2564F: include/linux/hpet.h
2565
2566HPET: i386
2567P: Venkatesh Pallipadi (Venki)
2568M: [email protected]
2569S: Maintained
2570F: arch/x86/kernel/hpet.c
2571F: arch/x86/include/asm/hpet.h
2572
2573HPET: x86_64
2574P: Vojtech Pavlik
2575M: [email protected]
2576S: Maintained
2577
2578HPET: ACPI
2579P: Bob Picco
2580M: [email protected]
2581S: Maintained
2582F: drivers/char/hpet.c
2583
2584HPFS FILESYSTEM
2585P: Mikulas Patocka
2586M: [email protected]
2587W: http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
2588S: Maintained
2589F: fs/hpfs/
2590
2591HSO 3G MODEM DRIVER
2592P: Jan Dumon
2593M: [email protected]
2594W: http://www.pharscape.org
2595S: Maintained
2596F: drivers/net/usb/hso.c
2597
2598HTCPEN TOUCHSCREEN DRIVER
2599P: Pau Oliva Fora
2600M: [email protected]
2601L: [email protected]
2602S: Maintained
2603F: drivers/input/touchscreen/htcpen.c
2604
2605HUGETLB FILESYSTEM
2606P: William Irwin
2607M: [email protected]
2608S: Maintained
2609F: fs/hugetlbfs/
2610
2611I2C/SMBUS STUB DRIVER
2612P: Mark M. Hoffman
2613M: [email protected]
2614L: [email protected]
2615S: Maintained
2616F: drivers/i2c/busses/i2c-stub.c
2617
2618I2C SUBSYSTEM
2619P: Jean Delvare (PC drivers, core)
2620M: [email protected]
2621P: Ben Dooks (embedded platforms)
2622M: [email protected]
2623L: [email protected]
2624W: http://i2c.wiki.kernel.org/
2625T: quilt kernel.org/pub/linux/kernel/people/jdelvare/linux-2.6/jdelvare-i2c/
2626S: Maintained
2627F: Documentation/i2c/
2628F: drivers/i2c/
2629F: include/linux/i2c.h
2630F: include/linux/i2c-dev.h
2631F: include/linux/i2c-id.h
2632
2633I2C-TINY-USB DRIVER
2634P: Till Harbaum
2635M: [email protected]
2636L: [email protected]
2637W: http://www.harbaum.org/till/i2c_tiny_usb
2638S: Maintained
2639F: drivers/i2c/busses/i2c-tiny-usb.c
2640
2641i386 BOOT CODE
2642P: H. Peter Anvin
2643M: [email protected]
2644L: [email protected]
2645S: Maintained
2646F: arch/x86/boot/
2647
2648i386 SETUP CODE / CPU ERRATA WORKAROUNDS
2649P: H. Peter Anvin
2650M: [email protected]
2651T: git git://git.kernel.org/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
2652S: Maintained
2653
2654IA64 (Itanium) PLATFORM
2655P: Tony Luck
2656M: [email protected]
2657L: [email protected]
2658W: http://www.ia64-linux.org/
2659T: git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6.git
2660S: Maintained
2661F: arch/ia64/
2662
2663IBM MCA SCSI SUBSYSTEM DRIVER
2664P: Michael Lang
2665M: [email protected]
2666W: http://www.uni-mainz.de/~langm000/linux.html
2667S: Maintained
2668F: drivers/scsi/ibmmca.c
2669
2670IBM Power Linux RAID adapter
2671P: Brian King
2672M: [email protected]
2673S: Supported
2674F: drivers/scsi/ipr.*
2675
2676IBM ServeRAID RAID DRIVER
2677P: Jack Hammer
2678P: Dave Jeffery
2679M: [email protected]
2680W: http://www.developer.ibm.com/welcome/netfinity/serveraid.html
2681S: Supported
2682F: drivers/scsi/ips.*
2683
2684IDE SUBSYSTEM
2685P: Bartlomiej Zolnierkiewicz
2686M: [email protected]
2687L: [email protected]
2688T: quilt kernel.org/pub/linux/kernel/people/bart/pata-2.6/
2689S: Maintained
2690F: Documentation/ide/
2691F: drivers/ide/
2692F: include/linux/ide.h
2693
2694IDE/ATAPI DRIVERS
2695P: Borislav Petkov
2696M: [email protected]
2697L: [email protected]
2698S: Maintained
2699F: Documentation/cdrom/ide-cd
2700F: drivers/ide/ide-cd*
2701
2702IDLE-I7300
2703P: Andy Henroid
2704M: [email protected]
2705L: [email protected]
2706S: Supported
2707F: drivers/idle/i7300_idle.c
2708
2709IEEE 1394 SUBSYSTEM
2710P: Ben Collins
2711M: [email protected]
2712P: Stefan Richter
2713M: [email protected]
2714L: [email protected]
2715W: http://www.linux1394.org/
2716T: git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
2717S: Maintained
2718F: drivers/ieee1394/
2719
2720IEEE 1394 RAW I/O DRIVER
2721P: Dan Dennedy
2722M: [email protected]
2723P: Stefan Richter
2724M: [email protected]
2725L: [email protected]
2726S: Maintained
2727F: drivers/ieee1394/raw1394*
2728
2729INTEGRITY MEASUREMENT ARCHITECTURE (IMA)
2730P: Mimi Zohar
2731M: [email protected]
2732S: Supported
2733F: security/integrity/ima/
2734
2735IMS TWINTURBO FRAMEBUFFER DRIVER
2736L: [email protected] (moderated for non-subscribers)
2737S: Orphan
2738F: drivers/video/imsttfb.c
2739
2740INFINIBAND SUBSYSTEM
2741P: Roland Dreier
2742M: [email protected]
2743P: Sean Hefty
2744M: [email protected]
2745P: Hal Rosenstock
2746M: [email protected]
2747L: [email protected] (moderated for non-subscribers)
2748W: http://www.openib.org/
2749T: git git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband.git
2750S: Supported
2751F: Documentation/infiniband/
2752F: drivers/infiniband/
2753F: include/linux/if_infiniband.h
2754
2755INOTIFY
2756P: John McCutchan
2757M: [email protected]
2758P: Robert Love
2759M: [email protected]
2760L: [email protected]
2761S: Maintained
2762F: Documentation/filesystems/inotify.txt
2763F: fs/notify/inotify/
2764F: include/linux/inotify.h
2765
2766INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
2767P: Dmitry Torokhov
2768M: [email protected]
2769M: [email protected]
2770L: [email protected]
2771T: git git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git
2772S: Maintained
2773F: drivers/input/
2774
2775INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
2776P: Sylvain Meyer
2777M: [email protected]
2778L: [email protected] (moderated for non-subscribers)
2779S: Maintained
2780F: Documentation/fb/intelfb.txt
2781F: drivers/video/intelfb/
2782
2783INTEL 810/815 FRAMEBUFFER DRIVER
2784P: Antonino Daplas
2785M: [email protected]
2786L: [email protected] (moderated for non-subscribers)
2787S: Maintained
2788F: drivers/video/i810/
2789
2790INTEL MENLOW THERMAL DRIVER
2791P: Sujith Thomas
2792M: [email protected]
2793L: [email protected]
2794W: http://www.lesswatts.org/projects/acpi/
2795S: Supported
2796F: drivers/platform/x86/intel_menlow.c
2797
2798INTEL IA32 MICROCODE UPDATE SUPPORT
2799P: Tigran Aivazian
2800M: [email protected]
2801S: Maintained
2802F: arch/x86/kernel/microcode_core.c
2803F: arch/x86/kernel/microcode_intel.c
2804
2805INTEL I/OAT DMA DRIVER
2806P: Maciej Sosnowski
2807M: [email protected]
2808L: [email protected]
2809S: Supported
2810F: drivers/dma/ioat*
2811
2812INTEL IOMMU (VT-d)
2813P: David Woodhouse
2814M: [email protected]
2815L: [email protected]
2816T: git git://git.infradead.org/iommu-2.6.git
2817S: Supported
2818F: drivers/pci/intel-iommu.c
2819F: include/linux/intel-iommu.h
2820
2821INTEL IOP-ADMA DMA DRIVER
2822P: Dan Williams
2823M: [email protected]
2824L: [email protected]
2825S: Supported
2826F: drivers/dma/iop-adma.c
2827
2828INTEL IXP4XX QMGR, NPE, ETHERNET and HSS SUPPORT
2829P: Krzysztof Halasa
2830M: [email protected]
2831S: Maintained
2832F: arch/arm/mach-ixp4xx/include/mach/qmgr.h
2833F: arch/arm/mach-ixp4xx/include/mach/npe.h
2834F: arch/arm/mach-ixp4xx/ixp4xx_qmgr.c
2835F: arch/arm/mach-ixp4xx/ixp4xx_npe.c
2836F: drivers/net/arm/ixp4xx_eth.c
2837F: drivers/net/wan/ixp4xx_hss.c
2838
2839INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
2840P: Deepak Saxena
2841M: [email protected]
2842S: Maintained
2843F: drivers/char/hw_random/ixp4xx-rng.c
2844
2845INTEL IXP2000 ETHERNET DRIVER
2846P: Lennert Buytenhek
2847M: [email protected]
2848L: [email protected]
2849S: Maintained
2850F: drivers/net/ixp2000/
2851
2852INTEL ETHERNET DRIVERS (e100/e1000/e1000e/igb/ixgb/ixgbe)
2853P: Jeff Kirsher
2854M: [email protected]
2855P: Jesse Brandeburg
2856M: [email protected]
2857P: Bruce Allan
2858M: [email protected]
2859P: PJ Waskiewicz
2860M: [email protected]
2861P: John Ronciak
2862M: [email protected]
2863L: [email protected]
2864W: http://e1000.sourceforge.net/
2865S: Supported
2866F: drivers/net/e100.c
2867F: drivers/net/e1000/
2868F: drivers/net/e1000e/
2869F: drivers/net/igb/
2870F: drivers/net/ixgb/
2871F: drivers/net/ixgbe/
2872
2873INTEL PRO/WIRELESS 2100 NETWORK CONNECTION SUPPORT
2874P: Zhu Yi
2875M: [email protected]
2876P: James Ketrenos
2877M: [email protected]
2878P: Reinette Chatre
2879M: [email protected]
2880L: [email protected]
2881L: [email protected]
2882W: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
2883W: http://ipw2100.sourceforge.net
2884S: Supported
2885F: Documentation/networking/README.ipw2100
2886F: drivers/net/wireless/ipw2x00/ipw2100.*
2887
2888INTEL PRO/WIRELESS 2915ABG NETWORK CONNECTION SUPPORT
2889P: Zhu Yi
2890M: [email protected]
2891P: James Ketrenos
2892M: [email protected]
2893P: Reinette Chatre
2894M: [email protected]
2895L: [email protected]
2896L: [email protected]
2897W: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
2898W: http://ipw2200.sourceforge.net
2899S: Supported
2900F: Documentation/networking/README.ipw2200
2901F: drivers/net/wireless/ipw2x00/ipw2200.*
2902
2903INTEL WIRELESS WIMAX CONNECTION 2400
2904P: Inaky Perez-Gonzalez
2905M: [email protected]
2906M: [email protected]
2907L: [email protected]
2908S: Supported
2909W: http://linuxwimax.org
2910F: Documentation/wimax/README.i2400m
2911F: drivers/net/wimax/i2400m/
2912F: include/linux/wimax/i2400m.h
2913
2914INTEL WIRELESS WIFI LINK (iwlwifi)
2915P: Zhu Yi
2916M: [email protected]
2917P: Reinette Chatre
2918M: [email protected]
2919L: [email protected]
2920L: [email protected]
2921W: http://intellinuxwireless.org
2922T: git git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-2.6.git
2923S: Supported
2924F: drivers/net/wireless/iwlwifi/
2925
2926IOC3 ETHERNET DRIVER
2927P: Ralf Baechle
2928M: [email protected]
2929L: [email protected]
2930S: Maintained
2931F: drivers/net/ioc3-eth.c
2932
2933IOC3 SERIAL DRIVER
2934P: Pat Gefre
2935M: [email protected]
2936L: [email protected]
2937S: Maintained
2938F: drivers/serial/ioc3_serial.c
2939
2940IP MASQUERADING
2941P: Juanjo Ciarlante
2942M: [email protected]
2943S: Maintained
2944F: net/ipv4/netfilter/ipt_MASQUERADE.c
2945
2946IP1000A 10/100/1000 GIGABIT ETHERNET DRIVER
2947P: Francois Romieu
2948M: [email protected]
2949P: Sorbica Shieh
2950M: [email protected]
2951P: Jesse Huang
2952M: [email protected]
2953L: [email protected]
2954S: Maintained
2955F: drivers/net/ipg.c
2956
2957IPATH DRIVER
2958P: Ralph Campbell
2959M: [email protected]
2960L: [email protected]
2961T: git git://git.qlogic.com/ipath-linux-2.6
2962S: Supported
2963F: drivers/infiniband/hw/ipath/
2964
2965IPMI SUBSYSTEM
2966P: Corey Minyard
2967M: [email protected]
2968L: [email protected]
2969W: http://openipmi.sourceforge.net/
2970S: Supported
2971F: Documentation/IPMI.txt
2972F: drivers/char/ipmi/
2973F: include/linux/ipmi*
2974
2975IPS SCSI RAID DRIVER
2976P: Adaptec OEM Raid Solutions
2977M: [email protected]
2978L: [email protected]
2979W: http://www.adaptec.com/
2980S: Maintained
2981F: drivers/scsi/ips*
2982
2983IPVS
2984P: Wensong Zhang
2985M: [email protected]
2986P: Simon Horman
2987M: [email protected]
2988P: Julian Anastasov
2989M: [email protected]
2990L: [email protected]
2991L: [email protected]
2992S: Maintained
2993F: Documentation/networking/ipvs-sysctl.txt
2994F: net/netfilter/ipvs/
2995
2996IPWIRELESS DRIVER
2997P: Jiri Kosina
2998M: [email protected]
2999P: David Sterba
3000M: [email protected]
3001S: Maintained
3002T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/ipwireless_cs.git
3003F: drivers/char/pcmcia/ipwireless/
3004
3005IPX NETWORK LAYER
3006P: Arnaldo Carvalho de Melo
3007M: [email protected]
3008L: [email protected]
3009S: Maintained
3010F: include/linux/ipx.h
3011F: include/net/ipx.h
3012F: net/ipx/
3013
3014IRDA SUBSYSTEM
3015P: Samuel Ortiz
3016M: [email protected]
3017L: [email protected] (subscribers-only)
3018W: http://irda.sourceforge.net/
3019S: Maintained
3020F: Documentation/networking/irda.txt
3021F: drivers/net/irda/
3022F: include/net/irda/
3023F: net/irda/
3024
3025ISAPNP
3026P: Jaroslav Kysela
3027M: [email protected]
3028S: Maintained
3029F: Documentation/isapnp.txt
3030F: drivers/pnp/isapnp/
3031F: include/linux/isapnp.h
3032
3033ISCSI
3034P: Mike Christie
3035M: [email protected]
3036L: [email protected]
3037W: www.open-iscsi.org
3038T: git git://git.kernel.org/pub/scm/linux/kernel/git/mnc/linux-2.6-iscsi.git
3039S: Maintained
3040F: drivers/scsi/*iscsi*
3041F: include/scsi/*iscsi*
3042
3043ISDN SUBSYSTEM
3044P: Karsten Keil
3045M: [email protected]
3046L: [email protected] (subscribers-only)
3047W: http://www.isdn4linux.de
3048T: git git://git.kernel.org/pub/scm/linux/kernel/git/kkeil/isdn-2.6.git
3049S: Maintained
3050F: Documentation/isdn/
3051F: drivers/isdn/
3052F: include/linux/isdn.h
3053F: include/linux/isdn/
3054
3055ISDN SUBSYSTEM (Eicon active card driver)
3056P: Armin Schindler
3057M: [email protected]
3058L: [email protected] (subscribers-only)
3059W: http://www.melware.de
3060S: Maintained
3061F: drivers/isdn/hardware/eicon/
3062
3063IVTV VIDEO4LINUX DRIVER
3064P: Hans Verkuil
3065M: [email protected]
3066L: [email protected]
3067L: [email protected]
3068L: [email protected]
3069T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
3070W: http://www.ivtvdriver.org
3071S: Maintained
3072F: Documentation/video4linux/*.ivtv
3073F: drivers/media/video/ivtv/
3074F: include/linux/ivtv*
3075
3076JFS FILESYSTEM
3077P: Dave Kleikamp
3078M: [email protected]
3079L: [email protected]
3080W: http://jfs.sourceforge.net/
3081T: git git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
3082S: Supported
3083F: Documentation/filesystems/jfs.txt
3084F: fs/jfs/
3085
3086JME NETWORK DRIVER
3087P: Guo-Fu Tseng
3088M: [email protected]
3089L: [email protected]
3090S: Maintained
3091F: drivers/net/jme.*
3092
3093JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
3094P: David Woodhouse
3095M: [email protected]
3096L: [email protected]
3097W: http://www.linux-mtd.infradead.org/doc/jffs2.html
3098S: Maintained
3099F: fs/jffs2/
3100F: include/linux/jffs2.h
3101F: include/mtd/jffs2-user.h
3102
3103JOURNALLING LAYER FOR BLOCK DEVICES (JBD)
3104P: Stephen Tweedie
3105M: [email protected]
3106P: Andrew Morton
3107M: [email protected]
3108L: [email protected]
3109S: Maintained
3110F: fs/jbd*/
3111F: include/linux/ext*jbd*.h
3112F: include/linux/jbd*.h
3113
3114K8TEMP HARDWARE MONITORING DRIVER
3115P: Rudolf Marek
3116M: [email protected]
3117L: [email protected]
3118S: Maintained
3119F: Documentation/hwmon/k8temp
3120F: drivers/hwmon/k8temp.c
3121
3122KCONFIG
3123P: Roman Zippel
3124M: [email protected]
3125L: [email protected]
3126S: Maintained
3127F: Documentation/kbuild/kconfig-language.txt
3128F: scripts/kconfig/
3129
3130KDUMP
3131P: Vivek Goyal
3132M: [email protected]
3133P: Haren Myneni
3134M: [email protected]
3135L: [email protected]
3136L: [email protected]
3137W: http://lse.sourceforge.net/kdump/
3138S: Maintained
3139F: Documentation/kdump/
3140
3141KERNEL AUTOMOUNTER (AUTOFS)
3142P: H. Peter Anvin
3143M: [email protected]
3144L: [email protected]
3145S: Odd Fixes
3146F: fs/autofs/
3147
3148KERNEL AUTOMOUNTER v4 (AUTOFS4)
3149P: Ian Kent
3150M: [email protected]
3151L: [email protected]
3152S: Maintained
3153F: fs/autofs4/
3154
3155KERNEL BUILD
3156P: Sam Ravnborg
3157M: [email protected]
3158T: git git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-next.git
3159T: git git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-fixes.git
3160L: [email protected]
3161S: Maintained
3162F: Documentation/kbuild/
3163F: Makefile
3164F: scripts/Makefile.*
3165
3166KERNEL JANITORS
3167P: Several
3168L: [email protected]
3169W: http://www.kerneljanitors.org/
3170S: Maintained
3171
3172KERNEL NFSD, SUNRPC, AND LOCKD SERVERS
3173P: J. Bruce Fields
3174M: [email protected]
3175P: Neil Brown
3176M: [email protected]
3177L: [email protected]
3178W: http://nfs.sourceforge.net/
3179S: Supported
3180F: fs/nfsd/
3181F: include/linux/nfsd/
3182F: fs/lockd/
3183F: fs/nfs_common/
3184F: net/sunrpc/
3185F: include/linux/lockd/
3186F: include/linux/sunrpc/
3187
3188KERNEL VIRTUAL MACHINE (KVM)
3189P: Avi Kivity
3190M: [email protected]
3191L: [email protected]
3192W: http://kvm.qumranet.com
3193S: Supported
3194F: Documentation/*/kvm.txt
3195F: arch/*/kvm/
3196F: arch/*/include/asm/kvm*
3197F: include/linux/kvm*
3198F: virt/kvm/
3199
3200KERNEL VIRTUAL MACHINE (KVM) FOR AMD-V
3201P: Joerg Roedel
3202M: [email protected]
3203L: [email protected]
3204W: http://kvm.qumranet.com
3205S: Supported
3206F: arch/x86/include/asm/svm.h
3207F: arch/x86/kvm/kvm_svm.h
3208F: arch/x86/kvm/svm.c
3209
3210KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
3211P: Hollis Blanchard
3212M: [email protected]
3213L: [email protected]
3214W: http://kvm.qumranet.com
3215S: Supported
3216F: arch/powerpc/include/asm/kvm*
3217F: arch/powerpc/kvm/
3218
3219KERNEL VIRTUAL MACHINE For Itanium (KVM/IA64)
3220P: Xiantao Zhang
3221M: [email protected]
3222L: [email protected]
3223W: http://kvm.qumranet.com
3224S: Supported
3225F: Documentation/ia64/kvm.txt
3226F: arch/ia64/include/asm/kvm*
3227F: arch/ia64/kvm/
3228
3229KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
3230P: Carsten Otte
3231M: [email protected]
3232P: Christian Borntraeger
3233M: [email protected]
3234M: [email protected]
3235L: [email protected]
3236W: http://www.ibm.com/developerworks/linux/linux390/
3237S: Supported
3238F: Documentation/s390/kvm.txt
3239F: arch/s390/include/asm/kvm*
3240F: arch/s390/kvm/
3241
3242KEXEC
3243P: Eric Biederman
3244M: [email protected]
3245W: http://ftp.kernel.org/pub/linux/kernel/people/horms/kexec-tools/
3246L: [email protected]
3247L: [email protected]
3248S: Maintained
3249F: include/linux/kexec.h
3250F: kernel/kexec.c
3251
3252KGDB
3253P: Jason Wessel
3254M: [email protected]
3255L: [email protected]
3256S: Maintained
3257F: Documentation/DocBook/kgdb.tmpl
3258F: drivers/misc/kgdbts.c
3259F: drivers/serial/kgdboc.c
3260F: include/linux/kgdb.h
3261F: kernel/kgdb.c
3262
3263KMEMTRACE
3264P: Eduard - Gabriel Munteanu
3265M: [email protected]
3266L: [email protected]
3267S: Maintained
3268F: Documentation/vm/kmemtrace.txt
3269F: include/trace/kmemtrace.h
3270F: kernel/trace/kmemtrace.c
3271
3272KPROBES
3273P: Ananth N Mavinakayanahalli
3274M: [email protected]
3275P: Anil S Keshavamurthy
3276M: [email protected]
3277P: David S. Miller
3278M: [email protected]
3279P: Masami Hiramatsu
3280M: [email protected]
3281L: [email protected]
3282S: Maintained
3283F: Documentation/kprobes.txt
3284F: include/linux/kprobes.h
3285F: kernel/kprobes.c
3286
3287KS0108 LCD CONTROLLER DRIVER
3288P: Miguel Ojeda Sandonis
3289M: [email protected]
3290L: [email protected]
3291W: http://miguelojeda.es/auxdisplay.htm
3292W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
3293S: Maintained
3294F: Documentation/auxdisplay/ks0108
3295F: drivers/auxdisplay/ks0108.c
3296F: include/linux/ks0108.h
3297
3298LAPB module
3299L: [email protected]
3300S: Orphan
3301F: Documentation/networking/lapb-module.txt
3302F: include/*/lapb.h
3303F: net/lapb/
3304
3305LASI 53c700 driver for PARISC
3306P: James E.J. Bottomley
3307M: [email protected]
3308L: [email protected]
3309S: Maintained
3310F: Documentation/scsi/53c700.txt
3311F: drivers/scsi/53c700*
3312
3313LED SUBSYSTEM
3314P: Richard Purdie
3315M: [email protected]
3316S: Maintained
3317F: drivers/leds/
3318F: include/linux/leds.h
3319
3320LEGO USB Tower driver
3321P: Juergen Stuber
3322M: [email protected]
3323L: [email protected]
3324W: http://legousb.sourceforge.net/
3325S: Maintained
3326F: drivers/usb/misc/legousbtower.c
3327
3328LGUEST
3329P: Rusty Russell
3330M: [email protected]
3331L: [email protected]
3332W: http://lguest.ozlabs.org/
3333S: Maintained
3334F: Documentation/lguest/
3335F: arch/x86/lguest/
3336F: drivers/lguest/
3337F: include/linux/lguest*.h
3338F: arch/x86/include/asm/lguest*.h
3339
3340LINUX FOR IBM pSERIES (RS/6000)
3341P: Paul Mackerras
3342M: [email protected]
3343W: http://www.ibm.com/linux/ltc/projects/ppc
3344S: Supported
3345
3346LINUX FOR POWERPC (32-BIT AND 64-BIT)
3347P: Benjamin Herrenschmidt
3348M: [email protected]
3349P: Paul Mackerras
3350M: [email protected]
3351W: http://www.penguinppc.org/
3352L: [email protected]
3353T: git git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc.git
3354S: Supported
3355
3356LINUX FOR POWER MACINTOSH
3357P: Benjamin Herrenschmidt
3358M: [email protected]
3359W: http://www.penguinppc.org/
3360L: [email protected]
3361S: Maintained
3362
3363LINUX FOR POWERPC EMBEDDED MPC5XXX
3364P: Sylvain Munaut
3365M: [email protected]
3366P: Grant Likely
3367M: [email protected]
3368L: [email protected]
3369S: Maintained
3370
3371LINUX FOR POWERPC EMBEDDED PPC4XX
3372P: Josh Boyer
3373M: [email protected]
3374P: Matt Porter
3375M: [email protected]
3376W: http://www.penguinppc.org/
3377L: [email protected]
3378T: git git://git.kernel.org/pub/scm/linux/kernel/git/jwboyer/powerpc.git
3379S: Maintained
3380
3381LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
3382P: Grant Likely
3383M: [email protected]
3384W: http://wiki.secretlab.ca/index.php/Linux_on_Xilinx_Virtex
3385L: [email protected]
3386S: Maintained
3387
3388LINUX FOR POWERPC EMBEDDED PPC8XX
3389P: Vitaly Bordug
3390M: [email protected]
3391P: Marcelo Tosatti
3392M: [email protected]
3393W: http://www.penguinppc.org/
3394L: [email protected]
3395S: Maintained
3396
3397LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
3398P: Kumar Gala
3399M: [email protected]
3400W: http://www.penguinppc.org/
3401L: [email protected]
3402S: Maintained
3403
3404LINUX FOR POWERPC PA SEMI PWRFICIENT
3405P: Olof Johansson
3406M: [email protected]
3407W: http://www.pasemi.com/
3408L: [email protected]
3409S: Supported
3410
3411LINUX SECURITY MODULE (LSM) FRAMEWORK
3412P: Chris Wright
3413M: [email protected]
3414L: [email protected]
3415T: git git://git.kernel.org/pub/scm/linux/kernel/git/chrisw/lsm-2.6.git
3416S: Supported
3417
3418LLC (802.2)
3419P: Arnaldo Carvalho de Melo
3420M: [email protected]
3421S: Maintained
3422F: include/linux/llc.h
3423F: include/net/llc*
3424F: net/llc/
3425
3426LIS3LV02D ACCELEROMETER DRIVER
3427P: Eric Piel
3428M: [email protected]
3429S: Maintained
3430F: Documentation/hwmon/lis3lv02d
3431F: drivers/hwmon/lis3lv02d.*
3432
3433LM83 HARDWARE MONITOR DRIVER
3434P: Jean Delvare
3435M: [email protected]
3436L: [email protected]
3437S: Maintained
3438F: Documentation/hwmon/lm83
3439F: drivers/hwmon/lm83.c
3440
3441LM90 HARDWARE MONITOR DRIVER
3442P: Jean Delvare
3443M: [email protected]
3444L: [email protected]
3445S: Maintained
3446F: Documentation/hwmon/lm90
3447F: drivers/hwmon/lm90.c
3448
3449LOCKDEP AND LOCKSTAT
3450P: Peter Zijlstra
3451M: [email protected]
3452P: Ingo Molnar
3453M: [email protected]
3454L: [email protected]
3455T: git git://git.kernel.org/pub/scm/linux/kernel/git/peterz/linux-2.6-lockdep.git
3456S: Maintained
3457F: Documentation/lockdep*.txt
3458F: Documentation/lockstat.txt
3459F: include/linux/lockdep.h
3460F: kernel/lockdep*
3461
3462LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
3463P: Richard Russon (FlatCap)
3464M: [email protected]
3465L: [email protected]
3466W: http://www.linux-ntfs.org/content/view/19/37/
3467S: Maintained
3468F: Documentation/ldm.txt
3469F: fs/partitions/ldm.*
3470
3471LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
3472P: Eric Moore
3473M: [email protected]
3474M: [email protected]
3475L: [email protected]
3476L: [email protected]
3477W: http://www.lsilogic.com/support
3478S: Supported
3479F: drivers/message/fusion/
3480
3481LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
3482P: Matthew Wilcox
3483M: [email protected]
3484L: [email protected]
3485S: Maintained
3486F: drivers/scsi/sym53c8xx_2/
3487
3488LTP (Linux Test Project)
3489P: Subrata Modak
3490M: [email protected]
3491P: Mike Frysinger
3492M: [email protected]
3493L: [email protected] (subscribers-only)
3494W: http://ltp.sourceforge.net/
3495T: git git://git.kernel.org/pub/scm/linux/kernel/git/galak/ltp.git
3496S: Maintained
3497
3498M32R ARCHITECTURE
3499P: Hirokazu Takata
3500M: [email protected]
3501L: [email protected]
3502L: [email protected] (in Japanese)
3503W: http://www.linux-m32r.org/
3504S: Maintained
3505F: arch/m32r/
3506F: include/asm-m32r/
3507
3508M68K ARCHITECTURE
3509P: Geert Uytterhoeven
3510M: [email protected]
3511P: Roman Zippel
3512M: [email protected]
3513L: [email protected]
3514W: http://www.linux-m68k.org/
3515T: git git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git
3516S: Maintained
3517F: arch/m68k/
3518F: drivers/zorro/
3519
3520M68K ON APPLE MACINTOSH
3521P: Joshua Thompson
3522M: [email protected]
3523W: http://www.mac.linux-m68k.org/
3524L: [email protected]
3525S: Maintained
3526F: arch/m68k/mac/
3527
3528M68K ON HP9000/300
3529P: Philip Blundell
3530M: [email protected]
3531W: http://www.tazenda.demon.co.uk/phil/linux-hp
3532S: Maintained
3533F: arch/m68k/hp300/
3534
3535MAC80211
3536P: Johannes Berg
3537M: [email protected]
3538L: [email protected]
3539W: http://linuxwireless.org/
3540T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git
3541S: Maintained
3542F: Documentation/networking/mac80211-injection.txt
3543F: include/net/mac80211.h
3544F: net/mac80211/
3545
3546MAC80211 PID RATE CONTROL
3547P: Stefano Brivio
3548M: [email protected]
3549P: Mattias Nissler
3550M: [email protected]
3551L: [email protected]
3552W: http://linuxwireless.org/en/developers/Documentation/mac80211/RateControl/PID
3553T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git
3554S: Maintained
3555F: net/mac80211/rc80211_pid*
3556
3557MACVLAN DRIVER
3558P: Patrick McHardy
3559M: [email protected]
3560L: [email protected]
3561S: Maintained
3562F: drivers/net/macvlan.c
3563F: include/linux/if_macvlan.h
3564
3565MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
3566P: Michael Kerrisk
3567M: [email protected]
3568W: http://www.kernel.org/doc/man-pages
3569L: [email protected]
3570S: Maintained
3571
3572MARVELL LIBERTAS WIRELESS DRIVER
3573P: Dan Williams
3574M: [email protected]
3575L: [email protected]
3576S: Maintained
3577F: drivers/net/wireless/libertas/
3578
3579MARVELL MV643XX ETHERNET DRIVER
3580P: Lennert Buytenhek
3581M: [email protected]
3582L: [email protected]
3583S: Supported
3584F: drivers/net/mv643xx_eth.*
3585F: include/linux/mv643xx.h
3586
3587MARVELL SOC MMC/SD/SDIO CONTROLLER DRIVER
3588P: Nicolas Pitre
3589M: [email protected]
3590L: [email protected]
3591S: Maintained
3592
3593MARVELL YUKON / SYSKONNECT DRIVER
3594P: Mirko Lindner
3595M: [email protected]
3596P: Ralph Roesler
3597M: [email protected]
3598W: http://www.syskonnect.com
3599S: Supported
3600
3601MATROX FRAMEBUFFER DRIVER
3602P: Petr Vandrovec
3603M: [email protected]
3604L: [email protected] (moderated for non-subscribers)
3605S: Maintained
3606F: drivers/video/matrox/matroxfb_*
3607F: include/linux/matroxfb.h
3608
3609MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
3610P: Hans J. Koch
3611M: [email protected]
3612L: [email protected]
3613S: Maintained
3614F: Documentation/hwmon/max6650
3615F: drivers/hwmon/max6650.c
3616
3617MEDIA INPUT INFRASTRUCTURE (V4L/DVB)
3618P: Mauro Carvalho Chehab
3619M: [email protected]
3620P: LinuxTV.org Project
3621L: [email protected]
3622W: http://linuxtv.org
3623T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
3624S: Maintained
3625F: Documentation/dvb/
3626F: Documentation/video4linux/
3627F: drivers/media/
3628F: include/media/
3629F: include/linux/dvb/
3630F: include/linux/videodev*.h
3631
3632MEGARAID SCSI DRIVERS
3633P: Neela Syam Kolli
3634M: [email protected]
3635L: [email protected]
3636W: http://megaraid.lsilogic.com
3637S: Maintained
3638F: Documentation/scsi/megaraid.txt
3639F: drivers/scsi/megaraid.*
3640F: drivers/scsi/megaraid/
3641
3642MEMORY MANAGEMENT
3643L: [email protected]
3644L: [email protected]
3645W: http://www.linux-mm.org
3646S: Maintained
3647F: include/linux/mm.h
3648F: mm/
3649
3650MEMORY RESOURCE CONTROLLER
3651P: Balbir Singh
3652M: [email protected]
3653P: Pavel Emelyanov
3654M: [email protected]
3655P: KAMEZAWA Hiroyuki
3656M: [email protected]
3657L: [email protected]
3658L: [email protected]
3659S: Maintained
3660F: mm/memcontrol.c
3661
3662MEMORY TECHNOLOGY DEVICES (MTD)
3663P: David Woodhouse
3664M: [email protected]
3665W: http://www.linux-mtd.infradead.org/
3666L: [email protected]
3667T: git git://git.infradead.org/mtd-2.6.git
3668S: Maintained
3669F: drivers/mtd/
3670F: include/linux/mtd/
3671F: include/mtd/
3672
3673MICROBLAZE ARCHITECTURE
3674P: Michal Simek
3675M: [email protected]
3676L: [email protected]
3677W: http://www.monstr.eu/fdt/
3678T: git git://git.monstr.eu/linux-2.6-microblaze.git
3679S: Supported
3680F: arch/microblaze/
3681
3682MICROTEK X6 SCANNER
3683P: Oliver Neukum
3684M: [email protected]
3685S: Maintained
3686F: drivers/usb/image/microtek.*
3687
3688MIPS
3689P: Ralf Baechle
3690M: [email protected]
3691W: http://www.linux-mips.org/
3692L: [email protected]
3693T: git git://git.linux-mips.org/pub/scm/linux.git
3694S: Supported
3695F: Documentation/mips/
3696F: arch/mips/
3697
3698MISCELLANEOUS MCA-SUPPORT
3699P: James Bottomley
3700M: [email protected]
3701L: [email protected]
3702S: Maintained
3703F: Documentation/ia64/mca.txt
3704F: Documentation/mca.txt
3705F: drivers/mca/
3706F: include/linux/mca*
3707
3708MODULE SUPPORT
3709P: Rusty Russell
3710M: [email protected]
3711L: [email protected]
3712S: Maintained
3713F: include/linux/module.h
3714F: kernel/module.c
3715
3716MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
3717P: Stelian Pop
3718M: [email protected]
3719W: http://popies.net/meye/
3720S: Maintained
3721F: Documentation/video4linux/meye.txt
3722F: drivers/media/video/meye.*
3723F: include/linux/meye.h
3724
3725MOTOROLA IMX MMC/SD HOST CONTROLLER INTERFACE DRIVER
3726P: Pavel Pisa
3727M: [email protected]
3728L: [email protected] (subscribers-only)
3729S: Maintained
3730F: drivers/mmc/host/imxmmc.*
3731
3732MOUSE AND MISC DEVICES [GENERAL]
3733P: Alessandro Rubini
3734M: [email protected]
3735L: [email protected]
3736S: Maintained
3737F: drivers/input/mouse/
3738F: include/linux/gpio_mouse.h
3739
3740MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
3741P: Jiri Slaby
3742M: [email protected]
3743L: [email protected]
3744S: Maintained
3745F: Documentation/serial/moxa-smartio
3746F: drivers/char/mxser.*
3747
3748MSI LAPTOP SUPPORT
3749P: Lennart Poettering
3750M: [email protected]
3751W: https://tango.0pointer.de/mailman/listinfo/s270-linux
3752W: http://0pointer.de/lennart/tchibo.html
3753S: Maintained
3754F: drivers/platform/x86/msi-laptop.c
3755
3756MULTIFUNCTION DEVICES (MFD)
3757P: Samuel Ortiz
3758M: [email protected]
3759L: [email protected]
3760T: git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6.git
3761S: Supported
3762F: drivers/mfd/
3763
3764MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
3765P: Pierre Ossman
3766M: [email protected]
3767L: [email protected]
3768S: Maintained
3769F: drivers/mmc/
3770F: include/linux/mmc/
3771
3772MULTIMEDIA CARD (MMC) ETC. OVER SPI
3773P: David Brownell
3774M: [email protected]
3775L: [email protected]
3776S: Odd Fixes
3777F: drivers/mmc/host/mmc_spi.c
3778F: include/linux/spi/mmc_spi.h
3779
3780MULTISOUND SOUND DRIVER
3781P: Andrew Veliath
3782M: [email protected]
3783S: Maintained
3784F: Documentation/sound/oss/MultiSound
3785F: sound/oss/msnd*
3786
3787MULTITECH MULTIPORT CARD (ISICOM)
3788P: Jiri Slaby
3789M: [email protected]
3790L: [email protected]
3791S: Maintained
3792F: drivers/char/isicom.c
3793F: include/linux/isicom.h
3794
3795MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
3796P: Felipe Balbi
3797M: [email protected]
3798L: [email protected]
3799T: git git://gitorious.org/musb/mainline.git
3800S: Maintained
3801F: drivers/usb/musb/
3802
3803MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
3804P: Andrew Gallatin
3805M: [email protected]
3806P: Brice Goglin
3807M: [email protected]
3808L: [email protected]
3809W: http://www.myri.com/scs/download-Myri10GE.html
3810S: Supported
3811F: drivers/net/myri10ge/
3812
3813NATSEMI ETHERNET DRIVER (DP8381x)
3814P: Tim Hockin
3815M: [email protected]
3816S: Maintained
3817F: drivers/net/natsemi.c
3818
3819NCP FILESYSTEM
3820P: Petr Vandrovec
3821M: [email protected]
3822L: [email protected]
3823S: Maintained
3824F: fs/ncpfs/
3825
3826NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
3827P: James E.J. Bottomley
3828M: [email protected]
3829L: [email protected]
3830S: Maintained
3831F: drivers/scsi/NCR_D700.*
3832
3833NETEFFECT IWARP RNIC DRIVER (IW_NES)
3834P: Faisal Latif
3835M: [email protected]
3836P: Chien Tung
3837M: [email protected]
3838L: [email protected]
3839W: http://www.neteffect.com
3840S: Supported
3841F: drivers/infiniband/hw/nes/
3842
3843NETEM NETWORK EMULATOR
3844P: Stephen Hemminger
3845M: [email protected]
3846L: [email protected]
3847S: Maintained
3848F: net/sched/sch_netem.c
3849
3850NETERION (S2IO) 10GbE DRIVER (xframe/vxge)
3851P: Ramkrishna Vepa
3852M: [email protected]
3853P: Rastapur Santosh
3854M: [email protected]
3855P: Sivakumar Subramani
3856M: [email protected]
3857P: Sreenivasa Honnur
3858M: [email protected]
3859P: Anil Murthy
3860M: [email protected]
3861L: [email protected]
3862W: http://trac.neterion.com/cgi-bin/trac.cgi/wiki/Linux?Anonymous
3863W: http://trac.neterion.com/cgi-bin/trac.cgi/wiki/X3100Linux?Anonymous
3864S: Supported
3865F: Documentation/networking/s2io.txt
3866F: drivers/net/s2io*
3867
3868NETFILTER/IPTABLES/IPCHAINS
3869P: Rusty Russell
3870P: Marc Boucher
3871P: James Morris
3872P: Harald Welte
3873P: Jozsef Kadlecsik
3874P: Patrick McHardy
3875M: [email protected]
3876L: [email protected]
3877L: [email protected]
3878L: [email protected]
3879W: http://www.netfilter.org/
3880W: http://www.iptables.org/
3881S: Supported
3882F: include/linux/netfilter*
3883F: include/linux/netfilter/
3884F: include/net/netfilter/
3885F: net/*/netfilter.c
3886F: net/*/netfilter/
3887F: net/netfilter/
3888
3889NETLABEL
3890P: Paul Moore
3891M: [email protected]
3892W: http://netlabel.sf.net
3893L: [email protected]
3894S: Supported
3895F: Documentation/netlabel/
3896F: include/net/netlabel.h
3897F: net/netlabel/
3898
3899NETROM NETWORK LAYER
3900P: Ralf Baechle
3901M: [email protected]
3902L: [email protected]
3903W: http://www.linux-ax25.org/
3904S: Maintained
3905F: include/linux/netrom.h
3906F: include/net/netrom.h
3907F: net/netrom/
3908
3909NETWORK BLOCK DEVICE (NBD)
3910P: Paul Clements
3911M: [email protected]
3912S: Maintained
3913F: Documentation/blockdev/nbd.txt
3914F: drivers/block/nbd.c
3915F: include/linux/nbd.h
3916
3917NETWORK DEVICE DRIVERS
3918P: Jeff Garzik
3919M: [email protected]
3920L: [email protected]
3921T: git git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/netdev-2.6.git
3922S: Maintained
3923F: drivers/net/
3924
3925NETWORKING [GENERAL]
3926P: Networking Team
3927M: [email protected]
3928L: [email protected]
3929W: http://linux-net.osdl.org/
3930S: Maintained
3931F: net/
3932F: include/net/
3933
3934NETWORKING [IPv4/IPv6]
3935P: David S. Miller
3936M: [email protected]
3937P: Alexey Kuznetsov
3938M: [email protected]
3939P: Pekka Savola (ipv6)
3940M: [email protected]
3941P: James Morris
3942M: [email protected]
3943P: Hideaki YOSHIFUJI
3944M: [email protected]
3945P: Patrick McHardy
3946M: [email protected]
3947L: [email protected]
3948T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.git
3949S: Maintained
3950F: net/ipv4/
3951F: net/ipv6/
3952F: include/net/ip*
3953
3954NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
3955P: Paul Moore
3956M: [email protected]
3957L: [email protected]
3958S: Maintained
3959
3960NETWORKING [WIRELESS]
3961P: John W. Linville
3962M: [email protected]
3963L: [email protected]
3964T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git
3965S: Maintained
3966F: net/wireless/
3967F: include/net/ieee80211*
3968F: include/net/wireless.h
3969
3970NETXEN (1/10) GbE SUPPORT
3971P: Dhananjay Phadke
3972M: [email protected]
3973L: [email protected]
3974W: http://www.netxen.com
3975S: Supported
3976F: drivers/net/netxen/
3977
3978NFS, SUNRPC, AND LOCKD CLIENTS
3979P: Trond Myklebust
3980M: [email protected]
3981L: [email protected]
3982W: http://client.linux-nfs.org
3983T: git git://git.linux-nfs.org/pub/linux/nfs-2.6.git
3984S: Maintained
3985F: fs/lockd/
3986F: fs/nfs/
3987F: fs/nfs_common/
3988F: net/sunrpc/
3989F: include/linux/lockd/
3990F: include/linux/nfs*
3991F: include/linux/sunrpc/
3992
3993NI5010 NETWORK DRIVER
3994P: Jan-Pascal van Best
3995M: [email protected]
3996P: Andreas Mohr
3997M: [email protected]
3998L: [email protected]
3999S: Maintained
4000F: drivers/net/ni5010.*
4001
4002NILFS2 FILESYSTEM
4003P: KONISHI Ryusuke
4004M: [email protected]
4005L: [email protected]
4006W: http://www.nilfs.org/en/
4007S: Supported
4008F: Documentation/filesystems/nilfs2.txt
4009F: fs/nilfs2/
4010F: include/linux/nilfs2_fs.h
4011
4012NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
4013P: YOKOTA Hiroshi
4014M: [email protected]
4015W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
4016S: Maintained
4017F: Documentation/scsi/NinjaSCSI.txt
4018F: drivers/scsi/pcmcia/nsp_*
4019
4020NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
4021P: GOTO Masanori
4022M: [email protected]
4023P: YOKOTA Hiroshi
4024M: [email protected]
4025W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
4026S: Maintained
4027F: Documentation/scsi/NinjaSCSI.txt
4028F: drivers/scsi/nsp32*
4029
4030NTFS FILESYSTEM
4031P: Anton Altaparmakov
4032M: [email protected]
4033L: [email protected]
4034L: [email protected]
4035W: http://www.linux-ntfs.org/
4036T: git git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs-2.6.git
4037S: Maintained
4038F: Documentation/filesystems/ntfs.txt
4039F: fs/ntfs/
4040
4041NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
4042P: Antonino Daplas
4043M: [email protected]
4044L: [email protected] (moderated for non-subscribers)
4045S: Maintained
4046F: drivers/video/riva/
4047F: drivers/video/nvidia/
4048
4049OMFS FILESYSTEM
4050P: Bob Copeland
4051M: [email protected]
4052L: [email protected]
4053S: Maintained
4054F: Documentation/filesystems/omfs.txt
4055F: fs/omfs/
4056
4057OMNIKEY CARDMAN 4000 DRIVER
4058P: Harald Welte
4059M: [email protected]
4060S: Maintained
4061F: drivers/char/pcmcia/cm4000_cs.c
4062F: include/linux/cm4000_cs.h
4063
4064OMNIKEY CARDMAN 4040 DRIVER
4065P: Harald Welte
4066M: [email protected]
4067S: Maintained
4068F: drivers/char/pcmcia/cm4040_cs.*
4069
4070OMNIVISION OV7670 SENSOR DRIVER
4071P: Jonathan Corbet
4072M: [email protected]
4073L: [email protected]
4074T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
4075S: Maintained
4076F: drivers/media/video/ov7670.c
4077
4078ONENAND FLASH DRIVER
4079P: Kyungmin Park
4080M: [email protected]
4081L: [email protected]
4082S: Maintained
4083F: drivers/mtd/onenand/
4084F: include/linux/mtd/onenand*.h
4085
4086ONSTREAM SCSI TAPE DRIVER
4087P: Willem Riede
4088M: [email protected]
4089L: [email protected]
4090L: [email protected]
4091S: Maintained
4092F: drivers/scsi/osst*
4093F: drivers/scsi/st*
4094
4095OPENCORES I2C BUS DRIVER
4096P: Peter Korsgaard
4097M: [email protected]
4098L: [email protected]
4099S: Maintained
4100F: Documentation/i2c/busses/i2c-ocores
4101F: drivers/i2c/busses/i2c-ocores.c
4102
4103OPROFILE
4104P: Robert Richter
4105M: [email protected]
4106L: [email protected]
4107S: Maintained
4108F: arch/*/oprofile/
4109F: drivers/oprofile/
4110F: include/linux/oprofile.h
4111
4112ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
4113P: Mark Fasheh
4114M: [email protected]
4115P: Joel Becker
4116M: [email protected]
4117L: [email protected] (moderated for non-subscribers)
4118W: http://oss.oracle.com/projects/ocfs2/
4119T: git git://git.kernel.org/pub/scm/linux/kernel/git/mfasheh/ocfs2.git
4120S: Supported
4121F: Documentation/filesystems/ocfs2.txt
4122F: Documentation/filesystems/dlmfs.txt
4123F: fs/ocfs2/
4124
4125ORINOCO DRIVER
4126P: Pavel Roskin
4127M: [email protected]
4128P: David Gibson
4129M: [email protected]
4130L: [email protected]
4131L: [email protected]
4132L: [email protected]
4133W: http://www.nongnu.org/orinoco/
4134S: Maintained
4135F: drivers/net/wireless/orinoco/
4136
4137OSD LIBRARY
4138P: Boaz Harrosh
4139M: [email protected]
4140P: Benny Halevy
4141M: [email protected]
4142L: [email protected]
4143W: http://open-osd.org
4144T: git git://git.open-osd.org/open-osd.git
4145S: Maintained
4146
4147P54 WIRELESS DRIVER
4148P: Michael Wu
4149M: [email protected]
4150L: [email protected]
4151W: http://prism54.org
4152T: git git://git.kernel.org/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
4153S: Maintained
4154F: drivers/net/wireless/p54/
4155
4156PA SEMI ETHERNET DRIVER
4157P: Olof Johansson
4158M: [email protected]
4159L: [email protected]
4160S: Maintained
4161F: drivers/net/pasemi_mac.*
4162
4163PA SEMI SMBUS DRIVER
4164P: Olof Johansson
4165M: [email protected]
4166L: [email protected]
4167S: Maintained
4168F: drivers/i2c/busses/i2c-pasemi.c
4169
4170PANASONIC LAPTOP ACPI EXTRAS DRIVER
4171P: Harald Welte
4172M: [email protected]
4173S: Maintained
4174F: drivers/platform/x86/panasonic-laptop.c
4175
4176PANASONIC MN10300/AM33 PORT
4177P: David Howells
4178M: [email protected]
4179P: Koichi Yasutake
4180M: [email protected]
4181L: [email protected] (moderated for non-subscribers)
4182W: ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
4183S: Maintained
4184F: Documentation/mn10300/
4185F: arch/mn10300/
4186
4187PARALLEL PORT SUPPORT
4188L: [email protected] (subscribers-only)
4189S: Orphan
4190F: drivers/parport/
4191F: include/linux/parport*.h
4192F: drivers/char/ppdev.c
4193F: include/linux/ppdev.h
4194
4195PARAVIRT_OPS INTERFACE
4196P: Jeremy Fitzhardinge
4197M: [email protected]
4198P: Chris Wright
4199M: [email protected]
4200P: Alok Kataria
4201M: [email protected]
4202P: Rusty Russell
4203M: [email protected]
4204L: [email protected]
4205L: [email protected]
4206S: Supported
4207F: Documentation/ia64/paravirt_ops.txt
4208F: arch/*/kernel/paravirt*
4209F: arch/*/include/asm/paravirt.h
4210
4211PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
4212P: Tim Waugh
4213M: [email protected]
4214L: [email protected] (subscribers-only)
4215W: http://www.torque.net/linux-pp.html
4216S: Maintained
4217F: Documentation/blockdev/paride.txt
4218F: drivers/block/paride/
4219
4220PARISC ARCHITECTURE
4221P: Kyle McMartin
4222M: [email protected]
4223P: Helge Deller
4224M: [email protected]
4225L: [email protected]
4226W: http://www.parisc-linux.org/
4227T: git git://git.kernel.org/pub/scm/linux/kernel/git/kyle/parisc-2.6.git
4228S: Maintained
4229F: arch/parisc/
4230F: drivers/parisc/
4231
4232PC87360 HARDWARE MONITORING DRIVER
4233P: Jim Cromie
4234M: [email protected]
4235L: [email protected]
4236S: Maintained
4237F: Documentation/hwmon/pc87360
4238F: drivers/hwmon/pc87360.c
4239
4240PC8736x GPIO DRIVER
4241P: Jim Cromie
4242M: [email protected]
4243S: Maintained
4244F: drivers/char/pc8736x_gpio.c
4245
4246PCA9532 LED DRIVER
4247P: Riku Voipio
4248M: [email protected]
4249S: Maintained
4250F: drivers/leds/leds-pca9532.c
4251F: include/linux/leds-pca9532.h
4252
4253PCI ERROR RECOVERY
4254P: Linas Vepstas
4255M: [email protected]
4256L: [email protected]
4257L: [email protected]
4258S: Supported
4259F: Documentation/PCI/pci-error-recovery.txt
4260F: Documentation/powerpc/eeh-pci-error-recovery.txt
4261
4262PCI SUBSYSTEM
4263P: Jesse Barnes
4264M: [email protected]
4265L: [email protected]
4266L: [email protected]
4267T: git git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6.git
4268S: Supported
4269F: Documentation/PCI/
4270F: drivers/pci/
4271F: include/linux/pci*
4272
4273PCIE HOTPLUG DRIVER
4274P: Kristen Carlson Accardi
4275M: [email protected]
4276L: [email protected]
4277S: Supported
4278F: drivers/pci/pcie/
4279
4280PCMCIA SUBSYSTEM
4281P: Linux PCMCIA Team
4282L: [email protected]
4283W: http://lists.infradead.org/mailman/listinfo/linux-pcmcia
4284T: git git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
4285S: Maintained
4286F: Documentation/pcmcia/
4287F: drivers/pcmcia/
4288F: include/pcmcia/
4289
4290PCNET32 NETWORK DRIVER
4291P: Don Fry
4292M: [email protected]
4293L: [email protected]
4294S: Maintained
4295F: drivers/net/pcnet32.c
4296
4297PER-TASK DELAY ACCOUNTING
4298P: Balbir Singh
4299M: [email protected]
4300L: [email protected]
4301S: Maintained
4302F: include/linux/delayacct.h
4303F: kernel/delayacct.c
4304
4305PERSONALITY HANDLING
4306P: Christoph Hellwig
4307M: [email protected]
4308L: [email protected]
4309S: Maintained
4310F: include/linux/personality.h
4311
4312PHRAM MTD DRIVER
4313P: Joern Engel
4314M: [email protected]
4315L: [email protected]
4316S: Maintained
4317F: drivers/mtd/devices/phram.c
4318
4319PKTCDVD DRIVER
4320P: Peter Osterlund
4321M: [email protected]
4322L: [email protected]
4323S: Maintained
4324F: drivers/block/pktcdvd.c
4325F: include/linux/pktcdvd.h
4326
4327POSIX CLOCKS and TIMERS
4328P: Thomas Gleixner
4329M: [email protected]
4330L: [email protected]
4331S: Supported
4332F: fs/timerfd.c
4333F: include/linux/timer*
4334F: kernel/*timer*
4335
4336POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
4337P: Anton Vorontsov
4338M: [email protected]
4339P: David Woodhouse
4340M: [email protected]
4341L: [email protected]
4342T: git git://git.infradead.org/battery-2.6.git
4343S: Maintained
4344F: include/linux/power_supply.h
4345F: drivers/power/power_supply*
4346
4347PNP SUPPORT
4348P: Adam Belay
4349M: [email protected]
4350P: Bjorn Helgaas
4351M: [email protected]
4352S: Maintained
4353F: drivers/pnp/
4354
4355PNXxxxx I2C DRIVER
4356P: Vitaly Wool
4357M: [email protected]
4358L: [email protected]
4359S: Maintained
4360F: drivers/i2c/busses/i2c-pnx.c
4361
4362PPP PROTOCOL DRIVERS AND COMPRESSORS
4363P: Paul Mackerras
4364M: [email protected]
4365L: [email protected]
4366S: Maintained
4367F: drivers/net/ppp_*
4368
4369PPP OVER ATM (RFC 2364)
4370P: Mitchell Blank Jr
4371M: [email protected]
4372S: Maintained
4373F: net/atm/pppoatm.c
4374F: include/linux/atmppp.h
4375
4376PPP OVER ETHERNET
4377P: Michal Ostrowski
4378M: [email protected]
4379S: Maintained
4380F: drivers/net/pppoe.c
4381F: drivers/net/pppox.c
4382
4383PPP OVER L2TP
4384P: James Chapman
4385M: [email protected]
4386S: Maintained
4387F: drivers/net/pppol2tp.c
4388F: include/linux/if_pppol2tp.h
4389
4390PREEMPTIBLE KERNEL
4391P: Robert Love
4392M: [email protected]
4393L: [email protected]
4394L: [email protected]
4395W: ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
4396S: Supported
4397F: Documentation/preempt-locking.txt
4398F: include/linux/preempt.h
4399
4400PRISM54 WIRELESS DRIVER
4401P: Luis R. Rodriguez
4402M: [email protected]
4403L: [email protected]
4404W: http://prism54.org
4405S: Maintained
4406F: drivers/net/wireless/prism54/
4407
4408PROMISE DC4030 CACHING DISK CONTROLLER DRIVER
4409P: Peter Denison
4410M: [email protected]
4411W: http://www.pnd-pc.demon.co.uk/promise/
4412S: Maintained
4413
4414PROMISE SATA TX2/TX4 CONTROLLER LIBATA DRIVER
4415P: Mikael Pettersson
4416M: [email protected]
4417L: [email protected]
4418S: Maintained
4419F: drivers/ata/sata_promise.*
4420
4421PS3 NETWORK SUPPORT
4422P: Masakazu Mokuno
4423M: [email protected]
4424L: [email protected]
4425L: [email protected]
4426S: Supported
4427F: drivers/net/ps3_gelic_net.*
4428
4429PS3 PLATFORM SUPPORT
4430P: Geoff Levand
4431M: [email protected]
4432L: [email protected]
4433L: [email protected]
4434S: Supported
4435F: arch/powerpc/boot/ps3*
4436F: arch/powerpc/include/asm/lv1call.h
4437F: arch/powerpc/include/asm/ps3*.h
4438F: arch/powerpc/platforms/ps3/
4439F: drivers/*/ps3*
4440F: drivers/ps3/
4441F: drivers/rtc/rtc-ps3.c
4442F: drivers/usb/host/*ps3.c
4443F: sound/ppc/snd_ps3*
4444
4445PS3VRAM DRIVER
4446P: Jim Paris
4447M: [email protected]
4448L: [email protected]
4449S: Maintained
4450
4451PVRUSB2 VIDEO4LINUX DRIVER
4452P: Mike Isely
4453M: [email protected]
4454L: [email protected] (subscribers-only)
4455L: [email protected]
4456W: http://www.isely.net/pvrusb2/
4457T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
4458S: Maintained
4459F: Documentation/video4linux/README.pvrusb2
4460F: drivers/media/video/pvrusb2/
4461
4462PXA2xx/PXA3xx SUPPORT
4463P: Eric Miao
4464M: [email protected]
4465P: Russell King
4466M: [email protected]
4467L: [email protected] (subscribers-only)
4468S: Maintained
4469F: arch/arm/mach-pxa/
4470F: drivers/pcmcia/pxa2xx*
4471F: drivers/spi/pxa2xx*
4472F: drivers/usb/gadget/pxa2*
4473F: include/sound/pxa2xx-lib.h
4474F: sound/soc/pxa/pxa2xx*
4475
4476PXA168 SUPPORT
4477P: Eric Miao
4478M: [email protected]
4479P: Jason Chagas
4480M: [email protected]
4481L: [email protected] (subscribers-only)
4482T: git git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/pxa-linux-2.6.git
4483S: Supported
4484
4485PXA910 SUPPORT
4486P: Eric Miao
4487M: [email protected]
4488L: [email protected] (subscribers-only)
4489T: git git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/pxa-linux-2.6.git
4490S: Supported
4491
4492PXA MMCI DRIVER
4493S: Orphan
4494
4495PXA RTC DRIVER
4496P: Robert Jarzmik
4497M: [email protected]
4498L: [email protected]
4499S: Maintained
4500
4501QLOGIC QLA2XXX FC-SCSI DRIVER
4502P: Andrew Vasquez
4503M: [email protected]
4504L: [email protected]
4505S: Supported
4506F: Documentation/scsi/LICENSE.qla2xxx
4507F: drivers/scsi/qla2xxx/
4508
4509QLOGIC QLA3XXX NETWORK DRIVER
4510P: Ron Mercer
4511M: [email protected]
4512L: [email protected]
4513S: Supported
4514F: Documentation/networking/LICENSE.qla3xxx
4515F: drivers/net/qla3xxx.*
4516
4517QLOGIC QLGE 10Gb ETHERNET DRIVER
4518P: Ron Mercer
4519M: [email protected]
4520M: [email protected]
4521L: [email protected]
4522S: Supported
4523F: drivers/net/qlge/
4524
4525QNX4 FILESYSTEM
4526P: Anders Larsen
4527M: [email protected]
4528L: [email protected]
4529W: http://www.alarsen.net/linux/qnx4fs/
4530S: Maintained
4531F: fs/qnx4/
4532F: include/linux/qnx4_fs.h
4533F: include/linux/qnxtypes.h
4534
4535RADEON FRAMEBUFFER DISPLAY DRIVER
4536P: Benjamin Herrenschmidt
4537M: [email protected]
4538L: [email protected] (moderated for non-subscribers)
4539S: Maintained
4540F: drivers/video/aty/radeon*
4541F: include/linux/radeonfb.h
4542
4543RAGE128 FRAMEBUFFER DISPLAY DRIVER
4544P: Paul Mackerras
4545M: [email protected]
4546L: [email protected] (moderated for non-subscribers)
4547S: Maintained
4548F: drivers/video/aty/aty128fb.c
4549
4550RALINK RT2X00 WIRELESS LAN DRIVER
4551P: rt2x00 project
4552L: [email protected]
4553L: [email protected]
4554W: http://rt2x00.serialmonkey.com/
4555S: Maintained
4556T: git git://git.kernel.org/pub/scm/linux/kernel/git/ivd/rt2x00.git
4557F: drivers/net/wireless/rt2x00/
4558
4559RAMDISK RAM BLOCK DEVICE DRIVER
4560P: Nick Piggin
4561M: [email protected]
4562S: Maintained
4563F: Documentation/blockdev/ramdisk.txt
4564F: drivers/block/brd.c
4565
4566RANDOM NUMBER DRIVER
4567P: Matt Mackall
4568M: [email protected]
4569S: Maintained
4570F: drivers/char/random.c
4571
4572RAPIDIO SUBSYSTEM
4573P: Matt Porter
4574M: [email protected]
4575L: [email protected]
4576S: Maintained
4577F: drivers/rapidio/
4578
4579RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
4580P: Corey Thomas
4581M: [email protected]
4582L: [email protected]
4583S: Maintained
4584F: drivers/net/wireless/ray*
4585
4586RCUTORTURE MODULE
4587P: Josh Triplett
4588M: [email protected]
4589L: [email protected]
4590S: Maintained
4591F: Documentation/RCU/torture.txt
4592F: kernel/rcutorture.c
4593
4594RDC R-321X SoC
4595P: Florian Fainelli
4596M: [email protected]
4597L: [email protected]
4598S: Maintained
4599
4600RDC R6040 FAST ETHERNET DRIVER
4601P: Florian Fainelli
4602M: [email protected]
4603L: [email protected]
4604S: Maintained
4605F: drivers/net/r6040.c
4606
4607RDS - RELIABLE DATAGRAM SOCKETS
4608P: Andy Grover
4609M: [email protected]
4610L: [email protected]
4611S: Supported
4612F: net/rds/
4613
4614READ-COPY UPDATE (RCU)
4615P: Dipankar Sarma
4616M: [email protected]
4617W: http://www.rdrop.com/users/paulmck/rclock/
4618L: [email protected]
4619S: Supported
4620F: Documentation/RCU/rcu.txt
4621F: Documentation/RCU/rcuref.txt
4622F: include/linux/rcupdate.h
4623F: include/linux/srcu.h
4624F: kernel/rcupdate.c
4625
4626REAL TIME CLOCK DRIVER
4627P: Paul Gortmaker
4628M: [email protected]
4629L: [email protected]
4630S: Maintained
4631F: Documentation/rtc.txt
4632F: drivers/rtc/
4633F: include/linux/rtc.h
4634
4635REAL TIME CLOCK (RTC) SUBSYSTEM
4636P: Alessandro Zummo
4637M: [email protected]
4638L: [email protected]
4639S: Maintained
4640F: Documentation/rtc.txt
4641F: drivers/rtc/
4642F: include/linux/rtc.h
4643
4644REISERFS FILE SYSTEM
4645L: [email protected]
4646S: Supported
4647F: fs/reiserfs/
4648
4649RFKILL
4650P: Ivo van Doorn
4651M: [email protected]
4652L: [email protected]
4653S: Maintained
4654F Documentation/rfkill.txt
4655F: net/rfkill/
4656
4657RISCOM8 DRIVER
4658S: Orphan
4659F: Documentation/serial/riscom8.txt
4660F: drivers/char/riscom8*
4661
4662ROCKETPORT DRIVER
4663P: Comtrol Corp.
4664W: http://www.comtrol.com
4665S: Maintained
4666F: Documentation/serial/rocket.txt
4667F: drivers/char/rocket*
4668
4669ROSE NETWORK LAYER
4670P: Ralf Baechle
4671M: [email protected]
4672L: [email protected]
4673W: http://www.linux-ax25.org/
4674S: Maintained
4675F: include/linux/rose.h
4676F: include/net/rose.h
4677F: net/rose/
4678
4679RTL8180 WIRELESS DRIVER
4680P: John W. Linville
4681M: [email protected]
4682L: [email protected]
4683W: http://linuxwireless.org/
4684T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
4685S: Maintained
4686F: drivers/net/wireless/rtl818*
4687
4688RTL8187 WIRELESS DRIVER
4689P: Herton Ronaldo Krzesinski
4690M: [email protected]
4691P: Hin-Tak Leung
4692M: [email protected]
4693P: Larry Finger
4694M: [email protected]
4695L: [email protected]
4696W: http://linuxwireless.org/
4697T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
4698S: Maintained
4699F: drivers/net/wireless/rtl818x/rtl8187*
4700
4701S3 SAVAGE FRAMEBUFFER DRIVER
4702P: Antonino Daplas
4703M: [email protected]
4704L: [email protected] (moderated for non-subscribers)
4705S: Maintained
4706F: drivers/video/savage/
4707
4708S390
4709P: Martin Schwidefsky
4710M: [email protected]
4711P: Heiko Carstens
4712M: [email protected]
4713M: [email protected]
4714L: [email protected]
4715W: http://www.ibm.com/developerworks/linux/linux390/
4716S: Supported
4717F: arch/s390/
4718
4719S390 NETWORK DRIVERS
4720P: Ursula Braun
4721M: [email protected]
4722P: Frank Blaschka
4723M: [email protected]
4724M: [email protected]
4725L: [email protected]
4726W: http://www.ibm.com/developerworks/linux/linux390/
4727S: Supported
4728F: drivers/s390/net/
4729
4730S390 ZCRYPT DRIVER
4731P: Felix Beck
4732M: [email protected]
4733P: Ralph Wuerthner
4734M: [email protected]
4735M: [email protected]
4736L: [email protected]
4737S: Supported
4738F: drivers/s390/crypto/
4739
4740S390 ZFCP DRIVER
4741P: Christof Schmitt
4742M: [email protected]
4743P: Martin Peschke
4744M: [email protected]
4745M: [email protected]
4746L: [email protected]
4747W: http://www.ibm.com/developerworks/linux/linux390/
4748S: Supported
4749F: Documentation/s390/zfcpdump.txt
4750F: drivers/s390/scsi/zfcp_*
4751
4752S390 IUCV NETWORK LAYER
4753P: Ursula Braun
4754M: [email protected]
4755M: [email protected]
4756L: [email protected]
4757W: http://www.ibm.com/developerworks/linux/linux390/
4758S: Supported
4759F: drivers/s390/net/*iucv*
4760F: include/net/iucv/
4761F: net/iucv/
4762
4763S3C24XX SD/MMC Driver
4764P: Ben Dooks
4765M: [email protected]
4766L: [email protected] (subscribers-only)
4767L: [email protected]
4768S: Supported
4769F: drivers/mmc/host/s3cmci.*
4770
4771SAA7146 VIDEO4LINUX-2 DRIVER
4772P: Michael Hunold
4773M: [email protected]
4774L: [email protected]
4775T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
4776W: http://www.mihu.de/linux/saa7146
4777S: Maintained
4778F: drivers/media/common/saa7146*
4779F: drivers/media/video/*7146*
4780F: include/media/*7146*
4781
4782SC1200 WDT DRIVER
4783P: Zwane Mwaikambo
4784M: [email protected]
4785S: Maintained
4786F: drivers/watchdog/sc1200wdt.c
4787
4788SCHEDULER
4789P: Ingo Molnar
4790M: [email protected]
4791P: Peter Zijlstra
4792M: [email protected]
4793L: [email protected]
4794S: Maintained
4795F: kernel/sched*
4796F: include/linux/sched.h
4797
4798SCSI CDROM DRIVER
4799P: Jens Axboe
4800M: [email protected]
4801L: [email protected]
4802W: http://www.kernel.dk
4803S: Maintained
4804F: drivers/scsi/sr*
4805
4806SCSI SG DRIVER
4807P: Doug Gilbert
4808M: [email protected]
4809L: [email protected]
4810W: http://www.torque.net/sg
4811S: Maintained
4812F: drivers/scsi/sg.c
4813F: include/scsi/sg.h
4814
4815SCSI SUBSYSTEM
4816P: James E.J. Bottomley
4817M: [email protected]
4818L: [email protected]
4819T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
4820T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6.git
4821T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-pending-2.6.git
4822S: Maintained
4823F: drivers/scsi/
4824F: include/scsi/
4825
4826SCSI TAPE DRIVER
4827P: Kai Mäkisara
4828M: [email protected]
4829L: [email protected]
4830S: Maintained
4831F: Documentation/scsi/st.txt
4832F: drivers/scsi/st*
4833
4834SCTP PROTOCOL
4835P: Vlad Yasevich
4836M: [email protected]
4837P: Sridhar Samudrala
4838M: [email protected]
4839L: [email protected]
4840W: http://lksctp.sourceforge.net
4841S: Supported
4842F: Documentation/networking/sctp.txt
4843F: include/linux/sctp.h
4844F: include/net/sctp/
4845F: net/sctp/
4846
4847SCx200 CPU SUPPORT
4848P: Jim Cromie
4849M: [email protected]
4850S: Odd Fixes
4851F: Documentation/i2c/busses/scx200_acb
4852F: arch/x86/kernel/scx200_32.c
4853F: drivers/watchdog/scx200_wdt.c
4854F: drivers/i2c/busses/scx200*
4855F: drivers/mtd/maps/scx200_docflash.c
4856F: include/linux/scx200.h
4857
4858SCx200 GPIO DRIVER
4859P: Jim Cromie
4860M: [email protected]
4861S: Maintained
4862F: drivers/char/scx200_gpio.c
4863F: include/linux/scx200_gpio.h
4864
4865SCx200 HRT CLOCKSOURCE DRIVER
4866P: Jim Cromie
4867M: [email protected]
4868S: Maintained
4869F: drivers/clocksource/scx200_hrt.c
4870
4871SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
4872P: Sascha Sommer
4873M: [email protected]
4874L: [email protected] (subscribers-only)
4875S: Maintained
4876F: drivers/mmc/host/sdricoh_cs.c
4877
4878SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
4879P: Pierre Ossman
4880M: [email protected]
4881L: [email protected]
4882S: Maintained
4883
4884SECURE DIGITAL HOST CONTROLLER INTERFACE, OPEN FIRMWARE BINDINGS (SDHCI-OF)
4885P: Anton Vorontsov
4886M: [email protected]
4887L: [email protected]
4888L: [email protected]
4889S: Maintained
4890F: drivers/mmc/host/sdhci.*
4891
4892SECURITY SUBSYSTEM
4893P: James Morris
4894M: [email protected]
4895L: [email protected]
4896L: [email protected] (suggested Cc:)
4897T: git git://www.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6.git
4898W: http://security.wiki.kernel.org/
4899S: Supported
4900F: security/
4901
4902SECURITY CONTACT
4903P: Security Officers
4904M: [email protected]
4905S: Supported
4906
4907SELINUX SECURITY MODULE
4908P: Stephen Smalley
4909M: [email protected]
4910P: James Morris
4911M: [email protected]
4912P: Eric Paris
4913M: [email protected]
4914L: [email protected] (kernel issues)
4915L: [email protected] (subscribers-only, general discussion)
4916W: http://selinuxproject.org
4917T: git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6.git
4918S: Supported
4919F: include/linux/selinux*
4920F: security/selinux/
4921
4922SENSABLE PHANTOM
4923P: Jiri Slaby
4924M: [email protected]
4925S: Maintained
4926F: drivers/misc/phantom.c
4927F: include/linux/phantom.h
4928
4929SERIAL ATA (SATA) SUBSYSTEM
4930P: Jeff Garzik
4931M: [email protected]
4932L: [email protected]
4933T: git git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
4934S: Supported
4935F: drivers/ata/
4936F: include/linux/ata.h
4937F: include/linux/libata.h
4938
4939SERVER ENGINES 10Gbps NIC - BladeEngine 2 DRIVER
4940P: Sathya Perla
4941M: [email protected]
4942P: Subbu Seetharaman
4943M: [email protected]
4944L: [email protected]
4945W: http://www.serverengines.com
4946S: Supported
4947F: drivers/net/benet/
4948
4949SFC NETWORK DRIVER
4950P: Steve Hodgson
4951P: Ben Hutchings
4952P: Robert Stonehouse
4953M: [email protected]
4954S: Supported
4955F: drivers/net/sfc/
4956
4957SGI GRU DRIVER
4958P: Jack Steiner
4959M: [email protected]
4960S: Maintained
4961F: drivers/misc/sgi-gru/
4962
4963SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
4964P: Pat Gefre
4965M: [email protected]
4966L: [email protected]
4967S: Supported
4968F: Documentation/ia64/serial.txt
4969F: drivers/serial/ioc?_serial.c
4970F: include/linux/ioc?.h
4971
4972SGI VISUAL WORKSTATION 320 AND 540
4973P: Andrey Panin
4974M: [email protected]
4975L: [email protected]
4976W: http://linux-visws.sf.net
4977S: Maintained for 2.6.
4978F: Documentation/sgi-visws.txt
4979
4980SGI XP/XPC/XPNET DRIVER
4981P: Robin Holt
4982M: [email protected]
4983S: Maintained
4984F: drivers/misc/sgi-xp/
4985
4986SHARP LH SUPPORT (LH7952X & LH7A40X)
4987P: Marc Singer
4988M: [email protected]
4989W: http://projects.buici.com/arm
4990L: [email protected] (subscribers-only)
4991S: Maintained
4992F: Documentation/arm/Sharp-LH/ADC-LH7-Touchscreen
4993F: arch/arm/mach-lh7a40x/
4994F: drivers/serial/serial_lh7a40x.c
4995F: drivers/usb/gadget/lh7a40*
4996F: drivers/usb/host/ohci-lh7a40*
4997
4998SHPC HOTPLUG DRIVER
4999P: Kristen Carlson Accardi
5000M: [email protected]
5001L: [email protected]
5002S: Supported
5003F: drivers/pci/hotplug/shpchp*
5004
5005SIMTEC EB110ATX (Chalice CATS)
5006P: Ben Dooks
5007P: Vincent Sanders
5008M: [email protected]
5009W: http://www.simtec.co.uk/products/EB110ATX/
5010S: Supported
5011F: arch/arm/mach-ebsa110/
5012
5013SIMTEC EB2410ITX (BAST)
5014P: Ben Dooks
5015P: Vincent Sanders
5016M: [email protected]
5017W: http://www.simtec.co.uk/products/EB2410ITX/
5018S: Supported
5019F: arch/arm/mach-s3c2410/
5020F: drivers/*/*s3c2410*
5021F: drivers/*/*/*s3c2410*
5022
5023SIS 190 ETHERNET DRIVER
5024P: Francois Romieu
5025M: [email protected]
5026L: [email protected]
5027S: Maintained
5028F: drivers/net/sis190.c
5029
5030SIS 900/7016 FAST ETHERNET DRIVER
5031P: Daniele Venzano
5032M: [email protected]
5033W: http://www.brownhat.org/sis900.html
5034L: [email protected]
5035S: Maintained
5036F: drivers/net/sis900.*
5037
5038SIS 96X I2C/SMBUS DRIVER
5039P: Mark M. Hoffman
5040M: [email protected]
5041L: [email protected]
5042S: Maintained
5043F: Documentation/i2c/busses/i2c-sis96x
5044F: drivers/i2c/busses/i2c-sis96x.c
5045
5046SIS FRAMEBUFFER DRIVER
5047P: Thomas Winischhofer
5048M: [email protected]
5049W: http://www.winischhofer.net/linuxsisvga.shtml
5050S: Maintained
5051F: Documentation/fb/sisfb.txt
5052F: drivers/video/sis/
5053F: include/video/sisfb.h
5054
5055SIS USB2VGA DRIVER
5056P: Thomas Winischhofer
5057M: [email protected]
5058W: http://www.winischhofer.at/linuxsisusbvga.shtml
5059S: Maintained
5060F: drivers/usb/misc/sisusbvga/
5061
5062SKGE, SKY2 10/100/1000 GIGABIT ETHERNET DRIVERS
5063P: Stephen Hemminger
5064M: [email protected]
5065L: [email protected]
5066S: Maintained
5067F: drivers/net/skge.*
5068F: drivers/net/sky2.*
5069
5070SLAB ALLOCATOR
5071P: Christoph Lameter
5072M: [email protected]
5073P: Pekka Enberg
5074M: [email protected]
5075P: Matt Mackall
5076M: [email protected]
5077L: [email protected]
5078S: Maintained
5079F: include/linux/sl?b*.h
5080F: mm/sl?b.c
5081
5082SMC91x ETHERNET DRIVER
5083P: Nicolas Pitre
5084M: [email protected]
5085S: Maintained
5086F: drivers/net/smc91x.*
5087
5088SMSC47B397 HARDWARE MONITOR DRIVER
5089P: Mark M. Hoffman
5090M: [email protected]
5091L: [email protected]
5092S: Maintained
5093F: Documentation/hwmon/smsc47b397
5094F: drivers/hwmon/smsc47b397.c
5095
5096SMSC911x ETHERNET DRIVER
5097P: Steve Glendinning
5098M: [email protected]
5099L: [email protected]
5100S: Supported
5101F: include/linux/smsc911x.h
5102F: drivers/net/smsc911x.*
5103
5104SMSC9420 PCI ETHERNET DRIVER
5105P: Steve Glendinning
5106M: [email protected]
5107L: [email protected]
5108S: Supported
5109F: drivers/net/smsc9420.*
5110
5111SMX UIO Interface
5112P: Ben Nizette
5113M: [email protected]
5114S: Maintained
5115F: drivers/uio/uio_smx.c
5116
5117SN-IA64 (Itanium) SUB-PLATFORM
5118P: Jes Sorensen
5119M: [email protected]
5120L: [email protected]
5121L: [email protected]
5122W: http://www.sgi.com/altix
5123S: Maintained
5124F: arch/ia64/sn/
5125
5126SOC-CAMERA V4L2 SUBSYSTEM
5127P: Guennadi Liakhovetski
5128M: [email protected]
5129L: [email protected]
5130T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
5131S: Maintained
5132F: include/media/v4l2*
5133F: drivers/media/video/v4l2*
5134
5135SOEKRIS NET48XX LED SUPPORT
5136P: Chris Boot
5137M: [email protected]
5138S: Maintained
5139F: drivers/leds/leds-net48xx.c
5140
5141SOFTWARE RAID (Multiple Disks) SUPPORT
5142P: Neil Brown
5143M: [email protected]
5144L: [email protected]
5145S: Supported
5146F: drivers/md/
5147F: include/linux/raid/
5148
5149SONIC NETWORK DRIVER
5150P: Thomas Bogendoerfer
5151M: [email protected]
5152L: [email protected]
5153S: Maintained
5154F: drivers/net/sonic.*
5155
5156SONICS SILICON BACKPLANE DRIVER (SSB)
5157P: Michael Buesch
5158M: [email protected]
5159L: [email protected]
5160S: Maintained
5161F: drivers/ssb/
5162F: include/linux/ssb/
5163
5164SONY VAIO CONTROL DEVICE DRIVER
5165P: Mattia Dongili
5166M: [email protected]
5167L: [email protected]
5168W: http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
5169S: Maintained
5170F: Documentation/laptops/sony-laptop.txt
5171F: drivers/char/sonypi.c
5172F: drivers/platform/x86/sony-laptop.c
5173F: include/linux/sony-laptop.h
5174
5175SONY MEMORYSTICK CARD SUPPORT
5176P: Alex Dubov
5177M: [email protected]
5178L: [email protected]
5179W: http://tifmxx.berlios.de/
5180S: Maintained
5181F: drivers/memstick/host/tifm_ms.c
5182
5183SOUND
5184P: Jaroslav Kysela
5185M: [email protected]
5186P: Takashi Iwai
5187M: [email protected]
5188L: [email protected] (subscribers-only)
5189S: Maintained
5190F: sound/
5191
5192SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC)
5193P: Liam Girdwood
5194M: [email protected]
5195P: Mark Brown
5196M: [email protected]
5197T: git git://opensource.wolfsonmicro.com/linux-2.6-asoc
5198L: [email protected] (subscribers-only)
5199W: http://alsa-project.org/main/index.php/ASoC
5200S: Supported
5201F: sound/soc/
5202
5203SPARC + UltraSPARC (sparc/sparc64)
5204P: David S. Miller
5205M: [email protected]
5206L: [email protected]
5207T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6.git
5208T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next-2.6.git
5209S: Maintained
5210F: arch/sparc/
5211
5212SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER
5213P: Roger Wolff
5214M: [email protected]
5215L: [email protected]
5216S: Supported
5217F: Documentation/serial/specialix.txt
5218F: drivers/char/specialix*
5219
5220SPI SUBSYSTEM
5221P: David Brownell
5222M: [email protected]
5223L: [email protected]
5224S: Maintained
5225F: Documentation/spi/
5226F: drivers/spi/
5227F: include/linux/spi/
5228
5229SPIDERNET NETWORK DRIVER for CELL
5230P: Ishizaki Kou
5231M: [email protected]
5232P: Jens Osterkamp
5233M: [email protected]
5234L: [email protected]
5235S: Supported
5236F: Documentation/networking/spider_net.txt
5237F: drivers/net/spider_net*
5238
5239SPU FILE SYSTEM
5240P: Jeremy Kerr
5241M: [email protected]
5242L: [email protected]
5243L: [email protected]
5244W: http://www.ibm.com/developerworks/power/cell/
5245S: Supported
5246F: Documentation/filesystems/spufs.txt
5247F: arch/powerpc/platforms/cell/spufs/
5248
5249SQUASHFS FILE SYSTEM
5250P: Phillip Lougher
5251M: [email protected]
5252L: [email protected] (subscribers-only)
5253W: http://squashfs.org.uk
5254S: Maintained
5255F: Documentation/filesystems/squashfs.txt
5256F: fs/squashfs/
5257
5258SRM (Alpha) environment access
5259P: Jan-Benedict Glaw
5260M: [email protected]
5261L: [email protected]
5262S: Maintained
5263F: arch/alpha/kernel/srm_env.c
5264
5265STABLE BRANCH
5266P: Greg Kroah-Hartman
5267M: [email protected]
5268P: Chris Wright
5269M: [email protected]
5270L: [email protected]
5271S: Maintained
5272
5273STAGING SUBSYSTEM
5274P: Greg Kroah-Hartman
5275M: [email protected]
5276L: [email protected]
5277T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
5278S: Maintained
5279F: drivers/staging/
5280
5281STARFIRE/DURALAN NETWORK DRIVER
5282P: Ion Badulescu
5283M: [email protected]
5284S: Maintained
5285F: drivers/net/starfire*
5286
5287STARMODE RADIO IP (STRIP) PROTOCOL DRIVER
5288W: http://mosquitonet.Stanford.EDU/strip.html
5289S: Orphan
5290F: drivers/net/wireless/strip.c
5291F: include/linux/if_strip.h
5292
5293STRADIS MPEG-2 DECODER DRIVER
5294P: Nathan Laredo
5295M: [email protected]
5296W: http://www.stradis.com/
5297S: Maintained
5298F: drivers/media/video/stradis.c
5299
5300SUN3/3X
5301P: Sam Creasey
5302M: [email protected]
5303W: http://sammy.net/sun3/
5304S: Maintained
5305F: arch/m68k/kernel/*sun3*
5306F: arch/m68k/sun3*/
5307F: arch/m68k/include/asm/sun3*
5308
5309SUPERH
5310P: Paul Mundt
5311M: [email protected]
5312L: [email protected]
5313W: http://www.linux-sh.org
5314T: git git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6.git
5315S: Supported
5316F: Documentation/sh/
5317F: arch/sh/
5318F: drivers/sh/
5319
5320SUSPEND TO RAM
5321P: Len Brown
5322M: [email protected]
5323P: Pavel Machek
5324M: [email protected]
5325P: Rafael J. Wysocki
5326M: [email protected]
5327L: [email protected]
5328S: Supported
5329F: Documentation/power/
5330F: arch/x86/kernel/acpi/
5331F: drivers/base/power/
5332F: kernel/power/
5333F: include/linux/suspend.h
5334F: include/linux/freezer.h
5335F: include/linux/pm.h
5336F: include/asm-*/suspend.h
5337
5338SVGA HANDLING
5339P: Martin Mares
5340M: [email protected]
5341L: [email protected]
5342S: Maintained
5343F: Documentation/svga.txt
5344F: arch/x86/boot/video*
5345
5346SYSV FILESYSTEM
5347P: Christoph Hellwig
5348M: [email protected]
5349S: Maintained
5350F: Documentation/filesystems/sysv-fs.txt
5351F: fs/sysv/
5352F: include/linux/sysv_fs.h
5353
5354TASKSTATS STATISTICS INTERFACE
5355P: Balbir Singh
5356M: [email protected]
5357L: [email protected]
5358S: Maintained
5359F: Documentation/accounting/taskstats*
5360F: include/linux/taskstats*
5361F: kernel/taskstats.c
5362
5363TC CLASSIFIER
5364P: Jamal Hadi Salim
5365M: [email protected]
5366L: [email protected]
5367S: Maintained
5368F: include/linux/pkt_cls.h
5369F: include/net/pkt_cls.h
5370F: net/sched/
5371
5372TCP LOW PRIORITY MODULE
5373P: Wong Hoi Sing, Edison
5374M: [email protected]
5375P: Hung Hing Lun, Mike
5376M: [email protected]
5377W: http://tcp-lp-mod.sourceforge.net/
5378S: Maintained
5379F: net/ipv4/tcp_lp.c
5380
5381TEHUTI ETHERNET DRIVER
5382P: Alexander Indenbaum
5383M: [email protected]
5384P: Andy Gospodarek
5385M: [email protected]
5386L: [email protected]
5387S: Supported
5388F: drivers/net/tehuti*
5389
5390Telecom Clock Driver for MCPL0010
5391P: Mark Gross
5392M: [email protected]
5393S: Supported
5394F: drivers/char/tlclk.c
5395
5396TENSILICA XTENSA PORT (xtensa)
5397P: Chris Zankel
5398M: [email protected]
5399S: Maintained
5400F: arch/xtensa/
5401
5402THINKPAD ACPI EXTRAS DRIVER
5403P: Henrique de Moraes Holschuh
5404M: [email protected]
5405L: [email protected]
5406W: http://ibm-acpi.sourceforge.net
5407W: http://thinkwiki.org/wiki/Ibm-acpi
5408T: git git://repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
5409S: Maintained
5410F: drivers/platform/x86/thinkpad_acpi.c
5411
5412TI FLASH MEDIA INTERFACE DRIVER
5413P: Alex Dubov
5414M: [email protected]
5415S: Maintained
5416F: drivers/misc/tifm*
5417F: drivers/mmc/host/tifm_sd.c
5418F: include/linux/tifm.h
5419
5420TI OMAP MMC INTERFACE DRIVER
5421P: Carlos Aguiar, Anderson Briglia and Syed Khasim
5422M: [email protected]
5423W: http://linux.omap.com
5424W: http://www.muru.com/linux/omap/
5425S: Maintained
5426F: drivers/mmc/host/omap.c
5427
5428TI OMAP RANDOM NUMBER GENERATOR SUPPORT
5429P: Deepak Saxena
5430M: [email protected]
5431S: Maintained
5432F: drivers/char/hw_random/omap-rng.c
5433
5434TIPC NETWORK LAYER
5435P: Per Liden
5436M: [email protected]
5437P: Jon Maloy
5438M: [email protected]
5439P: Allan Stephens
5440M: [email protected]
5441L: [email protected]
5442W: http://tipc.sourceforge.net/
5443W: http://tipc.cslab.ericsson.net/
5444T: git git://tipc.cslab.ericsson.net/pub/git/tipc.git
5445S: Maintained
5446F: include/linux/tipc*.h
5447F: include/net/tipc/
5448F: net/tipc/
5449
5450TLAN NETWORK DRIVER
5451P: Samuel Chessman
5452M: [email protected]
5453L: [email protected] (subscribers-only)
5454W: http://sourceforge.net/projects/tlan/
5455S: Maintained
5456F: Documentation/networking/tlan.txt
5457F: drivers/net/tlan.*
5458
5459TOMOYO SECURITY MODULE
5460P: Kentaro Takeda
5461M: [email protected]
5462P: Tetsuo Handa
5463M: [email protected]
5464L: [email protected] (kernel issues)
5465L: [email protected] (subscribers-only, for developers and users in English)
5466L: [email protected] (subscribers-only, for developers in Japanese)
5467L: [email protected] (subscribers-only, for users in Japanese)
5468W: http://tomoyo.sourceforge.jp/
5469T: quilt http://svn.sourceforge.jp/svnroot/tomoyo/trunk/2.2.x/tomoyo-lsm/patches/
5470S: Maintained
5471F: security/tomoyo/
5472
5473TOSHIBA ACPI EXTRAS DRIVER
5474S: Orphan
5475F: drivers/platform/x86/toshiba_acpi.c
5476
5477TOSHIBA SMM DRIVER
5478P: Jonathan Buzzard
5479M: [email protected]
5480L: [email protected]
5481W: http://www.buzzard.org.uk/toshiba/
5482S: Maintained
5483F: drivers/char/toshiba.c
5484F: include/linux/toshiba.h
5485
5486TMIO MMC DRIVER
5487P: Ian Molton
5488M: [email protected]
5489S: Maintained
5490F: drivers/mmc/host/tmio_mmc.*
5491
5492TPM DEVICE DRIVER
5493P: Debora Velarde
5494M: [email protected]
5495P: Rajiv Andrade
5496M: [email protected]
5497W: http://tpmdd.sourceforge.net
5498P: Marcel Selhorst
5499M: [email protected]
5500W: http://www.sirrix.com
5501L: [email protected] (moderated for non-subscribers)
5502S: Maintained
5503F: drivers/char/tpm/
5504
5505TRIVIAL PATCHES
5506P: Jiri Kosina
5507M: [email protected]
5508L: [email protected]
5509T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git
5510S: Maintained
5511
5512TTY LAYER
5513P: Alan Cox
5514M: [email protected]
5515L: [email protected]
5516S: Maintained
5517
5518TULIP NETWORK DRIVERS
5519P: Grant Grundler
5520M: [email protected]
5521P: Kyle McMartin
5522M: [email protected]
5523L: [email protected]
5524S: Maintained
5525F: drivers/net/tulip/
5526
5527TUN/TAP driver
5528P: Maxim Krasnyansky
5529M: [email protected]
5530L: [email protected]
5531W: http://vtun.sourceforge.net/tun
5532S: Maintained
5533F: Documentation/networking/tuntap.txt
5534F: arch/um/os-Linux/drivers/
5535
5536TURBOCHANNEL SUBSYSTEM
5537P: Maciej W. Rozycki
5538M: [email protected]
5539S: Maintained
5540F: drivers/tc/
5541F: include/linux/tc.h
5542
5543U14-34F SCSI DRIVER
5544P: Dario Ballabio
5545M: [email protected]
5546L: [email protected]
5547S: Maintained
5548F: drivers/scsi/u14-34f.c
5549
5550UBI FILE SYSTEM (UBIFS)
5551P: Artem Bityutskiy
5552M: [email protected]
5553P: Adrian Hunter
5554M: [email protected]
5555L: [email protected]
5556T: git git://git.infradead.org/ubifs-2.6.git
5557W: http://www.linux-mtd.infradead.org/doc/ubifs.html
5558S: Maintained
5559F: Documentation/filesystems/ubifs.txt
5560F: fs/ubifs/
5561
5562UCLINUX (AND M68KNOMMU)
5563P: Greg Ungerer
5564M: [email protected]
5565W: http://www.uclinux.org/
5566L: [email protected] (subscribers-only)
5567S: Maintained
5568F: arch/m68knommu/
5569
5570UCLINUX FOR RENESAS H8/300
5571P: Yoshinori Sato
5572M: [email protected]
5573W: http://uclinux-h8.sourceforge.jp/
5574S: Supported
5575
5576UDF FILESYSTEM
5577P: Jan Kara
5578M: [email protected]
5579W: http://linux-udf.sourceforge.net
5580S: Maintained
5581F: Documentation/filesystems/udf.txt
5582F: fs/udf/
5583
5584UFS FILESYSTEM
5585P: Evgeniy Dushistov
5586M: [email protected]
5587L: [email protected]
5588S: Maintained
5589F: Documentation/filesystems/ufs.txt
5590F: fs/ufs/
5591
5592ULTRA-WIDEBAND (UWB) SUBSYSTEM:
5593P: David Vrabel
5594M: [email protected]
5595L: [email protected]
5596S: Supported
5597F: drivers/uwb/*
5598F: include/linux/uwb.h
5599F: include/linux/uwb/
5600
5601UNIFORM CDROM DRIVER
5602P: Jens Axboe
5603M: [email protected]
5604L: [email protected]
5605W: http://www.kernel.dk
5606S: Maintained
5607F: Documentation/cdrom/
5608F: drivers/cdrom/cdrom.c
5609F: include/linux/cdrom.h
5610
5611UNSORTED BLOCK IMAGES (UBI)
5612P: Artem Bityutskiy
5613M: [email protected]
5614W: http://www.linux-mtd.infradead.org/
5615L: [email protected]
5616T: git git://git.infradead.org/ubi-2.6.git
5617S: Maintained
5618F: drivers/mtd/ubi/
5619F: include/linux/mtd/ubi.h
5620F: include/mtd/ubi-user.h
5621
5622USB ACM DRIVER
5623P: Oliver Neukum
5624M: [email protected]
5625L: [email protected]
5626S: Maintained
5627F: Documentation/usb/acm.txt
5628F: drivers/usb/class/cdc-acm.*
5629
5630USB BLOCK DRIVER (UB ub)
5631P: Pete Zaitcev
5632M: [email protected]
5633L: [email protected]
5634L: [email protected]
5635S: Supported
5636F: drivers/block/ub.c
5637
5638USB CDC ETHERNET DRIVER
5639P: Greg Kroah-Hartman
5640M: [email protected]
5641L: [email protected]
5642S: Maintained
5643W: http://www.kroah.com/linux-usb/
5644F: drivers/net/usb/cdc_*.c
5645F: include/linux/usb/cdc.h
5646
5647USB CYPRESS C67X00 DRIVER
5648P: Peter Korsgaard
5649M: [email protected]
5650L: [email protected]
5651S: Maintained
5652F: drivers/usb/c67x00/
5653
5654USB DAVICOM DM9601 DRIVER
5655P: Peter Korsgaard
5656M: [email protected]
5657L: [email protected]
5658W: http://www.linux-usb.org/usbnet
5659S: Maintained
5660F: drivers/net/usb/dm9601.c
5661
5662USB DIAMOND RIO500 DRIVER
5663P: Cesar Miquel
5664M: [email protected]
5665L: [email protected]
5666W: http://rio500.sourceforge.net
5667S: Maintained
5668F: drivers/usb/misc/rio500*
5669
5670USB EHCI DRIVER
5671P: David Brownell
5672M: [email protected]
5673L: [email protected]
5674S: Odd Fixes
5675F: Documentation/usb/ehci.txt
5676F: drivers/usb/host/ehci*
5677
5678USB ET61X[12]51 DRIVER
5679P: Luca Risolia
5680M: [email protected]
5681L: [email protected]
5682L: [email protected]
5683T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
5684W: http://www.linux-projects.org
5685S: Maintained
5686F: drivers/media/video/et61x251/
5687
5688USB GADGET/PERIPHERAL SUBSYSTEM
5689P: David Brownell
5690M: [email protected]
5691L: [email protected]
5692W: http://www.linux-usb.org/gadget
5693S: Maintained
5694F: drivers/usb/gadget/
5695F: include/linux/usb/gadget*
5696
5697USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
5698P: Jiri Kosina
5699M: [email protected]
5700L: [email protected]
5701T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
5702S: Maintained
5703F: Documentation/usb/hiddev.txt
5704F: drivers/hid/usbhid/
5705
5706USB ISP116X DRIVER
5707P: Olav Kongas
5708M: [email protected]
5709L: [email protected]
5710S: Maintained
5711F: drivers/usb/host/isp116x*
5712F: include/linux/usb/isp116x.h
5713
5714USB KAWASAKI LSI DRIVER
5715P: Oliver Neukum
5716M: [email protected]
5717L: [email protected]
5718S: Maintained
5719F: drivers/usb/serial/kl5kusb105.*
5720
5721USB MASS STORAGE DRIVER
5722P: Matthew Dharm
5723M: [email protected]
5724L: [email protected]
5725L: [email protected]
5726S: Maintained
5727W: http://www.one-eyed-alien.net/~mdharm/linux-usb/
5728F: drivers/usb/storage/
5729
5730USB OHCI DRIVER
5731P: David Brownell
5732M: [email protected]
5733L: [email protected]
5734S: Odd Fixes
5735F: Documentation/usb/ohci.txt
5736F: drivers/usb/host/ohci*
5737
5738USB OPTION-CARD DRIVER
5739P: Matthias Urlichs
5740M: [email protected]
5741L: [email protected]
5742S: Maintained
5743F: drivers/usb/serial/option.c
5744
5745USB OV511 DRIVER
5746P: Mark McClelland
5747M: [email protected]
5748L: [email protected]
5749W: http://alpha.dyndns.org/ov511/
5750S: Maintained
5751F: drivers/media/video/ov511.*
5752
5753USB PEGASUS DRIVER
5754P: Petko Manolov
5755M: [email protected]
5756L: [email protected]
5757L: [email protected]
5758W: http://pegasus2.sourceforge.net/
5759S: Maintained
5760F: drivers/net/usb/pegasus.*
5761
5762USB PRINTER DRIVER (usblp)
5763P: Pete Zaitcev
5764M: [email protected]
5765L: [email protected]
5766S: Supported
5767F: drivers/usb/class/usblp.c
5768
5769USB RTL8150 DRIVER
5770P: Petko Manolov
5771M: [email protected]
5772L: [email protected]
5773L: [email protected]
5774W: http://pegasus2.sourceforge.net/
5775S: Maintained
5776F: drivers/net/usb/rtl8150.c
5777
5778USB SE401 DRIVER
5779P: Jeroen Vreeken
5780M: [email protected]
5781L: [email protected]
5782W: http://www.chello.nl/~j.vreeken/se401/
5783S: Maintained
5784F: Documentation/video4linux/se401.txt
5785F: drivers/media/video/se401.*
5786
5787USB SERIAL BELKIN F5U103 DRIVER
5788P: William Greathouse
5789M: [email protected]
5790L: [email protected]
5791S: Maintained
5792F: drivers/usb/serial/belkin_sa.*
5793
5794USB SERIAL CYPRESS M8 DRIVER
5795P: Lonnie Mendez
5796M: [email protected]
5797L: [email protected]
5798S: Maintained
5799W: http://geocities.com/i0xox0i
5800W: http://firstlight.net/cvs
5801F: drivers/usb/serial/cypress_m8.*
5802
5803USB SERIAL CYBERJACK DRIVER
5804P: Matthias Bruestle and Harald Welte
5805M: [email protected]
5806W: http://www.reiner-sct.de/support/treiber_cyberjack.php
5807S: Maintained
5808F: drivers/usb/serial/cyberjack.c
5809
5810USB SERIAL DIGI ACCELEPORT DRIVER
5811P: Peter Berger and Al Borchers
5812M: [email protected]
5813M: [email protected]
5814L: [email protected]
5815S: Maintained
5816F: drivers/usb/serial/digi_acceleport.c
5817
5818USB SERIAL DRIVER
5819P: Greg Kroah-Hartman
5820M: [email protected]
5821L: [email protected]
5822S: Supported
5823F: Documentation/usb/usb-serial.txt
5824F: drivers/usb/serial/generic.c
5825F: drivers/usb/serial/usb-serial.c
5826F: include/linux/usb/serial.h
5827
5828USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER
5829P: Gary Brubaker
5830M: [email protected]
5831L: [email protected]
5832S: Maintained
5833F: drivers/usb/serial/empeg.c
5834
5835USB SERIAL KEYSPAN DRIVER
5836P: Greg Kroah-Hartman
5837M: [email protected]
5838L: [email protected]
5839W: http://www.kroah.com/linux/
5840S: Maintained
5841F: drivers/usb/serial/*keyspan*
5842
5843USB SERIAL WHITEHEAT DRIVER
5844P: Support Department
5845M: [email protected]
5846L: [email protected]
5847W: http://www.connecttech.com
5848S: Supported
5849F: drivers/usb/serial/whiteheat*
5850
5851USB SMSC95XX ETHERNET DRIVER
5852P: Steve Glendinning
5853M: [email protected]
5854L: [email protected]
5855S: Supported
5856F: drivers/net/usb/smsc95xx.*
5857
5858USB SN9C1xx DRIVER
5859P: Luca Risolia
5860M: [email protected]
5861L: [email protected]
5862L: [email protected]
5863T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
5864W: http://www.linux-projects.org
5865S: Maintained
5866F: Documentation/video4linux/sn9c102.txt
5867F: drivers/media/video/sn9c102/
5868
5869USB SUBSYSTEM
5870P: Greg Kroah-Hartman
5871M: [email protected]
5872L: [email protected]
5873W: http://www.linux-usb.org
5874T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
5875S: Supported
5876F: Documentation/usb/
5877F: drivers/net/usb/
5878F: drivers/usb/
5879F: include/linux/usb.h
5880F: include/linux/usb/
5881
5882USB UHCI DRIVER
5883P: Alan Stern
5884M: [email protected]
5885L: [email protected]
5886S: Maintained
5887F: drivers/usb/host/uhci*
5888
5889USB "USBNET" DRIVER FRAMEWORK
5890P: David Brownell
5891M: [email protected]
5892L: [email protected]
5893W: http://www.linux-usb.org/usbnet
5894S: Maintained
5895F: drivers/net/usb/usbnet.c
5896F: include/linux/usb/usbnet.h
5897
5898USB VIDEO CLASS
5899P: Laurent Pinchart
5900M: [email protected]
5901L: [email protected] (subscribers-only)
5902L: [email protected]
5903T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
5904W: http://linux-uvc.berlios.de
5905S: Maintained
5906F: drivers/media/video/uvc/
5907
5908USB W996[87]CF DRIVER
5909P: Luca Risolia
5910M: [email protected]
5911L: [email protected]
5912L: [email protected]
5913T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
5914W: http://www.linux-projects.org
5915S: Maintained
5916F: Documentation/video4linux/w9968cf.txt
5917F: drivers/media/video/w996*
5918
5919USB WIRELESS RNDIS DRIVER (rndis_wlan)
5920P: Jussi Kivilinna
5921M: [email protected]
5922L: [email protected]
5923S: Maintained
5924F: drivers/net/wireless/rndis_wlan.c
5925
5926USB ZC0301 DRIVER
5927P: Luca Risolia
5928M: [email protected]
5929L: [email protected]
5930L: [email protected]
5931T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
5932W: http://www.linux-projects.org
5933S: Maintained
5934F: Documentation/video4linux/zc0301.txt
5935F: drivers/media/video/zc0301/
5936
5937USB ZD1201 DRIVER
5938P: Jeroen Vreeken
5939M: [email protected]
5940L: [email protected]
5941W: http://linux-lc100020.sourceforge.net
5942S: Maintained
5943F: drivers/net/wireless/zd1201.*
5944
5945USB ZR364XX DRIVER
5946P: Antoine Jacquet
5947M: [email protected]
5948L: [email protected]
5949L: [email protected]
5950T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
5951W: http://royale.zerezo.com/zr364xx/
5952S: Maintained
5953F: Documentation/video4linux/zr364xx.txt
5954F: drivers/media/video/zr364xx.c
5955
5956USER-MODE LINUX (UML)
5957P: Jeff Dike
5958M: [email protected]
5959L: [email protected]
5960L: [email protected]
5961W: http://user-mode-linux.sourceforge.net
5962S: Maintained
5963F: Documentation/uml/
5964F: arch/um/
5965F: fs/hostfs/
5966F: fs/hppfs/
5967
5968USERSPACE I/O (UIO)
5969P: Hans J. Koch
5970M: [email protected]
5971P: Greg Kroah-Hartman
5972M: [email protected]
5973L: [email protected]
5974S: Maintained
5975F: Documentation/DocBook/uio-howto.tmpl
5976F: drivers/uio/
5977F: include/linux/uio*.h
5978
5979UTIL-LINUX-NG PACKAGE
5980P: Karel Zak
5981M: [email protected]
5982L: [email protected]
5983W: http://kernel.org/~kzak/util-linux-ng/
5984T: git git://git.kernel.org/pub/scm/utils/util-linux-ng/util-linux-ng.git
5985S: Maintained
5986
5987UVESAFB DRIVER
5988P: Michal Januszewski
5989M: [email protected]
5990L: [email protected] (moderated for non-subscribers)
5991W: http://dev.gentoo.org/~spock/projects/uvesafb/
5992S: Maintained
5993F: Documentation/fb/uvesafb.txt
5994F: drivers/video/uvesafb.*
5995
5996VFAT/FAT/MSDOS FILESYSTEM
5997P: OGAWA Hirofumi
5998M: [email protected]
5999L: [email protected]
6000S: Maintained
6001F: Documentation/filesystems/vfat.txt
6002F: fs/fat/
6003
6004VIA RHINE NETWORK DRIVER
6005P: Roger Luethi
6006M: [email protected]
6007S: Maintained
6008F: drivers/net/via-rhine.c
6009
6010VIAPRO SMBUS DRIVER
6011P: Jean Delvare
6012M: [email protected]
6013L: [email protected]
6014S: Maintained
6015F: Documentation/i2c/busses/i2c-viapro
6016F: drivers/i2c/busses/i2c-viapro.c
6017
6018VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER
6019P: Joseph Chan
6020M: [email protected]
6021P: Scott Fang
6022M: [email protected]
6023L: [email protected] (moderated for non-subscribers)
6024S: Maintained
6025F: drivers/video/via/
6026
6027VIA VELOCITY NETWORK DRIVER
6028P: Francois Romieu
6029M: [email protected]
6030L: [email protected]
6031S: Maintained
6032F: drivers/net/via-velocity.*
6033
6034VLAN (802.1Q)
6035P: Patrick McHardy
6036M: [email protected]
6037L: [email protected]
6038S: Maintained
6039F: drivers/net/macvlan.c
6040F: include/linux/if_*vlan.h
6041F: net/8021q/
6042
6043VOLTAGE AND CURRENT REGULATOR FRAMEWORK
6044P: Liam Girdwood
6045M: [email protected]
6046P: Mark Brown
6047M: [email protected]
6048W: http://opensource.wolfsonmicro.com/node/15
6049W: http://www.slimlogic.co.uk/?p=48
6050T: git git://git.kernel.org/pub/scm/linux/kernel/git/lrg/voltage-2.6.git
6051S: Supported
6052F: drivers/regulator/
6053F: include/linux/regulator/
6054
6055VT1211 HARDWARE MONITOR DRIVER
6056P: Juerg Haefliger
6057M: [email protected]
6058L: [email protected]
6059S: Maintained
6060F: Documentation/hwmon/vt1211
6061F: drivers/hwmon/vt1211.c
6062
6063VT8231 HARDWARE MONITOR DRIVER
6064P: Roger Lucas
6065M: [email protected]
6066L: [email protected]
6067S: Maintained
6068F: drivers/hwmon/vt8231.c
6069
6070W1 DALLAS'S 1-WIRE BUS
6071P: Evgeniy Polyakov
6072M: [email protected]
6073S: Maintained
6074F: Documentation/w1/
6075F: drivers/w1/
6076
6077W83791D HARDWARE MONITORING DRIVER
6078P: Marc Hulsman
6079M: [email protected]
6080L: [email protected]
6081S: Maintained
6082F: Documentation/hwmon/w83791d
6083F: drivers/hwmon/w83791d.c
6084
6085W83793 HARDWARE MONITORING DRIVER
6086P: Rudolf Marek
6087M: [email protected]
6088L: [email protected]
6089S: Maintained
6090F: Documentation/hwmon/w83793
6091F: drivers/hwmon/w83793.c
6092
6093W83L51xD SD/MMC CARD INTERFACE DRIVER
6094P: Pierre Ossman
6095M: [email protected]
6096L: [email protected]
6097S: Maintained
6098F: drivers/mmc/host/wbsd.*
6099
6100WATCHDOG DEVICE DRIVERS
6101P: Wim Van Sebroeck
6102M: [email protected]
6103T: git git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git
6104S: Maintained
6105F: Documentation/watchdog/
6106F: drivers/watchdog/
6107F: include/linux/watchdog.h
6108
6109WAVELAN NETWORK DRIVER & WIRELESS EXTENSIONS
6110P: Jean Tourrilhes
6111M: [email protected]
6112L: [email protected]
6113W: http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/
6114S: Maintained
6115F: Documentation/networking/wavelan.txt
6116F: drivers/net/wireless/wavelan*
6117
6118WD7000 SCSI DRIVER
6119P: Miroslav Zagorac
6120M: [email protected]
6121L: [email protected]
6122S: Maintained
6123F: drivers/scsi/wd7000.c
6124
6125WIMAX STACK
6126P: Inaky Perez-Gonzalez
6127M: [email protected]
6128M: [email protected]
6129L: [email protected]
6130S: Supported
6131W: http://linuxwimax.org
6132
6133WIMEDIA LLC PROTOCOL (WLP) SUBSYSTEM
6134P: David Vrabel
6135M: [email protected]
6136S: Maintained
6137F: include/linux/wlp.h
6138F: drivers/uwb/wlp/
6139
6140WISTRON LAPTOP BUTTON DRIVER
6141P: Miloslav Trmac
6142M: [email protected]
6143S: Maintained
6144F: drivers/input/misc/wistron_btns.c
6145
6146WL3501 WIRELESS PCMCIA CARD DRIVER
6147P: Arnaldo Carvalho de Melo
6148M: [email protected]
6149L: [email protected]
6150W: http://oops.ghostprotocols.net:81/blog
6151S: Maintained
6152F: drivers/net/wireless/wl3501*
6153
6154WM97XX TOUCHSCREEN DRIVERS
6155P: Mark Brown
6156M: [email protected]
6157P: Liam Girdwood
6158M: [email protected]
6159L: [email protected]
6160T: git git://opensource.wolfsonmicro.com/linux-2.6-touch
6161W: http://opensource.wolfsonmicro.com/node/7
6162S: Supported
6163F: drivers/input/touchscreen/*wm97*
6164F: include/linux/wm97xx.h
6165
6166X.25 NETWORK LAYER
6167P: Henner Eisen
6168M: [email protected]
6169L: [email protected]
6170S: Maintained
6171F: Documentation/networking/x25*
6172F: include/net/x25*
6173F: net/x25/
6174
6175X86 ARCHITECTURE (32-BIT AND 64-BIT)
6176P: Thomas Gleixner
6177M: [email protected]
6178P: Ingo Molnar
6179M: [email protected]
6180P: H. Peter Anvin
6181M: [email protected]
6182M: [email protected]
6183L: [email protected]
6184T: git git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86.git
6185S: Maintained
6186F: Documentation/x86/
6187F: arch/x86/
6188
6189XEN HYPERVISOR INTERFACE
6190P: Jeremy Fitzhardinge
6191M: [email protected]
6192P: Chris Wright
6193M: [email protected]
6194L: [email protected]
6195L: [email protected]
6196S: Supported
6197F: arch/x86/xen/
6198F: drivers/*/xen-*front.c
6199F: drivers/xen/
6200F: arch/x86/include/asm/xen/
6201F: include/xen/
6202
6203XFS FILESYSTEM
6204P: Silicon Graphics Inc
6205P: Felix Blyakher
6206M: [email protected]
6207M: [email protected]
6208L: [email protected]
6209W: http://oss.sgi.com/projects/xfs
6210T: git git://oss.sgi.com/xfs/xfs.git
6211S: Supported
6212F: Documentation/filesystems/xfs.txt
6213F: fs/xfs/
6214
6215XILINX SYSTEMACE DRIVER
6216P: Grant Likely
6217M: [email protected]
6218W: http://www.secretlab.ca/
6219L: [email protected]
6220S: Maintained
6221F: drivers/block/xsysace.c
6222
6223XILINX UARTLITE SERIAL DRIVER
6224P: Peter Korsgaard
6225M: [email protected]
6226L: [email protected]
6227S: Maintained
6228F: drivers/serial/uartlite.c
6229
6230YAM DRIVER FOR AX.25
6231P: Jean-Paul Roubelat
6232M: [email protected]
6233L: [email protected]
6234S: Maintained
6235F: drivers/net/hamradio/yam*
6236F: include/linux/yam.h
6237
6238YEALINK PHONE DRIVER
6239P: Henk Vergonet
6240M: [email protected]
6241L: [email protected]
6242S: Maintained
6243F: Documentation/input/yealink.txt
6244F: drivers/input/misc/yealink.*
6245
6246Z8530 DRIVER FOR AX.25
6247P: Joerg Reuter
6248M: [email protected]
6249W: http://yaina.de/jreuter/
6250W: http://www.qsl.net/dl1bke/
6251L: [email protected]
6252S: Maintained
6253F: Documentation/networking/z8530drv.txt
6254F: drivers/net/hamradio/*scc.c
6255F: drivers/net/hamradio/z8530.h
6256
6257ZD1211RW WIRELESS DRIVER
6258P: Daniel Drake
6259M: [email protected]
6260P: Ulrich Kunitz
6261M: [email protected]
6262W: http://zd1211.ath.cx/wiki/DriverRewrite
6263L: [email protected]
6264L: [email protected] (subscribers-only)
6265S: Maintained
6266F: drivers/net/wireless/zd1211rw/
6267
6268ZR36067 VIDEO FOR LINUX DRIVER
6269L: [email protected]
6270L: [email protected]
6271W: http://mjpeg.sourceforge.net/driver-zoran/
6272T: Mercurial http://linuxtv.org/hg/v4l-dvb
6273S: Odd Fixes
6274F: drivers/media/video/zoran/
6275
6276ZS DECSTATION Z85C30 SERIAL DRIVER
6277P: Maciej W. Rozycki
6278M: [email protected]
6279S: Maintained
6280F: drivers/serial/zs.*
6281
6282THE REST
6283P: Linus Torvalds
6284T: git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git
6285S: Buried alive in reporters
This page took 0.110262 seconds and 4 git commands to generate.