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