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