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