[media] MAINTAINERS: add radio-cadet entry
[linux-2.6-block.git] / MAINTAINERS
1
2
3         List of maintainers and how to submit kernel changes
4
5 Please try to follow the guidelines below.  This will make things
6 easier on the maintainers.  Not all of these guidelines matter for every
7 trivial patch so apply some common sense.
8
9 1.      Always _test_ your changes, however small, on at least 4 or
10         5 people, preferably many more.
11
12 2.      Try to release a few ALPHA test versions to the net. Announce
13         them onto the kernel channel and await results. This is especially
14         important for device drivers, because often that's the only way
15         you will find things like the fact version 3 firmware needs
16         a magic fix you didn't know about, or some clown changed the
17         chips on a board and not its name.  (Don't laugh!  Look at the
18         SMC etherpower for that.)
19
20 3.      Make sure your changes compile correctly in multiple
21         configurations. In particular check that changes work both as a
22         module and built into the kernel.
23
24 4.      When you are happy with a change make it generally available for
25         testing and await feedback.
26
27 5.      Make a patch available to the relevant maintainer in the list. Use
28         'diff -u' to make the patch easy to merge. Be prepared to get your
29         changes sent back with seemingly silly requests about formatting
30         and variable names.  These aren't as silly as they seem. One
31         job the maintainers (and especially Linus) do is to keep things
32         looking the same. Sometimes this means that the clever hack in
33         your driver to get around a problem actually needs to become a
34         generalized kernel feature ready for next time.
35
36         PLEASE check your patch with the automated style checker
37         (scripts/checkpatch.pl) to catch trival style violations.
38         See Documentation/CodingStyle for guidance here.
39
40         PLEASE CC: the maintainers and mailing lists that are generated
41         by scripts/get_maintainer.pl.  The results returned by the
42         script will be best if you have git installed and are making
43         your changes in a branch derived from Linus' latest git tree.
44         See Documentation/SubmittingPatches for details.
45
46         PLEASE try to include any credit lines you want added with the
47         patch. It avoids people being missed off by mistake and makes
48         it easier to know who wants adding and who doesn't.
49
50         PLEASE document known bugs. If it doesn't work for everything
51         or does something very odd once a month document it.
52
53         PLEASE remember that submissions must be made under the terms
54         of the OSDL certificate of contribution and should include a
55         Signed-off-by: line.  The current version of this "Developer's
56         Certificate of Origin" (DCO) is listed in the file
57         Documentation/SubmittingPatches.
58
59 6.      Make sure you have the right to send any changes you make. If you
60         do changes at work you may find your employer owns the patch
61         not you.
62
63 7.      When sending security related changes or reports to a maintainer
64         please Cc: 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 iSCSI BOOT FIRMWARE TABLE (iBFT) DRIVER
4197 M:      Peter Jones <pjones@redhat.com>
4198 M:      Konrad Rzeszutek Wilk <konrad@kernel.org>
4199 S:      Maintained
4200 F:      drivers/firmware/iscsi_ibft*
4201
4202 ISCSI
4203 M:      Mike Christie <michaelc@cs.wisc.edu>
4204 L:      open-iscsi@googlegroups.com
4205 W:      www.open-iscsi.org
4206 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mnc/linux-2.6-iscsi.git
4207 S:      Maintained
4208 F:      drivers/scsi/*iscsi*
4209 F:      include/scsi/*iscsi*
4210
4211 ISDN SUBSYSTEM
4212 M:      Karsten Keil <isdn@linux-pingi.de>
4213 L:      isdn4linux@listserv.isdn4linux.de (subscribers-only)
4214 L:      netdev@vger.kernel.org
4215 W:      http://www.isdn4linux.de
4216 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kkeil/isdn-2.6.git
4217 S:      Maintained
4218 F:      Documentation/isdn/
4219 F:      drivers/isdn/
4220 F:      include/linux/isdn.h
4221 F:      include/linux/isdn/
4222
4223 ISDN SUBSYSTEM (Eicon active card driver)
4224 M:      Armin Schindler <mac@melware.de>
4225 L:      isdn4linux@listserv.isdn4linux.de (subscribers-only)
4226 W:      http://www.melware.de
4227 S:      Maintained
4228 F:      drivers/isdn/hardware/eicon/
4229
4230 IT87 HARDWARE MONITORING DRIVER
4231 M:      Jean Delvare <khali@linux-fr.org>
4232 L:      lm-sensors@lm-sensors.org
4233 S:      Maintained
4234 F:      Documentation/hwmon/it87
4235 F:      drivers/hwmon/it87.c
4236
4237 IT913X MEDIA DRIVER
4238 M:      Malcolm Priestley <tvboxspy@gmail.com>
4239 L:      linux-media@vger.kernel.org
4240 W:      http://linuxtv.org/
4241 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4242 S:      Maintained
4243 F:      drivers/media/usb/dvb-usb-v2/it913x*
4244
4245 IT913X FE 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/dvb-frontends/it913x-fe*
4252
4253 IVTV VIDEO4LINUX DRIVER
4254 M:      Andy Walls <awalls@md.metrocast.net>
4255 L:      ivtv-devel@ivtvdriver.org (moderated for non-subscribers)
4256 L:      linux-media@vger.kernel.org
4257 T:      git git://linuxtv.org/media_tree.git
4258 W:      http://www.ivtvdriver.org
4259 S:      Maintained
4260 F:      Documentation/video4linux/*.ivtv
4261 F:      drivers/media/pci/ivtv/
4262 F:      include/linux/ivtv*
4263
4264 IX2505V MEDIA DRIVER
4265 M:      Malcolm Priestley <tvboxspy@gmail.com>
4266 L:      linux-media@vger.kernel.org
4267 W:      http://linuxtv.org/
4268 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4269 S:      Maintained
4270 F:      drivers/media/dvb-frontends/ix2505v*
4271
4272 JC42.4 TEMPERATURE SENSOR DRIVER
4273 M:      Guenter Roeck <linux@roeck-us.net>
4274 L:      lm-sensors@lm-sensors.org
4275 S:      Maintained
4276 F:      drivers/hwmon/jc42.c
4277 F:      Documentation/hwmon/jc42
4278
4279 JFS FILESYSTEM
4280 M:      Dave Kleikamp <shaggy@kernel.org>
4281 L:      jfs-discussion@lists.sourceforge.net
4282 W:      http://jfs.sourceforge.net/
4283 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
4284 S:      Maintained
4285 F:      Documentation/filesystems/jfs.txt
4286 F:      fs/jfs/
4287
4288 JME NETWORK DRIVER
4289 M:      Guo-Fu Tseng <cooldavid@cooldavid.org>
4290 L:      netdev@vger.kernel.org
4291 S:      Maintained
4292 F:      drivers/net/ethernet/jme.*
4293
4294 JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
4295 M:      David Woodhouse <dwmw2@infradead.org>
4296 L:      linux-mtd@lists.infradead.org
4297 W:      http://www.linux-mtd.infradead.org/doc/jffs2.html
4298 S:      Maintained
4299 F:      fs/jffs2/
4300 F:      include/linux/jffs2.h
4301
4302 JOURNALLING LAYER FOR BLOCK DEVICES (JBD)
4303 M:      Andrew Morton <akpm@linux-foundation.org>
4304 M:      Jan Kara <jack@suse.cz>
4305 L:      linux-ext4@vger.kernel.org
4306 S:      Maintained
4307 F:      fs/jbd/
4308 F:      include/linux/ext3_jbd.h
4309 F:      include/linux/jbd.h
4310
4311 JOURNALLING LAYER FOR BLOCK DEVICES (JBD2)
4312 M:      "Theodore Ts'o" <tytso@mit.edu>
4313 L:      linux-ext4@vger.kernel.org
4314 S:      Maintained
4315 F:      fs/jbd2/
4316 F:      include/linux/jbd2.h
4317
4318 JSM Neo PCI based serial card
4319 M:      Lucas Tavares <lucaskt@linux.vnet.ibm.com>
4320 L:      linux-serial@vger.kernel.org
4321 S:      Maintained
4322 F:      drivers/tty/serial/jsm/
4323
4324 K10TEMP HARDWARE MONITORING DRIVER
4325 M:      Clemens Ladisch <clemens@ladisch.de>
4326 L:      lm-sensors@lm-sensors.org
4327 S:      Maintained
4328 F:      Documentation/hwmon/k10temp
4329 F:      drivers/hwmon/k10temp.c
4330
4331 K8TEMP HARDWARE MONITORING DRIVER
4332 M:      Rudolf Marek <r.marek@assembler.cz>
4333 L:      lm-sensors@lm-sensors.org
4334 S:      Maintained
4335 F:      Documentation/hwmon/k8temp
4336 F:      drivers/hwmon/k8temp.c
4337
4338 KCONFIG
4339 M:      Michal Marek <mmarek@suse.cz>
4340 L:      linux-kbuild@vger.kernel.org
4341 S:      Odd Fixes
4342 F:      Documentation/kbuild/kconfig-language.txt
4343 F:      scripts/kconfig/
4344
4345 KDUMP
4346 M:      Vivek Goyal <vgoyal@redhat.com>
4347 M:      Haren Myneni <hbabu@us.ibm.com>
4348 L:      kexec@lists.infradead.org
4349 W:      http://lse.sourceforge.net/kdump/
4350 S:      Maintained
4351 F:      Documentation/kdump/
4352
4353 KEENE FM RADIO TRANSMITTER DRIVER
4354 M:      Hans Verkuil <hverkuil@xs4all.nl>
4355 L:      linux-media@vger.kernel.org
4356 T:      git git://linuxtv.org/media_tree.git
4357 W:      http://linuxtv.org
4358 S:      Maintained
4359 F:      drivers/media/radio/radio-keene*
4360
4361 KERNEL AUTOMOUNTER v4 (AUTOFS4)
4362 M:      Ian Kent <raven@themaw.net>
4363 L:      autofs@vger.kernel.org
4364 S:      Maintained
4365 F:      fs/autofs4/
4366
4367 KERNEL BUILD + files below scripts/ (unless maintained elsewhere)
4368 M:      Michal Marek <mmarek@suse.cz>
4369 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git for-next
4370 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git rc-fixes
4371 L:      linux-kbuild@vger.kernel.org
4372 S:      Maintained
4373 F:      Documentation/kbuild/
4374 F:      Makefile
4375 F:      scripts/Makefile.*
4376 F:      scripts/basic/
4377 F:      scripts/mk*
4378 F:      scripts/package/
4379
4380 KERNEL JANITORS
4381 L:      kernel-janitors@vger.kernel.org
4382 W:      http://kernelnewbies.org/KernelJanitors
4383 S:      Odd Fixes
4384
4385 KERNEL NFSD, SUNRPC, AND LOCKD SERVERS
4386 M:      "J. Bruce Fields" <bfields@fieldses.org>
4387 L:      linux-nfs@vger.kernel.org
4388 W:      http://nfs.sourceforge.net/
4389 S:      Supported
4390 F:      fs/nfsd/
4391 F:      include/linux/nfsd/
4392 F:      fs/lockd/
4393 F:      fs/nfs_common/
4394 F:      net/sunrpc/
4395 F:      include/linux/lockd/
4396 F:      include/linux/sunrpc/
4397
4398 KERNEL VIRTUAL MACHINE (KVM)
4399 M:      Marcelo Tosatti <mtosatti@redhat.com>
4400 M:      Gleb Natapov <gleb@redhat.com>
4401 L:      kvm@vger.kernel.org
4402 W:      http://kvm.qumranet.com
4403 S:      Supported
4404 F:      Documentation/*/kvm.txt
4405 F:      arch/*/kvm/
4406 F:      arch/*/include/asm/kvm*
4407 F:      include/linux/kvm*
4408 F:      virt/kvm/
4409
4410 KERNEL VIRTUAL MACHINE (KVM) FOR AMD-V
4411 M:      Joerg Roedel <joerg.roedel@amd.com>
4412 L:      kvm@vger.kernel.org
4413 W:      http://kvm.qumranet.com
4414 S:      Supported
4415 F:      arch/x86/include/asm/svm.h
4416 F:      arch/x86/kvm/svm.c
4417
4418 KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
4419 M:      Alexander Graf <agraf@suse.de>
4420 L:      kvm-ppc@vger.kernel.org
4421 W:      http://kvm.qumranet.com
4422 S:      Supported
4423 F:      arch/powerpc/include/asm/kvm*
4424 F:      arch/powerpc/kvm/
4425
4426 KERNEL VIRTUAL MACHINE For Itanium (KVM/IA64)
4427 M:      Xiantao Zhang <xiantao.zhang@intel.com>
4428 L:      kvm-ia64@vger.kernel.org
4429 W:      http://kvm.qumranet.com
4430 S:      Supported
4431 F:      Documentation/ia64/kvm.txt
4432 F:      arch/ia64/include/asm/kvm*
4433 F:      arch/ia64/kvm/
4434
4435 KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
4436 M:      Christian Borntraeger <borntraeger@de.ibm.com>
4437 M:      Cornelia Huck <cornelia.huck@de.ibm.com>
4438 M:      linux390@de.ibm.com
4439 L:      linux-s390@vger.kernel.org
4440 W:      http://www.ibm.com/developerworks/linux/linux390/
4441 S:      Supported
4442 F:      Documentation/s390/kvm.txt
4443 F:      arch/s390/include/asm/kvm*
4444 F:      arch/s390/kvm/
4445 F:      drivers/s390/kvm/
4446
4447 KEXEC
4448 M:      Eric Biederman <ebiederm@xmission.com>
4449 W:      http://kernel.org/pub/linux/utils/kernel/kexec/
4450 L:      kexec@lists.infradead.org
4451 S:      Maintained
4452 F:      include/linux/kexec.h
4453 F:      kernel/kexec.c
4454
4455 KEYS/KEYRINGS:
4456 M:      David Howells <dhowells@redhat.com>
4457 L:      keyrings@linux-nfs.org
4458 S:      Maintained
4459 F:      Documentation/security/keys.txt
4460 F:      include/linux/key.h
4461 F:      include/linux/key-type.h
4462 F:      include/keys/
4463 F:      security/keys/
4464
4465 KEYS-TRUSTED
4466 M:      David Safford <safford@watson.ibm.com>
4467 M:      Mimi Zohar <zohar@us.ibm.com>
4468 L:      linux-security-module@vger.kernel.org
4469 L:      keyrings@linux-nfs.org
4470 S:      Supported
4471 F:      Documentation/security/keys-trusted-encrypted.txt
4472 F:      include/keys/trusted-type.h
4473 F:      security/keys/trusted.c
4474 F:      security/keys/trusted.h
4475
4476 KEYS-ENCRYPTED
4477 M:      Mimi Zohar <zohar@us.ibm.com>
4478 M:      David Safford <safford@watson.ibm.com>
4479 L:      linux-security-module@vger.kernel.org
4480 L:      keyrings@linux-nfs.org
4481 S:      Supported
4482 F:      Documentation/security/keys-trusted-encrypted.txt
4483 F:      include/keys/encrypted-type.h
4484 F:      security/keys/encrypted-keys/
4485
4486 KGDB / KDB /debug_core
4487 M:      Jason Wessel <jason.wessel@windriver.com>
4488 W:      http://kgdb.wiki.kernel.org/
4489 L:      kgdb-bugreport@lists.sourceforge.net
4490 S:      Maintained
4491 F:      Documentation/DocBook/kgdb.tmpl
4492 F:      drivers/misc/kgdbts.c
4493 F:      drivers/tty/serial/kgdboc.c
4494 F:      include/linux/kdb.h
4495 F:      include/linux/kgdb.h
4496 F:      kernel/debug/
4497
4498 KMEMCHECK
4499 M:      Vegard Nossum <vegardno@ifi.uio.no>
4500 M:      Pekka Enberg <penberg@kernel.org>
4501 S:      Maintained
4502 F:      Documentation/kmemcheck.txt
4503 F:      arch/x86/include/asm/kmemcheck.h
4504 F:      arch/x86/mm/kmemcheck/
4505 F:      include/linux/kmemcheck.h
4506 F:      mm/kmemcheck.c
4507
4508 KMEMLEAK
4509 M:      Catalin Marinas <catalin.marinas@arm.com>
4510 S:      Maintained
4511 F:      Documentation/kmemleak.txt
4512 F:      include/linux/kmemleak.h
4513 F:      mm/kmemleak.c
4514 F:      mm/kmemleak-test.c
4515
4516 KPROBES
4517 M:      Ananth N Mavinakayanahalli <ananth@in.ibm.com>
4518 M:      Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com>
4519 M:      "David S. Miller" <davem@davemloft.net>
4520 M:      Masami Hiramatsu <masami.hiramatsu.pt@hitachi.com>
4521 S:      Maintained
4522 F:      Documentation/kprobes.txt
4523 F:      include/linux/kprobes.h
4524 F:      kernel/kprobes.c
4525
4526 KS0108 LCD CONTROLLER DRIVER
4527 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
4528 W:      http://miguelojeda.es/auxdisplay.htm
4529 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
4530 S:      Maintained
4531 F:      Documentation/auxdisplay/ks0108
4532 F:      drivers/auxdisplay/ks0108.c
4533 F:      include/linux/ks0108.h
4534
4535 LAPB module
4536 L:      linux-x25@vger.kernel.org
4537 S:      Orphan
4538 F:      Documentation/networking/lapb-module.txt
4539 F:      include/*/lapb.h
4540 F:      net/lapb/
4541
4542 LASI 53c700 driver for PARISC
4543 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
4544 L:      linux-scsi@vger.kernel.org
4545 S:      Maintained
4546 F:      Documentation/scsi/53c700.txt
4547 F:      drivers/scsi/53c700*
4548
4549 LED SUBSYSTEM
4550 M:      Bryan Wu <cooloney@gmail.com>
4551 M:      Richard Purdie <rpurdie@rpsys.net>
4552 L:      linux-leds@vger.kernel.org
4553 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/cooloney/linux-leds.git
4554 S:      Maintained
4555 F:      drivers/leds/
4556 F:      include/linux/leds.h
4557
4558 LEGACY EEPROM DRIVER
4559 M:      Jean Delvare <khali@linux-fr.org>
4560 S:      Maintained
4561 F:      Documentation/misc-devices/eeprom
4562 F:      drivers/misc/eeprom/eeprom.c
4563
4564 LEGO USB Tower driver
4565 M:      Juergen Stuber <starblue@users.sourceforge.net>
4566 L:      legousb-devel@lists.sourceforge.net
4567 W:      http://legousb.sourceforge.net/
4568 S:      Maintained
4569 F:      drivers/usb/misc/legousbtower.c
4570
4571 LG2160 MEDIA DRIVER
4572 M:      Michael Krufky <mkrufky@linuxtv.org>
4573 L:      linux-media@vger.kernel.org
4574 W:      http://linuxtv.org/
4575 W:      http://github.com/mkrufky
4576 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4577 T:      git git://linuxtv.org/mkrufky/tuners.git
4578 S:      Maintained
4579 F:      drivers/media/dvb-frontends/lg2160.*
4580
4581 LGDT3305 MEDIA DRIVER
4582 M:      Michael Krufky <mkrufky@linuxtv.org>
4583 L:      linux-media@vger.kernel.org
4584 W:      http://linuxtv.org/
4585 W:      http://github.com/mkrufky
4586 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4587 T:      git git://linuxtv.org/mkrufky/tuners.git
4588 S:      Maintained
4589 F:      drivers/media/dvb-frontends/lgdt3305.*
4590
4591 LGUEST
4592 M:      Rusty Russell <rusty@rustcorp.com.au>
4593 L:      lguest@lists.ozlabs.org
4594 W:      http://lguest.ozlabs.org/
4595 S:      Odd Fixes
4596 F:      arch/x86/include/asm/lguest*.h
4597 F:      arch/x86/lguest/
4598 F:      drivers/lguest/
4599 F:      include/linux/lguest*.h
4600 F:      tools/lguest/
4601
4602 LINUX FOR IBM pSERIES (RS/6000)
4603 M:      Paul Mackerras <paulus@au.ibm.com>
4604 W:      http://www.ibm.com/linux/ltc/projects/ppc
4605 S:      Supported
4606 F:      arch/powerpc/boot/rs6000.h
4607
4608 LINUX FOR POWERPC (32-BIT AND 64-BIT)
4609 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
4610 M:      Paul Mackerras <paulus@samba.org>
4611 W:      http://www.penguinppc.org/
4612 L:      linuxppc-dev@lists.ozlabs.org
4613 Q:      http://patchwork.ozlabs.org/project/linuxppc-dev/list/
4614 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc.git
4615 S:      Supported
4616 F:      Documentation/powerpc/
4617 F:      arch/powerpc/
4618
4619 LINUX FOR POWER MACINTOSH
4620 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
4621 W:      http://www.penguinppc.org/
4622 L:      linuxppc-dev@lists.ozlabs.org
4623 S:      Maintained
4624 F:      arch/powerpc/platforms/powermac/
4625 F:      drivers/macintosh/
4626
4627 LINUX FOR POWERPC EMBEDDED MPC5XXX
4628 M:      Anatolij Gustschin <agust@denx.de>
4629 L:      linuxppc-dev@lists.ozlabs.org
4630 T:      git git://git.denx.de/linux-2.6-agust.git
4631 S:      Maintained
4632 F:      arch/powerpc/platforms/512x/
4633 F:      arch/powerpc/platforms/52xx/
4634
4635 LINUX FOR POWERPC EMBEDDED PPC4XX
4636 M:      Josh Boyer <jwboyer@gmail.com>
4637 M:      Matt Porter <mporter@kernel.crashing.org>
4638 W:      http://www.penguinppc.org/
4639 L:      linuxppc-dev@lists.ozlabs.org
4640 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jwboyer/powerpc-4xx.git
4641 S:      Maintained
4642 F:      arch/powerpc/platforms/40x/
4643 F:      arch/powerpc/platforms/44x/
4644
4645 LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
4646 M:      Grant Likely <grant.likely@secretlab.ca>
4647 W:      http://wiki.secretlab.ca/index.php/Linux_on_Xilinx_Virtex
4648 L:      linuxppc-dev@lists.ozlabs.org
4649 T:      git git://git.secretlab.ca/git/linux-2.6.git
4650 S:      Maintained
4651 F:      arch/powerpc/*/*virtex*
4652 F:      arch/powerpc/*/*/*virtex*
4653
4654 LINUX FOR POWERPC EMBEDDED PPC8XX
4655 M:      Vitaly Bordug <vitb@kernel.crashing.org>
4656 M:      Marcelo Tosatti <marcelo@kvack.org>
4657 W:      http://www.penguinppc.org/
4658 L:      linuxppc-dev@lists.ozlabs.org
4659 S:      Maintained
4660 F:      arch/powerpc/platforms/8xx/
4661
4662 LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
4663 M:      Kumar Gala <galak@kernel.crashing.org>
4664 W:      http://www.penguinppc.org/
4665 L:      linuxppc-dev@lists.ozlabs.org
4666 S:      Maintained
4667 F:      arch/powerpc/platforms/83xx/
4668 F:      arch/powerpc/platforms/85xx/
4669
4670 LINUX FOR POWERPC PA SEMI PWRFICIENT
4671 M:      Olof Johansson <olof@lixom.net>
4672 L:      linuxppc-dev@lists.ozlabs.org
4673 S:      Maintained
4674 F:      arch/powerpc/platforms/pasemi/
4675 F:      drivers/*/*pasemi*
4676 F:      drivers/*/*/*pasemi*
4677
4678 LINUX SECURITY MODULE (LSM) FRAMEWORK
4679 M:      Chris Wright <chrisw@sous-sol.org>
4680 L:      linux-security-module@vger.kernel.org
4681 S:      Supported
4682
4683 LIS3LV02D ACCELEROMETER DRIVER
4684 M:      Eric Piel <eric.piel@tremplin-utc.net>
4685 S:      Maintained
4686 F:      Documentation/misc-devices/lis3lv02d
4687 F:      drivers/misc/lis3lv02d/
4688 F:      drivers/platform/x86/hp_accel.c
4689
4690 LLC (802.2)
4691 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
4692 S:      Maintained
4693 F:      include/linux/llc.h
4694 F:      include/net/llc*
4695 F:      net/llc/
4696
4697 LM73 HARDWARE MONITOR DRIVER
4698 M:      Guillaume Ligneul <guillaume.ligneul@gmail.com>
4699 L:      lm-sensors@lm-sensors.org
4700 S:      Maintained
4701 F:      drivers/hwmon/lm73.c
4702
4703 LM78 HARDWARE MONITOR DRIVER
4704 M:      Jean Delvare <khali@linux-fr.org>
4705 L:      lm-sensors@lm-sensors.org
4706 S:      Maintained
4707 F:      Documentation/hwmon/lm78
4708 F:      drivers/hwmon/lm78.c
4709
4710 LM83 HARDWARE MONITOR DRIVER
4711 M:      Jean Delvare <khali@linux-fr.org>
4712 L:      lm-sensors@lm-sensors.org
4713 S:      Maintained
4714 F:      Documentation/hwmon/lm83
4715 F:      drivers/hwmon/lm83.c
4716
4717 LM90 HARDWARE MONITOR DRIVER
4718 M:      Jean Delvare <khali@linux-fr.org>
4719 L:      lm-sensors@lm-sensors.org
4720 S:      Maintained
4721 F:      Documentation/hwmon/lm90
4722 F:      drivers/hwmon/lm90.c
4723
4724 LME2510 MEDIA DRIVER
4725 M:      Malcolm Priestley <tvboxspy@gmail.com>
4726 L:      linux-media@vger.kernel.org
4727 W:      http://linuxtv.org/
4728 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4729 S:      Maintained
4730 F:      drivers/media/usb/dvb-usb-v2/lmedm04*
4731
4732 LOCKDEP AND LOCKSTAT
4733 M:      Peter Zijlstra <peterz@infradead.org>
4734 M:      Ingo Molnar <mingo@redhat.com>
4735 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git core/locking
4736 S:      Maintained
4737 F:      Documentation/lockdep*.txt
4738 F:      Documentation/lockstat.txt
4739 F:      include/linux/lockdep.h
4740 F:      kernel/lockdep*
4741
4742 LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
4743 M:      "Richard Russon (FlatCap)" <ldm@flatcap.org>
4744 L:      linux-ntfs-dev@lists.sourceforge.net
4745 W:      http://www.linux-ntfs.org/content/view/19/37/
4746 S:      Maintained
4747 F:      Documentation/ldm.txt
4748 F:      block/partitions/ldm.*
4749
4750 LogFS
4751 M:      Joern Engel <joern@logfs.org>
4752 M:      Prasad Joshi <prasadjoshi.linux@gmail.com>
4753 L:      logfs@logfs.org
4754 W:      logfs.org
4755 S:      Maintained
4756 F:      fs/logfs/
4757
4758 LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
4759 M:      Eric Moore <Eric.Moore@lsi.com>
4760 M:      support@lsi.com
4761 L:      DL-MPTFusionLinux@lsi.com
4762 L:      linux-scsi@vger.kernel.org
4763 W:      http://www.lsilogic.com/support
4764 S:      Supported
4765 F:      drivers/message/fusion/
4766
4767 LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
4768 M:      Matthew Wilcox <matthew@wil.cx>
4769 L:      linux-scsi@vger.kernel.org
4770 S:      Maintained
4771 F:      drivers/scsi/sym53c8xx_2/
4772
4773 LTC4261 HARDWARE MONITOR DRIVER
4774 M:      Guenter Roeck <linux@roeck-us.net>
4775 L:      lm-sensors@lm-sensors.org
4776 S:      Maintained
4777 F:      Documentation/hwmon/ltc4261
4778 F:      drivers/hwmon/ltc4261.c
4779
4780 LTP (Linux Test Project)
4781 M:      Shubham Goyal <shubham@linux.vnet.ibm.com>
4782 M:      Mike Frysinger <vapier@gentoo.org>
4783 M:      Cyril Hrubis <chrubis@suse.cz>
4784 M:      Caspar Zhang <caspar@casparzhang.com>
4785 M:      Wanlong Gao <gaowanlong@cn.fujitsu.com>
4786 L:      ltp-list@lists.sourceforge.net (subscribers-only)
4787 W:      http://ltp.sourceforge.net/
4788 T:      git git://github.com/linux-test-project/ltp.git
4789 T:      git git://ltp.git.sourceforge.net/gitroot/ltp/ltp-dev
4790 S:      Maintained
4791
4792 M32R ARCHITECTURE
4793 M:      Hirokazu Takata <takata@linux-m32r.org>
4794 L:      linux-m32r@ml.linux-m32r.org (moderated for non-subscribers)
4795 L:      linux-m32r-ja@ml.linux-m32r.org (in Japanese)
4796 W:      http://www.linux-m32r.org/
4797 S:      Maintained
4798 F:      arch/m32r/
4799
4800 M68K ARCHITECTURE
4801 M:      Geert Uytterhoeven <geert@linux-m68k.org>
4802 L:      linux-m68k@lists.linux-m68k.org
4803 W:      http://www.linux-m68k.org/
4804 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git
4805 S:      Maintained
4806 F:      arch/m68k/
4807 F:      drivers/zorro/
4808
4809 M68K ON APPLE MACINTOSH
4810 M:      Joshua Thompson <funaho@jurai.org>
4811 W:      http://www.mac.linux-m68k.org/
4812 L:      linux-m68k@lists.linux-m68k.org
4813 S:      Maintained
4814 F:      arch/m68k/mac/
4815
4816 M68K ON HP9000/300
4817 M:      Philip Blundell <philb@gnu.org>
4818 W:      http://www.tazenda.demon.co.uk/phil/linux-hp
4819 S:      Maintained
4820 F:      arch/m68k/hp300/
4821
4822 M88RS2000 MEDIA DRIVER
4823 M:      Malcolm Priestley <tvboxspy@gmail.com>
4824 L:      linux-media@vger.kernel.org
4825 W:      http://linuxtv.org/
4826 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4827 S:      Maintained
4828 F:      drivers/media/dvb-frontends/m88rs2000*
4829
4830 MAC80211
4831 M:      Johannes Berg <johannes@sipsolutions.net>
4832 L:      linux-wireless@vger.kernel.org
4833 W:      http://wireless.kernel.org/
4834 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
4835 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
4836 S:      Maintained
4837 F:      Documentation/networking/mac80211-injection.txt
4838 F:      include/net/mac80211.h
4839 F:      net/mac80211/
4840
4841 MAC80211 PID RATE CONTROL
4842 M:      Stefano Brivio <stefano.brivio@polimi.it>
4843 M:      Mattias Nissler <mattias.nissler@gmx.de>
4844 L:      linux-wireless@vger.kernel.org
4845 W:      http://wireless.kernel.org/en/developers/Documentation/mac80211/RateControl/PID
4846 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
4847 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
4848 S:      Maintained
4849 F:      net/mac80211/rc80211_pid*
4850
4851 MACVLAN DRIVER
4852 M:      Patrick McHardy <kaber@trash.net>
4853 L:      netdev@vger.kernel.org
4854 S:      Maintained
4855 F:      drivers/net/macvlan.c
4856 F:      include/linux/if_macvlan.h
4857
4858 MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
4859 M:      Michael Kerrisk <mtk.manpages@gmail.com>
4860 W:      http://www.kernel.org/doc/man-pages
4861 L:      linux-man@vger.kernel.org
4862 S:      Maintained
4863
4864 MARVELL GIGABIT ETHERNET DRIVERS (skge/sky2)
4865 M:      Mirko Lindner <mlindner@marvell.com>
4866 M:      Stephen Hemminger <shemminger@vyatta.com>
4867 L:      netdev@vger.kernel.org
4868 S:      Maintained
4869 F:      drivers/net/ethernet/marvell/sk*
4870
4871 MARVELL LIBERTAS WIRELESS DRIVER
4872 M:      Dan Williams <dcbw@redhat.com>
4873 L:      libertas-dev@lists.infradead.org
4874 S:      Maintained
4875 F:      drivers/net/wireless/libertas/
4876
4877 MARVELL MV643XX ETHERNET DRIVER
4878 M:      Lennert Buytenhek <buytenh@wantstofly.org>
4879 L:      netdev@vger.kernel.org
4880 S:      Maintained
4881 F:      drivers/net/ethernet/marvell/mv643xx_eth.*
4882 F:      include/linux/mv643xx.h
4883
4884 MARVELL MWIFIEX WIRELESS DRIVER
4885 M:      Bing Zhao <bzhao@marvell.com>
4886 L:      linux-wireless@vger.kernel.org
4887 S:      Maintained
4888 F:      drivers/net/wireless/mwifiex/
4889
4890 MARVELL MWL8K WIRELESS DRIVER
4891 M:      Lennert Buytenhek <buytenh@wantstofly.org>
4892 L:      linux-wireless@vger.kernel.org
4893 S:      Odd Fixes
4894 F:      drivers/net/wireless/mwl8k.c
4895
4896 MARVELL SOC MMC/SD/SDIO CONTROLLER DRIVER
4897 M:      Nicolas Pitre <nico@fluxnic.net>
4898 S:      Odd Fixes
4899 F:      drivers/mmc/host/mvsdio.*
4900
4901 MATROX FRAMEBUFFER DRIVER
4902 L:      linux-fbdev@vger.kernel.org
4903 S:      Orphan
4904 F:      drivers/video/matrox/matroxfb_*
4905 F:      include/linux/matroxfb.h
4906
4907 MAX16065 HARDWARE MONITOR DRIVER
4908 M:      Guenter Roeck <linux@roeck-us.net>
4909 L:      lm-sensors@lm-sensors.org
4910 S:      Maintained
4911 F:      Documentation/hwmon/max16065
4912 F:      drivers/hwmon/max16065.c
4913
4914 MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
4915 M:      "Hans J. Koch" <hjk@hansjkoch.de>
4916 L:      lm-sensors@lm-sensors.org
4917 S:      Maintained
4918 F:      Documentation/hwmon/max6650
4919 F:      drivers/hwmon/max6650.c
4920
4921 MEDIA INPUT INFRASTRUCTURE (V4L/DVB)
4922 M:      Mauro Carvalho Chehab <mchehab@redhat.com>
4923 P:      LinuxTV.org Project
4924 L:      linux-media@vger.kernel.org
4925 W:      http://linuxtv.org
4926 Q:      http://patchwork.kernel.org/project/linux-media/list/
4927 T:      git git://linuxtv.org/media_tree.git
4928 S:      Maintained
4929 F:      Documentation/dvb/
4930 F:      Documentation/video4linux/
4931 F:      Documentation/DocBook/media/
4932 F:      drivers/media/
4933 F:      drivers/staging/media/
4934 F:      include/media/
4935 F:      include/uapi/linux/dvb/
4936 F:      include/uapi/linux/videodev2.h
4937 F:      include/uapi/linux/media.h
4938 F:      include/uapi/linux/v4l2-*
4939 F:      include/uapi/linux/meye.h
4940 F:      include/uapi/linux/ivtv*
4941 F:      include/uapi/linux/uvcvideo.h
4942
4943 MEGARAID SCSI DRIVERS
4944 M:      Neela Syam Kolli <megaraidlinux@lsi.com>
4945 L:      linux-scsi@vger.kernel.org
4946 W:      http://megaraid.lsilogic.com
4947 S:      Maintained
4948 F:      Documentation/scsi/megaraid.txt
4949 F:      drivers/scsi/megaraid.*
4950 F:      drivers/scsi/megaraid/
4951
4952 MEMORY MANAGEMENT
4953 L:      linux-mm@kvack.org
4954 W:      http://www.linux-mm.org
4955 S:      Maintained
4956 F:      include/linux/mm.h
4957 F:      mm/
4958
4959 MEMORY RESOURCE CONTROLLER
4960 M:      Johannes Weiner <hannes@cmpxchg.org>
4961 M:      Michal Hocko <mhocko@suse.cz>
4962 M:      Balbir Singh <bsingharora@gmail.com>
4963 M:      KAMEZAWA Hiroyuki <kamezawa.hiroyu@jp.fujitsu.com>
4964 L:      cgroups@vger.kernel.org
4965 L:      linux-mm@kvack.org
4966 S:      Maintained
4967 F:      mm/memcontrol.c
4968 F:      mm/page_cgroup.c
4969
4970 MEMORY TECHNOLOGY DEVICES (MTD)
4971 M:      David Woodhouse <dwmw2@infradead.org>
4972 L:      linux-mtd@lists.infradead.org
4973 W:      http://www.linux-mtd.infradead.org/
4974 Q:      http://patchwork.ozlabs.org/project/linux-mtd/list/
4975 T:      git git://git.infradead.org/mtd-2.6.git
4976 S:      Maintained
4977 F:      drivers/mtd/
4978 F:      include/linux/mtd/
4979 F:      include/mtd/
4980
4981 MICROBLAZE ARCHITECTURE
4982 M:      Michal Simek <monstr@monstr.eu>
4983 L:      microblaze-uclinux@itee.uq.edu.au (moderated for non-subscribers)
4984 W:      http://www.monstr.eu/fdt/
4985 T:      git git://git.monstr.eu/linux-2.6-microblaze.git
4986 S:      Supported
4987 F:      arch/microblaze/
4988
4989 MICROTEK X6 SCANNER
4990 M:      Oliver Neukum <oliver@neukum.org>
4991 S:      Maintained
4992 F:      drivers/usb/image/microtek.*
4993
4994 MIPS
4995 M:      Ralf Baechle <ralf@linux-mips.org>
4996 L:      linux-mips@linux-mips.org
4997 W:      http://www.linux-mips.org/
4998 T:      git git://git.linux-mips.org/pub/scm/ralf/linux.git
4999 Q:      http://patchwork.linux-mips.org/project/linux-mips/list/
5000 S:      Supported
5001 F:      Documentation/mips/
5002 F:      arch/mips/
5003
5004 MODULE SUPPORT
5005 M:      Rusty Russell <rusty@rustcorp.com.au>
5006 S:      Maintained
5007 F:      include/linux/module.h
5008 F:      kernel/module.c
5009
5010 MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
5011 W:      http://popies.net/meye/
5012 S:      Orphan
5013 F:      Documentation/video4linux/meye.txt
5014 F:      drivers/media/pci/meye/
5015 F:      include/uapi/linux/meye.h
5016
5017 MOTOROLA IMX MMC/SD HOST CONTROLLER INTERFACE DRIVER
5018 M:      Pavel Pisa <ppisa@pikron.com>
5019 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
5020 S:      Maintained
5021 F:      drivers/mmc/host/imxmmc.*
5022
5023 MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
5024 M:      Jiri Slaby <jirislaby@gmail.com>
5025 S:      Maintained
5026 F:      Documentation/serial/moxa-smartio
5027 F:      drivers/tty/mxser.*
5028
5029 MR800 AVERMEDIA USB FM RADIO DRIVER
5030 M:      Alexey Klimov <klimov.linux@gmail.com>
5031 L:      linux-media@vger.kernel.org
5032 T:      git git://linuxtv.org/media_tree.git
5033 S:      Maintained
5034 F:      drivers/media/radio/radio-mr800.c
5035
5036 MSI LAPTOP SUPPORT
5037 M:      "Lee, Chun-Yi" <jlee@novell.com>
5038 L:      platform-driver-x86@vger.kernel.org
5039 S:      Maintained
5040 F:      drivers/platform/x86/msi-laptop.c
5041
5042 MSI WMI SUPPORT
5043 M:      Anisse Astier <anisse@astier.eu>
5044 L:      platform-driver-x86@vger.kernel.org
5045 S:      Supported
5046 F:      drivers/platform/x86/msi-wmi.c
5047
5048 MULTIFUNCTION DEVICES (MFD)
5049 M:      Samuel Ortiz <sameo@linux.intel.com>
5050 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6.git
5051 S:      Supported
5052 F:      drivers/mfd/
5053
5054 MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
5055 M:      Chris Ball <cjb@laptop.org>
5056 L:      linux-mmc@vger.kernel.org
5057 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc.git
5058 S:      Maintained
5059 F:      drivers/mmc/
5060 F:      include/linux/mmc/
5061
5062 MULTIMEDIA CARD (MMC) ETC. OVER SPI
5063 S:      Orphan
5064 F:      drivers/mmc/host/mmc_spi.c
5065 F:      include/linux/spi/mmc_spi.h
5066
5067 MULTISOUND SOUND DRIVER
5068 M:      Andrew Veliath <andrewtv@usa.net>
5069 S:      Maintained
5070 F:      Documentation/sound/oss/MultiSound
5071 F:      sound/oss/msnd*
5072
5073 MULTITECH MULTIPORT CARD (ISICOM)
5074 S:      Orphan
5075 F:      drivers/tty/isicom.c
5076 F:      include/linux/isicom.h
5077
5078 MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
5079 M:      Felipe Balbi <balbi@ti.com>
5080 L:      linux-usb@vger.kernel.org
5081 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
5082 S:      Maintained
5083 F:      drivers/usb/musb/
5084
5085 MXL5007T MEDIA DRIVER
5086 M:      Michael Krufky <mkrufky@linuxtv.org>
5087 L:      linux-media@vger.kernel.org
5088 W:      http://linuxtv.org/
5089 W:      http://github.com/mkrufky
5090 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5091 T:      git git://linuxtv.org/mkrufky/tuners.git
5092 S:      Maintained
5093 F:      drivers/media/tuners/mxl5007t.*
5094
5095 MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
5096 M:      Andrew Gallatin <gallatin@myri.com>
5097 L:      netdev@vger.kernel.org
5098 W:      http://www.myri.com/scs/download-Myri10GE.html
5099 S:      Supported
5100 F:      drivers/net/ethernet/myricom/myri10ge/
5101
5102 NATSEMI ETHERNET DRIVER (DP8381x)
5103 S:      Orphan
5104 F:      drivers/net/ethernet/natsemi/natsemi.c
5105
5106 NATIVE INSTRUMENTS USB SOUND INTERFACE DRIVER
5107 M:      Daniel Mack <zonque@gmail.com>
5108 S:      Maintained
5109 L:      alsa-devel@alsa-project.org
5110 W:      http://www.native-instruments.com
5111 F:      sound/usb/caiaq/
5112
5113 NCP FILESYSTEM
5114 M:      Petr Vandrovec <petr@vandrovec.name>
5115 S:      Odd Fixes
5116 F:      fs/ncpfs/
5117
5118 NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
5119 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
5120 L:      linux-scsi@vger.kernel.org
5121 S:      Maintained
5122 F:      drivers/scsi/NCR_D700.*
5123
5124 NETEFFECT IWARP RNIC DRIVER (IW_NES)
5125 M:      Faisal Latif <faisal.latif@intel.com>
5126 L:      linux-rdma@vger.kernel.org
5127 W:      http://www.intel.com/Products/Server/Adapters/Server-Cluster/Server-Cluster-overview.htm
5128 S:      Supported
5129 F:      drivers/infiniband/hw/nes/
5130
5131 NETEM NETWORK EMULATOR
5132 M:      Stephen Hemminger <shemminger@vyatta.com>
5133 L:      netem@lists.linux-foundation.org
5134 S:      Maintained
5135 F:      net/sched/sch_netem.c
5136
5137 NETERION 10GbE DRIVERS (s2io/vxge)
5138 M:      Jon Mason <jdmason@kudzu.us>
5139 L:      netdev@vger.kernel.org
5140 S:      Supported
5141 F:      Documentation/networking/s2io.txt
5142 F:      Documentation/networking/vxge.txt
5143 F:      drivers/net/ethernet/neterion/
5144
5145 NETFILTER/IPTABLES/IPCHAINS
5146 P:      Harald Welte
5147 P:      Jozsef Kadlecsik
5148 M:      Pablo Neira Ayuso <pablo@netfilter.org>
5149 M:      Patrick McHardy <kaber@trash.net>
5150 L:      netfilter-devel@vger.kernel.org
5151 L:      netfilter@vger.kernel.org
5152 L:      coreteam@netfilter.org
5153 W:      http://www.netfilter.org/
5154 W:      http://www.iptables.org/
5155 T:      git git://1984.lsi.us.es/nf
5156 T:      git git://1984.lsi.us.es/nf-next
5157 S:      Supported
5158 F:      include/linux/netfilter*
5159 F:      include/linux/netfilter/
5160 F:      include/net/netfilter/
5161 F:      net/*/netfilter.c
5162 F:      net/*/netfilter/
5163 F:      net/netfilter/
5164
5165 NETLABEL
5166 M:      Paul Moore <paul@paul-moore.com>
5167 W:      http://netlabel.sf.net
5168 L:      netdev@vger.kernel.org
5169 S:      Maintained
5170 F:      Documentation/netlabel/
5171 F:      include/net/netlabel.h
5172 F:      net/netlabel/
5173
5174 NETROM NETWORK LAYER
5175 M:      Ralf Baechle <ralf@linux-mips.org>
5176 L:      linux-hams@vger.kernel.org
5177 W:      http://www.linux-ax25.org/
5178 S:      Maintained
5179 F:      include/linux/netrom.h
5180 F:      include/net/netrom.h
5181 F:      net/netrom/
5182
5183 NETWORK BLOCK DEVICE (NBD)
5184 M:      Paul Clements <Paul.Clements@steeleye.com>
5185 S:      Maintained
5186 F:      Documentation/blockdev/nbd.txt
5187 F:      drivers/block/nbd.c
5188 F:      include/linux/nbd.h
5189
5190 NETWORK DROP MONITOR
5191 M:      Neil Horman <nhorman@tuxdriver.com>
5192 L:      netdev@vger.kernel.org
5193 S:      Maintained
5194 W:      https://fedorahosted.org/dropwatch/
5195 F:      net/core/drop_monitor.c
5196
5197 NETWORKING [GENERAL]
5198 M:      "David S. Miller" <davem@davemloft.net>
5199 L:      netdev@vger.kernel.org
5200 W:      http://www.linuxfoundation.org/en/Net
5201 W:      http://patchwork.ozlabs.org/project/netdev/list/
5202 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
5203 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
5204 S:      Maintained
5205 F:      net/
5206 F:      include/net/
5207 F:      include/linux/in.h
5208 F:      include/linux/net.h
5209 F:      include/linux/netdevice.h
5210
5211 NETWORKING [IPv4/IPv6]
5212 M:      "David S. Miller" <davem@davemloft.net>
5213 M:      Alexey Kuznetsov <kuznet@ms2.inr.ac.ru>
5214 M:      James Morris <jmorris@namei.org>
5215 M:      Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org>
5216 M:      Patrick McHardy <kaber@trash.net>
5217 L:      netdev@vger.kernel.org
5218 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
5219 S:      Maintained
5220 F:      net/ipv4/
5221 F:      net/ipv6/
5222 F:      include/net/ip*
5223 F:      arch/x86/net/*
5224
5225 NETWORKING [IPSEC]
5226 M:      Steffen Klassert <steffen.klassert@secunet.com>
5227 M:      Herbert Xu <herbert@gondor.apana.org.au>
5228 M:      "David S. Miller" <davem@davemloft.net>
5229 L:      netdev@vger.kernel.org
5230 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
5231 S:      Maintained
5232 F:      net/xfrm/
5233 F:      net/key/
5234 F:      net/ipv4/xfrm*
5235 F:      net/ipv6/xfrm*
5236 F:      include/uapi/linux/xfrm.h
5237 F:      include/net/xfrm.h
5238
5239 NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
5240 M:      Paul Moore <paul@paul-moore.com>
5241 L:      netdev@vger.kernel.org
5242 S:      Maintained
5243
5244 NETWORKING [WIRELESS]
5245 M:      "John W. Linville" <linville@tuxdriver.com>
5246 L:      linux-wireless@vger.kernel.org
5247 Q:      http://patchwork.kernel.org/project/linux-wireless/list/
5248 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless.git
5249 S:      Maintained
5250 F:      net/mac80211/
5251 F:      net/rfkill/
5252 F:      net/wireless/
5253 F:      include/net/ieee80211*
5254 F:      include/linux/wireless.h
5255 F:      include/net/iw_handler.h
5256 F:      drivers/net/wireless/
5257
5258 NETWORKING DRIVERS
5259 L:      netdev@vger.kernel.org
5260 W:      http://www.linuxfoundation.org/en/Net
5261 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
5262 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
5263 S:      Odd Fixes
5264 F:      drivers/net/
5265 F:      include/linux/if_*
5266 F:      include/linux/netdevice.h
5267 F:      include/linux/arcdevice.h
5268 F:      include/linux/etherdevice.h
5269 F:      include/linux/fcdevice.h
5270 F:      include/linux/fddidevice.h
5271 F:      include/linux/hippidevice.h
5272 F:      include/linux/inetdevice.h
5273
5274 NETXEN (1/10) GbE SUPPORT
5275 M:      Sony Chacko <sony.chacko@qlogic.com>
5276 M:      Rajesh Borundia <rajesh.borundia@qlogic.com>
5277 L:      netdev@vger.kernel.org
5278 W:      http://www.qlogic.com
5279 S:      Supported
5280 F:      drivers/net/ethernet/qlogic/netxen/
5281
5282 NFC SUBSYSTEM
5283 M:      Lauro Ramos Venancio <lauro.venancio@openbossa.org>
5284 M:      Aloisio Almeida Jr <aloisio.almeida@openbossa.org>
5285 M:      Samuel Ortiz <sameo@linux.intel.com>
5286 L:      linux-wireless@vger.kernel.org
5287 L:      linux-nfc@lists.01.org (moderated for non-subscribers)
5288 S:      Maintained
5289 F:      net/nfc/
5290 F:      include/linux/nfc.h
5291 F:      include/net/nfc/
5292 F:      drivers/nfc/
5293
5294 NFS, SUNRPC, AND LOCKD CLIENTS
5295 M:      Trond Myklebust <Trond.Myklebust@netapp.com>
5296 L:      linux-nfs@vger.kernel.org
5297 W:      http://client.linux-nfs.org
5298 T:      git git://git.linux-nfs.org/pub/linux/nfs-2.6.git
5299 S:      Maintained
5300 F:      fs/lockd/
5301 F:      fs/nfs/
5302 F:      fs/nfs_common/
5303 F:      net/sunrpc/
5304 F:      include/linux/lockd/
5305 F:      include/linux/nfs*
5306 F:      include/linux/sunrpc/
5307
5308 NI5010 NETWORK DRIVER
5309 M:      Jan-Pascal van Best <janpascal@vanbest.org>
5310 M:      Andreas Mohr <andi@lisas.de>
5311 L:      netdev@vger.kernel.org
5312 S:      Maintained
5313 F:      drivers/net/ethernet/racal/ni5010.*
5314
5315 NILFS2 FILESYSTEM
5316 M:      KONISHI Ryusuke <konishi.ryusuke@lab.ntt.co.jp>
5317 L:      linux-nilfs@vger.kernel.org
5318 W:      http://www.nilfs.org/en/
5319 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ryusuke/nilfs2.git
5320 S:      Supported
5321 F:      Documentation/filesystems/nilfs2.txt
5322 F:      fs/nilfs2/
5323 F:      include/linux/nilfs2_fs.h
5324
5325 NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
5326 M:      YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
5327 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
5328 S:      Maintained
5329 F:      Documentation/scsi/NinjaSCSI.txt
5330 F:      drivers/scsi/pcmcia/nsp_*
5331
5332 NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
5333 M:      GOTO Masanori <gotom@debian.or.jp>
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/nsp32*
5339
5340 NTFS FILESYSTEM
5341 M:      Anton Altaparmakov <anton@tuxera.com>
5342 L:      linux-ntfs-dev@lists.sourceforge.net
5343 W:      http://www.tuxera.com/
5344 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs.git
5345 S:      Supported
5346 F:      Documentation/filesystems/ntfs.txt
5347 F:      fs/ntfs/
5348
5349 NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
5350 M:      Antonino Daplas <adaplas@gmail.com>
5351 L:      linux-fbdev@vger.kernel.org
5352 S:      Maintained
5353 F:      drivers/video/riva/
5354 F:      drivers/video/nvidia/
5355
5356 OMAP SUPPORT
5357 M:      Tony Lindgren <tony@atomide.com>
5358 L:      linux-omap@vger.kernel.org
5359 W:      http://www.muru.com/linux/omap/
5360 W:      http://linux.omap.com/
5361 Q:      http://patchwork.kernel.org/project/linux-omap/list/
5362 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap.git
5363 S:      Maintained
5364 F:      arch/arm/*omap*/
5365 F:      drivers/i2c/busses/i2c-omap.c
5366 F:      include/linux/i2c-omap.h
5367
5368 OMAP CLOCK FRAMEWORK SUPPORT
5369 M:      Paul Walmsley <paul@pwsan.com>
5370 L:      linux-omap@vger.kernel.org
5371 S:      Maintained
5372 F:      arch/arm/*omap*/*clock*
5373
5374 OMAP POWER MANAGEMENT SUPPORT
5375 M:      Kevin Hilman <khilman@ti.com>
5376 L:      linux-omap@vger.kernel.org
5377 S:      Maintained
5378 F:      arch/arm/*omap*/*pm*
5379 F:      drivers/cpufreq/omap-cpufreq.c
5380
5381 OMAP POWERDOMAIN/CLOCKDOMAIN SOC ADAPTATION LAYER SUPPORT
5382 M:      Rajendra Nayak <rnayak@ti.com>
5383 M:      Paul Walmsley <paul@pwsan.com>
5384 L:      linux-omap@vger.kernel.org
5385 S:      Maintained
5386 F:      arch/arm/mach-omap2/powerdomain2xxx_3xxx.c
5387 F:      arch/arm/mach-omap2/powerdomain44xx.c
5388 F:      arch/arm/mach-omap2/clockdomain2xxx_3xxx.c
5389 F:      arch/arm/mach-omap2/clockdomain44xx.c
5390
5391 OMAP AUDIO SUPPORT
5392 M:      Peter Ujfalusi <peter.ujfalusi@ti.com>
5393 M:      Jarkko Nikula <jarkko.nikula@bitmer.com>
5394 L:      alsa-devel@alsa-project.org (subscribers-only)
5395 L:      linux-omap@vger.kernel.org
5396 S:      Maintained
5397 F:      sound/soc/omap/
5398
5399 OMAP FRAMEBUFFER SUPPORT
5400 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
5401 L:      linux-fbdev@vger.kernel.org
5402 L:      linux-omap@vger.kernel.org
5403 S:      Maintained
5404 F:      drivers/video/omap/
5405
5406 OMAP DISPLAY SUBSYSTEM and FRAMEBUFFER SUPPORT (DSS2)
5407 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
5408 L:      linux-omap@vger.kernel.org
5409 L:      linux-fbdev@vger.kernel.org
5410 S:      Maintained
5411 F:      drivers/video/omap2/
5412 F:      Documentation/arm/OMAP/DSS
5413
5414 OMAP HARDWARE SPINLOCK SUPPORT
5415 M:      Ohad Ben-Cohen <ohad@wizery.com>
5416 L:      linux-omap@vger.kernel.org
5417 S:      Maintained
5418 F:      drivers/hwspinlock/omap_hwspinlock.c
5419 F:      arch/arm/mach-omap2/hwspinlock.c
5420
5421 OMAP MMC SUPPORT
5422 M:      Jarkko Lavinen <jarkko.lavinen@nokia.com>
5423 L:      linux-omap@vger.kernel.org
5424 S:      Maintained
5425 F:      drivers/mmc/host/omap.c
5426
5427 OMAP HS MMC SUPPORT
5428 M:      Venkatraman S <svenkatr@ti.com>
5429 L:      linux-mmc@vger.kernel.org
5430 L:      linux-omap@vger.kernel.org
5431 S:      Maintained
5432 F:      drivers/mmc/host/omap_hsmmc.c
5433
5434 OMAP RANDOM NUMBER GENERATOR SUPPORT
5435 M:      Deepak Saxena <dsaxena@plexity.net>
5436 S:      Maintained
5437 F:      drivers/char/hw_random/omap-rng.c
5438
5439 OMAP HWMOD SUPPORT
5440 M:      Benoît Cousson <b-cousson@ti.com>
5441 M:      Paul Walmsley <paul@pwsan.com>
5442 L:      linux-omap@vger.kernel.org
5443 S:      Maintained
5444 F:      arch/arm/mach-omap2/omap_hwmod.c
5445 F:      arch/arm/plat-omap/include/plat/omap_hwmod.h
5446
5447 OMAP HWMOD DATA FOR OMAP4-BASED DEVICES
5448 M:      Benoît Cousson <b-cousson@ti.com>
5449 L:      linux-omap@vger.kernel.org
5450 S:      Maintained
5451 F:      arch/arm/mach-omap2/omap_hwmod_44xx_data.c
5452
5453 OMAP IMAGE SIGNAL PROCESSOR (ISP)
5454 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
5455 L:      linux-media@vger.kernel.org
5456 S:      Maintained
5457 F:      drivers/media/platform/omap3isp/
5458
5459 OMAP USB SUPPORT
5460 M:      Felipe Balbi <balbi@ti.com>
5461 L:      linux-usb@vger.kernel.org
5462 L:      linux-omap@vger.kernel.org
5463 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
5464 S:      Maintained
5465 F:      drivers/usb/*/*omap*
5466 F:      arch/arm/*omap*/usb*
5467
5468 OMAP GPIO DRIVER
5469 M:      Santosh Shilimkar <santosh.shilimkar@ti.com>
5470 M:      Kevin Hilman <khilman@ti.com>
5471 L:      linux-omap@vger.kernel.org
5472 S:      Maintained
5473 F:      drivers/gpio/gpio-omap.c
5474
5475 OMFS FILESYSTEM
5476 M:      Bob Copeland <me@bobcopeland.com>
5477 L:      linux-karma-devel@lists.sourceforge.net
5478 S:      Maintained
5479 F:      Documentation/filesystems/omfs.txt
5480 F:      fs/omfs/
5481
5482 OMNIKEY CARDMAN 4000 DRIVER
5483 M:      Harald Welte <laforge@gnumonks.org>
5484 S:      Maintained
5485 F:      drivers/char/pcmcia/cm4000_cs.c
5486 F:      include/linux/cm4000_cs.h
5487
5488 OMNIKEY CARDMAN 4040 DRIVER
5489 M:      Harald Welte <laforge@gnumonks.org>
5490 S:      Maintained
5491 F:      drivers/char/pcmcia/cm4040_cs.*
5492
5493 OMNIVISION OV7670 SENSOR DRIVER
5494 M:      Jonathan Corbet <corbet@lwn.net>
5495 L:      linux-media@vger.kernel.org
5496 T:      git git://linuxtv.org/media_tree.git
5497 S:      Maintained
5498 F:      drivers/media/i2c/ov7670.c
5499
5500 ONENAND FLASH DRIVER
5501 M:      Kyungmin Park <kyungmin.park@samsung.com>
5502 L:      linux-mtd@lists.infradead.org
5503 S:      Maintained
5504 F:      drivers/mtd/onenand/
5505 F:      include/linux/mtd/onenand*.h
5506
5507 ONSTREAM SCSI TAPE DRIVER
5508 M:      Willem Riede <osst@riede.org>
5509 L:      osst-users@lists.sourceforge.net
5510 L:      linux-scsi@vger.kernel.org
5511 S:      Maintained
5512 F:      drivers/scsi/osst*
5513 F:      drivers/scsi/st*
5514
5515 OPENCORES I2C BUS DRIVER
5516 M:      Peter Korsgaard <jacmet@sunsite.dk>
5517 L:      linux-i2c@vger.kernel.org
5518 S:      Maintained
5519 F:      Documentation/i2c/busses/i2c-ocores
5520 F:      drivers/i2c/busses/i2c-ocores.c
5521
5522 OPEN FIRMWARE AND FLATTENED DEVICE TREE
5523 M:      Grant Likely <grant.likely@secretlab.ca>
5524 M:      Rob Herring <rob.herring@calxeda.com>
5525 L:      devicetree-discuss@lists.ozlabs.org (moderated for non-subscribers)
5526 W:      http://fdt.secretlab.ca
5527 T:      git git://git.secretlab.ca/git/linux-2.6.git
5528 S:      Maintained
5529 F:      Documentation/devicetree
5530 F:      drivers/of
5531 F:      include/linux/of*.h
5532 F:      scripts/dtc
5533 K:      of_get_property
5534 K:      of_match_table
5535
5536 OPENRISC ARCHITECTURE
5537 M:      Jonas Bonn <jonas@southpole.se>
5538 W:      http://openrisc.net
5539 L:      linux@lists.openrisc.net (moderated for non-subscribers)
5540 S:      Maintained
5541 T:      git git://openrisc.net/~jonas/linux
5542 F:      arch/openrisc
5543
5544 OPENVSWITCH
5545 M:      Jesse Gross <jesse@nicira.com>
5546 L:      dev@openvswitch.org
5547 W:      http://openvswitch.org
5548 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jesse/openvswitch.git
5549 S:      Maintained
5550 F:      net/openvswitch/
5551
5552 OPL4 DRIVER
5553 M:      Clemens Ladisch <clemens@ladisch.de>
5554 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
5555 T:      git git://git.alsa-project.org/alsa-kernel.git
5556 S:      Maintained
5557 F:      sound/drivers/opl4/
5558
5559 OPROFILE
5560 M:      Robert Richter <rric@kernel.org>
5561 L:      oprofile-list@lists.sf.net
5562 S:      Maintained
5563 F:      arch/*/include/asm/oprofile*.h
5564 F:      arch/*/oprofile/
5565 F:      drivers/oprofile/
5566 F:      include/linux/oprofile.h
5567
5568 ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
5569 M:      Mark Fasheh <mfasheh@suse.com>
5570 M:      Joel Becker <jlbec@evilplan.org>
5571 L:      ocfs2-devel@oss.oracle.com (moderated for non-subscribers)
5572 W:      http://oss.oracle.com/projects/ocfs2/
5573 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2.git
5574 S:      Supported
5575 F:      Documentation/filesystems/ocfs2.txt
5576 F:      Documentation/filesystems/dlmfs.txt
5577 F:      fs/ocfs2/
5578
5579 ORINOCO DRIVER
5580 L:      linux-wireless@vger.kernel.org
5581 W:      http://wireless.kernel.org/en/users/Drivers/orinoco
5582 W:      http://www.nongnu.org/orinoco/
5583 S:      Orphan
5584 F:      drivers/net/wireless/orinoco/
5585
5586 OSD LIBRARY and FILESYSTEM
5587 M:      Boaz Harrosh <bharrosh@panasas.com>
5588 M:      Benny Halevy <bhalevy@tonian.com>
5589 L:      osd-dev@open-osd.org
5590 W:      http://open-osd.org
5591 T:      git git://git.open-osd.org/open-osd.git
5592 S:      Maintained
5593 F:      drivers/scsi/osd/
5594 F:      include/scsi/osd_*
5595 F:      fs/exofs/
5596
5597 P54 WIRELESS DRIVER
5598 M:      Christian Lamparter <chunkeey@googlemail.com>
5599 L:      linux-wireless@vger.kernel.org
5600 W:      http://wireless.kernel.org/en/users/Drivers/p54
5601 S:      Maintained
5602 F:      drivers/net/wireless/p54/
5603
5604 PA SEMI ETHERNET DRIVER
5605 M:      Olof Johansson <olof@lixom.net>
5606 L:      netdev@vger.kernel.org
5607 S:      Maintained
5608 F:      drivers/net/ethernet/pasemi/*
5609
5610 PA SEMI SMBUS DRIVER
5611 M:      Olof Johansson <olof@lixom.net>
5612 L:      linux-i2c@vger.kernel.org
5613 S:      Maintained
5614 F:      drivers/i2c/busses/i2c-pasemi.c
5615
5616 PADATA PARALLEL EXECUTION MECHANISM
5617 M:      Steffen Klassert <steffen.klassert@secunet.com>
5618 L:      linux-crypto@vger.kernel.org
5619 S:      Maintained
5620 F:      kernel/padata.c
5621 F:      include/linux/padata.h
5622 F:      Documentation/padata.txt
5623
5624 PANASONIC LAPTOP ACPI EXTRAS DRIVER
5625 M:      Harald Welte <laforge@gnumonks.org>
5626 L:      platform-driver-x86@vger.kernel.org
5627 S:      Maintained
5628 F:      drivers/platform/x86/panasonic-laptop.c
5629
5630 PANASONIC MN10300/AM33/AM34 PORT
5631 M:      David Howells <dhowells@redhat.com>
5632 M:      Koichi Yasutake <yasutake.koichi@jp.panasonic.com>
5633 L:      linux-am33-list@redhat.com (moderated for non-subscribers)
5634 W:      ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
5635 S:      Maintained
5636 F:      Documentation/mn10300/
5637 F:      arch/mn10300/
5638
5639 PARALLEL PORT SUPPORT
5640 L:      linux-parport@lists.infradead.org (subscribers-only)
5641 S:      Orphan
5642 F:      drivers/parport/
5643 F:      include/linux/parport*.h
5644 F:      drivers/char/ppdev.c
5645 F:      include/linux/ppdev.h
5646
5647 PARAVIRT_OPS INTERFACE
5648 M:      Jeremy Fitzhardinge <jeremy@goop.org>
5649 M:      Chris Wright <chrisw@sous-sol.org>
5650 M:      Alok Kataria <akataria@vmware.com>
5651 M:      Rusty Russell <rusty@rustcorp.com.au>
5652 L:      virtualization@lists.linux-foundation.org
5653 S:      Supported
5654 F:      Documentation/ia64/paravirt_ops.txt
5655 F:      arch/*/kernel/paravirt*
5656 F:      arch/*/include/asm/paravirt.h
5657
5658 PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
5659 M:      Tim Waugh <tim@cyberelk.net>
5660 L:      linux-parport@lists.infradead.org (subscribers-only)
5661 W:      http://www.torque.net/linux-pp.html
5662 S:      Maintained
5663 F:      Documentation/blockdev/paride.txt
5664 F:      drivers/block/paride/
5665
5666 PARISC ARCHITECTURE
5667 M:      "James E.J. Bottomley" <jejb@parisc-linux.org>
5668 M:      Helge Deller <deller@gmx.de>
5669 L:      linux-parisc@vger.kernel.org
5670 W:      http://www.parisc-linux.org/
5671 Q:      http://patchwork.kernel.org/project/linux-parisc/list/
5672 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/parisc-2.6.git
5673 S:      Maintained
5674 F:      arch/parisc/
5675 F:      drivers/parisc/
5676
5677 PC87360 HARDWARE MONITORING DRIVER
5678 M:      Jim Cromie <jim.cromie@gmail.com>
5679 L:      lm-sensors@lm-sensors.org
5680 S:      Maintained
5681 F:      Documentation/hwmon/pc87360
5682 F:      drivers/hwmon/pc87360.c
5683
5684 PC8736x GPIO DRIVER
5685 M:      Jim Cromie <jim.cromie@gmail.com>
5686 S:      Maintained
5687 F:      drivers/char/pc8736x_gpio.c
5688
5689 PC87427 HARDWARE MONITORING DRIVER
5690 M:      Jean Delvare <khali@linux-fr.org>
5691 L:      lm-sensors@lm-sensors.org
5692 S:      Maintained
5693 F:      Documentation/hwmon/pc87427
5694 F:      drivers/hwmon/pc87427.c
5695
5696 PCA9532 LED DRIVER
5697 M:      Riku Voipio <riku.voipio@iki.fi>
5698 S:      Maintained
5699 F:      drivers/leds/leds-pca9532.c
5700 F:      include/linux/leds-pca9532.h
5701
5702 PCA9541 I2C BUS MASTER SELECTOR DRIVER
5703 M:      Guenter Roeck <linux@roeck-us.net>
5704 L:      linux-i2c@vger.kernel.org
5705 S:      Maintained
5706 F:      drivers/i2c/muxes/i2c-mux-pca9541.c
5707
5708 PCA9564/PCA9665 I2C BUS DRIVER
5709 M:      Wolfram Sang <w.sang@pengutronix.de>
5710 L:      linux-i2c@vger.kernel.org
5711 S:      Maintained
5712 F:      drivers/i2c/algos/i2c-algo-pca.c
5713 F:      drivers/i2c/busses/i2c-pca-*
5714 F:      include/linux/i2c-algo-pca.h
5715 F:      include/linux/i2c-pca-platform.h
5716
5717 PCDP - PRIMARY CONSOLE AND DEBUG PORT
5718 M:      Khalid Aziz <khalid@gonehiking.org>
5719 S:      Maintained
5720 F:      drivers/firmware/pcdp.*
5721
5722 PCI ERROR RECOVERY
5723 M:      Linas Vepstas <linasvepstas@gmail.com>
5724 L:      linux-pci@vger.kernel.org
5725 S:      Supported
5726 F:      Documentation/PCI/pci-error-recovery.txt
5727 F:      Documentation/powerpc/eeh-pci-error-recovery.txt
5728
5729 PCI SUBSYSTEM
5730 M:      Bjorn Helgaas <bhelgaas@google.com>
5731 L:      linux-pci@vger.kernel.org
5732 Q:      http://patchwork.ozlabs.org/project/linux-pci/list/
5733 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git
5734 S:      Supported
5735 F:      Documentation/PCI/
5736 F:      drivers/pci/
5737 F:      include/linux/pci*
5738
5739 PCMCIA SUBSYSTEM
5740 P:      Linux PCMCIA Team
5741 L:      linux-pcmcia@lists.infradead.org
5742 W:      http://lists.infradead.org/mailman/listinfo/linux-pcmcia
5743 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
5744 S:      Maintained
5745 F:      Documentation/pcmcia/
5746 F:      drivers/pcmcia/
5747 F:      include/pcmcia/
5748
5749 PCNET32 NETWORK DRIVER
5750 M:      Don Fry <pcnet32@frontier.com>
5751 L:      netdev@vger.kernel.org
5752 S:      Maintained
5753 F:      drivers/net/ethernet/amd/pcnet32.c
5754
5755 PCRYPT PARALLEL CRYPTO ENGINE
5756 M:      Steffen Klassert <steffen.klassert@secunet.com>
5757 L:      linux-crypto@vger.kernel.org
5758 S:      Maintained
5759 F:      crypto/pcrypt.c
5760 F:      include/crypto/pcrypt.h
5761
5762 PER-CPU MEMORY ALLOCATOR
5763 M:      Tejun Heo <tj@kernel.org>
5764 M:      Christoph Lameter <cl@linux-foundation.org>
5765 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu.git
5766 S:      Maintained
5767 F:      include/linux/percpu*.h
5768 F:      mm/percpu*.c
5769 F:      arch/*/include/asm/percpu.h
5770
5771 PER-TASK DELAY ACCOUNTING
5772 M:      Balbir Singh <bsingharora@gmail.com>
5773 S:      Maintained
5774 F:      include/linux/delayacct.h
5775 F:      kernel/delayacct.c
5776
5777 PERFORMANCE EVENTS SUBSYSTEM
5778 M:      Peter Zijlstra <a.p.zijlstra@chello.nl>
5779 M:      Paul Mackerras <paulus@samba.org>
5780 M:      Ingo Molnar <mingo@redhat.com>
5781 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
5782 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
5783 S:      Supported
5784 F:      kernel/events/*
5785 F:      include/linux/perf_event.h
5786 F:      arch/*/kernel/perf_event*.c
5787 F:      arch/*/kernel/*/perf_event*.c
5788 F:      arch/*/kernel/*/*/perf_event*.c
5789 F:      arch/*/include/asm/perf_event.h
5790 F:      arch/*/lib/perf_event*.c
5791 F:      arch/*/kernel/perf_callchain.c
5792 F:      tools/perf/
5793
5794 PERSONALITY HANDLING
5795 M:      Christoph Hellwig <hch@infradead.org>
5796 L:      linux-abi-devel@lists.sourceforge.net
5797 S:      Maintained
5798 F:      include/linux/personality.h
5799
5800 PHONET PROTOCOL
5801 M:      Remi Denis-Courmont <courmisch@gmail.com>
5802 S:      Supported
5803 F:      Documentation/networking/phonet.txt
5804 F:      include/linux/phonet.h
5805 F:      include/net/phonet/
5806 F:      net/phonet/
5807
5808 PHRAM MTD DRIVER
5809 M:      Joern Engel <joern@lazybastard.org>
5810 L:      linux-mtd@lists.infradead.org
5811 S:      Maintained
5812 F:      drivers/mtd/devices/phram.c
5813
5814 PICOLCD HID DRIVER
5815 M:      Bruno Prémont <bonbons@linux-vserver.org>
5816 L:      linux-input@vger.kernel.org
5817 S:      Maintained
5818 F:      drivers/hid/hid-picolcd*
5819
5820 PICOXCELL SUPPORT
5821 M:      Jamie Iles <jamie@jamieiles.com>
5822 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
5823 T:      git git://github.com/jamieiles/linux-2.6-ji.git
5824 S:      Supported
5825 F:      arch/arm/mach-picoxcell
5826 F:      drivers/*/picoxcell*
5827 F:      drivers/*/*/picoxcell*
5828
5829 PIN CONTROL SUBSYSTEM
5830 M:      Linus Walleij <linus.walleij@linaro.org>
5831 S:      Maintained
5832 F:      drivers/pinctrl/
5833 F:      include/linux/pinctrl/
5834
5835 PIN CONTROLLER - ST SPEAR
5836 M:      Viresh Kumar <viresh.linux@gmail.com>
5837 L:      spear-devel@list.st.com
5838 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
5839 W:      http://www.st.com/spear
5840 S:      Maintained
5841 F:      drivers/pinctrl/spear/
5842
5843 PKTCDVD DRIVER
5844 M:      Jiri Kosina <jkosina@suse.cz>
5845 S:      Maintained
5846 F:      drivers/block/pktcdvd.c
5847 F:      include/linux/pktcdvd.h
5848
5849 PKUNITY SOC DRIVERS
5850 M:      Guan Xuetao <gxt@mprc.pku.edu.cn>
5851 W:      http://mprc.pku.edu.cn/~guanxuetao/linux
5852 S:      Maintained
5853 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/epip/linux-2.6-unicore32.git
5854 F:      drivers/input/serio/i8042-unicore32io.h
5855 F:      drivers/i2c/busses/i2c-puv3.c
5856 F:      drivers/video/fb-puv3.c
5857 F:      drivers/rtc/rtc-puv3.c
5858
5859 PMBUS HARDWARE MONITORING DRIVERS
5860 M:      Guenter Roeck <linux@roeck-us.net>
5861 L:      lm-sensors@lm-sensors.org
5862 W:      http://www.lm-sensors.org/
5863 W:      http://www.roeck-us.net/linux/drivers/
5864 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
5865 S:      Maintained
5866 F:      Documentation/hwmon/pmbus
5867 F:      drivers/hwmon/pmbus/
5868 F:      include/linux/i2c/pmbus.h
5869
5870 PMC SIERRA MaxRAID DRIVER
5871 M:      Anil Ravindranath <anil_ravindranath@pmc-sierra.com>
5872 L:      linux-scsi@vger.kernel.org
5873 W:      http://www.pmc-sierra.com/
5874 S:      Supported
5875 F:      drivers/scsi/pmcraid.*
5876
5877 PMC SIERRA PM8001 DRIVER
5878 M:      jack_wang@usish.com
5879 M:      lindar_liu@usish.com
5880 L:      linux-scsi@vger.kernel.org
5881 S:      Supported
5882 F:      drivers/scsi/pm8001/
5883
5884 POSIX CLOCKS and TIMERS
5885 M:      Thomas Gleixner <tglx@linutronix.de>
5886 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
5887 S:      Supported
5888 F:      fs/timerfd.c
5889 F:      include/linux/timer*
5890 F:      kernel/*timer*
5891
5892 POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
5893 M:      Anton Vorontsov <cbou@mail.ru>
5894 M:      David Woodhouse <dwmw2@infradead.org>
5895 T:      git git://git.infradead.org/battery-2.6.git
5896 S:      Maintained
5897 F:      include/linux/power_supply.h
5898 F:      drivers/power/
5899
5900 PNP SUPPORT
5901 M:      Adam Belay <abelay@mit.edu>
5902 M:      Bjorn Helgaas <bhelgaas@google.com>
5903 S:      Maintained
5904 F:      drivers/pnp/
5905
5906 PNXxxxx I2C DRIVER
5907 M:      Vitaly Wool <vitalywool@gmail.com>
5908 L:      linux-i2c@vger.kernel.org
5909 S:      Maintained
5910 F:      drivers/i2c/busses/i2c-pnx.c
5911
5912 PPP PROTOCOL DRIVERS AND COMPRESSORS
5913 M:      Paul Mackerras <paulus@samba.org>
5914 L:      linux-ppp@vger.kernel.org
5915 S:      Maintained
5916 F:      drivers/net/ppp/ppp_*
5917
5918 PPP OVER ATM (RFC 2364)
5919 M:      Mitchell Blank Jr <mitch@sfgoth.com>
5920 S:      Maintained
5921 F:      net/atm/pppoatm.c
5922 F:      include/linux/atmppp.h
5923
5924 PPP OVER ETHERNET
5925 M:      Michal Ostrowski <mostrows@earthlink.net>
5926 S:      Maintained
5927 F:      drivers/net/ppp/pppoe.c
5928 F:      drivers/net/ppp/pppox.c
5929
5930 PPP OVER L2TP
5931 M:      James Chapman <jchapman@katalix.com>
5932 S:      Maintained
5933 F:      net/l2tp/l2tp_ppp.c
5934 F:      include/linux/if_pppol2tp.h
5935
5936 PPS SUPPORT
5937 M:      Rodolfo Giometti <giometti@enneenne.com>
5938 W:      http://wiki.enneenne.com/index.php/LinuxPPS_support
5939 L:      linuxpps@ml.enneenne.com (subscribers-only)
5940 S:      Maintained
5941 F:      Documentation/pps/
5942 F:      drivers/pps/
5943 F:      include/linux/pps*.h
5944
5945 PPTP DRIVER
5946 M:      Dmitry Kozlov <xeb@mail.ru>
5947 L:      netdev@vger.kernel.org
5948 S:      Maintained
5949 F:      drivers/net/ppp/pptp.c
5950 W:      http://sourceforge.net/projects/accel-pptp
5951
5952 PREEMPTIBLE KERNEL
5953 M:      Robert Love <rml@tech9.net>
5954 L:      kpreempt-tech@lists.sourceforge.net
5955 W:      ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
5956 S:      Supported
5957 F:      Documentation/preempt-locking.txt
5958 F:      include/linux/preempt.h
5959
5960 PRISM54 WIRELESS DRIVER
5961 M:      "Luis R. Rodriguez" <mcgrof@gmail.com>
5962 L:      linux-wireless@vger.kernel.org
5963 W:      http://wireless.kernel.org/en/users/Drivers/p54
5964 S:      Obsolete
5965 F:      drivers/net/wireless/prism54/
5966
5967 PROMISE SATA TX2/TX4 CONTROLLER LIBATA DRIVER
5968 M:      Mikael Pettersson <mikpe@it.uu.se>
5969 L:      linux-ide@vger.kernel.org
5970 S:      Maintained
5971 F:      drivers/ata/sata_promise.*
5972
5973 PS3 NETWORK SUPPORT
5974 M:      Geoff Levand <geoff@infradead.org>
5975 L:      netdev@vger.kernel.org
5976 L:      cbe-oss-dev@lists.ozlabs.org
5977 S:      Maintained
5978 F:      drivers/net/ethernet/toshiba/ps3_gelic_net.*
5979
5980 PS3 PLATFORM SUPPORT
5981 M:      Geoff Levand <geoff@infradead.org>
5982 L:      linuxppc-dev@lists.ozlabs.org
5983 L:      cbe-oss-dev@lists.ozlabs.org
5984 S:      Maintained
5985 F:      arch/powerpc/boot/ps3*
5986 F:      arch/powerpc/include/asm/lv1call.h
5987 F:      arch/powerpc/include/asm/ps3*.h
5988 F:      arch/powerpc/platforms/ps3/
5989 F:      drivers/*/ps3*
5990 F:      drivers/ps3/
5991 F:      drivers/rtc/rtc-ps3.c
5992 F:      drivers/usb/host/*ps3.c
5993 F:      sound/ppc/snd_ps3*
5994
5995 PS3VRAM DRIVER
5996 M:      Jim Paris <jim@jtan.com>
5997 L:      cbe-oss-dev@lists.ozlabs.org
5998 S:      Maintained
5999 F:      drivers/block/ps3vram.c
6000
6001 PSTORE FILESYSTEM
6002 M:      Anton Vorontsov <cbouatmailru@gmail.com>
6003 M:      Colin Cross <ccross@android.com>
6004 M:      Kees Cook <keescook@chromium.org>
6005 M:      Tony Luck <tony.luck@intel.com>
6006 S:      Maintained
6007 T:      git git://git.infradead.org/users/cbou/linux-pstore.git
6008 F:      fs/pstore/
6009 F:      include/linux/pstore*
6010 F:      drivers/firmware/efivars.c
6011 F:      drivers/acpi/apei/erst.c
6012
6013 PTP HARDWARE CLOCK SUPPORT
6014 M:      Richard Cochran <richardcochran@gmail.com>
6015 S:      Maintained
6016 W:      http://linuxptp.sourceforge.net/
6017 F:      Documentation/ABI/testing/sysfs-ptp
6018 F:      Documentation/ptp/*
6019 F:      drivers/net/ethernet/freescale/gianfar_ptp.c
6020 F:      drivers/net/phy/dp83640*
6021 F:      drivers/ptp/*
6022 F:      include/linux/ptp_cl*
6023
6024 PTRACE SUPPORT
6025 M:      Roland McGrath <roland@redhat.com>
6026 M:      Oleg Nesterov <oleg@redhat.com>
6027 S:      Maintained
6028 F:      include/asm-generic/syscall.h
6029 F:      include/linux/ptrace.h
6030 F:      include/linux/regset.h
6031 F:      include/linux/tracehook.h
6032 F:      kernel/ptrace.c
6033
6034 PVRUSB2 VIDEO4LINUX DRIVER
6035 M:      Mike Isely <isely@pobox.com>
6036 L:      pvrusb2@isely.net       (subscribers-only)
6037 L:      linux-media@vger.kernel.org
6038 W:      http://www.isely.net/pvrusb2/
6039 T:      git git://linuxtv.org/media_tree.git
6040 S:      Maintained
6041 F:      Documentation/video4linux/README.pvrusb2
6042 F:      drivers/media/usb/pvrusb2/
6043
6044 PWC WEBCAM DRIVER
6045 M:      Hans de Goede <hdegoede@redhat.com>
6046 L:      linux-media@vger.kernel.org
6047 T:      git git://linuxtv.org/media_tree.git
6048 S:      Maintained
6049 F:      drivers/media/usb/pwc/*
6050
6051 PWM SUBSYSTEM
6052 M:      Thierry Reding <thierry.reding@avionic-design.de>
6053 L:      linux-kernel@vger.kernel.org
6054 S:      Maintained
6055 W:      http://gitorious.org/linux-pwm
6056 T:      git git://gitorious.org/linux-pwm/linux-pwm.git
6057 F:      Documentation/pwm.txt
6058 F:      Documentation/devicetree/bindings/pwm/
6059 F:      include/linux/pwm.h
6060 F:      include/linux/of_pwm.h
6061 F:      drivers/pwm/
6062 F:      drivers/video/backlight/pwm_bl.c
6063 F:      include/linux/pwm_backlight.h
6064
6065 PXA2xx/PXA3xx SUPPORT
6066 M:      Eric Miao <eric.y.miao@gmail.com>
6067 M:      Russell King <linux@arm.linux.org.uk>
6068 M:      Haojian Zhuang <haojian.zhuang@gmail.com>
6069 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6070 T:      git git://github.com/hzhuang1/linux.git
6071 T:      git git://git.linaro.org/people/ycmiao/pxa-linux.git
6072 S:      Maintained
6073 F:      arch/arm/mach-pxa/
6074 F:      drivers/pcmcia/pxa2xx*
6075 F:      drivers/spi/spi-pxa2xx*
6076 F:      drivers/usb/gadget/pxa2*
6077 F:      include/sound/pxa2xx-lib.h
6078 F:      sound/arm/pxa*
6079 F:      sound/soc/pxa
6080
6081 MMP SUPPORT
6082 M:      Eric Miao <eric.y.miao@gmail.com>
6083 M:      Haojian Zhuang <haojian.zhuang@gmail.com>
6084 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6085 T:      git git://github.com/hzhuang1/linux.git
6086 T:      git git://git.linaro.org/people/ycmiao/pxa-linux.git
6087 S:      Maintained
6088 F:      arch/arm/mach-mmp/
6089
6090 PXA MMCI DRIVER
6091 S:      Orphan
6092
6093 PXA RTC DRIVER
6094 M:      Robert Jarzmik <robert.jarzmik@free.fr>
6095 L:      rtc-linux@googlegroups.com
6096 S:      Maintained
6097
6098 QIB DRIVER
6099 M:      Mike Marciniszyn <infinipath@intel.com>
6100 L:      linux-rdma@vger.kernel.org
6101 S:      Supported
6102 F:      drivers/infiniband/hw/qib/
6103
6104 QLOGIC QLA1280 SCSI DRIVER
6105 M:      Michael Reed <mdr@sgi.com>
6106 L:      linux-scsi@vger.kernel.org
6107 S:      Maintained
6108 F:      drivers/scsi/qla1280.[ch]
6109
6110 QLOGIC QLA2XXX FC-SCSI DRIVER
6111 M:      Andrew Vasquez <andrew.vasquez@qlogic.com>
6112 M:      linux-driver@qlogic.com
6113 L:      linux-scsi@vger.kernel.org
6114 S:      Supported
6115 F:      Documentation/scsi/LICENSE.qla2xxx
6116 F:      drivers/scsi/qla2xxx/
6117
6118 QLOGIC QLA4XXX iSCSI DRIVER
6119 M:      Ravi Anand <ravi.anand@qlogic.com>
6120 M:      Vikas Chaudhary <vikas.chaudhary@qlogic.com>
6121 M:      iscsi-driver@qlogic.com
6122 L:      linux-scsi@vger.kernel.org
6123 S:      Supported
6124 F:      drivers/scsi/qla4xxx/
6125
6126 QLOGIC QLA3XXX NETWORK DRIVER
6127 M:      Jitendra Kalsaria <jitendra.kalsaria@qlogic.com>
6128 M:      Ron Mercer <ron.mercer@qlogic.com>
6129 M:      linux-driver@qlogic.com
6130 L:      netdev@vger.kernel.org
6131 S:      Supported
6132 F:      Documentation/networking/LICENSE.qla3xxx
6133 F:      drivers/net/ethernet/qlogic/qla3xxx.*
6134
6135 QLOGIC QLCNIC (1/10)Gb ETHERNET DRIVER
6136 M:      Jitendra Kalsaria <jitendra.kalsaria@qlogic.com>
6137 M:      Sony Chacko <sony.chacko@qlogic.com>
6138 M:      linux-driver@qlogic.com
6139 L:      netdev@vger.kernel.org
6140 S:      Supported
6141 F:      drivers/net/ethernet/qlogic/qlcnic/
6142
6143 QLOGIC QLGE 10Gb ETHERNET DRIVER
6144 M:      Jitendra Kalsaria <jitendra.kalsaria@qlogic.com>
6145 M:      Ron Mercer <ron.mercer@qlogic.com>
6146 M:      linux-driver@qlogic.com
6147 L:      netdev@vger.kernel.org
6148 S:      Supported
6149 F:      drivers/net/ethernet/qlogic/qlge/
6150
6151 QNX4 FILESYSTEM
6152 M:      Anders Larsen <al@alarsen.net>
6153 W:      http://www.alarsen.net/linux/qnx4fs/
6154 S:      Maintained
6155 F:      fs/qnx4/
6156 F:      include/linux/qnx4_fs.h
6157 F:      include/linux/qnxtypes.h
6158
6159 QT1010 MEDIA DRIVER
6160 M:      Antti Palosaari <crope@iki.fi>
6161 L:      linux-media@vger.kernel.org
6162 W:      http://linuxtv.org/
6163 W:      http://palosaari.fi/linux/
6164 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6165 T:      git git://linuxtv.org/anttip/media_tree.git
6166 S:      Maintained
6167 F:      drivers/media/tuners/qt1010*
6168
6169 QUALCOMM HEXAGON ARCHITECTURE
6170 M:      Richard Kuo <rkuo@codeaurora.org>
6171 L:      linux-hexagon@vger.kernel.org
6172 S:      Supported
6173 F:      arch/hexagon/
6174
6175 QUICKCAM PARALLEL PORT WEBCAMS
6176 M:      Hans Verkuil <hverkuil@xs4all.nl>
6177 L:      linux-media@vger.kernel.org
6178 T:      git git://linuxtv.org/media_tree.git
6179 W:      http://linuxtv.org
6180 S:      Odd Fixes
6181 F:      drivers/media/parport/*-qcam*
6182
6183 RADOS BLOCK DEVICE (RBD)
6184 M:      Yehuda Sadeh <yehuda@inktank.com>
6185 M:      Sage Weil <sage@inktank.com>
6186 M:      Alex Elder <elder@inktank.com>
6187 M:      ceph-devel@vger.kernel.org
6188 W:      http://ceph.com/
6189 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
6190 S:      Supported
6191 F:      drivers/block/rbd.c
6192 F:      drivers/block/rbd_types.h
6193
6194 RADEON FRAMEBUFFER DISPLAY DRIVER
6195 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
6196 L:      linux-fbdev@vger.kernel.org
6197 S:      Maintained
6198 F:      drivers/video/aty/radeon*
6199 F:      include/linux/radeonfb.h
6200
6201 RADIOSHARK RADIO DRIVER
6202 M:      Hans de Goede <hdegoede@redhat.com>
6203 L:      linux-media@vger.kernel.org
6204 T:      git git://linuxtv.org/media_tree.git
6205 S:      Maintained
6206 F:      drivers/media/radio/radio-shark.c
6207
6208 RADIOSHARK2 RADIO DRIVER
6209 M:      Hans de Goede <hdegoede@redhat.com>
6210 L:      linux-media@vger.kernel.org
6211 T:      git git://linuxtv.org/media_tree.git
6212 S:      Maintained
6213 F:      drivers/media/radio/radio-shark2.c
6214 F:      drivers/media/radio/radio-tea5777.c
6215
6216 RAGE128 FRAMEBUFFER DISPLAY DRIVER
6217 M:      Paul Mackerras <paulus@samba.org>
6218 L:      linux-fbdev@vger.kernel.org
6219 S:      Maintained
6220 F:      drivers/video/aty/aty128fb.c
6221
6222 RALINK RT2X00 WIRELESS LAN DRIVER
6223 P:      rt2x00 project
6224 M:      Ivo van Doorn <IvDoorn@gmail.com>
6225 M:      Gertjan van Wingerde <gwingerde@gmail.com>
6226 M:      Helmut Schaa <helmut.schaa@googlemail.com>
6227 L:      linux-wireless@vger.kernel.org
6228 L:      users@rt2x00.serialmonkey.com (moderated for non-subscribers)
6229 W:      http://rt2x00.serialmonkey.com/
6230 S:      Maintained
6231 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ivd/rt2x00.git
6232 F:      drivers/net/wireless/rt2x00/
6233
6234 RAMDISK RAM BLOCK DEVICE DRIVER
6235 M:      Nick Piggin <npiggin@kernel.dk>
6236 S:      Maintained
6237 F:      Documentation/blockdev/ramdisk.txt
6238 F:      drivers/block/brd.c
6239
6240 RANDOM NUMBER DRIVER
6241 M:      Theodore Ts'o" <tytso@mit.edu>
6242 S:      Maintained
6243 F:      drivers/char/random.c
6244
6245 RAPIDIO SUBSYSTEM
6246 M:      Matt Porter <mporter@kernel.crashing.org>
6247 M:      Alexandre Bounine <alexandre.bounine@idt.com>
6248 S:      Maintained
6249 F:      drivers/rapidio/
6250
6251 RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
6252 L:      linux-wireless@vger.kernel.org
6253 S:      Orphan
6254 F:      drivers/net/wireless/ray*
6255
6256 RCUTORTURE MODULE
6257 M:      Josh Triplett <josh@freedesktop.org>
6258 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
6259 S:      Supported
6260 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
6261 F:      Documentation/RCU/torture.txt
6262 F:      kernel/rcutorture.c
6263
6264 RDC R-321X SoC
6265 M:      Florian Fainelli <florian@openwrt.org>
6266 S:      Maintained
6267
6268 RDC R6040 FAST ETHERNET DRIVER
6269 M:      Florian Fainelli <florian@openwrt.org>
6270 L:      netdev@vger.kernel.org
6271 S:      Maintained
6272 F:      drivers/net/ethernet/rdc/r6040.c
6273
6274 RDS - RELIABLE DATAGRAM SOCKETS
6275 M:      Venkat Venkatsubra <venkat.x.venkatsubra@oracle.com>
6276 L:      rds-devel@oss.oracle.com (moderated for non-subscribers)
6277 S:      Supported
6278 F:      net/rds/
6279
6280 READ-COPY UPDATE (RCU)
6281 M:      Dipankar Sarma <dipankar@in.ibm.com>
6282 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
6283 W:      http://www.rdrop.com/users/paulmck/RCU/
6284 S:      Supported
6285 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
6286 F:      Documentation/RCU/
6287 X:      Documentation/RCU/torture.txt
6288 F:      include/linux/rcu*
6289 F:      kernel/rcu*
6290 X:      kernel/rcutorture.c
6291
6292 REAL TIME CLOCK (RTC) SUBSYSTEM
6293 M:      Alessandro Zummo <a.zummo@towertech.it>
6294 L:      rtc-linux@googlegroups.com
6295 Q:      http://patchwork.ozlabs.org/project/rtc-linux/list/
6296 S:      Maintained
6297 F:      Documentation/rtc.txt
6298 F:      drivers/rtc/
6299 F:      include/linux/rtc.h
6300
6301 REISERFS FILE SYSTEM
6302 L:      reiserfs-devel@vger.kernel.org
6303 S:      Supported
6304 F:      fs/reiserfs/
6305
6306 REGISTER MAP ABSTRACTION
6307 M:      Mark Brown <broonie@opensource.wolfsonmicro.com>
6308 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git
6309 S:      Supported
6310 F:      drivers/base/regmap/
6311 F:      include/linux/regmap.h
6312
6313 REMOTE PROCESSOR (REMOTEPROC) SUBSYSTEM
6314 M:      Ohad Ben-Cohen <ohad@wizery.com>
6315 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/remoteproc.git
6316 S:      Maintained
6317 F:      drivers/remoteproc/
6318 F:      Documentation/remoteproc.txt
6319 F:      include/linux/remoteproc.h
6320
6321 RFKILL
6322 M:      Johannes Berg <johannes@sipsolutions.net>
6323 L:      linux-wireless@vger.kernel.org
6324 W:      http://wireless.kernel.org/
6325 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
6326 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
6327 S:      Maintained
6328 F:      Documentation/rfkill.txt
6329 F:      net/rfkill/
6330
6331 RICOH SMARTMEDIA/XD DRIVER
6332 M:      Maxim Levitsky <maximlevitsky@gmail.com>
6333 S:      Maintained
6334 F:      drivers/mtd/nand/r852.c
6335 F:      drivers/mtd/nand/r852.h
6336
6337 RICOH R5C592 MEMORYSTICK DRIVER
6338 M:      Maxim Levitsky <maximlevitsky@gmail.com>
6339 S:      Maintained
6340 F:      drivers/memstick/host/r592.*
6341
6342 ROCKETPORT DRIVER
6343 P:      Comtrol Corp.
6344 W:      http://www.comtrol.com
6345 S:      Maintained
6346 F:      Documentation/serial/rocket.txt
6347 F:      drivers/tty/rocket*
6348
6349 ROSE NETWORK LAYER
6350 M:      Ralf Baechle <ralf@linux-mips.org>
6351 L:      linux-hams@vger.kernel.org
6352 W:      http://www.linux-ax25.org/
6353 S:      Maintained
6354 F:      include/linux/rose.h
6355 F:      include/net/rose.h
6356 F:      net/rose/
6357
6358 RTL2830 MEDIA DRIVER
6359 M:      Antti Palosaari <crope@iki.fi>
6360 L:      linux-media@vger.kernel.org
6361 W:      http://linuxtv.org/
6362 W:      http://palosaari.fi/linux/
6363 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6364 T:      git git://linuxtv.org/anttip/media_tree.git
6365 S:      Maintained
6366 F:      drivers/media/dvb-frontends/rtl2830*
6367
6368 RTL8180 WIRELESS DRIVER
6369 M:      "John W. Linville" <linville@tuxdriver.com>
6370 L:      linux-wireless@vger.kernel.org
6371 W:      http://wireless.kernel.org/
6372 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
6373 S:      Maintained
6374 F:      drivers/net/wireless/rtl818x/rtl8180/
6375
6376 RTL8187 WIRELESS DRIVER
6377 M:      Herton Ronaldo Krzesinski <herton@canonical.com>
6378 M:      Hin-Tak Leung <htl10@users.sourceforge.net>
6379 M:      Larry Finger <Larry.Finger@lwfinger.net>
6380 L:      linux-wireless@vger.kernel.org
6381 W:      http://wireless.kernel.org/
6382 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
6383 S:      Maintained
6384 F:      drivers/net/wireless/rtl818x/rtl8187/
6385
6386 RTL8192CE WIRELESS DRIVER
6387 M:      Larry Finger <Larry.Finger@lwfinger.net>
6388 M:      Chaoming Li <chaoming_li@realsil.com.cn>
6389 L:      linux-wireless@vger.kernel.org
6390 W:      http://wireless.kernel.org/
6391 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
6392 S:      Maintained
6393 F:      drivers/net/wireless/rtlwifi/
6394 F:      drivers/net/wireless/rtlwifi/rtl8192ce/
6395
6396 S3 SAVAGE FRAMEBUFFER DRIVER
6397 M:      Antonino Daplas <adaplas@gmail.com>
6398 L:      linux-fbdev@vger.kernel.org
6399 S:      Maintained
6400 F:      drivers/video/savage/
6401
6402 S390
6403 M:      Martin Schwidefsky <schwidefsky@de.ibm.com>
6404 M:      Heiko Carstens <heiko.carstens@de.ibm.com>
6405 M:      linux390@de.ibm.com
6406 L:      linux-s390@vger.kernel.org
6407 W:      http://www.ibm.com/developerworks/linux/linux390/
6408 S:      Supported
6409 F:      arch/s390/
6410 F:      drivers/s390/
6411 F:      block/partitions/ibm.c
6412 F:      Documentation/s390/
6413 F:      Documentation/DocBook/s390*
6414
6415 S390 NETWORK DRIVERS
6416 M:      Ursula Braun <ursula.braun@de.ibm.com>
6417 M:      Frank Blaschka <blaschka@linux.vnet.ibm.com>
6418 M:      linux390@de.ibm.com
6419 L:      linux-s390@vger.kernel.org
6420 W:      http://www.ibm.com/developerworks/linux/linux390/
6421 S:      Supported
6422 F:      drivers/s390/net/
6423
6424 S390 ZCRYPT DRIVER
6425 M:      Holger Dengler <hd@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/crypto/
6431
6432 S390 ZFCP DRIVER
6433 M:      Steffen Maier <maier@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/scsi/zfcp_*
6439
6440 S390 IUCV NETWORK LAYER
6441 M:      Ursula Braun <ursula.braun@de.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/net/*iucv*
6447 F:      include/net/iucv/
6448 F:      net/iucv/
6449
6450 S3C24XX SD/MMC Driver
6451 M:      Ben Dooks <ben-linux@fluff.org>
6452 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6453 S:      Supported
6454 F:      drivers/mmc/host/s3cmci.*
6455
6456 SAA7134 VIDEO4LINUX DRIVER
6457 M:      Mauro Carvalho Chehab <mchehab@redhat.com>
6458 L:      linux-media@vger.kernel.org
6459 W:      http://linuxtv.org
6460 T:      git git://linuxtv.org/media_tree.git
6461 S:      Odd fixes
6462 F:      Documentation/video4linux/saa7134/
6463 F:      drivers/media/pci/saa7134/
6464
6465 SAA7146 VIDEO4LINUX-2 DRIVER
6466 M:      Michael Hunold <michael@mihu.de>
6467 L:      linux-media@vger.kernel.org
6468 T:      git git://linuxtv.org/media_tree.git
6469 W:      http://www.mihu.de/linux/saa7146
6470 S:      Maintained
6471 F:      drivers/media/common/saa7146/
6472 F:      drivers/media/pci/saa7146/
6473 F:      include/media/saa7146*
6474
6475 SAMSUNG LAPTOP DRIVER
6476 M:      Corentin Chary <corentincj@iksaif.net>
6477 L:      platform-driver-x86@vger.kernel.org
6478 S:      Maintained
6479 F:      drivers/platform/x86/samsung-laptop.c
6480
6481 SAMSUNG AUDIO (ASoC) DRIVERS
6482 M:      Sangbeom Kim <sbkim73@samsung.com>
6483 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
6484 S:      Supported
6485 F:      sound/soc/samsung
6486
6487 SAMSUNG FRAMEBUFFER DRIVER
6488 M:      Jingoo Han <jg1.han@samsung.com>
6489 L:      linux-fbdev@vger.kernel.org
6490 S:      Maintained
6491 F:      drivers/video/s3c-fb.c
6492
6493 SAMSUNG MULTIFUNCTION DEVICE DRIVERS
6494 M:      Sangbeom Kim <sbkim73@samsung.com>
6495 L:      linux-kernel@vger.kernel.org
6496 S:      Supported
6497 F:      drivers/mfd/sec*.c
6498 F:      drivers/regulator/s2m*.c
6499 F:      drivers/regulator/s5m*.c
6500 F:      drivers/rtc/rtc-sec.c
6501 F:      include/linux/mfd/samsung/
6502
6503 SAMSUNG S3C24XX/S3C64XX SOC SERIES CAMIF DRIVER
6504 M:      Sylwester Nawrocki <sylvester.nawrocki@gmail.com>
6505 L:      linux-media@vger.kernel.org
6506 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
6507 S:      Maintained
6508 F:      drivers/media/platform/s3c-camif/
6509 F:      include/media/s3c_camif.h
6510
6511 SERIAL DRIVERS
6512 M:      Alan Cox <alan@linux.intel.com>
6513 L:      linux-serial@vger.kernel.org
6514 S:      Maintained
6515 F:      drivers/tty/serial
6516
6517 SYNOPSYS DESIGNWARE DMAC DRIVER
6518 M:      Viresh Kumar <viresh.linux@gmail.com>
6519 S:      Maintained
6520 F:      include/linux/dw_dmac.h
6521 F:      drivers/dma/dw_dmac_regs.h
6522 F:      drivers/dma/dw_dmac.c
6523
6524 TIMEKEEPING, NTP
6525 M:      John Stultz <johnstul@us.ibm.com>
6526 M:      Thomas Gleixner <tglx@linutronix.de>
6527 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
6528 S:      Supported
6529 F:      include/linux/clocksource.h
6530 F:      include/linux/time.h
6531 F:      include/linux/timex.h
6532 F:      kernel/time/clocksource.c
6533 F:      kernel/time/time*.c
6534 F:      kernel/time/ntp.c
6535 F:      drivers/clocksource
6536
6537 TLG2300 VIDEO4LINUX-2 DRIVER
6538 M:      Huang Shijie <shijie8@gmail.com>
6539 M:      Kang Yong <kangyong@telegent.com>
6540 M:      Zhang Xiaobing <xbzhang@telegent.com>
6541 S:      Supported
6542 F:      drivers/media/usb/tlg2300
6543
6544 SC1200 WDT DRIVER
6545 M:      Zwane Mwaikambo <zwane@arm.linux.org.uk>
6546 S:      Maintained
6547 F:      drivers/watchdog/sc1200wdt.c
6548
6549 SCHEDULER
6550 M:      Ingo Molnar <mingo@redhat.com>
6551 M:      Peter Zijlstra <peterz@infradead.org>
6552 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git sched/core
6553 S:      Maintained
6554 F:      kernel/sched/
6555 F:      include/linux/sched.h
6556
6557 SCORE ARCHITECTURE
6558 M:      Chen Liqin <liqin.chen@sunplusct.com>
6559 M:      Lennox Wu <lennox.wu@gmail.com>
6560 W:      http://www.sunplusct.com
6561 S:      Supported
6562 F:      arch/score/
6563
6564 SCSI CDROM DRIVER
6565 M:      Jens Axboe <axboe@kernel.dk>
6566 L:      linux-scsi@vger.kernel.org
6567 W:      http://www.kernel.dk
6568 S:      Maintained
6569 F:      drivers/scsi/sr*
6570
6571 SCSI RDMA PROTOCOL (SRP) INITIATOR
6572 M:      David Dillow <dillowda@ornl.gov>
6573 L:      linux-rdma@vger.kernel.org
6574 S:      Supported
6575 W:      http://www.openfabrics.org
6576 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
6577 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dad/srp-initiator.git
6578 F:      drivers/infiniband/ulp/srp/
6579 F:      include/scsi/srp.h
6580
6581 SCSI SG DRIVER
6582 M:      Doug Gilbert <dgilbert@interlog.com>
6583 L:      linux-scsi@vger.kernel.org
6584 W:      http://www.torque.net/sg
6585 S:      Maintained
6586 F:      drivers/scsi/sg.c
6587 F:      include/scsi/sg.h
6588
6589 SCSI SUBSYSTEM
6590 M:      "James E.J. Bottomley" <JBottomley@parallels.com>
6591 L:      linux-scsi@vger.kernel.org
6592 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
6593 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6.git
6594 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-pending-2.6.git
6595 S:      Maintained
6596 F:      drivers/scsi/
6597 F:      include/scsi/
6598
6599 SCSI TAPE DRIVER
6600 M:      Kai Mäkisara <Kai.Makisara@kolumbus.fi>
6601 L:      linux-scsi@vger.kernel.org
6602 S:      Maintained
6603 F:      Documentation/scsi/st.txt
6604 F:      drivers/scsi/st*
6605
6606 SCTP PROTOCOL
6607 M:      Vlad Yasevich <vyasevich@gmail.com>
6608 M:      Sridhar Samudrala <sri@us.ibm.com>
6609 L:      linux-sctp@vger.kernel.org
6610 W:      http://lksctp.sourceforge.net
6611 S:      Maintained
6612 F:      Documentation/networking/sctp.txt
6613 F:      include/linux/sctp.h
6614 F:      include/net/sctp/
6615 F:      net/sctp/
6616
6617 SCx200 CPU SUPPORT
6618 M:      Jim Cromie <jim.cromie@gmail.com>
6619 S:      Odd Fixes
6620 F:      Documentation/i2c/busses/scx200_acb
6621 F:      arch/x86/platform/scx200/
6622 F:      drivers/watchdog/scx200_wdt.c
6623 F:      drivers/i2c/busses/scx200*
6624 F:      drivers/mtd/maps/scx200_docflash.c
6625 F:      include/linux/scx200.h
6626
6627 SCx200 GPIO DRIVER
6628 M:      Jim Cromie <jim.cromie@gmail.com>
6629 S:      Maintained
6630 F:      drivers/char/scx200_gpio.c
6631 F:      include/linux/scx200_gpio.h
6632
6633 SCx200 HRT CLOCKSOURCE DRIVER
6634 M:      Jim Cromie <jim.cromie@gmail.com>
6635 S:      Maintained
6636 F:      drivers/clocksource/scx200_hrt.c
6637
6638 SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
6639 M:      Sascha Sommer <saschasommer@freenet.de>
6640 L:      sdricohcs-devel@lists.sourceforge.net (subscribers-only)
6641 S:      Maintained
6642 F:      drivers/mmc/host/sdricoh_cs.c
6643
6644 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
6645 M:      Chris Ball <cjb@laptop.org>
6646 L:      linux-mmc@vger.kernel.org
6647 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc.git
6648 S:      Maintained
6649 F:      drivers/mmc/host/sdhci.*
6650 F:      drivers/mmc/host/sdhci-pltfm.[ch]
6651
6652 SECURE DIGITAL HOST CONTROLLER INTERFACE, OPEN FIRMWARE BINDINGS (SDHCI-OF)
6653 M:      Anton Vorontsov <avorontsov@ru.mvista.com>
6654 L:      linuxppc-dev@lists.ozlabs.org
6655 L:      linux-mmc@vger.kernel.org
6656 S:      Maintained
6657 F:      drivers/mmc/host/sdhci-pltfm.[ch]
6658
6659 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) SAMSUNG DRIVER
6660 M:      Ben Dooks <ben-linux@fluff.org>
6661 L:      linux-mmc@vger.kernel.org
6662 S:      Maintained
6663 F:      drivers/mmc/host/sdhci-s3c.c
6664
6665 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) ST SPEAR DRIVER
6666 M:      Viresh Kumar <viresh.linux@gmail.com>
6667 L:      spear-devel@list.st.com
6668 L:      linux-mmc@vger.kernel.org
6669 S:      Maintained
6670 F:      drivers/mmc/host/sdhci-spear.c
6671
6672 SECURITY SUBSYSTEM
6673 M:      James Morris <james.l.morris@oracle.com>
6674 L:      linux-security-module@vger.kernel.org (suggested Cc:)
6675 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security.git
6676 W:      http://kernsec.org/
6677 S:      Supported
6678 F:      security/
6679
6680 SECURITY CONTACT
6681 M:      Security Officers <security@kernel.org>
6682 S:      Supported
6683
6684 SELINUX SECURITY MODULE
6685 M:      Stephen Smalley <sds@tycho.nsa.gov>
6686 M:      James Morris <james.l.morris@oracle.com>
6687 M:      Eric Paris <eparis@parisplace.org>
6688 L:      selinux@tycho.nsa.gov (subscribers-only, general discussion)
6689 W:      http://selinuxproject.org
6690 T:      git git://git.infradead.org/users/eparis/selinux.git
6691 S:      Supported
6692 F:      include/linux/selinux*
6693 F:      security/selinux/
6694 F:      scripts/selinux/
6695
6696 APPARMOR SECURITY MODULE
6697 M:      John Johansen <john.johansen@canonical.com>
6698 L:      apparmor@lists.ubuntu.com (subscribers-only, general discussion)
6699 W:      apparmor.wiki.kernel.org
6700 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jj/apparmor-dev.git
6701 S:      Supported
6702 F:      security/apparmor/
6703
6704 SENSABLE PHANTOM
6705 M:      Jiri Slaby <jirislaby@gmail.com>
6706 S:      Maintained
6707 F:      drivers/misc/phantom.c
6708 F:      include/linux/phantom.h
6709
6710 SERIAL ATA (SATA) SUBSYSTEM
6711 M:      Jeff Garzik <jgarzik@pobox.com>
6712 L:      linux-ide@vger.kernel.org
6713 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
6714 S:      Supported
6715 F:      drivers/ata/
6716 F:      include/linux/ata.h
6717 F:      include/linux/libata.h
6718
6719 SERVER ENGINES 10Gbps iSCSI - BladeEngine 2 DRIVER
6720 M:      Jayamohan Kallickal <jayamohan.kallickal@emulex.com>
6721 L:      linux-scsi@vger.kernel.org
6722 W:      http://www.emulex.com
6723 S:      Supported
6724 F:      drivers/scsi/be2iscsi/
6725
6726 SERVER ENGINES 10Gbps NIC - BladeEngine 2 DRIVER
6727 M:      Sathya Perla <sathya.perla@emulex.com>
6728 M:      Subbu Seetharaman <subbu.seetharaman@emulex.com>
6729 M:      Ajit Khaparde <ajit.khaparde@emulex.com>
6730 L:      netdev@vger.kernel.org
6731 W:      http://www.emulex.com
6732 S:      Supported
6733 F:      drivers/net/ethernet/emulex/benet/
6734
6735 SFC NETWORK DRIVER
6736 M:      Solarflare linux maintainers <linux-net-drivers@solarflare.com>
6737 M:      Ben Hutchings <bhutchings@solarflare.com>
6738 L:      netdev@vger.kernel.org
6739 S:      Supported
6740 F:      drivers/net/ethernet/sfc/
6741
6742 SGI GRU DRIVER
6743 M:      Jack Steiner <steiner@sgi.com>
6744 S:      Maintained
6745 F:      drivers/misc/sgi-gru/
6746
6747 SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
6748 M:      Pat Gefre <pfg@sgi.com>
6749 L:      linux-ia64@vger.kernel.org
6750 S:      Supported
6751 F:      Documentation/ia64/serial.txt
6752 F:      drivers/tty/serial/ioc?_serial.c
6753 F:      include/linux/ioc?.h
6754
6755 SGI VISUAL WORKSTATION 320 AND 540
6756 M:      Andrey Panin <pazke@donpac.ru>
6757 L:      linux-visws-devel@lists.sf.net
6758 W:      http://linux-visws.sf.net
6759 S:      Maintained for 2.6.
6760 F:      Documentation/sgi-visws.txt
6761
6762 SGI XP/XPC/XPNET DRIVER
6763 M:      Robin Holt <holt@sgi.com>
6764 S:      Maintained
6765 F:      drivers/misc/sgi-xp/
6766
6767 SIMPLE FIRMWARE INTERFACE (SFI)
6768 M:      Len Brown <lenb@kernel.org>
6769 L:      sfi-devel@simplefirmware.org
6770 W:      http://simplefirmware.org/
6771 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-sfi-2.6.git
6772 S:      Supported
6773 F:      arch/x86/platform/sfi/
6774 F:      drivers/sfi/
6775 F:      include/linux/sfi*.h
6776
6777 SIMTEC EB110ATX (Chalice CATS)
6778 P:      Ben Dooks
6779 P:      Vincent Sanders <vince@simtec.co.uk>
6780 M:      Simtec Linux Team <linux@simtec.co.uk>
6781 W:      http://www.simtec.co.uk/products/EB110ATX/
6782 S:      Supported
6783
6784 SIMTEC EB2410ITX (BAST)
6785 P:      Ben Dooks
6786 P:      Vincent Sanders <vince@simtec.co.uk>
6787 M:      Simtec Linux Team <linux@simtec.co.uk>
6788 W:      http://www.simtec.co.uk/products/EB2410ITX/
6789 S:      Supported
6790 F:      arch/arm/mach-s3c2410/mach-bast.c
6791 F:      arch/arm/mach-s3c2410/bast-ide.c
6792 F:      arch/arm/mach-s3c2410/bast-irq.c
6793
6794 TI DAVINCI MACHINE SUPPORT
6795 M:      Sekhar Nori <nsekhar@ti.com>
6796 M:      Kevin Hilman <khilman@ti.com>
6797 L:      davinci-linux-open-source@linux.davincidsp.com (moderated for non-subscribers)
6798 T:      git git://gitorious.org/linux-davinci/linux-davinci.git
6799 Q:      http://patchwork.kernel.org/project/linux-davinci/list/
6800 S:      Supported
6801 F:      arch/arm/mach-davinci
6802 F:      drivers/i2c/busses/i2c-davinci.c
6803
6804 TI DAVINCI SERIES MEDIA DRIVER
6805 M:      Manjunath Hadli <manjunath.hadli@ti.com>
6806 M:      Prabhakar Lad <prabhakar.lad@ti.com>
6807 L:      linux-media@vger.kernel.org
6808 L:      davinci-linux-open-source@linux.davincidsp.com (moderated for non-subscribers)
6809 W:      http://linuxtv.org/
6810 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6811 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
6812 S:      Supported
6813 F:      drivers/media/platform/davinci/
6814 F:      include/media/davinci/
6815
6816 SIS 190 ETHERNET DRIVER
6817 M:      Francois Romieu <romieu@fr.zoreil.com>
6818 L:      netdev@vger.kernel.org
6819 S:      Maintained
6820 F:      drivers/net/ethernet/sis/sis190.c
6821
6822 SIS 900/7016 FAST ETHERNET DRIVER
6823 M:      Daniele Venzano <venza@brownhat.org>
6824 W:      http://www.brownhat.org/sis900.html
6825 L:      netdev@vger.kernel.org
6826 S:      Maintained
6827 F:      drivers/net/ethernet/sis/sis900.*
6828
6829 SIS 96X I2C/SMBUS DRIVER
6830 M:      "Mark M. Hoffman" <mhoffman@lightlink.com>
6831 L:      linux-i2c@vger.kernel.org
6832 S:      Maintained
6833 F:      Documentation/i2c/busses/i2c-sis96x
6834 F:      drivers/i2c/busses/i2c-sis96x.c
6835
6836 SIS FRAMEBUFFER DRIVER
6837 M:      Thomas Winischhofer <thomas@winischhofer.net>
6838 W:      http://www.winischhofer.net/linuxsisvga.shtml
6839 S:      Maintained
6840 F:      Documentation/fb/sisfb.txt
6841 F:      drivers/video/sis/
6842 F:      include/video/sisfb.h
6843
6844 SIS USB2VGA DRIVER
6845 M:      Thomas Winischhofer <thomas@winischhofer.net>
6846 W:      http://www.winischhofer.at/linuxsisusbvga.shtml
6847 S:      Maintained
6848 F:      drivers/usb/misc/sisusbvga/
6849
6850 SLAB ALLOCATOR
6851 M:      Christoph Lameter <cl@linux-foundation.org>
6852 M:      Pekka Enberg <penberg@kernel.org>
6853 M:      Matt Mackall <mpm@selenic.com>
6854 L:      linux-mm@kvack.org
6855 S:      Maintained
6856 F:      include/linux/sl?b*.h
6857 F:      mm/sl?b.c
6858
6859 SLEEPABLE READ-COPY UPDATE (SRCU)
6860 M:      Lai Jiangshan <laijs@cn.fujitsu.com>
6861 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
6862 W:      http://www.rdrop.com/users/paulmck/RCU/
6863 S:      Supported
6864 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
6865 F:      include/linux/srcu*
6866 F:      kernel/srcu*
6867
6868 SMACK SECURITY MODULE
6869 M:      Casey Schaufler <casey@schaufler-ca.com>
6870 L:      linux-security-module@vger.kernel.org
6871 W:      http://schaufler-ca.com
6872 T:      git git://git.gitorious.org/smack-next/kernel.git
6873 S:      Maintained
6874 F:      Documentation/security/Smack.txt
6875 F:      security/smack/
6876
6877 SMC91x ETHERNET DRIVER
6878 M:      Nicolas Pitre <nico@fluxnic.net>
6879 S:      Odd Fixes
6880 F:      drivers/net/ethernet/smsc/smc91x.*
6881
6882 SMIA AND SMIA++ IMAGE SENSOR DRIVER
6883 M:      Sakari Ailus <sakari.ailus@iki.fi>
6884 L:      linux-media@vger.kernel.org
6885 S:      Maintained
6886 F:      drivers/media/i2c/smiapp
6887 F:      include/media/smiapp.h
6888 F:      drivers/media/i2c/smiapp-pll.c
6889 F:      drivers/media/i2c/smiapp-pll.h
6890
6891 SMM665 HARDWARE MONITOR DRIVER
6892 M:      Guenter Roeck <linux@roeck-us.net>
6893 L:      lm-sensors@lm-sensors.org
6894 S:      Maintained
6895 F:      Documentation/hwmon/smm665
6896 F:      drivers/hwmon/smm665.c
6897
6898 SMSC EMC2103 HARDWARE MONITOR DRIVER
6899 M:      Steve Glendinning <steve.glendinning@shawell.net>
6900 L:      lm-sensors@lm-sensors.org
6901 S:      Maintained
6902 F:      Documentation/hwmon/emc2103
6903 F:      drivers/hwmon/emc2103.c
6904
6905 SMSC SCH5627 HARDWARE MONITOR DRIVER
6906 M:      Hans de Goede <hdegoede@redhat.com>
6907 L:      lm-sensors@lm-sensors.org
6908 S:      Supported
6909 F:      Documentation/hwmon/sch5627
6910 F:      drivers/hwmon/sch5627.c
6911
6912 SMSC47B397 HARDWARE MONITOR DRIVER
6913 M:      "Mark M. Hoffman" <mhoffman@lightlink.com>
6914 L:      lm-sensors@lm-sensors.org
6915 S:      Maintained
6916 F:      Documentation/hwmon/smsc47b397
6917 F:      drivers/hwmon/smsc47b397.c
6918
6919 SMSC911x ETHERNET DRIVER
6920 M:      Steve Glendinning <steve.glendinning@shawell.net>
6921 L:      netdev@vger.kernel.org
6922 S:      Maintained
6923 F:      include/linux/smsc911x.h
6924 F:      drivers/net/ethernet/smsc/smsc911x.*
6925
6926 SMSC9420 PCI ETHERNET DRIVER
6927 M:      Steve Glendinning <steve.glendinning@shawell.net>
6928 L:      netdev@vger.kernel.org
6929 S:      Maintained
6930 F:      drivers/net/ethernet/smsc/smsc9420.*
6931
6932 SMSC UFX6000 and UFX7000 USB to VGA DRIVER
6933 M:      Steve Glendinning <steve.glendinning@shawell.net>
6934 L:      linux-fbdev@vger.kernel.org
6935 S:      Maintained
6936 F:      drivers/video/smscufx.c
6937
6938 SN-IA64 (Itanium) SUB-PLATFORM
6939 M:      Jes Sorensen <jes@sgi.com>
6940 L:      linux-altix@sgi.com
6941 L:      linux-ia64@vger.kernel.org
6942 W:      http://www.sgi.com/altix
6943 S:      Maintained
6944 F:      arch/ia64/sn/
6945
6946 SOC-CAMERA V4L2 SUBSYSTEM
6947 M:      Guennadi Liakhovetski <g.liakhovetski@gmx.de>
6948 L:      linux-media@vger.kernel.org
6949 T:      git git://linuxtv.org/media_tree.git
6950 S:      Maintained
6951 F:      include/media/soc*
6952 F:      drivers/media/i2c/soc_camera/
6953 F:      drivers/media/platform/soc_camera/
6954
6955 SOEKRIS NET48XX LED SUPPORT
6956 M:      Chris Boot <bootc@bootc.net>
6957 S:      Maintained
6958 F:      drivers/leds/leds-net48xx.c
6959
6960 SOFTWARE RAID (Multiple Disks) SUPPORT
6961 M:      Neil Brown <neilb@suse.de>
6962 L:      linux-raid@vger.kernel.org
6963 S:      Supported
6964 F:      drivers/md/
6965 F:      include/linux/raid/
6966
6967 SONIC NETWORK DRIVER
6968 M:      Thomas Bogendoerfer <tsbogend@alpha.franken.de>
6969 L:      netdev@vger.kernel.org
6970 S:      Maintained
6971 F:      drivers/net/ethernet/natsemi/sonic.*
6972
6973 SONICS SILICON BACKPLANE DRIVER (SSB)
6974 M:      Michael Buesch <m@bues.ch>
6975 L:      netdev@vger.kernel.org
6976 S:      Maintained
6977 F:      drivers/ssb/
6978 F:      include/linux/ssb/
6979
6980 SONY VAIO CONTROL DEVICE DRIVER
6981 M:      Mattia Dongili <malattia@linux.it>
6982 L:      platform-driver-x86@vger.kernel.org
6983 W:      http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
6984 S:      Maintained
6985 F:      Documentation/laptops/sony-laptop.txt
6986 F:      drivers/char/sonypi.c
6987 F:      drivers/platform/x86/sony-laptop.c
6988 F:      include/linux/sony-laptop.h
6989
6990 SONY MEMORYSTICK CARD SUPPORT
6991 M:      Alex Dubov <oakad@yahoo.com>
6992 W:      http://tifmxx.berlios.de/
6993 S:      Maintained
6994 F:      drivers/memstick/host/tifm_ms.c
6995
6996 SOUND
6997 M:      Jaroslav Kysela <perex@perex.cz>
6998 M:      Takashi Iwai <tiwai@suse.de>
6999 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
7000 W:      http://www.alsa-project.org/
7001 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
7002 T:      git git://git.alsa-project.org/alsa-kernel.git
7003 S:      Maintained
7004 F:      Documentation/sound/
7005 F:      include/sound/
7006 F:      sound/
7007
7008 SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC)
7009 M:      Liam Girdwood <lrg@ti.com>
7010 M:      Mark Brown <broonie@opensource.wolfsonmicro.com>
7011 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git
7012 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
7013 W:      http://alsa-project.org/main/index.php/ASoC
7014 S:      Supported
7015 F:      sound/soc/
7016 F:      include/sound/soc*
7017
7018 SPARC + UltraSPARC (sparc/sparc64)
7019 M:      "David S. Miller" <davem@davemloft.net>
7020 L:      sparclinux@vger.kernel.org
7021 Q:      http://patchwork.ozlabs.org/project/sparclinux/list/
7022 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
7023 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
7024 S:      Maintained
7025 F:      arch/sparc/
7026 F:      drivers/sbus/
7027
7028 SPARC SERIAL DRIVERS
7029 M:      "David S. Miller" <davem@davemloft.net>
7030 L:      sparclinux@vger.kernel.org
7031 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
7032 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
7033 S:      Maintained
7034 F:      include/linux/sunserialcore.h
7035 F:      drivers/tty/serial/suncore.c
7036 F:      drivers/tty/serial/sunhv.c
7037 F:      drivers/tty/serial/sunsab.c
7038 F:      drivers/tty/serial/sunsab.h
7039 F:      drivers/tty/serial/sunsu.c
7040 F:      drivers/tty/serial/sunzilog.c
7041 F:      drivers/tty/serial/sunzilog.h
7042
7043 SPARSE CHECKER
7044 M:      "Christopher Li" <sparse@chrisli.org>
7045 L:      linux-sparse@vger.kernel.org
7046 W:      https://sparse.wiki.kernel.org/
7047 T:      git git://git.kernel.org/pub/scm/devel/sparse/sparse.git
7048 T:      git git://git.kernel.org/pub/scm/devel/sparse/chrisl/sparse.git
7049 S:      Maintained
7050 F:      include/linux/compiler.h
7051
7052 SPEAR PLATFORM SUPPORT
7053 M:      Viresh Kumar <viresh.linux@gmail.com>
7054 M:      Shiraz Hashim <shiraz.hashim@st.com>
7055 L:      spear-devel@list.st.com
7056 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7057 W:      http://www.st.com/spear
7058 S:      Maintained
7059 F:      arch/arm/plat-spear/
7060
7061 SPEAR13XX MACHINE SUPPORT
7062 M:      Viresh Kumar <viresh.linux@gmail.com>
7063 M:      Shiraz Hashim <shiraz.hashim@st.com>
7064 L:      spear-devel@list.st.com
7065 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7066 W:      http://www.st.com/spear
7067 S:      Maintained
7068 F:      arch/arm/mach-spear13xx/
7069
7070 SPEAR3XX MACHINE SUPPORT
7071 M:      Viresh Kumar <viresh.linux@gmail.com>
7072 M:      Shiraz Hashim <shiraz.hashim@st.com>
7073 L:      spear-devel@list.st.com
7074 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7075 W:      http://www.st.com/spear
7076 S:      Maintained
7077 F:      arch/arm/mach-spear3xx/
7078
7079 SPEAR6XX MACHINE SUPPORT
7080 M:      Rajeev Kumar <rajeev-dlh.kumar@st.com>
7081 M:      Shiraz Hashim <shiraz.hashim@st.com>
7082 M:      Viresh Kumar <viresh.linux@gmail.com>
7083 L:      spear-devel@list.st.com
7084 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7085 W:      http://www.st.com/spear
7086 S:      Maintained
7087 F:      arch/arm/mach-spear6xx/
7088
7089 SPEAR CLOCK FRAMEWORK SUPPORT
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:      drivers/clk/spear/
7096
7097 SPI SUBSYSTEM
7098 M:      Grant Likely <grant.likely@secretlab.ca>
7099 L:      spi-devel-general@lists.sourceforge.net
7100 Q:      http://patchwork.kernel.org/project/spi-devel-general/list/
7101 T:      git git://git.secretlab.ca/git/linux-2.6.git
7102 S:      Maintained
7103 F:      Documentation/spi/
7104 F:      drivers/spi/
7105 F:      include/linux/spi/
7106
7107 SPIDERNET NETWORK DRIVER for CELL
7108 M:      Ishizaki Kou <kou.ishizaki@toshiba.co.jp>
7109 M:      Jens Osterkamp <jens@de.ibm.com>
7110 L:      netdev@vger.kernel.org
7111 S:      Supported
7112 F:      Documentation/networking/spider_net.txt
7113 F:      drivers/net/ethernet/toshiba/spider_net*
7114
7115 SPU FILE SYSTEM
7116 M:      Jeremy Kerr <jk@ozlabs.org>
7117 L:      linuxppc-dev@lists.ozlabs.org
7118 L:      cbe-oss-dev@lists.ozlabs.org
7119 W:      http://www.ibm.com/developerworks/power/cell/
7120 S:      Supported
7121 F:      Documentation/filesystems/spufs.txt
7122 F:      arch/powerpc/platforms/cell/spufs/
7123
7124 SQUASHFS FILE SYSTEM
7125 M:      Phillip Lougher <phillip@squashfs.org.uk>
7126 L:      squashfs-devel@lists.sourceforge.net (subscribers-only)
7127 W:      http://squashfs.org.uk
7128 S:      Maintained
7129 F:      Documentation/filesystems/squashfs.txt
7130 F:      fs/squashfs/
7131
7132 SRM (Alpha) environment access
7133 M:      Jan-Benedict Glaw <jbglaw@lug-owl.de>
7134 S:      Maintained
7135 F:      arch/alpha/kernel/srm_env.c
7136
7137 STABLE BRANCH
7138 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
7139 L:      stable@vger.kernel.org
7140 S:      Supported
7141
7142 STAGING SUBSYSTEM
7143 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
7144 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
7145 L:      devel@driverdev.osuosl.org
7146 S:      Supported
7147 F:      drivers/staging/
7148
7149 STAGING - AGERE HERMES II and II.5 WIRELESS DRIVERS
7150 M:      Henk de Groot <pe1dnn@amsat.org>
7151 S:      Odd Fixes
7152 F:      drivers/staging/wlags49_h2/
7153 F:      drivers/staging/wlags49_h25/
7154
7155 STAGING - ASUS OLED
7156 M:      Jakub Schmidtke <sjakub@gmail.com>
7157 S:      Odd Fixes
7158 F:      drivers/staging/asus_oled/
7159
7160 STAGING - COMEDI
7161 M:      Ian Abbott <abbotti@mev.co.uk>
7162 M:      Mori Hess <fmhess@users.sourceforge.net>
7163 S:      Odd Fixes
7164 F:      drivers/staging/comedi/
7165
7166 STAGING - CRYSTAL HD VIDEO DECODER
7167 M:      Naren Sankar <nsankar@broadcom.com>
7168 M:      Jarod Wilson <jarod@wilsonet.com>
7169 M:      Scott Davilla <davilla@4pi.com>
7170 M:      Manu Abraham <abraham.manu@gmail.com>
7171 S:      Odd Fixes
7172 F:      drivers/staging/crystalhd/
7173
7174 STAGING - ECHO CANCELLER
7175 M:      Steve Underwood <steveu@coppice.org>
7176 M:      David Rowe <david@rowetel.com>
7177 S:      Odd Fixes
7178 F:      drivers/staging/echo/
7179
7180 STAGING - ET131X NETWORK DRIVER
7181 M:      Mark Einon <mark.einon@gmail.com>
7182 S:      Odd Fixes
7183 F:      drivers/staging/et131x/
7184
7185 STAGING - FLARION FT1000 DRIVERS
7186 M:      Marek Belisko <marek.belisko@gmail.com>
7187 S:      Odd Fixes
7188 F:      drivers/staging/ft1000/
7189
7190 STAGING - FRONTIER TRANZPORT AND ALPHATRACK
7191 M:      David Täht <d@teklibre.com>
7192 S:      Odd Fixes
7193 F:      drivers/staging/frontier/
7194
7195 STAGING - INDUSTRIAL IO
7196 M:      Jonathan Cameron <jic23@cam.ac.uk>
7197 L:      linux-iio@vger.kernel.org
7198 S:      Odd Fixes
7199 F:      drivers/staging/iio/
7200
7201 STAGING - LIRC (LINUX INFRARED REMOTE CONTROL) DRIVERS
7202 M:      Jarod Wilson <jarod@wilsonet.com>
7203 W:      http://www.lirc.org/
7204 S:      Odd Fixes
7205 F:      drivers/staging/media/lirc/
7206
7207 STAGING - NVIDIA COMPLIANT EMBEDDED CONTROLLER INTERFACE (nvec)
7208 M:      Julian Andres Klode <jak@jak-linux.org>
7209 M:      Marc Dietrich <marvin24@gmx.de>
7210 L:      ac100@lists.launchpad.net (moderated for non-subscribers)
7211 S:      Maintained
7212 F:      drivers/staging/nvec/
7213
7214 STAGING - OLPC SECONDARY DISPLAY CONTROLLER (DCON)
7215 M:      Andres Salomon <dilinger@queued.net>
7216 M:      Chris Ball <cjb@laptop.org>
7217 M:      Jon Nettleton <jon.nettleton@gmail.com>
7218 W:      http://wiki.laptop.org/go/DCON
7219 S:      Odd Fixes
7220 F:      drivers/staging/olpc_dcon/
7221
7222 STAGING - OZMO DEVICES USB OVER WIFI DRIVER
7223 M:      Rupesh Gujare <rgujare@ozmodevices.com>
7224 M:      Chris Kelly <ckelly@ozmodevices.com>
7225 S:      Maintained
7226 F:      drivers/staging/ozwpan/
7227
7228 STAGING - PARALLEL LCD/KEYPAD PANEL DRIVER
7229 M:      Willy Tarreau <willy@meta-x.org>
7230 S:      Odd Fixes
7231 F:      drivers/staging/panel/
7232
7233 STAGING - REALTEK RTL8712U DRIVERS
7234 M:      Larry Finger <Larry.Finger@lwfinger.net>
7235 M:      Florian Schilhabel <florian.c.schilhabel@googlemail.com>.
7236 S:      Odd Fixes
7237 F:      drivers/staging/rtl8712/
7238
7239 STAGING - SILICON MOTION SM7XX FRAME BUFFER DRIVER
7240 M:      Teddy Wang <teddy.wang@siliconmotion.com.cn>
7241 S:      Odd Fixes
7242 F:      drivers/staging/sm7xx/
7243
7244 STAGING - SOFTLOGIC 6x10 MPEG CODEC
7245 M:      Ben Collins <bcollins@bluecherry.net>
7246 S:      Odd Fixes
7247 F:      drivers/staging/media/solo6x10/
7248
7249 STAGING - SPEAKUP CONSOLE SPEECH DRIVER
7250 M:      William Hubbs <w.d.hubbs@gmail.com>
7251 M:      Chris Brannon <chris@the-brannons.com>
7252 M:      Kirk Reiser <kirk@braille.uwo.ca>
7253 M:      Samuel Thibault <samuel.thibault@ens-lyon.org>
7254 L:      speakup@braille.uwo.ca
7255 W:      http://www.linux-speakup.org/
7256 S:      Odd Fixes
7257 F:      drivers/staging/speakup/
7258
7259 STAGING - TI DSP BRIDGE DRIVERS
7260 M:      Omar Ramirez Luna <omar.ramirez@ti.com>
7261 S:      Odd Fixes
7262 F:      drivers/staging/tidspbridge/
7263
7264 STAGING - USB ENE SM/MS CARD READER DRIVER
7265 M:      Al Cho <acho@novell.com>
7266 S:      Odd Fixes
7267 F:      drivers/staging/keucr/
7268
7269 STAGING - VIA VT665X DRIVERS
7270 M:      Forest Bond <forest@alittletooquiet.net>
7271 S:      Odd Fixes
7272 F:      drivers/staging/vt665?/
7273
7274 STAGING - WINBOND IS89C35 WLAN USB DRIVER
7275 M:      Pavel Machek <pavel@ucw.cz>
7276 S:      Odd Fixes
7277 F:      drivers/staging/winbond/
7278
7279 STAGING - XGI Z7,Z9,Z11 PCI DISPLAY DRIVER
7280 M:      Arnaud Patard <arnaud.patard@rtp-net.org>
7281 S:      Odd Fixes
7282 F:      drivers/staging/xgifb/
7283
7284 STARFIRE/DURALAN NETWORK DRIVER
7285 M:      Ion Badulescu <ionut@badula.org>
7286 S:      Odd Fixes
7287 F:      drivers/net/ethernet/adaptec/starfire*
7288
7289 SUN3/3X
7290 M:      Sam Creasey <sammy@sammy.net>
7291 W:      http://sammy.net/sun3/
7292 S:      Maintained
7293 F:      arch/m68k/kernel/*sun3*
7294 F:      arch/m68k/sun3*/
7295 F:      arch/m68k/include/asm/sun3*
7296 F:      drivers/net/ethernet/i825xx/sun3*
7297
7298 SUPERH
7299 M:      Paul Mundt <lethal@linux-sh.org>
7300 L:      linux-sh@vger.kernel.org
7301 W:      http://www.linux-sh.org
7302 Q:      http://patchwork.kernel.org/project/linux-sh/list/
7303 T:      git git://github.com/pmundt/linux-sh.git sh-latest
7304 S:      Supported
7305 F:      Documentation/sh/
7306 F:      arch/sh/
7307 F:      drivers/sh/
7308
7309 SUSPEND TO RAM
7310 M:      Len Brown <len.brown@intel.com>
7311 M:      Pavel Machek <pavel@ucw.cz>
7312 M:      "Rafael J. Wysocki" <rjw@sisk.pl>
7313 L:      linux-pm@vger.kernel.org
7314 S:      Supported
7315 F:      Documentation/power/
7316 F:      arch/x86/kernel/acpi/
7317 F:      drivers/base/power/
7318 F:      kernel/power/
7319 F:      include/linux/suspend.h
7320 F:      include/linux/freezer.h
7321 F:      include/linux/pm.h
7322
7323 SVGA HANDLING
7324 M:      Martin Mares <mj@ucw.cz>
7325 L:      linux-video@atrey.karlin.mff.cuni.cz
7326 S:      Maintained
7327 F:      Documentation/svga.txt
7328 F:      arch/x86/boot/video*
7329
7330 SWIOTLB SUBSYSTEM
7331 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
7332 L:      linux-kernel@vger.kernel.org
7333 S:      Supported
7334 F:      lib/swiotlb.c
7335 F:      arch/*/kernel/pci-swiotlb.c
7336 F:      include/linux/swiotlb.h
7337
7338 SYSV FILESYSTEM
7339 M:      Christoph Hellwig <hch@infradead.org>
7340 S:      Maintained
7341 F:      Documentation/filesystems/sysv-fs.txt
7342 F:      fs/sysv/
7343 F:      include/linux/sysv_fs.h
7344
7345 TARGET SUBSYSTEM
7346 M:      Nicholas A. Bellinger <nab@linux-iscsi.org>
7347 L:      linux-scsi@vger.kernel.org
7348 L:      target-devel@vger.kernel.org
7349 L:      http://groups.google.com/group/linux-iscsi-target-dev
7350 W:      http://www.linux-iscsi.org
7351 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/lio-core.git master
7352 S:      Supported
7353 F:      drivers/target/
7354 F:      include/target/
7355 F:      Documentation/target/
7356
7357 TASKSTATS STATISTICS INTERFACE
7358 M:      Balbir Singh <bsingharora@gmail.com>
7359 S:      Maintained
7360 F:      Documentation/accounting/taskstats*
7361 F:      include/linux/taskstats*
7362 F:      kernel/taskstats.c
7363
7364 TC CLASSIFIER
7365 M:      Jamal Hadi Salim <jhs@mojatatu.com>
7366 L:      netdev@vger.kernel.org
7367 S:      Maintained
7368 F:      include/linux/pkt_cls.h
7369 F:      include/net/pkt_cls.h
7370 F:      net/sched/
7371
7372 TCP LOW PRIORITY MODULE
7373 M:      "Wong Hoi Sing, Edison" <hswong3i@gmail.com>
7374 M:      "Hung Hing Lun, Mike" <hlhung3i@gmail.com>
7375 W:      http://tcp-lp-mod.sourceforge.net/
7376 S:      Maintained
7377 F:      net/ipv4/tcp_lp.c
7378
7379 TDA10071 MEDIA DRIVER
7380 M:      Antti Palosaari <crope@iki.fi>
7381 L:      linux-media@vger.kernel.org
7382 W:      http://linuxtv.org/
7383 W:      http://palosaari.fi/linux/
7384 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7385 T:      git git://linuxtv.org/anttip/media_tree.git
7386 S:      Maintained
7387 F:      drivers/media/dvb-frontends/tda10071*
7388
7389 TDA18212 MEDIA DRIVER
7390 M:      Antti Palosaari <crope@iki.fi>
7391 L:      linux-media@vger.kernel.org
7392 W:      http://linuxtv.org/
7393 W:      http://palosaari.fi/linux/
7394 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7395 T:      git git://linuxtv.org/anttip/media_tree.git
7396 S:      Maintained
7397 F:      drivers/media/tuners/tda18212*
7398
7399 TDA18218 MEDIA DRIVER
7400 M:      Antti Palosaari <crope@iki.fi>
7401 L:      linux-media@vger.kernel.org
7402 W:      http://linuxtv.org/
7403 W:      http://palosaari.fi/linux/
7404 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7405 T:      git git://linuxtv.org/anttip/media_tree.git
7406 S:      Maintained
7407 F:      drivers/media/tuners/tda18218*
7408
7409 TDA18271 MEDIA DRIVER
7410 M:      Michael Krufky <mkrufky@linuxtv.org>
7411 L:      linux-media@vger.kernel.org
7412 W:      http://linuxtv.org/
7413 W:      http://github.com/mkrufky
7414 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7415 T:      git git://linuxtv.org/mkrufky/tuners.git
7416 S:      Maintained
7417 F:      drivers/media/tuners/tda18271*
7418
7419 TDA827x MEDIA DRIVER
7420 M:      Michael Krufky <mkrufky@linuxtv.org>
7421 L:      linux-media@vger.kernel.org
7422 W:      http://linuxtv.org/
7423 W:      http://github.com/mkrufky
7424 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7425 T:      git git://linuxtv.org/mkrufky/tuners.git
7426 S:      Maintained
7427 F:      drivers/media/tuners/tda8290.*
7428
7429 TDA8290 MEDIA DRIVER
7430 M:      Michael Krufky <mkrufky@linuxtv.org>
7431 L:      linux-media@vger.kernel.org
7432 W:      http://linuxtv.org/
7433 W:      http://github.com/mkrufky
7434 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7435 T:      git git://linuxtv.org/mkrufky/tuners.git
7436 S:      Maintained
7437 F:      drivers/media/tuners/tda8290.*
7438
7439 TEA5761 TUNER DRIVER
7440 M:      Mauro Carvalho Chehab <mchehab@redhat.com>
7441 L:      linux-media@vger.kernel.org
7442 W:      http://linuxtv.org
7443 T:      git git://linuxtv.org/media_tree.git
7444 S:      Odd fixes
7445 F:      drivers/media/tuners/tea5761.*
7446
7447 TEA5767 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:      Maintained
7453 F:      drivers/media/tuners/tea5767.*
7454
7455 TEAM DRIVER
7456 M:      Jiri Pirko <jpirko@redhat.com>
7457 L:      netdev@vger.kernel.org
7458 S:      Supported
7459 F:      drivers/net/team/
7460 F:      include/linux/if_team.h
7461
7462 TECHNOTREND USB IR RECEIVER
7463 M:      Sean Young <sean@mess.org>
7464 L:      linux-media@vger.kernel.org
7465 S:      Maintained
7466 F:      drivers/media/rc/ttusbir.c
7467
7468 TEGRA SUPPORT
7469 M:      Stephen Warren <swarren@wwwdotorg.org>
7470 L:      linux-tegra@vger.kernel.org
7471 Q:      http://patchwork.ozlabs.org/project/linux-tegra/list/
7472 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/swarren/linux-tegra.git
7473 S:      Supported
7474 F:      arch/arm/mach-tegra
7475 F:      arch/arm/boot/dts/tegra*
7476 F:      arch/arm/configs/tegra_defconfig
7477
7478 TEHUTI ETHERNET DRIVER
7479 M:      Andy Gospodarek <andy@greyhouse.net>
7480 L:      netdev@vger.kernel.org
7481 S:      Supported
7482 F:      drivers/net/ethernet/tehuti/*
7483
7484 Telecom Clock Driver for MCPL0010
7485 M:      Mark Gross <mark.gross@intel.com>
7486 S:      Supported
7487 F:      drivers/char/tlclk.c
7488
7489 TENSILICA XTENSA PORT (xtensa)
7490 M:      Chris Zankel <chris@zankel.net>
7491 M:      Max Filippov <jcmvbkbc@gmail.com>
7492 L:      linux-xtensa@linux-xtensa.org
7493 S:      Maintained
7494 F:      arch/xtensa/
7495
7496 THERMAL
7497 M:      Zhang Rui <rui.zhang@intel.com>
7498 L:      linux-pm@vger.kernel.org
7499 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux.git
7500 S:      Supported
7501 F:      drivers/thermal/
7502 F:      include/linux/thermal.h
7503
7504 THINKPAD ACPI EXTRAS DRIVER
7505 M:      Henrique de Moraes Holschuh <ibm-acpi@hmh.eng.br>
7506 L:      ibm-acpi-devel@lists.sourceforge.net
7507 L:      platform-driver-x86@vger.kernel.org
7508 W:      http://ibm-acpi.sourceforge.net
7509 W:      http://thinkwiki.org/wiki/Ibm-acpi
7510 T:      git git://repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
7511 S:      Maintained
7512 F:      drivers/platform/x86/thinkpad_acpi.c
7513
7514 TI FLASH MEDIA INTERFACE DRIVER
7515 M:      Alex Dubov <oakad@yahoo.com>
7516 S:      Maintained
7517 F:      drivers/misc/tifm*
7518 F:      drivers/mmc/host/tifm_sd.c
7519 F:      include/linux/tifm.h
7520
7521 TI LM49xxx FAMILY ASoC CODEC DRIVERS
7522 M:      M R Swami Reddy <mr.swami.reddy@ti.com>
7523 M:      Vishwas A Deshpande <vishwas.a.deshpande@ti.com>
7524 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
7525 S:      Maintained
7526 F:      sound/soc/codecs/lm49453*
7527 F:      sound/soc/codecs/isabelle*
7528
7529 TI TWL4030 SERIES SOC CODEC DRIVER
7530 M:      Peter Ujfalusi <peter.ujfalusi@ti.com>
7531 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
7532 S:      Maintained
7533 F:      sound/soc/codecs/twl4030*
7534
7535 TI WILINK WIRELESS DRIVERS
7536 M:      Luciano Coelho <coelho@ti.com>
7537 L:      linux-wireless@vger.kernel.org
7538 W:      http://wireless.kernel.org/en/users/Drivers/wl12xx
7539 W:      http://wireless.kernel.org/en/users/Drivers/wl1251
7540 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/luca/wl12xx.git
7541 S:      Maintained
7542 F:      drivers/net/wireless/ti/
7543 F:      include/linux/wl12xx.h
7544
7545 TIPC NETWORK LAYER
7546 M:      Jon Maloy <jon.maloy@ericsson.com>
7547 M:      Allan Stephens <allan.stephens@windriver.com>
7548 L:      netdev@vger.kernel.org (core kernel code)
7549 L:      tipc-discussion@lists.sourceforge.net (user apps, general discussion)
7550 W:      http://tipc.sourceforge.net/
7551 S:      Maintained
7552 F:      include/linux/tipc*.h
7553 F:      net/tipc/
7554
7555 TILE ARCHITECTURE
7556 M:      Chris Metcalf <cmetcalf@tilera.com>
7557 W:      http://www.tilera.com/scm/
7558 S:      Supported
7559 F:      arch/tile/
7560 F:      drivers/tty/hvc/hvc_tile.c
7561 F:      drivers/net/ethernet/tile/
7562 F:      drivers/edac/tile_edac.c
7563
7564 TLAN NETWORK DRIVER
7565 M:      Samuel Chessman <chessman@tux.org>
7566 L:      tlan-devel@lists.sourceforge.net (subscribers-only)
7567 W:      http://sourceforge.net/projects/tlan/
7568 S:      Maintained
7569 F:      Documentation/networking/tlan.txt
7570 F:      drivers/net/ethernet/ti/tlan.*
7571
7572 TOMOYO SECURITY MODULE
7573 M:      Kentaro Takeda <takedakn@nttdata.co.jp>
7574 M:      Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
7575 L:      tomoyo-dev-en@lists.sourceforge.jp (subscribers-only, for developers in English)
7576 L:      tomoyo-users-en@lists.sourceforge.jp (subscribers-only, for users in English)
7577 L:      tomoyo-dev@lists.sourceforge.jp (subscribers-only, for developers in Japanese)
7578 L:      tomoyo-users@lists.sourceforge.jp (subscribers-only, for users in Japanese)
7579 W:      http://tomoyo.sourceforge.jp/
7580 T:      quilt http://svn.sourceforge.jp/svnroot/tomoyo/trunk/2.5.x/tomoyo-lsm/patches/
7581 S:      Maintained
7582 F:      security/tomoyo/
7583
7584 TOPSTAR LAPTOP EXTRAS DRIVER
7585 M:      Herton Ronaldo Krzesinski <herton@canonical.com>
7586 L:      platform-driver-x86@vger.kernel.org
7587 S:      Maintained
7588 F:      drivers/platform/x86/topstar-laptop.c
7589
7590 TOSHIBA ACPI EXTRAS DRIVER
7591 L:      platform-driver-x86@vger.kernel.org
7592 S:      Orphan
7593 F:      drivers/platform/x86/toshiba_acpi.c
7594
7595 TOSHIBA SMM DRIVER
7596 M:      Jonathan Buzzard <jonathan@buzzard.org.uk>
7597 L:      tlinux-users@tce.toshiba-dme.co.jp
7598 W:      http://www.buzzard.org.uk/toshiba/
7599 S:      Maintained
7600 F:      drivers/char/toshiba.c
7601 F:      include/linux/toshiba.h
7602
7603 TMIO MMC DRIVER
7604 M:      Guennadi Liakhovetski <g.liakhovetski@gmx.de>
7605 M:      Ian Molton <ian@mnementh.co.uk>
7606 L:      linux-mmc@vger.kernel.org
7607 S:      Maintained
7608 F:      drivers/mmc/host/tmio_mmc*
7609 F:      drivers/mmc/host/sh_mobile_sdhi.c
7610 F:      include/linux/mmc/tmio.h
7611 F:      include/linux/mmc/sh_mobile_sdhi.h
7612
7613 TMPFS (SHMEM FILESYSTEM)
7614 M:      Hugh Dickins <hughd@google.com>
7615 L:      linux-mm@kvack.org
7616 S:      Maintained
7617 F:      include/linux/shmem_fs.h
7618 F:      mm/shmem.c
7619
7620 TM6000 VIDEO4LINUX DRIVER
7621 M:      Mauro Carvalho Chehab <mchehab@redhat.com>
7622 L:      linux-media@vger.kernel.org
7623 W:      http://linuxtv.org
7624 T:      git git://linuxtv.org/media_tree.git
7625 S:      Odd fixes
7626 F:      drivers/media/usb/tm6000/
7627
7628 TPM DEVICE DRIVER
7629 M:      Kent Yoder <key@linux.vnet.ibm.com>
7630 M:      Rajiv Andrade <mail@srajiv.net>
7631 W:      http://tpmdd.sourceforge.net
7632 M:      Marcel Selhorst <tpmdd@selhorst.net>
7633 M:      Sirrix AG <tpmdd@sirrix.com>
7634 W:      http://www.sirrix.com
7635 L:      tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
7636 S:      Maintained
7637 F:      drivers/char/tpm/
7638
7639 TRACING
7640 M:      Steven Rostedt <rostedt@goodmis.org>
7641 M:      Frederic Weisbecker <fweisbec@gmail.com>
7642 M:      Ingo Molnar <mingo@redhat.com>
7643 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
7644 S:      Maintained
7645 F:      Documentation/trace/ftrace.txt
7646 F:      arch/*/*/*/ftrace.h
7647 F:      arch/*/kernel/ftrace.c
7648 F:      include/*/ftrace.h
7649 F:      include/linux/trace*.h
7650 F:      include/trace/
7651 F:      kernel/trace/
7652
7653 TRIVIAL PATCHES
7654 M:      Jiri Kosina <trivial@kernel.org>
7655 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git
7656 S:      Maintained
7657 K:      ^Subject:.*(?i)trivial
7658
7659 TTY LAYER
7660 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
7661 S:      Supported
7662 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
7663 F:      drivers/tty/
7664 F:      drivers/tty/serial/serial_core.c
7665 F:      include/linux/serial_core.h
7666 F:      include/linux/serial.h
7667 F:      include/linux/tty.h
7668
7669 TUA9001 MEDIA DRIVER
7670 M:      Antti Palosaari <crope@iki.fi>
7671 L:      linux-media@vger.kernel.org
7672 W:      http://linuxtv.org/
7673 W:      http://palosaari.fi/linux/
7674 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7675 T:      git git://linuxtv.org/anttip/media_tree.git
7676 S:      Maintained
7677 F:      drivers/media/tuners/tua9001*
7678
7679 TULIP NETWORK DRIVERS
7680 M:      Grant Grundler <grundler@parisc-linux.org>
7681 L:      netdev@vger.kernel.org
7682 S:      Maintained
7683 F:      drivers/net/ethernet/dec/tulip/
7684
7685 TUN/TAP driver
7686 M:      Maxim Krasnyansky <maxk@qualcomm.com>
7687 L:      vtun@office.satix.net
7688 W:      http://vtun.sourceforge.net/tun
7689 S:      Maintained
7690 F:      Documentation/networking/tuntap.txt
7691 F:      arch/um/os-Linux/drivers/
7692
7693 TURBOCHANNEL SUBSYSTEM
7694 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
7695 S:      Maintained
7696 F:      drivers/tc/
7697 F:      include/linux/tc.h
7698
7699 U14-34F SCSI DRIVER
7700 M:      Dario Ballabio <ballabio_dario@emc.com>
7701 L:      linux-scsi@vger.kernel.org
7702 S:      Maintained
7703 F:      drivers/scsi/u14-34f.c
7704
7705 UBI FILE SYSTEM (UBIFS)
7706 M:      Artem Bityutskiy <dedekind1@gmail.com>
7707 M:      Adrian Hunter <adrian.hunter@intel.com>
7708 L:      linux-mtd@lists.infradead.org
7709 T:      git git://git.infradead.org/ubifs-2.6.git
7710 W:      http://www.linux-mtd.infradead.org/doc/ubifs.html
7711 S:      Maintained
7712 F:      Documentation/filesystems/ubifs.txt
7713 F:      fs/ubifs/
7714
7715 UCLINUX (AND M68KNOMMU)
7716 M:      Greg Ungerer <gerg@uclinux.org>
7717 W:      http://www.uclinux.org/
7718 L:      uclinux-dev@uclinux.org  (subscribers-only)
7719 S:      Maintained
7720 F:      arch/m68k/*/*_no.*
7721 F:      arch/m68k/include/asm/*_no.*
7722
7723 UCLINUX FOR RENESAS H8/300 (H8300)
7724 M:      Yoshinori Sato <ysato@users.sourceforge.jp>
7725 W:      http://uclinux-h8.sourceforge.jp/
7726 S:      Supported
7727 F:      arch/h8300/
7728 F:      drivers/ide/ide-h8300.c
7729 F:      drivers/net/ethernet/8390/ne-h8300.c
7730
7731 UDF FILESYSTEM
7732 M:      Jan Kara <jack@suse.cz>
7733 S:      Maintained
7734 F:      Documentation/filesystems/udf.txt
7735 F:      fs/udf/
7736
7737 UFS FILESYSTEM
7738 M:      Evgeniy Dushistov <dushistov@mail.ru>
7739 S:      Maintained
7740 F:      Documentation/filesystems/ufs.txt
7741 F:      fs/ufs/
7742
7743 UHID USERSPACE HID IO DRIVER:
7744 M:      David Herrmann <dh.herrmann@googlemail.com>
7745 L:      linux-input@vger.kernel.org
7746 S:      Maintained
7747 F:      drivers/hid/uhid.c
7748 F:      include/linux/uhid.h
7749
7750 ULTRA-WIDEBAND (UWB) SUBSYSTEM:
7751 L:      linux-usb@vger.kernel.org
7752 S:      Orphan
7753 F:      drivers/uwb/
7754 F:      include/linux/uwb.h
7755 F:      include/linux/uwb/
7756
7757 UNICORE32 ARCHITECTURE:
7758 M:      Guan Xuetao <gxt@mprc.pku.edu.cn>
7759 W:      http://mprc.pku.edu.cn/~guanxuetao/linux
7760 S:      Maintained
7761 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/epip/linux-2.6-unicore32.git
7762 F:      arch/unicore32/
7763
7764 UNIFDEF
7765 M:      Tony Finch <dot@dotat.at>
7766 W:      http://dotat.at/prog/unifdef
7767 S:      Maintained
7768 F:      scripts/unifdef.c
7769
7770 UNIFORM CDROM DRIVER
7771 M:      Jens Axboe <axboe@kernel.dk>
7772 W:      http://www.kernel.dk
7773 S:      Maintained
7774 F:      Documentation/cdrom/
7775 F:      drivers/cdrom/cdrom.c
7776 F:      include/linux/cdrom.h
7777
7778 UNIVERSAL FLASH STORAGE HOST CONTROLLER DRIVER
7779 M:      Vinayak Holikatti <vinholikatti@gmail.com>
7780 M:      Santosh Y <santoshsy@gmail.com>
7781 L:      linux-scsi@vger.kernel.org
7782 S:      Supported
7783 F:      Documentation/scsi/ufs.txt
7784 F:      drivers/scsi/ufs/
7785
7786 UNSORTED BLOCK IMAGES (UBI)
7787 M:      Artem Bityutskiy <dedekind1@gmail.com>
7788 W:      http://www.linux-mtd.infradead.org/
7789 L:      linux-mtd@lists.infradead.org
7790 T:      git git://git.infradead.org/ubi-2.6.git
7791 S:      Maintained
7792 F:      drivers/mtd/ubi/
7793 F:      include/linux/mtd/ubi.h
7794 F:      include/mtd/ubi-user.h
7795
7796 UNSORTED BLOCK IMAGES (UBI) Fastmap
7797 M:      Richard Weinberger <richard@nod.at>
7798 L:      linux-mtd@lists.infradead.org
7799 S:      Maintained
7800 F:      drivers/mtd/ubi/fastmap.c
7801
7802 USB ACM DRIVER
7803 M:      Oliver Neukum <oliver@neukum.org>
7804 L:      linux-usb@vger.kernel.org
7805 S:      Maintained
7806 F:      Documentation/usb/acm.txt
7807 F:      drivers/usb/class/cdc-acm.*
7808
7809 USB ATTACHED SCSI
7810 M:      Matthew Wilcox <willy@linux.intel.com>
7811 M:      Sarah Sharp <sarah.a.sharp@linux.intel.com>
7812 L:      linux-usb@vger.kernel.org
7813 L:      linux-scsi@vger.kernel.org
7814 S:      Supported
7815 F:      drivers/usb/storage/uas.c
7816
7817 USB BLOCK DRIVER (UB ub)
7818 M:      Pete Zaitcev <zaitcev@redhat.com>
7819 L:      linux-usb@vger.kernel.org
7820 S:      Supported
7821 F:      drivers/block/ub.c
7822
7823 USB CDC ETHERNET DRIVER
7824 M:      Oliver Neukum <oliver@neukum.org>
7825 L:      linux-usb@vger.kernel.org
7826 S:      Maintained
7827 F:      drivers/net/usb/cdc_*.c
7828 F:      include/linux/usb/cdc.h
7829
7830 USB CYPRESS C67X00 DRIVER
7831 M:      Peter Korsgaard <jacmet@sunsite.dk>
7832 L:      linux-usb@vger.kernel.org
7833 S:      Maintained
7834 F:      drivers/usb/c67x00/
7835
7836 USB DAVICOM DM9601 DRIVER
7837 M:      Peter Korsgaard <jacmet@sunsite.dk>
7838 L:      netdev@vger.kernel.org
7839 W:      http://www.linux-usb.org/usbnet
7840 S:      Maintained
7841 F:      drivers/net/usb/dm9601.c
7842
7843 USB DIAMOND RIO500 DRIVER
7844 M:      Cesar Miquel <miquel@df.uba.ar>
7845 L:      rio500-users@lists.sourceforge.net
7846 W:      http://rio500.sourceforge.net
7847 S:      Maintained
7848 F:      drivers/usb/misc/rio500*
7849
7850 USB EHCI DRIVER
7851 M:      Alan Stern <stern@rowland.harvard.edu>
7852 L:      linux-usb@vger.kernel.org
7853 S:      Maintained
7854 F:      Documentation/usb/ehci.txt
7855 F:      drivers/usb/host/ehci*
7856
7857 USB GADGET/PERIPHERAL SUBSYSTEM
7858 M:      Felipe Balbi <balbi@ti.com>
7859 L:      linux-usb@vger.kernel.org
7860 W:      http://www.linux-usb.org/gadget
7861 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
7862 S:      Maintained
7863 F:      drivers/usb/gadget/
7864 F:      include/linux/usb/gadget*
7865
7866 USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
7867 M:      Jiri Kosina <jkosina@suse.cz>
7868 L:      linux-usb@vger.kernel.org
7869 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
7870 S:      Maintained
7871 F:      Documentation/hid/hiddev.txt
7872 F:      drivers/hid/usbhid/
7873
7874 USB/IP DRIVERS
7875 M:      Matt Mooney <mfm@muteddisk.com>
7876 L:      linux-usb@vger.kernel.org
7877 S:      Maintained
7878 F:      drivers/staging/usbip/
7879
7880 USB ISP116X DRIVER
7881 M:      Olav Kongas <ok@artecdesign.ee>
7882 L:      linux-usb@vger.kernel.org
7883 S:      Maintained
7884 F:      drivers/usb/host/isp116x*
7885 F:      include/linux/usb/isp116x.h
7886
7887 USB KAWASAKI LSI DRIVER
7888 M:      Oliver Neukum <oliver@neukum.org>
7889 L:      linux-usb@vger.kernel.org
7890 S:      Maintained
7891 F:      drivers/usb/serial/kl5kusb105.*
7892
7893 USB MASS STORAGE DRIVER
7894 M:      Matthew Dharm <mdharm-usb@one-eyed-alien.net>
7895 L:      linux-usb@vger.kernel.org
7896 L:      usb-storage@lists.one-eyed-alien.net
7897 S:      Maintained
7898 W:      http://www.one-eyed-alien.net/~mdharm/linux-usb/
7899 F:      drivers/usb/storage/
7900
7901 USB MIDI DRIVER
7902 M:      Clemens Ladisch <clemens@ladisch.de>
7903 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
7904 T:      git git://git.alsa-project.org/alsa-kernel.git
7905 S:      Maintained
7906 F:      sound/usb/midi.*
7907
7908 USB OHCI DRIVER
7909 M:      Alan Stern <stern@rowland.harvard.edu>
7910 L:      linux-usb@vger.kernel.org
7911 S:      Maintained
7912 F:      Documentation/usb/ohci.txt
7913 F:      drivers/usb/host/ohci*
7914
7915 USB OPTION-CARD DRIVER
7916 M:      Matthias Urlichs <smurf@smurf.noris.de>
7917 L:      linux-usb@vger.kernel.org
7918 S:      Maintained
7919 F:      drivers/usb/serial/option.c
7920
7921 USB PEGASUS DRIVER
7922 M:      Petko Manolov <petkan@users.sourceforge.net>
7923 L:      linux-usb@vger.kernel.org
7924 L:      netdev@vger.kernel.org
7925 W:      http://pegasus2.sourceforge.net/
7926 S:      Maintained
7927 F:      drivers/net/usb/pegasus.*
7928
7929 USB PHY LAYER
7930 M:      Felipe Balbi <balbi@ti.com>
7931 L:      linux-usb@vger.kernel.org
7932 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
7933 S:      Maintained
7934 F:      drivers/usb/phy/
7935 F:      drivers/usb/otg/
7936
7937 USB PRINTER DRIVER (usblp)
7938 M:      Pete Zaitcev <zaitcev@redhat.com>
7939 L:      linux-usb@vger.kernel.org
7940 S:      Supported
7941 F:      drivers/usb/class/usblp.c
7942
7943 USB RTL8150 DRIVER
7944 M:      Petko Manolov <petkan@users.sourceforge.net>
7945 L:      linux-usb@vger.kernel.org
7946 L:      netdev@vger.kernel.org
7947 W:      http://pegasus2.sourceforge.net/
7948 S:      Maintained
7949 F:      drivers/net/usb/rtl8150.c
7950
7951 USB SERIAL BELKIN F5U103 DRIVER
7952 M:      William Greathouse <wgreathouse@smva.com>
7953 L:      linux-usb@vger.kernel.org
7954 S:      Maintained
7955 F:      drivers/usb/serial/belkin_sa.*
7956
7957 USB SERIAL CYPRESS M8 DRIVER
7958 M:      Lonnie Mendez <dignome@gmail.com>
7959 L:      linux-usb@vger.kernel.org
7960 S:      Maintained
7961 W:      http://geocities.com/i0xox0i
7962 W:      http://firstlight.net/cvs
7963 F:      drivers/usb/serial/cypress_m8.*
7964
7965 USB SERIAL CYBERJACK DRIVER
7966 M:      Matthias Bruestle and Harald Welte <support@reiner-sct.com>
7967 W:      http://www.reiner-sct.de/support/treiber_cyberjack.php
7968 S:      Maintained
7969 F:      drivers/usb/serial/cyberjack.c
7970
7971 USB SERIAL DIGI ACCELEPORT DRIVER
7972 M:      Peter Berger <pberger@brimson.com>
7973 M:      Al Borchers <alborchers@steinerpoint.com>
7974 L:      linux-usb@vger.kernel.org
7975 S:      Maintained
7976 F:      drivers/usb/serial/digi_acceleport.c
7977
7978 USB SERIAL DRIVER
7979 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
7980 L:      linux-usb@vger.kernel.org
7981 S:      Supported
7982 F:      Documentation/usb/usb-serial.txt
7983 F:      drivers/usb/serial/generic.c
7984 F:      drivers/usb/serial/usb-serial.c
7985 F:      include/linux/usb/serial.h
7986
7987 USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER
7988 M:      Gary Brubaker <xavyer@ix.netcom.com>
7989 L:      linux-usb@vger.kernel.org
7990 S:      Maintained
7991 F:      drivers/usb/serial/empeg.c
7992
7993 USB SERIAL KEYSPAN DRIVER
7994 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
7995 L:      linux-usb@vger.kernel.org
7996 S:      Maintained
7997 F:      drivers/usb/serial/*keyspan*
7998
7999 USB SERIAL WHITEHEAT DRIVER
8000 M:      Support Department <support@connecttech.com>
8001 L:      linux-usb@vger.kernel.org
8002 W:      http://www.connecttech.com
8003 S:      Supported
8004 F:      drivers/usb/serial/whiteheat*
8005
8006 USB SMSC75XX ETHERNET DRIVER
8007 M:      Steve Glendinning <steve.glendinning@shawell.net>
8008 L:      netdev@vger.kernel.org
8009 S:      Maintained
8010 F:      drivers/net/usb/smsc75xx.*
8011
8012 USB SMSC95XX ETHERNET DRIVER
8013 M:      Steve Glendinning <steve.glendinning@shawell.net>
8014 L:      netdev@vger.kernel.org
8015 S:      Maintained
8016 F:      drivers/net/usb/smsc95xx.*
8017
8018 USB SN9C1xx DRIVER
8019 M:      Luca Risolia <luca.risolia@studio.unibo.it>
8020 L:      linux-usb@vger.kernel.org
8021 L:      linux-media@vger.kernel.org
8022 T:      git git://linuxtv.org/media_tree.git
8023 W:      http://www.linux-projects.org
8024 S:      Maintained
8025 F:      Documentation/video4linux/sn9c102.txt
8026 F:      drivers/media/usb/sn9c102/
8027
8028 USB SUBSYSTEM
8029 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
8030 L:      linux-usb@vger.kernel.org
8031 W:      http://www.linux-usb.org
8032 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git
8033 S:      Supported
8034 F:      Documentation/usb/
8035 F:      drivers/net/usb/
8036 F:      drivers/usb/
8037 F:      include/linux/usb.h
8038 F:      include/linux/usb/
8039
8040 USB UHCI DRIVER
8041 M:      Alan Stern <stern@rowland.harvard.edu>
8042 L:      linux-usb@vger.kernel.org
8043 S:      Maintained
8044 F:      drivers/usb/host/uhci*
8045
8046 USB "USBNET" DRIVER FRAMEWORK
8047 M:      Oliver Neukum <oneukum@suse.de>
8048 L:      netdev@vger.kernel.org
8049 W:      http://www.linux-usb.org/usbnet
8050 S:      Maintained
8051 F:      drivers/net/usb/usbnet.c
8052 F:      include/linux/usb/usbnet.h
8053
8054 USB VIDEO CLASS
8055 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
8056 L:      linux-uvc-devel@lists.sourceforge.net (subscribers-only)
8057 L:      linux-media@vger.kernel.org
8058 T:      git git://linuxtv.org/media_tree.git
8059 W:      http://www.ideasonboard.org/uvc/
8060 S:      Maintained
8061 F:      drivers/media/usb/uvc/
8062 F:      include/uapi/linux/uvcvideo.h
8063
8064 USB WEBCAM GADGET
8065 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
8066 L:      linux-usb@vger.kernel.org
8067 S:      Maintained
8068 F:      drivers/usb/gadget/*uvc*.c
8069 F:      drivers/usb/gadget/webcam.c
8070
8071 USB WIRELESS RNDIS DRIVER (rndis_wlan)
8072 M:      Jussi Kivilinna <jussi.kivilinna@mbnet.fi>
8073 L:      linux-wireless@vger.kernel.org
8074 S:      Maintained
8075 F:      drivers/net/wireless/rndis_wlan.c
8076
8077 USB XHCI DRIVER
8078 M:      Sarah Sharp <sarah.a.sharp@linux.intel.com>
8079 L:      linux-usb@vger.kernel.org
8080 S:      Supported
8081 F:      drivers/usb/host/xhci*
8082 F:      drivers/usb/host/pci-quirks*
8083
8084 USB ZD1201 DRIVER
8085 L:      linux-wireless@vger.kernel.org
8086 W:      http://linux-lc100020.sourceforge.net
8087 S:      Orphan
8088 F:      drivers/net/wireless/zd1201.*
8089
8090 USB ZR364XX DRIVER
8091 M:      Antoine Jacquet <royale@zerezo.com>
8092 L:      linux-usb@vger.kernel.org
8093 L:      linux-media@vger.kernel.org
8094 T:      git git://linuxtv.org/media_tree.git
8095 W:      http://royale.zerezo.com/zr364xx/
8096 S:      Maintained
8097 F:      Documentation/video4linux/zr364xx.txt
8098 F:      drivers/media/usb/zr364xx/
8099
8100 USER-MODE LINUX (UML)
8101 M:      Jeff Dike <jdike@addtoit.com>
8102 M:      Richard Weinberger <richard@nod.at>
8103 L:      user-mode-linux-devel@lists.sourceforge.net
8104 L:      user-mode-linux-user@lists.sourceforge.net
8105 W:      http://user-mode-linux.sourceforge.net
8106 S:      Maintained
8107 F:      Documentation/virtual/uml/
8108 F:      arch/um/
8109 F:      arch/x86/um/
8110 F:      fs/hostfs/
8111 F:      fs/hppfs/
8112
8113 USERSPACE I/O (UIO)
8114 M:      "Hans J. Koch" <hjk@hansjkoch.de>
8115 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
8116 S:      Maintained
8117 F:      Documentation/DocBook/uio-howto.tmpl
8118 F:      drivers/uio/
8119 F:      include/linux/uio*.h
8120
8121 UTIL-LINUX PACKAGE
8122 M:      Karel Zak <kzak@redhat.com>
8123 L:      util-linux@vger.kernel.org
8124 W:      http://en.wikipedia.org/wiki/Util-linux
8125 T:      git git://git.kernel.org/pub/scm/utils/util-linux/util-linux.git
8126 S:      Maintained
8127
8128 UVESAFB DRIVER
8129 M:      Michal Januszewski <spock@gentoo.org>
8130 L:      linux-fbdev@vger.kernel.org
8131 W:      http://dev.gentoo.org/~spock/projects/uvesafb/
8132 S:      Maintained
8133 F:      Documentation/fb/uvesafb.txt
8134 F:      drivers/video/uvesafb.*
8135
8136 VFAT/FAT/MSDOS FILESYSTEM
8137 M:      OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
8138 S:      Maintained
8139 F:      Documentation/filesystems/vfat.txt
8140 F:      fs/fat/
8141
8142 VFIO DRIVER
8143 M:      Alex Williamson <alex.williamson@redhat.com>
8144 L:      kvm@vger.kernel.org
8145 S:      Maintained
8146 F:      Documentation/vfio.txt
8147 F:      drivers/vfio/
8148 F:      include/linux/vfio.h
8149
8150 VIDEOBUF2 FRAMEWORK
8151 M:      Pawel Osciak <pawel@osciak.com>
8152 M:      Marek Szyprowski <m.szyprowski@samsung.com>
8153 M:      Kyungmin Park <kyungmin.park@samsung.com>
8154 L:      linux-media@vger.kernel.org
8155 S:      Maintained
8156 F:      drivers/media/v4l2-core/videobuf2-*
8157 F:      include/media/videobuf2-*
8158
8159 VIRTIO CONSOLE DRIVER
8160 M:      Amit Shah <amit.shah@redhat.com>
8161 L:      virtualization@lists.linux-foundation.org
8162 S:      Maintained
8163 F:      drivers/char/virtio_console.c
8164 F:      include/linux/virtio_console.h
8165
8166 VIRTIO CORE, NET AND BLOCK DRIVERS
8167 M:      Rusty Russell <rusty@rustcorp.com.au>
8168 M:      "Michael S. Tsirkin" <mst@redhat.com>
8169 L:      virtualization@lists.linux-foundation.org
8170 S:      Maintained
8171 F:      drivers/virtio/
8172 F:      drivers/net/virtio_net.c
8173 F:      drivers/block/virtio_blk.c
8174 F:      include/linux/virtio_*.h
8175
8176 VIRTIO HOST (VHOST)
8177 M:      "Michael S. Tsirkin" <mst@redhat.com>
8178 L:      kvm@vger.kernel.org
8179 L:      virtualization@lists.linux-foundation.org
8180 L:      netdev@vger.kernel.org
8181 S:      Maintained
8182 F:      drivers/vhost/
8183 F:      include/linux/vhost.h
8184
8185 VIA RHINE NETWORK DRIVER
8186 M:      Roger Luethi <rl@hellgate.ch>
8187 S:      Maintained
8188 F:      drivers/net/ethernet/via/via-rhine.c
8189
8190 VIA SD/MMC CARD CONTROLLER DRIVER
8191 M:      Bruce Chang <brucechang@via.com.tw>
8192 M:      Harald Welte <HaraldWelte@viatech.com>
8193 S:      Maintained
8194 F:      drivers/mmc/host/via-sdmmc.c
8195
8196 VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER
8197 M:      Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
8198 L:      linux-fbdev@vger.kernel.org
8199 S:      Maintained
8200 F:      include/linux/via-core.h
8201 F:      include/linux/via-gpio.h
8202 F:      include/linux/via_i2c.h
8203 F:      drivers/video/via/
8204
8205 VIA VELOCITY NETWORK DRIVER
8206 M:      Francois Romieu <romieu@fr.zoreil.com>
8207 L:      netdev@vger.kernel.org
8208 S:      Maintained
8209 F:      drivers/net/ethernet/via/via-velocity.*
8210
8211 VLAN (802.1Q)
8212 M:      Patrick McHardy <kaber@trash.net>
8213 L:      netdev@vger.kernel.org
8214 S:      Maintained
8215 F:      drivers/net/macvlan.c
8216 F:      include/linux/if_*vlan.h
8217 F:      net/8021q/
8218
8219 VLYNQ BUS
8220 M:      Florian Fainelli <florian@openwrt.org>
8221 L:      openwrt-devel@lists.openwrt.org (subscribers-only)
8222 S:      Maintained
8223 F:      drivers/vlynq/vlynq.c
8224 F:      include/linux/vlynq.h
8225
8226 VME SUBSYSTEM
8227 M:      Martyn Welch <martyn.welch@ge.com>
8228 M:      Manohar Vanga <manohar.vanga@gmail.com>
8229 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
8230 L:      devel@driverdev.osuosl.org
8231 S:      Maintained
8232 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
8233 F:      Documentation/vme_api.txt
8234 F:      drivers/staging/vme/
8235 F:      drivers/vme/
8236 F:      include/linux/vme*
8237
8238 VMWARE VMXNET3 ETHERNET DRIVER
8239 M:      Shreyas Bhatewara <sbhatewara@vmware.com>
8240 M:      "VMware, Inc." <pv-drivers@vmware.com>
8241 L:      netdev@vger.kernel.org
8242 S:      Maintained
8243 F:      drivers/net/vmxnet3/
8244
8245 VMware PVSCSI driver
8246 M:      Arvind Kumar <arvindkumar@vmware.com>
8247 M:      VMware PV-Drivers <pv-drivers@vmware.com>
8248 L:      linux-scsi@vger.kernel.org
8249 S:      Maintained
8250 F:      drivers/scsi/vmw_pvscsi.c
8251 F:      drivers/scsi/vmw_pvscsi.h
8252
8253 VOLTAGE AND CURRENT REGULATOR FRAMEWORK
8254 M:      Liam Girdwood <lrg@ti.com>
8255 M:      Mark Brown <broonie@opensource.wolfsonmicro.com>
8256 W:      http://opensource.wolfsonmicro.com/node/15
8257 W:      http://www.slimlogic.co.uk/?p=48
8258 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lrg/regulator.git
8259 S:      Supported
8260 F:      drivers/regulator/
8261 F:      include/linux/regulator/
8262
8263 VT1211 HARDWARE MONITOR DRIVER
8264 M:      Juerg Haefliger <juergh@gmail.com>
8265 L:      lm-sensors@lm-sensors.org
8266 S:      Maintained
8267 F:      Documentation/hwmon/vt1211
8268 F:      drivers/hwmon/vt1211.c
8269
8270 VT8231 HARDWARE MONITOR DRIVER
8271 M:      Roger Lucas <vt8231@hiddenengine.co.uk>
8272 L:      lm-sensors@lm-sensors.org
8273 S:      Maintained
8274 F:      drivers/hwmon/vt8231.c
8275
8276 VUB300 USB to SDIO/SD/MMC bridge chip
8277 M:      Tony Olech <tony.olech@elandigitalsystems.com>
8278 L:      linux-mmc@vger.kernel.org
8279 L:      linux-usb@vger.kernel.org
8280 S:      Supported
8281 F:      drivers/mmc/host/vub300.c
8282
8283 W1 DALLAS'S 1-WIRE BUS
8284 M:      Evgeniy Polyakov <zbr@ioremap.net>
8285 S:      Maintained
8286 F:      Documentation/w1/
8287 F:      drivers/w1/
8288
8289 W83791D HARDWARE MONITORING DRIVER
8290 M:      Marc Hulsman <m.hulsman@tudelft.nl>
8291 L:      lm-sensors@lm-sensors.org
8292 S:      Maintained
8293 F:      Documentation/hwmon/w83791d
8294 F:      drivers/hwmon/w83791d.c
8295
8296 W83793 HARDWARE MONITORING DRIVER
8297 M:      Rudolf Marek <r.marek@assembler.cz>
8298 L:      lm-sensors@lm-sensors.org
8299 S:      Maintained
8300 F:      Documentation/hwmon/w83793
8301 F:      drivers/hwmon/w83793.c
8302
8303 W83795 HARDWARE MONITORING DRIVER
8304 M:      Jean Delvare <khali@linux-fr.org>
8305 L:      lm-sensors@lm-sensors.org
8306 S:      Maintained
8307 F:      drivers/hwmon/w83795.c
8308
8309 W83L51xD SD/MMC CARD INTERFACE DRIVER
8310 M:      Pierre Ossman <pierre@ossman.eu>
8311 S:      Maintained
8312 F:      drivers/mmc/host/wbsd.*
8313
8314 WATCHDOG DEVICE DRIVERS
8315 M:      Wim Van Sebroeck <wim@iguana.be>
8316 L:      linux-watchdog@vger.kernel.org
8317 W:      http://www.linux-watchdog.org/
8318 T:      git git://www.linux-watchdog.org/linux-watchdog.git
8319 S:      Maintained
8320 F:      Documentation/watchdog/
8321 F:      drivers/watchdog/
8322 F:      include/linux/watchdog.h
8323
8324 WD7000 SCSI DRIVER
8325 M:      Miroslav Zagorac <zaga@fly.cc.fer.hr>
8326 L:      linux-scsi@vger.kernel.org
8327 S:      Maintained
8328 F:      drivers/scsi/wd7000.c
8329
8330 WIIMOTE HID DRIVER
8331 M:      David Herrmann <dh.herrmann@googlemail.com>
8332 L:      linux-input@vger.kernel.org
8333 S:      Maintained
8334 F:      drivers/hid/hid-wiimote*
8335
8336 WINBOND CIR DRIVER
8337 M:      David Härdeman <david@hardeman.nu>
8338 S:      Maintained
8339 F:      drivers/media/rc/winbond-cir.c
8340
8341 WIMAX STACK
8342 M:      Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
8343 M:      linux-wimax@intel.com
8344 L:      wimax@linuxwimax.org
8345 S:      Supported
8346 W:      http://linuxwimax.org
8347 F:      Documentation/wimax/README.wimax
8348 F:      include/linux/wimax.h
8349 F:      include/linux/wimax/debug.h
8350 F:      include/net/wimax.h
8351 F:      net/wimax/
8352
8353 WISTRON LAPTOP BUTTON DRIVER
8354 M:      Miloslav Trmac <mitr@volny.cz>
8355 S:      Maintained
8356 F:      drivers/input/misc/wistron_btns.c
8357
8358 WL3501 WIRELESS PCMCIA CARD DRIVER
8359 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
8360 L:      linux-wireless@vger.kernel.org
8361 W:      http://oops.ghostprotocols.net:81/blog
8362 S:      Maintained
8363 F:      drivers/net/wireless/wl3501*
8364
8365 WM97XX TOUCHSCREEN DRIVERS
8366 M:      Mark Brown <broonie@opensource.wolfsonmicro.com>
8367 M:      Liam Girdwood <lrg@slimlogic.co.uk>
8368 L:      linux-input@vger.kernel.org
8369 T:      git git://opensource.wolfsonmicro.com/linux-2.6-touch
8370 W:      http://opensource.wolfsonmicro.com/node/7
8371 S:      Supported
8372 F:      drivers/input/touchscreen/*wm97*
8373 F:      include/linux/wm97xx.h
8374
8375 WOLFSON MICROELECTRONICS DRIVERS
8376 M:      Mark Brown <broonie@opensource.wolfsonmicro.com>
8377 L:      patches@opensource.wolfsonmicro.com
8378 T:      git git://opensource.wolfsonmicro.com/linux-2.6-asoc
8379 T:      git git://opensource.wolfsonmicro.com/linux-2.6-audioplus
8380 W:      http://opensource.wolfsonmicro.com/content/linux-drivers-wolfson-devices
8381 S:      Supported
8382 F:      Documentation/hwmon/wm83??
8383 F:      arch/arm/mach-s3c64xx/mach-crag6410*
8384 F:      drivers/clk/clk-wm83*.c
8385 F:      drivers/extcon/extcon-arizona.c
8386 F:      drivers/leds/leds-wm83*.c
8387 F:      drivers/gpio/gpio-*wm*.c
8388 F:      drivers/gpio/gpio-arizona.c
8389 F:      drivers/hwmon/wm83??-hwmon.c
8390 F:      drivers/input/misc/wm831x-on.c
8391 F:      drivers/input/touchscreen/wm831x-ts.c
8392 F:      drivers/input/touchscreen/wm97*.c
8393 F:      drivers/mfd/arizona*
8394 F:      drivers/mfd/wm*.c
8395 F:      drivers/power/wm83*.c
8396 F:      drivers/rtc/rtc-wm83*.c
8397 F:      drivers/regulator/wm8*.c
8398 F:      drivers/video/backlight/wm83*_bl.c
8399 F:      drivers/watchdog/wm83*_wdt.c
8400 F:      include/linux/mfd/arizona/
8401 F:      include/linux/mfd/wm831x/
8402 F:      include/linux/mfd/wm8350/
8403 F:      include/linux/mfd/wm8400*
8404 F:      include/linux/wm97xx.h
8405 F:      include/sound/wm????.h
8406 F:      sound/soc/codecs/arizona.?
8407 F:      sound/soc/codecs/wm*
8408
8409 WORKQUEUE
8410 M:      Tejun Heo <tj@kernel.org>
8411 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq.git
8412 S:      Maintained
8413 F:      include/linux/workqueue.h
8414 F:      kernel/workqueue.c
8415 F:      Documentation/workqueue.txt
8416
8417 X.25 NETWORK LAYER
8418 M:      Andrew Hendry <andrew.hendry@gmail.com>
8419 L:      linux-x25@vger.kernel.org
8420 S:      Odd Fixes
8421 F:      Documentation/networking/x25*
8422 F:      include/net/x25*
8423 F:      net/x25/
8424
8425 X86 ARCHITECTURE (32-BIT AND 64-BIT)
8426 M:      Thomas Gleixner <tglx@linutronix.de>
8427 M:      Ingo Molnar <mingo@redhat.com>
8428 M:      "H. Peter Anvin" <hpa@zytor.com>
8429 M:      x86@kernel.org
8430 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/core
8431 S:      Maintained
8432 F:      Documentation/x86/
8433 F:      arch/x86/
8434
8435 X86 PLATFORM DRIVERS
8436 M:      Matthew Garrett <mjg@redhat.com>
8437 L:      platform-driver-x86@vger.kernel.org
8438 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mjg59/platform-drivers-x86.git
8439 S:      Maintained
8440 F:      drivers/platform/x86
8441
8442 X86 MCE INFRASTRUCTURE
8443 M:      Tony Luck <tony.luck@intel.com>
8444 M:      Borislav Petkov <bp@alien8.de>
8445 L:      linux-edac@vger.kernel.org
8446 S:      Maintained
8447 F:      arch/x86/kernel/cpu/mcheck/*
8448
8449 XC2028/3028 TUNER DRIVER
8450 M:      Mauro Carvalho Chehab <mchehab@redhat.com>
8451 L:      linux-media@vger.kernel.org
8452 W:      http://linuxtv.org
8453 T:      git git://linuxtv.org/media_tree.git
8454 S:      Maintained
8455 F:      drivers/media/tuners/tuner-xc2028.*
8456
8457 XEN HYPERVISOR INTERFACE
8458 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
8459 M:      Jeremy Fitzhardinge <jeremy@goop.org>
8460 L:      xen-devel@lists.xensource.com (moderated for non-subscribers)
8461 L:      virtualization@lists.linux-foundation.org
8462 S:      Supported
8463 F:      arch/x86/xen/
8464 F:      drivers/*/xen-*front.c
8465 F:      drivers/xen/
8466 F:      arch/x86/include/asm/xen/
8467 F:      include/xen/
8468
8469 XEN HYPERVISOR ARM
8470 M:      Stefano Stabellini <stefano.stabellini@eu.citrix.com>
8471 L:      xen-devel@lists.xensource.com (moderated for non-subscribers)
8472 S:      Supported
8473 F:      arch/arm/xen/
8474 F:      arch/arm/include/asm/xen/
8475
8476 XEN NETWORK BACKEND DRIVER
8477 M:      Ian Campbell <ian.campbell@citrix.com>
8478 L:      xen-devel@lists.xensource.com (moderated for non-subscribers)
8479 L:      netdev@vger.kernel.org
8480 S:      Supported
8481 F:      drivers/net/xen-netback/*
8482
8483 XEN PCI SUBSYSTEM
8484 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
8485 L:      xen-devel@lists.xensource.com (moderated for non-subscribers)
8486 S:      Supported
8487 F:      arch/x86/pci/*xen*
8488 F:      drivers/pci/*xen*
8489
8490 XEN SWIOTLB SUBSYSTEM
8491 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
8492 L:      xen-devel@lists.xensource.com (moderated for non-subscribers)
8493 S:      Supported
8494 F:      arch/x86/xen/*swiotlb*
8495 F:      drivers/xen/*swiotlb*
8496
8497 XFS FILESYSTEM
8498 P:      Silicon Graphics Inc
8499 M:      Ben Myers <bpm@sgi.com>
8500 M:      Alex Elder <elder@kernel.org>
8501 M:      xfs@oss.sgi.com
8502 L:      xfs@oss.sgi.com
8503 W:      http://oss.sgi.com/projects/xfs
8504 T:      git git://oss.sgi.com/xfs/xfs.git
8505 S:      Supported
8506 F:      Documentation/filesystems/xfs.txt
8507 F:      fs/xfs/
8508
8509 XILINX AXI ETHERNET DRIVER
8510 M:      Anirudha Sarangi <anirudh@xilinx.com>
8511 M:      John Linn <John.Linn@xilinx.com>
8512 S:      Maintained
8513 F:      drivers/net/ethernet/xilinx/xilinx_axienet*
8514
8515 XILINX SYSTEMACE DRIVER
8516 M:      Grant Likely <grant.likely@secretlab.ca>
8517 W:      http://www.secretlab.ca/
8518 S:      Maintained
8519 F:      drivers/block/xsysace.c
8520
8521 XILINX UARTLITE SERIAL DRIVER
8522 M:      Peter Korsgaard <jacmet@sunsite.dk>
8523 L:      linux-serial@vger.kernel.org
8524 S:      Maintained
8525 F:      drivers/tty/serial/uartlite.c
8526
8527 YAM DRIVER FOR AX.25
8528 M:      Jean-Paul Roubelat <jpr@f6fbb.org>
8529 L:      linux-hams@vger.kernel.org
8530 S:      Maintained
8531 F:      drivers/net/hamradio/yam*
8532 F:      include/linux/yam.h
8533
8534 YEALINK PHONE DRIVER
8535 M:      Henk Vergonet <Henk.Vergonet@gmail.com>
8536 L:      usbb2k-api-dev@nongnu.org
8537 S:      Maintained
8538 F:      Documentation/input/yealink.txt
8539 F:      drivers/input/misc/yealink.*
8540
8541 Z8530 DRIVER FOR AX.25
8542 M:      Joerg Reuter <jreuter@yaina.de>
8543 W:      http://yaina.de/jreuter/
8544 W:      http://www.qsl.net/dl1bke/
8545 L:      linux-hams@vger.kernel.org
8546 S:      Maintained
8547 F:      Documentation/networking/z8530drv.txt
8548 F:      drivers/net/hamradio/*scc.c
8549 F:      drivers/net/hamradio/z8530.h
8550
8551 ZD1211RW WIRELESS DRIVER
8552 M:      Daniel Drake <dsd@gentoo.org>
8553 M:      Ulrich Kunitz <kune@deine-taler.de>
8554 W:      http://zd1211.ath.cx/wiki/DriverRewrite
8555 L:      linux-wireless@vger.kernel.org
8556 L:      zd1211-devs@lists.sourceforge.net (subscribers-only)
8557 S:      Maintained
8558 F:      drivers/net/wireless/zd1211rw/
8559
8560 ZR36067 VIDEO FOR LINUX DRIVER
8561 L:      mjpeg-users@lists.sourceforge.net
8562 L:      linux-media@vger.kernel.org
8563 W:      http://mjpeg.sourceforge.net/driver-zoran/
8564 T:      Mercurial http://linuxtv.org/hg/v4l-dvb
8565 S:      Odd Fixes
8566 F:      drivers/media/pci/zoran/
8567
8568 ZS DECSTATION Z85C30 SERIAL DRIVER
8569 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
8570 S:      Maintained
8571 F:      drivers/tty/serial/zs.*
8572
8573 THE REST
8574 M:      Linus Torvalds <torvalds@linux-foundation.org>
8575 L:      linux-kernel@vger.kernel.org
8576 Q:      http://patchwork.kernel.org/project/LKML/list/
8577 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
8578 S:      Buried alive in reporters
8579 F:      *
8580 F:      */