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