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