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