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