]> Git Repo - linux.git/blame_incremental - MAINTAINERS
Merge branch 'slab/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/penber...
[linux.git] / MAINTAINERS
... / ...
CommitLineData
1
2
3 List of maintainers and how to submit kernel changes
4
5Please try to follow the guidelines below. This will make things
6easier on the maintainers. Not all of these guidelines matter for every
7trivial patch so apply some common sense.
8
91. Always _test_ your changes, however small, on at least 4 or
10 5 people, preferably many more.
11
122. Try to release a few ALPHA test versions to the net. Announce
13 them onto the kernel channel and await results. This is especially
14 important for device drivers, because often that's the only way
15 you will find things like the fact version 3 firmware needs
16 a magic fix you didn't know about, or some clown changed the
17 chips on a board and not its name. (Don't laugh! Look at the
18 SMC etherpower for that.)
19
203. Make sure your changes compile correctly in multiple
21 configurations. In particular check that changes work both as a
22 module and built into the kernel.
23
244. When you are happy with a change make it generally available for
25 testing and await feedback.
26
275. Make a patch available to the relevant maintainer in the list. Use
28 'diff -u' to make the patch easy to merge. Be prepared to get your
29 changes sent back with seemingly silly requests about formatting
30 and variable names. These aren't as silly as they seem. One
31 job the maintainers (and especially Linus) do is to keep things
32 looking the same. Sometimes this means that the clever hack in
33 your driver to get around a problem actually needs to become a
34 generalized kernel feature ready for next time.
35
36 PLEASE check your patch with the automated style checker
37 (scripts/checkpatch.pl) to catch trival style violations.
38 See Documentation/CodingStyle for guidance here.
39
40 PLEASE CC: the maintainers and mailing lists that are generated
41 by scripts/get_maintainer.pl. The results returned by the
42 script will be best if you have git installed and are making
43 your changes in a branch derived from Linus' latest git tree.
44 See Documentation/SubmittingPatches for details.
45
46 PLEASE try to include any credit lines you want added with the
47 patch. It avoids people being missed off by mistake and makes
48 it easier to know who wants adding and who doesn't.
49
50 PLEASE document known bugs. If it doesn't work for everything
51 or does something very odd once a month document it.
52
53 PLEASE remember that submissions must be made under the terms
54 of the OSDL certificate of contribution and should include a
55 Signed-off-by: line. The current version of this "Developer's
56 Certificate of Origin" (DCO) is listed in the file
57 Documentation/SubmittingPatches.
58
596. Make sure you have the right to send any changes you make. If you
60 do changes at work you may find your employer owns the patch
61 not you.
62
637. When sending security related changes or reports to a maintainer
64 please Cc: [email protected], especially if the maintainer
65 does not respond.
66
678. Happy hacking.
68
69Descriptions of section entries:
70
71 P: Person (obsolete)
72 M: Mail patches to: FullName <address@domain>
73 L: Mailing list that is relevant to this area
74 W: Web-page with status/info
75 Q: Patchwork web based patch tracking system site
76 T: SCM tree type and location. Type is one of: git, hg, quilt, stgit, topgit.
77 S: Status, one of the following:
78 Supported: Someone is actually paid to look after this.
79 Maintained: Someone actually looks after it.
80 Odd Fixes: It has a maintainer but they don't have time to do
81 much other than throw the odd patch in. See below..
82 Orphan: No current maintainer [but maybe you could take the
83 role as you write your new code].
84 Obsolete: Old code. Something tagged obsolete generally means
85 it has been replaced by a better system and you
86 should be using that.
87 F: 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.
93 N: Files and directories with regex patterns.
94 N: [^a-z]tegra all files whose path contains the word tegra
95 One pattern per line. Multiple N: lines acceptable.
96 X: Files and directories that are NOT maintained, same rules as F:
97 Files exclusions are tested before file matches.
98 Can be useful for excluding a specific subdirectory, for instance:
99 F: net/
100 X: net/ipv6/
101 matches all files in and below net excluding net/ipv6/
102 K: Keyword perl extended regex pattern to match content in a
103 patch or file. For instance:
104 K: of_get_profile
105 matches patches or files that contain "of_get_profile"
106 K: \b(printk|pr_(info|err))\b
107 matches patches or files that contain one or more of the words
108 printk, pr_info or pr_err
109 One regex pattern per line. Multiple K: lines acceptable.
110
111Note: For the hard of thinking, this list is meant to remain in alphabetical
112order. If you could add yourselves to it in alphabetical order that would be
113so much easier [Ed]
114
115Maintainers List (try to look for most precise areas first)
116
117 -----------------------------------
118
1193C59X NETWORK DRIVER
120M: Steffen Klassert <[email protected]>
121L: [email protected]
122S: Maintained
123F: Documentation/networking/vortex.txt
124F: drivers/net/ethernet/3com/3c59x.c
125
1263CR990 NETWORK DRIVER
127M: David Dillow <[email protected]>
128L: [email protected]
129S: Maintained
130F: drivers/net/ethernet/3com/typhoon*
131
1323WARE SAS/SATA-RAID SCSI DRIVERS (3W-XXXX, 3W-9XXX, 3W-SAS)
133M: Adam Radford <[email protected]>
134L: [email protected]
135W: http://www.lsi.com
136S: Supported
137F: drivers/scsi/3w-*
138
13953C700 AND 53C700-66 SCSI DRIVER
140M: "James E.J. Bottomley" <[email protected]>
141L: [email protected]
142S: Maintained
143F: drivers/scsi/53c700*
144
1456PACK NETWORK DRIVER FOR AX.25
146M: Andreas Koensgen <[email protected]>
147L: [email protected]
148S: Maintained
149F: drivers/net/hamradio/6pack.c
150
1518169 10/100/1000 GIGABIT ETHERNET DRIVER
152M: Realtek linux nic maintainers <[email protected]>
153M: Francois Romieu <[email protected]>
154L: [email protected]
155S: Maintained
156F: drivers/net/ethernet/realtek/r8169.c
157
1588250/16?50 (AND CLONE UARTS) SERIAL DRIVER
159M: Greg Kroah-Hartman <[email protected]>
160L: [email protected]
161W: http://serial.sourceforge.net
162S: Maintained
163T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
164F: drivers/tty/serial/8250*
165F: include/linux/serial_8250.h
166
1678390 NETWORK DRIVERS [WD80x3/SMC-ELITE, SMC-ULTRA, NE2000, 3C503, etc.]
168L: [email protected]
169S: Orphan / Obsolete
170F: drivers/net/ethernet/8390/
171
1729P FILE SYSTEM
173M: Eric Van Hensbergen <[email protected]>
174M: Ron Minnich <[email protected]>
175M: Latchesar Ionkov <[email protected]>
176L: [email protected]
177W: http://swik.net/v9fs
178Q: http://patchwork.kernel.org/project/v9fs-devel/list/
179T: git git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs.git
180S: Maintained
181F: Documentation/filesystems/9p.txt
182F: fs/9p/
183
184A8293 MEDIA DRIVER
185M: Antti Palosaari <[email protected]>
186L: [email protected]
187W: http://linuxtv.org/
188W: http://palosaari.fi/linux/
189Q: http://patchwork.linuxtv.org/project/linux-media/list/
190T: git git://linuxtv.org/anttip/media_tree.git
191S: Maintained
192F: drivers/media/dvb-frontends/a8293*
193
194AACRAID SCSI RAID DRIVER
195M: Adaptec OEM Raid Solutions <[email protected]>
196L: [email protected]
197W: http://www.adaptec.com/
198S: Supported
199F: Documentation/scsi/aacraid.txt
200F: drivers/scsi/aacraid/
201
202ABIT UGURU 1,2 HARDWARE MONITOR DRIVER
203M: Hans de Goede <[email protected]>
204L: [email protected]
205S: Maintained
206F: drivers/hwmon/abituguru.c
207
208ABIT UGURU 3 HARDWARE MONITOR DRIVER
209M: Alistair John Strachan <[email protected]>
210L: [email protected]
211S: Maintained
212F: drivers/hwmon/abituguru3.c
213
214ACENIC DRIVER
215M: Jes Sorensen <[email protected]>
216L: [email protected]
217S: Maintained
218F: drivers/net/ethernet/alteon/acenic*
219
220ACER ASPIRE ONE TEMPERATURE AND FAN DRIVER
221M: Peter Feuerer <[email protected]>
222L: [email protected]
223W: http://piie.net/?section=acerhdf
224S: Maintained
225F: drivers/platform/x86/acerhdf.c
226
227ACER WMI LAPTOP EXTRAS
228M: "Lee, Chun-Yi" <[email protected]>
229L: [email protected]
230S: Maintained
231F: drivers/platform/x86/acer-wmi.c
232
233ACPI
234M: Len Brown <[email protected]>
235M: Rafael J. Wysocki <[email protected]>
236L: [email protected]
237W: http://www.lesswatts.org/projects/acpi/
238Q: http://patchwork.kernel.org/project/linux-acpi/list/
239T: git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux
240S: Supported
241F: drivers/acpi/
242F: drivers/pnp/pnpacpi/
243F: include/linux/acpi.h
244F: include/acpi/
245
246ACPI FAN DRIVER
247M: Zhang Rui <[email protected]>
248L: [email protected]
249W: http://www.lesswatts.org/projects/acpi/
250S: Supported
251F: drivers/acpi/fan.c
252
253ACPI THERMAL DRIVER
254M: Zhang Rui <[email protected]>
255L: [email protected]
256W: http://www.lesswatts.org/projects/acpi/
257S: Supported
258F: drivers/acpi/*thermal*
259
260ACPI VIDEO DRIVER
261M: Zhang Rui <[email protected]>
262L: [email protected]
263W: http://www.lesswatts.org/projects/acpi/
264S: Supported
265F: drivers/acpi/video.c
266
267ACPI WMI DRIVER
268L: [email protected]
269S: Orphan
270F: drivers/platform/x86/wmi.c
271
272AD1889 ALSA SOUND DRIVER
273M: Thibaut Varene <[email protected]>
274W: http://wiki.parisc-linux.org/AD1889
275L: [email protected]
276S: Maintained
277F: sound/pci/ad1889.*
278
279AD525X ANALOG DEVICES DIGITAL POTENTIOMETERS DRIVER
280M: Michael Hennerich <[email protected]>
281L: [email protected]
282W: http://wiki.analog.com/AD5254
283S: Supported
284F: drivers/misc/ad525x_dpot.c
285
286AD5398 CURRENT REGULATOR DRIVER (AD5398/AD5821)
287M: Michael Hennerich <[email protected]>
288L: [email protected]
289W: http://wiki.analog.com/AD5398
290S: Supported
291F: drivers/regulator/ad5398.c
292
293AD714X CAPACITANCE TOUCH SENSOR DRIVER (AD7142/3/7/8/7A)
294M: Michael Hennerich <[email protected]>
295L: [email protected]
296W: http://wiki.analog.com/AD7142
297S: Supported
298F: drivers/input/misc/ad714x.c
299
300AD7877 TOUCHSCREEN DRIVER
301M: Michael Hennerich <[email protected]>
302L: [email protected]
303W: http://wiki.analog.com/AD7877
304S: Supported
305F: drivers/input/touchscreen/ad7877.c
306
307AD7879 TOUCHSCREEN DRIVER (AD7879/AD7889)
308M: Michael Hennerich <[email protected]>
309L: [email protected]
310W: http://wiki.analog.com/AD7879
311S: Supported
312F: drivers/input/touchscreen/ad7879.c
313
314ADDRESS SPACE LAYOUT RANDOMIZATION (ASLR)
315M: Jiri Kosina <[email protected]>
316S: Maintained
317
318ADM1025 HARDWARE MONITOR DRIVER
319M: Jean Delvare <[email protected]>
320L: [email protected]
321S: Maintained
322F: Documentation/hwmon/adm1025
323F: drivers/hwmon/adm1025.c
324
325ADM1029 HARDWARE MONITOR DRIVER
326M: Corentin Labbe <[email protected]>
327L: [email protected]
328S: Maintained
329F: drivers/hwmon/adm1029.c
330
331ADM8211 WIRELESS DRIVER
332L: [email protected]
333W: http://wireless.kernel.org/
334S: Orphan
335F: drivers/net/wireless/adm8211.*
336
337ADP1653 FLASH CONTROLLER DRIVER
338M: Sakari Ailus <[email protected]>
339L: [email protected]
340S: Maintained
341F: drivers/media/i2c/adp1653.c
342F: include/media/adp1653.h
343
344ADP5520 BACKLIGHT DRIVER WITH IO EXPANDER (ADP5520/ADP5501)
345M: Michael Hennerich <[email protected]>
346L: [email protected]
347W: http://wiki.analog.com/ADP5520
348S: Supported
349F: drivers/mfd/adp5520.c
350F: drivers/video/backlight/adp5520_bl.c
351F: drivers/leds/leds-adp5520.c
352F: drivers/gpio/gpio-adp5520.c
353F: drivers/input/keyboard/adp5520-keys.c
354
355ADP5588 QWERTY KEYPAD AND IO EXPANDER DRIVER (ADP5588/ADP5587)
356M: Michael Hennerich <[email protected]>
357L: [email protected]
358W: http://wiki.analog.com/ADP5588
359S: Supported
360F: drivers/input/keyboard/adp5588-keys.c
361F: drivers/gpio/gpio-adp5588.c
362
363ADP8860 BACKLIGHT DRIVER (ADP8860/ADP8861/ADP8863)
364M: Michael Hennerich <[email protected]>
365L: [email protected]
366W: http://wiki.analog.com/ADP8860
367S: Supported
368F: drivers/video/backlight/adp8860_bl.c
369
370ADS1015 HARDWARE MONITOR DRIVER
371M: Dirk Eibach <[email protected]>
372L: [email protected]
373S: Maintained
374F: Documentation/hwmon/ads1015
375F: drivers/hwmon/ads1015.c
376F: include/linux/i2c/ads1015.h
377
378ADT746X FAN DRIVER
379M: Colin Leroy <[email protected]>
380S: Maintained
381F: drivers/macintosh/therm_adt746x.c
382
383ADT7475 HARDWARE MONITOR DRIVER
384M: Jean Delvare <[email protected]>
385L: [email protected]
386S: Maintained
387F: Documentation/hwmon/adt7475
388F: drivers/hwmon/adt7475.c
389
390ADXL34X THREE-AXIS DIGITAL ACCELEROMETER DRIVER (ADXL345/ADXL346)
391M: Michael Hennerich <[email protected]>
392L: [email protected]
393W: http://wiki.analog.com/ADXL345
394S: Supported
395F: drivers/input/misc/adxl34x.c
396
397ADVANSYS SCSI DRIVER
398M: Matthew Wilcox <[email protected]>
399L: [email protected]
400S: Maintained
401F: Documentation/scsi/advansys.txt
402F: drivers/scsi/advansys.c
403
404AEDSP16 DRIVER
405M: Riccardo Facchetti <[email protected]>
406S: Maintained
407F: sound/oss/aedsp16.c
408
409AF9013 MEDIA DRIVER
410M: Antti Palosaari <[email protected]>
411L: [email protected]
412W: http://linuxtv.org/
413W: http://palosaari.fi/linux/
414Q: http://patchwork.linuxtv.org/project/linux-media/list/
415T: git git://linuxtv.org/anttip/media_tree.git
416S: Maintained
417F: drivers/media/dvb-frontends/af9013*
418
419AF9033 MEDIA DRIVER
420M: Antti Palosaari <[email protected]>
421L: [email protected]
422W: http://linuxtv.org/
423W: http://palosaari.fi/linux/
424Q: http://patchwork.linuxtv.org/project/linux-media/list/
425T: git git://linuxtv.org/anttip/media_tree.git
426S: Maintained
427F: drivers/media/dvb-frontends/af9033*
428
429AFFS FILE SYSTEM
430L: [email protected]
431S: Orphan
432F: Documentation/filesystems/affs.txt
433F: fs/affs/
434
435AFS FILESYSTEM & AF_RXRPC SOCKET DOMAIN
436M: David Howells <[email protected]>
437L: [email protected]
438S: Supported
439F: fs/afs/
440F: include/net/af_rxrpc.h
441F: net/rxrpc/af_rxrpc.c
442
443AGPGART DRIVER
444M: David Airlie <[email protected]>
445T: git git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6.git
446S: Maintained
447F: drivers/char/agp/
448F: include/linux/agp*
449F: include/uapi/linux/agp*
450
451AHA152X SCSI DRIVER
452M: "Juergen E. Fischer" <[email protected]>
453L: [email protected]
454S: Maintained
455F: drivers/scsi/aha152x*
456F: drivers/scsi/pcmcia/aha152x*
457
458AIC7XXX / AIC79XX SCSI DRIVER
459M: Hannes Reinecke <[email protected]>
460L: [email protected]
461S: Maintained
462F: drivers/scsi/aic7xxx/
463F: drivers/scsi/aic7xxx_old/
464
465AIMSLAB FM RADIO RECEIVER DRIVER
466M: Hans Verkuil <[email protected]>
467L: [email protected]
468T: git git://linuxtv.org/media_tree.git
469W: http://linuxtv.org
470S: Maintained
471F: drivers/media/radio/radio-aimslab*
472
473AIO
474M: Benjamin LaHaise <[email protected]>
475L: [email protected]
476S: Supported
477F: fs/aio.c
478F: include/linux/*aio*.h
479
480ALCATEL SPEEDTOUCH USB DRIVER
481M: Duncan Sands <[email protected]>
482L: [email protected]
483W: http://www.linux-usb.org/SpeedTouch/
484S: Maintained
485F: drivers/usb/atm/speedtch.c
486F: drivers/usb/atm/usbatm.c
487
488ALCHEMY AU1XX0 MMC DRIVER
489M: Manuel Lauss <[email protected]>
490S: Maintained
491F: drivers/mmc/host/au1xmmc.c
492
493ALI1563 I2C DRIVER
494M: Rudolf Marek <[email protected]>
495L: [email protected]
496S: Maintained
497F: Documentation/i2c/busses/i2c-ali1563
498F: drivers/i2c/busses/i2c-ali1563.c
499
500ALPHA PORT
501M: Richard Henderson <[email protected]>
502M: Ivan Kokshaysky <[email protected]>
503M: Matt Turner <[email protected]>
504S: Odd Fixes
505L: [email protected]
506F: arch/alpha/
507
508ALTERA UART/JTAG UART SERIAL DRIVERS
509M: Tobias Klauser <[email protected]>
510L: [email protected]
511L: [email protected] (moderated for non-subscribers)
512S: Maintained
513F: drivers/tty/serial/altera_uart.c
514F: drivers/tty/serial/altera_jtaguart.c
515F: include/linux/altera_uart.h
516F: include/linux/altera_jtaguart.h
517
518AMD FAM15H PROCESSOR POWER MONITORING DRIVER
519M: Andreas Herrmann <[email protected]>
520L: [email protected]
521S: Maintained
522F: Documentation/hwmon/fam15h_power
523F: drivers/hwmon/fam15h_power.c
524
525AMD GEODE CS5536 USB DEVICE CONTROLLER DRIVER
526M: Thomas Dahlmann <[email protected]>
527L: [email protected] (moderated for non-subscribers)
528S: Supported
529F: drivers/usb/gadget/amd5536udc.*
530
531AMD GEODE PROCESSOR/CHIPSET SUPPORT
532P: Andres Salomon <[email protected]>
533L: [email protected] (moderated for non-subscribers)
534W: http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html
535S: Supported
536F: drivers/char/hw_random/geode-rng.c
537F: drivers/crypto/geode*
538F: drivers/video/geode/
539F: arch/x86/include/asm/geode.h
540
541AMD IOMMU (AMD-VI)
542M: Joerg Roedel <[email protected]>
543L: [email protected]
544T: git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
545S: Maintained
546F: drivers/iommu/amd_iommu*.[ch]
547F: include/linux/amd-iommu.h
548
549AMD MICROCODE UPDATE SUPPORT
550M: Andreas Herrmann <[email protected]>
551L: [email protected]
552S: Maintained
553F: arch/x86/kernel/microcode_amd.c
554
555AMS (Apple Motion Sensor) DRIVER
556M: Michael Hanselmann <[email protected]>
557S: Supported
558F: drivers/macintosh/ams/
559
560AMSO1100 RNIC DRIVER
561M: Tom Tucker <[email protected]>
562M: Steve Wise <[email protected]>
563L: [email protected]
564S: Maintained
565F: drivers/infiniband/hw/amso1100/
566
567ANALOG DEVICES INC AD9389B DRIVER
568M: Hans Verkuil <[email protected]>
569L: [email protected]
570S: Maintained
571F: drivers/media/i2c/ad9389b*
572
573ANALOG DEVICES INC ADV7604 DRIVER
574M: Hans Verkuil <[email protected]>
575L: [email protected]
576S: Maintained
577F: drivers/media/i2c/adv7604*
578
579ANALOG DEVICES INC ASOC CODEC DRIVERS
580M: Lars-Peter Clausen <[email protected]>
581L: [email protected]
582L: [email protected] (moderated for non-subscribers)
583W: http://wiki.analog.com/
584S: Supported
585F: sound/soc/codecs/adau*
586F: sound/soc/codecs/adav*
587F: sound/soc/codecs/ad1*
588F: sound/soc/codecs/ssm*
589F: sound/soc/codecs/sigmadsp.*
590
591ANALOG DEVICES INC ASOC DRIVERS
592L: [email protected]
593L: [email protected] (moderated for non-subscribers)
594W: http://blackfin.uclinux.org/
595S: Supported
596F: sound/soc/blackfin/*
597
598AOA (Apple Onboard Audio) ALSA DRIVER
599M: Johannes Berg <[email protected]>
600L: [email protected]
601L: [email protected] (moderated for non-subscribers)
602S: Maintained
603F: sound/aoa/
604
605APM DRIVER
606M: Jiri Kosina <[email protected]>
607S: Odd fixes
608F: arch/x86/kernel/apm_32.c
609F: include/linux/apm_bios.h
610F: include/uapi/linux/apm_bios.h
611F: drivers/char/apm-emulation.c
612
613APPLE BCM5974 MULTITOUCH DRIVER
614M: Henrik Rydberg <[email protected]>
615L: [email protected]
616S: Maintained
617F: drivers/input/mouse/bcm5974.c
618
619APPLE SMC DRIVER
620M: Henrik Rydberg <[email protected]>
621L: [email protected]
622S: Maintained
623F: drivers/hwmon/applesmc.c
624
625APPLETALK NETWORK LAYER
626M: Arnaldo Carvalho de Melo <[email protected]>
627S: Maintained
628F: drivers/net/appletalk/
629F: net/appletalk/
630
631ARASAN COMPACT FLASH PATA CONTROLLER
632M: Viresh Kumar <[email protected]>
633L: [email protected]
634S: Maintained
635F: include/linux/pata_arasan_cf_data.h
636F: drivers/ata/pata_arasan_cf.c
637
638ARC FRAMEBUFFER DRIVER
639M: Jaya Kumar <[email protected]>
640S: Maintained
641F: drivers/video/arcfb.c
642F: drivers/video/fb_defio.c
643
644ARM MFM AND FLOPPY DRIVERS
645M: Ian Molton <[email protected]>
646S: Maintained
647F: arch/arm/lib/floppydma.S
648F: arch/arm/include/asm/floppy.h
649
650ARM PMU PROFILING AND DEBUGGING
651M: Will Deacon <[email protected]>
652S: Maintained
653F: arch/arm/kernel/perf_event*
654F: arch/arm/oprofile/common.c
655F: arch/arm/include/asm/pmu.h
656F: arch/arm/kernel/hw_breakpoint.c
657F: arch/arm/include/asm/hw_breakpoint.h
658
659ARM PORT
660M: Russell King <[email protected]>
661L: [email protected] (moderated for non-subscribers)
662W: http://www.arm.linux.org.uk/
663S: Maintained
664F: arch/arm/
665
666ARM SUB-ARCHITECTURES
667L: [email protected] (moderated for non-subscribers)
668S: Maintained
669F: arch/arm/mach-*/
670F: arch/arm/plat-*/
671T: git git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git
672
673ARM PRIMECELL AACI PL041 DRIVER
674M: Russell King <[email protected]>
675S: Maintained
676F: sound/arm/aaci.*
677
678ARM PRIMECELL CLCD PL110 DRIVER
679M: Russell King <[email protected]>
680S: Maintained
681F: drivers/video/amba-clcd.*
682
683ARM PRIMECELL KMI PL050 DRIVER
684M: Russell King <[email protected]>
685S: Maintained
686F: drivers/input/serio/ambakmi.*
687F: include/linux/amba/kmi.h
688
689ARM PRIMECELL MMCI PL180/1 DRIVER
690M: Russell King <[email protected]>
691S: Maintained
692F: drivers/mmc/host/mmci.*
693F: include/linux/amba/mmci.h
694
695ARM PRIMECELL UART PL010 AND PL011 DRIVERS
696M: Russell King <[email protected]>
697S: Maintained
698F: drivers/tty/serial/amba-pl01*.c
699F: include/linux/amba/serial.h
700
701ARM PRIMECELL BUS SUPPORT
702M: Russell King <[email protected]>
703S: Maintained
704F: drivers/amba/
705F: include/linux/amba/bus.h
706
707ARM/ADS SPHERE MACHINE SUPPORT
708M: Lennert Buytenhek <[email protected]>
709L: [email protected] (moderated for non-subscribers)
710S: Maintained
711
712ARM/AFEB9260 MACHINE SUPPORT
713M: Sergey Lapin <[email protected]>
714L: [email protected] (moderated for non-subscribers)
715S: Maintained
716
717ARM/AJECO 1ARM MACHINE SUPPORT
718M: Lennert Buytenhek <[email protected]>
719L: [email protected] (moderated for non-subscribers)
720S: Maintained
721
722ARM/Allwinner A1X SoC support
723M: Maxime Ripard <[email protected]>
724L: [email protected] (moderated for non-subscribers)
725S: Maintained
726F: arch/arm/mach-sunxi/
727
728ARM/ATMEL AT91RM9200 AND AT91SAM ARM ARCHITECTURES
729M: Andrew Victor <[email protected]>
730M: Nicolas Ferre <[email protected]>
731M: Jean-Christophe Plagniol-Villard <[email protected]>
732L: [email protected] (moderated for non-subscribers)
733W: http://maxim.org.za/at91_26.html
734W: http://www.linux4sam.org
735S: Supported
736F: arch/arm/mach-at91/
737
738ARM/CALXEDA HIGHBANK ARCHITECTURE
739M: Rob Herring <[email protected]>
740L: [email protected] (moderated for non-subscribers)
741S: Maintained
742F: arch/arm/mach-highbank/
743
744ARM/CAVIUM NETWORKS CNS3XXX MACHINE SUPPORT
745M: Anton Vorontsov <[email protected]>
746S: Maintained
747F: arch/arm/mach-cns3xxx/
748T: git git://git.infradead.org/users/cbou/linux-cns3xxx.git
749
750ARM/CIRRUS LOGIC CLPS711X ARM ARCHITECTURE
751M: Alexander Shiyan <[email protected]>
752L: [email protected] (moderated for non-subscribers)
753S: Odd Fixes
754F: arch/arm/mach-clps711x/
755
756ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
757M: Hartley Sweeten <[email protected]>
758M: Ryan Mallon <[email protected]>
759L: [email protected] (moderated for non-subscribers)
760S: Maintained
761F: arch/arm/mach-ep93xx/
762F: arch/arm/mach-ep93xx/include/mach/
763
764ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT
765M: Lennert Buytenhek <[email protected]>
766L: [email protected] (moderated for non-subscribers)
767S: Maintained
768
769ARM/CLKDEV SUPPORT
770M: Russell King <[email protected]>
771L: [email protected] (moderated for non-subscribers)
772S: Maintained
773F: arch/arm/include/asm/clkdev.h
774F: drivers/clk/clkdev.c
775
776ARM/COMPULAB CM-X270/EM-X270 and CM-X300 MACHINE SUPPORT
777M: Mike Rapoport <[email protected]>
778L: [email protected] (moderated for non-subscribers)
779S: Maintained
780
781ARM/CONTEC MICRO9 MACHINE SUPPORT
782M: Hubert Feurstein <[email protected]>
783S: Maintained
784F: arch/arm/mach-ep93xx/micro9.c
785
786ARM/CORGI MACHINE SUPPORT
787M: Richard Purdie <[email protected]>
788S: Maintained
789
790ARM/CORTINA SYSTEMS GEMINI ARM ARCHITECTURE
791M: Hans Ulli Kroll <[email protected]>
792L: [email protected] (moderated for non-subscribers)
793T: git git://git.berlios.de/gemini-board
794S: Maintained
795F: arch/arm/mach-gemini/
796
797ARM/CSR SIRFPRIMA2 MACHINE SUPPORT
798M: Barry Song <[email protected]>
799L: [email protected] (moderated for non-subscribers)
800S: Maintained
801F: arch/arm/mach-prima2/
802F: drivers/dma/sirf-dma.c
803F: drivers/i2c/busses/i2c-sirf.c
804F: drivers/mmc/host/sdhci-sirf.c
805F: drivers/pinctrl/pinctrl-sirf.c
806F: drivers/spi/spi-sirf.c
807
808ARM/EBSA110 MACHINE SUPPORT
809M: Russell King <[email protected]>
810L: [email protected] (moderated for non-subscribers)
811W: http://www.arm.linux.org.uk/
812S: Maintained
813F: arch/arm/mach-ebsa110/
814F: drivers/net/ethernet/amd/am79c961a.*
815
816ARM/EZX SMARTPHONES (A780, A910, A1200, E680, ROKR E2 and ROKR E6)
817M: Daniel Ribeiro <[email protected]>
818M: Stefan Schmidt <[email protected]>
819M: Harald Welte <[email protected]>
820L: [email protected] (moderated for non-subscribers)
821W: http://www.openezx.org/
822S: Maintained
823T: topgit git://git.openezx.org/openezx.git
824F: arch/arm/mach-pxa/ezx.c
825
826ARM/FARADAY FA526 PORT
827M: Hans Ulli Kroll <[email protected]>
828L: [email protected] (moderated for non-subscribers)
829S: Maintained
830T: git git://git.berlios.de/gemini-board
831F: arch/arm/mm/*-fa*
832
833ARM/FOOTBRIDGE ARCHITECTURE
834M: Russell King <[email protected]>
835L: [email protected] (moderated for non-subscribers)
836W: http://www.arm.linux.org.uk/
837S: Maintained
838F: arch/arm/include/asm/hardware/dec21285.h
839F: arch/arm/mach-footbridge/
840
841ARM/FREESCALE IMX / MXC ARM ARCHITECTURE
842M: Sascha Hauer <[email protected]>
843L: [email protected] (moderated for non-subscribers)
844S: Maintained
845T: git git://git.pengutronix.de/git/imx/linux-2.6.git
846F: arch/arm/mach-imx/
847F: arch/arm/configs/imx*_defconfig
848
849ARM/FREESCALE IMX6
850M: Shawn Guo <[email protected]>
851L: [email protected] (moderated for non-subscribers)
852S: Maintained
853T: git git://git.linaro.org/people/shawnguo/linux-2.6.git
854F: arch/arm/mach-imx/*imx6*
855
856ARM/FREESCALE MXS ARM ARCHITECTURE
857M: Shawn Guo <[email protected]>
858L: [email protected] (moderated for non-subscribers)
859S: Maintained
860T: git git://git.linaro.org/people/shawnguo/linux-2.6.git
861F: arch/arm/mach-mxs/
862
863ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
864M: Lennert Buytenhek <[email protected]>
865L: [email protected] (moderated for non-subscribers)
866S: Maintained
867
868ARM/GUMSTIX MACHINE SUPPORT
869M: Steve Sakoman <[email protected]>
870L: [email protected] (moderated for non-subscribers)
871S: Maintained
872
873ARM/H4700 (HP IPAQ HX4700) MACHINE SUPPORT
874M: Philipp Zabel <[email protected]>
875M: Paul Parsons <[email protected]>
876L: [email protected] (moderated for non-subscribers)
877S: Maintained
878F: arch/arm/mach-pxa/hx4700.c
879F: arch/arm/mach-pxa/include/mach/hx4700.h
880F: sound/soc/pxa/hx4700.c
881
882ARM/HP JORNADA 7XX MACHINE SUPPORT
883M: Kristoffer Ericson <[email protected]>
884W: www.jlime.com
885S: Maintained
886T: git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
887F: arch/arm/mach-sa1100/jornada720.c
888F: arch/arm/mach-sa1100/include/mach/jornada720.h
889
890ARM/IGEP MACHINE SUPPORT
891M: Enric Balletbo i Serra <[email protected]>
892M: Javier Martinez Canillas <[email protected]>
893L: [email protected]
894L: [email protected] (moderated for non-subscribers)
895S: Maintained
896F: arch/arm/mach-omap2/board-igep0020.c
897
898ARM/INCOME PXA270 SUPPORT
899M: Marek Vasut <[email protected]>
900L: [email protected] (moderated for non-subscribers)
901S: Maintained
902F: arch/arm/mach-pxa/colibri-pxa270-income.c
903
904ARM/INTEL IOP32X ARM ARCHITECTURE
905M: Lennert Buytenhek <[email protected]>
906M: Dan Williams <[email protected]>
907L: [email protected] (moderated for non-subscribers)
908S: Maintained
909
910ARM/INTEL IOP33X ARM ARCHITECTURE
911M: Dan Williams <[email protected]>
912L: [email protected] (moderated for non-subscribers)
913S: Maintained
914
915ARM/INTEL IOP13XX ARM ARCHITECTURE
916M: Lennert Buytenhek <[email protected]>
917M: Dan Williams <[email protected]>
918L: [email protected] (moderated for non-subscribers)
919S: Maintained
920
921ARM/INTEL IQ81342EX MACHINE SUPPORT
922M: Lennert Buytenhek <[email protected]>
923M: Dan Williams <[email protected]>
924L: [email protected] (moderated for non-subscribers)
925S: Maintained
926
927ARM/INTEL IXDP2850 MACHINE SUPPORT
928M: Lennert Buytenhek <[email protected]>
929L: [email protected] (moderated for non-subscribers)
930S: Maintained
931
932ARM/INTEL IXP4XX ARM ARCHITECTURE
933M: Imre Kaloz <[email protected]>
934M: Krzysztof Halasa <[email protected]>
935L: [email protected] (moderated for non-subscribers)
936S: Maintained
937F: arch/arm/mach-ixp4xx/
938
939ARM/INTEL RESEARCH IMOTE/STARGATE 2 MACHINE SUPPORT
940M: Jonathan Cameron <[email protected]>
941L: [email protected] (moderated for non-subscribers)
942S: Maintained
943F: arch/arm/mach-pxa/stargate2.c
944F: drivers/pcmcia/pxa2xx_stargate2.c
945
946ARM/INTEL XSC3 (MANZANO) ARM CORE
947M: Lennert Buytenhek <[email protected]>
948M: Dan Williams <[email protected]>
949L: [email protected] (moderated for non-subscribers)
950S: Maintained
951
952ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT
953M: Lennert Buytenhek <[email protected]>
954L: [email protected] (moderated for non-subscribers)
955S: Maintained
956
957ARM/LOGICPD PXA270 MACHINE SUPPORT
958M: Lennert Buytenhek <[email protected]>
959L: [email protected] (moderated for non-subscribers)
960S: Maintained
961
962ARM/MAGICIAN MACHINE SUPPORT
963M: Philipp Zabel <[email protected]>
964S: Maintained
965
966ARM/Marvell Armada 370 and Armada XP SOC support
967M: Jason Cooper <[email protected]>
968M: Andrew Lunn <[email protected]>
969M: Gregory Clement <[email protected]>
970L: [email protected] (moderated for non-subscribers)
971S: Maintained
972F: arch/arm/mach-mvebu/
973
974ARM/Marvell Dove/Kirkwood/MV78xx0/Orion SOC support
975M: Jason Cooper <[email protected]>
976M: Andrew Lunn <[email protected]>
977L: [email protected] (moderated for non-subscribers)
978S: Maintained
979F: arch/arm/mach-dove/
980F: arch/arm/mach-kirkwood/
981F: arch/arm/mach-mv78xx0/
982F: arch/arm/mach-orion5x/
983F: arch/arm/plat-orion/
984
985ARM/Orion SoC/Technologic Systems TS-78xx platform support
986M: Alexander Clouter <[email protected]>
987L: [email protected] (moderated for non-subscribers)
988W: http://www.digriz.org.uk/ts78xx/kernel
989S: Maintained
990F: arch/arm/mach-orion5x/ts78xx-*
991
992ARM/MICREL KS8695 ARCHITECTURE
993M: Greg Ungerer <[email protected]>
994L: [email protected] (moderated for non-subscribers)
995F: arch/arm/mach-ks8695
996S: Odd Fixes
997
998ARM/MIOA701 MACHINE SUPPORT
999M: Robert Jarzmik <[email protected]>
1000L: [email protected] (moderated for non-subscribers)
1001F: arch/arm/mach-pxa/mioa701.c
1002S: Maintained
1003
1004ARM/NEC MOBILEPRO 900/c MACHINE SUPPORT
1005M: Michael Petchkovsky <[email protected]>
1006S: Maintained
1007
1008ARM/NOMADIK ARCHITECTURE
1009M: Alessandro Rubini <[email protected]>
1010M: Linus Walleij <[email protected]>
1011M: STEricsson <[email protected]>
1012L: [email protected] (moderated for non-subscribers)
1013S: Maintained
1014F: arch/arm/mach-nomadik/
1015F: arch/arm/plat-nomadik/
1016F: drivers/i2c/busses/i2c-nomadik.c
1017T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-nomadik.git
1018
1019ARM/OPENMOKO NEO FREERUNNER (GTA02) MACHINE SUPPORT
1020M: Nelson Castillo <[email protected]>
1021L: [email protected] (subscribers-only)
1022W: http://wiki.openmoko.org/wiki/Neo_FreeRunner
1023S: Supported
1024
1025ARM/QUALCOMM MSM MACHINE SUPPORT
1026M: David Brown <[email protected]>
1027M: Daniel Walker <[email protected]>
1028M: Bryan Huntsman <[email protected]>
1029L: [email protected]
1030F: arch/arm/mach-msm/
1031F: drivers/video/msm/
1032F: drivers/mmc/host/msm_sdcc.c
1033F: drivers/mmc/host/msm_sdcc.h
1034F: drivers/tty/serial/msm_serial.h
1035F: drivers/tty/serial/msm_serial.c
1036F: drivers/*/pm8???-*
1037F: drivers/ssbi/
1038F: include/linux/mfd/pm8xxx/
1039T: git git://git.kernel.org/pub/scm/linux/kernel/git/davidb/linux-msm.git
1040S: Maintained
1041
1042ARM/TOSA MACHINE SUPPORT
1043M: Dmitry Eremin-Solenikov <[email protected]>
1044M: Dirk Opfer <[email protected]>
1045S: Maintained
1046
1047ARM/PALMTX,PALMT5,PALMLD,PALMTE2,PALMTC SUPPORT
1048M: Marek Vasut <[email protected]>
1049L: [email protected]
1050W: http://hackndev.com
1051S: Maintained
1052F: arch/arm/mach-pxa/include/mach/palmtx.h
1053F: arch/arm/mach-pxa/palmtx.c
1054F: arch/arm/mach-pxa/include/mach/palmt5.h
1055F: arch/arm/mach-pxa/palmt5.c
1056F: arch/arm/mach-pxa/include/mach/palmld.h
1057F: arch/arm/mach-pxa/palmld.c
1058F: arch/arm/mach-pxa/include/mach/palmte2.h
1059F: arch/arm/mach-pxa/palmte2.c
1060F: arch/arm/mach-pxa/include/mach/palmtc.h
1061F: arch/arm/mach-pxa/palmtc.c
1062
1063ARM/PALM TREO SUPPORT
1064M: Tomas Cech <[email protected]>
1065L: [email protected]
1066W: http://hackndev.com
1067S: Maintained
1068F: arch/arm/mach-pxa/include/mach/palmtreo.h
1069F: arch/arm/mach-pxa/palmtreo.c
1070
1071ARM/PALMZ72 SUPPORT
1072M: Sergey Lapin <[email protected]>
1073L: [email protected]
1074W: http://hackndev.com
1075S: Maintained
1076F: arch/arm/mach-pxa/include/mach/palmz72.h
1077F: arch/arm/mach-pxa/palmz72.c
1078
1079ARM/PLEB SUPPORT
1080M: Peter Chubb <[email protected]>
1081W: http://www.disy.cse.unsw.edu.au/Hardware/PLEB
1082S: Maintained
1083
1084ARM/PT DIGITAL BOARD PORT
1085M: Stefan Eletzhofer <[email protected]>
1086L: [email protected] (moderated for non-subscribers)
1087W: http://www.arm.linux.org.uk/
1088S: Maintained
1089
1090ARM/RADISYS ENP2611 MACHINE SUPPORT
1091M: Lennert Buytenhek <[email protected]>
1092L: [email protected] (moderated for non-subscribers)
1093S: Maintained
1094
1095ARM/RISCPC ARCHITECTURE
1096M: Russell King <[email protected]>
1097L: [email protected] (moderated for non-subscribers)
1098W: http://www.arm.linux.org.uk/
1099S: Maintained
1100F: arch/arm/include/asm/hardware/entry-macro-iomd.S
1101F: arch/arm/include/asm/hardware/ioc.h
1102F: arch/arm/include/asm/hardware/iomd.h
1103F: arch/arm/include/asm/hardware/memc.h
1104F: arch/arm/mach-rpc/
1105F: drivers/net/ethernet/8390/etherh.c
1106F: drivers/net/ethernet/i825xx/ether1*
1107F: drivers/net/ethernet/seeq/ether3*
1108F: drivers/scsi/arm/
1109
1110ARM/SHARK MACHINE SUPPORT
1111M: Alexander Schulz <[email protected]>
1112W: http://www.shark-linux.de/shark.html
1113S: Maintained
1114
1115ARM/SAMSUNG ARM ARCHITECTURES
1116M: Ben Dooks <[email protected]>
1117M: Kukjin Kim <[email protected]>
1118L: [email protected] (moderated for non-subscribers)
1119L: [email protected] (moderated for non-subscribers)
1120W: http://www.fluff.org/ben/linux/
1121S: Maintained
1122F: arch/arm/plat-samsung/
1123F: arch/arm/plat-s3c24xx/
1124F: arch/arm/mach-s3c24*/
1125F: arch/arm/mach-s3c64xx/
1126F: drivers/*/*s3c2410*
1127F: drivers/*/*/*s3c2410*
1128F: drivers/spi/spi-s3c*
1129F: sound/soc/samsung/*
1130
1131ARM/S5P EXYNOS ARM ARCHITECTURES
1132M: Kukjin Kim <[email protected]>
1133L: [email protected] (moderated for non-subscribers)
1134L: [email protected] (moderated for non-subscribers)
1135S: Maintained
1136F: arch/arm/mach-s5p*/
1137F: arch/arm/mach-exynos*/
1138
1139ARM/SAMSUNG MOBILE MACHINE SUPPORT
1140M: Kyungmin Park <[email protected]>
1141L: [email protected] (moderated for non-subscribers)
1142S: Maintained
1143F: arch/arm/mach-s5pv210/mach-aquila.c
1144F: arch/arm/mach-s5pv210/mach-goni.c
1145F: arch/arm/mach-exynos/mach-universal_c210.c
1146F: arch/arm/mach-exynos/mach-nuri.c
1147
1148ARM/SAMSUNG S5P SERIES 2D GRAPHICS ACCELERATION (G2D) SUPPORT
1149M: Kyungmin Park <[email protected]>
1150M: Kamil Debski <[email protected]>
1151L: [email protected]
1152L: [email protected]
1153S: Maintained
1154F: drivers/media/platform/s5p-g2d/
1155
1156ARM/SAMSUNG S5P SERIES FIMC SUPPORT
1157M: Kyungmin Park <[email protected]>
1158M: Sylwester Nawrocki <[email protected]>
1159L: [email protected]
1160L: [email protected]
1161S: Maintained
1162F: arch/arm/plat-samsung/include/plat/*fimc*
1163F: drivers/media/platform/s5p-fimc/
1164
1165ARM/SAMSUNG S5P SERIES Multi Format Codec (MFC) SUPPORT
1166M: Kyungmin Park <[email protected]>
1167M: Kamil Debski <[email protected]>
1168M: Jeongtae Park <[email protected]>
1169L: [email protected]
1170L: [email protected]
1171S: Maintained
1172F: arch/arm/plat-samsung/s5p-dev-mfc.c
1173F: drivers/media/platform/s5p-mfc/
1174
1175ARM/SAMSUNG S5P SERIES TV SUBSYSTEM SUPPORT
1176M: Kyungmin Park <[email protected]>
1177M: Tomasz Stanislawski <[email protected]>
1178L: [email protected]
1179L: [email protected]
1180S: Maintained
1181F: drivers/media/platform/s5p-tv/
1182
1183ARM/SHMOBILE ARM ARCHITECTURE
1184M: Simon Horman <[email protected]>
1185M: Magnus Damm <[email protected]>
1186L: [email protected]
1187W: http://oss.renesas.com
1188Q: http://patchwork.kernel.org/project/linux-sh/list/
1189T: git git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git next
1190S: Supported
1191F: arch/arm/mach-shmobile/
1192F: drivers/sh/
1193
1194ARM/SOCFPGA ARCHITECTURE
1195M: Dinh Nguyen <[email protected]>
1196S: Maintained
1197F: arch/arm/mach-socfpga/
1198
1199ARM/SOCFPGA CLOCK FRAMEWORK SUPPORT
1200M: Dinh Nguyen <[email protected]>
1201S: Maintained
1202F: drivers/clk/socfpga/
1203
1204ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
1205M: Lennert Buytenhek <[email protected]>
1206L: [email protected] (moderated for non-subscribers)
1207S: Maintained
1208
1209ARM/TETON BGA MACHINE SUPPORT
1210M: "Mark F. Brown" <[email protected]>
1211L: [email protected] (moderated for non-subscribers)
1212S: Maintained
1213
1214ARM/THECUS N2100 MACHINE SUPPORT
1215M: Lennert Buytenhek <[email protected]>
1216L: [email protected] (moderated for non-subscribers)
1217S: Maintained
1218
1219ARM/NUVOTON W90X900 ARM ARCHITECTURE
1220M: Wan ZongShun <[email protected]>
1221L: [email protected] (moderated for non-subscribers)
1222W: http://www.mcuos.com
1223S: Maintained
1224F: arch/arm/mach-w90x900/
1225F: drivers/input/keyboard/w90p910_keypad.c
1226F: drivers/input/touchscreen/w90p910_ts.c
1227F: drivers/watchdog/nuc900_wdt.c
1228F: drivers/net/ethernet/nuvoton/w90p910_ether.c
1229F: drivers/mtd/nand/nuc900_nand.c
1230F: drivers/rtc/rtc-nuc900.c
1231F: drivers/spi/spi-nuc900.c
1232F: drivers/usb/host/ehci-w90x900.c
1233F: drivers/video/nuc900fb.c
1234
1235ARM/U300 MACHINE SUPPORT
1236M: Linus Walleij <[email protected]>
1237L: [email protected] (moderated for non-subscribers)
1238S: Supported
1239F: arch/arm/mach-u300/
1240F: drivers/i2c/busses/i2c-stu300.c
1241F: drivers/rtc/rtc-coh901331.c
1242F: drivers/watchdog/coh901327_wdt.c
1243F: drivers/dma/coh901318*
1244F: drivers/mfd/ab3100*
1245F: drivers/rtc/rtc-ab3100.c
1246F: drivers/rtc/rtc-coh901331.c
1247T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1248
1249ARM/Ux500 ARM ARCHITECTURE
1250M: Srinidhi Kasagar <[email protected]>
1251M: Linus Walleij <[email protected]>
1252L: [email protected] (moderated for non-subscribers)
1253S: Maintained
1254F: arch/arm/mach-ux500/
1255F: drivers/clocksource/clksrc-dbx500-prcmu.c
1256F: drivers/dma/ste_dma40*
1257F: drivers/hwspinlock/u8500_hsem.c
1258F: drivers/mfd/abx500*
1259F: drivers/mfd/ab8500*
1260F: drivers/mfd/dbx500*
1261F: drivers/mfd/db8500*
1262F: drivers/pinctrl/pinctrl-nomadik*
1263F: drivers/rtc/rtc-ab8500.c
1264F: drivers/rtc/rtc-pl031.c
1265T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1266
1267ARM/VFP SUPPORT
1268M: Russell King <[email protected]>
1269L: [email protected] (moderated for non-subscribers)
1270W: http://www.arm.linux.org.uk/
1271S: Maintained
1272F: arch/arm/vfp/
1273
1274ARM/VOIPAC PXA270 SUPPORT
1275M: Marek Vasut <[email protected]>
1276L: [email protected] (moderated for non-subscribers)
1277S: Maintained
1278F: arch/arm/mach-pxa/vpac270.c
1279F: arch/arm/mach-pxa/include/mach/vpac270.h
1280
1281ARM/VT8500 ARM ARCHITECTURE
1282M: Tony Prisk <[email protected]>
1283L: [email protected] (moderated for non-subscribers)
1284S: Maintained
1285F: arch/arm/mach-vt8500/
1286F: drivers/clocksource/vt8500_timer.c
1287F: drivers/gpio/gpio-vt8500.c
1288F: drivers/mmc/host/wmt-sdmmc.c
1289F: drivers/pwm/pwm-vt8500.c
1290F: drivers/rtc/rtc-vt8500.c
1291F: drivers/tty/serial/vt8500_serial.c
1292F: drivers/usb/host/ehci-vt8500.c
1293F: drivers/usb/host/uhci-platform.c
1294F: drivers/video/vt8500lcdfb.*
1295F: drivers/video/wm8505fb*
1296F: drivers/video/wmt_ge_rops.*
1297
1298ARM/ZIPIT Z2 SUPPORT
1299M: Marek Vasut <[email protected]>
1300L: [email protected] (moderated for non-subscribers)
1301S: Maintained
1302F: arch/arm/mach-pxa/z2.c
1303F: arch/arm/mach-pxa/include/mach/z2.h
1304
1305ARM/ZYNQ ARCHITECTURE
1306M: Michal Simek <[email protected]>
1307L: [email protected] (moderated for non-subscribers)
1308W: http://wiki.xilinx.com
1309T: git git://git.xilinx.com/linux-xlnx.git
1310S: Supported
1311F: arch/arm/mach-zynq/
1312
1313ARM64 PORT (AARCH64 ARCHITECTURE)
1314M: Catalin Marinas <[email protected]>
1315M: Will Deacon <[email protected]>
1316L: [email protected] (moderated for non-subscribers)
1317S: Maintained
1318F: arch/arm64/
1319F: Documentation/arm64/
1320
1321AS3645A LED FLASH CONTROLLER DRIVER
1322M: Laurent Pinchart <[email protected]>
1323L: [email protected]
1324T: git git://linuxtv.org/media_tree.git
1325S: Maintained
1326F: drivers/media/i2c/as3645a.c
1327F: include/media/as3645a.h
1328
1329ASC7621 HARDWARE MONITOR DRIVER
1330M: George Joseph <[email protected]>
1331L: [email protected]
1332S: Maintained
1333F: Documentation/hwmon/asc7621
1334F: drivers/hwmon/asc7621.c
1335
1336ASUS NOTEBOOKS AND EEEPC ACPI/WMI EXTRAS DRIVERS
1337M: Corentin Chary <[email protected]>
1338L: [email protected]
1339L: [email protected]
1340W: http://acpi4asus.sf.net
1341S: Maintained
1342F: drivers/platform/x86/asus*.c
1343F: drivers/platform/x86/eeepc*.c
1344
1345ASYNCHRONOUS TRANSFERS/TRANSFORMS (IOAT) API
1346M: Dan Williams <[email protected]>
1347W: http://sourceforge.net/projects/xscaleiop
1348S: Maintained
1349F: Documentation/crypto/async-tx-api.txt
1350F: crypto/async_tx/
1351F: drivers/dma/
1352F: include/linux/dmaengine.h
1353F: include/linux/async_tx.h
1354
1355AT24 EEPROM DRIVER
1356M: Wolfram Sang <[email protected]>
1357L: [email protected]
1358S: Maintained
1359F: drivers/misc/eeprom/at24.c
1360F: include/linux/i2c/at24.h
1361
1362ATA OVER ETHERNET (AOE) DRIVER
1363M: "Ed L. Cashin" <[email protected]>
1364W: http://support.coraid.com/support/linux
1365S: Supported
1366F: Documentation/aoe/
1367F: drivers/block/aoe/
1368
1369ATHEROS ATH GENERIC UTILITIES
1370M: "Luis R. Rodriguez" <[email protected]>
1371L: [email protected]
1372S: Supported
1373F: drivers/net/wireless/ath/*
1374
1375ATHEROS ATH5K WIRELESS DRIVER
1376M: Jiri Slaby <[email protected]>
1377M: Nick Kossifidis <[email protected]>
1378M: "Luis R. Rodriguez" <[email protected]>
1379L: [email protected]
1380L: [email protected]
1381W: http://wireless.kernel.org/en/users/Drivers/ath5k
1382S: Maintained
1383F: drivers/net/wireless/ath/ath5k/
1384
1385ATHEROS ATH6KL WIRELESS DRIVER
1386M: Kalle Valo <[email protected]>
1387L: [email protected]
1388W: http://wireless.kernel.org/en/users/Drivers/ath6kl
1389T: git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath6kl.git
1390S: Supported
1391F: drivers/net/wireless/ath/ath6kl/
1392
1393ATHEROS ATH9K WIRELESS DRIVER
1394M: "Luis R. Rodriguez" <[email protected]>
1395M: Jouni Malinen <[email protected]>
1396M: Vasanthakumar Thiagarajan <[email protected]>
1397M: Senthil Balasubramanian <[email protected]>
1398L: [email protected]
1399L: [email protected]
1400W: http://wireless.kernel.org/en/users/Drivers/ath9k
1401S: Supported
1402F: drivers/net/wireless/ath/ath9k/
1403
1404WILOCITY WIL6210 WIRELESS DRIVER
1405M: Vladimir Kondratiev <[email protected]>
1406L: [email protected]
1407L: [email protected]
1408S: Supported
1409W: http://wireless.kernel.org/en/users/Drivers/wil6210
1410F: drivers/net/wireless/ath/wil6210/
1411
1412CARL9170 LINUX COMMUNITY WIRELESS DRIVER
1413M: Christian Lamparter <[email protected]>
1414L: [email protected]
1415W: http://wireless.kernel.org/en/users/Drivers/carl9170
1416S: Maintained
1417F: drivers/net/wireless/ath/carl9170/
1418
1419ATK0110 HWMON DRIVER
1420M: Luca Tettamanti <[email protected]>
1421L: [email protected]
1422S: Maintained
1423F: drivers/hwmon/asus_atk0110.c
1424
1425ATI_REMOTE2 DRIVER
1426M: Ville Syrjala <[email protected]>
1427S: Maintained
1428F: drivers/input/misc/ati_remote2.c
1429
1430ATLX ETHERNET DRIVERS
1431M: Jay Cliburn <[email protected]>
1432M: Chris Snook <[email protected]>
1433L: [email protected]
1434W: http://sourceforge.net/projects/atl1
1435W: http://atl1.sourceforge.net
1436S: Maintained
1437F: drivers/net/ethernet/atheros/
1438
1439ATM
1440M: Chas Williams <[email protected]>
1441L: [email protected] (moderated for non-subscribers)
1442L: [email protected]
1443W: http://linux-atm.sourceforge.net
1444S: Maintained
1445F: drivers/atm/
1446F: include/linux/atm*
1447F: include/uapi/linux/atm*
1448
1449ATMEL AT91 / AT32 MCI DRIVER
1450M: Ludovic Desroches <[email protected]>
1451S: Maintained
1452F: drivers/mmc/host/atmel-mci.c
1453F: drivers/mmc/host/atmel-mci-regs.h
1454
1455ATMEL AT91 / AT32 SERIAL DRIVER
1456M: Nicolas Ferre <[email protected]>
1457S: Supported
1458F: drivers/tty/serial/atmel_serial.c
1459
1460ATMEL DMA DRIVER
1461M: Nicolas Ferre <[email protected]>
1462L: [email protected] (moderated for non-subscribers)
1463S: Supported
1464F: drivers/dma/at_hdmac.c
1465F: drivers/dma/at_hdmac_regs.h
1466F: include/linux/platform_data/dma-atmel.h
1467
1468ATMEL I2C DRIVER
1469M: Ludovic Desroches <[email protected]>
1470L: [email protected]
1471S: Supported
1472F: drivers/i2c/busses/i2c-at91.c
1473
1474ATMEL ISI DRIVER
1475M: Josh Wu <[email protected]>
1476L: [email protected]
1477S: Supported
1478F: drivers/media/platform/soc_camera/atmel-isi.c
1479F: include/media/atmel-isi.h
1480
1481ATMEL LCDFB DRIVER
1482M: Nicolas Ferre <[email protected]>
1483L: [email protected]
1484S: Maintained
1485F: drivers/video/atmel_lcdfb.c
1486F: include/video/atmel_lcdc.h
1487
1488ATMEL MACB ETHERNET DRIVER
1489M: Nicolas Ferre <[email protected]>
1490S: Supported
1491F: drivers/net/ethernet/cadence/
1492
1493ATMEL SPI DRIVER
1494M: Nicolas Ferre <[email protected]>
1495S: Supported
1496F: drivers/spi/spi-atmel.*
1497
1498ATMEL Timer Counter (TC) AND CLOCKSOURCE DRIVERS
1499M: Nicolas Ferre <[email protected]>
1500L: [email protected] (moderated for non-subscribers)
1501S: Supported
1502F: drivers/misc/atmel_tclib.c
1503F: drivers/clocksource/tcb_clksrc.c
1504
1505ATMEL TSADCC DRIVER
1506M: Josh Wu <[email protected]>
1507L: [email protected]
1508S: Supported
1509F: drivers/input/touchscreen/atmel_tsadcc.c
1510
1511ATMEL USBA UDC DRIVER
1512M: Nicolas Ferre <[email protected]>
1513L: [email protected] (moderated for non-subscribers)
1514S: Supported
1515F: drivers/usb/gadget/atmel_usba_udc.*
1516
1517ATMEL WIRELESS DRIVER
1518M: Simon Kelley <[email protected]>
1519L: [email protected]
1520W: http://www.thekelleys.org.uk/atmel
1521W: http://atmelwlandriver.sourceforge.net/
1522S: Maintained
1523F: drivers/net/wireless/atmel*
1524
1525AUDIT SUBSYSTEM
1526M: Al Viro <[email protected]>
1527M: Eric Paris <[email protected]>
1528L: [email protected] (subscribers-only)
1529W: http://people.redhat.com/sgrubb/audit/
1530T: git git://git.kernel.org/pub/scm/linux/kernel/git/viro/audit-current.git
1531S: Maintained
1532F: include/linux/audit.h
1533F: include/uapi/linux/audit.h
1534F: kernel/audit*
1535
1536AUXILIARY DISPLAY DRIVERS
1537M: Miguel Ojeda Sandonis <[email protected]>
1538W: http://miguelojeda.es/auxdisplay.htm
1539W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
1540S: Maintained
1541F: drivers/auxdisplay/
1542F: include/linux/cfag12864b.h
1543
1544AVR32 ARCHITECTURE
1545M: Haavard Skinnemoen <[email protected]>
1546M: Hans-Christian Egtvedt <[email protected]>
1547W: http://www.atmel.com/products/AVR32/
1548W: http://mirror.egtvedt.no/avr32linux.org/
1549W: http://avrfreaks.net/
1550S: Maintained
1551F: arch/avr32/
1552
1553AVR32/AT32AP MACHINE SUPPORT
1554M: Haavard Skinnemoen <[email protected]>
1555M: Hans-Christian Egtvedt <[email protected]>
1556S: Maintained
1557F: arch/avr32/mach-at32ap/
1558
1559AX.25 NETWORK LAYER
1560M: Ralf Baechle <[email protected]>
1561L: [email protected]
1562W: http://www.linux-ax25.org/
1563S: Maintained
1564F: include/uapi/linux/ax25.h
1565F: include/net/ax25.h
1566F: net/ax25/
1567
1568AZ6007 DVB DRIVER
1569M: Mauro Carvalho Chehab <[email protected]>
1570L: [email protected]
1571W: http://linuxtv.org
1572T: git git://linuxtv.org/media_tree.git
1573S: Maintained
1574F: drivers/media/usb/dvb-usb-v2/az6007.c
1575
1576AZTECH FM RADIO RECEIVER DRIVER
1577M: Hans Verkuil <[email protected]>
1578L: [email protected]
1579T: git git://linuxtv.org/media_tree.git
1580W: http://linuxtv.org
1581S: Maintained
1582F: drivers/media/radio/radio-aztech*
1583
1584B43 WIRELESS DRIVER
1585M: Stefano Brivio <[email protected]>
1586L: [email protected]
1587L: [email protected]
1588W: http://wireless.kernel.org/en/users/Drivers/b43
1589S: Maintained
1590F: drivers/net/wireless/b43/
1591
1592B43LEGACY WIRELESS DRIVER
1593M: Larry Finger <[email protected]>
1594M: Stefano Brivio <[email protected]>
1595L: [email protected]
1596L: [email protected]
1597W: http://wireless.kernel.org/en/users/Drivers/b43
1598S: Maintained
1599F: drivers/net/wireless/b43legacy/
1600
1601BACKLIGHT CLASS/SUBSYSTEM
1602M: Richard Purdie <[email protected]>
1603S: Maintained
1604F: drivers/video/backlight/
1605F: include/linux/backlight.h
1606
1607BATMAN ADVANCED
1608M: Marek Lindner <[email protected]>
1609M: Simon Wunderlich <[email protected]>
1610M: Antonio Quartulli <[email protected]>
1611L: [email protected]
1612W: http://www.open-mesh.org/
1613S: Maintained
1614F: net/batman-adv/
1615
1616BAYCOM/HDLCDRV DRIVERS FOR AX.25
1617M: Thomas Sailer <[email protected]>
1618L: [email protected]
1619W: http://www.baycom.org/~tom/ham/ham.html
1620S: Maintained
1621F: drivers/net/hamradio/baycom*
1622
1623BEFS FILE SYSTEM
1624S: Orphan
1625F: Documentation/filesystems/befs.txt
1626F: fs/befs/
1627
1628BFS FILE SYSTEM
1629M: "Tigran A. Aivazian" <[email protected]>
1630S: Maintained
1631F: Documentation/filesystems/bfs.txt
1632F: fs/bfs/
1633F: include/uapi/linux/bfs_fs.h
1634
1635BLACKFIN ARCHITECTURE
1636M: Mike Frysinger <[email protected]>
1637L: [email protected]
1638W: http://blackfin.uclinux.org
1639S: Supported
1640F: arch/blackfin/
1641
1642BLACKFIN EMAC DRIVER
1643L: [email protected]
1644W: http://blackfin.uclinux.org
1645S: Supported
1646F: drivers/net/ethernet/adi/
1647
1648BLACKFIN RTC DRIVER
1649M: Mike Frysinger <[email protected]>
1650L: [email protected]
1651W: http://blackfin.uclinux.org
1652S: Supported
1653F: drivers/rtc/rtc-bfin.c
1654
1655BLACKFIN SDH DRIVER
1656M: Sonic Zhang <[email protected]>
1657L: [email protected]
1658W: http://blackfin.uclinux.org
1659S: Supported
1660F: drivers/mmc/host/bfin_sdh.c
1661
1662BLACKFIN SERIAL DRIVER
1663M: Sonic Zhang <[email protected]>
1664L: [email protected]
1665W: http://blackfin.uclinux.org
1666S: Supported
1667F: drivers/tty/serial/bfin_uart.c
1668
1669BLACKFIN WATCHDOG DRIVER
1670M: Mike Frysinger <[email protected]>
1671L: [email protected]
1672W: http://blackfin.uclinux.org
1673S: Supported
1674F: drivers/watchdog/bfin_wdt.c
1675
1676BLACKFIN I2C TWI DRIVER
1677M: Sonic Zhang <[email protected]>
1678L: [email protected]
1679W: http://blackfin.uclinux.org/
1680S: Supported
1681F: drivers/i2c/busses/i2c-bfin-twi.c
1682
1683BLACKFIN MEDIA DRIVER
1684M: Scott Jiang <[email protected]>
1685L: [email protected]
1686W: http://blackfin.uclinux.org/
1687S: Supported
1688F: drivers/media/platform/blackfin/
1689F: drivers/media/i2c/adv7183*
1690F: drivers/media/i2c/vs6624*
1691
1692BLINKM RGB LED DRIVER
1693M: Jan-Simon Moeller <[email protected]>
1694S: Maintained
1695F: drivers/leds/leds-blinkm.c
1696
1697BLOCK LAYER
1698M: Jens Axboe <[email protected]>
1699T: git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
1700S: Maintained
1701F: block/
1702
1703BLOCK2MTD DRIVER
1704M: Joern Engel <[email protected]>
1705L: [email protected]
1706S: Maintained
1707F: drivers/mtd/devices/block2mtd.c
1708
1709BLUETOOTH DRIVERS
1710M: Marcel Holtmann <[email protected]>
1711M: Gustavo Padovan <[email protected]>
1712M: Johan Hedberg <[email protected]>
1713L: [email protected]
1714W: http://www.bluez.org/
1715T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
1716T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
1717S: Maintained
1718F: drivers/bluetooth/
1719
1720BLUETOOTH SUBSYSTEM
1721M: Marcel Holtmann <[email protected]>
1722M: Gustavo Padovan <[email protected]>
1723M: Johan Hedberg <[email protected]>
1724L: [email protected]
1725W: http://www.bluez.org/
1726T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
1727T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
1728S: Maintained
1729F: net/bluetooth/
1730F: include/net/bluetooth/
1731
1732BONDING DRIVER
1733M: Jay Vosburgh <[email protected]>
1734M: Andy Gospodarek <[email protected]>
1735L: [email protected]
1736W: http://sourceforge.net/projects/bonding/
1737S: Supported
1738F: drivers/net/bonding/
1739F: include/uapi/linux/if_bonding.h
1740
1741BROADCOM B44 10/100 ETHERNET DRIVER
1742M: Gary Zambrano <[email protected]>
1743L: [email protected]
1744S: Supported
1745F: drivers/net/ethernet/broadcom/b44.*
1746
1747BROADCOM BNX2 GIGABIT ETHERNET DRIVER
1748M: Michael Chan <[email protected]>
1749L: [email protected]
1750S: Supported
1751F: drivers/net/ethernet/broadcom/bnx2.*
1752F: drivers/net/ethernet/broadcom/bnx2_*
1753
1754BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER
1755M: Eilon Greenstein <[email protected]>
1756L: [email protected]
1757S: Supported
1758F: drivers/net/ethernet/broadcom/bnx2x/
1759
1760BROADCOM BCM2835 ARM ARCHICTURE
1761M: Stephen Warren <[email protected]>
1762L: [email protected] (moderated for non-subscribers)
1763T: git git://git.kernel.org/pub/scm/linux/kernel/git/swarren/linux-rpi.git
1764S: Maintained
1765F: arch/arm/mach-bcm2835/
1766F: arch/arm/boot/dts/bcm2835*
1767F: arch/arm/configs/bcm2835_defconfig
1768F: drivers/*/*bcm2835*
1769
1770BROADCOM TG3 GIGABIT ETHERNET DRIVER
1771M: Nithin Nayak Sujir <[email protected]>
1772M: Michael Chan <[email protected]>
1773L: [email protected]
1774S: Supported
1775F: drivers/net/ethernet/broadcom/tg3.*
1776
1777BROADCOM BRCM80211 IEEE802.11n WIRELESS DRIVER
1778M: Brett Rudley <[email protected]>
1779M: Arend van Spriel <[email protected]>
1780M: Franky (Zhenhui) Lin <[email protected]>
1781M: Hante Meuleman <[email protected]>
1782L: [email protected]
1783L: [email protected]
1784S: Supported
1785F: drivers/net/wireless/brcm80211/
1786
1787BROADCOM BNX2FC 10 GIGABIT FCOE DRIVER
1788M: Bhanu Prakash Gollapudi <[email protected]>
1789L: [email protected]
1790S: Supported
1791F: drivers/scsi/bnx2fc/
1792
1793BROADCOM SPECIFIC AMBA DRIVER (BCMA)
1794M: RafaÅ‚ MiÅ‚ecki <[email protected]>
1795L: [email protected]
1796S: Maintained
1797F: drivers/bcma/
1798F: include/linux/bcma/
1799
1800BROCADE BFA FC SCSI DRIVER
1801M: Anil Gurumurthy <[email protected]>
1802M: Vijaya Mohan Guvva <[email protected]>
1803L: [email protected]
1804S: Supported
1805F: drivers/scsi/bfa/
1806
1807BROCADE BNA 10 GIGABIT ETHERNET DRIVER
1808M: Rasesh Mody <[email protected]>
1809L: [email protected]
1810S: Supported
1811F: drivers/net/ethernet/brocade/bna/
1812
1813BSG (block layer generic sg v4 driver)
1814M: FUJITA Tomonori <[email protected]>
1815L: [email protected]
1816S: Supported
1817F: block/bsg.c
1818F: include/linux/bsg.h
1819F: include/uapi/linux/bsg.h
1820
1821BT87X AUDIO DRIVER
1822M: Clemens Ladisch <[email protected]>
1823L: [email protected] (moderated for non-subscribers)
1824T: git git://git.alsa-project.org/alsa-kernel.git
1825S: Maintained
1826F: Documentation/sound/alsa/Bt87x.txt
1827F: sound/pci/bt87x.c
1828
1829BT8XXGPIO DRIVER
1830M: Michael Buesch <[email protected]>
1831W: http://bu3sch.de/btgpio.php
1832S: Maintained
1833F: drivers/gpio/gpio-bt8xx.c
1834
1835BTRFS FILE SYSTEM
1836M: Chris Mason <[email protected]>
1837L: [email protected]
1838W: http://btrfs.wiki.kernel.org/
1839Q: http://patchwork.kernel.org/project/linux-btrfs/list/
1840T: git git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs.git
1841S: Maintained
1842F: Documentation/filesystems/btrfs.txt
1843F: fs/btrfs/
1844
1845BTTV VIDEO4LINUX DRIVER
1846M: Mauro Carvalho Chehab <[email protected]>
1847L: [email protected]
1848W: http://linuxtv.org
1849T: git git://linuxtv.org/media_tree.git
1850S: Odd fixes
1851F: Documentation/video4linux/bttv/
1852F: drivers/media/pci/bt8xx/bttv*
1853
1854C-MEDIA CMI8788 DRIVER
1855M: Clemens Ladisch <[email protected]>
1856L: [email protected] (moderated for non-subscribers)
1857T: git git://git.alsa-project.org/alsa-kernel.git
1858S: Maintained
1859F: sound/pci/oxygen/
1860
1861C6X ARCHITECTURE
1862M: Mark Salter <[email protected]>
1863M: Aurelien Jacquiot <[email protected]>
1864L: [email protected]
1865W: http://www.linux-c6x.org/wiki/index.php/Main_Page
1866S: Maintained
1867F: arch/c6x/
1868
1869CACHEFILES: FS-CACHE BACKEND FOR CACHING ON MOUNTED FILESYSTEMS
1870M: David Howells <[email protected]>
1871L: [email protected]
1872S: Supported
1873F: Documentation/filesystems/caching/cachefiles.txt
1874F: fs/cachefiles/
1875
1876CADET FM/AM RADIO RECEIVER DRIVER
1877M: Hans Verkuil <[email protected]>
1878L: [email protected]
1879T: git git://linuxtv.org/media_tree.git
1880W: http://linuxtv.org
1881S: Maintained
1882F: drivers/media/radio/radio-cadet*
1883
1884CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
1885M: Jonathan Corbet <[email protected]>
1886L: [email protected]
1887T: git git://linuxtv.org/media_tree.git
1888S: Maintained
1889F: Documentation/video4linux/cafe_ccic
1890F: drivers/media/platform/marvell-ccic/
1891
1892CAIF NETWORK LAYER
1893M: Dmitry Tarnyagin <[email protected]>
1894L: [email protected]
1895S: Supported
1896F: Documentation/networking/caif/
1897F: drivers/net/caif/
1898F: include/uapi/linux/caif/
1899F: include/net/caif/
1900F: net/caif/
1901
1902CALGARY x86-64 IOMMU
1903M: Muli Ben-Yehuda <[email protected]>
1904M: "Jon D. Mason" <[email protected]>
1905L: [email protected]
1906S: Maintained
1907F: arch/x86/kernel/pci-calgary_64.c
1908F: arch/x86/kernel/tce_64.c
1909F: arch/x86/include/asm/calgary.h
1910F: arch/x86/include/asm/tce.h
1911
1912CAN NETWORK LAYER
1913M: Oliver Hartkopp <[email protected]>
1914L: [email protected]
1915W: http://gitorious.org/linux-can
1916T: git git://gitorious.org/linux-can/linux-can-next.git
1917S: Maintained
1918F: net/can/
1919F: include/linux/can/core.h
1920F: include/uapi/linux/can.h
1921F: include/uapi/linux/can/bcm.h
1922F: include/uapi/linux/can/raw.h
1923F: include/uapi/linux/can/gw.h
1924
1925CAN NETWORK DRIVERS
1926M: Wolfgang Grandegger <[email protected]>
1927M: Marc Kleine-Budde <[email protected]>
1928L: [email protected]
1929W: http://gitorious.org/linux-can
1930T: git git://gitorious.org/linux-can/linux-can-next.git
1931S: Maintained
1932F: drivers/net/can/
1933F: include/linux/can/dev.h
1934F: include/linux/can/platform/
1935F: include/uapi/linux/can/error.h
1936F: include/uapi/linux/can/netlink.h
1937
1938CAPABILITIES
1939M: Serge Hallyn <[email protected]>
1940L: [email protected]
1941S: Supported
1942F: include/linux/capability.h
1943F: include/uapi/linux/capability.h
1944F: security/capability.c
1945F: security/commoncap.c
1946F: kernel/capability.c
1947
1948CELL BROADBAND ENGINE ARCHITECTURE
1949M: Arnd Bergmann <[email protected]>
1950L: [email protected]
1951L: [email protected]
1952W: http://www.ibm.com/developerworks/power/cell/
1953S: Supported
1954F: arch/powerpc/include/asm/cell*.h
1955F: arch/powerpc/include/asm/spu*.h
1956F: arch/powerpc/include/uapi/asm/spu*.h
1957F: arch/powerpc/oprofile/*cell*
1958F: arch/powerpc/platforms/cell/
1959
1960CEPH DISTRIBUTED FILE SYSTEM CLIENT
1961M: Sage Weil <[email protected]>
1962L: [email protected]
1963W: http://ceph.com/
1964T: git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
1965S: Supported
1966F: Documentation/filesystems/ceph.txt
1967F: fs/ceph
1968F: net/ceph
1969F: include/linux/ceph
1970F: include/linux/crush
1971
1972CERTIFIED WIRELESS USB (WUSB) SUBSYSTEM:
1973L: [email protected]
1974S: Orphan
1975F: Documentation/usb/WUSB-Design-overview.txt
1976F: Documentation/usb/wusb-cbaf
1977F: drivers/usb/host/hwa-hc.c
1978F: drivers/usb/host/whci/
1979F: drivers/usb/wusbcore/
1980F: include/linux/usb/wusb*
1981
1982CFAG12864B LCD DRIVER
1983M: Miguel Ojeda Sandonis <[email protected]>
1984W: http://miguelojeda.es/auxdisplay.htm
1985W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
1986S: Maintained
1987F: drivers/auxdisplay/cfag12864b.c
1988F: include/linux/cfag12864b.h
1989
1990CFAG12864BFB LCD FRAMEBUFFER DRIVER
1991M: Miguel Ojeda Sandonis <[email protected]>
1992W: http://miguelojeda.es/auxdisplay.htm
1993W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
1994S: Maintained
1995F: drivers/auxdisplay/cfag12864bfb.c
1996F: include/linux/cfag12864b.h
1997
1998CFG80211 and NL80211
1999M: Johannes Berg <[email protected]>
2000L: [email protected]
2001W: http://wireless.kernel.org/
2002T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
2003T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
2004S: Maintained
2005F: include/uapi/linux/nl80211.h
2006F: include/net/cfg80211.h
2007F: net/wireless/*
2008X: net/wireless/wext*
2009
2010CHAR and MISC DRIVERS
2011M: Arnd Bergmann <[email protected]>
2012M: Greg Kroah-Hartman <[email protected]>
2013T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
2014S: Supported
2015F: drivers/char/*
2016F: drivers/misc/*
2017
2018CHECKPATCH
2019M: Andy Whitcroft <[email protected]>
2020M: Joe Perches <[email protected]>
2021S: Maintained
2022F: scripts/checkpatch.pl
2023
2024CHINESE DOCUMENTATION
2025M: Harry Wei <[email protected]>
2026L: [email protected] (subscribers-only)
2027L: [email protected] (moderated for non-subscribers)
2028S: Maintained
2029F: Documentation/zh_CN/
2030
2031CHIPIDEA USB HIGH SPEED DUAL ROLE CONTROLLER
2032M: Alexander Shishkin <[email protected]>
2033L: [email protected]
2034S: Maintained
2035F: drivers/usb/chipidea/
2036
2037CISCO VIC ETHERNET NIC DRIVER
2038M: Christian Benvenuti <[email protected]>
2039M: Roopa Prabhu <[email protected]>
2040M: Neel Patel <[email protected]>
2041M: Nishank Trivedi <[email protected]>
2042S: Supported
2043F: drivers/net/ethernet/cisco/enic/
2044
2045CIRRUS LOGIC EP93XX ETHERNET DRIVER
2046M: Hartley Sweeten <[email protected]>
2047L: [email protected]
2048S: Maintained
2049F: drivers/net/ethernet/cirrus/ep93xx_eth.c
2050
2051CIRRUS LOGIC EP93XX OHCI USB HOST DRIVER
2052M: Lennert Buytenhek <[email protected]>
2053L: [email protected]
2054S: Maintained
2055F: drivers/usb/host/ohci-ep93xx.c
2056
2057CIRRUS LOGIC CS4270 SOUND DRIVER
2058M: Timur Tabi <[email protected]>
2059L: [email protected] (moderated for non-subscribers)
2060S: Odd Fixes
2061F: sound/soc/codecs/cs4270*
2062
2063CLEANCACHE API
2064M: Konrad Rzeszutek Wilk <[email protected]>
2065L: [email protected]
2066S: Maintained
2067F: mm/cleancache.c
2068F: include/linux/cleancache.h
2069
2070CLK API
2071M: Russell King <[email protected]>
2072S: Maintained
2073F: include/linux/clk.h
2074
2075CISCO FCOE HBA DRIVER
2076M: Hiral Patel <[email protected]>
2077M: Suma Ramars <[email protected]>
2078M: Brian Uchino <[email protected]>
2079L: [email protected]
2080S: Supported
2081F: drivers/scsi/fnic/
2082
2083CMPC ACPI DRIVER
2084M: Thadeu Lima de Souza Cascardo <[email protected]>
2085M: Daniel Oliveira Nascimento <[email protected]>
2086L: [email protected]
2087S: Supported
2088F: drivers/platform/x86/classmate-laptop.c
2089
2090COCCINELLE/Semantic Patches (SmPL)
2091M: Julia Lawall <[email protected]>
2092M: Gilles Muller <[email protected]>
2093M: Nicolas Palix <[email protected]>
2094L: [email protected] (moderated for non-subscribers)
2095W: http://coccinelle.lip6.fr/
2096S: Supported
2097F: scripts/coccinelle/
2098F: scripts/coccicheck
2099
2100CODA FILE SYSTEM
2101M: Jan Harkes <[email protected]>
2102M: [email protected]
2103L: [email protected]
2104W: http://www.coda.cs.cmu.edu/
2105S: Maintained
2106F: Documentation/filesystems/coda.txt
2107F: fs/coda/
2108F: include/linux/coda*.h
2109F: include/uapi/linux/coda*.h
2110
2111COMMON CLK FRAMEWORK
2112M: Mike Turquette <[email protected]>
2113L: [email protected] (same as CLK API & CLKDEV)
2114T: git git://git.linaro.org/people/mturquette/linux.git
2115S: Maintained
2116F: drivers/clk/clk.c
2117F: drivers/clk/clk-*
2118F: include/linux/clk-pr*
2119
2120COMMON INTERNET FILE SYSTEM (CIFS)
2121M: Steve French <[email protected]>
2122L: [email protected]
2123L: [email protected] (moderated for non-subscribers)
2124W: http://linux-cifs.samba.org/
2125Q: http://patchwork.ozlabs.org/project/linux-cifs-client/list/
2126T: git git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6.git
2127S: Supported
2128F: Documentation/filesystems/cifs.txt
2129F: fs/cifs/
2130
2131COMPACTPCI HOTPLUG CORE
2132M: Scott Murray <[email protected]>
2133L: [email protected]
2134S: Maintained
2135F: drivers/pci/hotplug/cpci_hotplug*
2136
2137COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
2138M: Scott Murray <[email protected]>
2139L: [email protected]
2140S: Maintained
2141F: drivers/pci/hotplug/cpcihp_zt5550.*
2142
2143COMPACTPCI HOTPLUG GENERIC DRIVER
2144M: Scott Murray <[email protected]>
2145L: [email protected]
2146S: Maintained
2147F: drivers/pci/hotplug/cpcihp_generic.c
2148
2149COMPAL LAPTOP SUPPORT
2150M: Cezary Jackiewicz <[email protected]>
2151L: [email protected]
2152S: Maintained
2153F: drivers/platform/x86/compal-laptop.c
2154
2155CONEXANT ACCESSRUNNER USB DRIVER
2156M: Simon Arlott <[email protected]>
2157L: [email protected]
2158W: http://accessrunner.sourceforge.net/
2159S: Maintained
2160F: drivers/usb/atm/cxacru.c
2161
2162CONFIGFS
2163M: Joel Becker <[email protected]>
2164T: git git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/configfs.git
2165S: Supported
2166F: fs/configfs/
2167F: include/linux/configfs.h
2168
2169CONNECTOR
2170M: Evgeniy Polyakov <[email protected]>
2171L: [email protected]
2172S: Maintained
2173F: drivers/connector/
2174
2175CONTROL GROUPS (CGROUPS)
2176M: Tejun Heo <[email protected]>
2177M: Li Zefan <[email protected]>
2178L: [email protected]
2179L: [email protected]
2180T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
2181S: Maintained
2182F: include/linux/cgroup*
2183F: kernel/cgroup*
2184F: mm/*cgroup*
2185
2186CORETEMP HARDWARE MONITORING DRIVER
2187M: Fenghua Yu <[email protected]>
2188L: [email protected]
2189S: Maintained
2190F: Documentation/hwmon/coretemp
2191F: drivers/hwmon/coretemp.c
2192
2193COSA/SRP SYNC SERIAL DRIVER
2194M: Jan "Yenya" Kasprzak <[email protected]>
2195W: http://www.fi.muni.cz/~kas/cosa/
2196S: Maintained
2197F: drivers/net/wan/cosa*
2198
2199CPMAC ETHERNET DRIVER
2200M: Florian Fainelli <[email protected]>
2201L: [email protected]
2202S: Maintained
2203F: drivers/net/ethernet/ti/cpmac.c
2204
2205CPU FREQUENCY DRIVERS
2206M: Rafael J. Wysocki <[email protected]>
2207M: Viresh Kumar <[email protected]>
2208L: [email protected]
2209L: [email protected]
2210S: Maintained
2211T: git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
2212F: drivers/cpufreq/
2213F: include/linux/cpufreq.h
2214
2215CPU FREQUENCY DRIVERS - ARM BIG LITTLE
2216M: Viresh Kumar <[email protected]>
2217M: Sudeep KarkadaNagesha <[email protected]>
2218L: [email protected]
2219L: [email protected]
2220W: http://www.arm.com/products/processors/technologies/biglittleprocessing.php
2221S: Maintained
2222F: drivers/cpufreq/arm_big_little.h
2223F: drivers/cpufreq/arm_big_little.c
2224F: drivers/cpufreq/arm_big_little_dt.c
2225
2226CPUIDLE DRIVERS
2227M: Rafael J. Wysocki <[email protected]>
2228M: Daniel Lezcano <[email protected]>
2229L: [email protected]
2230S: Maintained
2231T: git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
2232F: drivers/cpuidle/*
2233F: include/linux/cpuidle.h
2234
2235CPUID/MSR DRIVER
2236M: "H. Peter Anvin" <[email protected]>
2237S: Maintained
2238F: arch/x86/kernel/cpuid.c
2239F: arch/x86/kernel/msr.c
2240
2241CPU POWER MONITORING SUBSYSTEM
2242M: Dominik Brodowski <[email protected]>
2243M: Thomas Renninger <[email protected]>
2244S: Maintained
2245F: tools/power/cpupower
2246
2247CPUSETS
2248M: Li Zefan <[email protected]>
2249W: http://www.bullopensource.org/cpuset/
2250W: http://oss.sgi.com/projects/cpusets/
2251S: Maintained
2252F: Documentation/cgroups/cpusets.txt
2253F: include/linux/cpuset.h
2254F: kernel/cpuset.c
2255
2256CRAMFS FILESYSTEM
2257W: http://sourceforge.net/projects/cramfs/
2258S: Orphan
2259F: Documentation/filesystems/cramfs.txt
2260F: fs/cramfs/
2261
2262CRIS PORT
2263M: Mikael Starvik <[email protected]>
2264M: Jesper Nilsson <[email protected]>
2265L: [email protected]
2266W: http://developer.axis.com
2267S: Maintained
2268F: arch/cris/
2269F: drivers/tty/serial/crisv10.*
2270
2271CRYPTO API
2272M: Herbert Xu <[email protected]>
2273M: "David S. Miller" <[email protected]>
2274L: [email protected]
2275T: git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
2276S: Maintained
2277F: Documentation/crypto/
2278F: arch/*/crypto/
2279F: crypto/
2280F: drivers/crypto/
2281F: include/crypto/
2282
2283CRYPTOGRAPHIC RANDOM NUMBER GENERATOR
2284M: Neil Horman <[email protected]>
2285L: [email protected]
2286S: Maintained
2287F: crypto/ansi_cprng.c
2288F: crypto/rng.c
2289
2290CS5535 Audio ALSA driver
2291M: Jaya Kumar <[email protected]>
2292S: Maintained
2293F: sound/pci/cs5535audio/
2294
2295CX18 VIDEO4LINUX DRIVER
2296M: Andy Walls <[email protected]>
2297L: [email protected] (moderated for non-subscribers)
2298L: [email protected]
2299T: git git://linuxtv.org/media_tree.git
2300W: http://linuxtv.org
2301W: http://www.ivtvdriver.org/index.php/Cx18
2302S: Maintained
2303F: Documentation/video4linux/cx18.txt
2304F: drivers/media/pci/cx18/
2305F: include/uapi/linux/ivtv*
2306
2307CX2341X MPEG ENCODER HELPER MODULE
2308M: Hans Verkuil <[email protected]>
2309L: [email protected]
2310T: git git://linuxtv.org/media_tree.git
2311W: http://linuxtv.org
2312S: Maintained
2313F: drivers/media/common/cx2341x*
2314F: include/media/cx2341x*
2315
2316CX88 VIDEO4LINUX DRIVER
2317M: Mauro Carvalho Chehab <[email protected]>
2318L: [email protected]
2319W: http://linuxtv.org
2320T: git git://linuxtv.org/media_tree.git
2321S: Odd fixes
2322F: Documentation/video4linux/cx88/
2323F: drivers/media/pci/cx88/
2324
2325CXD2820R MEDIA DRIVER
2326M: Antti Palosaari <[email protected]>
2327L: [email protected]
2328W: http://linuxtv.org/
2329W: http://palosaari.fi/linux/
2330Q: http://patchwork.linuxtv.org/project/linux-media/list/
2331T: git git://linuxtv.org/anttip/media_tree.git
2332S: Maintained
2333F: drivers/media/dvb-frontends/cxd2820r*
2334
2335CXGB3 ETHERNET DRIVER (CXGB3)
2336M: Divy Le Ray <[email protected]>
2337L: [email protected]
2338W: http://www.chelsio.com
2339S: Supported
2340F: drivers/net/ethernet/chelsio/cxgb3/
2341
2342CXGB3 IWARP RNIC DRIVER (IW_CXGB3)
2343M: Steve Wise <[email protected]>
2344L: [email protected]
2345W: http://www.openfabrics.org
2346S: Supported
2347F: drivers/infiniband/hw/cxgb3/
2348
2349CXGB4 ETHERNET DRIVER (CXGB4)
2350M: Dimitris Michailidis <[email protected]>
2351L: [email protected]
2352W: http://www.chelsio.com
2353S: Supported
2354F: drivers/net/ethernet/chelsio/cxgb4/
2355
2356CXGB4 IWARP RNIC DRIVER (IW_CXGB4)
2357M: Steve Wise <[email protected]>
2358L: [email protected]
2359W: http://www.openfabrics.org
2360S: Supported
2361F: drivers/infiniband/hw/cxgb4/
2362
2363CXGB4VF ETHERNET DRIVER (CXGB4VF)
2364M: Casey Leedom <[email protected]>
2365L: [email protected]
2366W: http://www.chelsio.com
2367S: Supported
2368F: drivers/net/ethernet/chelsio/cxgb4vf/
2369
2370STMMAC ETHERNET DRIVER
2371M: Giuseppe Cavallaro <[email protected]>
2372L: [email protected]
2373W: http://www.stlinux.com
2374S: Supported
2375F: drivers/net/ethernet/stmicro/stmmac/
2376
2377CYBERPRO FB DRIVER
2378M: Russell King <[email protected]>
2379L: [email protected] (moderated for non-subscribers)
2380W: http://www.arm.linux.org.uk/
2381S: Maintained
2382F: drivers/video/cyber2000fb.*
2383
2384CYCLADES ASYNC MUX DRIVER
2385W: http://www.cyclades.com/
2386S: Orphan
2387F: drivers/tty/cyclades.c
2388F: include/linux/cyclades.h
2389F: include/uapi/linux/cyclades.h
2390
2391CYCLADES PC300 DRIVER
2392W: http://www.cyclades.com/
2393S: Orphan
2394F: drivers/net/wan/pc300*
2395
2396CYPRESS_FIRMWARE MEDIA DRIVER
2397M: Antti Palosaari <[email protected]>
2398L: [email protected]
2399W: http://linuxtv.org/
2400W: http://palosaari.fi/linux/
2401Q: http://patchwork.linuxtv.org/project/linux-media/list/
2402T: git git://linuxtv.org/anttip/media_tree.git
2403S: Maintained
2404F: drivers/media/common/cypress_firmware*
2405
2406CYTTSP TOUCHSCREEN DRIVER
2407M: Javier Martinez Canillas <[email protected]>
2408L: [email protected]
2409S: Maintained
2410F: drivers/input/touchscreen/cyttsp*
2411F: include/linux/input/cyttsp.h
2412
2413DAMA SLAVE for AX.25
2414M: Joerg Reuter <[email protected]>
2415W: http://yaina.de/jreuter/
2416W: http://www.qsl.net/dl1bke/
2417L: [email protected]
2418S: Maintained
2419F: net/ax25/af_ax25.c
2420F: net/ax25/ax25_dev.c
2421F: net/ax25/ax25_ds_*
2422F: net/ax25/ax25_in.c
2423F: net/ax25/ax25_out.c
2424F: net/ax25/ax25_timer.c
2425F: net/ax25/sysctl_net_ax25.c
2426
2427DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
2428L: [email protected]
2429S: Orphan
2430F: Documentation/networking/dmfe.txt
2431F: drivers/net/ethernet/dec/tulip/dmfe.c
2432
2433DC390/AM53C974 SCSI driver
2434M: Kurt Garloff <[email protected]>
2435W: http://www.garloff.de/kurt/linux/dc390/
2436M: Guennadi Liakhovetski <[email protected]>
2437S: Maintained
2438F: drivers/scsi/tmscsim.*
2439
2440DC395x SCSI driver
2441M: Oliver Neukum <[email protected]>
2442M: Ali Akcaagac <[email protected]>
2443M: Jamie Lenehan <[email protected]>
2444W: http://twibble.org/dist/dc395x/
2445L: [email protected]
2446L: http://lists.twibble.org/mailman/listinfo/dc395x/
2447S: Maintained
2448F: Documentation/scsi/dc395x.txt
2449F: drivers/scsi/dc395x.*
2450
2451DCCP PROTOCOL
2452M: Gerrit Renker <[email protected]>
2453L: [email protected]
2454W: http://www.linuxfoundation.org/collaborate/workgroups/networking/dccp
2455S: Maintained
2456F: include/linux/dccp.h
2457F: include/uapi/linux/dccp.h
2458F: include/linux/tfrc.h
2459F: net/dccp/
2460
2461DECnet NETWORK LAYER
2462W: http://linux-decnet.sourceforge.net
2463L: [email protected]
2464S: Orphan
2465F: Documentation/networking/decnet.txt
2466F: net/decnet/
2467
2468DEFXX FDDI NETWORK DRIVER
2469M: "Maciej W. Rozycki" <[email protected]>
2470S: Maintained
2471F: drivers/net/fddi/defxx.*
2472
2473DELL LAPTOP DRIVER
2474M: Matthew Garrett <[email protected]>
2475L: [email protected]
2476S: Maintained
2477F: drivers/platform/x86/dell-laptop.c
2478
2479DELL LAPTOP SMM DRIVER
2480S: Orphan
2481F: drivers/char/i8k.c
2482F: include/uapi/linux/i8k.h
2483
2484DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
2485M: Doug Warzecha <[email protected]>
2486S: Maintained
2487F: Documentation/dcdbas.txt
2488F: drivers/firmware/dcdbas.*
2489
2490DELL WMI EXTRAS DRIVER
2491M: Matthew Garrett <[email protected]>
2492S: Maintained
2493F: drivers/platform/x86/dell-wmi.c
2494
2495DESIGNWARE USB2 DRD IP DRIVER
2496M: Paul Zimmerman <[email protected]>
2497L: [email protected]
2498S: Maintained
2499F: drivers/staging/dwc2/
2500
2501DESIGNWARE USB3 DRD IP DRIVER
2502M: Felipe Balbi <[email protected]>
2503L: [email protected]
2504L: [email protected]
2505T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
2506S: Maintained
2507F: drivers/usb/dwc3/
2508
2509DEVICE FREQUENCY (DEVFREQ)
2510M: MyungJoo Ham <[email protected]>
2511M: Kyungmin Park <[email protected]>
2512L: [email protected]
2513S: Maintained
2514F: drivers/devfreq/
2515
2516DEVICE NUMBER REGISTRY
2517M: Torben Mathiasen <[email protected]>
2518W: http://lanana.org/docs/device-list/index.html
2519S: Maintained
2520
2521DEVICE-MAPPER (LVM)
2522M: Alasdair Kergon <[email protected]>
2523M: [email protected]
2524L: [email protected]
2525W: http://sources.redhat.com/dm
2526Q: http://patchwork.kernel.org/project/dm-devel/list/
2527T: quilt http://people.redhat.com/agk/patches/linux/editing/
2528S: Maintained
2529F: Documentation/device-mapper/
2530F: drivers/md/dm*
2531F: drivers/md/persistent-data/
2532F: include/linux/device-mapper.h
2533F: include/linux/dm-*.h
2534
2535DIOLAN U2C-12 I2C DRIVER
2536M: Guenter Roeck <[email protected]>
2537L: [email protected]
2538S: Maintained
2539F: drivers/i2c/busses/i2c-diolan-u2c.c
2540
2541DIRECTORY NOTIFICATION (DNOTIFY)
2542M: Eric Paris <[email protected]>
2543S: Maintained
2544F: Documentation/filesystems/dnotify.txt
2545F: fs/notify/dnotify/
2546F: include/linux/dnotify.h
2547
2548DISK GEOMETRY AND PARTITION HANDLING
2549M: Andries Brouwer <[email protected]>
2550W: http://www.win.tue.nl/~aeb/linux/Large-Disk.html
2551W: http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
2552W: http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
2553S: Maintained
2554
2555DISKQUOTA
2556M: Jan Kara <[email protected]>
2557S: Maintained
2558F: Documentation/filesystems/quota.txt
2559F: fs/quota/
2560F: include/linux/quota*.h
2561F: include/uapi/linux/quota*.h
2562
2563DISPLAYLINK USB 2.0 FRAMEBUFFER DRIVER (UDLFB)
2564M: Bernie Thompson <[email protected]>
2565L: [email protected]
2566S: Maintained
2567W: http://plugable.com/category/projects/udlfb/
2568F: drivers/video/udlfb.c
2569F: include/video/udlfb.h
2570F: Documentation/fb/udlfb.txt
2571
2572DISTRIBUTED LOCK MANAGER (DLM)
2573M: Christine Caulfield <[email protected]>
2574M: David Teigland <[email protected]>
2575L: [email protected]
2576W: http://sources.redhat.com/cluster/
2577T: git git://git.kernel.org/pub/scm/linux/kernel/git/teigland/dlm.git
2578S: Supported
2579F: fs/dlm/
2580
2581DMA BUFFER SHARING FRAMEWORK
2582M: Sumit Semwal <[email protected]>
2583S: Maintained
2584L: [email protected]
2585L: [email protected]
2586L: [email protected]
2587F: drivers/base/dma-buf*
2588F: include/linux/dma-buf*
2589F: Documentation/dma-buf-sharing.txt
2590T: git git://git.linaro.org/people/sumitsemwal/linux-dma-buf.git
2591
2592DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
2593M: Vinod Koul <[email protected]>
2594M: Dan Williams <[email protected]>
2595S: Supported
2596F: drivers/dma/
2597F: include/linux/dma*
2598T: git git://git.kernel.org/pub/scm/linux/kernel/git/djbw/async_tx.git
2599T: git git://git.infradead.org/users/vkoul/slave-dma.git (slave-dma)
2600
2601DME1737 HARDWARE MONITOR DRIVER
2602M: Juerg Haefliger <[email protected]>
2603L: [email protected]
2604S: Maintained
2605F: Documentation/hwmon/dme1737
2606F: drivers/hwmon/dme1737.c
2607
2608DOCKING STATION DRIVER
2609M: Shaohua Li <[email protected]>
2610L: [email protected]
2611S: Supported
2612F: drivers/acpi/dock.c
2613
2614DOCUMENTATION
2615M: Rob Landley <[email protected]>
2616L: [email protected]
2617T: TBD
2618S: Maintained
2619F: Documentation/
2620
2621DOUBLETALK DRIVER
2622M: "James R. Van Zandt" <[email protected]>
2623L: [email protected]
2624S: Maintained
2625F: drivers/char/dtlk.c
2626F: include/linux/dtlk.h
2627
2628DPT_I2O SCSI RAID DRIVER
2629M: Adaptec OEM Raid Solutions <[email protected]>
2630L: [email protected]
2631W: http://www.adaptec.com/
2632S: Maintained
2633F: drivers/scsi/dpt*
2634F: drivers/scsi/dpt/
2635
2636DRBD DRIVER
2637P: Philipp Reisner
2638P: Lars Ellenberg
2639M: [email protected]
2640L: [email protected]
2641W: http://www.drbd.org
2642T: git git://git.drbd.org/linux-2.6-drbd.git drbd
2643T: git git://git.drbd.org/drbd-8.3.git
2644S: Supported
2645F: drivers/block/drbd/
2646F: lib/lru_cache.c
2647F: Documentation/blockdev/drbd/
2648
2649DRIVER CORE, KOBJECTS, DEBUGFS AND SYSFS
2650M: Greg Kroah-Hartman <[email protected]>
2651T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
2652S: Supported
2653F: Documentation/kobject.txt
2654F: drivers/base/
2655F: fs/sysfs/
2656F: fs/debugfs/
2657F: include/linux/kobj*
2658F: include/linux/debugfs.h
2659F: lib/kobj*
2660
2661DRM DRIVERS
2662M: David Airlie <[email protected]>
2663L: [email protected]
2664T: git git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6.git
2665S: Maintained
2666F: drivers/gpu/drm/
2667F: include/drm/
2668F: include/uapi/drm/
2669
2670INTEL DRM DRIVERS (excluding Poulsbo, Moorestown and derivative chipsets)
2671M: Daniel Vetter <[email protected]>
2672L: [email protected]
2673L: [email protected]
2674T: git git://people.freedesktop.org/~danvet/drm-intel
2675S: Supported
2676F: drivers/gpu/drm/i915
2677F: include/drm/i915*
2678F: include/uapi/drm/i915*
2679
2680DRM DRIVERS FOR EXYNOS
2681M: Inki Dae <[email protected]>
2682M: Joonyoung Shim <[email protected]>
2683M: Seung-Woo Kim <[email protected]>
2684M: Kyungmin Park <[email protected]>
2685L: [email protected]
2686T: git git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos.git
2687S: Supported
2688F: drivers/gpu/drm/exynos
2689F: include/drm/exynos*
2690F: include/uapi/drm/exynos*
2691
2692DRM DRIVERS FOR NVIDIA TEGRA
2693M: Thierry Reding <[email protected]>
2694L: [email protected]
2695L: [email protected]
2696T: git git://gitorious.org/thierryreding/linux.git
2697S: Maintained
2698F: drivers/gpu/drm/tegra/
2699F: Documentation/devicetree/bindings/gpu/nvidia,tegra20-host1x.txt
2700
2701DSBR100 USB FM RADIO DRIVER
2702M: Alexey Klimov <[email protected]>
2703L: [email protected]
2704T: git git://linuxtv.org/media_tree.git
2705S: Maintained
2706F: drivers/media/radio/dsbr100.c
2707
2708DSCC4 DRIVER
2709M: Francois Romieu <[email protected]>
2710L: [email protected]
2711S: Maintained
2712F: drivers/net/wan/dscc4.c
2713
2714DVB_USB_AF9015 MEDIA DRIVER
2715M: Antti Palosaari <[email protected]>
2716L: [email protected]
2717W: http://linuxtv.org/
2718W: http://palosaari.fi/linux/
2719Q: http://patchwork.linuxtv.org/project/linux-media/list/
2720T: git git://linuxtv.org/anttip/media_tree.git
2721S: Maintained
2722F: drivers/media/usb/dvb-usb-v2/af9015*
2723
2724DVB_USB_AF9035 MEDIA DRIVER
2725M: Antti Palosaari <[email protected]>
2726L: [email protected]
2727W: http://linuxtv.org/
2728W: http://palosaari.fi/linux/
2729Q: http://patchwork.linuxtv.org/project/linux-media/list/
2730T: git git://linuxtv.org/anttip/media_tree.git
2731S: Maintained
2732F: drivers/media/usb/dvb-usb-v2/af9035*
2733
2734DVB_USB_ANYSEE MEDIA DRIVER
2735M: Antti Palosaari <[email protected]>
2736L: [email protected]
2737W: http://linuxtv.org/
2738W: http://palosaari.fi/linux/
2739Q: http://patchwork.linuxtv.org/project/linux-media/list/
2740T: git git://linuxtv.org/anttip/media_tree.git
2741S: Maintained
2742F: drivers/media/usb/dvb-usb-v2/anysee*
2743
2744DVB_USB_AU6610 MEDIA DRIVER
2745M: Antti Palosaari <[email protected]>
2746L: [email protected]
2747W: http://linuxtv.org/
2748W: http://palosaari.fi/linux/
2749Q: http://patchwork.linuxtv.org/project/linux-media/list/
2750T: git git://linuxtv.org/anttip/media_tree.git
2751S: Maintained
2752F: drivers/media/usb/dvb-usb-v2/au6610*
2753
2754DVB_USB_CE6230 MEDIA DRIVER
2755M: Antti Palosaari <[email protected]>
2756L: [email protected]
2757W: http://linuxtv.org/
2758W: http://palosaari.fi/linux/
2759Q: http://patchwork.linuxtv.org/project/linux-media/list/
2760T: git git://linuxtv.org/anttip/media_tree.git
2761S: Maintained
2762F: drivers/media/usb/dvb-usb-v2/ce6230*
2763
2764DVB_USB_CXUSB MEDIA DRIVER
2765M: Michael Krufky <[email protected]>
2766L: [email protected]
2767W: http://linuxtv.org/
2768W: http://github.com/mkrufky
2769Q: http://patchwork.linuxtv.org/project/linux-media/list/
2770T: git git://linuxtv.org/media_tree.git
2771S: Maintained
2772F: drivers/media/usb/dvb-usb/cxusb*
2773
2774DVB_USB_EC168 MEDIA DRIVER
2775M: Antti Palosaari <[email protected]>
2776L: [email protected]
2777W: http://linuxtv.org/
2778W: http://palosaari.fi/linux/
2779Q: http://patchwork.linuxtv.org/project/linux-media/list/
2780T: git git://linuxtv.org/anttip/media_tree.git
2781S: Maintained
2782F: drivers/media/usb/dvb-usb-v2/ec168*
2783
2784DVB_USB_GL861 MEDIA DRIVER
2785M: Antti Palosaari <[email protected]>
2786L: [email protected]
2787W: http://linuxtv.org/
2788Q: http://patchwork.linuxtv.org/project/linux-media/list/
2789T: git git://linuxtv.org/anttip/media_tree.git
2790S: Maintained
2791F: drivers/media/usb/dvb-usb-v2/gl861*
2792
2793DVB_USB_MXL111SF MEDIA DRIVER
2794M: Michael Krufky <[email protected]>
2795L: [email protected]
2796W: http://linuxtv.org/
2797W: http://github.com/mkrufky
2798Q: http://patchwork.linuxtv.org/project/linux-media/list/
2799T: git git://linuxtv.org/mkrufky/mxl111sf.git
2800S: Maintained
2801F: drivers/media/usb/dvb-usb-v2/mxl111sf*
2802
2803DVB_USB_RTL28XXU MEDIA DRIVER
2804M: Antti Palosaari <[email protected]>
2805L: [email protected]
2806W: http://linuxtv.org/
2807W: http://palosaari.fi/linux/
2808Q: http://patchwork.linuxtv.org/project/linux-media/list/
2809T: git git://linuxtv.org/anttip/media_tree.git
2810S: Maintained
2811F: drivers/media/usb/dvb-usb-v2/rtl28xxu*
2812
2813DVB_USB_V2 MEDIA DRIVER
2814M: Antti Palosaari <[email protected]>
2815L: [email protected]
2816W: http://linuxtv.org/
2817W: http://palosaari.fi/linux/
2818Q: http://patchwork.linuxtv.org/project/linux-media/list/
2819T: git git://linuxtv.org/anttip/media_tree.git
2820S: Maintained
2821F: drivers/media/usb/dvb-usb-v2/dvb_usb*
2822F: drivers/media/usb/dvb-usb-v2/usb_urb.c
2823
2824DYNAMIC DEBUG
2825M: Jason Baron <[email protected]>
2826S: Maintained
2827F: lib/dynamic_debug.c
2828F: include/linux/dynamic_debug.h
2829
2830DZ DECSTATION DZ11 SERIAL DRIVER
2831M: "Maciej W. Rozycki" <[email protected]>
2832S: Maintained
2833F: drivers/tty/serial/dz.*
2834
2835E4000 MEDIA DRIVER
2836M: Antti Palosaari <[email protected]>
2837L: [email protected]
2838W: http://linuxtv.org/
2839W: http://palosaari.fi/linux/
2840Q: http://patchwork.linuxtv.org/project/linux-media/list/
2841T: git git://linuxtv.org/anttip/media_tree.git
2842S: Maintained
2843F: drivers/media/tuners/e4000*
2844
2845EATA-DMA SCSI DRIVER
2846M: Michael Neuffer <[email protected]>
2847L: [email protected]
2848L: [email protected]
2849S: Maintained
2850F: drivers/scsi/eata*
2851
2852EATA ISA/EISA/PCI SCSI DRIVER
2853M: Dario Ballabio <[email protected]>
2854L: [email protected]
2855S: Maintained
2856F: drivers/scsi/eata.c
2857
2858EATA-PIO SCSI DRIVER
2859M: Michael Neuffer <[email protected]>
2860L: [email protected]
2861L: [email protected]
2862S: Maintained
2863F: drivers/scsi/eata_pio.*
2864
2865EBTABLES
2866M: Bart De Schuymer <[email protected]>
2867L: [email protected]
2868W: http://ebtables.sourceforge.net/
2869S: Maintained
2870F: include/linux/netfilter_bridge/ebt_*.h
2871F: include/uapi/linux/netfilter_bridge/ebt_*.h
2872F: net/bridge/netfilter/ebt*.c
2873
2874EC100 MEDIA DRIVER
2875M: Antti Palosaari <[email protected]>
2876L: [email protected]
2877W: http://linuxtv.org/
2878W: http://palosaari.fi/linux/
2879Q: http://patchwork.linuxtv.org/project/linux-media/list/
2880T: git git://linuxtv.org/anttip/media_tree.git
2881S: Maintained
2882F: drivers/media/dvb-frontends/ec100*
2883
2884ECRYPT FILE SYSTEM
2885M: Tyler Hicks <[email protected]>
2886M: Dustin Kirkland <[email protected]>
2887L: [email protected]
2888W: https://launchpad.net/ecryptfs
2889S: Supported
2890F: Documentation/filesystems/ecryptfs.txt
2891F: fs/ecryptfs/
2892
2893EDAC-CORE
2894M: Doug Thompson <[email protected]>
2895L: [email protected]
2896W: bluesmoke.sourceforge.net
2897S: Supported
2898F: Documentation/edac.txt
2899F: drivers/edac/
2900F: include/linux/edac.h
2901
2902EDAC-AMD64
2903M: Doug Thompson <[email protected]>
2904M: Borislav Petkov <[email protected]>
2905L: [email protected]
2906W: bluesmoke.sourceforge.net
2907S: Maintained
2908F: drivers/edac/amd64_edac*
2909
2910EDAC-CAVIUM
2911M: Ralf Baechle <[email protected]>
2912M: David Daney <[email protected]>
2913L: [email protected]
2914L: [email protected]
2915W: bluesmoke.sourceforge.net
2916S: Supported
2917F: drivers/edac/octeon_edac*
2918
2919EDAC-E752X
2920M: Mark Gross <[email protected]>
2921M: Doug Thompson <[email protected]>
2922L: [email protected]
2923W: bluesmoke.sourceforge.net
2924S: Maintained
2925F: drivers/edac/e752x_edac.c
2926
2927EDAC-E7XXX
2928M: Doug Thompson <[email protected]>
2929L: [email protected]
2930W: bluesmoke.sourceforge.net
2931S: Maintained
2932F: drivers/edac/e7xxx_edac.c
2933
2934EDAC-GHES
2935M: Mauro Carvalho Chehab <[email protected]>
2936L: [email protected]
2937W: bluesmoke.sourceforge.net
2938S: Maintained
2939F: drivers/edac/ghes-edac.c
2940
2941EDAC-I82443BXGX
2942M: Tim Small <[email protected]>
2943L: [email protected]
2944W: bluesmoke.sourceforge.net
2945S: Maintained
2946F: drivers/edac/i82443bxgx_edac.c
2947
2948EDAC-I3000
2949M: Jason Uhlenkott <[email protected]>
2950L: [email protected]
2951W: bluesmoke.sourceforge.net
2952S: Maintained
2953F: drivers/edac/i3000_edac.c
2954
2955EDAC-I5000
2956M: Doug Thompson <[email protected]>
2957L: [email protected]
2958W: bluesmoke.sourceforge.net
2959S: Maintained
2960F: drivers/edac/i5000_edac.c
2961
2962EDAC-I5400
2963M: Mauro Carvalho Chehab <[email protected]>
2964L: [email protected]
2965W: bluesmoke.sourceforge.net
2966S: Maintained
2967F: drivers/edac/i5400_edac.c
2968
2969EDAC-I7300
2970M: Mauro Carvalho Chehab <[email protected]>
2971L: [email protected]
2972W: bluesmoke.sourceforge.net
2973S: Maintained
2974F: drivers/edac/i7300_edac.c
2975
2976EDAC-I7CORE
2977M: Mauro Carvalho Chehab <[email protected]>
2978L: [email protected]
2979W: bluesmoke.sourceforge.net
2980S: Maintained
2981F: drivers/edac/i7core_edac.c
2982
2983EDAC-I82975X
2984M: Ranganathan Desikan <[email protected]>
2985M: "Arvind R." <[email protected]>
2986L: [email protected]
2987W: bluesmoke.sourceforge.net
2988S: Maintained
2989F: drivers/edac/i82975x_edac.c
2990
2991EDAC-PASEMI
2992M: Egor Martovetsky <[email protected]>
2993L: [email protected]
2994W: bluesmoke.sourceforge.net
2995S: Maintained
2996F: drivers/edac/pasemi_edac.c
2997
2998EDAC-R82600
2999M: Tim Small <[email protected]>
3000L: [email protected]
3001W: bluesmoke.sourceforge.net
3002S: Maintained
3003F: drivers/edac/r82600_edac.c
3004
3005EDAC-SBRIDGE
3006M: Mauro Carvalho Chehab <[email protected]>
3007L: [email protected]
3008W: bluesmoke.sourceforge.net
3009S: Maintained
3010F: drivers/edac/sb_edac.c
3011
3012EDIROL UA-101/UA-1000 DRIVER
3013M: Clemens Ladisch <[email protected]>
3014L: [email protected] (moderated for non-subscribers)
3015T: git git://git.alsa-project.org/alsa-kernel.git
3016S: Maintained
3017F: sound/usb/misc/ua101.c
3018
3019EXTENSIBLE FIRMWARE INTERFACE (EFI)
3020M: Matt Fleming <[email protected]>
3021L: [email protected]
3022T: git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
3023S: Maintained
3024F: Documentation/x86/efi-stub.txt
3025F: arch/ia64/kernel/efi.c
3026F: arch/x86/boot/compressed/eboot.[ch]
3027F: arch/x86/include/asm/efi.h
3028F: arch/x86/platform/efi/*
3029F: drivers/firmware/efi/*
3030F: include/linux/efi*.h
3031
3032EFI VARIABLE FILESYSTEM
3033M: Matthew Garrett <[email protected]>
3034M: Jeremy Kerr <[email protected]>
3035M: Matt Fleming <[email protected]>
3036T: git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
3037L: [email protected]
3038S: Maintained
3039F: fs/efivarfs/
3040
3041EFIFB FRAMEBUFFER DRIVER
3042L: [email protected]
3043M: Peter Jones <[email protected]>
3044S: Maintained
3045F: drivers/video/efifb.c
3046
3047EFS FILESYSTEM
3048W: http://aeschi.ch.eu.org/efs/
3049S: Orphan
3050F: fs/efs/
3051
3052EHCA (IBM GX bus InfiniBand adapter) DRIVER
3053M: Hoang-Nam Nguyen <[email protected]>
3054M: Christoph Raisch <[email protected]>
3055L: [email protected]
3056S: Supported
3057F: drivers/infiniband/hw/ehca/
3058
3059EHEA (IBM pSeries eHEA 10Gb ethernet adapter) DRIVER
3060M: Thadeu Lima de Souza Cascardo <[email protected]>
3061L: [email protected]
3062S: Maintained
3063F: drivers/net/ethernet/ibm/ehea/
3064
3065EM28XX VIDEO4LINUX DRIVER
3066M: Mauro Carvalho Chehab <[email protected]>
3067L: [email protected]
3068W: http://linuxtv.org
3069T: git git://linuxtv.org/media_tree.git
3070S: Maintained
3071F: drivers/media/usb/em28xx/
3072
3073EMBEDDED LINUX
3074M: Paul Gortmaker <[email protected]>
3075M: Matt Mackall <[email protected]>
3076M: David Woodhouse <[email protected]>
3077L: [email protected]
3078S: Maintained
3079
3080EMULEX LPFC FC SCSI DRIVER
3081M: James Smart <[email protected]>
3082L: [email protected]
3083W: http://sourceforge.net/projects/lpfcxxxx
3084S: Supported
3085F: drivers/scsi/lpfc/
3086
3087ENE CB710 FLASH CARD READER DRIVER
3088M: MichaÅ‚ MirosÅ‚aw <[email protected]>
3089S: Maintained
3090F: drivers/misc/cb710/
3091F: drivers/mmc/host/cb710-mmc.*
3092F: include/linux/cb710.h
3093
3094ENE KB2426 (ENE0100/ENE020XX) INFRARED RECEIVER
3095M: Maxim Levitsky <[email protected]>
3096S: Maintained
3097F: drivers/media/rc/ene_ir.*
3098
3099EPSON S1D13XXX FRAMEBUFFER DRIVER
3100M: Kristoffer Ericson <[email protected]>
3101S: Maintained
3102T: git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
3103F: drivers/video/s1d13xxxfb.c
3104F: include/video/s1d13xxxfb.h
3105
3106ETHERNET BRIDGE
3107M: Stephen Hemminger <[email protected]>
3108L: [email protected]
3109L: [email protected]
3110W: http://www.linuxfoundation.org/en/Net:Bridge
3111S: Maintained
3112F: include/linux/netfilter_bridge/
3113F: net/bridge/
3114
3115EXT2 FILE SYSTEM
3116M: Jan Kara <[email protected]>
3117L: [email protected]
3118S: Maintained
3119F: Documentation/filesystems/ext2.txt
3120F: fs/ext2/
3121F: include/linux/ext2*
3122
3123EXT3 FILE SYSTEM
3124M: Jan Kara <[email protected]>
3125M: Andrew Morton <[email protected]>
3126M: Andreas Dilger <[email protected]>
3127L: [email protected]
3128S: Maintained
3129F: Documentation/filesystems/ext3.txt
3130F: fs/ext3/
3131
3132EXT4 FILE SYSTEM
3133M: "Theodore Ts'o" <[email protected]>
3134M: Andreas Dilger <[email protected]>
3135L: [email protected]
3136W: http://ext4.wiki.kernel.org
3137Q: http://patchwork.ozlabs.org/project/linux-ext4/list/
3138S: Maintained
3139F: Documentation/filesystems/ext4.txt
3140F: fs/ext4/
3141
3142Extended Verification Module (EVM)
3143M: Mimi Zohar <[email protected]>
3144S: Supported
3145F: security/integrity/evm/
3146
3147EXTERNAL CONNECTOR SUBSYSTEM (EXTCON)
3148M: MyungJoo Ham <[email protected]>
3149M: Chanwoo Choi <[email protected]>
3150L: [email protected]
3151S: Maintained
3152F: drivers/extcon/
3153F: Documentation/extcon/
3154
3155EXYNOS DP DRIVER
3156M: Jingoo Han <[email protected]>
3157L: [email protected]
3158S: Maintained
3159F: drivers/video/exynos/exynos_dp*
3160F: include/video/exynos_dp*
3161
3162EXYNOS MIPI DISPLAY DRIVERS
3163M: Inki Dae <[email protected]>
3164M: Donghwa Lee <[email protected]>
3165M: Kyungmin Park <[email protected]>
3166L: [email protected]
3167S: Maintained
3168F: drivers/video/exynos/exynos_mipi*
3169F: include/video/exynos_mipi*
3170
3171F71805F HARDWARE MONITORING DRIVER
3172M: Jean Delvare <[email protected]>
3173L: [email protected]
3174S: Maintained
3175F: Documentation/hwmon/f71805f
3176F: drivers/hwmon/f71805f.c
3177
3178FC0011 TUNER DRIVER
3179M: Michael Buesch <[email protected]>
3180L: [email protected]
3181S: Maintained
3182F: drivers/media/tuners/fc0011.h
3183F: drivers/media/tuners/fc0011.c
3184
3185FC2580 MEDIA DRIVER
3186M: Antti Palosaari <[email protected]>
3187L: [email protected]
3188W: http://linuxtv.org/
3189W: http://palosaari.fi/linux/
3190Q: http://patchwork.linuxtv.org/project/linux-media/list/
3191T: git git://linuxtv.org/anttip/media_tree.git
3192S: Maintained
3193F: drivers/media/tuners/fc2580*
3194
3195FANOTIFY
3196M: Eric Paris <[email protected]>
3197S: Maintained
3198F: fs/notify/fanotify/
3199F: include/linux/fanotify.h
3200F: include/uapi/linux/fanotify.h
3201
3202FARSYNC SYNCHRONOUS DRIVER
3203M: Kevin Curtis <[email protected]>
3204W: http://www.farsite.co.uk/
3205S: Supported
3206F: drivers/net/wan/farsync.*
3207
3208FAULT INJECTION SUPPORT
3209M: Akinobu Mita <[email protected]>
3210S: Supported
3211F: Documentation/fault-injection/
3212F: lib/fault-inject.c
3213
3214FCOE SUBSYSTEM (libfc, libfcoe, fcoe)
3215M: Robert Love <[email protected]>
3216L: [email protected]
3217W: www.Open-FCoE.org
3218S: Supported
3219F: drivers/scsi/libfc/
3220F: drivers/scsi/fcoe/
3221F: include/scsi/fc/
3222F: include/scsi/libfc.h
3223F: include/scsi/libfcoe.h
3224F: include/uapi/scsi/fc/
3225
3226FILE LOCKING (flock() and fcntl()/lockf())
3227M: Matthew Wilcox <[email protected]>
3228L: [email protected]
3229S: Maintained
3230F: include/linux/fcntl.h
3231F: include/linux/fs.h
3232F: include/uapi/linux/fcntl.h
3233F: include/uapi/linux/fs.h
3234F: fs/fcntl.c
3235F: fs/locks.c
3236
3237FILESYSTEMS (VFS and infrastructure)
3238M: Alexander Viro <[email protected]>
3239L: [email protected]
3240S: Maintained
3241F: fs/*
3242
3243FINTEK F75375S HARDWARE MONITOR AND FAN CONTROLLER DRIVER
3244M: Riku Voipio <[email protected]>
3245L: [email protected]
3246S: Maintained
3247F: drivers/hwmon/f75375s.c
3248F: include/linux/f75375s.h
3249
3250FIREWIRE AUDIO DRIVERS
3251M: Clemens Ladisch <[email protected]>
3252L: [email protected] (moderated for non-subscribers)
3253T: git git://git.alsa-project.org/alsa-kernel.git
3254S: Maintained
3255F: sound/firewire/
3256
3257FIREWIRE MEDIA DRIVERS (firedtv)
3258M: Stefan Richter <[email protected]>
3259L: [email protected]
3260L: [email protected]
3261T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
3262S: Maintained
3263F: drivers/media/firewire/
3264
3265FIREWIRE SBP-2 TARGET
3266M: Chris Boot <[email protected]>
3267L: [email protected]
3268L: [email protected]
3269L: [email protected]
3270T: git git://git.kernel.org/pub/scm/linux/kernel/git/nab/lio-core-2.6.git master
3271S: Maintained
3272F: drivers/target/sbp/
3273
3274FIREWIRE SUBSYSTEM
3275M: Stefan Richter <[email protected]>
3276L: [email protected]
3277W: http://ieee1394.wiki.kernel.org/
3278T: git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394.git
3279S: Maintained
3280F: drivers/firewire/
3281F: include/linux/firewire.h
3282F: include/uapi/linux/firewire*.h
3283F: tools/firewire/
3284
3285FIRMWARE LOADER (request_firmware)
3286M: Ming Lei <[email protected]>
3287L: [email protected]
3288S: Maintained
3289F: Documentation/firmware_class/
3290F: drivers/base/firmware*.c
3291F: include/linux/firmware.h
3292
3293FLASHSYSTEM DRIVER (IBM FlashSystem 70/80 PCI SSD Flash Card)
3294M: Joshua Morris <[email protected]>
3295M: Philip Kelleher <[email protected]>
3296S: Maintained
3297F: drivers/block/rsxx/
3298
3299FLOPPY DRIVER
3300M: Jiri Kosina <[email protected]>
3301T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/floppy.git
3302S: Odd fixes
3303F: drivers/block/floppy.c
3304
3305FPU EMULATOR
3306M: Bill Metzenthen <[email protected]>
3307W: http://floatingpoint.sourceforge.net/emulator/index.html
3308S: Maintained
3309F: arch/x86/math-emu/
3310
3311FRAME RELAY DLCI/FRAD (Sangoma drivers too)
3312L: [email protected]
3313S: Orphan
3314F: drivers/net/wan/dlci.c
3315F: drivers/net/wan/sdla.c
3316
3317FRAMEBUFFER LAYER
3318M: Florian Tobias Schandinat <[email protected]>
3319L: [email protected]
3320W: http://linux-fbdev.sourceforge.net/
3321Q: http://patchwork.kernel.org/project/linux-fbdev/list/
3322T: git git://github.com/schandinat/linux-2.6.git fbdev-next
3323S: Maintained
3324F: Documentation/fb/
3325F: Documentation/devicetree/bindings/fb/
3326F: drivers/video/
3327F: include/video/
3328F: include/linux/fb.h
3329F: include/uapi/video/
3330F: include/uapi/linux/fb.h
3331
3332FREESCALE DIU FRAMEBUFFER DRIVER
3333M: Timur Tabi <[email protected]>
3334L: [email protected]
3335S: Maintained
3336F: drivers/video/fsl-diu-fb.*
3337
3338FREESCALE DMA DRIVER
3339M: Li Yang <[email protected]>
3340M: Zhang Wei <[email protected]>
3341L: [email protected]
3342S: Maintained
3343F: drivers/dma/fsldma.*
3344
3345FREESCALE I2C CPM DRIVER
3346M: Jochen Friedrich <[email protected]>
3347L: [email protected]
3348L: [email protected]
3349S: Maintained
3350F: drivers/i2c/busses/i2c-cpm.c
3351
3352FREESCALE IMX / MXC FRAMEBUFFER DRIVER
3353M: Sascha Hauer <[email protected]>
3354L: [email protected]
3355L: [email protected] (moderated for non-subscribers)
3356S: Maintained
3357F: include/linux/platform_data/video-imxfb.h
3358F: drivers/video/imxfb.c
3359
3360FREESCALE SOC FS_ENET DRIVER
3361M: Pantelis Antoniou <[email protected]>
3362M: Vitaly Bordug <[email protected]>
3363L: [email protected]
3364L: [email protected]
3365S: Maintained
3366F: drivers/net/ethernet/freescale/fs_enet/
3367F: include/linux/fs_enet_pd.h
3368
3369FREESCALE QUICC ENGINE LIBRARY
3370L: [email protected]
3371S: Orphan
3372F: arch/powerpc/sysdev/qe_lib/
3373F: arch/powerpc/include/asm/*qe.h
3374
3375FREESCALE USB PERIPHERAL DRIVERS
3376M: Li Yang <[email protected]>
3377L: [email protected]
3378L: [email protected]
3379S: Maintained
3380F: drivers/usb/gadget/fsl*
3381
3382FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
3383M: Li Yang <[email protected]>
3384L: [email protected]
3385L: [email protected]
3386S: Maintained
3387F: drivers/net/ethernet/freescale/ucc_geth*
3388
3389FREESCALE QUICC ENGINE UCC UART DRIVER
3390M: Timur Tabi <[email protected]>
3391L: [email protected]
3392S: Maintained
3393F: drivers/tty/serial/ucc_uart.c
3394
3395FREESCALE SOC SOUND DRIVERS
3396M: Timur Tabi <[email protected]>
3397L: [email protected] (moderated for non-subscribers)
3398L: [email protected]
3399S: Maintained
3400F: sound/soc/fsl/fsl*
3401F: sound/soc/fsl/mpc8610_hpcd.c
3402
3403FREEVXFS FILESYSTEM
3404M: Christoph Hellwig <[email protected]>
3405W: ftp://ftp.openlinux.org/pub/people/hch/vxfs
3406S: Maintained
3407F: fs/freevxfs/
3408
3409FREEZER
3410M: Pavel Machek <[email protected]>
3411M: "Rafael J. Wysocki" <[email protected]>
3412L: [email protected]
3413S: Supported
3414F: Documentation/power/freezing-of-tasks.txt
3415F: include/linux/freezer.h
3416F: kernel/freezer.c
3417
3418FRONTSWAP API
3419M: Konrad Rzeszutek Wilk <[email protected]>
3420L: [email protected]
3421S: Maintained
3422F: mm/frontswap.c
3423F: include/linux/frontswap.h
3424
3425FS-CACHE: LOCAL CACHING FOR NETWORK FILESYSTEMS
3426M: David Howells <[email protected]>
3427L: [email protected]
3428S: Supported
3429F: Documentation/filesystems/caching/
3430F: fs/fscache/
3431F: include/linux/fscache*.h
3432
3433F2FS FILE SYSTEM
3434M: Jaegeuk Kim <[email protected]>
3435L: [email protected]
3436W: http://en.wikipedia.org/wiki/F2FS
3437T: git git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs.git
3438S: Maintained
3439F: Documentation/filesystems/f2fs.txt
3440F: fs/f2fs/
3441F: include/linux/f2fs_fs.h
3442
3443FUJITSU FR-V (FRV) PORT
3444M: David Howells <[email protected]>
3445S: Maintained
3446F: arch/frv/
3447
3448FUJITSU LAPTOP EXTRAS
3449M: Jonathan Woithe <[email protected]>
3450L: [email protected]
3451S: Maintained
3452F: drivers/platform/x86/fujitsu-laptop.c
3453
3454FUJITSU M-5MO LS CAMERA ISP DRIVER
3455M: Kyungmin Park <[email protected]>
3456M: Heungjun Kim <[email protected]>
3457L: [email protected]
3458S: Maintained
3459F: drivers/media/i2c/m5mols/
3460F: include/media/m5mols.h
3461
3462FUJITSU TABLET EXTRAS
3463M: Robert Gerlach <[email protected]>
3464L: [email protected]
3465S: Maintained
3466F: drivers/platform/x86/fujitsu-tablet.c
3467
3468FUSE: FILESYSTEM IN USERSPACE
3469M: Miklos Szeredi <[email protected]>
3470L: [email protected]
3471W: http://fuse.sourceforge.net/
3472S: Maintained
3473F: fs/fuse/
3474F: include/uapi/linux/fuse.h
3475
3476FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
3477M: Rik Faith <[email protected]>
3478L: [email protected]
3479S: Odd Fixes (e.g., new signatures)
3480F: drivers/scsi/fdomain.*
3481
3482GDT SCSI DISK ARRAY CONTROLLER DRIVER
3483M: Achim Leubner <[email protected]>
3484L: [email protected]
3485W: http://www.icp-vortex.com/
3486S: Supported
3487F: drivers/scsi/gdt*
3488
3489GEMTEK FM RADIO RECEIVER DRIVER
3490M: Hans Verkuil <[email protected]>
3491L: [email protected]
3492T: git git://linuxtv.org/media_tree.git
3493W: http://linuxtv.org
3494S: Maintained
3495F: drivers/media/radio/radio-gemtek*
3496
3497GENERIC GPIO I2C DRIVER
3498M: Haavard Skinnemoen <[email protected]>
3499S: Supported
3500F: drivers/i2c/busses/i2c-gpio.c
3501F: include/linux/i2c-gpio.h
3502
3503GENERIC GPIO I2C MULTIPLEXER DRIVER
3504M: Peter Korsgaard <[email protected]>
3505L: [email protected]
3506S: Supported
3507F: drivers/i2c/muxes/i2c-mux-gpio.c
3508F: include/linux/i2c-mux-gpio.h
3509F: Documentation/i2c/muxes/i2c-mux-gpio
3510
3511GENERIC HDLC (WAN) DRIVERS
3512M: Krzysztof Halasa <[email protected]>
3513W: http://www.kernel.org/pub/linux/utils/net/hdlc/
3514S: Maintained
3515F: drivers/net/wan/c101.c
3516F: drivers/net/wan/hd6457*
3517F: drivers/net/wan/hdlc*
3518F: drivers/net/wan/n2.c
3519F: drivers/net/wan/pc300too.c
3520F: drivers/net/wan/pci200syn.c
3521F: drivers/net/wan/wanxl*
3522
3523GENERIC INCLUDE/ASM HEADER FILES
3524M: Arnd Bergmann <[email protected]>
3525L: [email protected]
3526T: git git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic.git
3527S: Maintained
3528F: include/asm-generic
3529F: include/uapi/asm-generic
3530
3531GENERIC UIO DRIVER FOR PCI DEVICES
3532M: "Michael S. Tsirkin" <[email protected]>
3533L: [email protected]
3534S: Supported
3535F: drivers/uio/uio_pci_generic.c
3536
3537GFS2 FILE SYSTEM
3538M: Steven Whitehouse <[email protected]>
3539L: [email protected]
3540W: http://sources.redhat.com/cluster/
3541T: git git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-fixes.git
3542T: git git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-nmw.git
3543S: Supported
3544F: Documentation/filesystems/gfs2*.txt
3545F: fs/gfs2/
3546F: include/uapi/linux/gfs2_ondisk.h
3547
3548GIGASET ISDN DRIVERS
3549M: Hansjoerg Lipp <[email protected]>
3550M: Tilman Schmidt <[email protected]>
3551L: [email protected]
3552W: http://gigaset307x.sourceforge.net/
3553S: Maintained
3554F: Documentation/isdn/README.gigaset
3555F: drivers/isdn/gigaset/
3556F: include/uapi/linux/gigaset_dev.h
3557
3558GPIO SUBSYSTEM
3559M: Grant Likely <[email protected]>
3560M: Linus Walleij <[email protected]>
3561S: Maintained
3562T: git git://git.secretlab.ca/git/linux-2.6.git
3563F: Documentation/gpio.txt
3564F: drivers/gpio/
3565F: include/linux/gpio*
3566F: include/asm-generic/gpio.h
3567
3568GRE DEMULTIPLEXER DRIVER
3569M: Dmitry Kozlov <[email protected]>
3570L: [email protected]
3571S: Maintained
3572F: net/ipv4/gre.c
3573F: include/net/gre.h
3574
3575GRETH 10/100/1G Ethernet MAC device driver
3576M: Kristoffer Glembo <[email protected]>
3577L: [email protected]
3578S: Maintained
3579F: drivers/net/ethernet/aeroflex/
3580
3581GSPCA FINEPIX SUBDRIVER
3582M: Frank Zago <[email protected]>
3583L: [email protected]
3584T: git git://linuxtv.org/media_tree.git
3585S: Maintained
3586F: drivers/media/usb/gspca/finepix.c
3587
3588GSPCA GL860 SUBDRIVER
3589M: Olivier Lorin <[email protected]>
3590L: [email protected]
3591T: git git://linuxtv.org/media_tree.git
3592S: Maintained
3593F: drivers/media/usb/gspca/gl860/
3594
3595GSPCA M5602 SUBDRIVER
3596M: Erik Andren <[email protected]>
3597L: [email protected]
3598T: git git://linuxtv.org/media_tree.git
3599S: Maintained
3600F: drivers/media/usb/gspca/m5602/
3601
3602GSPCA PAC207 SONIXB SUBDRIVER
3603M: Hans de Goede <[email protected]>
3604L: [email protected]
3605T: git git://linuxtv.org/media_tree.git
3606S: Maintained
3607F: drivers/media/usb/gspca/pac207.c
3608
3609GSPCA SN9C20X SUBDRIVER
3610M: Brian Johnson <[email protected]>
3611L: [email protected]
3612T: git git://linuxtv.org/media_tree.git
3613S: Maintained
3614F: drivers/media/usb/gspca/sn9c20x.c
3615
3616GSPCA T613 SUBDRIVER
3617M: Leandro Costantino <[email protected]>
3618L: [email protected]
3619T: git git://linuxtv.org/media_tree.git
3620S: Maintained
3621F: drivers/media/usb/gspca/t613.c
3622
3623GSPCA USB WEBCAM DRIVER
3624M: Hans de Goede <[email protected]>
3625L: [email protected]
3626T: git git://linuxtv.org/media_tree.git
3627S: Maintained
3628F: drivers/media/usb/gspca/
3629
3630STK1160 USB VIDEO CAPTURE DRIVER
3631M: Ezequiel Garcia <[email protected]>
3632L: [email protected]
3633T: git git://linuxtv.org/media_tree.git
3634S: Maintained
3635F: drivers/media/usb/stk1160/
3636
3637HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
3638M: Frank Seidel <[email protected]>
3639L: [email protected]
3640W: http://www.kernel.org/pub/linux/kernel/people/fseidel/hdaps/
3641S: Maintained
3642F: drivers/platform/x86/hdaps.c
3643
3644HDPVR USB VIDEO ENCODER DRIVER
3645M: Hans Verkuil <[email protected]>
3646L: [email protected]
3647T: git git://linuxtv.org/media_tree.git
3648W: http://linuxtv.org
3649S: Odd Fixes
3650F: drivers/media/usb/hdpvr
3651
3652HWPOISON MEMORY FAILURE HANDLING
3653M: Andi Kleen <[email protected]>
3654L: [email protected]
3655T: git git://git.kernel.org/pub/scm/linux/kernel/git/ak/linux-mce-2.6.git hwpoison
3656S: Maintained
3657F: mm/memory-failure.c
3658F: mm/hwpoison-inject.c
3659
3660HYPERVISOR VIRTUAL CONSOLE DRIVER
3661L: [email protected]
3662S: Odd Fixes
3663F: drivers/tty/hvc/
3664
3665HARDWARE MONITORING
3666M: Jean Delvare <[email protected]>
3667M: Guenter Roeck <[email protected]>
3668L: [email protected]
3669W: http://www.lm-sensors.org/
3670T: quilt kernel.org/pub/linux/kernel/people/jdelvare/linux-2.6/jdelvare-hwmon/
3671T: git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
3672S: Maintained
3673F: Documentation/hwmon/
3674F: drivers/hwmon/
3675F: include/linux/hwmon*.h
3676
3677HARDWARE RANDOM NUMBER GENERATOR CORE
3678M: Matt Mackall <[email protected]>
3679M: Herbert Xu <[email protected]>
3680S: Odd fixes
3681F: Documentation/hw_random.txt
3682F: drivers/char/hw_random/
3683F: include/linux/hw_random.h
3684
3685HARDWARE SPINLOCK CORE
3686M: Ohad Ben-Cohen <[email protected]>
3687S: Maintained
3688F: Documentation/hwspinlock.txt
3689F: drivers/hwspinlock/hwspinlock_*
3690F: include/linux/hwspinlock.h
3691
3692HARMONY SOUND DRIVER
3693L: [email protected]
3694S: Maintained
3695F: sound/parisc/harmony.*
3696
3697HD29L2 MEDIA DRIVER
3698M: Antti Palosaari <[email protected]>
3699L: [email protected]
3700W: http://linuxtv.org/
3701W: http://palosaari.fi/linux/
3702Q: http://patchwork.linuxtv.org/project/linux-media/list/
3703T: git git://linuxtv.org/anttip/media_tree.git
3704S: Maintained
3705F: drivers/media/dvb-frontends/hd29l2*
3706
3707HEWLETT-PACKARD SMART2 RAID DRIVER
3708M: Chirag Kantharia <[email protected]>
3709L: [email protected]
3710S: Maintained
3711F: Documentation/blockdev/cpqarray.txt
3712F: drivers/block/cpqarray.*
3713
3714HEWLETT-PACKARD SMART ARRAY RAID DRIVER (hpsa)
3715M: "Stephen M. Cameron" <[email protected]>
3716L: [email protected]
3717S: Supported
3718F: Documentation/scsi/hpsa.txt
3719F: drivers/scsi/hpsa*.[ch]
3720F: include/linux/cciss*.h
3721F: include/uapi/linux/cciss*.h
3722
3723HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
3724M: Mike Miller <[email protected]>
3725L: [email protected]
3726S: Supported
3727F: Documentation/blockdev/cciss.txt
3728F: drivers/block/cciss*
3729F: include/linux/cciss_ioctl.h
3730F: include/uapi/linux/cciss_ioctl.h
3731
3732HFS FILESYSTEM
3733L: [email protected]
3734S: Orphan
3735F: Documentation/filesystems/hfs.txt
3736F: fs/hfs/
3737
3738HGA FRAMEBUFFER DRIVER
3739M: Ferenc Bakonyi <[email protected]>
3740L: [email protected]
3741W: http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
3742S: Maintained
3743F: drivers/video/hgafb.c
3744
3745HIBERNATION (aka Software Suspend, aka swsusp)
3746M: Pavel Machek <[email protected]>
3747M: "Rafael J. Wysocki" <[email protected]>
3748L: [email protected]
3749S: Supported
3750F: arch/x86/power/
3751F: drivers/base/power/
3752F: kernel/power/
3753F: include/linux/suspend.h
3754F: include/linux/freezer.h
3755F: include/linux/pm.h
3756F: arch/*/include/asm/suspend*.h
3757
3758HID CORE LAYER
3759M: Jiri Kosina <[email protected]>
3760L: [email protected]
3761T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
3762S: Maintained
3763F: drivers/hid/
3764F: include/linux/hid*
3765F: include/uapi/linux/hid*
3766
3767HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
3768M: Thomas Gleixner <[email protected]>
3769T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
3770S: Maintained
3771F: Documentation/timers/
3772F: kernel/hrtimer.c
3773F: kernel/time/clockevents.c
3774F: kernel/time/tick*.*
3775F: kernel/time/timer_*.c
3776F: include/linux/clockchips.h
3777F: include/linux/hrtimer.h
3778
3779HIGH-SPEED SCC DRIVER FOR AX.25
3780L: [email protected]
3781S: Orphan
3782F: drivers/net/hamradio/dmascc.c
3783F: drivers/net/hamradio/scc.c
3784
3785HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
3786M: HighPoint Linux Team <[email protected]>
3787W: http://www.highpoint-tech.com
3788S: Supported
3789F: Documentation/scsi/hptiop.txt
3790F: drivers/scsi/hptiop.c
3791
3792HIPPI
3793M: Jes Sorensen <[email protected]>
3794L: [email protected]
3795S: Maintained
3796F: include/linux/hippidevice.h
3797F: include/uapi/linux/if_hippi.h
3798F: net/802/hippi.c
3799F: drivers/net/hippi/
3800
3801HOST AP DRIVER
3802M: Jouni Malinen <[email protected]>
3803L: [email protected] (subscribers-only)
3804L: [email protected]
3805W: http://hostap.epitest.fi/
3806S: Maintained
3807F: drivers/net/wireless/hostap/
3808
3809HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
3810L: [email protected]
3811S: Orphan
3812F: drivers/platform/x86/tc1100-wmi.c
3813
3814HP100: Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
3815M: Jaroslav Kysela <[email protected]>
3816S: Maintained
3817F: drivers/net/ethernet/hp/hp100.*
3818
3819HPET: High Precision Event Timers driver
3820M: Clemens Ladisch <[email protected]>
3821S: Maintained
3822F: Documentation/timers/hpet.txt
3823F: drivers/char/hpet.c
3824F: include/linux/hpet.h
3825F: include/uapi/linux/hpet.h
3826
3827HPET: x86
3828M: "Venkatesh Pallipadi (Venki)" <[email protected]>
3829S: Maintained
3830F: arch/x86/kernel/hpet.c
3831F: arch/x86/include/asm/hpet.h
3832
3833HPFS FILESYSTEM
3834M: Mikulas Patocka <[email protected]>
3835W: http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
3836S: Maintained
3837F: fs/hpfs/
3838
3839HSO 3G MODEM DRIVER
3840M: Jan Dumon <[email protected]>
3841W: http://www.pharscape.org
3842S: Maintained
3843F: drivers/net/usb/hso.c
3844
3845HTCPEN TOUCHSCREEN DRIVER
3846M: Pau Oliva Fora <[email protected]>
3847L: [email protected]
3848S: Maintained
3849F: drivers/input/touchscreen/htcpen.c
3850
3851HUGETLB FILESYSTEM
3852M: Nadia Yvette Chambers <[email protected]>
3853S: Maintained
3854F: fs/hugetlbfs/
3855
3856Hyper-V CORE AND DRIVERS
3857M: K. Y. Srinivasan <[email protected]>
3858M: Haiyang Zhang <[email protected]>
3859L: [email protected]
3860S: Maintained
3861F: drivers/hv/
3862F: drivers/hid/hid-hyperv.c
3863F: drivers/net/hyperv/
3864
3865I2C OVER PARALLEL PORT
3866M: Jean Delvare <[email protected]>
3867L: [email protected]
3868S: Maintained
3869F: Documentation/i2c/busses/i2c-parport
3870F: Documentation/i2c/busses/i2c-parport-light
3871F: drivers/i2c/busses/i2c-parport.c
3872F: drivers/i2c/busses/i2c-parport-light.c
3873
3874I2C/SMBUS CONTROLLER DRIVERS FOR PC
3875M: Jean Delvare <[email protected]>
3876L: [email protected]
3877S: Maintained
3878F: Documentation/i2c/busses/i2c-ali1535
3879F: Documentation/i2c/busses/i2c-ali1563
3880F: Documentation/i2c/busses/i2c-ali15x3
3881F: Documentation/i2c/busses/i2c-amd756
3882F: Documentation/i2c/busses/i2c-amd8111
3883F: Documentation/i2c/busses/i2c-i801
3884F: Documentation/i2c/busses/i2c-nforce2
3885F: Documentation/i2c/busses/i2c-piix4
3886F: Documentation/i2c/busses/i2c-sis5595
3887F: Documentation/i2c/busses/i2c-sis630
3888F: Documentation/i2c/busses/i2c-sis96x
3889F: Documentation/i2c/busses/i2c-via
3890F: Documentation/i2c/busses/i2c-viapro
3891F: drivers/i2c/busses/i2c-ali1535.c
3892F: drivers/i2c/busses/i2c-ali1563.c
3893F: drivers/i2c/busses/i2c-ali15x3.c
3894F: drivers/i2c/busses/i2c-amd756.c
3895F: drivers/i2c/busses/i2c-amd756-s4882.c
3896F: drivers/i2c/busses/i2c-amd8111.c
3897F: drivers/i2c/busses/i2c-i801.c
3898F: drivers/i2c/busses/i2c-isch.c
3899F: drivers/i2c/busses/i2c-nforce2.c
3900F: drivers/i2c/busses/i2c-nforce2-s4985.c
3901F: drivers/i2c/busses/i2c-piix4.c
3902F: drivers/i2c/busses/i2c-sis5595.c
3903F: drivers/i2c/busses/i2c-sis630.c
3904F: drivers/i2c/busses/i2c-sis96x.c
3905F: drivers/i2c/busses/i2c-via.c
3906F: drivers/i2c/busses/i2c-viapro.c
3907
3908I2C/SMBUS ISMT DRIVER
3909M: Seth Heasley <[email protected]>
3910M: Neil Horman <[email protected]>
3911L: [email protected]
3912F: drivers/i2c/busses/i2c-ismt.c
3913F: Documentation/i2c/busses/i2c-ismt
3914
3915I2C/SMBUS STUB DRIVER
3916M: Jean Delvare <[email protected]>
3917L: [email protected]
3918S: Maintained
3919F: drivers/i2c/i2c-stub.c
3920
3921I2C SUBSYSTEM
3922M: Wolfram Sang <[email protected]>
3923L: [email protected]
3924W: http://i2c.wiki.kernel.org/
3925T: git git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git
3926S: Maintained
3927F: Documentation/i2c/
3928F: drivers/i2c/
3929F: include/linux/i2c.h
3930F: include/linux/i2c-*.h
3931F: include/uapi/linux/i2c.h
3932F: include/uapi/linux/i2c-*.h
3933
3934I2C-TAOS-EVM DRIVER
3935M: Jean Delvare <[email protected]>
3936L: [email protected]
3937S: Maintained
3938F: Documentation/i2c/busses/i2c-taos-evm
3939F: drivers/i2c/busses/i2c-taos-evm.c
3940
3941I2C-TINY-USB DRIVER
3942M: Till Harbaum <[email protected]>
3943L: [email protected]
3944W: http://www.harbaum.org/till/i2c_tiny_usb
3945S: Maintained
3946F: drivers/i2c/busses/i2c-tiny-usb.c
3947
3948i386 BOOT CODE
3949M: "H. Peter Anvin" <[email protected]>
3950S: Maintained
3951F: arch/x86/boot/
3952
3953i386 SETUP CODE / CPU ERRATA WORKAROUNDS
3954M: "H. Peter Anvin" <[email protected]>
3955T: git git://git.kernel.org/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
3956S: Maintained
3957
3958IA64 (Itanium) PLATFORM
3959M: Tony Luck <[email protected]>
3960M: Fenghua Yu <[email protected]>
3961L: [email protected]
3962T: git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux.git
3963S: Maintained
3964F: arch/ia64/
3965
3966IBM Power in-Nest Crypto Acceleration
3967M: Kent Yoder <[email protected]>
3968L: [email protected]
3969S: Supported
3970F: drivers/crypto/nx/
3971
3972IBM Power 842 compression accelerator
3973M: Robert Jennings <[email protected]>
3974S: Supported
3975F: drivers/crypto/nx/nx-842.c
3976F: include/linux/nx842.h
3977
3978IBM Power Linux RAID adapter
3979M: Brian King <[email protected]>
3980S: Supported
3981F: drivers/scsi/ipr.*
3982
3983IBM Power Virtual Ethernet Device Driver
3984M: Santiago Leon <[email protected]>
3985L: [email protected]
3986S: Supported
3987F: drivers/net/ethernet/ibm/ibmveth.*
3988
3989IBM Power Virtual SCSI/FC Device Drivers
3990M: Robert Jennings <[email protected]>
3991L: [email protected]
3992S: Supported
3993F: drivers/scsi/ibmvscsi/
3994X: drivers/scsi/ibmvscsi/ibmvstgt.c
3995
3996IBM ServeRAID RAID DRIVER
3997P: Jack Hammer
3998M: Dave Jeffery <[email protected]>
3999W: http://www.developer.ibm.com/welcome/netfinity/serveraid.html
4000S: Supported
4001F: drivers/scsi/ips.*
4002
4003ICH LPC AND GPIO DRIVER
4004M: Peter Tyser <[email protected]>
4005S: Maintained
4006F: drivers/mfd/lpc_ich.c
4007F: drivers/gpio/gpio-ich.c
4008
4009IDE SUBSYSTEM
4010M: "David S. Miller" <[email protected]>
4011L: [email protected]
4012Q: http://patchwork.ozlabs.org/project/linux-ide/list/
4013T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide.git
4014S: Maintained
4015F: Documentation/ide/
4016F: drivers/ide/
4017F: include/linux/ide.h
4018
4019IDEAPAD LAPTOP EXTRAS DRIVER
4020M: Ike Panhc <[email protected]>
4021L: [email protected]
4022W: http://launchpad.net/ideapad-laptop
4023S: Maintained
4024F: drivers/platform/x86/ideapad-laptop.c
4025
4026IDE/ATAPI DRIVERS
4027M: Borislav Petkov <[email protected]>
4028L: [email protected]
4029S: Maintained
4030F: Documentation/cdrom/ide-cd
4031F: drivers/ide/ide-cd*
4032
4033IDLE-I7300
4034M: Andy Henroid <[email protected]>
4035L: [email protected]
4036S: Supported
4037F: drivers/idle/i7300_idle.c
4038
4039IEEE 802.15.4 SUBSYSTEM
4040M: Alexander Smirnov <[email protected]>
4041M: Dmitry Eremin-Solenikov <[email protected]>
4042L: [email protected] (moderated for non-subscribers)
4043W: http://apps.sourceforge.net/trac/linux-zigbee
4044T: git git://git.kernel.org/pub/scm/linux/kernel/git/lowpan/lowpan.git
4045S: Maintained
4046F: net/ieee802154/
4047F: net/mac802154/
4048F: drivers/net/ieee802154/
4049
4050IGUANAWORKS USB IR TRANSCEIVER
4051M: Sean Young <[email protected]>
4052L: [email protected]
4053S: Maintained
4054F: drivers/media/rc/iguanair.c
4055
4056IIO SUBSYSTEM AND DRIVERS
4057M: Jonathan Cameron <[email protected]>
4058L: [email protected]
4059S: Maintained
4060F: drivers/iio/
4061F: drivers/staging/iio/
4062
4063IKANOS/ADI EAGLE ADSL USB DRIVER
4064M: Matthieu Castet <[email protected]>
4065M: Stanislaw Gruszka <[email protected]>
4066S: Maintained
4067F: drivers/usb/atm/ueagle-atm.c
4068
4069INA209 HARDWARE MONITOR DRIVER
4070M: Guenter Roeck <[email protected]>
4071L: [email protected]
4072S: Maintained
4073F: Documentation/hwmon/ina209
4074F: Documentation/devicetree/bindings/i2c/ina209.txt
4075F: drivers/hwmon/ina209.c
4076
4077INA2XX HARDWARE MONITOR DRIVER
4078M: Guenter Roeck <[email protected]>
4079L: [email protected]
4080S: Maintained
4081F: Documentation/hwmon/ina2xx
4082F: drivers/hwmon/ina2xx.c
4083F: include/linux/platform_data/ina2xx.h
4084
4085INDUSTRY PACK SUBSYSTEM (IPACK)
4086M: Samuel Iglesias Gonsalvez <[email protected]>
4087M: Jens Taprogge <[email protected]>
4088M: Greg Kroah-Hartman <[email protected]>
4089L: [email protected]
4090W: http://industrypack.sourceforge.net
4091S: Maintained
4092F: drivers/ipack/
4093
4094INTEGRITY MEASUREMENT ARCHITECTURE (IMA)
4095M: Mimi Zohar <[email protected]>
4096S: Supported
4097F: security/integrity/ima/
4098
4099IMS TWINTURBO FRAMEBUFFER DRIVER
4100L: [email protected]
4101S: Orphan
4102F: drivers/video/imsttfb.c
4103
4104INFINIBAND SUBSYSTEM
4105M: Roland Dreier <[email protected]>
4106M: Sean Hefty <[email protected]>
4107M: Hal Rosenstock <[email protected]>
4108L: [email protected]
4109W: http://www.openfabrics.org/
4110Q: http://patchwork.kernel.org/project/linux-rdma/list/
4111T: git git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband.git
4112S: Supported
4113F: Documentation/infiniband/
4114F: drivers/infiniband/
4115F: include/uapi/linux/if_infiniband.h
4116
4117INOTIFY
4118M: John McCutchan <[email protected]>
4119M: Robert Love <[email protected]>
4120M: Eric Paris <[email protected]>
4121S: Maintained
4122F: Documentation/filesystems/inotify.txt
4123F: fs/notify/inotify/
4124F: include/linux/inotify.h
4125F: include/uapi/linux/inotify.h
4126
4127INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
4128M: Dmitry Torokhov <[email protected]>
4129M: Dmitry Torokhov <[email protected]>
4130L: [email protected]
4131Q: http://patchwork.kernel.org/project/linux-input/list/
4132T: git git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git
4133S: Maintained
4134F: drivers/input/
4135F: include/linux/input.h
4136F: include/uapi/linux/input.h
4137F: include/linux/input/
4138
4139INPUT MULTITOUCH (MT) PROTOCOL
4140M: Henrik Rydberg <[email protected]>
4141L: [email protected]
4142T: git git://git.kernel.org/pub/scm/linux/kernel/git/rydberg/input-mt.git
4143S: Maintained
4144F: Documentation/input/multi-touch-protocol.txt
4145F: drivers/input/input-mt.c
4146K: \b(ABS|SYN)_MT_
4147
4148INTEL C600 SERIES SAS CONTROLLER DRIVER
4149M: Intel SCU Linux support <[email protected]>
4150M: Lukasz Dorau <[email protected]>
4151M: Maciej Patelczyk <[email protected]>
4152M: Dave Jiang <[email protected]>
4153L: [email protected]
4154T: git git://git.code.sf.net/p/intel-sas/isci
4155S: Supported
4156F: drivers/scsi/isci/
4157
4158INTEL IDLE DRIVER
4159M: Len Brown <[email protected]>
4160L: [email protected]
4161T: git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux.git
4162S: Supported
4163F: drivers/idle/intel_idle.c
4164
4165INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
4166M: Maik Broemme <[email protected]>
4167L: [email protected]
4168S: Maintained
4169F: Documentation/fb/intelfb.txt
4170F: drivers/video/intelfb/
4171
4172INTEL 810/815 FRAMEBUFFER DRIVER
4173M: Antonino Daplas <[email protected]>
4174L: [email protected]
4175S: Maintained
4176F: drivers/video/i810/
4177
4178INTEL MENLOW THERMAL DRIVER
4179M: Sujith Thomas <[email protected]>
4180L: [email protected]
4181W: http://www.lesswatts.org/projects/acpi/
4182S: Supported
4183F: drivers/platform/x86/intel_menlow.c
4184
4185INTEL IA32 MICROCODE UPDATE SUPPORT
4186M: Tigran Aivazian <[email protected]>
4187S: Maintained
4188F: arch/x86/kernel/microcode_core.c
4189F: arch/x86/kernel/microcode_intel.c
4190
4191INTEL I/OAT DMA DRIVER
4192M: Dan Williams <[email protected]>
4193S: Maintained
4194F: drivers/dma/ioat*
4195
4196INTEL IOMMU (VT-d)
4197M: David Woodhouse <[email protected]>
4198L: [email protected]
4199T: git git://git.infradead.org/iommu-2.6.git
4200S: Supported
4201F: drivers/iommu/intel-iommu.c
4202F: include/linux/intel-iommu.h
4203
4204INTEL IOP-ADMA DMA DRIVER
4205M: Dan Williams <[email protected]>
4206S: Odd fixes
4207F: drivers/dma/iop-adma.c
4208
4209INTEL IXP4XX QMGR, NPE, ETHERNET and HSS SUPPORT
4210M: Krzysztof Halasa <[email protected]>
4211S: Maintained
4212F: arch/arm/mach-ixp4xx/include/mach/qmgr.h
4213F: arch/arm/mach-ixp4xx/include/mach/npe.h
4214F: arch/arm/mach-ixp4xx/ixp4xx_qmgr.c
4215F: arch/arm/mach-ixp4xx/ixp4xx_npe.c
4216F: drivers/net/ethernet/xscale/ixp4xx_eth.c
4217F: drivers/net/wan/ixp4xx_hss.c
4218
4219INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
4220M: Deepak Saxena <[email protected]>
4221S: Maintained
4222F: drivers/char/hw_random/ixp4xx-rng.c
4223
4224INTEL ETHERNET DRIVERS (e100/e1000/e1000e/igb/igbvf/ixgb/ixgbe/ixgbevf)
4225M: Jeff Kirsher <[email protected]>
4226M: Jesse Brandeburg <[email protected]>
4227M: Bruce Allan <[email protected]>
4228M: Carolyn Wyborny <[email protected]>
4229M: Don Skidmore <[email protected]>
4230M: Greg Rose <[email protected]>
4231M: Peter P Waskiewicz Jr <[email protected]>
4232M: Alex Duyck <[email protected]>
4233M: John Ronciak <[email protected]>
4234M: Tushar Dave <[email protected]>
4235L: [email protected]
4236W: http://www.intel.com/support/feedback.htm
4237W: http://e1000.sourceforge.net/
4238T: git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net.git
4239T: git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-next.git
4240S: Supported
4241F: Documentation/networking/e100.txt
4242F: Documentation/networking/e1000.txt
4243F: Documentation/networking/e1000e.txt
4244F: Documentation/networking/igb.txt
4245F: Documentation/networking/igbvf.txt
4246F: Documentation/networking/ixgb.txt
4247F: Documentation/networking/ixgbe.txt
4248F: Documentation/networking/ixgbevf.txt
4249F: drivers/net/ethernet/intel/
4250
4251INTEL PRO/WIRELESS 2100, 2200BG, 2915ABG NETWORK CONNECTION SUPPORT
4252M: Stanislav Yakovlev <[email protected]>
4253L: [email protected]
4254S: Maintained
4255F: Documentation/networking/README.ipw2100
4256F: Documentation/networking/README.ipw2200
4257F: drivers/net/wireless/ipw2x00/
4258
4259INTEL(R) TRUSTED EXECUTION TECHNOLOGY (TXT)
4260M: Richard L Maliszewski <[email protected]>
4261M: Gang Wei <[email protected]>
4262M: Shane Wang <[email protected]>
4263L: [email protected]
4264W: http://tboot.sourceforge.net
4265T: hg http://tboot.hg.sourceforge.net:8000/hgroot/tboot/tboot
4266S: Supported
4267F: Documentation/intel_txt.txt
4268F: include/linux/tboot.h
4269F: arch/x86/kernel/tboot.c
4270
4271INTEL WIRELESS WIMAX CONNECTION 2400
4272M: Inaky Perez-Gonzalez <[email protected]>
4273M: [email protected]
4274L: [email protected]
4275S: Supported
4276W: http://linuxwimax.org
4277F: Documentation/wimax/README.i2400m
4278F: drivers/net/wimax/i2400m/
4279F: include/uapi/linux/wimax/i2400m.h
4280
4281INTEL WIRELESS 3945ABG/BG, 4965AGN (iwlegacy)
4282M: Stanislaw Gruszka <[email protected]>
4283L: [email protected]
4284S: Supported
4285F: drivers/net/wireless/iwlegacy/
4286
4287INTEL WIRELESS WIFI LINK (iwlwifi)
4288M: Johannes Berg <[email protected]>
4289M: Wey-Yi Guy <[email protected]>
4290M: Intel Linux Wireless <[email protected]>
4291L: [email protected]
4292W: http://intellinuxwireless.org
4293T: git git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi.git
4294S: Supported
4295F: drivers/net/wireless/iwlwifi/
4296
4297INTEL MANAGEMENT ENGINE (mei)
4298M: Tomas Winkler <[email protected]>
4299L: [email protected]
4300S: Supported
4301F: include/uapi/linux/mei.h
4302F: drivers/misc/mei/*
4303F: Documentation/misc-devices/mei/*
4304
4305IOC3 ETHERNET DRIVER
4306M: Ralf Baechle <[email protected]>
4307L: [email protected]
4308S: Maintained
4309F: drivers/net/ethernet/sgi/ioc3-eth.c
4310
4311IOC3 SERIAL DRIVER
4312M: Pat Gefre <[email protected]>
4313L: [email protected]
4314S: Maintained
4315F: drivers/tty/serial/ioc3_serial.c
4316
4317IP MASQUERADING
4318M: Juanjo Ciarlante <[email protected]>
4319S: Maintained
4320F: net/ipv4/netfilter/ipt_MASQUERADE.c
4321
4322IP1000A 10/100/1000 GIGABIT ETHERNET DRIVER
4323M: Francois Romieu <[email protected]>
4324M: Sorbica Shieh <[email protected]>
4325L: [email protected]
4326S: Maintained
4327F: drivers/net/ethernet/icplus/ipg.*
4328
4329IPATH DRIVER
4330M: Mike Marciniszyn <[email protected]>
4331L: [email protected]
4332S: Maintained
4333F: drivers/infiniband/hw/ipath/
4334
4335IPMI SUBSYSTEM
4336M: Corey Minyard <[email protected]>
4337L: [email protected] (moderated for non-subscribers)
4338W: http://openipmi.sourceforge.net/
4339S: Supported
4340F: Documentation/IPMI.txt
4341F: drivers/char/ipmi/
4342F: include/linux/ipmi*
4343F: include/uapi/linux/ipmi*
4344
4345IPS SCSI RAID DRIVER
4346M: Adaptec OEM Raid Solutions <[email protected]>
4347L: [email protected]
4348W: http://www.adaptec.com/
4349S: Maintained
4350F: drivers/scsi/ips*
4351
4352IPVS
4353M: Wensong Zhang <[email protected]>
4354M: Simon Horman <[email protected]>
4355M: Julian Anastasov <[email protected]>
4356L: [email protected]
4357L: [email protected]
4358S: Maintained
4359F: Documentation/networking/ipvs-sysctl.txt
4360F: include/net/ip_vs.h
4361F: include/uapi/linux/ip_vs.h
4362F: net/netfilter/ipvs/
4363
4364IPWIRELESS DRIVER
4365M: Jiri Kosina <[email protected]>
4366M: David Sterba <[email protected]>
4367S: Odd Fixes
4368F: drivers/tty/ipwireless/
4369
4370IPX NETWORK LAYER
4371M: Arnaldo Carvalho de Melo <[email protected]>
4372L: [email protected]
4373S: Maintained
4374F: include/net/ipx.h
4375F: include/uapi/linux/ipx.h
4376F: net/ipx/
4377
4378IRDA SUBSYSTEM
4379M: Samuel Ortiz <[email protected]>
4380L: [email protected] (subscribers-only)
4381L: [email protected]
4382W: http://irda.sourceforge.net/
4383S: Maintained
4384T: git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/irda-2.6.git
4385F: Documentation/networking/irda.txt
4386F: drivers/net/irda/
4387F: include/net/irda/
4388F: net/irda/
4389
4390IRQ SUBSYSTEM
4391M: Thomas Gleixner <[email protected]>
4392S: Maintained
4393T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
4394F: kernel/irq/
4395F: drivers/irqchip/
4396
4397IRQ DOMAINS (IRQ NUMBER MAPPING LIBRARY)
4398M: Benjamin Herrenschmidt <[email protected]>
4399M: Grant Likely <[email protected]>
4400T: git git://git.secretlab.ca/git/linux-2.6.git irqdomain/next
4401S: Maintained
4402F: Documentation/IRQ-domain.txt
4403F: include/linux/irqdomain.h
4404F: kernel/irq/irqdomain.c
4405
4406ISAPNP
4407M: Jaroslav Kysela <[email protected]>
4408S: Maintained
4409F: Documentation/isapnp.txt
4410F: drivers/pnp/isapnp/
4411F: include/linux/isapnp.h
4412
4413ISA RADIO MODULE
4414M: Hans Verkuil <[email protected]>
4415L: [email protected]
4416T: git git://linuxtv.org/media_tree.git
4417W: http://linuxtv.org
4418S: Maintained
4419F: drivers/media/radio/radio-isa*
4420
4421iSCSI BOOT FIRMWARE TABLE (iBFT) DRIVER
4422M: Peter Jones <[email protected]>
4423M: Konrad Rzeszutek Wilk <[email protected]>
4424S: Maintained
4425F: drivers/firmware/iscsi_ibft*
4426
4427ISCSI
4428M: Mike Christie <[email protected]>
4429L: [email protected]
4430W: www.open-iscsi.org
4431T: git git://git.kernel.org/pub/scm/linux/kernel/git/mnc/linux-2.6-iscsi.git
4432S: Maintained
4433F: drivers/scsi/*iscsi*
4434F: include/scsi/*iscsi*
4435
4436ISDN SUBSYSTEM
4437M: Karsten Keil <[email protected]>
4438L: [email protected] (subscribers-only)
4439L: [email protected]
4440W: http://www.isdn4linux.de
4441T: git git://git.kernel.org/pub/scm/linux/kernel/git/kkeil/isdn-2.6.git
4442S: Maintained
4443F: Documentation/isdn/
4444F: drivers/isdn/
4445F: include/linux/isdn.h
4446F: include/linux/isdn/
4447F: include/uapi/linux/isdn.h
4448F: include/uapi/linux/isdn/
4449
4450ISDN SUBSYSTEM (Eicon active card driver)
4451M: Armin Schindler <[email protected]>
4452L: [email protected] (subscribers-only)
4453W: http://www.melware.de
4454S: Maintained
4455F: drivers/isdn/hardware/eicon/
4456
4457IT87 HARDWARE MONITORING DRIVER
4458M: Jean Delvare <[email protected]>
4459L: [email protected]
4460S: Maintained
4461F: Documentation/hwmon/it87
4462F: drivers/hwmon/it87.c
4463
4464IT913X MEDIA DRIVER
4465M: Malcolm Priestley <[email protected]>
4466L: [email protected]
4467W: http://linuxtv.org/
4468Q: http://patchwork.linuxtv.org/project/linux-media/list/
4469S: Maintained
4470F: drivers/media/usb/dvb-usb-v2/it913x*
4471
4472IT913X FE MEDIA DRIVER
4473M: Malcolm Priestley <[email protected]>
4474L: [email protected]
4475W: http://linuxtv.org/
4476Q: http://patchwork.linuxtv.org/project/linux-media/list/
4477S: Maintained
4478F: drivers/media/dvb-frontends/it913x-fe*
4479
4480IT913X MEDIA DRIVER
4481M: Antti Palosaari <[email protected]>
4482L: [email protected]
4483W: http://linuxtv.org/
4484W: http://palosaari.fi/linux/
4485Q: http://patchwork.linuxtv.org/project/linux-media/list/
4486T: git git://linuxtv.org/anttip/media_tree.git
4487S: Maintained
4488F: drivers/media/tuners/it913x*
4489
4490IVTV VIDEO4LINUX DRIVER
4491M: Andy Walls <[email protected]>
4492L: [email protected] (moderated for non-subscribers)
4493L: [email protected]
4494T: git git://linuxtv.org/media_tree.git
4495W: http://www.ivtvdriver.org
4496S: Maintained
4497F: Documentation/video4linux/*.ivtv
4498F: drivers/media/pci/ivtv/
4499F: include/uapi/linux/ivtv*
4500
4501IX2505V MEDIA DRIVER
4502M: Malcolm Priestley <[email protected]>
4503L: [email protected]
4504W: http://linuxtv.org/
4505Q: http://patchwork.linuxtv.org/project/linux-media/list/
4506S: Maintained
4507F: drivers/media/dvb-frontends/ix2505v*
4508
4509JC42.4 TEMPERATURE SENSOR DRIVER
4510M: Guenter Roeck <[email protected]>
4511L: [email protected]
4512S: Maintained
4513F: drivers/hwmon/jc42.c
4514F: Documentation/hwmon/jc42
4515
4516JFS FILESYSTEM
4517M: Dave Kleikamp <[email protected]>
4518L: [email protected]
4519W: http://jfs.sourceforge.net/
4520T: git git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
4521S: Maintained
4522F: Documentation/filesystems/jfs.txt
4523F: fs/jfs/
4524
4525JME NETWORK DRIVER
4526M: Guo-Fu Tseng <[email protected]>
4527L: [email protected]
4528S: Maintained
4529F: drivers/net/ethernet/jme.*
4530
4531JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
4532M: David Woodhouse <[email protected]>
4533L: [email protected]
4534W: http://www.linux-mtd.infradead.org/doc/jffs2.html
4535S: Maintained
4536F: fs/jffs2/
4537F: include/uapi/linux/jffs2.h
4538
4539JOURNALLING LAYER FOR BLOCK DEVICES (JBD)
4540M: Andrew Morton <[email protected]>
4541M: Jan Kara <[email protected]>
4542L: [email protected]
4543S: Maintained
4544F: fs/jbd/
4545F: include/linux/jbd.h
4546
4547JOURNALLING LAYER FOR BLOCK DEVICES (JBD2)
4548M: "Theodore Ts'o" <[email protected]>
4549L: [email protected]
4550S: Maintained
4551F: fs/jbd2/
4552F: include/linux/jbd2.h
4553
4554JSM Neo PCI based serial card
4555M: Lucas Tavares <[email protected]>
4556L: [email protected]
4557S: Maintained
4558F: drivers/tty/serial/jsm/
4559
4560K10TEMP HARDWARE MONITORING DRIVER
4561M: Clemens Ladisch <[email protected]>
4562L: [email protected]
4563S: Maintained
4564F: Documentation/hwmon/k10temp
4565F: drivers/hwmon/k10temp.c
4566
4567K8TEMP HARDWARE MONITORING DRIVER
4568M: Rudolf Marek <[email protected]>
4569L: [email protected]
4570S: Maintained
4571F: Documentation/hwmon/k8temp
4572F: drivers/hwmon/k8temp.c
4573
4574KCONFIG
4575M: Michal Marek <[email protected]>
4576L: [email protected]
4577S: Odd Fixes
4578F: Documentation/kbuild/kconfig-language.txt
4579F: scripts/kconfig/
4580
4581KDUMP
4582M: Vivek Goyal <[email protected]>
4583M: Haren Myneni <[email protected]>
4584L: [email protected]
4585W: http://lse.sourceforge.net/kdump/
4586S: Maintained
4587F: Documentation/kdump/
4588
4589KEENE FM RADIO TRANSMITTER DRIVER
4590M: Hans Verkuil <[email protected]>
4591L: [email protected]
4592T: git git://linuxtv.org/media_tree.git
4593W: http://linuxtv.org
4594S: Maintained
4595F: drivers/media/radio/radio-keene*
4596
4597KERNEL AUTOMOUNTER v4 (AUTOFS4)
4598M: Ian Kent <[email protected]>
4599L: [email protected]
4600S: Maintained
4601F: fs/autofs4/
4602
4603KERNEL BUILD + files below scripts/ (unless maintained elsewhere)
4604M: Michal Marek <[email protected]>
4605T: git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git for-next
4606T: git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git rc-fixes
4607L: [email protected]
4608S: Maintained
4609F: Documentation/kbuild/
4610F: Makefile
4611F: scripts/Makefile.*
4612F: scripts/basic/
4613F: scripts/mk*
4614F: scripts/package/
4615
4616KERNEL JANITORS
4617L: [email protected]
4618W: http://kernelnewbies.org/KernelJanitors
4619S: Odd Fixes
4620
4621KERNEL NFSD, SUNRPC, AND LOCKD SERVERS
4622M: "J. Bruce Fields" <[email protected]>
4623L: [email protected]
4624W: http://nfs.sourceforge.net/
4625S: Supported
4626F: fs/nfsd/
4627F: include/linux/nfsd/
4628F: include/uapi/linux/nfsd/
4629F: fs/lockd/
4630F: fs/nfs_common/
4631F: net/sunrpc/
4632F: include/linux/lockd/
4633F: include/linux/sunrpc/
4634F: include/uapi/linux/sunrpc/
4635
4636KERNEL VIRTUAL MACHINE (KVM)
4637M: Marcelo Tosatti <[email protected]>
4638M: Gleb Natapov <[email protected]>
4639L: [email protected]
4640W: http://kvm.qumranet.com
4641S: Supported
4642F: Documentation/*/kvm.txt
4643F: arch/*/kvm/
4644F: arch/*/include/asm/kvm*
4645F: include/linux/kvm*
4646F: include/uapi/linux/kvm*
4647F: virt/kvm/
4648
4649KERNEL VIRTUAL MACHINE (KVM) FOR AMD-V
4650M: Joerg Roedel <[email protected]>
4651L: [email protected]
4652W: http://kvm.qumranet.com
4653S: Maintained
4654F: arch/x86/include/asm/svm.h
4655F: arch/x86/kvm/svm.c
4656
4657KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
4658M: Alexander Graf <[email protected]>
4659L: [email protected]
4660W: http://kvm.qumranet.com
4661T: git git://github.com/agraf/linux-2.6.git
4662S: Supported
4663F: arch/powerpc/include/asm/kvm*
4664F: arch/powerpc/kvm/
4665
4666KERNEL VIRTUAL MACHINE For Itanium (KVM/IA64)
4667M: Xiantao Zhang <[email protected]>
4668L: [email protected]
4669W: http://kvm.qumranet.com
4670S: Supported
4671F: Documentation/ia64/kvm.txt
4672F: arch/ia64/include/asm/kvm*
4673F: arch/ia64/kvm/
4674
4675KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
4676M: Christian Borntraeger <[email protected]>
4677M: Cornelia Huck <[email protected]>
4678M: [email protected]
4679L: [email protected]
4680W: http://www.ibm.com/developerworks/linux/linux390/
4681S: Supported
4682F: Documentation/s390/kvm.txt
4683F: arch/s390/include/asm/kvm*
4684F: arch/s390/kvm/
4685F: drivers/s390/kvm/
4686
4687KERNEL VIRTUAL MACHINE (KVM) FOR ARM
4688M: Christoffer Dall <[email protected]>
4689L: [email protected]
4690W: http://systems.cs.columbia.edu/projects/kvm-arm
4691S: Maintained
4692F: arch/arm/include/uapi/asm/kvm*
4693F: arch/arm/include/asm/kvm*
4694F: arch/arm/kvm/
4695
4696KEXEC
4697M: Eric Biederman <[email protected]>
4698W: http://kernel.org/pub/linux/utils/kernel/kexec/
4699L: [email protected]
4700S: Maintained
4701F: include/linux/kexec.h
4702F: include/uapi/linux/kexec.h
4703F: kernel/kexec.c
4704
4705KEYS/KEYRINGS:
4706M: David Howells <[email protected]>
4707L: [email protected]
4708S: Maintained
4709F: Documentation/security/keys.txt
4710F: include/linux/key.h
4711F: include/linux/key-type.h
4712F: include/keys/
4713F: security/keys/
4714
4715KEYS-TRUSTED
4716M: David Safford <[email protected]>
4717M: Mimi Zohar <[email protected]>
4718L: [email protected]
4719L: [email protected]
4720S: Supported
4721F: Documentation/security/keys-trusted-encrypted.txt
4722F: include/keys/trusted-type.h
4723F: security/keys/trusted.c
4724F: security/keys/trusted.h
4725
4726KEYS-ENCRYPTED
4727M: Mimi Zohar <[email protected]>
4728M: David Safford <[email protected]>
4729L: [email protected]
4730L: [email protected]
4731S: Supported
4732F: Documentation/security/keys-trusted-encrypted.txt
4733F: include/keys/encrypted-type.h
4734F: security/keys/encrypted-keys/
4735
4736KGDB / KDB /debug_core
4737M: Jason Wessel <[email protected]>
4738W: http://kgdb.wiki.kernel.org/
4739L: [email protected]
4740S: Maintained
4741F: Documentation/DocBook/kgdb.tmpl
4742F: drivers/misc/kgdbts.c
4743F: drivers/tty/serial/kgdboc.c
4744F: include/linux/kdb.h
4745F: include/linux/kgdb.h
4746F: kernel/debug/
4747
4748KMEMCHECK
4749M: Vegard Nossum <[email protected]>
4750M: Pekka Enberg <[email protected]>
4751S: Maintained
4752F: Documentation/kmemcheck.txt
4753F: arch/x86/include/asm/kmemcheck.h
4754F: arch/x86/mm/kmemcheck/
4755F: include/linux/kmemcheck.h
4756F: mm/kmemcheck.c
4757
4758KMEMLEAK
4759M: Catalin Marinas <[email protected]>
4760S: Maintained
4761F: Documentation/kmemleak.txt
4762F: include/linux/kmemleak.h
4763F: mm/kmemleak.c
4764F: mm/kmemleak-test.c
4765
4766KPROBES
4767M: Ananth N Mavinakayanahalli <[email protected]>
4768M: Anil S Keshavamurthy <[email protected]>
4769M: "David S. Miller" <[email protected]>
4770M: Masami Hiramatsu <[email protected]>
4771S: Maintained
4772F: Documentation/kprobes.txt
4773F: include/linux/kprobes.h
4774F: kernel/kprobes.c
4775
4776KS0108 LCD CONTROLLER DRIVER
4777M: Miguel Ojeda Sandonis <[email protected]>
4778W: http://miguelojeda.es/auxdisplay.htm
4779W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
4780S: Maintained
4781F: Documentation/auxdisplay/ks0108
4782F: drivers/auxdisplay/ks0108.c
4783F: include/linux/ks0108.h
4784
4785LAPB module
4786L: [email protected]
4787S: Orphan
4788F: Documentation/networking/lapb-module.txt
4789F: include/*/lapb.h
4790F: net/lapb/
4791
4792LASI 53c700 driver for PARISC
4793M: "James E.J. Bottomley" <[email protected]>
4794L: [email protected]
4795S: Maintained
4796F: Documentation/scsi/53c700.txt
4797F: drivers/scsi/53c700*
4798
4799LED SUBSYSTEM
4800M: Bryan Wu <[email protected]>
4801M: Richard Purdie <[email protected]>
4802L: [email protected]
4803T: git git://git.kernel.org/pub/scm/linux/kernel/git/cooloney/linux-leds.git
4804S: Maintained
4805F: drivers/leds/
4806F: include/linux/leds.h
4807
4808LEGACY EEPROM DRIVER
4809M: Jean Delvare <[email protected]>
4810S: Maintained
4811F: Documentation/misc-devices/eeprom
4812F: drivers/misc/eeprom/eeprom.c
4813
4814LEGO USB Tower driver
4815M: Juergen Stuber <[email protected]>
4816L: [email protected]
4817W: http://legousb.sourceforge.net/
4818S: Maintained
4819F: drivers/usb/misc/legousbtower.c
4820
4821LG2160 MEDIA DRIVER
4822M: Michael Krufky <[email protected]>
4823L: [email protected]
4824W: http://linuxtv.org/
4825W: http://github.com/mkrufky
4826Q: http://patchwork.linuxtv.org/project/linux-media/list/
4827T: git git://linuxtv.org/mkrufky/tuners.git
4828S: Maintained
4829F: drivers/media/dvb-frontends/lg2160.*
4830
4831LGDT3305 MEDIA DRIVER
4832M: Michael Krufky <[email protected]>
4833L: [email protected]
4834W: http://linuxtv.org/
4835W: http://github.com/mkrufky
4836Q: http://patchwork.linuxtv.org/project/linux-media/list/
4837T: git git://linuxtv.org/mkrufky/tuners.git
4838S: Maintained
4839F: drivers/media/dvb-frontends/lgdt3305.*
4840
4841LGUEST
4842M: Rusty Russell <[email protected]>
4843L: [email protected]
4844W: http://lguest.ozlabs.org/
4845S: Odd Fixes
4846F: arch/x86/include/asm/lguest*.h
4847F: arch/x86/lguest/
4848F: drivers/lguest/
4849F: include/linux/lguest*.h
4850F: tools/lguest/
4851
4852LINUX FOR IBM pSERIES (RS/6000)
4853M: Paul Mackerras <[email protected]>
4854W: http://www.ibm.com/linux/ltc/projects/ppc
4855S: Supported
4856F: arch/powerpc/boot/rs6000.h
4857
4858LINUX FOR POWERPC (32-BIT AND 64-BIT)
4859M: Benjamin Herrenschmidt <[email protected]>
4860M: Paul Mackerras <[email protected]>
4861W: http://www.penguinppc.org/
4862L: [email protected]
4863Q: http://patchwork.ozlabs.org/project/linuxppc-dev/list/
4864T: git git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc.git
4865S: Supported
4866F: Documentation/powerpc/
4867F: arch/powerpc/
4868
4869LINUX FOR POWER MACINTOSH
4870M: Benjamin Herrenschmidt <[email protected]>
4871W: http://www.penguinppc.org/
4872L: [email protected]
4873S: Maintained
4874F: arch/powerpc/platforms/powermac/
4875F: drivers/macintosh/
4876
4877LINUX FOR POWERPC EMBEDDED MPC5XXX
4878M: Anatolij Gustschin <[email protected]>
4879L: [email protected]
4880T: git git://git.denx.de/linux-2.6-agust.git
4881S: Maintained
4882F: arch/powerpc/platforms/512x/
4883F: arch/powerpc/platforms/52xx/
4884
4885LINUX FOR POWERPC EMBEDDED PPC4XX
4886M: Josh Boyer <[email protected]>
4887M: Matt Porter <[email protected]>
4888W: http://www.penguinppc.org/
4889L: [email protected]
4890T: git git://git.kernel.org/pub/scm/linux/kernel/git/jwboyer/powerpc-4xx.git
4891S: Maintained
4892F: arch/powerpc/platforms/40x/
4893F: arch/powerpc/platforms/44x/
4894
4895LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
4896L: [email protected]
4897S: Unmaintained
4898F: arch/powerpc/*/*virtex*
4899F: arch/powerpc/*/*/*virtex*
4900
4901LINUX FOR POWERPC EMBEDDED PPC8XX
4902M: Vitaly Bordug <[email protected]>
4903M: Marcelo Tosatti <[email protected]>
4904W: http://www.penguinppc.org/
4905L: [email protected]
4906S: Maintained
4907F: arch/powerpc/platforms/8xx/
4908
4909LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
4910M: Kumar Gala <[email protected]>
4911W: http://www.penguinppc.org/
4912L: [email protected]
4913S: Maintained
4914F: arch/powerpc/platforms/83xx/
4915F: arch/powerpc/platforms/85xx/
4916
4917LINUX FOR POWERPC PA SEMI PWRFICIENT
4918M: Olof Johansson <[email protected]>
4919L: [email protected]
4920S: Maintained
4921F: arch/powerpc/platforms/pasemi/
4922F: drivers/*/*pasemi*
4923F: drivers/*/*/*pasemi*
4924
4925LINUX SECURITY MODULE (LSM) FRAMEWORK
4926M: Chris Wright <[email protected]>
4927L: [email protected]
4928S: Supported
4929
4930LIS3LV02D ACCELEROMETER DRIVER
4931M: Eric Piel <[email protected]>
4932S: Maintained
4933F: Documentation/misc-devices/lis3lv02d
4934F: drivers/misc/lis3lv02d/
4935F: drivers/platform/x86/hp_accel.c
4936
4937LLC (802.2)
4938M: Arnaldo Carvalho de Melo <[email protected]>
4939S: Maintained
4940F: include/linux/llc.h
4941F: include/uapi/linux/llc.h
4942F: include/net/llc*
4943F: net/llc/
4944
4945LM73 HARDWARE MONITOR DRIVER
4946M: Guillaume Ligneul <[email protected]>
4947L: [email protected]
4948S: Maintained
4949F: drivers/hwmon/lm73.c
4950
4951LM78 HARDWARE MONITOR DRIVER
4952M: Jean Delvare <[email protected]>
4953L: [email protected]
4954S: Maintained
4955F: Documentation/hwmon/lm78
4956F: drivers/hwmon/lm78.c
4957
4958LM83 HARDWARE MONITOR DRIVER
4959M: Jean Delvare <[email protected]>
4960L: [email protected]
4961S: Maintained
4962F: Documentation/hwmon/lm83
4963F: drivers/hwmon/lm83.c
4964
4965LM90 HARDWARE MONITOR DRIVER
4966M: Jean Delvare <[email protected]>
4967L: [email protected]
4968S: Maintained
4969F: Documentation/hwmon/lm90
4970F: drivers/hwmon/lm90.c
4971
4972LME2510 MEDIA DRIVER
4973M: Malcolm Priestley <[email protected]>
4974L: [email protected]
4975W: http://linuxtv.org/
4976Q: http://patchwork.linuxtv.org/project/linux-media/list/
4977S: Maintained
4978F: drivers/media/usb/dvb-usb-v2/lmedm04*
4979
4980LOCKDEP AND LOCKSTAT
4981M: Peter Zijlstra <[email protected]>
4982M: Ingo Molnar <[email protected]>
4983T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git core/locking
4984S: Maintained
4985F: Documentation/lockdep*.txt
4986F: Documentation/lockstat.txt
4987F: include/linux/lockdep.h
4988F: kernel/lockdep*
4989
4990LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
4991M: "Richard Russon (FlatCap)" <[email protected]>
4992L: [email protected]
4993W: http://www.linux-ntfs.org/content/view/19/37/
4994S: Maintained
4995F: Documentation/ldm.txt
4996F: block/partitions/ldm.*
4997
4998LogFS
4999M: Joern Engel <[email protected]>
5000M: Prasad Joshi <[email protected]>
5001L: [email protected]
5002W: logfs.org
5003S: Maintained
5004F: fs/logfs/
5005
5006LPC32XX MACHINE SUPPORT
5007M: Roland Stigge <[email protected]>
5008L: [email protected] (moderated for non-subscribers)
5009S: Maintained
5010F: arch/arm/mach-lpc32xx/
5011
5012LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
5013M: Nagalakshmi Nandigama <[email protected]>
5014M: Sreekanth Reddy <[email protected]>
5015M: [email protected]
5016L: [email protected]
5017L: [email protected]
5018W: http://www.lsilogic.com/support
5019S: Supported
5020F: drivers/message/fusion/
5021F: drivers/scsi/mpt2sas/
5022F: drivers/scsi/mpt3sas/
5023
5024LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
5025M: Matthew Wilcox <[email protected]>
5026L: [email protected]
5027S: Maintained
5028F: drivers/scsi/sym53c8xx_2/
5029
5030LTC4261 HARDWARE MONITOR DRIVER
5031M: Guenter Roeck <[email protected]>
5032L: [email protected]
5033S: Maintained
5034F: Documentation/hwmon/ltc4261
5035F: drivers/hwmon/ltc4261.c
5036
5037LTP (Linux Test Project)
5038M: Shubham Goyal <[email protected]>
5039M: Mike Frysinger <[email protected]>
5040M: Cyril Hrubis <[email protected]>
5041M: Caspar Zhang <[email protected]>
5042M: Wanlong Gao <[email protected]>
5043L: [email protected] (subscribers-only)
5044W: http://ltp.sourceforge.net/
5045T: git git://github.com/linux-test-project/ltp.git
5046T: git git://ltp.git.sourceforge.net/gitroot/ltp/ltp-dev
5047S: Maintained
5048
5049M32R ARCHITECTURE
5050M: Hirokazu Takata <[email protected]>
5051L: [email protected] (moderated for non-subscribers)
5052L: [email protected] (in Japanese)
5053W: http://www.linux-m32r.org/
5054S: Maintained
5055F: arch/m32r/
5056
5057M68K ARCHITECTURE
5058M: Geert Uytterhoeven <[email protected]>
5059L: [email protected]
5060W: http://www.linux-m68k.org/
5061T: git git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git
5062S: Maintained
5063F: arch/m68k/
5064F: drivers/zorro/
5065
5066M68K ON APPLE MACINTOSH
5067M: Joshua Thompson <[email protected]>
5068W: http://www.mac.linux-m68k.org/
5069L: [email protected]
5070S: Maintained
5071F: arch/m68k/mac/
5072
5073M68K ON HP9000/300
5074M: Philip Blundell <[email protected]>
5075W: http://www.tazenda.demon.co.uk/phil/linux-hp
5076S: Maintained
5077F: arch/m68k/hp300/
5078
5079M88RS2000 MEDIA DRIVER
5080M: Malcolm Priestley <[email protected]>
5081L: [email protected]
5082W: http://linuxtv.org/
5083Q: http://patchwork.linuxtv.org/project/linux-media/list/
5084S: Maintained
5085F: drivers/media/dvb-frontends/m88rs2000*
5086
5087MA901 MASTERKIT USB FM RADIO DRIVER
5088M: Alexey Klimov <[email protected]>
5089L: [email protected]
5090T: git git://linuxtv.org/media_tree.git
5091S: Maintained
5092F: drivers/media/radio/radio-ma901.c
5093
5094MAC80211
5095M: Johannes Berg <[email protected]>
5096L: [email protected]
5097W: http://wireless.kernel.org/
5098T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
5099T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
5100S: Maintained
5101F: Documentation/networking/mac80211-injection.txt
5102F: include/net/mac80211.h
5103F: net/mac80211/
5104
5105MAC80211 PID RATE CONTROL
5106M: Stefano Brivio <[email protected]>
5107M: Mattias Nissler <[email protected]>
5108L: [email protected]
5109W: http://wireless.kernel.org/en/developers/Documentation/mac80211/RateControl/PID
5110T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
5111T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
5112S: Maintained
5113F: net/mac80211/rc80211_pid*
5114
5115MACVLAN DRIVER
5116M: Patrick McHardy <[email protected]>
5117L: [email protected]
5118S: Maintained
5119F: drivers/net/macvlan.c
5120F: include/linux/if_macvlan.h
5121
5122MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
5123M: Michael Kerrisk <[email protected]>
5124W: http://www.kernel.org/doc/man-pages
5125L: [email protected]
5126S: Maintained
5127
5128MARVELL GIGABIT ETHERNET DRIVERS (skge/sky2)
5129M: Mirko Lindner <[email protected]>
5130M: Stephen Hemminger <[email protected]>
5131L: [email protected]
5132S: Maintained
5133F: drivers/net/ethernet/marvell/sk*
5134
5135MARVELL LIBERTAS WIRELESS DRIVER
5136L: [email protected]
5137S: Orphan
5138F: drivers/net/wireless/libertas/
5139
5140MARVELL MV643XX ETHERNET DRIVER
5141M: Lennert Buytenhek <[email protected]>
5142L: [email protected]
5143S: Maintained
5144F: drivers/net/ethernet/marvell/mv643xx_eth.*
5145F: include/linux/mv643xx.h
5146
5147MARVELL MVNETA ETHERNET DRIVER
5148M: Thomas Petazzoni <[email protected]>
5149L: [email protected]
5150S: Maintained
5151F: drivers/net/ethernet/marvell/mvneta.*
5152
5153MARVELL MWIFIEX WIRELESS DRIVER
5154M: Bing Zhao <[email protected]>
5155L: [email protected]
5156S: Maintained
5157F: drivers/net/wireless/mwifiex/
5158
5159MARVELL MWL8K WIRELESS DRIVER
5160M: Lennert Buytenhek <[email protected]>
5161L: [email protected]
5162S: Odd Fixes
5163F: drivers/net/wireless/mwl8k.c
5164
5165MARVELL SOC MMC/SD/SDIO CONTROLLER DRIVER
5166M: Nicolas Pitre <[email protected]>
5167S: Odd Fixes
5168F: drivers/mmc/host/mvsdio.*
5169
5170MATROX FRAMEBUFFER DRIVER
5171L: [email protected]
5172S: Orphan
5173F: drivers/video/matrox/matroxfb_*
5174F: include/uapi/linux/matroxfb.h
5175
5176MAX16065 HARDWARE MONITOR DRIVER
5177M: Guenter Roeck <[email protected]>
5178L: [email protected]
5179S: Maintained
5180F: Documentation/hwmon/max16065
5181F: drivers/hwmon/max16065.c
5182
5183MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
5184M: "Hans J. Koch" <[email protected]>
5185L: [email protected]
5186S: Maintained
5187F: Documentation/hwmon/max6650
5188F: drivers/hwmon/max6650.c
5189
5190MAX6697 HARDWARE MONITOR DRIVER
5191M: Guenter Roeck <[email protected]>
5192L: [email protected]
5193S: Maintained
5194F: Documentation/hwmon/max6697
5195F: Documentation/devicetree/bindings/i2c/max6697.txt
5196F: drivers/hwmon/max6697.c
5197F: include/linux/platform_data/max6697.h
5198
5199MAXIRADIO FM RADIO RECEIVER DRIVER
5200M: Hans Verkuil <[email protected]>
5201L: [email protected]
5202T: git git://linuxtv.org/media_tree.git
5203W: http://linuxtv.org
5204S: Maintained
5205F: drivers/media/radio/radio-maxiradio*
5206
5207MEDIA INPUT INFRASTRUCTURE (V4L/DVB)
5208M: Mauro Carvalho Chehab <[email protected]>
5209P: LinuxTV.org Project
5210L: [email protected]
5211W: http://linuxtv.org
5212Q: http://patchwork.kernel.org/project/linux-media/list/
5213T: git git://linuxtv.org/media_tree.git
5214S: Maintained
5215F: Documentation/dvb/
5216F: Documentation/video4linux/
5217F: Documentation/DocBook/media/
5218F: drivers/media/
5219F: drivers/staging/media/
5220F: include/media/
5221F: include/uapi/linux/dvb/
5222F: include/uapi/linux/videodev2.h
5223F: include/uapi/linux/media.h
5224F: include/uapi/linux/v4l2-*
5225F: include/uapi/linux/meye.h
5226F: include/uapi/linux/ivtv*
5227F: include/uapi/linux/uvcvideo.h
5228
5229MEDIAVISION PRO MOVIE STUDIO DRIVER
5230M: Hans Verkuil <[email protected]>
5231L: [email protected]
5232T: git git://linuxtv.org/media_tree.git
5233W: http://linuxtv.org
5234S: Odd Fixes
5235F: drivers/media/parport/pms*
5236
5237MEGARAID SCSI DRIVERS
5238M: Neela Syam Kolli <[email protected]>
5239L: [email protected]
5240W: http://megaraid.lsilogic.com
5241S: Maintained
5242F: Documentation/scsi/megaraid.txt
5243F: drivers/scsi/megaraid.*
5244F: drivers/scsi/megaraid/
5245
5246MELLANOX ETHERNET DRIVER (mlx4_en)
5247M: Amir Vadai <[email protected]>
5248L: [email protected]
5249S: Supported
5250W: http://www.mellanox.com
5251Q: http://patchwork.ozlabs.org/project/netdev/list/
5252F: drivers/net/ethernet/mellanox/mlx4/en_*
5253
5254MEMORY MANAGEMENT
5255L: [email protected]
5256W: http://www.linux-mm.org
5257S: Maintained
5258F: include/linux/mm.h
5259F: include/linux/gfp.h
5260F: include/linux/mmzone.h
5261F: include/linux/memory_hotplug.h
5262F: include/linux/vmalloc.h
5263F: mm/
5264
5265MEMORY RESOURCE CONTROLLER
5266M: Johannes Weiner <[email protected]>
5267M: Michal Hocko <[email protected]>
5268M: Balbir Singh <[email protected]>
5269M: KAMEZAWA Hiroyuki <[email protected]>
5270L: [email protected]
5271L: [email protected]
5272S: Maintained
5273F: mm/memcontrol.c
5274F: mm/page_cgroup.c
5275
5276MEMORY TECHNOLOGY DEVICES (MTD)
5277M: David Woodhouse <[email protected]>
5278L: [email protected]
5279W: http://www.linux-mtd.infradead.org/
5280Q: http://patchwork.ozlabs.org/project/linux-mtd/list/
5281T: git git://git.infradead.org/mtd-2.6.git
5282S: Maintained
5283F: drivers/mtd/
5284F: include/linux/mtd/
5285F: include/uapi/mtd/
5286
5287METAG ARCHITECTURE
5288M: James Hogan <[email protected]>
5289S: Supported
5290F: arch/metag/
5291F: Documentation/metag/
5292F: Documentation/devicetree/bindings/metag/
5293F: drivers/clocksource/metag_generic.c
5294F: drivers/irqchip/irq-metag.c
5295F: drivers/irqchip/irq-metag-ext.c
5296F: drivers/tty/metag_da.c
5297F: fs/imgdafs/
5298
5299MICROBLAZE ARCHITECTURE
5300M: Michal Simek <[email protected]>
5301L: [email protected] (moderated for non-subscribers)
5302W: http://www.monstr.eu/fdt/
5303T: git git://git.monstr.eu/linux-2.6-microblaze.git
5304S: Supported
5305F: arch/microblaze/
5306
5307MICROTEK X6 SCANNER
5308M: Oliver Neukum <[email protected]>
5309S: Maintained
5310F: drivers/usb/image/microtek.*
5311
5312MIPS
5313M: Ralf Baechle <[email protected]>
5314L: [email protected]
5315W: http://www.linux-mips.org/
5316T: git git://git.linux-mips.org/pub/scm/ralf/linux.git
5317Q: http://patchwork.linux-mips.org/project/linux-mips/list/
5318S: Supported
5319F: Documentation/mips/
5320F: arch/mips/
5321
5322MIROSOUND PCM20 FM RADIO RECEIVER DRIVER
5323M: Hans Verkuil <[email protected]>
5324L: [email protected]
5325T: git git://linuxtv.org/media_tree.git
5326W: http://linuxtv.org
5327S: Odd Fixes
5328F: drivers/media/radio/radio-miropcm20*
5329
5330MODULE SUPPORT
5331M: Rusty Russell <[email protected]>
5332S: Maintained
5333F: include/linux/module.h
5334F: kernel/module.c
5335
5336MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
5337W: http://popies.net/meye/
5338S: Orphan
5339F: Documentation/video4linux/meye.txt
5340F: drivers/media/pci/meye/
5341F: include/uapi/linux/meye.h
5342
5343MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
5344M: Jiri Slaby <[email protected]>
5345S: Maintained
5346F: Documentation/serial/moxa-smartio
5347F: drivers/tty/mxser.*
5348
5349MR800 AVERMEDIA USB FM RADIO DRIVER
5350M: Alexey Klimov <[email protected]>
5351L: [email protected]
5352T: git git://linuxtv.org/media_tree.git
5353S: Maintained
5354F: drivers/media/radio/radio-mr800.c
5355
5356MSI LAPTOP SUPPORT
5357M: "Lee, Chun-Yi" <[email protected]>
5358L: [email protected]
5359S: Maintained
5360F: drivers/platform/x86/msi-laptop.c
5361
5362MSI WMI SUPPORT
5363M: Anisse Astier <[email protected]>
5364L: [email protected]
5365S: Supported
5366F: drivers/platform/x86/msi-wmi.c
5367
5368MT9M032 SENSOR DRIVER
5369M: Laurent Pinchart <[email protected]>
5370L: [email protected]
5371T: git git://linuxtv.org/media_tree.git
5372S: Maintained
5373F: drivers/media/i2c/mt9m032.c
5374F: include/media/mt9m032.h
5375
5376MT9P031 SENSOR DRIVER
5377M: Laurent Pinchart <[email protected]>
5378L: [email protected]
5379T: git git://linuxtv.org/media_tree.git
5380S: Maintained
5381F: drivers/media/i2c/mt9p031.c
5382F: include/media/mt9p031.h
5383
5384MT9T001 SENSOR DRIVER
5385M: Laurent Pinchart <[email protected]>
5386L: [email protected]
5387T: git git://linuxtv.org/media_tree.git
5388S: Maintained
5389F: drivers/media/i2c/mt9t001.c
5390F: include/media/mt9t001.h
5391
5392MT9V032 SENSOR DRIVER
5393M: Laurent Pinchart <[email protected]>
5394L: [email protected]
5395T: git git://linuxtv.org/media_tree.git
5396S: Maintained
5397F: drivers/media/i2c/mt9v032.c
5398F: include/media/mt9v032.h
5399
5400MULTIFUNCTION DEVICES (MFD)
5401M: Samuel Ortiz <[email protected]>
5402T: git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6.git
5403S: Supported
5404F: drivers/mfd/
5405
5406MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
5407M: Chris Ball <[email protected]>
5408L: [email protected]
5409T: git git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc.git
5410S: Maintained
5411F: drivers/mmc/
5412F: include/linux/mmc/
5413F: include/uapi/linux/mmc/
5414
5415MULTIMEDIA CARD (MMC) ETC. OVER SPI
5416S: Orphan
5417F: drivers/mmc/host/mmc_spi.c
5418F: include/linux/spi/mmc_spi.h
5419
5420MULTISOUND SOUND DRIVER
5421M: Andrew Veliath <[email protected]>
5422S: Maintained
5423F: Documentation/sound/oss/MultiSound
5424F: sound/oss/msnd*
5425
5426MULTITECH MULTIPORT CARD (ISICOM)
5427S: Orphan
5428F: drivers/tty/isicom.c
5429F: include/linux/isicom.h
5430
5431MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
5432M: Felipe Balbi <[email protected]>
5433L: [email protected]
5434T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
5435S: Maintained
5436F: drivers/usb/musb/
5437
5438MXL5007T MEDIA DRIVER
5439M: Michael Krufky <[email protected]>
5440L: [email protected]
5441W: http://linuxtv.org/
5442W: http://github.com/mkrufky
5443Q: http://patchwork.linuxtv.org/project/linux-media/list/
5444T: git git://linuxtv.org/mkrufky/tuners.git
5445S: Maintained
5446F: drivers/media/tuners/mxl5007t.*
5447
5448MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
5449M: Andrew Gallatin <[email protected]>
5450L: [email protected]
5451W: http://www.myri.com/scs/download-Myri10GE.html
5452S: Supported
5453F: drivers/net/ethernet/myricom/myri10ge/
5454
5455NATSEMI ETHERNET DRIVER (DP8381x)
5456S: Orphan
5457F: drivers/net/ethernet/natsemi/natsemi.c
5458
5459NATIVE INSTRUMENTS USB SOUND INTERFACE DRIVER
5460M: Daniel Mack <[email protected]>
5461S: Maintained
5462L: [email protected]
5463W: http://www.native-instruments.com
5464F: sound/usb/caiaq/
5465
5466NCP FILESYSTEM
5467M: Petr Vandrovec <[email protected]>
5468S: Odd Fixes
5469F: fs/ncpfs/
5470
5471NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
5472M: "James E.J. Bottomley" <[email protected]>
5473L: [email protected]
5474S: Maintained
5475F: drivers/scsi/NCR_D700.*
5476
5477NCT6775 HARDWARE MONITOR DRIVER
5478M: Guenter Roeck <[email protected]>
5479L: [email protected]
5480S: Maintained
5481F: Documentation/hwmon/nct6775
5482F: drivers/hwmon/nct6775.c
5483
5484NETEFFECT IWARP RNIC DRIVER (IW_NES)
5485M: Faisal Latif <[email protected]>
5486L: [email protected]
5487W: http://www.intel.com/Products/Server/Adapters/Server-Cluster/Server-Cluster-overview.htm
5488S: Supported
5489F: drivers/infiniband/hw/nes/
5490
5491NETEM NETWORK EMULATOR
5492M: Stephen Hemminger <[email protected]>
5493L: [email protected]
5494S: Maintained
5495F: net/sched/sch_netem.c
5496
5497NETERION 10GbE DRIVERS (s2io/vxge)
5498M: Jon Mason <[email protected]>
5499L: [email protected]
5500S: Supported
5501F: Documentation/networking/s2io.txt
5502F: Documentation/networking/vxge.txt
5503F: drivers/net/ethernet/neterion/
5504
5505NETFILTER/IPTABLES/IPCHAINS
5506P: Harald Welte
5507P: Jozsef Kadlecsik
5508M: Pablo Neira Ayuso <[email protected]>
5509M: Patrick McHardy <[email protected]>
5510L: [email protected]
5511L: [email protected]
5512L: [email protected]
5513W: http://www.netfilter.org/
5514W: http://www.iptables.org/
5515T: git git://1984.lsi.us.es/nf
5516T: git git://1984.lsi.us.es/nf-next
5517S: Supported
5518F: include/linux/netfilter*
5519F: include/linux/netfilter/
5520F: include/net/netfilter/
5521F: include/uapi/linux/netfilter*
5522F: include/uapi/linux/netfilter/
5523F: net/*/netfilter.c
5524F: net/*/netfilter/
5525F: net/netfilter/
5526
5527NETLABEL
5528M: Paul Moore <[email protected]>
5529W: http://netlabel.sf.net
5530L: [email protected]
5531S: Maintained
5532F: Documentation/netlabel/
5533F: include/net/netlabel.h
5534F: net/netlabel/
5535
5536NETROM NETWORK LAYER
5537M: Ralf Baechle <[email protected]>
5538L: [email protected]
5539W: http://www.linux-ax25.org/
5540S: Maintained
5541F: include/net/netrom.h
5542F: include/uapi/linux/netrom.h
5543F: net/netrom/
5544
5545NETWORK BLOCK DEVICE (NBD)
5546M: Paul Clements <[email protected]>
5547S: Maintained
5548L: [email protected]
5549F: Documentation/blockdev/nbd.txt
5550F: drivers/block/nbd.c
5551F: include/linux/nbd.h
5552F: include/uapi/linux/nbd.h
5553
5554NETWORK DROP MONITOR
5555M: Neil Horman <[email protected]>
5556L: [email protected]
5557S: Maintained
5558W: https://fedorahosted.org/dropwatch/
5559F: net/core/drop_monitor.c
5560
5561NETWORKING [GENERAL]
5562M: "David S. Miller" <[email protected]>
5563L: [email protected]
5564W: http://www.linuxfoundation.org/en/Net
5565Q: http://patchwork.ozlabs.org/project/netdev/list/
5566T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
5567T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
5568S: Maintained
5569F: net/
5570F: include/net/
5571F: include/linux/in.h
5572F: include/linux/net.h
5573F: include/linux/netdevice.h
5574F: include/uapi/linux/in.h
5575F: include/uapi/linux/net.h
5576F: include/uapi/linux/netdevice.h
5577
5578NETWORKING [IPv4/IPv6]
5579M: "David S. Miller" <[email protected]>
5580M: Alexey Kuznetsov <[email protected]>
5581M: James Morris <[email protected]>
5582M: Hideaki YOSHIFUJI <[email protected]>
5583M: Patrick McHardy <[email protected]>
5584L: [email protected]
5585T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
5586S: Maintained
5587F: net/ipv4/
5588F: net/ipv6/
5589F: include/net/ip*
5590F: arch/x86/net/*
5591
5592NETWORKING [IPSEC]
5593M: Steffen Klassert <[email protected]>
5594M: Herbert Xu <[email protected]>
5595M: "David S. Miller" <[email protected]>
5596L: [email protected]
5597T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
5598S: Maintained
5599F: net/xfrm/
5600F: net/key/
5601F: net/ipv4/xfrm*
5602F: net/ipv6/xfrm*
5603F: include/uapi/linux/xfrm.h
5604F: include/net/xfrm.h
5605
5606NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
5607M: Paul Moore <[email protected]>
5608L: [email protected]
5609S: Maintained
5610
5611NETWORKING [WIRELESS]
5612M: "John W. Linville" <[email protected]>
5613L: [email protected]
5614Q: http://patchwork.kernel.org/project/linux-wireless/list/
5615T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless.git
5616S: Maintained
5617F: net/mac80211/
5618F: net/rfkill/
5619F: net/wireless/
5620F: include/net/ieee80211*
5621F: include/linux/wireless.h
5622F: include/uapi/linux/wireless.h
5623F: include/net/iw_handler.h
5624F: drivers/net/wireless/
5625
5626NETWORKING DRIVERS
5627L: [email protected]
5628W: http://www.linuxfoundation.org/en/Net
5629Q: http://patchwork.ozlabs.org/project/netdev/list/
5630T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
5631T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
5632S: Odd Fixes
5633F: drivers/net/
5634F: include/linux/if_*
5635F: include/linux/netdevice.h
5636F: include/linux/arcdevice.h
5637F: include/linux/etherdevice.h
5638F: include/linux/fcdevice.h
5639F: include/linux/fddidevice.h
5640F: include/linux/hippidevice.h
5641F: include/linux/inetdevice.h
5642F: include/uapi/linux/if_*
5643F: include/uapi/linux/netdevice.h
5644
5645NETXEN (1/10) GbE SUPPORT
5646M: Manish Chopra <[email protected]>
5647M: Sony Chacko <[email protected]>
5648M: Rajesh Borundia <[email protected]>
5649L: [email protected]
5650W: http://www.qlogic.com
5651S: Supported
5652F: drivers/net/ethernet/qlogic/netxen/
5653
5654NFC SUBSYSTEM
5655M: Lauro Ramos Venancio <[email protected]>
5656M: Aloisio Almeida Jr <[email protected]>
5657M: Samuel Ortiz <[email protected]>
5658L: [email protected]
5659L: [email protected] (moderated for non-subscribers)
5660S: Maintained
5661F: net/nfc/
5662F: include/net/nfc/
5663F: include/uapi/linux/nfc.h
5664F: drivers/nfc/
5665F: include/linux/platform_data/pn544.h
5666
5667NFS, SUNRPC, AND LOCKD CLIENTS
5668M: Trond Myklebust <[email protected]>
5669L: [email protected]
5670W: http://client.linux-nfs.org
5671T: git git://git.linux-nfs.org/pub/linux/nfs-2.6.git
5672S: Maintained
5673F: fs/lockd/
5674F: fs/nfs/
5675F: fs/nfs_common/
5676F: net/sunrpc/
5677F: include/linux/lockd/
5678F: include/linux/nfs*
5679F: include/linux/sunrpc/
5680F: include/uapi/linux/nfs*
5681F: include/uapi/linux/sunrpc/
5682
5683NILFS2 FILESYSTEM
5684M: KONISHI Ryusuke <[email protected]>
5685L: [email protected]
5686W: http://www.nilfs.org/en/
5687T: git git://git.kernel.org/pub/scm/linux/kernel/git/ryusuke/nilfs2.git
5688S: Supported
5689F: Documentation/filesystems/nilfs2.txt
5690F: fs/nilfs2/
5691F: include/linux/nilfs2_fs.h
5692
5693NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
5694M: YOKOTA Hiroshi <[email protected]>
5695W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
5696S: Maintained
5697F: Documentation/scsi/NinjaSCSI.txt
5698F: drivers/scsi/pcmcia/nsp_*
5699
5700NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
5701M: GOTO Masanori <[email protected]>
5702M: YOKOTA Hiroshi <[email protected]>
5703W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
5704S: Maintained
5705F: Documentation/scsi/NinjaSCSI.txt
5706F: drivers/scsi/nsp32*
5707
5708NTB DRIVER
5709M: Jon Mason <[email protected]>
5710S: Supported
5711F: drivers/ntb/
5712F: drivers/net/ntb_netdev.c
5713F: include/linux/ntb.h
5714
5715NTFS FILESYSTEM
5716M: Anton Altaparmakov <[email protected]>
5717L: [email protected]
5718W: http://www.tuxera.com/
5719T: git git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs.git
5720S: Supported
5721F: Documentation/filesystems/ntfs.txt
5722F: fs/ntfs/
5723
5724NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
5725M: Antonino Daplas <[email protected]>
5726L: [email protected]
5727S: Maintained
5728F: drivers/video/riva/
5729F: drivers/video/nvidia/
5730
5731NVM EXPRESS DRIVER
5732M: Matthew Wilcox <[email protected]>
5733L: [email protected]
5734T: git git://git.infradead.org/users/willy/linux-nvme.git
5735S: Supported
5736F: drivers/block/nvme.c
5737F: include/linux/nvme.h
5738
5739OMAP SUPPORT
5740M: Tony Lindgren <[email protected]>
5741L: [email protected]
5742W: http://www.muru.com/linux/omap/
5743W: http://linux.omap.com/
5744Q: http://patchwork.kernel.org/project/linux-omap/list/
5745T: git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap.git
5746S: Maintained
5747F: arch/arm/*omap*/
5748F: drivers/i2c/busses/i2c-omap.c
5749F: include/linux/i2c-omap.h
5750
5751OMAP DEVICE TREE SUPPORT
5752M: Benoît Cousson <[email protected]>
5753M: Tony Lindgren <[email protected]>
5754L: [email protected]
5755L: [email protected] (moderated for non-subscribers)
5756S: Maintained
5757F: arch/arm/boot/dts/*omap*
5758F: arch/arm/boot/dts/*am3*
5759
5760OMAP CLOCK FRAMEWORK SUPPORT
5761M: Paul Walmsley <[email protected]>
5762L: [email protected]
5763S: Maintained
5764F: arch/arm/*omap*/*clock*
5765
5766OMAP POWER MANAGEMENT SUPPORT
5767M: Kevin Hilman <[email protected]>
5768L: [email protected]
5769S: Maintained
5770F: arch/arm/*omap*/*pm*
5771F: drivers/cpufreq/omap-cpufreq.c
5772
5773OMAP POWERDOMAIN/CLOCKDOMAIN SOC ADAPTATION LAYER SUPPORT
5774M: Rajendra Nayak <[email protected]>
5775M: Paul Walmsley <[email protected]>
5776L: [email protected]
5777S: Maintained
5778F: arch/arm/mach-omap2/powerdomain2xxx_3xxx.c
5779F: arch/arm/mach-omap2/powerdomain44xx.c
5780F: arch/arm/mach-omap2/clockdomain2xxx_3xxx.c
5781F: arch/arm/mach-omap2/clockdomain44xx.c
5782
5783OMAP AUDIO SUPPORT
5784M: Peter Ujfalusi <[email protected]>
5785M: Jarkko Nikula <[email protected]>
5786L: [email protected] (subscribers-only)
5787L: [email protected]
5788S: Maintained
5789F: sound/soc/omap/
5790
5791OMAP FRAMEBUFFER SUPPORT
5792M: Tomi Valkeinen <[email protected]>
5793L: [email protected]
5794L: [email protected]
5795S: Maintained
5796F: drivers/video/omap/
5797
5798OMAP DISPLAY SUBSYSTEM and FRAMEBUFFER SUPPORT (DSS2)
5799M: Tomi Valkeinen <[email protected]>
5800L: [email protected]
5801L: [email protected]
5802S: Maintained
5803F: drivers/video/omap2/
5804F: Documentation/arm/OMAP/DSS
5805
5806OMAP HARDWARE SPINLOCK SUPPORT
5807M: Ohad Ben-Cohen <[email protected]>
5808L: [email protected]
5809S: Maintained
5810F: drivers/hwspinlock/omap_hwspinlock.c
5811F: arch/arm/mach-omap2/hwspinlock.c
5812
5813OMAP MMC SUPPORT
5814M: Jarkko Lavinen <[email protected]>
5815L: [email protected]
5816S: Maintained
5817F: drivers/mmc/host/omap.c
5818
5819OMAP HS MMC SUPPORT
5820M: Balaji T K <[email protected]>
5821L: [email protected]
5822L: [email protected]
5823S: Maintained
5824F: drivers/mmc/host/omap_hsmmc.c
5825
5826OMAP RANDOM NUMBER GENERATOR SUPPORT
5827M: Deepak Saxena <[email protected]>
5828S: Maintained
5829F: drivers/char/hw_random/omap-rng.c
5830
5831OMAP HWMOD SUPPORT
5832M: Benoît Cousson <[email protected]>
5833M: Paul Walmsley <[email protected]>
5834L: [email protected]
5835S: Maintained
5836F: arch/arm/mach-omap2/omap_hwmod.*
5837
5838OMAP HWMOD DATA FOR OMAP4-BASED DEVICES
5839M: Benoît Cousson <[email protected]>
5840L: [email protected]
5841S: Maintained
5842F: arch/arm/mach-omap2/omap_hwmod_44xx_data.c
5843
5844OMAP IMAGE SIGNAL PROCESSOR (ISP)
5845M: Laurent Pinchart <[email protected]>
5846L: [email protected]
5847S: Maintained
5848F: drivers/media/platform/omap3isp/
5849
5850OMAP USB SUPPORT
5851M: Felipe Balbi <[email protected]>
5852L: [email protected]
5853L: [email protected]
5854T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
5855S: Maintained
5856F: drivers/usb/*/*omap*
5857F: arch/arm/*omap*/usb*
5858
5859OMAP GPIO DRIVER
5860M: Santosh Shilimkar <[email protected]>
5861M: Kevin Hilman <[email protected]>
5862L: [email protected]
5863S: Maintained
5864F: drivers/gpio/gpio-omap.c
5865
5866OMFS FILESYSTEM
5867M: Bob Copeland <[email protected]>
5868L: [email protected]
5869S: Maintained
5870F: Documentation/filesystems/omfs.txt
5871F: fs/omfs/
5872
5873OMNIKEY CARDMAN 4000 DRIVER
5874M: Harald Welte <[email protected]>
5875S: Maintained
5876F: drivers/char/pcmcia/cm4000_cs.c
5877F: include/linux/cm4000_cs.h
5878F: include/uapi/linux/cm4000_cs.h
5879
5880OMNIKEY CARDMAN 4040 DRIVER
5881M: Harald Welte <[email protected]>
5882S: Maintained
5883F: drivers/char/pcmcia/cm4040_cs.*
5884
5885OMNIVISION OV7670 SENSOR DRIVER
5886M: Jonathan Corbet <[email protected]>
5887L: [email protected]
5888T: git git://linuxtv.org/media_tree.git
5889S: Maintained
5890F: drivers/media/i2c/ov7670.c
5891
5892ONENAND FLASH DRIVER
5893M: Kyungmin Park <[email protected]>
5894L: [email protected]
5895S: Maintained
5896F: drivers/mtd/onenand/
5897F: include/linux/mtd/onenand*.h
5898
5899ONSTREAM SCSI TAPE DRIVER
5900M: Willem Riede <[email protected]>
5901L: [email protected]
5902L: [email protected]
5903S: Maintained
5904F: drivers/scsi/osst*
5905F: drivers/scsi/st*
5906
5907OPENCORES I2C BUS DRIVER
5908M: Peter Korsgaard <[email protected]>
5909L: [email protected]
5910S: Maintained
5911F: Documentation/i2c/busses/i2c-ocores
5912F: drivers/i2c/busses/i2c-ocores.c
5913
5914OPEN FIRMWARE AND FLATTENED DEVICE TREE
5915M: Grant Likely <[email protected]>
5916M: Rob Herring <[email protected]>
5917L: [email protected] (moderated for non-subscribers)
5918W: http://fdt.secretlab.ca
5919T: git git://git.secretlab.ca/git/linux-2.6.git
5920S: Maintained
5921F: Documentation/devicetree
5922F: drivers/of
5923F: include/linux/of*.h
5924F: scripts/dtc
5925K: of_get_property
5926K: of_match_table
5927
5928OPENRISC ARCHITECTURE
5929M: Jonas Bonn <[email protected]>
5930W: http://openrisc.net
5931L: [email protected] (moderated for non-subscribers)
5932S: Maintained
5933T: git git://openrisc.net/~jonas/linux
5934F: arch/openrisc
5935
5936OPENVSWITCH
5937M: Jesse Gross <[email protected]>
5938L: [email protected]
5939W: http://openvswitch.org
5940T: git git://git.kernel.org/pub/scm/linux/kernel/git/jesse/openvswitch.git
5941S: Maintained
5942F: net/openvswitch/
5943
5944OPL4 DRIVER
5945M: Clemens Ladisch <[email protected]>
5946L: [email protected] (moderated for non-subscribers)
5947T: git git://git.alsa-project.org/alsa-kernel.git
5948S: Maintained
5949F: sound/drivers/opl4/
5950
5951OPROFILE
5952M: Robert Richter <[email protected]>
5953L: [email protected]
5954S: Maintained
5955F: arch/*/include/asm/oprofile*.h
5956F: arch/*/oprofile/
5957F: drivers/oprofile/
5958F: include/linux/oprofile.h
5959
5960ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
5961M: Mark Fasheh <[email protected]>
5962M: Joel Becker <[email protected]>
5963L: [email protected] (moderated for non-subscribers)
5964W: http://oss.oracle.com/projects/ocfs2/
5965T: git git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2.git
5966S: Supported
5967F: Documentation/filesystems/ocfs2.txt
5968F: Documentation/filesystems/dlmfs.txt
5969F: fs/ocfs2/
5970
5971ORINOCO DRIVER
5972L: [email protected]
5973W: http://wireless.kernel.org/en/users/Drivers/orinoco
5974W: http://www.nongnu.org/orinoco/
5975S: Orphan
5976F: drivers/net/wireless/orinoco/
5977
5978OSD LIBRARY and FILESYSTEM
5979M: Boaz Harrosh <[email protected]>
5980M: Benny Halevy <[email protected]>
5981L: [email protected]
5982W: http://open-osd.org
5983T: git git://git.open-osd.org/open-osd.git
5984S: Maintained
5985F: drivers/scsi/osd/
5986F: include/scsi/osd_*
5987F: fs/exofs/
5988
5989P54 WIRELESS DRIVER
5990M: Christian Lamparter <[email protected]>
5991L: [email protected]
5992W: http://wireless.kernel.org/en/users/Drivers/p54
5993S: Maintained
5994F: drivers/net/wireless/p54/
5995
5996PA SEMI ETHERNET DRIVER
5997M: Olof Johansson <[email protected]>
5998L: [email protected]
5999S: Maintained
6000F: drivers/net/ethernet/pasemi/*
6001
6002PA SEMI SMBUS DRIVER
6003M: Olof Johansson <[email protected]>
6004L: [email protected]
6005S: Maintained
6006F: drivers/i2c/busses/i2c-pasemi.c
6007
6008PADATA PARALLEL EXECUTION MECHANISM
6009M: Steffen Klassert <[email protected]>
6010L: [email protected]
6011S: Maintained
6012F: kernel/padata.c
6013F: include/linux/padata.h
6014F: Documentation/padata.txt
6015
6016PANASONIC LAPTOP ACPI EXTRAS DRIVER
6017M: Harald Welte <[email protected]>
6018L: [email protected]
6019S: Maintained
6020F: drivers/platform/x86/panasonic-laptop.c
6021
6022PANASONIC MN10300/AM33/AM34 PORT
6023M: David Howells <[email protected]>
6024M: Koichi Yasutake <[email protected]>
6025L: [email protected] (moderated for non-subscribers)
6026W: ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
6027S: Maintained
6028F: Documentation/mn10300/
6029F: arch/mn10300/
6030
6031PARALLEL PORT SUPPORT
6032L: [email protected] (subscribers-only)
6033S: Orphan
6034F: drivers/parport/
6035F: include/linux/parport*.h
6036F: drivers/char/ppdev.c
6037F: include/uapi/linux/ppdev.h
6038
6039PARAVIRT_OPS INTERFACE
6040M: Jeremy Fitzhardinge <[email protected]>
6041M: Chris Wright <[email protected]>
6042M: Alok Kataria <[email protected]>
6043M: Rusty Russell <[email protected]>
6044L: [email protected]
6045S: Supported
6046F: Documentation/ia64/paravirt_ops.txt
6047F: arch/*/kernel/paravirt*
6048F: arch/*/include/asm/paravirt.h
6049
6050PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
6051M: Tim Waugh <[email protected]>
6052L: [email protected] (subscribers-only)
6053W: http://www.torque.net/linux-pp.html
6054S: Maintained
6055F: Documentation/blockdev/paride.txt
6056F: drivers/block/paride/
6057
6058PARISC ARCHITECTURE
6059M: "James E.J. Bottomley" <[email protected]>
6060M: Helge Deller <[email protected]>
6061L: [email protected]
6062W: http://www.parisc-linux.org/
6063Q: http://patchwork.kernel.org/project/linux-parisc/list/
6064T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/parisc-2.6.git
6065S: Maintained
6066F: arch/parisc/
6067F: drivers/parisc/
6068
6069PC87360 HARDWARE MONITORING DRIVER
6070M: Jim Cromie <[email protected]>
6071L: [email protected]
6072S: Maintained
6073F: Documentation/hwmon/pc87360
6074F: drivers/hwmon/pc87360.c
6075
6076PC8736x GPIO DRIVER
6077M: Jim Cromie <[email protected]>
6078S: Maintained
6079F: drivers/char/pc8736x_gpio.c
6080
6081PC87427 HARDWARE MONITORING DRIVER
6082M: Jean Delvare <[email protected]>
6083L: [email protected]
6084S: Maintained
6085F: Documentation/hwmon/pc87427
6086F: drivers/hwmon/pc87427.c
6087
6088PCA9532 LED DRIVER
6089M: Riku Voipio <[email protected]>
6090S: Maintained
6091F: drivers/leds/leds-pca9532.c
6092F: include/linux/leds-pca9532.h
6093
6094PCA9541 I2C BUS MASTER SELECTOR DRIVER
6095M: Guenter Roeck <[email protected]>
6096L: [email protected]
6097S: Maintained
6098F: drivers/i2c/muxes/i2c-mux-pca9541.c
6099
6100PCDP - PRIMARY CONSOLE AND DEBUG PORT
6101M: Khalid Aziz <[email protected]>
6102S: Maintained
6103F: drivers/firmware/pcdp.*
6104
6105PCI ERROR RECOVERY
6106M: Linas Vepstas <[email protected]>
6107L: [email protected]
6108S: Supported
6109F: Documentation/PCI/pci-error-recovery.txt
6110F: Documentation/powerpc/eeh-pci-error-recovery.txt
6111
6112PCI SUBSYSTEM
6113M: Bjorn Helgaas <[email protected]>
6114L: [email protected]
6115Q: http://patchwork.ozlabs.org/project/linux-pci/list/
6116T: git git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git
6117S: Supported
6118F: Documentation/PCI/
6119F: drivers/pci/
6120F: include/linux/pci*
6121
6122PCMCIA SUBSYSTEM
6123P: Linux PCMCIA Team
6124L: [email protected]
6125W: http://lists.infradead.org/mailman/listinfo/linux-pcmcia
6126T: git git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
6127S: Maintained
6128F: Documentation/pcmcia/
6129F: drivers/pcmcia/
6130F: include/pcmcia/
6131
6132PCNET32 NETWORK DRIVER
6133M: Don Fry <[email protected]>
6134L: [email protected]
6135S: Maintained
6136F: drivers/net/ethernet/amd/pcnet32.c
6137
6138PCRYPT PARALLEL CRYPTO ENGINE
6139M: Steffen Klassert <[email protected]>
6140L: [email protected]
6141S: Maintained
6142F: crypto/pcrypt.c
6143F: include/crypto/pcrypt.h
6144
6145PER-CPU MEMORY ALLOCATOR
6146M: Tejun Heo <[email protected]>
6147M: Christoph Lameter <[email protected]>
6148T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu.git
6149S: Maintained
6150F: include/linux/percpu*.h
6151F: mm/percpu*.c
6152F: arch/*/include/asm/percpu.h
6153
6154PER-TASK DELAY ACCOUNTING
6155M: Balbir Singh <[email protected]>
6156S: Maintained
6157F: include/linux/delayacct.h
6158F: kernel/delayacct.c
6159
6160PERFORMANCE EVENTS SUBSYSTEM
6161M: Peter Zijlstra <[email protected]>
6162M: Paul Mackerras <[email protected]>
6163M: Ingo Molnar <[email protected]>
6164M: Arnaldo Carvalho de Melo <[email protected]>
6165T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
6166S: Supported
6167F: kernel/events/*
6168F: include/linux/perf_event.h
6169F: include/uapi/linux/perf_event.h
6170F: arch/*/kernel/perf_event*.c
6171F: arch/*/kernel/*/perf_event*.c
6172F: arch/*/kernel/*/*/perf_event*.c
6173F: arch/*/include/asm/perf_event.h
6174F: arch/*/kernel/perf_callchain.c
6175F: tools/perf/
6176
6177PERSONALITY HANDLING
6178M: Christoph Hellwig <[email protected]>
6179L: [email protected]
6180S: Maintained
6181F: include/linux/personality.h
6182F: include/uapi/linux/personality.h
6183
6184PHONET PROTOCOL
6185M: Remi Denis-Courmont <[email protected]>
6186S: Supported
6187F: Documentation/networking/phonet.txt
6188F: include/linux/phonet.h
6189F: include/net/phonet/
6190F: include/uapi/linux/phonet.h
6191F: net/phonet/
6192
6193PHRAM MTD DRIVER
6194M: Joern Engel <[email protected]>
6195L: [email protected]
6196S: Maintained
6197F: drivers/mtd/devices/phram.c
6198
6199PICOLCD HID DRIVER
6200M: Bruno Prémont <[email protected]>
6201L: [email protected]
6202S: Maintained
6203F: drivers/hid/hid-picolcd*
6204
6205PICOXCELL SUPPORT
6206M: Jamie Iles <[email protected]>
6207L: [email protected] (moderated for non-subscribers)
6208T: git git://github.com/jamieiles/linux-2.6-ji.git
6209S: Supported
6210F: arch/arm/mach-picoxcell
6211F: drivers/*/picoxcell*
6212F: drivers/*/*/picoxcell*
6213
6214PIN CONTROL SUBSYSTEM
6215M: Linus Walleij <[email protected]>
6216S: Maintained
6217F: drivers/pinctrl/
6218F: include/linux/pinctrl/
6219
6220PIN CONTROLLER - ATMEL AT91
6221M: Jean-Christophe Plagniol-Villard <[email protected]>
6222L: [email protected] (moderated for non-subscribers)
6223S: Maintained
6224F: drivers/pinctrl/pinctrl-at91.c
6225
6226PIN CONTROLLER - ST SPEAR
6227M: Viresh Kumar <[email protected]>
6228L: [email protected]
6229L: [email protected] (moderated for non-subscribers)
6230W: http://www.st.com/spear
6231S: Maintained
6232F: drivers/pinctrl/spear/
6233
6234PKTCDVD DRIVER
6235M: Jiri Kosina <[email protected]>
6236S: Maintained
6237F: drivers/block/pktcdvd.c
6238F: include/linux/pktcdvd.h
6239F: include/uapi/linux/pktcdvd.h
6240
6241PKUNITY SOC DRIVERS
6242M: Guan Xuetao <[email protected]>
6243W: http://mprc.pku.edu.cn/~guanxuetao/linux
6244S: Maintained
6245T: git git://git.kernel.org/pub/scm/linux/kernel/git/epip/linux-2.6-unicore32.git
6246F: drivers/input/serio/i8042-unicore32io.h
6247F: drivers/i2c/busses/i2c-puv3.c
6248F: drivers/video/fb-puv3.c
6249F: drivers/rtc/rtc-puv3.c
6250
6251PMBUS HARDWARE MONITORING DRIVERS
6252M: Guenter Roeck <[email protected]>
6253L: [email protected]
6254W: http://www.lm-sensors.org/
6255W: http://www.roeck-us.net/linux/drivers/
6256T: git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
6257S: Maintained
6258F: Documentation/hwmon/pmbus
6259F: drivers/hwmon/pmbus/
6260F: include/linux/i2c/pmbus.h
6261
6262PMC SIERRA MaxRAID DRIVER
6263M: Anil Ravindranath <[email protected]>
6264L: [email protected]
6265W: http://www.pmc-sierra.com/
6266S: Supported
6267F: drivers/scsi/pmcraid.*
6268
6269PMC SIERRA PM8001 DRIVER
6270M: [email protected]
6271M: [email protected]
6272L: [email protected]
6273S: Supported
6274F: drivers/scsi/pm8001/
6275
6276POSIX CLOCKS and TIMERS
6277M: Thomas Gleixner <[email protected]>
6278T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
6279S: Supported
6280F: fs/timerfd.c
6281F: include/linux/timer*
6282F: kernel/*timer*
6283
6284POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
6285M: Anton Vorontsov <[email protected]>
6286M: David Woodhouse <[email protected]>
6287T: git git://git.infradead.org/battery-2.6.git
6288S: Maintained
6289F: include/linux/power_supply.h
6290F: drivers/power/
6291
6292PNP SUPPORT
6293M: Rafael J. Wysocki <[email protected]>
6294M: Bjorn Helgaas <[email protected]>
6295S: Maintained
6296F: drivers/pnp/
6297
6298PNXxxxx I2C DRIVER
6299M: Vitaly Wool <[email protected]>
6300L: [email protected]
6301S: Maintained
6302F: drivers/i2c/busses/i2c-pnx.c
6303
6304PPP PROTOCOL DRIVERS AND COMPRESSORS
6305M: Paul Mackerras <[email protected]>
6306L: [email protected]
6307S: Maintained
6308F: drivers/net/ppp/ppp_*
6309
6310PPP OVER ATM (RFC 2364)
6311M: Mitchell Blank Jr <[email protected]>
6312S: Maintained
6313F: net/atm/pppoatm.c
6314F: include/uapi/linux/atmppp.h
6315
6316PPP OVER ETHERNET
6317M: Michal Ostrowski <[email protected]>
6318S: Maintained
6319F: drivers/net/ppp/pppoe.c
6320F: drivers/net/ppp/pppox.c
6321
6322PPP OVER L2TP
6323M: James Chapman <[email protected]>
6324S: Maintained
6325F: net/l2tp/l2tp_ppp.c
6326F: include/linux/if_pppol2tp.h
6327F: include/uapi/linux/if_pppol2tp.h
6328
6329PPS SUPPORT
6330M: Rodolfo Giometti <[email protected]>
6331W: http://wiki.enneenne.com/index.php/LinuxPPS_support
6332L: [email protected] (subscribers-only)
6333S: Maintained
6334F: Documentation/pps/
6335F: drivers/pps/
6336F: include/linux/pps*.h
6337
6338PPTP DRIVER
6339M: Dmitry Kozlov <[email protected]>
6340L: [email protected]
6341S: Maintained
6342F: drivers/net/ppp/pptp.c
6343W: http://sourceforge.net/projects/accel-pptp
6344
6345PREEMPTIBLE KERNEL
6346M: Robert Love <[email protected]>
6347L: [email protected]
6348W: ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
6349S: Supported
6350F: Documentation/preempt-locking.txt
6351F: include/linux/preempt.h
6352
6353PRISM54 WIRELESS DRIVER
6354M: "Luis R. Rodriguez" <[email protected]>
6355L: [email protected]
6356W: http://wireless.kernel.org/en/users/Drivers/p54
6357S: Obsolete
6358F: drivers/net/wireless/prism54/
6359
6360PROMISE SATA TX2/TX4 CONTROLLER LIBATA DRIVER
6361M: Mikael Pettersson <[email protected]>
6362L: [email protected]
6363S: Maintained
6364F: drivers/ata/sata_promise.*
6365
6366PS3 NETWORK SUPPORT
6367M: Geoff Levand <[email protected]>
6368L: [email protected]
6369L: [email protected]
6370S: Maintained
6371F: drivers/net/ethernet/toshiba/ps3_gelic_net.*
6372
6373PS3 PLATFORM SUPPORT
6374M: Geoff Levand <[email protected]>
6375L: [email protected]
6376L: [email protected]
6377S: Maintained
6378F: arch/powerpc/boot/ps3*
6379F: arch/powerpc/include/asm/lv1call.h
6380F: arch/powerpc/include/asm/ps3*.h
6381F: arch/powerpc/platforms/ps3/
6382F: drivers/*/ps3*
6383F: drivers/ps3/
6384F: drivers/rtc/rtc-ps3.c
6385F: drivers/usb/host/*ps3.c
6386F: sound/ppc/snd_ps3*
6387
6388PS3VRAM DRIVER
6389M: Jim Paris <[email protected]>
6390L: [email protected]
6391S: Maintained
6392F: drivers/block/ps3vram.c
6393
6394PSTORE FILESYSTEM
6395M: Anton Vorontsov <[email protected]>
6396M: Colin Cross <[email protected]>
6397M: Kees Cook <[email protected]>
6398M: Tony Luck <[email protected]>
6399S: Maintained
6400T: git git://git.infradead.org/users/cbou/linux-pstore.git
6401F: fs/pstore/
6402F: include/linux/pstore*
6403F: drivers/firmware/efi/efi-pstore.c
6404F: drivers/acpi/apei/erst.c
6405
6406PTP HARDWARE CLOCK SUPPORT
6407M: Richard Cochran <[email protected]>
6408L: [email protected]
6409S: Maintained
6410W: http://linuxptp.sourceforge.net/
6411F: Documentation/ABI/testing/sysfs-ptp
6412F: Documentation/ptp/*
6413F: drivers/net/ethernet/freescale/gianfar_ptp.c
6414F: drivers/net/phy/dp83640*
6415F: drivers/ptp/*
6416F: include/linux/ptp_cl*
6417
6418PTRACE SUPPORT
6419M: Roland McGrath <[email protected]>
6420M: Oleg Nesterov <[email protected]>
6421S: Maintained
6422F: include/asm-generic/syscall.h
6423F: include/linux/ptrace.h
6424F: include/linux/regset.h
6425F: include/linux/tracehook.h
6426F: include/uapi/linux/ptrace.h
6427F: kernel/ptrace.c
6428
6429PVRUSB2 VIDEO4LINUX DRIVER
6430M: Mike Isely <[email protected]>
6431L: [email protected] (subscribers-only)
6432L: [email protected]
6433W: http://www.isely.net/pvrusb2/
6434T: git git://linuxtv.org/media_tree.git
6435S: Maintained
6436F: Documentation/video4linux/README.pvrusb2
6437F: drivers/media/usb/pvrusb2/
6438
6439PWC WEBCAM DRIVER
6440M: Hans de Goede <[email protected]>
6441L: [email protected]
6442T: git git://linuxtv.org/media_tree.git
6443S: Maintained
6444F: drivers/media/usb/pwc/*
6445
6446PWM SUBSYSTEM
6447M: Thierry Reding <[email protected]>
6448L: [email protected]
6449S: Maintained
6450W: http://gitorious.org/linux-pwm
6451T: git git://gitorious.org/linux-pwm/linux-pwm.git
6452F: Documentation/pwm.txt
6453F: Documentation/devicetree/bindings/pwm/
6454F: include/linux/pwm.h
6455F: drivers/pwm/
6456F: drivers/video/backlight/pwm_bl.c
6457F: include/linux/pwm_backlight.h
6458
6459PXA2xx/PXA3xx SUPPORT
6460M: Eric Miao <[email protected]>
6461M: Russell King <[email protected]>
6462M: Haojian Zhuang <[email protected]>
6463L: [email protected] (moderated for non-subscribers)
6464T: git git://github.com/hzhuang1/linux.git
6465T: git git://git.linaro.org/people/ycmiao/pxa-linux.git
6466S: Maintained
6467F: arch/arm/mach-pxa/
6468F: drivers/pcmcia/pxa2xx*
6469F: drivers/spi/spi-pxa2xx*
6470F: drivers/usb/gadget/pxa2*
6471F: include/sound/pxa2xx-lib.h
6472F: sound/arm/pxa*
6473F: sound/soc/pxa
6474
6475MMP SUPPORT
6476M: Eric Miao <[email protected]>
6477M: Haojian Zhuang <[email protected]>
6478L: [email protected] (moderated for non-subscribers)
6479T: git git://github.com/hzhuang1/linux.git
6480T: git git://git.linaro.org/people/ycmiao/pxa-linux.git
6481S: Maintained
6482F: arch/arm/mach-mmp/
6483
6484PXA MMCI DRIVER
6485S: Orphan
6486
6487PXA RTC DRIVER
6488M: Robert Jarzmik <[email protected]>
6489L: [email protected]
6490S: Maintained
6491
6492QIB DRIVER
6493M: Mike Marciniszyn <[email protected]>
6494L: [email protected]
6495S: Supported
6496F: drivers/infiniband/hw/qib/
6497
6498QLOGIC QLA1280 SCSI DRIVER
6499M: Michael Reed <[email protected]>
6500L: [email protected]
6501S: Maintained
6502F: drivers/scsi/qla1280.[ch]
6503
6504QLOGIC QLA2XXX FC-SCSI DRIVER
6505M: Andrew Vasquez <[email protected]>
6506M: [email protected]
6507L: [email protected]
6508S: Supported
6509F: Documentation/scsi/LICENSE.qla2xxx
6510F: drivers/scsi/qla2xxx/
6511
6512QLOGIC QLA4XXX iSCSI DRIVER
6513M: Ravi Anand <[email protected]>
6514M: Vikas Chaudhary <[email protected]>
6515M: [email protected]
6516L: [email protected]
6517S: Supported
6518F: drivers/scsi/qla4xxx/
6519
6520QLOGIC QLA3XXX NETWORK DRIVER
6521M: Jitendra Kalsaria <[email protected]>
6522M: Ron Mercer <[email protected]>
6523M: [email protected]
6524L: [email protected]
6525S: Supported
6526F: Documentation/networking/LICENSE.qla3xxx
6527F: drivers/net/ethernet/qlogic/qla3xxx.*
6528
6529QLOGIC QLCNIC (1/10)Gb ETHERNET DRIVER
6530M: Rajesh Borundia <[email protected]>
6531M: Shahed Shaikh <[email protected]>
6532M: Jitendra Kalsaria <[email protected]>
6533M: Sony Chacko <[email protected]>
6534M: [email protected]
6535L: [email protected]
6536S: Supported
6537F: drivers/net/ethernet/qlogic/qlcnic/
6538
6539QLOGIC QLGE 10Gb ETHERNET DRIVER
6540M: Shahed Shaikh <[email protected]>
6541M: Jitendra Kalsaria <[email protected]>
6542M: Ron Mercer <[email protected]>
6543M: [email protected]
6544L: [email protected]
6545S: Supported
6546F: drivers/net/ethernet/qlogic/qlge/
6547
6548QNX4 FILESYSTEM
6549M: Anders Larsen <[email protected]>
6550W: http://www.alarsen.net/linux/qnx4fs/
6551S: Maintained
6552F: fs/qnx4/
6553F: include/uapi/linux/qnx4_fs.h
6554F: include/uapi/linux/qnxtypes.h
6555
6556QT1010 MEDIA DRIVER
6557M: Antti Palosaari <[email protected]>
6558L: [email protected]
6559W: http://linuxtv.org/
6560W: http://palosaari.fi/linux/
6561Q: http://patchwork.linuxtv.org/project/linux-media/list/
6562T: git git://linuxtv.org/anttip/media_tree.git
6563S: Maintained
6564F: drivers/media/tuners/qt1010*
6565
6566QUALCOMM HEXAGON ARCHITECTURE
6567M: Richard Kuo <[email protected]>
6568L: [email protected]
6569S: Supported
6570F: arch/hexagon/
6571
6572QUICKCAM PARALLEL PORT WEBCAMS
6573M: Hans Verkuil <[email protected]>
6574L: [email protected]
6575T: git git://linuxtv.org/media_tree.git
6576W: http://linuxtv.org
6577S: Odd Fixes
6578F: drivers/media/parport/*-qcam*
6579
6580RADOS BLOCK DEVICE (RBD)
6581M: Yehuda Sadeh <[email protected]>
6582M: Sage Weil <[email protected]>
6583M: Alex Elder <[email protected]>
6584M: [email protected]
6585W: http://ceph.com/
6586T: git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
6587S: Supported
6588F: drivers/block/rbd.c
6589F: drivers/block/rbd_types.h
6590
6591RADEON FRAMEBUFFER DISPLAY DRIVER
6592M: Benjamin Herrenschmidt <[email protected]>
6593L: [email protected]
6594S: Maintained
6595F: drivers/video/aty/radeon*
6596F: include/uapi/linux/radeonfb.h
6597
6598RADIOSHARK RADIO DRIVER
6599M: Hans de Goede <[email protected]>
6600L: [email protected]
6601T: git git://linuxtv.org/media_tree.git
6602S: Maintained
6603F: drivers/media/radio/radio-shark.c
6604
6605RADIOSHARK2 RADIO DRIVER
6606M: Hans de Goede <[email protected]>
6607L: [email protected]
6608T: git git://linuxtv.org/media_tree.git
6609S: Maintained
6610F: drivers/media/radio/radio-shark2.c
6611F: drivers/media/radio/radio-tea5777.c
6612
6613RAGE128 FRAMEBUFFER DISPLAY DRIVER
6614M: Paul Mackerras <[email protected]>
6615L: [email protected]
6616S: Maintained
6617F: drivers/video/aty/aty128fb.c
6618
6619RALINK RT2X00 WIRELESS LAN DRIVER
6620P: rt2x00 project
6621M: Ivo van Doorn <[email protected]>
6622M: Gertjan van Wingerde <[email protected]>
6623M: Helmut Schaa <[email protected]>
6624L: [email protected]
6625L: [email protected] (moderated for non-subscribers)
6626W: http://rt2x00.serialmonkey.com/
6627S: Maintained
6628T: git git://git.kernel.org/pub/scm/linux/kernel/git/ivd/rt2x00.git
6629F: drivers/net/wireless/rt2x00/
6630
6631RAMDISK RAM BLOCK DEVICE DRIVER
6632M: Nick Piggin <[email protected]>
6633S: Maintained
6634F: Documentation/blockdev/ramdisk.txt
6635F: drivers/block/brd.c
6636
6637RANDOM NUMBER DRIVER
6638M: Theodore Ts'o" <[email protected]>
6639S: Maintained
6640F: drivers/char/random.c
6641
6642RAPIDIO SUBSYSTEM
6643M: Matt Porter <[email protected]>
6644M: Alexandre Bounine <[email protected]>
6645S: Maintained
6646F: drivers/rapidio/
6647
6648RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
6649L: [email protected]
6650S: Orphan
6651F: drivers/net/wireless/ray*
6652
6653RCUTORTURE MODULE
6654M: Josh Triplett <[email protected]>
6655M: "Paul E. McKenney" <[email protected]>
6656S: Supported
6657T: git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
6658F: Documentation/RCU/torture.txt
6659F: kernel/rcutorture.c
6660
6661RDC R-321X SoC
6662M: Florian Fainelli <[email protected]>
6663S: Maintained
6664
6665RDC R6040 FAST ETHERNET DRIVER
6666M: Florian Fainelli <[email protected]>
6667L: [email protected]
6668S: Maintained
6669F: drivers/net/ethernet/rdc/r6040.c
6670
6671RDS - RELIABLE DATAGRAM SOCKETS
6672M: Venkat Venkatsubra <[email protected]>
6673L: [email protected] (moderated for non-subscribers)
6674S: Supported
6675F: net/rds/
6676
6677READ-COPY UPDATE (RCU)
6678M: Dipankar Sarma <[email protected]>
6679M: "Paul E. McKenney" <[email protected]>
6680W: http://www.rdrop.com/users/paulmck/RCU/
6681S: Supported
6682T: git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
6683F: Documentation/RCU/
6684X: Documentation/RCU/torture.txt
6685F: include/linux/rcu*
6686F: kernel/rcu*
6687X: kernel/rcutorture.c
6688
6689REAL TIME CLOCK (RTC) SUBSYSTEM
6690M: Alessandro Zummo <[email protected]>
6691L: [email protected]
6692Q: http://patchwork.ozlabs.org/project/rtc-linux/list/
6693S: Maintained
6694F: Documentation/rtc.txt
6695F: drivers/rtc/
6696F: include/linux/rtc.h
6697F: include/uapi/linux/rtc.h
6698
6699REISERFS FILE SYSTEM
6700L: [email protected]
6701S: Supported
6702F: fs/reiserfs/
6703
6704REGISTER MAP ABSTRACTION
6705M: Mark Brown <[email protected]>
6706T: git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git
6707S: Supported
6708F: drivers/base/regmap/
6709F: include/linux/regmap.h
6710
6711REMOTE PROCESSOR (REMOTEPROC) SUBSYSTEM
6712M: Ohad Ben-Cohen <[email protected]>
6713T: git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/remoteproc.git
6714S: Maintained
6715F: drivers/remoteproc/
6716F: Documentation/remoteproc.txt
6717F: include/linux/remoteproc.h
6718
6719RFKILL
6720M: Johannes Berg <[email protected]>
6721L: [email protected]
6722W: http://wireless.kernel.org/
6723T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
6724T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
6725S: Maintained
6726F: Documentation/rfkill.txt
6727F: net/rfkill/
6728
6729RICOH SMARTMEDIA/XD DRIVER
6730M: Maxim Levitsky <[email protected]>
6731S: Maintained
6732F: drivers/mtd/nand/r852.c
6733F: drivers/mtd/nand/r852.h
6734
6735RICOH R5C592 MEMORYSTICK DRIVER
6736M: Maxim Levitsky <[email protected]>
6737S: Maintained
6738F: drivers/memstick/host/r592.*
6739
6740ROCKETPORT DRIVER
6741P: Comtrol Corp.
6742W: http://www.comtrol.com
6743S: Maintained
6744F: Documentation/serial/rocket.txt
6745F: drivers/tty/rocket*
6746
6747ROSE NETWORK LAYER
6748M: Ralf Baechle <[email protected]>
6749L: [email protected]
6750W: http://www.linux-ax25.org/
6751S: Maintained
6752F: include/net/rose.h
6753F: include/uapi/linux/rose.h
6754F: net/rose/
6755
6756RTL2830 MEDIA DRIVER
6757M: Antti Palosaari <[email protected]>
6758L: [email protected]
6759W: http://linuxtv.org/
6760W: http://palosaari.fi/linux/
6761Q: http://patchwork.linuxtv.org/project/linux-media/list/
6762T: git git://linuxtv.org/anttip/media_tree.git
6763S: Maintained
6764F: drivers/media/dvb-frontends/rtl2830*
6765
6766RTL2832 MEDIA DRIVER
6767M: Antti Palosaari <[email protected]>
6768L: [email protected]
6769W: http://linuxtv.org/
6770W: http://palosaari.fi/linux/
6771Q: http://patchwork.linuxtv.org/project/linux-media/list/
6772T: git git://linuxtv.org/anttip/media_tree.git
6773S: Maintained
6774F: drivers/media/dvb-frontends/rtl2832*
6775
6776RTL8180 WIRELESS DRIVER
6777M: "John W. Linville" <[email protected]>
6778L: [email protected]
6779W: http://wireless.kernel.org/
6780T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
6781S: Maintained
6782F: drivers/net/wireless/rtl818x/rtl8180/
6783
6784RTL8187 WIRELESS DRIVER
6785M: Herton Ronaldo Krzesinski <[email protected]>
6786M: Hin-Tak Leung <[email protected]>
6787M: Larry Finger <[email protected]>
6788L: [email protected]
6789W: http://wireless.kernel.org/
6790T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
6791S: Maintained
6792F: drivers/net/wireless/rtl818x/rtl8187/
6793
6794RTL8192CE WIRELESS DRIVER
6795M: Larry Finger <[email protected]>
6796M: Chaoming Li <[email protected]>
6797L: [email protected]
6798W: http://wireless.kernel.org/
6799T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
6800S: Maintained
6801F: drivers/net/wireless/rtlwifi/
6802F: drivers/net/wireless/rtlwifi/rtl8192ce/
6803
6804S3 SAVAGE FRAMEBUFFER DRIVER
6805M: Antonino Daplas <[email protected]>
6806L: [email protected]
6807S: Maintained
6808F: drivers/video/savage/
6809
6810S390
6811M: Martin Schwidefsky <[email protected]>
6812M: Heiko Carstens <[email protected]>
6813M: [email protected]
6814L: [email protected]
6815W: http://www.ibm.com/developerworks/linux/linux390/
6816S: Supported
6817F: arch/s390/
6818F: drivers/s390/
6819F: block/partitions/ibm.c
6820F: Documentation/s390/
6821F: Documentation/DocBook/s390*
6822
6823S390 NETWORK DRIVERS
6824M: Ursula Braun <[email protected]>
6825M: Frank Blaschka <[email protected]>
6826M: [email protected]
6827L: [email protected]
6828W: http://www.ibm.com/developerworks/linux/linux390/
6829S: Supported
6830F: drivers/s390/net/
6831
6832S390 ZCRYPT DRIVER
6833M: Ingo Tuchscherer <[email protected]>
6834M: [email protected]
6835L: [email protected]
6836W: http://www.ibm.com/developerworks/linux/linux390/
6837S: Supported
6838F: drivers/s390/crypto/
6839
6840S390 ZFCP DRIVER
6841M: Steffen Maier <[email protected]>
6842M: [email protected]
6843L: [email protected]
6844W: http://www.ibm.com/developerworks/linux/linux390/
6845S: Supported
6846F: drivers/s390/scsi/zfcp_*
6847
6848S390 IUCV NETWORK LAYER
6849M: Ursula Braun <[email protected]>
6850M: [email protected]
6851L: [email protected]
6852W: http://www.ibm.com/developerworks/linux/linux390/
6853S: Supported
6854F: drivers/s390/net/*iucv*
6855F: include/net/iucv/
6856F: net/iucv/
6857
6858S3C24XX SD/MMC Driver
6859M: Ben Dooks <[email protected]>
6860L: [email protected] (moderated for non-subscribers)
6861S: Supported
6862F: drivers/mmc/host/s3cmci.*
6863
6864SAA6588 RDS RECEIVER DRIVER
6865M: Hans Verkuil <[email protected]>
6866L: [email protected]
6867T: git git://linuxtv.org/media_tree.git
6868W: http://linuxtv.org
6869S: Odd Fixes
6870F: drivers/media/i2c/saa6588*
6871
6872SAA7134 VIDEO4LINUX DRIVER
6873M: Mauro Carvalho Chehab <[email protected]>
6874L: [email protected]
6875W: http://linuxtv.org
6876T: git git://linuxtv.org/media_tree.git
6877S: Odd fixes
6878F: Documentation/video4linux/*.saa7134
6879F: drivers/media/pci/saa7134/
6880
6881SAA7146 VIDEO4LINUX-2 DRIVER
6882M: Hans Verkuil <[email protected]>
6883L: [email protected]
6884T: git git://linuxtv.org/media_tree.git
6885S: Maintained
6886F: drivers/media/common/saa7146/
6887F: drivers/media/pci/saa7146/
6888F: include/media/saa7146*
6889
6890SAMSUNG LAPTOP DRIVER
6891M: Corentin Chary <[email protected]>
6892L: [email protected]
6893S: Maintained
6894F: drivers/platform/x86/samsung-laptop.c
6895
6896SAMSUNG AUDIO (ASoC) DRIVERS
6897M: Sangbeom Kim <[email protected]>
6898L: [email protected] (moderated for non-subscribers)
6899S: Supported
6900F: sound/soc/samsung
6901
6902SAMSUNG FRAMEBUFFER DRIVER
6903M: Jingoo Han <[email protected]>
6904L: [email protected]
6905S: Maintained
6906F: drivers/video/s3c-fb.c
6907
6908SAMSUNG MULTIFUNCTION DEVICE DRIVERS
6909M: Sangbeom Kim <[email protected]>
6910L: [email protected]
6911S: Supported
6912F: drivers/mfd/sec*.c
6913F: drivers/regulator/s2m*.c
6914F: drivers/regulator/s5m*.c
6915F: drivers/rtc/rtc-sec.c
6916F: include/linux/mfd/samsung/
6917
6918SAMSUNG S3C24XX/S3C64XX SOC SERIES CAMIF DRIVER
6919M: Sylwester Nawrocki <[email protected]>
6920L: [email protected]
6921L: [email protected] (moderated for non-subscribers)
6922S: Maintained
6923F: drivers/media/platform/s3c-camif/
6924F: include/media/s3c_camif.h
6925
6926SAMSUNG S5C73M3 CAMERA DRIVER
6927M: Kyungmin Park <[email protected]>
6928M: Andrzej Hajda <[email protected]>
6929L: [email protected]
6930S: Supported
6931F: drivers/media/i2c/s5c73m3/*
6932
6933SERIAL DRIVERS
6934M: Greg Kroah-Hartman <[email protected]>
6935L: [email protected]
6936S: Maintained
6937F: drivers/tty/serial
6938
6939SYNOPSYS DESIGNWARE DMAC DRIVER
6940M: Viresh Kumar <[email protected]>
6941S: Maintained
6942F: include/linux/dw_dmac.h
6943F: drivers/dma/dw_dmac_regs.h
6944F: drivers/dma/dw_dmac.c
6945
6946SYNOPSYS DESIGNWARE MMC/SD/SDIO DRIVER
6947M: Seungwon Jeon <[email protected]>
6948M: Jaehoon Chung <[email protected]>
6949L: [email protected]
6950S: Maintained
6951F: include/linux/mmc/dw_mmc.h
6952F: drivers/mmc/host/dw_mmc*
6953
6954TIMEKEEPING, NTP
6955M: John Stultz <[email protected]>
6956M: Thomas Gleixner <[email protected]>
6957T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
6958S: Supported
6959F: include/linux/clocksource.h
6960F: include/linux/time.h
6961F: include/linux/timex.h
6962F: include/uapi/linux/time.h
6963F: include/uapi/linux/timex.h
6964F: kernel/time/clocksource.c
6965F: kernel/time/time*.c
6966F: kernel/time/ntp.c
6967F: drivers/clocksource
6968
6969TLG2300 VIDEO4LINUX-2 DRIVER
6970M: Huang Shijie <[email protected]>
6971M: Hans Verkuil <[email protected]>
6972S: Odd Fixes
6973F: drivers/media/usb/tlg2300
6974
6975SC1200 WDT DRIVER
6976M: Zwane Mwaikambo <[email protected]>
6977S: Maintained
6978F: drivers/watchdog/sc1200wdt.c
6979
6980SCHEDULER
6981M: Ingo Molnar <[email protected]>
6982M: Peter Zijlstra <[email protected]>
6983T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git sched/core
6984S: Maintained
6985F: kernel/sched/
6986F: include/linux/sched.h
6987F: include/uapi/linux/sched.h
6988
6989SCORE ARCHITECTURE
6990M: Chen Liqin <[email protected]>
6991M: Lennox Wu <[email protected]>
6992W: http://www.sunplusct.com
6993S: Supported
6994F: arch/score/
6995
6996SCSI CDROM DRIVER
6997M: Jens Axboe <[email protected]>
6998L: [email protected]
6999W: http://www.kernel.dk
7000S: Maintained
7001F: drivers/scsi/sr*
7002
7003SCSI RDMA PROTOCOL (SRP) INITIATOR
7004M: David Dillow <[email protected]>
7005L: [email protected]
7006S: Supported
7007W: http://www.openfabrics.org
7008Q: http://patchwork.kernel.org/project/linux-rdma/list/
7009T: git git://git.kernel.org/pub/scm/linux/kernel/git/dad/srp-initiator.git
7010F: drivers/infiniband/ulp/srp/
7011F: include/scsi/srp.h
7012
7013SCSI SG DRIVER
7014M: Doug Gilbert <[email protected]>
7015L: [email protected]
7016W: http://www.torque.net/sg
7017S: Maintained
7018F: drivers/scsi/sg.c
7019F: include/scsi/sg.h
7020
7021SCSI SUBSYSTEM
7022M: "James E.J. Bottomley" <[email protected]>
7023L: [email protected]
7024T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
7025T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6.git
7026T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-pending-2.6.git
7027S: Maintained
7028F: drivers/scsi/
7029F: include/scsi/
7030
7031SCSI TAPE DRIVER
7032M: Kai Mäkisara <[email protected]>
7033L: [email protected]
7034S: Maintained
7035F: Documentation/scsi/st.txt
7036F: drivers/scsi/st*
7037
7038SCTP PROTOCOL
7039M: Vlad Yasevich <[email protected]>
7040M: Neil Horman <[email protected]>
7041L: [email protected]
7042W: http://lksctp.sourceforge.net
7043S: Maintained
7044F: Documentation/networking/sctp.txt
7045F: include/linux/sctp.h
7046F: include/net/sctp/
7047F: net/sctp/
7048
7049SCx200 CPU SUPPORT
7050M: Jim Cromie <[email protected]>
7051S: Odd Fixes
7052F: Documentation/i2c/busses/scx200_acb
7053F: arch/x86/platform/scx200/
7054F: drivers/watchdog/scx200_wdt.c
7055F: drivers/i2c/busses/scx200*
7056F: drivers/mtd/maps/scx200_docflash.c
7057F: include/linux/scx200.h
7058
7059SCx200 GPIO DRIVER
7060M: Jim Cromie <[email protected]>
7061S: Maintained
7062F: drivers/char/scx200_gpio.c
7063F: include/linux/scx200_gpio.h
7064
7065SCx200 HRT CLOCKSOURCE DRIVER
7066M: Jim Cromie <[email protected]>
7067S: Maintained
7068F: drivers/clocksource/scx200_hrt.c
7069
7070SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
7071M: Sascha Sommer <[email protected]>
7072L: [email protected] (subscribers-only)
7073S: Maintained
7074F: drivers/mmc/host/sdricoh_cs.c
7075
7076SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
7077M: Chris Ball <[email protected]>
7078L: [email protected]
7079T: git git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc.git
7080S: Maintained
7081F: drivers/mmc/host/sdhci.*
7082F: drivers/mmc/host/sdhci-pltfm.[ch]
7083
7084SECURE DIGITAL HOST CONTROLLER INTERFACE, OPEN FIRMWARE BINDINGS (SDHCI-OF)
7085M: Anton Vorontsov <[email protected]>
7086L: [email protected]
7087L: [email protected]
7088S: Maintained
7089F: drivers/mmc/host/sdhci-pltfm.[ch]
7090
7091SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) SAMSUNG DRIVER
7092M: Ben Dooks <[email protected]>
7093L: [email protected]
7094S: Maintained
7095F: drivers/mmc/host/sdhci-s3c.c
7096
7097SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) ST SPEAR DRIVER
7098M: Viresh Kumar <[email protected]>
7099L: [email protected]
7100L: [email protected]
7101S: Maintained
7102F: drivers/mmc/host/sdhci-spear.c
7103
7104SECURITY SUBSYSTEM
7105M: James Morris <[email protected]>
7106L: [email protected] (suggested Cc:)
7107T: git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security.git
7108W: http://kernsec.org/
7109S: Supported
7110F: security/
7111
7112SECURITY CONTACT
7113M: Security Officers <[email protected]>
7114S: Supported
7115
7116SELINUX SECURITY MODULE
7117M: Stephen Smalley <[email protected]>
7118M: James Morris <[email protected]>
7119M: Eric Paris <[email protected]>
7120L: [email protected] (subscribers-only, general discussion)
7121W: http://selinuxproject.org
7122T: git git://git.infradead.org/users/eparis/selinux.git
7123S: Supported
7124F: include/linux/selinux*
7125F: security/selinux/
7126F: scripts/selinux/
7127
7128APPARMOR SECURITY MODULE
7129M: John Johansen <[email protected]>
7130L: [email protected] (subscribers-only, general discussion)
7131W: apparmor.wiki.kernel.org
7132T: git git://git.kernel.org/pub/scm/linux/kernel/git/jj/apparmor-dev.git
7133S: Supported
7134F: security/apparmor/
7135
7136SENSABLE PHANTOM
7137M: Jiri Slaby <[email protected]>
7138S: Maintained
7139F: drivers/misc/phantom.c
7140F: include/uapi/linux/phantom.h
7141
7142SERIAL ATA (SATA) SUBSYSTEM
7143M: Jeff Garzik <[email protected]>
7144L: [email protected]
7145T: git git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
7146S: Supported
7147F: drivers/ata/
7148F: include/linux/ata.h
7149F: include/linux/libata.h
7150
7151SERVER ENGINES 10Gbps iSCSI - BladeEngine 2 DRIVER
7152M: Jayamohan Kallickal <[email protected]>
7153L: [email protected]
7154W: http://www.emulex.com
7155S: Supported
7156F: drivers/scsi/be2iscsi/
7157
7158SERVER ENGINES 10Gbps NIC - BladeEngine 2 DRIVER
7159M: Sathya Perla <[email protected]>
7160M: Subbu Seetharaman <[email protected]>
7161M: Ajit Khaparde <[email protected]>
7162L: [email protected]
7163W: http://www.emulex.com
7164S: Supported
7165F: drivers/net/ethernet/emulex/benet/
7166
7167SFC NETWORK DRIVER
7168M: Solarflare linux maintainers <[email protected]>
7169M: Ben Hutchings <[email protected]>
7170L: [email protected]
7171S: Supported
7172F: drivers/net/ethernet/sfc/
7173
7174SGI GRU DRIVER
7175M: Dimitri Sivanich <[email protected]>
7176M: Robin Holt <[email protected]>
7177S: Maintained
7178F: drivers/misc/sgi-gru/
7179
7180SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
7181M: Pat Gefre <[email protected]>
7182L: [email protected]
7183S: Supported
7184F: Documentation/ia64/serial.txt
7185F: drivers/tty/serial/ioc?_serial.c
7186F: include/linux/ioc?.h
7187
7188SGI VISUAL WORKSTATION 320 AND 540
7189M: Andrey Panin <[email protected]>
7190L: [email protected]
7191W: http://linux-visws.sf.net
7192S: Maintained for 2.6.
7193F: Documentation/sgi-visws.txt
7194
7195SGI XP/XPC/XPNET DRIVER
7196M: Robin Holt <[email protected]>
7197S: Maintained
7198F: drivers/misc/sgi-xp/
7199
7200SI470X FM RADIO RECEIVER I2C DRIVER
7201M: Hans Verkuil <[email protected]>
7202L: [email protected]
7203T: git git://linuxtv.org/media_tree.git
7204W: http://linuxtv.org
7205S: Odd Fixes
7206F: drivers/media/radio/si470x/radio-si470x-i2c.c
7207
7208SI470X FM RADIO RECEIVER USB DRIVER
7209M: Hans Verkuil <[email protected]>
7210L: [email protected]
7211T: git git://linuxtv.org/media_tree.git
7212W: http://linuxtv.org
7213S: Maintained
7214F: drivers/media/radio/si470x/radio-si470x-common.c
7215F: drivers/media/radio/si470x/radio-si470x.h
7216F: drivers/media/radio/si470x/radio-si470x-usb.c
7217
7218SI4713 FM RADIO TRANSMITTER I2C DRIVER
7219M: Eduardo Valentin <[email protected]>
7220L: [email protected]
7221T: git git://linuxtv.org/media_tree.git
7222W: http://linuxtv.org
7223S: Odd Fixes
7224F: drivers/media/radio/si4713-i2c.?
7225
7226SI4713 FM RADIO TRANSMITTER PLATFORM DRIVER
7227M: Eduardo Valentin <[email protected]>
7228L: [email protected]
7229T: git git://linuxtv.org/media_tree.git
7230W: http://linuxtv.org
7231S: Odd Fixes
7232F: drivers/media/radio/radio-si4713.h
7233
7234SIANO DVB DRIVER
7235M: Mauro Carvalho Chehab <[email protected]>
7236L: [email protected]
7237W: http://linuxtv.org
7238T: git git://linuxtv.org/media_tree.git
7239S: Odd fixes
7240F: drivers/media/common/siano/
7241F: drivers/media/dvb/siano/
7242F: drivers/media/usb/siano/
7243F: drivers/media/mmc/siano
7244
7245SH_VEU V4L2 MEM2MEM DRIVER
7246M: Guennadi Liakhovetski <[email protected]>
7247L: [email protected]
7248S: Maintained
7249F: drivers/media/platform/sh_veu.c
7250
7251SH_VOU V4L2 OUTPUT DRIVER
7252M: Guennadi Liakhovetski <[email protected]>
7253L: [email protected]
7254S: Odd Fixes
7255F: drivers/media/platform/sh_vou.c
7256F: include/media/sh_vou.h
7257
7258SIMPLE FIRMWARE INTERFACE (SFI)
7259M: Len Brown <[email protected]>
7260L: [email protected]
7261W: http://simplefirmware.org/
7262T: git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-sfi-2.6.git
7263S: Supported
7264F: arch/x86/platform/sfi/
7265F: drivers/sfi/
7266F: include/linux/sfi*.h
7267
7268SIMTEC EB110ATX (Chalice CATS)
7269P: Ben Dooks
7270P: Vincent Sanders <[email protected]>
7271M: Simtec Linux Team <[email protected]>
7272W: http://www.simtec.co.uk/products/EB110ATX/
7273S: Supported
7274
7275SIMTEC EB2410ITX (BAST)
7276P: Ben Dooks
7277P: Vincent Sanders <[email protected]>
7278M: Simtec Linux Team <[email protected]>
7279W: http://www.simtec.co.uk/products/EB2410ITX/
7280S: Supported
7281F: arch/arm/mach-s3c2410/mach-bast.c
7282F: arch/arm/mach-s3c2410/bast-ide.c
7283F: arch/arm/mach-s3c2410/bast-irq.c
7284
7285TI DAVINCI MACHINE SUPPORT
7286M: Sekhar Nori <[email protected]>
7287M: Kevin Hilman <[email protected]>
7288L: [email protected] (moderated for non-subscribers)
7289T: git git://gitorious.org/linux-davinci/linux-davinci.git
7290Q: http://patchwork.kernel.org/project/linux-davinci/list/
7291S: Supported
7292F: arch/arm/mach-davinci
7293F: drivers/i2c/busses/i2c-davinci.c
7294
7295TI DAVINCI SERIES MEDIA DRIVER
7296M: Lad, Prabhakar <[email protected]>
7297L: [email protected]
7298L: [email protected] (moderated for non-subscribers)
7299W: http://linuxtv.org/
7300Q: http://patchwork.linuxtv.org/project/linux-media/list/
7301T: git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
7302S: Maintained
7303F: drivers/media/platform/davinci/
7304F: include/media/davinci/
7305
7306SIS 190 ETHERNET DRIVER
7307M: Francois Romieu <[email protected]>
7308L: [email protected]
7309S: Maintained
7310F: drivers/net/ethernet/sis/sis190.c
7311
7312SIS 900/7016 FAST ETHERNET DRIVER
7313M: Daniele Venzano <[email protected]>
7314W: http://www.brownhat.org/sis900.html
7315L: [email protected]
7316S: Maintained
7317F: drivers/net/ethernet/sis/sis900.*
7318
7319SIS FRAMEBUFFER DRIVER
7320M: Thomas Winischhofer <[email protected]>
7321W: http://www.winischhofer.net/linuxsisvga.shtml
7322S: Maintained
7323F: Documentation/fb/sisfb.txt
7324F: drivers/video/sis/
7325F: include/video/sisfb.h
7326
7327SIS USB2VGA DRIVER
7328M: Thomas Winischhofer <[email protected]>
7329W: http://www.winischhofer.at/linuxsisusbvga.shtml
7330S: Maintained
7331F: drivers/usb/misc/sisusbvga/
7332
7333SLAB ALLOCATOR
7334M: Christoph Lameter <[email protected]>
7335M: Pekka Enberg <[email protected]>
7336M: Matt Mackall <[email protected]>
7337L: [email protected]
7338S: Maintained
7339F: include/linux/sl?b*.h
7340F: mm/sl?b.c
7341
7342SLEEPABLE READ-COPY UPDATE (SRCU)
7343M: Lai Jiangshan <[email protected]>
7344M: "Paul E. McKenney" <[email protected]>
7345W: http://www.rdrop.com/users/paulmck/RCU/
7346S: Supported
7347T: git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
7348F: include/linux/srcu*
7349F: kernel/srcu*
7350
7351SMACK SECURITY MODULE
7352M: Casey Schaufler <[email protected]>
7353L: [email protected]
7354W: http://schaufler-ca.com
7355T: git git://git.gitorious.org/smack-next/kernel.git
7356S: Maintained
7357F: Documentation/security/Smack.txt
7358F: security/smack/
7359
7360SMC91x ETHERNET DRIVER
7361M: Nicolas Pitre <[email protected]>
7362S: Odd Fixes
7363F: drivers/net/ethernet/smsc/smc91x.*
7364
7365SMIA AND SMIA++ IMAGE SENSOR DRIVER
7366M: Sakari Ailus <[email protected]>
7367L: [email protected]
7368S: Maintained
7369F: drivers/media/i2c/smiapp
7370F: include/media/smiapp.h
7371F: drivers/media/i2c/smiapp-pll.c
7372F: drivers/media/i2c/smiapp-pll.h
7373
7374SMM665 HARDWARE MONITOR DRIVER
7375M: Guenter Roeck <[email protected]>
7376L: [email protected]
7377S: Maintained
7378F: Documentation/hwmon/smm665
7379F: drivers/hwmon/smm665.c
7380
7381SMSC EMC2103 HARDWARE MONITOR DRIVER
7382M: Steve Glendinning <[email protected]>
7383L: [email protected]
7384S: Maintained
7385F: Documentation/hwmon/emc2103
7386F: drivers/hwmon/emc2103.c
7387
7388SMSC SCH5627 HARDWARE MONITOR DRIVER
7389M: Hans de Goede <[email protected]>
7390L: [email protected]
7391S: Supported
7392F: Documentation/hwmon/sch5627
7393F: drivers/hwmon/sch5627.c
7394
7395SMSC47B397 HARDWARE MONITOR DRIVER
7396M: Jean Delvare <[email protected]>
7397L: [email protected]
7398S: Maintained
7399F: Documentation/hwmon/smsc47b397
7400F: drivers/hwmon/smsc47b397.c
7401
7402SMSC911x ETHERNET DRIVER
7403M: Steve Glendinning <[email protected]>
7404L: [email protected]
7405S: Maintained
7406F: include/linux/smsc911x.h
7407F: drivers/net/ethernet/smsc/smsc911x.*
7408
7409SMSC9420 PCI ETHERNET DRIVER
7410M: Steve Glendinning <[email protected]>
7411L: [email protected]
7412S: Maintained
7413F: drivers/net/ethernet/smsc/smsc9420.*
7414
7415SMSC UFX6000 and UFX7000 USB to VGA DRIVER
7416M: Steve Glendinning <[email protected]>
7417L: [email protected]
7418S: Maintained
7419F: drivers/video/smscufx.c
7420
7421SOC-CAMERA V4L2 SUBSYSTEM
7422M: Guennadi Liakhovetski <[email protected]>
7423L: [email protected]
7424T: git git://linuxtv.org/media_tree.git
7425S: Maintained
7426F: include/media/soc*
7427F: drivers/media/i2c/soc_camera/
7428F: drivers/media/platform/soc_camera/
7429
7430SOEKRIS NET48XX LED SUPPORT
7431M: Chris Boot <[email protected]>
7432S: Maintained
7433F: drivers/leds/leds-net48xx.c
7434
7435SOFTWARE RAID (Multiple Disks) SUPPORT
7436M: Neil Brown <[email protected]>
7437L: [email protected]
7438S: Supported
7439F: drivers/md/
7440F: include/linux/raid/
7441F: include/uapi/linux/raid/
7442
7443SONIC NETWORK DRIVER
7444M: Thomas Bogendoerfer <[email protected]>
7445L: [email protected]
7446S: Maintained
7447F: drivers/net/ethernet/natsemi/sonic.*
7448
7449SONICS SILICON BACKPLANE DRIVER (SSB)
7450M: Michael Buesch <[email protected]>
7451L: [email protected]
7452S: Maintained
7453F: drivers/ssb/
7454F: include/linux/ssb/
7455
7456SONY VAIO CONTROL DEVICE DRIVER
7457M: Mattia Dongili <[email protected]>
7458L: [email protected]
7459W: http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
7460S: Maintained
7461F: Documentation/laptops/sony-laptop.txt
7462F: drivers/char/sonypi.c
7463F: drivers/platform/x86/sony-laptop.c
7464F: include/linux/sony-laptop.h
7465
7466SONY MEMORYSTICK CARD SUPPORT
7467M: Alex Dubov <[email protected]>
7468W: http://tifmxx.berlios.de/
7469S: Maintained
7470F: drivers/memstick/host/tifm_ms.c
7471
7472SOUND
7473M: Jaroslav Kysela <[email protected]>
7474M: Takashi Iwai <[email protected]>
7475L: [email protected] (moderated for non-subscribers)
7476W: http://www.alsa-project.org/
7477T: git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
7478T: git git://git.alsa-project.org/alsa-kernel.git
7479S: Maintained
7480F: Documentation/sound/
7481F: include/sound/
7482F: include/uapi/sound/
7483F: sound/
7484
7485SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC)
7486M: Liam Girdwood <[email protected]>
7487M: Mark Brown <[email protected]>
7488T: git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git
7489L: [email protected] (moderated for non-subscribers)
7490W: http://alsa-project.org/main/index.php/ASoC
7491S: Supported
7492F: sound/soc/
7493F: include/sound/soc*
7494
7495SPARC + UltraSPARC (sparc/sparc64)
7496M: "David S. Miller" <[email protected]>
7497L: [email protected]
7498Q: http://patchwork.ozlabs.org/project/sparclinux/list/
7499T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
7500T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
7501S: Maintained
7502F: arch/sparc/
7503F: drivers/sbus/
7504
7505SPARC SERIAL DRIVERS
7506M: "David S. Miller" <[email protected]>
7507L: [email protected]
7508T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
7509T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
7510S: Maintained
7511F: include/linux/sunserialcore.h
7512F: drivers/tty/serial/suncore.c
7513F: drivers/tty/serial/sunhv.c
7514F: drivers/tty/serial/sunsab.c
7515F: drivers/tty/serial/sunsab.h
7516F: drivers/tty/serial/sunsu.c
7517F: drivers/tty/serial/sunzilog.c
7518F: drivers/tty/serial/sunzilog.h
7519
7520SPARSE CHECKER
7521M: "Christopher Li" <[email protected]>
7522L: [email protected]
7523W: https://sparse.wiki.kernel.org/
7524T: git git://git.kernel.org/pub/scm/devel/sparse/sparse.git
7525T: git git://git.kernel.org/pub/scm/devel/sparse/chrisl/sparse.git
7526S: Maintained
7527F: include/linux/compiler.h
7528
7529SPEAR PLATFORM SUPPORT
7530M: Viresh Kumar <[email protected]>
7531M: Shiraz Hashim <[email protected]>
7532L: [email protected]
7533L: [email protected] (moderated for non-subscribers)
7534W: http://www.st.com/spear
7535S: Maintained
7536F: arch/arm/plat-spear/
7537
7538SPEAR13XX MACHINE SUPPORT
7539M: Viresh Kumar <[email protected]>
7540M: Shiraz Hashim <[email protected]>
7541L: [email protected]
7542L: [email protected] (moderated for non-subscribers)
7543W: http://www.st.com/spear
7544S: Maintained
7545F: arch/arm/mach-spear13xx/
7546
7547SPEAR3XX MACHINE SUPPORT
7548M: Viresh Kumar <[email protected]>
7549M: Shiraz Hashim <[email protected]>
7550L: [email protected]
7551L: [email protected] (moderated for non-subscribers)
7552W: http://www.st.com/spear
7553S: Maintained
7554F: arch/arm/mach-spear3xx/
7555
7556SPEAR6XX MACHINE SUPPORT
7557M: Rajeev Kumar <[email protected]>
7558M: Shiraz Hashim <[email protected]>
7559M: Viresh Kumar <[email protected]>
7560L: [email protected]
7561L: [email protected] (moderated for non-subscribers)
7562W: http://www.st.com/spear
7563S: Maintained
7564F: arch/arm/mach-spear6xx/
7565
7566SPEAR CLOCK FRAMEWORK SUPPORT
7567M: Viresh Kumar <[email protected]>
7568L: [email protected]
7569L: [email protected] (moderated for non-subscribers)
7570W: http://www.st.com/spear
7571S: Maintained
7572F: drivers/clk/spear/
7573
7574SPI SUBSYSTEM
7575M: Mark Brown <[email protected]>
7576M: Grant Likely <[email protected]>
7577L: [email protected]
7578T: git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git
7579Q: http://patchwork.kernel.org/project/spi-devel-general/list/
7580S: Maintained
7581F: Documentation/spi/
7582F: drivers/spi/
7583F: include/linux/spi/
7584F: include/uapi/linux/spi/
7585
7586SPIDERNET NETWORK DRIVER for CELL
7587M: Ishizaki Kou <[email protected]>
7588M: Jens Osterkamp <[email protected]>
7589L: [email protected]
7590S: Supported
7591F: Documentation/networking/spider_net.txt
7592F: drivers/net/ethernet/toshiba/spider_net*
7593
7594SPU FILE SYSTEM
7595M: Jeremy Kerr <[email protected]>
7596L: [email protected]
7597L: [email protected]
7598W: http://www.ibm.com/developerworks/power/cell/
7599S: Supported
7600F: Documentation/filesystems/spufs.txt
7601F: arch/powerpc/platforms/cell/spufs/
7602
7603SQUASHFS FILE SYSTEM
7604M: Phillip Lougher <[email protected]>
7605L: [email protected] (subscribers-only)
7606W: http://squashfs.org.uk
7607S: Maintained
7608F: Documentation/filesystems/squashfs.txt
7609F: fs/squashfs/
7610
7611SRM (Alpha) environment access
7612M: Jan-Benedict Glaw <[email protected]>
7613S: Maintained
7614F: arch/alpha/kernel/srm_env.c
7615
7616STABLE BRANCH
7617M: Greg Kroah-Hartman <[email protected]>
7618L: [email protected]
7619S: Supported
7620
7621STAGING SUBSYSTEM
7622M: Greg Kroah-Hartman <[email protected]>
7623T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
7624L: [email protected]
7625S: Supported
7626F: drivers/staging/
7627
7628STAGING - AGERE HERMES II and II.5 WIRELESS DRIVERS
7629M: Henk de Groot <[email protected]>
7630S: Odd Fixes
7631F: drivers/staging/wlags49_h2/
7632F: drivers/staging/wlags49_h25/
7633
7634STAGING - ASUS OLED
7635M: Jakub Schmidtke <[email protected]>
7636S: Odd Fixes
7637F: drivers/staging/asus_oled/
7638
7639STAGING - COMEDI
7640M: Ian Abbott <[email protected]>
7641M: Mori Hess <[email protected]>
7642S: Odd Fixes
7643F: drivers/staging/comedi/
7644
7645STAGING - CRYSTAL HD VIDEO DECODER
7646M: Naren Sankar <[email protected]>
7647M: Jarod Wilson <[email protected]>
7648M: Scott Davilla <[email protected]>
7649M: Manu Abraham <[email protected]>
7650S: Odd Fixes
7651F: drivers/staging/crystalhd/
7652
7653STAGING - ECHO CANCELLER
7654M: Steve Underwood <[email protected]>
7655M: David Rowe <[email protected]>
7656S: Odd Fixes
7657F: drivers/staging/echo/
7658
7659STAGING - ET131X NETWORK DRIVER
7660M: Mark Einon <[email protected]>
7661S: Odd Fixes
7662F: drivers/staging/et131x/
7663
7664STAGING - FLARION FT1000 DRIVERS
7665M: Marek Belisko <[email protected]>
7666S: Odd Fixes
7667F: drivers/staging/ft1000/
7668
7669STAGING - FRONTIER TRANZPORT AND ALPHATRACK
7670M: David Täht <[email protected]>
7671S: Odd Fixes
7672F: drivers/staging/frontier/
7673
7674STAGING - GO7007 MPEG CODEC
7675M: Hans Verkuil <[email protected]>
7676S: Maintained
7677F: drivers/staging/media/go7007/
7678
7679STAGING - INDUSTRIAL IO
7680M: Jonathan Cameron <[email protected]>
7681L: [email protected]
7682S: Odd Fixes
7683F: drivers/staging/iio/
7684
7685STAGING - LIRC (LINUX INFRARED REMOTE CONTROL) DRIVERS
7686M: Jarod Wilson <[email protected]>
7687W: http://www.lirc.org/
7688S: Odd Fixes
7689F: drivers/staging/media/lirc/
7690
7691STAGING - NVIDIA COMPLIANT EMBEDDED CONTROLLER INTERFACE (nvec)
7692M: Julian Andres Klode <[email protected]>
7693M: Marc Dietrich <[email protected]>
7694L: [email protected] (moderated for non-subscribers)
7695L: [email protected]
7696S: Maintained
7697F: drivers/staging/nvec/
7698
7699STAGING - OLPC SECONDARY DISPLAY CONTROLLER (DCON)
7700M: Andres Salomon <[email protected]>
7701M: Chris Ball <[email protected]>
7702M: Jon Nettleton <[email protected]>
7703W: http://wiki.laptop.org/go/DCON
7704S: Odd Fixes
7705F: drivers/staging/olpc_dcon/
7706
7707STAGING - OZMO DEVICES USB OVER WIFI DRIVER
7708M: Rupesh Gujare <[email protected]>
7709S: Maintained
7710F: drivers/staging/ozwpan/
7711
7712STAGING - PARALLEL LCD/KEYPAD PANEL DRIVER
7713M: Willy Tarreau <[email protected]>
7714S: Odd Fixes
7715F: drivers/staging/panel/
7716
7717STAGING - REALTEK RTL8712U DRIVERS
7718M: Larry Finger <[email protected]>
7719M: Florian Schilhabel <[email protected]>.
7720S: Odd Fixes
7721F: drivers/staging/rtl8712/
7722
7723STAGING - SILICON MOTION SM7XX FRAME BUFFER DRIVER
7724M: Teddy Wang <[email protected]>
7725S: Odd Fixes
7726F: drivers/staging/sm7xxfb/
7727
7728STAGING - SOFTLOGIC 6x10 MPEG CODEC
7729M: Ismael Luceno <[email protected]>
7730S: Supported
7731F: drivers/staging/media/solo6x10/
7732
7733STAGING - SPEAKUP CONSOLE SPEECH DRIVER
7734M: William Hubbs <[email protected]>
7735M: Chris Brannon <[email protected]>
7736M: Kirk Reiser <[email protected]>
7737M: Samuel Thibault <[email protected]>
7738L: [email protected]
7739W: http://www.linux-speakup.org/
7740S: Odd Fixes
7741F: drivers/staging/speakup/
7742
7743STAGING - TI DSP BRIDGE DRIVERS
7744M: Omar Ramirez Luna <[email protected]>
7745S: Odd Fixes
7746F: drivers/staging/tidspbridge/
7747
7748STAGING - USB ENE SM/MS CARD READER DRIVER
7749M: Al Cho <[email protected]>
7750S: Odd Fixes
7751F: drivers/staging/keucr/
7752
7753STAGING - VIA VT665X DRIVERS
7754M: Forest Bond <[email protected]>
7755S: Odd Fixes
7756F: drivers/staging/vt665?/
7757
7758STAGING - WINBOND IS89C35 WLAN USB DRIVER
7759M: Pavel Machek <[email protected]>
7760S: Odd Fixes
7761F: drivers/staging/winbond/
7762
7763STAGING - XGI Z7,Z9,Z11 PCI DISPLAY DRIVER
7764M: Arnaud Patard <[email protected]>
7765S: Odd Fixes
7766F: drivers/staging/xgifb/
7767
7768STARFIRE/DURALAN NETWORK DRIVER
7769M: Ion Badulescu <[email protected]>
7770S: Odd Fixes
7771F: drivers/net/ethernet/adaptec/starfire*
7772
7773SUN3/3X
7774M: Sam Creasey <[email protected]>
7775W: http://sammy.net/sun3/
7776S: Maintained
7777F: arch/m68k/kernel/*sun3*
7778F: arch/m68k/sun3*/
7779F: arch/m68k/include/asm/sun3*
7780F: drivers/net/ethernet/i825xx/sun3*
7781
7782SUPERH
7783M: Paul Mundt <[email protected]>
7784L: [email protected]
7785W: http://www.linux-sh.org
7786Q: http://patchwork.kernel.org/project/linux-sh/list/
7787T: git git://github.com/pmundt/linux-sh.git sh-latest
7788S: Supported
7789F: Documentation/sh/
7790F: arch/sh/
7791F: drivers/sh/
7792
7793SUSPEND TO RAM
7794M: Len Brown <[email protected]>
7795M: Pavel Machek <[email protected]>
7796M: "Rafael J. Wysocki" <[email protected]>
7797L: [email protected]
7798S: Supported
7799F: Documentation/power/
7800F: arch/x86/kernel/acpi/
7801F: drivers/base/power/
7802F: kernel/power/
7803F: include/linux/suspend.h
7804F: include/linux/freezer.h
7805F: include/linux/pm.h
7806
7807SVGA HANDLING
7808M: Martin Mares <[email protected]>
7809L: [email protected]
7810S: Maintained
7811F: Documentation/svga.txt
7812F: arch/x86/boot/video*
7813
7814SWIOTLB SUBSYSTEM
7815M: Konrad Rzeszutek Wilk <[email protected]>
7816L: [email protected]
7817S: Supported
7818F: lib/swiotlb.c
7819F: arch/*/kernel/pci-swiotlb.c
7820F: include/linux/swiotlb.h
7821
7822SYNOPSYS ARC ARCHITECTURE
7823M: Vineet Gupta <[email protected]>
7824S: Supported
7825F: arch/arc/
7826F: Documentation/devicetree/bindings/arc/
7827F: drivers/tty/serial/arc-uart.c
7828
7829SYSV FILESYSTEM
7830M: Christoph Hellwig <[email protected]>
7831S: Maintained
7832F: Documentation/filesystems/sysv-fs.txt
7833F: fs/sysv/
7834F: include/linux/sysv_fs.h
7835
7836TARGET SUBSYSTEM
7837M: Nicholas A. Bellinger <[email protected]>
7838L: [email protected]
7839L: [email protected]
7840L: http://groups.google.com/group/linux-iscsi-target-dev
7841W: http://www.linux-iscsi.org
7842T: git git://git.kernel.org/pub/scm/linux/kernel/git/nab/lio-core.git master
7843S: Supported
7844F: drivers/target/
7845F: include/target/
7846F: Documentation/target/
7847
7848TASKSTATS STATISTICS INTERFACE
7849M: Balbir Singh <[email protected]>
7850S: Maintained
7851F: Documentation/accounting/taskstats*
7852F: include/linux/taskstats*
7853F: kernel/taskstats.c
7854
7855TC CLASSIFIER
7856M: Jamal Hadi Salim <[email protected]>
7857L: [email protected]
7858S: Maintained
7859F: include/net/pkt_cls.h
7860F: include/uapi/linux/pkt_cls.h
7861F: net/sched/
7862
7863TCP LOW PRIORITY MODULE
7864M: "Wong Hoi Sing, Edison" <[email protected]>
7865M: "Hung Hing Lun, Mike" <[email protected]>
7866W: http://tcp-lp-mod.sourceforge.net/
7867S: Maintained
7868F: net/ipv4/tcp_lp.c
7869
7870TDA10071 MEDIA DRIVER
7871M: Antti Palosaari <[email protected]>
7872L: [email protected]
7873W: http://linuxtv.org/
7874W: http://palosaari.fi/linux/
7875Q: http://patchwork.linuxtv.org/project/linux-media/list/
7876T: git git://linuxtv.org/anttip/media_tree.git
7877S: Maintained
7878F: drivers/media/dvb-frontends/tda10071*
7879
7880TDA18212 MEDIA DRIVER
7881M: Antti Palosaari <[email protected]>
7882L: [email protected]
7883W: http://linuxtv.org/
7884W: http://palosaari.fi/linux/
7885Q: http://patchwork.linuxtv.org/project/linux-media/list/
7886T: git git://linuxtv.org/anttip/media_tree.git
7887S: Maintained
7888F: drivers/media/tuners/tda18212*
7889
7890TDA18218 MEDIA DRIVER
7891M: Antti Palosaari <[email protected]>
7892L: [email protected]
7893W: http://linuxtv.org/
7894W: http://palosaari.fi/linux/
7895Q: http://patchwork.linuxtv.org/project/linux-media/list/
7896T: git git://linuxtv.org/anttip/media_tree.git
7897S: Maintained
7898F: drivers/media/tuners/tda18218*
7899
7900TDA18271 MEDIA DRIVER
7901M: Michael Krufky <[email protected]>
7902L: [email protected]
7903W: http://linuxtv.org/
7904W: http://github.com/mkrufky
7905Q: http://patchwork.linuxtv.org/project/linux-media/list/
7906T: git git://linuxtv.org/mkrufky/tuners.git
7907S: Maintained
7908F: drivers/media/tuners/tda18271*
7909
7910TDA827x MEDIA DRIVER
7911M: Michael Krufky <[email protected]>
7912L: [email protected]
7913W: http://linuxtv.org/
7914W: http://github.com/mkrufky
7915Q: http://patchwork.linuxtv.org/project/linux-media/list/
7916T: git git://linuxtv.org/mkrufky/tuners.git
7917S: Maintained
7918F: drivers/media/tuners/tda8290.*
7919
7920TDA8290 MEDIA DRIVER
7921M: Michael Krufky <[email protected]>
7922L: [email protected]
7923W: http://linuxtv.org/
7924W: http://github.com/mkrufky
7925Q: http://patchwork.linuxtv.org/project/linux-media/list/
7926T: git git://linuxtv.org/mkrufky/tuners.git
7927S: Maintained
7928F: drivers/media/tuners/tda8290.*
7929
7930TDA9840 MEDIA DRIVER
7931M: Hans Verkuil <[email protected]>
7932L: [email protected]
7933T: git git://linuxtv.org/media_tree.git
7934W: http://linuxtv.org
7935S: Maintained
7936F: drivers/media/i2c/tda9840*
7937
7938TEA5761 TUNER DRIVER
7939M: Mauro Carvalho Chehab <[email protected]>
7940L: [email protected]
7941W: http://linuxtv.org
7942T: git git://linuxtv.org/media_tree.git
7943S: Odd fixes
7944F: drivers/media/tuners/tea5761.*
7945
7946TEA5767 TUNER DRIVER
7947M: Mauro Carvalho Chehab <[email protected]>
7948L: [email protected]
7949W: http://linuxtv.org
7950T: git git://linuxtv.org/media_tree.git
7951S: Maintained
7952F: drivers/media/tuners/tea5767.*
7953
7954TEA6415C MEDIA DRIVER
7955M: Hans Verkuil <[email protected]>
7956L: [email protected]
7957T: git git://linuxtv.org/media_tree.git
7958W: http://linuxtv.org
7959S: Maintained
7960F: drivers/media/i2c/tea6415c*
7961
7962TEA6420 MEDIA DRIVER
7963M: Hans Verkuil <[email protected]>
7964L: [email protected]
7965T: git git://linuxtv.org/media_tree.git
7966W: http://linuxtv.org
7967S: Maintained
7968F: drivers/media/i2c/tea6420*
7969
7970TEAM DRIVER
7971M: Jiri Pirko <[email protected]>
7972L: [email protected]
7973S: Supported
7974F: drivers/net/team/
7975F: include/linux/if_team.h
7976F: include/uapi/linux/if_team.h
7977
7978TECHNOLOGIC SYSTEMS TS-5500 PLATFORM SUPPORT
7979M: Savoir-faire Linux Inc. <[email protected]>
7980S: Maintained
7981F: arch/x86/platform/ts5500/
7982
7983TECHNOTREND USB IR RECEIVER
7984M: Sean Young <[email protected]>
7985L: [email protected]
7986S: Maintained
7987F: drivers/media/rc/ttusbir.c
7988
7989TEGRA SUPPORT
7990M: Stephen Warren <[email protected]>
7991L: [email protected]
7992Q: http://patchwork.ozlabs.org/project/linux-tegra/list/
7993T: git git://git.kernel.org/pub/scm/linux/kernel/git/swarren/linux-tegra.git
7994S: Supported
7995N: [^a-z]tegra
7996
7997TEHUTI ETHERNET DRIVER
7998M: Andy Gospodarek <[email protected]>
7999L: [email protected]
8000S: Supported
8001F: drivers/net/ethernet/tehuti/*
8002
8003Telecom Clock Driver for MCPL0010
8004M: Mark Gross <[email protected]>
8005S: Supported
8006F: drivers/char/tlclk.c
8007
8008TENSILICA XTENSA PORT (xtensa)
8009M: Chris Zankel <[email protected]>
8010M: Max Filippov <[email protected]>
8011L: [email protected]
8012S: Maintained
8013F: arch/xtensa/
8014
8015THERMAL
8016M: Zhang Rui <[email protected]>
8017L: [email protected]
8018T: git git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux.git
8019S: Supported
8020F: drivers/thermal/
8021F: include/linux/thermal.h
8022
8023THINGM BLINK(1) USB RGB LED DRIVER
8024M: Vivien Didelot <[email protected]>
8025S: Maintained
8026F: drivers/hid/hid-thingm.c
8027
8028THINKPAD ACPI EXTRAS DRIVER
8029M: Henrique de Moraes Holschuh <[email protected]>
8030L: [email protected]
8031L: [email protected]
8032W: http://ibm-acpi.sourceforge.net
8033W: http://thinkwiki.org/wiki/Ibm-acpi
8034T: git git://repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
8035S: Maintained
8036F: drivers/platform/x86/thinkpad_acpi.c
8037
8038TI BANDGAP AND THERMAL DRIVER
8039M: Eduardo Valentin <[email protected]>
8040L: [email protected]
8041S: Maintained
8042F: drivers/staging/omap-thermal/
8043
8044TI FLASH MEDIA INTERFACE DRIVER
8045M: Alex Dubov <[email protected]>
8046S: Maintained
8047F: drivers/misc/tifm*
8048F: drivers/mmc/host/tifm_sd.c
8049F: include/linux/tifm.h
8050
8051TI LM49xxx FAMILY ASoC CODEC DRIVERS
8052M: M R Swami Reddy <[email protected]>
8053M: Vishwas A Deshpande <[email protected]>
8054L: [email protected] (moderated for non-subscribers)
8055S: Maintained
8056F: sound/soc/codecs/lm49453*
8057F: sound/soc/codecs/isabelle*
8058
8059TI LP855x BACKLIGHT DRIVER
8060M: Milo Kim <[email protected]>
8061S: Maintained
8062F: Documentation/backlight/lp855x-driver.txt
8063F: drivers/video/backlight/lp855x_bl.c
8064F: include/linux/platform_data/lp855x.h
8065
8066TI LP8727 CHARGER DRIVER
8067M: Milo Kim <[email protected]>
8068S: Maintained
8069F: drivers/power/lp8727_charger.c
8070F: include/linux/platform_data/lp8727.h
8071
8072TI LP8788 MFD DRIVER
8073M: Milo Kim <[email protected]>
8074S: Maintained
8075F: drivers/iio/adc/lp8788_adc.c
8076F: drivers/leds/leds-lp8788.c
8077F: drivers/mfd/lp8788*.c
8078F: drivers/power/lp8788-charger.c
8079F: drivers/regulator/lp8788-*.c
8080F: include/linux/mfd/lp8788*.h
8081
8082TI TWL4030 SERIES SOC CODEC DRIVER
8083M: Peter Ujfalusi <[email protected]>
8084L: [email protected] (moderated for non-subscribers)
8085S: Maintained
8086F: sound/soc/codecs/twl4030*
8087
8088TI WILINK WIRELESS DRIVERS
8089M: Luciano Coelho <[email protected]>
8090L: [email protected]
8091W: http://wireless.kernel.org/en/users/Drivers/wl12xx
8092W: http://wireless.kernel.org/en/users/Drivers/wl1251
8093T: git git://git.kernel.org/pub/scm/linux/kernel/git/luca/wl12xx.git
8094S: Maintained
8095F: drivers/net/wireless/ti/
8096F: include/linux/wl12xx.h
8097
8098TIPC NETWORK LAYER
8099M: Jon Maloy <[email protected]>
8100M: Allan Stephens <[email protected]>
8101L: [email protected] (core kernel code)
8102L: [email protected] (user apps, general discussion)
8103W: http://tipc.sourceforge.net/
8104S: Maintained
8105F: include/uapi/linux/tipc*.h
8106F: net/tipc/
8107
8108TILE ARCHITECTURE
8109M: Chris Metcalf <[email protected]>
8110W: http://www.tilera.com/scm/
8111S: Supported
8112F: arch/tile/
8113F: drivers/tty/hvc/hvc_tile.c
8114F: drivers/net/ethernet/tile/
8115F: drivers/edac/tile_edac.c
8116
8117TLAN NETWORK DRIVER
8118M: Samuel Chessman <[email protected]>
8119L: [email protected] (subscribers-only)
8120W: http://sourceforge.net/projects/tlan/
8121S: Maintained
8122F: Documentation/networking/tlan.txt
8123F: drivers/net/ethernet/ti/tlan.*
8124
8125TOMOYO SECURITY MODULE
8126M: Kentaro Takeda <[email protected]>
8127M: Tetsuo Handa <[email protected]>
8128L: [email protected] (subscribers-only, for developers in English)
8129L: [email protected] (subscribers-only, for users in English)
8130L: [email protected] (subscribers-only, for developers in Japanese)
8131L: [email protected] (subscribers-only, for users in Japanese)
8132W: http://tomoyo.sourceforge.jp/
8133T: quilt http://svn.sourceforge.jp/svnroot/tomoyo/trunk/2.5.x/tomoyo-lsm/patches/
8134S: Maintained
8135F: security/tomoyo/
8136
8137TOPSTAR LAPTOP EXTRAS DRIVER
8138M: Herton Ronaldo Krzesinski <[email protected]>
8139L: [email protected]
8140S: Maintained
8141F: drivers/platform/x86/topstar-laptop.c
8142
8143TOSHIBA ACPI EXTRAS DRIVER
8144L: [email protected]
8145S: Orphan
8146F: drivers/platform/x86/toshiba_acpi.c
8147
8148TOSHIBA SMM DRIVER
8149M: Jonathan Buzzard <[email protected]>
8150L: [email protected]
8151W: http://www.buzzard.org.uk/toshiba/
8152S: Maintained
8153F: drivers/char/toshiba.c
8154F: include/linux/toshiba.h
8155F: include/uapi/linux/toshiba.h
8156
8157TMIO MMC DRIVER
8158M: Guennadi Liakhovetski <[email protected]>
8159M: Ian Molton <[email protected]>
8160L: [email protected]
8161S: Maintained
8162F: drivers/mmc/host/tmio_mmc*
8163F: drivers/mmc/host/sh_mobile_sdhi.c
8164F: include/linux/mmc/tmio.h
8165F: include/linux/mmc/sh_mobile_sdhi.h
8166
8167TMPFS (SHMEM FILESYSTEM)
8168M: Hugh Dickins <[email protected]>
8169L: [email protected]
8170S: Maintained
8171F: include/linux/shmem_fs.h
8172F: mm/shmem.c
8173
8174TM6000 VIDEO4LINUX DRIVER
8175M: Mauro Carvalho Chehab <[email protected]>
8176L: [email protected]
8177W: http://linuxtv.org
8178T: git git://linuxtv.org/media_tree.git
8179S: Odd fixes
8180F: drivers/media/usb/tm6000/
8181
8182TPM DEVICE DRIVER
8183M: Kent Yoder <[email protected]>
8184M: Rajiv Andrade <[email protected]>
8185W: http://tpmdd.sourceforge.net
8186M: Marcel Selhorst <[email protected]>
8187M: Sirrix AG <[email protected]>
8188W: http://www.sirrix.com
8189L: [email protected] (moderated for non-subscribers)
8190S: Maintained
8191F: drivers/char/tpm/
8192
8193TRACING
8194M: Steven Rostedt <[email protected]>
8195M: Frederic Weisbecker <[email protected]>
8196M: Ingo Molnar <[email protected]>
8197T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
8198S: Maintained
8199F: Documentation/trace/ftrace.txt
8200F: arch/*/*/*/ftrace.h
8201F: arch/*/kernel/ftrace.c
8202F: include/*/ftrace.h
8203F: include/linux/trace*.h
8204F: include/trace/
8205F: kernel/trace/
8206
8207TRIVIAL PATCHES
8208M: Jiri Kosina <[email protected]>
8209T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git
8210S: Maintained
8211K: ^Subject:.*(?i)trivial
8212
8213TTY LAYER
8214M: Greg Kroah-Hartman <[email protected]>
8215M: Jiri Slaby <[email protected]>
8216S: Supported
8217T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
8218F: drivers/tty/
8219F: drivers/tty/serial/serial_core.c
8220F: include/linux/serial_core.h
8221F: include/linux/serial.h
8222F: include/linux/tty.h
8223F: include/uapi/linux/serial_core.h
8224F: include/uapi/linux/serial.h
8225F: include/uapi/linux/tty.h
8226
8227TUA9001 MEDIA DRIVER
8228M: Antti Palosaari <[email protected]>
8229L: [email protected]
8230W: http://linuxtv.org/
8231W: http://palosaari.fi/linux/
8232Q: http://patchwork.linuxtv.org/project/linux-media/list/
8233T: git git://linuxtv.org/anttip/media_tree.git
8234S: Maintained
8235F: drivers/media/tuners/tua9001*
8236
8237TULIP NETWORK DRIVERS
8238M: Grant Grundler <[email protected]>
8239L: [email protected]
8240S: Maintained
8241F: drivers/net/ethernet/dec/tulip/
8242
8243TUN/TAP driver
8244M: Maxim Krasnyansky <[email protected]>
8245W: http://vtun.sourceforge.net/tun
8246S: Maintained
8247F: Documentation/networking/tuntap.txt
8248F: arch/um/os-Linux/drivers/
8249
8250TURBOCHANNEL SUBSYSTEM
8251M: "Maciej W. Rozycki" <[email protected]>
8252S: Maintained
8253F: drivers/tc/
8254F: include/linux/tc.h
8255
8256U14-34F SCSI DRIVER
8257M: Dario Ballabio <[email protected]>
8258L: [email protected]
8259S: Maintained
8260F: drivers/scsi/u14-34f.c
8261
8262UBI FILE SYSTEM (UBIFS)
8263M: Artem Bityutskiy <[email protected]>
8264M: Adrian Hunter <[email protected]>
8265L: [email protected]
8266T: git git://git.infradead.org/ubifs-2.6.git
8267W: http://www.linux-mtd.infradead.org/doc/ubifs.html
8268S: Maintained
8269F: Documentation/filesystems/ubifs.txt
8270F: fs/ubifs/
8271
8272UCLINUX (AND M68KNOMMU)
8273M: Greg Ungerer <[email protected]>
8274W: http://www.uclinux.org/
8275L: [email protected] (subscribers-only)
8276S: Maintained
8277F: arch/m68k/*/*_no.*
8278F: arch/m68k/include/asm/*_no.*
8279
8280UCLINUX FOR RENESAS H8/300 (H8300)
8281M: Yoshinori Sato <[email protected]>
8282W: http://uclinux-h8.sourceforge.jp/
8283S: Supported
8284F: arch/h8300/
8285F: drivers/ide/ide-h8300.c
8286F: drivers/net/ethernet/8390/ne-h8300.c
8287
8288UDF FILESYSTEM
8289M: Jan Kara <[email protected]>
8290S: Maintained
8291F: Documentation/filesystems/udf.txt
8292F: fs/udf/
8293
8294UFS FILESYSTEM
8295M: Evgeniy Dushistov <[email protected]>
8296S: Maintained
8297F: Documentation/filesystems/ufs.txt
8298F: fs/ufs/
8299
8300UHID USERSPACE HID IO DRIVER:
8301M: David Herrmann <[email protected]>
8302L: [email protected]
8303S: Maintained
8304F: drivers/hid/uhid.c
8305F: include/uapi/linux/uhid.h
8306
8307ULTRA-WIDEBAND (UWB) SUBSYSTEM:
8308L: [email protected]
8309S: Orphan
8310F: drivers/uwb/
8311F: include/linux/uwb.h
8312F: include/linux/uwb/
8313
8314UNICORE32 ARCHITECTURE:
8315M: Guan Xuetao <[email protected]>
8316W: http://mprc.pku.edu.cn/~guanxuetao/linux
8317S: Maintained
8318T: git git://git.kernel.org/pub/scm/linux/kernel/git/epip/linux-2.6-unicore32.git
8319F: arch/unicore32/
8320
8321UNIFDEF
8322M: Tony Finch <[email protected]>
8323W: http://dotat.at/prog/unifdef
8324S: Maintained
8325F: scripts/unifdef.c
8326
8327UNIFORM CDROM DRIVER
8328M: Jens Axboe <[email protected]>
8329W: http://www.kernel.dk
8330S: Maintained
8331F: Documentation/cdrom/
8332F: drivers/cdrom/cdrom.c
8333F: include/linux/cdrom.h
8334F: include/uapi/linux/cdrom.h
8335
8336UNIVERSAL FLASH STORAGE HOST CONTROLLER DRIVER
8337M: Vinayak Holikatti <[email protected]>
8338M: Santosh Y <[email protected]>
8339L: [email protected]
8340S: Supported
8341F: Documentation/scsi/ufs.txt
8342F: drivers/scsi/ufs/
8343
8344UNSORTED BLOCK IMAGES (UBI)
8345M: Artem Bityutskiy <[email protected]>
8346W: http://www.linux-mtd.infradead.org/
8347L: [email protected]
8348T: git git://git.infradead.org/ubi-2.6.git
8349S: Maintained
8350F: drivers/mtd/ubi/
8351F: include/linux/mtd/ubi.h
8352F: include/uapi/mtd/ubi-user.h
8353
8354UNSORTED BLOCK IMAGES (UBI) Fastmap
8355M: Richard Weinberger <[email protected]>
8356L: [email protected]
8357S: Maintained
8358F: drivers/mtd/ubi/fastmap.c
8359
8360USB ACM DRIVER
8361M: Oliver Neukum <[email protected]>
8362L: [email protected]
8363S: Maintained
8364F: Documentation/usb/acm.txt
8365F: drivers/usb/class/cdc-acm.*
8366
8367USB AR5523 WIRELESS DRIVER
8368M: Pontus Fuchs <[email protected]>
8369L: [email protected]
8370S: Maintained
8371F: drivers/net/wireless/ath/ar5523/
8372
8373USB ATTACHED SCSI
8374M: Matthew Wilcox <[email protected]>
8375M: Sarah Sharp <[email protected]>
8376M: Gerd Hoffmann <[email protected]>
8377L: [email protected]
8378L: [email protected]
8379S: Maintained
8380F: drivers/usb/storage/uas.c
8381
8382USB CDC ETHERNET DRIVER
8383M: Oliver Neukum <[email protected]>
8384L: [email protected]
8385S: Maintained
8386F: drivers/net/usb/cdc_*.c
8387F: include/uapi/linux/usb/cdc.h
8388
8389USB CYPRESS C67X00 DRIVER
8390M: Peter Korsgaard <[email protected]>
8391L: [email protected]
8392S: Maintained
8393F: drivers/usb/c67x00/
8394
8395USB DAVICOM DM9601 DRIVER
8396M: Peter Korsgaard <[email protected]>
8397L: [email protected]
8398W: http://www.linux-usb.org/usbnet
8399S: Maintained
8400F: drivers/net/usb/dm9601.c
8401
8402USB DIAMOND RIO500 DRIVER
8403M: Cesar Miquel <[email protected]>
8404L: [email protected]
8405W: http://rio500.sourceforge.net
8406S: Maintained
8407F: drivers/usb/misc/rio500*
8408
8409USB EHCI DRIVER
8410M: Alan Stern <[email protected]>
8411L: [email protected]
8412S: Maintained
8413F: Documentation/usb/ehci.txt
8414F: drivers/usb/host/ehci*
8415
8416USB GADGET/PERIPHERAL SUBSYSTEM
8417M: Felipe Balbi <[email protected]>
8418L: [email protected]
8419W: http://www.linux-usb.org/gadget
8420T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
8421S: Maintained
8422F: drivers/usb/gadget/
8423F: include/linux/usb/gadget*
8424
8425USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
8426M: Jiri Kosina <[email protected]>
8427L: [email protected]
8428T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
8429S: Maintained
8430F: Documentation/hid/hiddev.txt
8431F: drivers/hid/usbhid/
8432
8433USB/IP DRIVERS
8434M: Matt Mooney <[email protected]>
8435L: [email protected]
8436S: Maintained
8437F: drivers/staging/usbip/
8438
8439USB ISP116X DRIVER
8440M: Olav Kongas <[email protected]>
8441L: [email protected]
8442S: Maintained
8443F: drivers/usb/host/isp116x*
8444F: include/linux/usb/isp116x.h
8445
8446USB KAWASAKI LSI DRIVER
8447M: Oliver Neukum <[email protected]>
8448L: [email protected]
8449S: Maintained
8450F: drivers/usb/serial/kl5kusb105.*
8451
8452USB MASS STORAGE DRIVER
8453M: Matthew Dharm <[email protected]>
8454L: [email protected]
8455L: [email protected]
8456S: Maintained
8457W: http://www.one-eyed-alien.net/~mdharm/linux-usb/
8458F: drivers/usb/storage/
8459
8460USB MIDI DRIVER
8461M: Clemens Ladisch <[email protected]>
8462L: [email protected] (moderated for non-subscribers)
8463T: git git://git.alsa-project.org/alsa-kernel.git
8464S: Maintained
8465F: sound/usb/midi.*
8466
8467USB OHCI DRIVER
8468M: Alan Stern <[email protected]>
8469L: [email protected]
8470S: Maintained
8471F: Documentation/usb/ohci.txt
8472F: drivers/usb/host/ohci*
8473
8474USB OPTION-CARD DRIVER
8475M: Matthias Urlichs <[email protected]>
8476L: [email protected]
8477S: Maintained
8478F: drivers/usb/serial/option.c
8479
8480USB PEGASUS DRIVER
8481M: Petko Manolov <[email protected]>
8482L: [email protected]
8483L: [email protected]
8484T: git git://git.code.sf.net/p/pegasus2/git
8485W: http://pegasus2.sourceforge.net/
8486S: Maintained
8487F: drivers/net/usb/pegasus.*
8488
8489USB PHY LAYER
8490M: Felipe Balbi <[email protected]>
8491L: [email protected]
8492T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
8493S: Maintained
8494F: drivers/usb/phy/
8495F: drivers/usb/otg/
8496
8497USB PRINTER DRIVER (usblp)
8498M: Pete Zaitcev <[email protected]>
8499L: [email protected]
8500S: Supported
8501F: drivers/usb/class/usblp.c
8502
8503USB RTL8150 DRIVER
8504M: Petko Manolov <[email protected]>
8505L: [email protected]
8506L: [email protected]
8507T: git git://git.code.sf.net/p/pegasus2/git
8508W: http://pegasus2.sourceforge.net/
8509S: Maintained
8510F: drivers/net/usb/rtl8150.c
8511
8512USB SERIAL BELKIN F5U103 DRIVER
8513M: William Greathouse <[email protected]>
8514L: [email protected]
8515S: Maintained
8516F: drivers/usb/serial/belkin_sa.*
8517
8518USB SERIAL CYPRESS M8 DRIVER
8519M: Lonnie Mendez <[email protected]>
8520L: [email protected]
8521S: Maintained
8522W: http://geocities.com/i0xox0i
8523W: http://firstlight.net/cvs
8524F: drivers/usb/serial/cypress_m8.*
8525
8526USB SERIAL CYBERJACK DRIVER
8527M: Matthias Bruestle and Harald Welte <[email protected]>
8528W: http://www.reiner-sct.de/support/treiber_cyberjack.php
8529S: Maintained
8530F: drivers/usb/serial/cyberjack.c
8531
8532USB SERIAL DIGI ACCELEPORT DRIVER
8533M: Peter Berger <[email protected]>
8534M: Al Borchers <[email protected]>
8535L: [email protected]
8536S: Maintained
8537F: drivers/usb/serial/digi_acceleport.c
8538
8539USB SERIAL DRIVER
8540M: Greg Kroah-Hartman <[email protected]>
8541L: [email protected]
8542S: Supported
8543F: Documentation/usb/usb-serial.txt
8544F: drivers/usb/serial/generic.c
8545F: drivers/usb/serial/usb-serial.c
8546F: include/linux/usb/serial.h
8547
8548USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER
8549M: Gary Brubaker <[email protected]>
8550L: [email protected]
8551S: Maintained
8552F: drivers/usb/serial/empeg.c
8553
8554USB SERIAL KEYSPAN DRIVER
8555M: Greg Kroah-Hartman <[email protected]>
8556L: [email protected]
8557S: Maintained
8558F: drivers/usb/serial/*keyspan*
8559
8560USB SERIAL WHITEHEAT DRIVER
8561M: Support Department <[email protected]>
8562L: [email protected]
8563W: http://www.connecttech.com
8564S: Supported
8565F: drivers/usb/serial/whiteheat*
8566
8567USB SMSC75XX ETHERNET DRIVER
8568M: Steve Glendinning <[email protected]>
8569L: [email protected]
8570S: Maintained
8571F: drivers/net/usb/smsc75xx.*
8572
8573USB SMSC95XX ETHERNET DRIVER
8574M: Steve Glendinning <[email protected]>
8575L: [email protected]
8576S: Maintained
8577F: drivers/net/usb/smsc95xx.*
8578
8579USB SN9C1xx DRIVER
8580M: Luca Risolia <[email protected]>
8581L: [email protected]
8582L: [email protected]
8583T: git git://linuxtv.org/media_tree.git
8584W: http://www.linux-projects.org
8585S: Maintained
8586F: Documentation/video4linux/sn9c102.txt
8587F: drivers/media/usb/sn9c102/
8588
8589USB SUBSYSTEM
8590M: Greg Kroah-Hartman <[email protected]>
8591L: [email protected]
8592W: http://www.linux-usb.org
8593T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git
8594S: Supported
8595F: Documentation/usb/
8596F: drivers/net/usb/
8597F: drivers/usb/
8598F: include/linux/usb.h
8599F: include/linux/usb/
8600
8601USB UHCI DRIVER
8602M: Alan Stern <[email protected]>
8603L: [email protected]
8604S: Maintained
8605F: drivers/usb/host/uhci*
8606
8607USB "USBNET" DRIVER FRAMEWORK
8608M: Oliver Neukum <[email protected]>
8609L: [email protected]
8610W: http://www.linux-usb.org/usbnet
8611S: Maintained
8612F: drivers/net/usb/usbnet.c
8613F: include/linux/usb/usbnet.h
8614
8615USB VIDEO CLASS
8616M: Laurent Pinchart <[email protected]>
8617L: [email protected] (subscribers-only)
8618L: [email protected]
8619T: git git://linuxtv.org/media_tree.git
8620W: http://www.ideasonboard.org/uvc/
8621S: Maintained
8622F: drivers/media/usb/uvc/
8623F: include/uapi/linux/uvcvideo.h
8624
8625USB VISION DRIVER
8626M: Hans Verkuil <[email protected]>
8627L: [email protected]
8628T: git git://linuxtv.org/media_tree.git
8629W: http://linuxtv.org
8630S: Odd Fixes
8631F: drivers/media/usb/usbvision/
8632
8633USB WEBCAM GADGET
8634M: Laurent Pinchart <[email protected]>
8635L: [email protected]
8636S: Maintained
8637F: drivers/usb/gadget/*uvc*.c
8638F: drivers/usb/gadget/webcam.c
8639
8640USB WIRELESS RNDIS DRIVER (rndis_wlan)
8641M: Jussi Kivilinna <[email protected]>
8642L: [email protected]
8643S: Maintained
8644F: drivers/net/wireless/rndis_wlan.c
8645
8646USB XHCI DRIVER
8647M: Sarah Sharp <[email protected]>
8648L: [email protected]
8649S: Supported
8650F: drivers/usb/host/xhci*
8651F: drivers/usb/host/pci-quirks*
8652
8653USB ZD1201 DRIVER
8654L: [email protected]
8655W: http://linux-lc100020.sourceforge.net
8656S: Orphan
8657F: drivers/net/wireless/zd1201.*
8658
8659USB ZR364XX DRIVER
8660M: Antoine Jacquet <[email protected]>
8661L: [email protected]
8662L: [email protected]
8663T: git git://linuxtv.org/media_tree.git
8664W: http://royale.zerezo.com/zr364xx/
8665S: Maintained
8666F: Documentation/video4linux/zr364xx.txt
8667F: drivers/media/usb/zr364xx/
8668
8669USER-MODE LINUX (UML)
8670M: Jeff Dike <[email protected]>
8671M: Richard Weinberger <[email protected]>
8672L: [email protected]
8673L: [email protected]
8674W: http://user-mode-linux.sourceforge.net
8675S: Maintained
8676F: Documentation/virtual/uml/
8677F: arch/um/
8678F: arch/x86/um/
8679F: fs/hostfs/
8680F: fs/hppfs/
8681
8682USERSPACE I/O (UIO)
8683M: "Hans J. Koch" <[email protected]>
8684M: Greg Kroah-Hartman <[email protected]>
8685S: Maintained
8686F: Documentation/DocBook/uio-howto.tmpl
8687F: drivers/uio/
8688F: include/linux/uio*.h
8689
8690UTIL-LINUX PACKAGE
8691M: Karel Zak <[email protected]>
8692L: [email protected]
8693W: http://en.wikipedia.org/wiki/Util-linux
8694T: git git://git.kernel.org/pub/scm/utils/util-linux/util-linux.git
8695S: Maintained
8696
8697UVESAFB DRIVER
8698M: Michal Januszewski <[email protected]>
8699L: [email protected]
8700W: http://dev.gentoo.org/~spock/projects/uvesafb/
8701S: Maintained
8702F: Documentation/fb/uvesafb.txt
8703F: drivers/video/uvesafb.*
8704
8705VFAT/FAT/MSDOS FILESYSTEM
8706M: OGAWA Hirofumi <[email protected]>
8707S: Maintained
8708F: Documentation/filesystems/vfat.txt
8709F: fs/fat/
8710
8711VFIO DRIVER
8712M: Alex Williamson <[email protected]>
8713L: [email protected]
8714S: Maintained
8715F: Documentation/vfio.txt
8716F: drivers/vfio/
8717F: include/linux/vfio.h
8718F: include/uapi/linux/vfio.h
8719
8720VIDEOBUF2 FRAMEWORK
8721M: Pawel Osciak <[email protected]>
8722M: Marek Szyprowski <[email protected]>
8723M: Kyungmin Park <[email protected]>
8724L: [email protected]
8725S: Maintained
8726F: drivers/media/v4l2-core/videobuf2-*
8727F: include/media/videobuf2-*
8728
8729VIRTIO CONSOLE DRIVER
8730M: Amit Shah <[email protected]>
8731L: [email protected]
8732S: Maintained
8733F: drivers/char/virtio_console.c
8734F: include/linux/virtio_console.h
8735F: include/uapi/linux/virtio_console.h
8736
8737VIRTIO CORE, NET AND BLOCK DRIVERS
8738M: Rusty Russell <[email protected]>
8739M: "Michael S. Tsirkin" <[email protected]>
8740L: [email protected]
8741S: Maintained
8742F: drivers/virtio/
8743F: drivers/net/virtio_net.c
8744F: drivers/block/virtio_blk.c
8745F: include/linux/virtio_*.h
8746F: include/uapi/linux/virtio_*.h
8747
8748VIRTIO HOST (VHOST)
8749M: "Michael S. Tsirkin" <[email protected]>
8750L: [email protected]
8751L: [email protected]
8752L: [email protected]
8753S: Maintained
8754F: drivers/vhost/
8755F: include/uapi/linux/vhost.h
8756
8757VIA RHINE NETWORK DRIVER
8758M: Roger Luethi <[email protected]>
8759S: Maintained
8760F: drivers/net/ethernet/via/via-rhine.c
8761
8762VIA SD/MMC CARD CONTROLLER DRIVER
8763M: Bruce Chang <[email protected]>
8764M: Harald Welte <[email protected]>
8765S: Maintained
8766F: drivers/mmc/host/via-sdmmc.c
8767
8768VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER
8769M: Florian Tobias Schandinat <[email protected]>
8770L: [email protected]
8771S: Maintained
8772F: include/linux/via-core.h
8773F: include/linux/via-gpio.h
8774F: include/linux/via_i2c.h
8775F: drivers/video/via/
8776
8777VIA VELOCITY NETWORK DRIVER
8778M: Francois Romieu <[email protected]>
8779L: [email protected]
8780S: Maintained
8781F: drivers/net/ethernet/via/via-velocity.*
8782
8783VIVI VIRTUAL VIDEO DRIVER
8784M: Hans Verkuil <[email protected]>
8785L: [email protected]
8786T: git git://linuxtv.org/media_tree.git
8787W: http://linuxtv.org
8788S: Maintained
8789F: drivers/media/platform/vivi*
8790
8791VLAN (802.1Q)
8792M: Patrick McHardy <[email protected]>
8793L: [email protected]
8794S: Maintained
8795F: drivers/net/macvlan.c
8796F: include/linux/if_*vlan.h
8797F: net/8021q/
8798
8799VLYNQ BUS
8800M: Florian Fainelli <[email protected]>
8801L: [email protected] (subscribers-only)
8802S: Maintained
8803F: drivers/vlynq/vlynq.c
8804F: include/linux/vlynq.h
8805
8806VME SUBSYSTEM
8807M: Martyn Welch <[email protected]>
8808M: Manohar Vanga <[email protected]>
8809M: Greg Kroah-Hartman <[email protected]>
8810L: [email protected]
8811S: Maintained
8812T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
8813F: Documentation/vme_api.txt
8814F: drivers/staging/vme/
8815F: drivers/vme/
8816F: include/linux/vme*
8817
8818VMWARE VMXNET3 ETHERNET DRIVER
8819M: Shreyas Bhatewara <[email protected]>
8820M: "VMware, Inc." <[email protected]>
8821L: [email protected]
8822S: Maintained
8823F: drivers/net/vmxnet3/
8824
8825VMware PVSCSI driver
8826M: Arvind Kumar <[email protected]>
8827M: VMware PV-Drivers <[email protected]>
8828L: [email protected]
8829S: Maintained
8830F: drivers/scsi/vmw_pvscsi.c
8831F: drivers/scsi/vmw_pvscsi.h
8832
8833VOLTAGE AND CURRENT REGULATOR FRAMEWORK
8834M: Liam Girdwood <[email protected]>
8835M: Mark Brown <[email protected]>
8836W: http://opensource.wolfsonmicro.com/node/15
8837W: http://www.slimlogic.co.uk/?p=48
8838T: git git://git.kernel.org/pub/scm/linux/kernel/git/lrg/regulator.git
8839S: Supported
8840F: drivers/regulator/
8841F: include/linux/regulator/
8842
8843VT1211 HARDWARE MONITOR DRIVER
8844M: Juerg Haefliger <[email protected]>
8845L: [email protected]
8846S: Maintained
8847F: Documentation/hwmon/vt1211
8848F: drivers/hwmon/vt1211.c
8849
8850VT8231 HARDWARE MONITOR DRIVER
8851M: Roger Lucas <[email protected]>
8852L: [email protected]
8853S: Maintained
8854F: drivers/hwmon/vt8231.c
8855
8856VUB300 USB to SDIO/SD/MMC bridge chip
8857M: Tony Olech <[email protected]>
8858L: [email protected]
8859L: [email protected]
8860S: Supported
8861F: drivers/mmc/host/vub300.c
8862
8863W1 DALLAS'S 1-WIRE BUS
8864M: Evgeniy Polyakov <[email protected]>
8865S: Maintained
8866F: Documentation/w1/
8867F: drivers/w1/
8868
8869W83791D HARDWARE MONITORING DRIVER
8870M: Marc Hulsman <[email protected]>
8871L: [email protected]
8872S: Maintained
8873F: Documentation/hwmon/w83791d
8874F: drivers/hwmon/w83791d.c
8875
8876W83793 HARDWARE MONITORING DRIVER
8877M: Rudolf Marek <[email protected]>
8878L: [email protected]
8879S: Maintained
8880F: Documentation/hwmon/w83793
8881F: drivers/hwmon/w83793.c
8882
8883W83795 HARDWARE MONITORING DRIVER
8884M: Jean Delvare <[email protected]>
8885L: [email protected]
8886S: Maintained
8887F: drivers/hwmon/w83795.c
8888
8889W83L51xD SD/MMC CARD INTERFACE DRIVER
8890M: Pierre Ossman <[email protected]>
8891S: Maintained
8892F: drivers/mmc/host/wbsd.*
8893
8894WATCHDOG DEVICE DRIVERS
8895M: Wim Van Sebroeck <[email protected]>
8896L: [email protected]
8897W: http://www.linux-watchdog.org/
8898T: git git://www.linux-watchdog.org/linux-watchdog.git
8899S: Maintained
8900F: Documentation/watchdog/
8901F: drivers/watchdog/
8902F: include/linux/watchdog.h
8903F: include/uapi/linux/watchdog.h
8904
8905WD7000 SCSI DRIVER
8906M: Miroslav Zagorac <[email protected]>
8907L: [email protected]
8908S: Maintained
8909F: drivers/scsi/wd7000.c
8910
8911WIIMOTE HID DRIVER
8912M: David Herrmann <[email protected]>
8913L: [email protected]
8914S: Maintained
8915F: drivers/hid/hid-wiimote*
8916
8917WINBOND CIR DRIVER
8918M: David Härdeman <[email protected]>
8919S: Maintained
8920F: drivers/media/rc/winbond-cir.c
8921
8922WIMAX STACK
8923M: Inaky Perez-Gonzalez <[email protected]>
8924M: [email protected]
8925L: [email protected]
8926S: Supported
8927W: http://linuxwimax.org
8928F: Documentation/wimax/README.wimax
8929F: include/linux/wimax/debug.h
8930F: include/net/wimax.h
8931F: include/uapi/linux/wimax.h
8932F: net/wimax/
8933
8934WISTRON LAPTOP BUTTON DRIVER
8935M: Miloslav Trmac <[email protected]>
8936S: Maintained
8937F: drivers/input/misc/wistron_btns.c
8938
8939WL3501 WIRELESS PCMCIA CARD DRIVER
8940M: Arnaldo Carvalho de Melo <[email protected]>
8941L: [email protected]
8942W: http://oops.ghostprotocols.net:81/blog
8943S: Maintained
8944F: drivers/net/wireless/wl3501*
8945
8946WM97XX TOUCHSCREEN DRIVERS
8947M: Mark Brown <[email protected]>
8948M: Liam Girdwood <[email protected]>
8949L: [email protected]
8950T: git git://opensource.wolfsonmicro.com/linux-2.6-touch
8951W: http://opensource.wolfsonmicro.com/node/7
8952S: Supported
8953F: drivers/input/touchscreen/*wm97*
8954F: include/linux/wm97xx.h
8955
8956WOLFSON MICROELECTRONICS DRIVERS
8957M: Mark Brown <[email protected]>
8958L: [email protected]
8959T: git git://opensource.wolfsonmicro.com/linux-2.6-asoc
8960T: git git://opensource.wolfsonmicro.com/linux-2.6-audioplus
8961W: http://opensource.wolfsonmicro.com/content/linux-drivers-wolfson-devices
8962S: Supported
8963F: Documentation/hwmon/wm83??
8964F: arch/arm/mach-s3c64xx/mach-crag6410*
8965F: drivers/clk/clk-wm83*.c
8966F: drivers/extcon/extcon-arizona.c
8967F: drivers/leds/leds-wm83*.c
8968F: drivers/gpio/gpio-*wm*.c
8969F: drivers/gpio/gpio-arizona.c
8970F: drivers/hwmon/wm83??-hwmon.c
8971F: drivers/input/misc/wm831x-on.c
8972F: drivers/input/touchscreen/wm831x-ts.c
8973F: drivers/input/touchscreen/wm97*.c
8974F: drivers/mfd/arizona*
8975F: drivers/mfd/wm*.c
8976F: drivers/power/wm83*.c
8977F: drivers/rtc/rtc-wm83*.c
8978F: drivers/regulator/wm8*.c
8979F: drivers/video/backlight/wm83*_bl.c
8980F: drivers/watchdog/wm83*_wdt.c
8981F: include/linux/mfd/arizona/
8982F: include/linux/mfd/wm831x/
8983F: include/linux/mfd/wm8350/
8984F: include/linux/mfd/wm8400*
8985F: include/linux/wm97xx.h
8986F: include/sound/wm????.h
8987F: sound/soc/codecs/arizona.?
8988F: sound/soc/codecs/wm*
8989
8990WORKQUEUE
8991M: Tejun Heo <[email protected]>
8992T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq.git
8993S: Maintained
8994F: include/linux/workqueue.h
8995F: kernel/workqueue.c
8996F: Documentation/workqueue.txt
8997
8998X.25 NETWORK LAYER
8999M: Andrew Hendry <[email protected]>
9000L: [email protected]
9001S: Odd Fixes
9002F: Documentation/networking/x25*
9003F: include/net/x25*
9004F: net/x25/
9005
9006X86 ARCHITECTURE (32-BIT AND 64-BIT)
9007M: Thomas Gleixner <[email protected]>
9008M: Ingo Molnar <[email protected]>
9009M: "H. Peter Anvin" <[email protected]>
9010M: [email protected]
9011T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/core
9012S: Maintained
9013F: Documentation/x86/
9014F: arch/x86/
9015
9016X86 PLATFORM DRIVERS
9017M: Matthew Garrett <[email protected]>
9018L: [email protected]
9019T: git git://git.kernel.org/pub/scm/linux/kernel/git/mjg59/platform-drivers-x86.git
9020S: Maintained
9021F: drivers/platform/x86
9022
9023X86 MCE INFRASTRUCTURE
9024M: Tony Luck <[email protected]>
9025M: Borislav Petkov <[email protected]>
9026L: [email protected]
9027S: Maintained
9028F: arch/x86/kernel/cpu/mcheck/*
9029
9030XC2028/3028 TUNER DRIVER
9031M: Mauro Carvalho Chehab <[email protected]>
9032L: [email protected]
9033W: http://linuxtv.org
9034T: git git://linuxtv.org/media_tree.git
9035S: Maintained
9036F: drivers/media/tuners/tuner-xc2028.*
9037
9038XEN HYPERVISOR INTERFACE
9039M: Konrad Rzeszutek Wilk <[email protected]>
9040M: Jeremy Fitzhardinge <[email protected]>
9041L: [email protected] (moderated for non-subscribers)
9042L: [email protected]
9043S: Supported
9044F: arch/x86/xen/
9045F: drivers/*/xen-*front.c
9046F: drivers/xen/
9047F: arch/x86/include/asm/xen/
9048F: include/xen/
9049F: include/uapi/xen/
9050
9051XEN HYPERVISOR ARM
9052M: Stefano Stabellini <[email protected]>
9053L: [email protected] (moderated for non-subscribers)
9054S: Supported
9055F: arch/arm/xen/
9056F: arch/arm/include/asm/xen/
9057
9058XEN NETWORK BACKEND DRIVER
9059M: Ian Campbell <[email protected]>
9060L: [email protected] (moderated for non-subscribers)
9061L: [email protected]
9062S: Supported
9063F: drivers/net/xen-netback/*
9064
9065XEN PCI SUBSYSTEM
9066M: Konrad Rzeszutek Wilk <[email protected]>
9067L: [email protected] (moderated for non-subscribers)
9068S: Supported
9069F: arch/x86/pci/*xen*
9070F: drivers/pci/*xen*
9071
9072XEN SWIOTLB SUBSYSTEM
9073M: Konrad Rzeszutek Wilk <[email protected]>
9074L: [email protected] (moderated for non-subscribers)
9075S: Supported
9076F: arch/x86/xen/*swiotlb*
9077F: drivers/xen/*swiotlb*
9078
9079XFS FILESYSTEM
9080P: Silicon Graphics Inc
9081M: Ben Myers <[email protected]>
9082M: Alex Elder <[email protected]>
9083M: [email protected]
9084L: [email protected]
9085W: http://oss.sgi.com/projects/xfs
9086T: git git://oss.sgi.com/xfs/xfs.git
9087S: Supported
9088F: Documentation/filesystems/xfs.txt
9089F: fs/xfs/
9090
9091XILINX AXI ETHERNET DRIVER
9092M: Anirudha Sarangi <[email protected]>
9093M: John Linn <[email protected]>
9094S: Maintained
9095F: drivers/net/ethernet/xilinx/xilinx_axienet*
9096
9097XILINX SYSTEMACE DRIVER
9098S: Unmaintained
9099F: drivers/block/xsysace.c
9100
9101XILINX UARTLITE SERIAL DRIVER
9102M: Peter Korsgaard <[email protected]>
9103L: [email protected]
9104S: Maintained
9105F: drivers/tty/serial/uartlite.c
9106
9107YAM DRIVER FOR AX.25
9108M: Jean-Paul Roubelat <[email protected]>
9109L: [email protected]
9110S: Maintained
9111F: drivers/net/hamradio/yam*
9112F: include/linux/yam.h
9113
9114YEALINK PHONE DRIVER
9115M: Henk Vergonet <[email protected]>
9116L: [email protected]
9117S: Maintained
9118F: Documentation/input/yealink.txt
9119F: drivers/input/misc/yealink.*
9120
9121Z8530 DRIVER FOR AX.25
9122M: Joerg Reuter <[email protected]>
9123W: http://yaina.de/jreuter/
9124W: http://www.qsl.net/dl1bke/
9125L: [email protected]
9126S: Maintained
9127F: Documentation/networking/z8530drv.txt
9128F: drivers/net/hamradio/*scc.c
9129F: drivers/net/hamradio/z8530.h
9130
9131ZD1211RW WIRELESS DRIVER
9132M: Daniel Drake <[email protected]>
9133M: Ulrich Kunitz <[email protected]>
9134W: http://zd1211.ath.cx/wiki/DriverRewrite
9135L: [email protected]
9136L: [email protected] (subscribers-only)
9137S: Maintained
9138F: drivers/net/wireless/zd1211rw/
9139
9140ZR36067 VIDEO FOR LINUX DRIVER
9141L: [email protected]
9142L: [email protected]
9143W: http://mjpeg.sourceforge.net/driver-zoran/
9144T: Mercurial http://linuxtv.org/hg/v4l-dvb
9145S: Odd Fixes
9146F: drivers/media/pci/zoran/
9147
9148ZS DECSTATION Z85C30 SERIAL DRIVER
9149M: "Maciej W. Rozycki" <[email protected]>
9150S: Maintained
9151F: drivers/tty/serial/zs.*
9152
9153THE REST
9154M: Linus Torvalds <[email protected]>
9155L: [email protected]
9156Q: http://patchwork.kernel.org/project/LKML/list/
9157T: git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
9158S: Buried alive in reporters
9159F: *
9160F: */
This page took 0.139966 seconds and 4 git commands to generate.