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