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