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