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