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