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