Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vapier...
[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 <ryan@bluewatersys.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:      Dowan Kim <dowan@broadcom.com>
1550 M:      Roland Vossen <rvossen@broadcom.com>
1551 M:      Arend van Spriel <arend@broadcom.com>
1552 L:      linux-wireless@vger.kernel.org
1553 S:      Supported
1554 F:      drivers/staging/brcm80211/
1555
1556 BROADCOM BNX2FC 10 GIGABIT FCOE DRIVER
1557 M:      Bhanu Prakash Gollapudi <bprakash@broadcom.com>
1558 L:      linux-scsi@vger.kernel.org
1559 S:      Supported
1560 F:      drivers/scsi/bnx2fc/
1561
1562 BROCADE BFA FC SCSI DRIVER
1563 M:      Jing Huang <huangj@brocade.com>
1564 L:      linux-scsi@vger.kernel.org
1565 S:      Supported
1566 F:      drivers/scsi/bfa/
1567
1568 BROCADE BNA 10 GIGABIT ETHERNET DRIVER
1569 M:      Rasesh Mody <rmody@brocade.com>
1570 M:      Debashis Dutt <ddutt@brocade.com>
1571 L:      netdev@vger.kernel.org
1572 S:      Supported
1573 F:      drivers/net/bna/
1574
1575 BSG (block layer generic sg v4 driver)
1576 M:      FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
1577 L:      linux-scsi@vger.kernel.org
1578 S:      Supported
1579 F:      block/bsg.c
1580 F:      include/linux/bsg.h
1581
1582 BT87X AUDIO DRIVER
1583 M:      Clemens Ladisch <clemens@ladisch.de>
1584 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
1585 T:      git git://git.alsa-project.org/alsa-kernel.git
1586 S:      Maintained
1587 F:      Documentation/sound/alsa/Bt87x.txt
1588 F:      sound/pci/bt87x.c
1589
1590 BT8XXGPIO DRIVER
1591 M:      Michael Buesch <mb@bu3sch.de>
1592 W:      http://bu3sch.de/btgpio.php
1593 S:      Maintained
1594 F:      drivers/gpio/bt8xxgpio.c
1595
1596 BTRFS FILE SYSTEM
1597 M:      Chris Mason <chris.mason@oracle.com>
1598 L:      linux-btrfs@vger.kernel.org
1599 W:      http://btrfs.wiki.kernel.org/
1600 Q:      http://patchwork.kernel.org/project/linux-btrfs/list/
1601 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable.git
1602 S:      Maintained
1603 F:      Documentation/filesystems/btrfs.txt
1604 F:      fs/btrfs/
1605
1606 BTTV VIDEO4LINUX DRIVER
1607 M:      Mauro Carvalho Chehab <mchehab@infradead.org>
1608 L:      linux-media@vger.kernel.org
1609 W:      http://linuxtv.org
1610 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
1611 S:      Maintained
1612 F:      Documentation/video4linux/bttv/
1613 F:      drivers/media/video/bt8xx/bttv*
1614
1615 C-MEDIA CMI8788 DRIVER
1616 M:      Clemens Ladisch <clemens@ladisch.de>
1617 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
1618 T:      git git://git.alsa-project.org/alsa-kernel.git
1619 S:      Maintained
1620 F:      sound/pci/oxygen/
1621
1622 CACHEFILES: FS-CACHE BACKEND FOR CACHING ON MOUNTED FILESYSTEMS
1623 M:      David Howells <dhowells@redhat.com>
1624 L:      linux-cachefs@redhat.com
1625 S:      Supported
1626 F:      Documentation/filesystems/caching/cachefiles.txt
1627 F:      fs/cachefiles/
1628
1629 CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
1630 M:      Jonathan Corbet <corbet@lwn.net>
1631 L:      linux-media@vger.kernel.org
1632 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
1633 S:      Maintained
1634 F:      Documentation/video4linux/cafe_ccic
1635 F:      drivers/media/video/cafe_ccic*
1636
1637 CAIF NETWORK LAYER
1638 M:      Sjur Braendeland <sjur.brandeland@stericsson.com>
1639 L:      netdev@vger.kernel.org
1640 S:      Supported
1641 F:      Documentation/networking/caif/
1642 F:      drivers/net/caif/
1643 F:      include/linux/caif/
1644 F:      include/net/caif/
1645 F:      net/caif/
1646
1647 CALGARY x86-64 IOMMU
1648 M:      Muli Ben-Yehuda <muli@il.ibm.com>
1649 M:      "Jon D. Mason" <jdmason@kudzu.us>
1650 L:      discuss@x86-64.org
1651 S:      Maintained
1652 F:      arch/x86/kernel/pci-calgary_64.c
1653 F:      arch/x86/kernel/tce_64.c
1654 F:      arch/x86/include/asm/calgary.h
1655 F:      arch/x86/include/asm/tce.h
1656
1657 CAN NETWORK LAYER
1658 M:      Oliver Hartkopp <socketcan@hartkopp.net>
1659 M:      Oliver Hartkopp <oliver.hartkopp@volkswagen.de>
1660 M:      Urs Thuermann <urs.thuermann@volkswagen.de>
1661 L:      socketcan-core@lists.berlios.de (subscribers-only)
1662 L:      netdev@vger.kernel.org
1663 W:      http://developer.berlios.de/projects/socketcan/
1664 S:      Maintained
1665 F:      net/can/
1666 F:      include/linux/can.h
1667 F:      include/linux/can/core.h
1668 F:      include/linux/can/bcm.h
1669 F:      include/linux/can/raw.h
1670
1671 CAN NETWORK DRIVERS
1672 M:      Wolfgang Grandegger <wg@grandegger.com>
1673 L:      socketcan-core@lists.berlios.de (subscribers-only)
1674 L:      netdev@vger.kernel.org
1675 W:      http://developer.berlios.de/projects/socketcan/
1676 S:      Maintained
1677 F:      drivers/net/can/
1678 F:      include/linux/can/dev.h
1679 F:      include/linux/can/error.h
1680 F:      include/linux/can/netlink.h
1681 F:      include/linux/can/platform/
1682
1683 CELL BROADBAND ENGINE ARCHITECTURE
1684 M:      Arnd Bergmann <arnd@arndb.de>
1685 L:      linuxppc-dev@lists.ozlabs.org
1686 L:      cbe-oss-dev@lists.ozlabs.org
1687 W:      http://www.ibm.com/developerworks/power/cell/
1688 S:      Supported
1689 F:      arch/powerpc/include/asm/cell*.h
1690 F:      arch/powerpc/include/asm/spu*.h
1691 F:      arch/powerpc/oprofile/*cell*
1692 F:      arch/powerpc/platforms/cell/
1693
1694 CEPH DISTRIBUTED FILE SYSTEM CLIENT
1695 M:      Sage Weil <sage@newdream.net>
1696 L:      ceph-devel@vger.kernel.org
1697 W:      http://ceph.newdream.net/
1698 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
1699 S:      Supported
1700 F:      Documentation/filesystems/ceph.txt
1701 F:      fs/ceph
1702 F:      net/ceph
1703 F:      include/linux/ceph
1704
1705 CERTIFIED WIRELESS USB (WUSB) SUBSYSTEM:
1706 L:      linux-usb@vger.kernel.org
1707 S:      Orphan
1708 F:      Documentation/usb/WUSB-Design-overview.txt
1709 F:      Documentation/usb/wusb-cbaf
1710 F:      drivers/usb/host/hwa-hc.c
1711 F:      drivers/usb/host/whci/
1712 F:      drivers/usb/wusbcore/
1713 F:      include/linux/usb/wusb*
1714
1715 CFAG12864B LCD DRIVER
1716 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
1717 W:      http://miguelojeda.es/auxdisplay.htm
1718 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
1719 S:      Maintained
1720 F:      drivers/auxdisplay/cfag12864b.c
1721 F:      include/linux/cfag12864b.h
1722
1723 CFAG12864BFB LCD FRAMEBUFFER DRIVER
1724 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
1725 W:      http://miguelojeda.es/auxdisplay.htm
1726 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
1727 S:      Maintained
1728 F:      drivers/auxdisplay/cfag12864bfb.c
1729 F:      include/linux/cfag12864b.h
1730
1731 CFG80211 and NL80211
1732 M:      Johannes Berg <johannes@sipsolutions.net>
1733 L:      linux-wireless@vger.kernel.org
1734 S:      Maintained
1735 F:      include/linux/nl80211.h
1736 F:      include/net/cfg80211.h
1737 F:      net/wireless/*
1738 X:      net/wireless/wext*
1739
1740 CHECKPATCH
1741 M:      Andy Whitcroft <apw@canonical.com>
1742 S:      Supported
1743 F:      scripts/checkpatch.pl
1744
1745 CHINESE DOCUMENTATION
1746 M:      Harry Wei <harryxiyou@gmail.com>
1747 L:      xiyoulinuxkernelgroup@googlegroups.com
1748 L:      linux-kernel@zh-kernel.org (moderated for non-subscribers)
1749 S:      Maintained
1750 F:      Documentation/zh_CN/
1751
1752 CISCO VIC ETHERNET NIC DRIVER
1753 M:      Christian Benvenuti <benve@cisco.com>
1754 M:      Vasanthy Kolluri <vkolluri@cisco.com>
1755 M:      Roopa Prabhu <roprabhu@cisco.com>
1756 M:      David Wang <dwang2@cisco.com>
1757 S:      Supported
1758 F:      drivers/net/enic/
1759
1760 CIRRUS LOGIC EP93XX ETHERNET DRIVER
1761 M:      Hartley Sweeten <hsweeten@visionengravers.com>
1762 L:      netdev@vger.kernel.org
1763 S:      Maintained
1764 F:      drivers/net/arm/ep93xx_eth.c
1765
1766 CIRRUS LOGIC EP93XX OHCI USB HOST DRIVER
1767 M:      Lennert Buytenhek <kernel@wantstofly.org>
1768 L:      linux-usb@vger.kernel.org
1769 S:      Maintained
1770 F:      drivers/usb/host/ohci-ep93xx.c
1771
1772 CIRRUS LOGIC CS4270 SOUND DRIVER
1773 M:      Timur Tabi <timur@freescale.com>
1774 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
1775 S:      Supported
1776 F:      sound/soc/codecs/cs4270*
1777
1778 CLK API
1779 M:      Russell King <linux@arm.linux.org.uk>
1780 F:      include/linux/clk.h
1781
1782 CISCO FCOE HBA DRIVER
1783 M:      Abhijeet Joglekar <abjoglek@cisco.com>
1784 M:      Venkata Siva Vijayendra Bhamidipati <vbhamidi@cisco.com>
1785 M:      Brian Uchino <buchino@cisco.com>
1786 L:      linux-scsi@vger.kernel.org
1787 S:      Supported
1788 F:      drivers/scsi/fnic/
1789
1790 CMPC ACPI DRIVER
1791 M:      Thadeu Lima de Souza Cascardo <cascardo@holoscopio.com>
1792 M:      Daniel Oliveira Nascimento <don@syst.com.br>
1793 L:      platform-driver-x86@vger.kernel.org
1794 S:      Supported
1795 F:      drivers/platform/x86/classmate-laptop.c
1796
1797 COCCINELLE/Semantic Patches (SmPL)
1798 M:      Julia Lawall <julia@diku.dk>
1799 M:      Gilles Muller <Gilles.Muller@lip6.fr>
1800 M:      Nicolas Palix <npalix.work@gmail.com>
1801 L:      cocci@diku.dk (moderated for non-subscribers)
1802 W:      http://coccinelle.lip6.fr/
1803 S:      Supported
1804 F:      scripts/coccinelle/
1805 F:      scripts/coccicheck
1806
1807 CODA FILE SYSTEM
1808 M:      Jan Harkes <jaharkes@cs.cmu.edu>
1809 M:      coda@cs.cmu.edu
1810 L:      codalist@coda.cs.cmu.edu
1811 W:      http://www.coda.cs.cmu.edu/
1812 S:      Maintained
1813 F:      Documentation/filesystems/coda.txt
1814 F:      fs/coda/
1815 F:      include/linux/coda*.h
1816
1817 COMMON INTERNET FILE SYSTEM (CIFS)
1818 M:      Steve French <sfrench@samba.org>
1819 L:      linux-cifs@vger.kernel.org
1820 L:      samba-technical@lists.samba.org (moderated for non-subscribers)
1821 W:      http://linux-cifs.samba.org/
1822 Q:      http://patchwork.ozlabs.org/project/linux-cifs-client/list/
1823 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6.git
1824 S:      Supported
1825 F:      Documentation/filesystems/cifs.txt
1826 F:      fs/cifs/
1827
1828 COMPACTPCI HOTPLUG CORE
1829 M:      Scott Murray <scott@spiteful.org>
1830 L:      linux-pci@vger.kernel.org
1831 S:      Maintained
1832 F:      drivers/pci/hotplug/cpci_hotplug*
1833
1834 COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
1835 M:      Scott Murray <scott@spiteful.org>
1836 L:      linux-pci@vger.kernel.org
1837 S:      Maintained
1838 F:      drivers/pci/hotplug/cpcihp_zt5550.*
1839
1840 COMPACTPCI HOTPLUG GENERIC DRIVER
1841 M:      Scott Murray <scott@spiteful.org>
1842 L:      linux-pci@vger.kernel.org
1843 S:      Maintained
1844 F:      drivers/pci/hotplug/cpcihp_generic.c
1845
1846 COMPAL LAPTOP SUPPORT
1847 M:      Cezary Jackiewicz <cezary.jackiewicz@gmail.com>
1848 L:      platform-driver-x86@vger.kernel.org
1849 S:      Maintained
1850 F:      drivers/platform/x86/compal-laptop.c
1851
1852 COMPUTONE INTELLIPORT MULTIPORT CARD
1853 W:      http://www.wittsend.com/computone.html
1854 S:      Orphan
1855 F:      Documentation/serial/computone.txt
1856 F:      drivers/staging/tty/ip2/
1857
1858 CONEXANT ACCESSRUNNER USB DRIVER
1859 M:      Simon Arlott <cxacru@fire.lp0.eu>
1860 L:      accessrunner-general@lists.sourceforge.net
1861 W:      http://accessrunner.sourceforge.net/
1862 S:      Maintained
1863 F:      drivers/usb/atm/cxacru.c
1864
1865 CONFIGFS
1866 M:      Joel Becker <jlbec@evilplan.org>
1867 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/configfs.git
1868 S:      Supported
1869 F:      fs/configfs/
1870 F:      include/linux/configfs.h
1871
1872 CONNECTOR
1873 M:      Evgeniy Polyakov <zbr@ioremap.net>
1874 L:      netdev@vger.kernel.org
1875 S:      Maintained
1876 F:      drivers/connector/
1877
1878 CONTROL GROUPS (CGROUPS)
1879 M:      Paul Menage <menage@google.com>
1880 M:      Li Zefan <lizf@cn.fujitsu.com>
1881 L:      containers@lists.linux-foundation.org
1882 S:      Maintained
1883 F:      include/linux/cgroup*
1884 F:      kernel/cgroup*
1885 F:      mm/*cgroup*
1886
1887 CORETEMP HARDWARE MONITORING DRIVER
1888 M:      Fenghua Yu <fenghua.yu@intel.com>
1889 L:      lm-sensors@lm-sensors.org
1890 S:      Maintained
1891 F:      Documentation/hwmon/coretemp
1892 F:      drivers/hwmon/coretemp.c
1893
1894 COSA/SRP SYNC SERIAL DRIVER
1895 M:      Jan "Yenya" Kasprzak <kas@fi.muni.cz>
1896 W:      http://www.fi.muni.cz/~kas/cosa/
1897 S:      Maintained
1898 F:      drivers/net/wan/cosa*
1899
1900 CPMAC ETHERNET DRIVER
1901 M:      Florian Fainelli <florian@openwrt.org>
1902 L:      netdev@vger.kernel.org
1903 S:      Maintained
1904 F:      drivers/net/cpmac.c
1905
1906 CPU FREQUENCY DRIVERS
1907 M:      Dave Jones <davej@redhat.com>
1908 L:      cpufreq@vger.kernel.org
1909 W:      http://www.codemonkey.org.uk/projects/cpufreq/
1910 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davej/cpufreq.git
1911 S:      Maintained
1912 F:      drivers/cpufreq/
1913 F:      include/linux/cpufreq.h
1914
1915 CPUID/MSR DRIVER
1916 M:      "H. Peter Anvin" <hpa@zytor.com>
1917 S:      Maintained
1918 F:      arch/x86/kernel/cpuid.c
1919 F:      arch/x86/kernel/msr.c
1920
1921 CPUSETS
1922 M:      Paul Menage <menage@google.com>
1923 W:      http://www.bullopensource.org/cpuset/
1924 W:      http://oss.sgi.com/projects/cpusets/
1925 S:      Supported
1926 F:      Documentation/cgroups/cpusets.txt
1927 F:      include/linux/cpuset.h
1928 F:      kernel/cpuset.c
1929
1930 CRAMFS FILESYSTEM
1931 W:      http://sourceforge.net/projects/cramfs/
1932 S:      Orphan
1933 F:      Documentation/filesystems/cramfs.txt
1934 F:      fs/cramfs/
1935
1936 CRIS PORT
1937 M:      Mikael Starvik <starvik@axis.com>
1938 M:      Jesper Nilsson <jesper.nilsson@axis.com>
1939 L:      linux-cris-kernel@axis.com
1940 W:      http://developer.axis.com
1941 S:      Maintained
1942 F:      arch/cris/
1943 F:      drivers/tty/serial/crisv10.*
1944
1945 CRYPTO API
1946 M:      Herbert Xu <herbert@gondor.apana.org.au>
1947 M:      "David S. Miller" <davem@davemloft.net>
1948 L:      linux-crypto@vger.kernel.org
1949 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
1950 S:      Maintained
1951 F:      Documentation/crypto/
1952 F:      arch/*/crypto/
1953 F:      crypto/
1954 F:      drivers/crypto/
1955 F:      include/crypto/
1956
1957 CRYPTOGRAPHIC RANDOM NUMBER GENERATOR
1958 M:      Neil Horman <nhorman@tuxdriver.com>
1959 L:      linux-crypto@vger.kernel.org
1960 S:      Maintained
1961 F:      crypto/ansi_cprng.c
1962 F:      crypto/rng.c
1963
1964 CS5535 Audio ALSA driver
1965 M:      Jaya Kumar <jayakumar.alsa@gmail.com>
1966 S:      Maintained
1967 F:      sound/pci/cs5535audio/
1968
1969 CX18 VIDEO4LINUX DRIVER
1970 M:      Andy Walls <awalls@md.metrocast.net>
1971 L:      ivtv-devel@ivtvdriver.org (moderated for non-subscribers)
1972 L:      linux-media@vger.kernel.org
1973 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
1974 W:      http://linuxtv.org
1975 W:      http://www.ivtvdriver.org/index.php/Cx18
1976 S:      Maintained
1977 F:      Documentation/video4linux/cx18.txt
1978 F:      drivers/media/video/cx18/
1979
1980 CXGB3 ETHERNET DRIVER (CXGB3)
1981 M:      Divy Le Ray <divy@chelsio.com>
1982 L:      netdev@vger.kernel.org
1983 W:      http://www.chelsio.com
1984 S:      Supported
1985 F:      drivers/net/cxgb3/
1986
1987 CXGB3 IWARP RNIC DRIVER (IW_CXGB3)
1988 M:      Steve Wise <swise@chelsio.com>
1989 L:      linux-rdma@vger.kernel.org
1990 W:      http://www.openfabrics.org
1991 S:      Supported
1992 F:      drivers/infiniband/hw/cxgb3/
1993
1994 CXGB4 ETHERNET DRIVER (CXGB4)
1995 M:      Dimitris Michailidis <dm@chelsio.com>
1996 L:      netdev@vger.kernel.org
1997 W:      http://www.chelsio.com
1998 S:      Supported
1999 F:      drivers/net/cxgb4/
2000
2001 CXGB4 IWARP RNIC DRIVER (IW_CXGB4)
2002 M:      Steve Wise <swise@chelsio.com>
2003 L:      linux-rdma@vger.kernel.org
2004 W:      http://www.openfabrics.org
2005 S:      Supported
2006 F:      drivers/infiniband/hw/cxgb4/
2007
2008 CXGB4VF ETHERNET DRIVER (CXGB4VF)
2009 M:      Casey Leedom <leedom@chelsio.com>
2010 L:      netdev@vger.kernel.org
2011 W:      http://www.chelsio.com
2012 S:      Supported
2013 F:      drivers/net/cxgb4vf/
2014
2015 STMMAC ETHERNET DRIVER
2016 M:      Giuseppe Cavallaro <peppe.cavallaro@st.com>
2017 L:      netdev@vger.kernel.org
2018 W:      http://www.stlinux.com
2019 S:      Supported
2020 F:      drivers/net/stmmac/
2021
2022 CYBERPRO FB DRIVER
2023 M:      Russell King <linux@arm.linux.org.uk>
2024 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2025 W:      http://www.arm.linux.org.uk/
2026 S:      Maintained
2027 F:      drivers/video/cyber2000fb.*
2028
2029 CYCLADES 2X SYNC CARD DRIVER
2030 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
2031 W:      http://oops.ghostprotocols.net:81/blog
2032 S:      Maintained
2033 F:      drivers/net/wan/cycx*
2034
2035 CYCLADES ASYNC MUX DRIVER
2036 W:      http://www.cyclades.com/
2037 S:      Orphan
2038 F:      drivers/tty/cyclades.c
2039 F:      include/linux/cyclades.h
2040
2041 CYCLADES PC300 DRIVER
2042 W:      http://www.cyclades.com/
2043 S:      Orphan
2044 F:      drivers/net/wan/pc300*
2045
2046 DAMA SLAVE for AX.25
2047 M:      Joerg Reuter <jreuter@yaina.de>
2048 W:      http://yaina.de/jreuter/
2049 W:      http://www.qsl.net/dl1bke/
2050 L:      linux-hams@vger.kernel.org
2051 S:      Maintained
2052 F:      net/ax25/af_ax25.c
2053 F:      net/ax25/ax25_dev.c
2054 F:      net/ax25/ax25_ds_*
2055 F:      net/ax25/ax25_in.c
2056 F:      net/ax25/ax25_out.c
2057 F:      net/ax25/ax25_timer.c
2058 F:      net/ax25/sysctl_net_ax25.c
2059
2060 DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
2061 L:      netdev@vger.kernel.org
2062 S:      Orphan
2063 F:      Documentation/networking/dmfe.txt
2064 F:      drivers/net/tulip/dmfe.c
2065
2066 DC390/AM53C974 SCSI driver
2067 M:      Kurt Garloff <garloff@suse.de>
2068 W:      http://www.garloff.de/kurt/linux/dc390/
2069 M:      Guennadi Liakhovetski <g.liakhovetski@gmx.de>
2070 S:      Maintained
2071 F:      drivers/scsi/tmscsim.*
2072
2073 DC395x SCSI driver
2074 M:      Oliver Neukum <oliver@neukum.name>
2075 M:      Ali Akcaagac <aliakc@web.de>
2076 M:      Jamie Lenehan <lenehan@twibble.org>
2077 W:      http://twibble.org/dist/dc395x/
2078 L:      dc395x@twibble.org
2079 L:      http://lists.twibble.org/mailman/listinfo/dc395x/
2080 S:      Maintained
2081 F:      Documentation/scsi/dc395x.txt
2082 F:      drivers/scsi/dc395x.*
2083
2084 DCCP PROTOCOL
2085 M:      Gerrit Renker <gerrit@erg.abdn.ac.uk>
2086 L:      dccp@vger.kernel.org
2087 W:      http://www.linuxfoundation.org/collaborate/workgroups/networking/dccp
2088 S:      Maintained
2089 F:      include/linux/dccp.h
2090 F:      include/linux/tfrc.h
2091 F:      net/dccp/
2092
2093 DECnet NETWORK LAYER
2094 W:      http://linux-decnet.sourceforge.net
2095 L:      linux-decnet-user@lists.sourceforge.net
2096 S:      Orphan
2097 F:      Documentation/networking/decnet.txt
2098 F:      net/decnet/
2099
2100 DEFXX FDDI NETWORK DRIVER
2101 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
2102 S:      Maintained
2103 F:      drivers/net/defxx.*
2104
2105 DELL LAPTOP DRIVER
2106 M:      Matthew Garrett <mjg59@srcf.ucam.org>
2107 L:      platform-driver-x86@vger.kernel.org
2108 S:      Maintained
2109 F:      drivers/platform/x86/dell-laptop.c
2110
2111 DELL LAPTOP SMM DRIVER
2112 M:      Massimo Dal Zotto <dz@debian.org>
2113 W:      http://www.debian.org/~dz/i8k/
2114 S:      Maintained
2115 F:      drivers/char/i8k.c
2116 F:      include/linux/i8k.h
2117
2118 DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
2119 M:      Doug Warzecha <Douglas_Warzecha@dell.com>
2120 S:      Maintained
2121 F:      Documentation/dcdbas.txt
2122 F:      drivers/firmware/dcdbas.*
2123
2124 DELL WMI EXTRAS DRIVER
2125 M:      Matthew Garrett <mjg59@srcf.ucam.org>
2126 S:      Maintained
2127 F:      drivers/platform/x86/dell-wmi.c
2128
2129 DEVICE NUMBER REGISTRY
2130 M:      Torben Mathiasen <device@lanana.org>
2131 W:      http://lanana.org/docs/device-list/index.html
2132 S:      Maintained
2133
2134 DEVICE-MAPPER  (LVM)
2135 P:      Alasdair Kergon
2136 L:      dm-devel@redhat.com
2137 W:      http://sources.redhat.com/dm
2138 Q:      http://patchwork.kernel.org/project/dm-devel/list/
2139 S:      Maintained
2140 F:      Documentation/device-mapper/
2141 F:      drivers/md/dm*
2142 F:      include/linux/device-mapper.h
2143 F:      include/linux/dm-*.h
2144
2145 DIGI INTL. EPCA DRIVER
2146 M:      "Digi International, Inc" <Eng.Linux@digi.com>
2147 L:      Eng.Linux@digi.com
2148 W:      http://www.digi.com
2149 S:      Orphan
2150 F:      Documentation/serial/digiepca.txt
2151 F:      drivers/staging/tty/epca*
2152 F:      drivers/staging/tty/digi*
2153
2154 DIOLAN U2C-12 I2C DRIVER
2155 M:      Guenter Roeck <guenter.roeck@ericsson.com>
2156 L:      linux-i2c@vger.kernel.org
2157 S:      Maintained
2158 F:      drivers/i2c/busses/i2c-diolan-u2c.c
2159
2160 DIRECTORY NOTIFICATION (DNOTIFY)
2161 M:      Eric Paris <eparis@parisplace.org>
2162 S:      Maintained
2163 F:      Documentation/filesystems/dnotify.txt
2164 F:      fs/notify/dnotify/
2165 F:      include/linux/dnotify.h
2166
2167 DISK GEOMETRY AND PARTITION HANDLING
2168 M:      Andries Brouwer <aeb@cwi.nl>
2169 W:      http://www.win.tue.nl/~aeb/linux/Large-Disk.html
2170 W:      http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
2171 W:      http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
2172 S:      Maintained
2173
2174 DISKQUOTA
2175 M:      Jan Kara <jack@suse.cz>
2176 S:      Maintained
2177 F:      Documentation/filesystems/quota.txt
2178 F:      fs/quota/
2179 F:      include/linux/quota*.h
2180
2181 DISTRIBUTED LOCK MANAGER (DLM)
2182 M:      Christine Caulfield <ccaulfie@redhat.com>
2183 M:      David Teigland <teigland@redhat.com>
2184 L:      cluster-devel@redhat.com
2185 W:      http://sources.redhat.com/cluster/
2186 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/teigland/dlm.git
2187 S:      Supported
2188 F:      fs/dlm/
2189
2190 DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
2191 M:      Vinod Koul <vinod.koul@intel.com>
2192 M:      Dan Williams <dan.j.williams@intel.com>
2193 S:      Supported
2194 F:      drivers/dma/
2195 F:      include/linux/dma*
2196 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/djbw/async_tx.git
2197 T:      git git://git.infradead.org/users/vkoul/slave-dma.git (slave-dma)
2198
2199 DME1737 HARDWARE MONITOR DRIVER
2200 M:      Juerg Haefliger <juergh@gmail.com>
2201 L:      lm-sensors@lm-sensors.org
2202 S:      Maintained
2203 F:      Documentation/hwmon/dme1737
2204 F:      drivers/hwmon/dme1737.c
2205
2206 DOCBOOK FOR DOCUMENTATION
2207 M:      Randy Dunlap <rdunlap@xenotime.net>
2208 S:      Maintained
2209 F:      scripts/kernel-doc
2210
2211 DOCKING STATION DRIVER
2212 M:      Shaohua Li <shaohua.li@intel.com>
2213 L:      linux-acpi@vger.kernel.org
2214 S:      Supported
2215 F:      drivers/acpi/dock.c
2216
2217 DOCUMENTATION
2218 M:      Randy Dunlap <rdunlap@xenotime.net>
2219 L:      linux-doc@vger.kernel.org
2220 T:      quilt http://userweb.kernel.org/~rdunlap/kernel-doc-patches/current/
2221 S:      Maintained
2222 F:      Documentation/
2223
2224 DOUBLETALK DRIVER
2225 M:      "James R. Van Zandt" <jrv@vanzandt.mv.com>
2226 L:      blinux-list@redhat.com
2227 S:      Maintained
2228 F:      drivers/char/dtlk.c
2229 F:      include/linux/dtlk.h
2230
2231 DPT_I2O SCSI RAID DRIVER
2232 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
2233 L:      linux-scsi@vger.kernel.org
2234 W:      http://www.adaptec.com/
2235 S:      Maintained
2236 F:      drivers/scsi/dpt*
2237 F:      drivers/scsi/dpt/
2238
2239 DRBD DRIVER
2240 P:      Philipp Reisner
2241 P:      Lars Ellenberg
2242 M:      drbd-dev@lists.linbit.com
2243 L:      drbd-user@lists.linbit.com
2244 W:      http://www.drbd.org
2245 T:      git git://git.drbd.org/linux-2.6-drbd.git drbd
2246 T:      git git://git.drbd.org/drbd-8.3.git
2247 S:      Supported
2248 F:      drivers/block/drbd/
2249 F:      lib/lru_cache.c
2250 F:      Documentation/blockdev/drbd/
2251
2252 DRIVER CORE, KOBJECTS, DEBUGFS AND SYSFS
2253 M:      Greg Kroah-Hartman <gregkh@suse.de>
2254 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6.git
2255 S:      Supported
2256 F:      Documentation/kobject.txt
2257 F:      drivers/base/
2258 F:      fs/sysfs/
2259 F:      fs/debugfs/
2260 F:      include/linux/kobj*
2261 F:      include/linux/debugfs.h
2262 F:      lib/kobj*
2263
2264 DRM DRIVERS
2265 M:      David Airlie <airlied@linux.ie>
2266 L:      dri-devel@lists.freedesktop.org
2267 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6.git
2268 S:      Maintained
2269 F:      drivers/gpu/drm/
2270 F:      include/drm/
2271
2272 INTEL DRM DRIVERS (excluding Poulsbo, Moorestown and derivative chipsets)
2273 M:      Keith Packard <keithp@keithp.com>
2274 L:      intel-gfx@lists.freedesktop.org (subscribers-only)
2275 L:      dri-devel@lists.freedesktop.org
2276 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/keithp/linux-2.6.git
2277 S:      Supported
2278 F:      drivers/gpu/drm/i915
2279 F:      include/drm/i915*
2280
2281 DSCC4 DRIVER
2282 M:      Francois Romieu <romieu@fr.zoreil.com>
2283 L:      netdev@vger.kernel.org
2284 S:      Maintained
2285 F:      drivers/net/wan/dscc4.c
2286
2287 DZ DECSTATION DZ11 SERIAL DRIVER
2288 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
2289 S:      Maintained
2290 F:      drivers/tty/serial/dz.*
2291
2292 EATA-DMA SCSI DRIVER
2293 M:      Michael Neuffer <mike@i-Connect.Net>
2294 L:      linux-eata@i-connect.net
2295 L:      linux-scsi@vger.kernel.org
2296 S:      Maintained
2297 F:      drivers/scsi/eata*
2298
2299 EATA ISA/EISA/PCI SCSI DRIVER
2300 M:      Dario Ballabio <ballabio_dario@emc.com>
2301 L:      linux-scsi@vger.kernel.org
2302 S:      Maintained
2303 F:      drivers/scsi/eata.c
2304
2305 EATA-PIO SCSI DRIVER
2306 M:      Michael Neuffer <mike@i-Connect.Net>
2307 L:      linux-eata@i-connect.net
2308 L:      linux-scsi@vger.kernel.org
2309 S:      Maintained
2310 F:      drivers/scsi/eata_pio.*
2311
2312 EBTABLES
2313 M:      Bart De Schuymer <bart.de.schuymer@pandora.be>
2314 L:      netfilter-devel@vger.kernel.org
2315 W:      http://ebtables.sourceforge.net/
2316 S:      Maintained
2317 F:      include/linux/netfilter_bridge/ebt_*.h
2318 F:      net/bridge/netfilter/ebt*.c
2319
2320 ECRYPT FILE SYSTEM
2321 M:      Tyler Hicks <tyhicks@linux.vnet.ibm.com>
2322 M:      Dustin Kirkland <kirkland@canonical.com>
2323 L:      ecryptfs@vger.kernel.org
2324 W:      https://launchpad.net/ecryptfs
2325 S:      Supported
2326 F:      Documentation/filesystems/ecryptfs.txt
2327 F:      fs/ecryptfs/
2328
2329 EDAC-CORE
2330 M:      Doug Thompson <dougthompson@xmission.com>
2331 L:      bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2332 W:      bluesmoke.sourceforge.net
2333 S:      Supported
2334 F:      Documentation/edac.txt
2335 F:      drivers/edac/edac_*
2336 F:      include/linux/edac.h
2337
2338 EDAC-AMD64
2339 M:      Doug Thompson <dougthompson@xmission.com>
2340 M:      Borislav Petkov <borislav.petkov@amd.com>
2341 L:      bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2342 W:      bluesmoke.sourceforge.net
2343 S:      Supported
2344 F:      drivers/edac/amd64_edac*
2345
2346 EDAC-E752X
2347 M:      Mark Gross <mark.gross@intel.com>
2348 M:      Doug Thompson <dougthompson@xmission.com>
2349 L:      bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2350 W:      bluesmoke.sourceforge.net
2351 S:      Maintained
2352 F:      drivers/edac/e752x_edac.c
2353
2354 EDAC-E7XXX
2355 M:      Doug Thompson <dougthompson@xmission.com>
2356 L:      bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2357 W:      bluesmoke.sourceforge.net
2358 S:      Maintained
2359 F:      drivers/edac/e7xxx_edac.c
2360
2361 EDAC-I82443BXGX
2362 M:      Tim Small <tim@buttersideup.com>
2363 L:      bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2364 W:      bluesmoke.sourceforge.net
2365 S:      Maintained
2366 F:      drivers/edac/i82443bxgx_edac.c
2367
2368 EDAC-I3000
2369 M:      Jason Uhlenkott <juhlenko@akamai.com>
2370 L:      bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2371 W:      bluesmoke.sourceforge.net
2372 S:      Maintained
2373 F:      drivers/edac/i3000_edac.c
2374
2375 EDAC-I5000
2376 M:      Doug Thompson <dougthompson@xmission.com>
2377 L:      bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2378 W:      bluesmoke.sourceforge.net
2379 S:      Maintained
2380 F:      drivers/edac/i5000_edac.c
2381
2382 EDAC-I5400
2383 M:      Mauro Carvalho Chehab <mchehab@redhat.com>
2384 L:      linux-edac@vger.kernel.org
2385 W:      bluesmoke.sourceforge.net
2386 S:      Maintained
2387 F:      drivers/edac/i5400_edac.c
2388
2389 EDAC-I7300
2390 M:      Mauro Carvalho Chehab <mchehab@redhat.com>
2391 L:      linux-edac@vger.kernel.org
2392 W:      bluesmoke.sourceforge.net
2393 S:      Maintained
2394 F:      drivers/edac/i7300_edac.c
2395
2396 EDAC-I7CORE
2397 M:      Mauro Carvalho Chehab <mchehab@redhat.com>
2398 L:      linux-edac@vger.kernel.org
2399 W:      bluesmoke.sourceforge.net
2400 S:      Maintained
2401 F:      drivers/edac/i7core_edac.c
2402 F:      drivers/edac/edac_mce.c
2403 F:      include/linux/edac_mce.h
2404
2405 EDAC-I82975X
2406 M:      Ranganathan Desikan <ravi@jetztechnologies.com>
2407 M:      "Arvind R." <arvino55@gmail.com>
2408 L:      bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2409 W:      bluesmoke.sourceforge.net
2410 S:      Maintained
2411 F:      drivers/edac/i82975x_edac.c
2412
2413 EDAC-PASEMI
2414 M:      Egor Martovetsky <egor@pasemi.com>
2415 L:      bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2416 W:      bluesmoke.sourceforge.net
2417 S:      Maintained
2418 F:      drivers/edac/pasemi_edac.c
2419
2420 EDAC-R82600
2421 M:      Tim Small <tim@buttersideup.com>
2422 L:      bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2423 W:      bluesmoke.sourceforge.net
2424 S:      Maintained
2425 F:      drivers/edac/r82600_edac.c
2426
2427 EDIROL UA-101/UA-1000 DRIVER
2428 M:      Clemens Ladisch <clemens@ladisch.de>
2429 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2430 T:      git git://git.alsa-project.org/alsa-kernel.git
2431 S:      Maintained
2432 F:      sound/usb/misc/ua101.c
2433
2434 EFIFB FRAMEBUFFER DRIVER
2435 L:      linux-fbdev@vger.kernel.org
2436 M:      Peter Jones <pjones@redhat.com>
2437 S:      Maintained
2438 F:      drivers/video/efifb.c
2439
2440 EFS FILESYSTEM
2441 W:      http://aeschi.ch.eu.org/efs/
2442 S:      Orphan
2443 F:      fs/efs/
2444
2445 EHCA (IBM GX bus InfiniBand adapter) DRIVER
2446 M:      Hoang-Nam Nguyen <hnguyen@de.ibm.com>
2447 M:      Christoph Raisch <raisch@de.ibm.com>
2448 L:      linux-rdma@vger.kernel.org
2449 S:      Supported
2450 F:      drivers/infiniband/hw/ehca/
2451
2452 EHEA (IBM pSeries eHEA 10Gb ethernet adapter) DRIVER
2453 M:      Breno Leitao <leitao@linux.vnet.ibm.com>
2454 L:      netdev@vger.kernel.org
2455 S:      Maintained
2456 F:      drivers/net/ehea/
2457
2458 EMBEDDED LINUX
2459 M:      Paul Gortmaker <paul.gortmaker@windriver.com>
2460 M:      Matt Mackall <mpm@selenic.com>
2461 M:      David Woodhouse <dwmw2@infradead.org>
2462 L:      linux-embedded@vger.kernel.org
2463 S:      Maintained
2464
2465 EMULEX LPFC FC SCSI DRIVER
2466 M:      James Smart <james.smart@emulex.com>
2467 L:      linux-scsi@vger.kernel.org
2468 W:      http://sourceforge.net/projects/lpfcxxxx
2469 S:      Supported
2470 F:      drivers/scsi/lpfc/
2471
2472 ENE CB710 FLASH CARD READER DRIVER
2473 M:      MichaÅ‚ MirosÅ‚aw <mirq-linux@rere.qmqm.pl>
2474 S:      Maintained
2475 F:      drivers/misc/cb710/
2476 F:      drivers/mmc/host/cb710-mmc.*
2477 F:      include/linux/cb710.h
2478
2479 ENE KB2426 (ENE0100/ENE020XX) INFRARED RECEIVER
2480 M:      Maxim Levitsky <maximlevitsky@gmail.com>
2481 S:      Maintained
2482 F:      drivers/media/rc/ene_ir.*
2483
2484 EPSON 1355 FRAMEBUFFER DRIVER
2485 M:      Christopher Hoover <ch@murgatroid.com>
2486 M:      Christopher Hoover <ch@hpl.hp.com>
2487 S:      Maintained
2488 F:      drivers/video/epson1355fb.c
2489
2490 EPSON S1D13XXX FRAMEBUFFER DRIVER
2491 M:      Kristoffer Ericson <kristoffer.ericson@gmail.com>
2492 S:      Maintained
2493 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
2494 F:      drivers/video/s1d13xxxfb.c
2495 F:      include/video/s1d13xxxfb.h
2496
2497 ETHEREXPRESS-16 NETWORK DRIVER
2498 M:      Philip Blundell <philb@gnu.org>
2499 L:      netdev@vger.kernel.org
2500 S:      Maintained
2501 F:      drivers/net/eexpress.*
2502
2503 ETHERNET BRIDGE
2504 M:      Stephen Hemminger <shemminger@linux-foundation.org>
2505 L:      bridge@lists.linux-foundation.org
2506 L:      netdev@vger.kernel.org
2507 W:      http://www.linuxfoundation.org/en/Net:Bridge
2508 S:      Maintained
2509 F:      include/linux/netfilter_bridge/
2510 F:      net/bridge/
2511
2512 ETHERTEAM 16I DRIVER
2513 M:      Mika Kuoppala <miku@iki.fi>
2514 S:      Maintained
2515 F:      drivers/net/eth16i.c
2516
2517 EXT2 FILE SYSTEM
2518 M:      Jan Kara <jack@suse.cz>
2519 L:      linux-ext4@vger.kernel.org
2520 S:      Maintained
2521 F:      Documentation/filesystems/ext2.txt
2522 F:      fs/ext2/
2523 F:      include/linux/ext2*
2524
2525 EXT3 FILE SYSTEM
2526 M:      Jan Kara <jack@suse.cz>
2527 M:      Andrew Morton <akpm@linux-foundation.org>
2528 M:      Andreas Dilger <adilger.kernel@dilger.ca>
2529 L:      linux-ext4@vger.kernel.org
2530 S:      Maintained
2531 F:      Documentation/filesystems/ext3.txt
2532 F:      fs/ext3/
2533 F:      include/linux/ext3*
2534
2535 EXT4 FILE SYSTEM
2536 M:      "Theodore Ts'o" <tytso@mit.edu>
2537 M:      Andreas Dilger <adilger.kernel@dilger.ca>
2538 L:      linux-ext4@vger.kernel.org
2539 W:      http://ext4.wiki.kernel.org
2540 Q:      http://patchwork.ozlabs.org/project/linux-ext4/list/
2541 S:      Maintained
2542 F:      Documentation/filesystems/ext4.txt
2543 F:      fs/ext4/
2544
2545 F71805F HARDWARE MONITORING DRIVER
2546 M:      Jean Delvare <khali@linux-fr.org>
2547 L:      lm-sensors@lm-sensors.org
2548 S:      Maintained
2549 F:      Documentation/hwmon/f71805f
2550 F:      drivers/hwmon/f71805f.c
2551
2552 FANOTIFY
2553 M:      Eric Paris <eparis@redhat.com>
2554 S:      Maintained
2555 F:      fs/notify/fanotify/
2556 F:      include/linux/fanotify.h
2557
2558 FARSYNC SYNCHRONOUS DRIVER
2559 M:      Kevin Curtis <kevin.curtis@farsite.co.uk>
2560 W:      http://www.farsite.co.uk/
2561 S:      Supported
2562 F:      drivers/net/wan/farsync.*
2563
2564 FAULT INJECTION SUPPORT
2565 M:      Akinobu Mita <akinobu.mita@gmail.com>
2566 S:      Supported
2567 F:      Documentation/fault-injection/
2568 F:      lib/fault-inject.c
2569
2570 FCOE SUBSYSTEM (libfc, libfcoe, fcoe)
2571 M:      Robert Love <robert.w.love@intel.com>
2572 L:      devel@open-fcoe.org
2573 W:      www.Open-FCoE.org
2574 S:      Supported
2575 F:      drivers/scsi/libfc/
2576 F:      drivers/scsi/fcoe/
2577 F:      include/scsi/fc/
2578 F:      include/scsi/libfc.h
2579 F:      include/scsi/libfcoe.h
2580
2581 FILE LOCKING (flock() and fcntl()/lockf())
2582 M:      Matthew Wilcox <matthew@wil.cx>
2583 L:      linux-fsdevel@vger.kernel.org
2584 S:      Maintained
2585 F:      include/linux/fcntl.h
2586 F:      include/linux/fs.h
2587 F:      fs/fcntl.c
2588 F:      fs/locks.c
2589
2590 FILESYSTEMS (VFS and infrastructure)
2591 M:      Alexander Viro <viro@zeniv.linux.org.uk>
2592 L:      linux-fsdevel@vger.kernel.org
2593 S:      Maintained
2594 F:      fs/*
2595
2596 FINTEK F75375S HARDWARE MONITOR AND FAN CONTROLLER DRIVER
2597 M:      Riku Voipio <riku.voipio@iki.fi>
2598 L:      lm-sensors@lm-sensors.org
2599 S:      Maintained
2600 F:      drivers/hwmon/f75375s.c
2601 F:      include/linux/f75375s.h
2602
2603 FIREWIRE AUDIO DRIVERS
2604 M:      Clemens Ladisch <clemens@ladisch.de>
2605 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2606 T:      git git://git.alsa-project.org/alsa-kernel.git
2607 S:      Maintained
2608 F:      sound/firewire/
2609
2610 FIREWIRE SUBSYSTEM
2611 M:      Stefan Richter <stefanr@s5r6.in-berlin.de>
2612 L:      linux1394-devel@lists.sourceforge.net
2613 W:      http://ieee1394.wiki.kernel.org/
2614 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
2615 S:      Maintained
2616 F:      drivers/firewire/
2617 F:      include/linux/firewire*.h
2618 F:      tools/firewire/
2619
2620 FIRMWARE LOADER (request_firmware)
2621 S:      Orphan
2622 F:      Documentation/firmware_class/
2623 F:      drivers/base/firmware*.c
2624 F:      include/linux/firmware.h
2625
2626 FPU EMULATOR
2627 M:      Bill Metzenthen <billm@melbpc.org.au>
2628 W:      http://floatingpoint.sourceforge.net/emulator/index.html
2629 S:      Maintained
2630 F:      arch/x86/math-emu/
2631
2632 FRAME RELAY DLCI/FRAD (Sangoma drivers too)
2633 M:      Mike McLagan <mike.mclagan@linux.org>
2634 L:      netdev@vger.kernel.org
2635 S:      Maintained
2636 F:      drivers/net/wan/dlci.c
2637 F:      drivers/net/wan/sdla.c
2638
2639 FRAMEBUFFER LAYER
2640 M:      Paul Mundt <lethal@linux-sh.org>
2641 L:      linux-fbdev@vger.kernel.org
2642 W:      http://linux-fbdev.sourceforge.net/
2643 Q:      http://patchwork.kernel.org/project/linux-fbdev/list/
2644 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lethal/fbdev-2.6.git
2645 S:      Maintained
2646 F:      Documentation/fb/
2647 F:      Documentation/devicetree/bindings/fb/
2648 F:      drivers/video/
2649 F:      include/video/
2650 F:      include/linux/fb.h
2651
2652 FREESCALE DMA DRIVER
2653 M:      Li Yang <leoli@freescale.com>
2654 M:      Zhang Wei <zw@zh-kernel.org>
2655 L:      linuxppc-dev@lists.ozlabs.org
2656 S:      Maintained
2657 F:      drivers/dma/fsldma.*
2658
2659 FREESCALE I2C CPM DRIVER
2660 M:      Jochen Friedrich <jochen@scram.de>
2661 L:      linuxppc-dev@lists.ozlabs.org
2662 L:      linux-i2c@vger.kernel.org
2663 S:      Maintained
2664 F:      drivers/i2c/busses/i2c-cpm.c
2665
2666 FREESCALE IMX / MXC FRAMEBUFFER DRIVER
2667 M:      Sascha Hauer <kernel@pengutronix.de>
2668 L:      linux-fbdev@vger.kernel.org
2669 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2670 S:      Maintained
2671 F:      arch/arm/plat-mxc/include/mach/imxfb.h
2672 F:      drivers/video/imxfb.c
2673
2674 FREESCALE SOC FS_ENET DRIVER
2675 M:      Pantelis Antoniou <pantelis.antoniou@gmail.com>
2676 M:      Vitaly Bordug <vbordug@ru.mvista.com>
2677 L:      linuxppc-dev@lists.ozlabs.org
2678 L:      netdev@vger.kernel.org
2679 S:      Maintained
2680 F:      drivers/net/fs_enet/
2681 F:      include/linux/fs_enet_pd.h
2682
2683 FREESCALE QUICC ENGINE LIBRARY
2684 M:      Timur Tabi <timur@freescale.com>
2685 L:      linuxppc-dev@lists.ozlabs.org
2686 S:      Supported
2687 F:      arch/powerpc/sysdev/qe_lib/
2688 F:      arch/powerpc/include/asm/*qe.h
2689
2690 FREESCALE USB PERIPHERAL DRIVERS
2691 M:      Li Yang <leoli@freescale.com>
2692 L:      linux-usb@vger.kernel.org
2693 L:      linuxppc-dev@lists.ozlabs.org
2694 S:      Maintained
2695 F:      drivers/usb/gadget/fsl*
2696
2697 FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
2698 M:      Li Yang <leoli@freescale.com>
2699 L:      netdev@vger.kernel.org
2700 L:      linuxppc-dev@lists.ozlabs.org
2701 S:      Maintained
2702 F:      drivers/net/ucc_geth*
2703
2704 FREESCALE QUICC ENGINE UCC UART DRIVER
2705 M:      Timur Tabi <timur@freescale.com>
2706 L:      linuxppc-dev@lists.ozlabs.org
2707 S:      Supported
2708 F:      drivers/tty/serial/ucc_uart.c
2709
2710 FREESCALE SOC SOUND DRIVERS
2711 M:      Timur Tabi <timur@freescale.com>
2712 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2713 L:      linuxppc-dev@lists.ozlabs.org
2714 S:      Supported
2715 F:      sound/soc/fsl/fsl*
2716 F:      sound/soc/fsl/mpc8610_hpcd.c
2717
2718 FREEVXFS FILESYSTEM
2719 M:      Christoph Hellwig <hch@infradead.org>
2720 W:      ftp://ftp.openlinux.org/pub/people/hch/vxfs
2721 S:      Maintained
2722 F:      fs/freevxfs/
2723
2724 FREEZER
2725 M:      Pavel Machek <pavel@ucw.cz>
2726 M:      "Rafael J. Wysocki" <rjw@sisk.pl>
2727 L:      linux-pm@lists.linux-foundation.org
2728 S:      Supported
2729 F:      Documentation/power/freezing-of-tasks.txt
2730 F:      include/linux/freezer.h
2731 F:      kernel/freezer.c
2732
2733 FS-CACHE: LOCAL CACHING FOR NETWORK FILESYSTEMS
2734 M:      David Howells <dhowells@redhat.com>
2735 L:      linux-cachefs@redhat.com
2736 S:      Supported
2737 F:      Documentation/filesystems/caching/
2738 F:      fs/fscache/
2739 F:      include/linux/fscache*.h
2740
2741 FUJITSU FR-V (FRV) PORT
2742 M:      David Howells <dhowells@redhat.com>
2743 S:      Maintained
2744 F:      arch/frv/
2745
2746 FUJITSU LAPTOP EXTRAS
2747 M:      Jonathan Woithe <jwoithe@physics.adelaide.edu.au>
2748 L:      platform-driver-x86@vger.kernel.org
2749 S:      Maintained
2750 F:      drivers/platform/x86/fujitsu-laptop.c
2751
2752 FUSE: FILESYSTEM IN USERSPACE
2753 M:      Miklos Szeredi <miklos@szeredi.hu>
2754 L:      fuse-devel@lists.sourceforge.net
2755 W:      http://fuse.sourceforge.net/
2756 S:      Maintained
2757 F:      fs/fuse/
2758 F:      include/linux/fuse.h
2759
2760 FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
2761 M:      Rik Faith <faith@cs.unc.edu>
2762 L:      linux-scsi@vger.kernel.org
2763 S:      Odd Fixes (e.g., new signatures)
2764 F:      drivers/scsi/fdomain.*
2765
2766 GDT SCSI DISK ARRAY CONTROLLER DRIVER
2767 M:      Achim Leubner <achim_leubner@adaptec.com>
2768 L:      linux-scsi@vger.kernel.org
2769 W:      http://www.icp-vortex.com/
2770 S:      Supported
2771 F:      drivers/scsi/gdt*
2772
2773 GENERIC GPIO I2C DRIVER
2774 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
2775 S:      Supported
2776 F:      drivers/i2c/busses/i2c-gpio.c
2777 F:      include/linux/i2c-gpio.h
2778
2779 GENERIC GPIO I2C MULTIPLEXER DRIVER
2780 M:      Peter Korsgaard <peter.korsgaard@barco.com>
2781 L:      linux-i2c@vger.kernel.org
2782 S:      Supported
2783 F:      drivers/i2c/muxes/gpio-i2cmux.c
2784 F:      include/linux/gpio-i2cmux.h
2785 F:      Documentation/i2c/muxes/gpio-i2cmux
2786
2787 GENERIC HDLC (WAN) DRIVERS
2788 M:      Krzysztof Halasa <khc@pm.waw.pl>
2789 W:      http://www.kernel.org/pub/linux/utils/net/hdlc/
2790 S:      Maintained
2791 F:      drivers/net/wan/c101.c
2792 F:      drivers/net/wan/hd6457*
2793 F:      drivers/net/wan/hdlc*
2794 F:      drivers/net/wan/n2.c
2795 F:      drivers/net/wan/pc300too.c
2796 F:      drivers/net/wan/pci200syn.c
2797 F:      drivers/net/wan/wanxl*
2798
2799 GENERIC INCLUDE/ASM HEADER FILES
2800 M:      Arnd Bergmann <arnd@arndb.de>
2801 L:      linux-arch@vger.kernel.org
2802 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic.git
2803 S:      Maintained
2804 F:      include/asm-generic
2805
2806 GENERIC UIO DRIVER FOR PCI DEVICES
2807 M:      "Michael S. Tsirkin" <mst@redhat.com>
2808 L:      kvm@vger.kernel.org
2809 S:      Supported
2810 F:      drivers/uio/uio_pci_generic.c
2811
2812 GFS2 FILE SYSTEM
2813 M:      Steven Whitehouse <swhiteho@redhat.com>
2814 L:      cluster-devel@redhat.com
2815 W:      http://sources.redhat.com/cluster/
2816 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes.git
2817 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw.git
2818 S:      Supported
2819 F:      Documentation/filesystems/gfs2*.txt
2820 F:      fs/gfs2/
2821 F:      include/linux/gfs2_ondisk.h
2822
2823 GIGASET ISDN DRIVERS
2824 M:      Hansjoerg Lipp <hjlipp@web.de>
2825 M:      Tilman Schmidt <tilman@imap.cc>
2826 L:      gigaset307x-common@lists.sourceforge.net
2827 W:      http://gigaset307x.sourceforge.net/
2828 S:      Maintained
2829 F:      Documentation/isdn/README.gigaset
2830 F:      drivers/isdn/gigaset/
2831 F:      include/linux/gigaset_dev.h
2832
2833 GPIO SUBSYSTEM
2834 M:      Grant Likely <grant.likely@secretlab.ca>
2835 S:      Maintained
2836 T:      git git://git.secretlab.ca/git/linux-2.6.git
2837 F:      Documentation/gpio.txt
2838 F:      drivers/gpio/
2839 F:      include/linux/gpio*
2840
2841 GRE DEMULTIPLEXER DRIVER
2842 M:      Dmitry Kozlov <xeb@mail.ru>
2843 L:      netdev@vger.kernel.org
2844 S:      Maintained
2845 F:      net/ipv4/gre.c
2846 F:      include/net/gre.h
2847
2848 GRETH 10/100/1G Ethernet MAC device driver
2849 M:      Kristoffer Glembo <kristoffer@gaisler.com>
2850 L:      netdev@vger.kernel.org
2851 S:      Maintained
2852 F:      drivers/net/greth*
2853
2854 GSPCA FINEPIX SUBDRIVER
2855 M:      Frank Zago <frank@zago.net>
2856 L:      linux-media@vger.kernel.org
2857 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2858 S:      Maintained
2859 F:      drivers/media/video/gspca/finepix.c
2860
2861 GSPCA GL860 SUBDRIVER
2862 M:      Olivier Lorin <o.lorin@laposte.net>
2863 L:      linux-media@vger.kernel.org
2864 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2865 S:      Maintained
2866 F:      drivers/media/video/gspca/gl860/
2867
2868 GSPCA M5602 SUBDRIVER
2869 M:      Erik Andren <erik.andren@gmail.com>
2870 L:      linux-media@vger.kernel.org
2871 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2872 S:      Maintained
2873 F:      drivers/media/video/gspca/m5602/
2874
2875 GSPCA PAC207 SONIXB SUBDRIVER
2876 M:      Hans de Goede <hdegoede@redhat.com>
2877 L:      linux-media@vger.kernel.org
2878 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2879 S:      Maintained
2880 F:      drivers/media/video/gspca/pac207.c
2881
2882 GSPCA SN9C20X SUBDRIVER
2883 M:      Brian Johnson <brijohn@gmail.com>
2884 L:      linux-media@vger.kernel.org
2885 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2886 S:      Maintained
2887 F:      drivers/media/video/gspca/sn9c20x.c
2888
2889 GSPCA T613 SUBDRIVER
2890 M:      Leandro Costantino <lcostantino@gmail.com>
2891 L:      linux-media@vger.kernel.org
2892 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2893 S:      Maintained
2894 F:      drivers/media/video/gspca/t613.c
2895
2896 GSPCA USB WEBCAM DRIVER
2897 M:      Jean-Francois Moine <moinejf@free.fr>
2898 W:      http://moinejf.free.fr
2899 L:      linux-media@vger.kernel.org
2900 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2901 S:      Maintained
2902 F:      drivers/media/video/gspca/
2903
2904 HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
2905 M:      Frank Seidel <frank@f-seidel.de>
2906 L:      platform-driver-x86@vger.kernel.org
2907 W:      http://www.kernel.org/pub/linux/kernel/people/fseidel/hdaps/
2908 S:      Maintained
2909 F:      drivers/platform/x86/hdaps.c
2910
2911 HWPOISON MEMORY FAILURE HANDLING
2912 M:      Andi Kleen <andi@firstfloor.org>
2913 L:      linux-mm@kvack.org
2914 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ak/linux-mce-2.6.git hwpoison
2915 S:      Maintained
2916 F:      mm/memory-failure.c
2917 F:      mm/hwpoison-inject.c
2918
2919 HYPERVISOR VIRTUAL CONSOLE DRIVER
2920 L:      linuxppc-dev@lists.ozlabs.org
2921 S:      Odd Fixes
2922 F:      drivers/tty/hvc/
2923
2924 HARDWARE MONITORING
2925 M:      Jean Delvare <khali@linux-fr.org>
2926 M:      Guenter Roeck <guenter.roeck@ericsson.com>
2927 L:      lm-sensors@lm-sensors.org
2928 W:      http://www.lm-sensors.org/
2929 T:      quilt kernel.org/pub/linux/kernel/people/jdelvare/linux-2.6/jdelvare-hwmon/
2930 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
2931 S:      Maintained
2932 F:      Documentation/hwmon/
2933 F:      drivers/hwmon/
2934 F:      include/linux/hwmon*.h
2935
2936 HARDWARE RANDOM NUMBER GENERATOR CORE
2937 M:      Matt Mackall <mpm@selenic.com>
2938 M:      Herbert Xu <herbert@gondor.apana.org.au>
2939 S:      Odd fixes
2940 F:      Documentation/hw_random.txt
2941 F:      drivers/char/hw_random/
2942 F:      include/linux/hw_random.h
2943
2944 HARMONY SOUND DRIVER
2945 M:      Kyle McMartin <kyle@mcmartin.ca>
2946 L:      linux-parisc@vger.kernel.org
2947 S:      Maintained
2948 F:      sound/parisc/harmony.*
2949
2950 HEWLETT-PACKARD SMART2 RAID DRIVER
2951 M:      Chirag Kantharia <chirag.kantharia@hp.com>
2952 L:      iss_storagedev@hp.com
2953 S:      Maintained
2954 F:      Documentation/blockdev/cpqarray.txt
2955 F:      drivers/block/cpqarray.*
2956
2957 HEWLETT-PACKARD SMART ARRAY RAID DRIVER (hpsa)
2958 M:      "Stephen M. Cameron" <scameron@beardog.cce.hp.com>
2959 L:      iss_storagedev@hp.com
2960 S:      Supported
2961 F:      Documentation/scsi/hpsa.txt
2962 F:      drivers/scsi/hpsa*.[ch]
2963 F:      include/linux/cciss*.h
2964
2965 HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
2966 M:      Mike Miller <mike.miller@hp.com>
2967 L:      iss_storagedev@hp.com
2968 S:      Supported
2969 F:      Documentation/blockdev/cciss.txt
2970 F:      drivers/block/cciss*
2971 F:      include/linux/cciss_ioctl.h
2972
2973 HFS FILESYSTEM
2974 L:      linux-fsdevel@vger.kernel.org
2975 S:      Orphan
2976 F:      Documentation/filesystems/hfs.txt
2977 F:      fs/hfs/
2978
2979 HGA FRAMEBUFFER DRIVER
2980 M:      Ferenc Bakonyi <fero@drama.obuda.kando.hu>
2981 L:      linux-nvidia@lists.surfsouth.com
2982 W:      http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
2983 S:      Maintained
2984 F:      drivers/video/hgafb.c
2985
2986 HIBERNATION (aka Software Suspend, aka swsusp)
2987 M:      Pavel Machek <pavel@ucw.cz>
2988 M:      "Rafael J. Wysocki" <rjw@sisk.pl>
2989 L:      linux-pm@lists.linux-foundation.org
2990 S:      Supported
2991 F:      arch/x86/power/
2992 F:      drivers/base/power/
2993 F:      kernel/power/
2994 F:      include/linux/suspend.h
2995 F:      include/linux/freezer.h
2996 F:      include/linux/pm.h
2997 F:      arch/*/include/asm/suspend*.h
2998
2999 HID CORE LAYER
3000 M:      Jiri Kosina <jkosina@suse.cz>
3001 L:      linux-input@vger.kernel.org
3002 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
3003 S:      Maintained
3004 F:      drivers/hid/
3005 F:      include/linux/hid*
3006
3007 HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
3008 M:      Thomas Gleixner <tglx@linutronix.de>
3009 S:      Maintained
3010 F:      Documentation/timers/
3011 F:      kernel/hrtimer.c
3012 F:      kernel/time/clockevents.c
3013 F:      kernel/time/tick*.*
3014 F:      kernel/time/timer_*.c
3015 F:      include/linux/clockevents.h
3016 F:      include/linux/hrtimer.h
3017
3018 HIGH-SPEED SCC DRIVER FOR AX.25
3019 M:      Klaus Kudielka <klaus.kudielka@ieee.org>
3020 L:      linux-hams@vger.kernel.org
3021 W:      http://www.nt.tuwien.ac.at/~kkudielk/Linux/
3022 S:      Maintained
3023 F:      drivers/net/hamradio/dmascc.c
3024 F:      drivers/net/hamradio/scc.c
3025
3026 HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
3027 M:      HighPoint Linux Team <linux@highpoint-tech.com>
3028 W:      http://www.highpoint-tech.com
3029 S:      Supported
3030 F:      Documentation/scsi/hptiop.txt
3031 F:      drivers/scsi/hptiop.c
3032
3033 HIPPI
3034 M:      Jes Sorensen <jes@trained-monkey.org>
3035 L:      linux-hippi@sunsite.dk
3036 S:      Maintained
3037 F:      include/linux/hippidevice.h
3038 F:      include/linux/if_hippi.h
3039 F:      net/802/hippi.c
3040
3041 HOST AP DRIVER
3042 M:      Jouni Malinen <j@w1.fi>
3043 L:      hostap@shmoo.com (subscribers-only)
3044 L:      linux-wireless@vger.kernel.org
3045 W:      http://hostap.epitest.fi/
3046 S:      Maintained
3047 F:      drivers/net/wireless/hostap/
3048
3049 HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
3050 L:      platform-driver-x86@vger.kernel.org
3051 S:      Orphan
3052 F:      drivers/platform/x86/tc1100-wmi.c
3053
3054 HP100:  Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
3055 M:      Jaroslav Kysela <perex@perex.cz>
3056 S:      Maintained
3057 F:      drivers/net/hp100.*
3058
3059 HPET:   High Precision Event Timers driver
3060 M:      Clemens Ladisch <clemens@ladisch.de>
3061 S:      Maintained
3062 F:      Documentation/timers/hpet.txt
3063 F:      drivers/char/hpet.c
3064 F:      include/linux/hpet.h
3065
3066 HPET:   x86
3067 M:      "Venkatesh Pallipadi (Venki)" <venki@google.com>
3068 S:      Maintained
3069 F:      arch/x86/kernel/hpet.c
3070 F:      arch/x86/include/asm/hpet.h
3071
3072 HPFS FILESYSTEM
3073 M:      Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>
3074 W:      http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
3075 S:      Maintained
3076 F:      fs/hpfs/
3077
3078 HSO 3G MODEM DRIVER
3079 M:      Jan Dumon <j.dumon@option.com>
3080 W:      http://www.pharscape.org
3081 S:      Maintained
3082 F:      drivers/net/usb/hso.c
3083
3084 HTCPEN TOUCHSCREEN DRIVER
3085 M:      Pau Oliva Fora <pof@eslack.org>
3086 L:      linux-input@vger.kernel.org
3087 S:      Maintained
3088 F:      drivers/input/touchscreen/htcpen.c
3089
3090 HUGETLB FILESYSTEM
3091 M:      William Irwin <wli@holomorphy.com>
3092 S:      Maintained
3093 F:      fs/hugetlbfs/
3094
3095 I2C/SMBUS STUB DRIVER
3096 M:      "Mark M. Hoffman" <mhoffman@lightlink.com>
3097 L:      linux-i2c@vger.kernel.org
3098 S:      Maintained
3099 F:      drivers/i2c/busses/i2c-stub.c
3100
3101 I2C SUBSYSTEM
3102 M:      "Jean Delvare (PC drivers, core)" <khali@linux-fr.org>
3103 M:      "Ben Dooks (embedded platforms)" <ben-linux@fluff.org>
3104 L:      linux-i2c@vger.kernel.org
3105 W:      http://i2c.wiki.kernel.org/
3106 T:      quilt kernel.org/pub/linux/kernel/people/jdelvare/linux-2.6/jdelvare-i2c/
3107 T:      git git://git.fluff.org/bjdooks/linux.git
3108 S:      Maintained
3109 F:      Documentation/i2c/
3110 F:      drivers/i2c/
3111 F:      include/linux/i2c.h
3112 F:      include/linux/i2c-*.h
3113
3114 I2C-TINY-USB DRIVER
3115 M:      Till Harbaum <till@harbaum.org>
3116 L:      linux-i2c@vger.kernel.org
3117 W:      http://www.harbaum.org/till/i2c_tiny_usb
3118 S:      Maintained
3119 F:      drivers/i2c/busses/i2c-tiny-usb.c
3120
3121 i386 BOOT CODE
3122 M:      "H. Peter Anvin" <hpa@zytor.com>
3123 S:      Maintained
3124 F:      arch/x86/boot/
3125
3126 i386 SETUP CODE / CPU ERRATA WORKAROUNDS
3127 M:      "H. Peter Anvin" <hpa@zytor.com>
3128 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
3129 S:      Maintained
3130
3131 IA64 (Itanium) PLATFORM
3132 M:      Tony Luck <tony.luck@intel.com>
3133 M:      Fenghua Yu <fenghua.yu@intel.com>
3134 L:      linux-ia64@vger.kernel.org
3135 W:      http://www.ia64-linux.org/
3136 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6.git
3137 S:      Maintained
3138 F:      arch/ia64/
3139
3140 IBM MCA SCSI SUBSYSTEM DRIVER
3141 M:      Michael Lang <langa2@kph.uni-mainz.de>
3142 W:      http://www.uni-mainz.de/~langm000/linux.html
3143 S:      Maintained
3144 F:      drivers/scsi/ibmmca.c
3145
3146 IBM Power Linux RAID adapter
3147 M:      Brian King <brking@us.ibm.com>
3148 S:      Supported
3149 F:      drivers/scsi/ipr.*
3150
3151 IBM Power Virtual Ethernet Device Driver
3152 M:      Santiago Leon <santil@linux.vnet.ibm.com>
3153 L:      netdev@vger.kernel.org
3154 S:      Supported
3155 F:      drivers/net/ibmveth.*
3156
3157 IBM ServeRAID RAID DRIVER
3158 P:      Jack Hammer
3159 M:      Dave Jeffery <ipslinux@adaptec.com>
3160 W:      http://www.developer.ibm.com/welcome/netfinity/serveraid.html
3161 S:      Supported
3162 F:      drivers/scsi/ips.*
3163
3164 IDE SUBSYSTEM
3165 M:      "David S. Miller" <davem@davemloft.net>
3166 L:      linux-ide@vger.kernel.org
3167 Q:      http://patchwork.ozlabs.org/project/linux-ide/list/
3168 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide-2.6.git
3169 S:      Maintained
3170 F:      Documentation/ide/
3171 F:      drivers/ide/
3172 F:      include/linux/ide.h
3173
3174 IDE/ATAPI DRIVERS
3175 M:      Borislav Petkov <petkovbb@gmail.com>
3176 L:      linux-ide@vger.kernel.org
3177 S:      Maintained
3178 F:      Documentation/cdrom/ide-cd
3179 F:      drivers/ide/ide-cd*
3180
3181 IDLE-I7300
3182 M:      Andy Henroid <andrew.d.henroid@intel.com>
3183 L:      linux-pm@lists.linux-foundation.org
3184 S:      Supported
3185 F:      drivers/idle/i7300_idle.c
3186
3187 IEEE 802.15.4 SUBSYSTEM
3188 M:      Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
3189 M:      Sergey Lapin <slapin@ossfans.org>
3190 L:      linux-zigbee-devel@lists.sourceforge.net (moderated for non-subscribers)
3191 W:      http://apps.sourceforge.net/trac/linux-zigbee
3192 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lowpan/lowpan.git
3193 S:      Maintained
3194 F:      net/ieee802154/
3195 F:      drivers/ieee802154/
3196
3197 IKANOS/ADI EAGLE ADSL USB DRIVER
3198 M:      Matthieu Castet <castet.matthieu@free.fr>
3199 M:      Stanislaw Gruszka <stf_xl@wp.pl>
3200 S:      Maintained
3201 F:      drivers/usb/atm/ueagle-atm.c
3202
3203 INTEGRITY MEASUREMENT ARCHITECTURE (IMA)
3204 M:      Mimi Zohar <zohar@us.ibm.com>
3205 S:      Supported
3206 F:      security/integrity/ima/
3207
3208 IMS TWINTURBO FRAMEBUFFER DRIVER
3209 L:      linux-fbdev@vger.kernel.org
3210 S:      Orphan
3211 F:      drivers/video/imsttfb.c
3212
3213 INFINIBAND SUBSYSTEM
3214 M:      Roland Dreier <roland@kernel.org>
3215 M:      Sean Hefty <sean.hefty@intel.com>
3216 M:      Hal Rosenstock <hal.rosenstock@gmail.com>
3217 L:      linux-rdma@vger.kernel.org
3218 W:      http://www.openfabrics.org/
3219 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
3220 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband.git
3221 S:      Supported
3222 F:      Documentation/infiniband/
3223 F:      drivers/infiniband/
3224 F:      include/linux/if_infiniband.h
3225
3226 INOTIFY
3227 M:      John McCutchan <john@johnmccutchan.com>
3228 M:      Robert Love <rlove@rlove.org>
3229 M:      Eric Paris <eparis@parisplace.org>
3230 S:      Maintained
3231 F:      Documentation/filesystems/inotify.txt
3232 F:      fs/notify/inotify/
3233 F:      include/linux/inotify.h
3234
3235 INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
3236 M:      Dmitry Torokhov <dmitry.torokhov@gmail.com>
3237 M:      Dmitry Torokhov <dtor@mail.ru>
3238 L:      linux-input@vger.kernel.org
3239 Q:      http://patchwork.kernel.org/project/linux-input/list/
3240 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git
3241 S:      Maintained
3242 F:      drivers/input/
3243
3244 INPUT MULTITOUCH (MT) PROTOCOL
3245 M:      Henrik Rydberg <rydberg@euromail.se>
3246 L:      linux-input@vger.kernel.org
3247 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rydberg/input-mt.git
3248 S:      Maintained
3249 F:      Documentation/input/multi-touch-protocol.txt
3250 F:      drivers/input/input-mt.c
3251 K:      \b(ABS|SYN)_MT_
3252
3253 INTEL IDLE DRIVER
3254 M:      Len Brown <lenb@kernel.org>
3255 L:      linux-pm@lists.linux-foundation.org
3256 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-idle-2.6.git
3257 S:      Supported
3258 F:      drivers/idle/intel_idle.c
3259
3260 INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
3261 M:      Maik Broemme <mbroemme@plusserver.de>
3262 L:      linux-fbdev@vger.kernel.org
3263 S:      Maintained
3264 F:      Documentation/fb/intelfb.txt
3265 F:      drivers/video/intelfb/
3266
3267 INTEL 810/815 FRAMEBUFFER DRIVER
3268 M:      Antonino Daplas <adaplas@gmail.com>
3269 L:      linux-fbdev@vger.kernel.org
3270 S:      Maintained
3271 F:      drivers/video/i810/
3272
3273 INTEL MENLOW THERMAL DRIVER
3274 M:      Sujith Thomas <sujith.thomas@intel.com>
3275 L:      platform-driver-x86@vger.kernel.org
3276 W:      http://www.lesswatts.org/projects/acpi/
3277 S:      Supported
3278 F:      drivers/platform/x86/intel_menlow.c
3279
3280 INTEL IA32 MICROCODE UPDATE SUPPORT
3281 M:      Tigran Aivazian <tigran@aivazian.fsnet.co.uk>
3282 S:      Maintained
3283 F:      arch/x86/kernel/microcode_core.c
3284 F:      arch/x86/kernel/microcode_intel.c
3285
3286 INTEL I/OAT DMA DRIVER
3287 M:      Dan Williams <dan.j.williams@intel.com>
3288 S:      Supported
3289 F:      drivers/dma/ioat*
3290
3291 INTEL IOMMU (VT-d)
3292 M:      David Woodhouse <dwmw2@infradead.org>
3293 L:      iommu@lists.linux-foundation.org
3294 T:      git git://git.infradead.org/iommu-2.6.git
3295 S:      Supported
3296 F:      drivers/pci/intel-iommu.c
3297 F:      include/linux/intel-iommu.h
3298
3299 INTEL IOP-ADMA DMA DRIVER
3300 M:      Dan Williams <dan.j.williams@intel.com>
3301 S:      Maintained
3302 F:      drivers/dma/iop-adma.c
3303
3304 INTEL IXP4XX QMGR, NPE, ETHERNET and HSS SUPPORT
3305 M:      Krzysztof Halasa <khc@pm.waw.pl>
3306 S:      Maintained
3307 F:      arch/arm/mach-ixp4xx/include/mach/qmgr.h
3308 F:      arch/arm/mach-ixp4xx/include/mach/npe.h
3309 F:      arch/arm/mach-ixp4xx/ixp4xx_qmgr.c
3310 F:      arch/arm/mach-ixp4xx/ixp4xx_npe.c
3311 F:      drivers/net/arm/ixp4xx_eth.c
3312 F:      drivers/net/wan/ixp4xx_hss.c
3313
3314 INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
3315 M:      Deepak Saxena <dsaxena@plexity.net>
3316 S:      Maintained
3317 F:      drivers/char/hw_random/ixp4xx-rng.c
3318
3319 INTEL IXP2000 ETHERNET DRIVER
3320 M:      Lennert Buytenhek <kernel@wantstofly.org>
3321 L:      netdev@vger.kernel.org
3322 S:      Maintained
3323 F:      drivers/net/ixp2000/
3324
3325 INTEL ETHERNET DRIVERS (e100/e1000/e1000e/igb/igbvf/ixgb/ixgbe/ixgbevf)
3326 M:      Jeff Kirsher <jeffrey.t.kirsher@intel.com>
3327 M:      Jesse Brandeburg <jesse.brandeburg@intel.com>
3328 M:      Bruce Allan <bruce.w.allan@intel.com>
3329 M:      Carolyn Wyborny <carolyn.wyborny@intel.com>
3330 M:      Don Skidmore <donald.c.skidmore@intel.com>
3331 M:      Greg Rose <gregory.v.rose@intel.com>
3332 M:      PJ Waskiewicz <peter.p.waskiewicz.jr@intel.com>
3333 M:      Alex Duyck <alexander.h.duyck@intel.com>
3334 M:      John Ronciak <john.ronciak@intel.com>
3335 L:      e1000-devel@lists.sourceforge.net
3336 W:      http://e1000.sourceforge.net/
3337 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-2.6.git
3338 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-next-2.6.git
3339 S:      Supported
3340 F:      Documentation/networking/e100.txt
3341 F:      Documentation/networking/e1000.txt
3342 F:      Documentation/networking/e1000e.txt
3343 F:      Documentation/networking/igb.txt
3344 F:      Documentation/networking/igbvf.txt
3345 F:      Documentation/networking/ixgb.txt
3346 F:      Documentation/networking/ixgbe.txt
3347 F:      Documentation/networking/ixgbevf.txt
3348 F:      drivers/net/e100.c
3349 F:      drivers/net/e1000/
3350 F:      drivers/net/e1000e/
3351 F:      drivers/net/igb/
3352 F:      drivers/net/igbvf/
3353 F:      drivers/net/ixgb/
3354 F:      drivers/net/ixgbe/
3355 F:      drivers/net/ixgbevf/
3356
3357 INTEL PRO/WIRELESS 2100 NETWORK CONNECTION SUPPORT
3358 L:      linux-wireless@vger.kernel.org
3359 S:      Orphan
3360 F:      Documentation/networking/README.ipw2100
3361 F:      drivers/net/wireless/ipw2x00/ipw2100.*
3362
3363 INTEL PRO/WIRELESS 2915ABG NETWORK CONNECTION SUPPORT
3364 L:      linux-wireless@vger.kernel.org
3365 S:      Orphan
3366 F:      Documentation/networking/README.ipw2200
3367 F:      drivers/net/wireless/ipw2x00/ipw2200.*
3368
3369 INTEL(R) TRUSTED EXECUTION TECHNOLOGY (TXT)
3370 M:      Joseph Cihula <joseph.cihula@intel.com>
3371 M:      Shane Wang <shane.wang@intel.com>
3372 L:      tboot-devel@lists.sourceforge.net
3373 W:      http://tboot.sourceforge.net
3374 T:      Mercurial http://www.bughost.org/repos.hg/tboot.hg
3375 S:      Supported
3376 F:      Documentation/intel_txt.txt
3377 F:      include/linux/tboot.h
3378 F:      arch/x86/kernel/tboot.c
3379
3380 INTEL WIRELESS WIMAX CONNECTION 2400
3381 M:      Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
3382 M:      linux-wimax@intel.com
3383 L:      wimax@linuxwimax.org
3384 S:      Supported
3385 W:      http://linuxwimax.org
3386 F:      Documentation/wimax/README.i2400m
3387 F:      drivers/net/wimax/i2400m/
3388 F:      include/linux/wimax/i2400m.h
3389
3390 INTEL WIRELESS 3945ABG/BG, 4965AGN (iwlegacy)
3391 M:      Stanislaw Gruszka <sgruszka@redhat.com>
3392 L:      linux-wireless@vger.kernel.org
3393 S:      Supported
3394 F:      drivers/net/wireless/iwlegacy/
3395
3396 INTEL WIRELESS WIFI LINK (iwlwifi)
3397 M:      Wey-Yi Guy <wey-yi.w.guy@intel.com>
3398 M:      Intel Linux Wireless <ilw@linux.intel.com>
3399 L:      linux-wireless@vger.kernel.org
3400 W:      http://intellinuxwireless.org
3401 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-2.6.git
3402 S:      Supported
3403 F:      drivers/net/wireless/iwlwifi/
3404
3405 INTEL WIRELESS MULTICOMM 3200 WIFI (iwmc3200wifi)
3406 M:      Samuel Ortiz <samuel.ortiz@intel.com>
3407 M:      Intel Linux Wireless <ilw@linux.intel.com>
3408 L:      linux-wireless@vger.kernel.org
3409 S:      Supported
3410 W:      http://wireless.kernel.org/en/users/Drivers/iwmc3200wifi
3411 F:      drivers/net/wireless/iwmc3200wifi/
3412
3413 IOC3 ETHERNET DRIVER
3414 M:      Ralf Baechle <ralf@linux-mips.org>
3415 L:      linux-mips@linux-mips.org
3416 S:      Maintained
3417 F:      drivers/net/ioc3-eth.c
3418
3419 IOC3 SERIAL DRIVER
3420 M:      Pat Gefre <pfg@sgi.com>
3421 L:      linux-serial@vger.kernel.org
3422 S:      Maintained
3423 F:      drivers/tty/serial/ioc3_serial.c
3424
3425 IP MASQUERADING
3426 M:      Juanjo Ciarlante <jjciarla@raiz.uncu.edu.ar>
3427 S:      Maintained
3428 F:      net/ipv4/netfilter/ipt_MASQUERADE.c
3429
3430 IP1000A 10/100/1000 GIGABIT ETHERNET DRIVER
3431 M:      Francois Romieu <romieu@fr.zoreil.com>
3432 M:      Sorbica Shieh <sorbica@icplus.com.tw>
3433 L:      netdev@vger.kernel.org
3434 S:      Maintained
3435 F:      drivers/net/ipg.*
3436
3437 IPATH DRIVER
3438 M:      Mike Marciniszyn <infinipath@qlogic.com>
3439 L:      linux-rdma@vger.kernel.org
3440 S:      Maintained
3441 F:      drivers/infiniband/hw/ipath/
3442
3443 IPMI SUBSYSTEM
3444 M:      Corey Minyard <minyard@acm.org>
3445 L:      openipmi-developer@lists.sourceforge.net (moderated for non-subscribers)
3446 W:      http://openipmi.sourceforge.net/
3447 S:      Supported
3448 F:      Documentation/IPMI.txt
3449 F:      drivers/char/ipmi/
3450 F:      include/linux/ipmi*
3451
3452 IPS SCSI RAID DRIVER
3453 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
3454 L:      linux-scsi@vger.kernel.org
3455 W:      http://www.adaptec.com/
3456 S:      Maintained
3457 F:      drivers/scsi/ips*
3458
3459 IPVS
3460 M:      Wensong Zhang <wensong@linux-vs.org>
3461 M:      Simon Horman <horms@verge.net.au>
3462 M:      Julian Anastasov <ja@ssi.bg>
3463 L:      netdev@vger.kernel.org
3464 L:      lvs-devel@vger.kernel.org
3465 S:      Maintained
3466 F:      Documentation/networking/ipvs-sysctl.txt
3467 F:      include/net/ip_vs.h
3468 F:      include/linux/ip_vs.h
3469 F:      net/netfilter/ipvs/
3470
3471 IPWIRELESS DRIVER
3472 M:      Jiri Kosina <jkosina@suse.cz>
3473 M:      David Sterba <dsterba@suse.cz>
3474 S:      Maintained
3475 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/ipwireless_cs.git
3476 F:      drivers/tty/ipwireless/
3477
3478 IPX NETWORK LAYER
3479 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
3480 L:      netdev@vger.kernel.org
3481 S:      Maintained
3482 F:      include/linux/ipx.h
3483 F:      include/net/ipx.h
3484 F:      net/ipx/
3485
3486 IRDA SUBSYSTEM
3487 M:      Samuel Ortiz <samuel@sortiz.org>
3488 L:      irda-users@lists.sourceforge.net (subscribers-only)
3489 L:      netdev@vger.kernel.org
3490 W:      http://irda.sourceforge.net/
3491 S:      Maintained
3492 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/irda-2.6.git
3493 F:      Documentation/networking/irda.txt
3494 F:      drivers/net/irda/
3495 F:      include/net/irda/
3496 F:      net/irda/
3497
3498 IRQ SUBSYSTEM
3499 M:      Thomas Gleixner <tglx@linutronix.de>
3500 S:      Maintained
3501 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip.git irq/core
3502 F:      kernel/irq/
3503
3504 ISAPNP
3505 M:      Jaroslav Kysela <perex@perex.cz>
3506 S:      Maintained
3507 F:      Documentation/isapnp.txt
3508 F:      drivers/pnp/isapnp/
3509 F:      include/linux/isapnp.h
3510
3511 iSCSI BOOT FIRMWARE TABLE (iBFT) DRIVER
3512 M:      Peter Jones <pjones@redhat.com>
3513 M:      Konrad Rzeszutek Wilk <konrad@kernel.org>
3514 S:      Maintained
3515 F:      drivers/firmware/iscsi_ibft*
3516
3517 ISCSI
3518 M:      Mike Christie <michaelc@cs.wisc.edu>
3519 L:      open-iscsi@googlegroups.com
3520 W:      www.open-iscsi.org
3521 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mnc/linux-2.6-iscsi.git
3522 S:      Maintained
3523 F:      drivers/scsi/*iscsi*
3524 F:      include/scsi/*iscsi*
3525
3526 ISDN SUBSYSTEM
3527 M:      Karsten Keil <isdn@linux-pingi.de>
3528 L:      isdn4linux@listserv.isdn4linux.de (subscribers-only)
3529 L:      netdev@vger.kernel.org
3530 W:      http://www.isdn4linux.de
3531 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kkeil/isdn-2.6.git
3532 S:      Maintained
3533 F:      Documentation/isdn/
3534 F:      drivers/isdn/
3535 F:      include/linux/isdn.h
3536 F:      include/linux/isdn/
3537
3538 ISDN SUBSYSTEM (Eicon active card driver)
3539 M:      Armin Schindler <mac@melware.de>
3540 L:      isdn4linux@listserv.isdn4linux.de (subscribers-only)
3541 W:      http://www.melware.de
3542 S:      Maintained
3543 F:      drivers/isdn/hardware/eicon/
3544
3545 IT87 HARDWARE MONITORING DRIVER
3546 M:      Jean Delvare <khali@linux-fr.org>
3547 L:      lm-sensors@lm-sensors.org
3548 S:      Maintained
3549 F:      Documentation/hwmon/it87
3550 F:      drivers/hwmon/it87.c
3551
3552 IVTV VIDEO4LINUX DRIVER
3553 M:      Andy Walls <awalls@md.metrocast.net>
3554 L:      ivtv-devel@ivtvdriver.org (moderated for non-subscribers)
3555 L:      linux-media@vger.kernel.org
3556 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
3557 W:      http://www.ivtvdriver.org
3558 S:      Maintained
3559 F:      Documentation/video4linux/*.ivtv
3560 F:      drivers/media/video/ivtv/
3561 F:      include/linux/ivtv*
3562
3563 JC42.4 TEMPERATURE SENSOR DRIVER
3564 M:      Guenter Roeck <linux@roeck-us.net>
3565 L:      lm-sensors@lm-sensors.org
3566 S:      Maintained
3567 F:      drivers/hwmon/jc42.c
3568 F:      Documentation/hwmon/jc42
3569
3570 JFS FILESYSTEM
3571 M:      Dave Kleikamp <shaggy@kernel.org>
3572 L:      jfs-discussion@lists.sourceforge.net
3573 W:      http://jfs.sourceforge.net/
3574 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
3575 S:      Maintained
3576 F:      Documentation/filesystems/jfs.txt
3577 F:      fs/jfs/
3578
3579 JME NETWORK DRIVER
3580 M:      Guo-Fu Tseng <cooldavid@cooldavid.org>
3581 L:      netdev@vger.kernel.org
3582 S:      Maintained
3583 F:      drivers/net/jme.*
3584
3585 JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
3586 M:      David Woodhouse <dwmw2@infradead.org>
3587 L:      linux-mtd@lists.infradead.org
3588 W:      http://www.linux-mtd.infradead.org/doc/jffs2.html
3589 S:      Maintained
3590 F:      fs/jffs2/
3591 F:      include/linux/jffs2.h
3592
3593 JOURNALLING LAYER FOR BLOCK DEVICES (JBD)
3594 M:      Andrew Morton <akpm@linux-foundation.org>
3595 M:      Jan Kara <jack@suse.cz>
3596 L:      linux-ext4@vger.kernel.org
3597 S:      Maintained
3598 F:      fs/jbd/
3599 F:      include/linux/ext3_jbd.h
3600 F:      include/linux/jbd.h
3601
3602 JOURNALLING LAYER FOR BLOCK DEVICES (JBD2)
3603 M:      "Theodore Ts'o" <tytso@mit.edu>
3604 L:      linux-ext4@vger.kernel.org
3605 S:      Maintained
3606 F:      fs/jbd2/
3607 F:      include/linux/jbd2.h
3608
3609 JSM Neo PCI based serial card
3610 M:      Breno Leitao <leitao@linux.vnet.ibm.com>
3611 L:      linux-serial@vger.kernel.org
3612 S:      Maintained
3613 F:      drivers/tty/serial/jsm/
3614
3615 K10TEMP HARDWARE MONITORING DRIVER
3616 M:      Clemens Ladisch <clemens@ladisch.de>
3617 L:      lm-sensors@lm-sensors.org
3618 S:      Maintained
3619 F:      Documentation/hwmon/k10temp
3620 F:      drivers/hwmon/k10temp.c
3621
3622 K8TEMP HARDWARE MONITORING DRIVER
3623 M:      Rudolf Marek <r.marek@assembler.cz>
3624 L:      lm-sensors@lm-sensors.org
3625 S:      Maintained
3626 F:      Documentation/hwmon/k8temp
3627 F:      drivers/hwmon/k8temp.c
3628
3629 KCONFIG
3630 M:      Michal Marek <mmarek@suse.cz>
3631 L:      linux-kbuild@vger.kernel.org
3632 S:      Odd Fixes
3633 F:      Documentation/kbuild/kconfig-language.txt
3634 F:      scripts/kconfig/
3635
3636 KDUMP
3637 M:      Vivek Goyal <vgoyal@redhat.com>
3638 M:      Haren Myneni <hbabu@us.ibm.com>
3639 L:      kexec@lists.infradead.org
3640 W:      http://lse.sourceforge.net/kdump/
3641 S:      Maintained
3642 F:      Documentation/kdump/
3643
3644 KERNEL AUTOMOUNTER v4 (AUTOFS4)
3645 M:      Ian Kent <raven@themaw.net>
3646 L:      autofs@linux.kernel.org
3647 S:      Maintained
3648 F:      fs/autofs4/
3649
3650 KERNEL BUILD + files below scripts/ (unless maintained elsewhere)
3651 M:      Michal Marek <mmarek@suse.cz>
3652 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild-2.6.git for-next
3653 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild-2.6.git rc-fixes
3654 L:      linux-kbuild@vger.kernel.org
3655 S:      Maintained
3656 F:      Documentation/kbuild/
3657 F:      Makefile
3658 F:      scripts/Makefile.*
3659 F:      scripts/basic/
3660 F:      scripts/mk*
3661 F:      scripts/package/
3662
3663 KERNEL JANITORS
3664 L:      kernel-janitors@vger.kernel.org
3665 W:      http://kernelnewbies.org/KernelJanitors
3666 S:      Odd Fixes
3667
3668 KERNEL NFSD, SUNRPC, AND LOCKD SERVERS
3669 M:      "J. Bruce Fields" <bfields@fieldses.org>
3670 M:      Neil Brown <neilb@suse.de>
3671 L:      linux-nfs@vger.kernel.org
3672 W:      http://nfs.sourceforge.net/
3673 S:      Supported
3674 F:      fs/nfsd/
3675 F:      include/linux/nfsd/
3676 F:      fs/lockd/
3677 F:      fs/nfs_common/
3678 F:      net/sunrpc/
3679 F:      include/linux/lockd/
3680 F:      include/linux/sunrpc/
3681
3682 KERNEL VIRTUAL MACHINE (KVM)
3683 M:      Avi Kivity <avi@redhat.com>
3684 M:      Marcelo Tosatti <mtosatti@redhat.com>
3685 L:      kvm@vger.kernel.org
3686 W:      http://kvm.qumranet.com
3687 S:      Supported
3688 F:      Documentation/*/kvm.txt
3689 F:      arch/*/kvm/
3690 F:      arch/*/include/asm/kvm*
3691 F:      include/linux/kvm*
3692 F:      virt/kvm/
3693
3694 KERNEL VIRTUAL MACHINE (KVM) FOR AMD-V
3695 M:      Joerg Roedel <joerg.roedel@amd.com>
3696 L:      kvm@vger.kernel.org
3697 W:      http://kvm.qumranet.com
3698 S:      Supported
3699 F:      arch/x86/include/asm/svm.h
3700 F:      arch/x86/kvm/svm.c
3701
3702 KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
3703 M:      Alexander Graf <agraf@suse.de>
3704 L:      kvm-ppc@vger.kernel.org
3705 W:      http://kvm.qumranet.com
3706 S:      Supported
3707 F:      arch/powerpc/include/asm/kvm*
3708 F:      arch/powerpc/kvm/
3709
3710 KERNEL VIRTUAL MACHINE For Itanium (KVM/IA64)
3711 M:      Xiantao Zhang <xiantao.zhang@intel.com>
3712 L:      kvm-ia64@vger.kernel.org
3713 W:      http://kvm.qumranet.com
3714 S:      Supported
3715 F:      Documentation/ia64/kvm.txt
3716 F:      arch/ia64/include/asm/kvm*
3717 F:      arch/ia64/kvm/
3718
3719 KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
3720 M:      Carsten Otte <cotte@de.ibm.com>
3721 M:      Christian Borntraeger <borntraeger@de.ibm.com>
3722 M:      linux390@de.ibm.com
3723 L:      linux-s390@vger.kernel.org
3724 W:      http://www.ibm.com/developerworks/linux/linux390/
3725 S:      Supported
3726 F:      Documentation/s390/kvm.txt
3727 F:      arch/s390/include/asm/kvm*
3728 F:      arch/s390/kvm/
3729 F:      drivers/s390/kvm/
3730
3731 KEXEC
3732 M:      Eric Biederman <ebiederm@xmission.com>
3733 W:      http://kernel.org/pub/linux/utils/kernel/kexec/
3734 L:      kexec@lists.infradead.org
3735 S:      Maintained
3736 F:      include/linux/kexec.h
3737 F:      kernel/kexec.c
3738
3739 KEYS/KEYRINGS:
3740 M:      David Howells <dhowells@redhat.com>
3741 L:      keyrings@linux-nfs.org
3742 S:      Maintained
3743 F:      Documentation/security/keys.txt
3744 F:      include/linux/key.h
3745 F:      include/linux/key-type.h
3746 F:      include/keys/
3747 F:      security/keys/
3748
3749 KEYS-TRUSTED
3750 M:      David Safford <safford@watson.ibm.com>
3751 M:      Mimi Zohar <zohar@us.ibm.com>
3752 L:      linux-security-module@vger.kernel.org
3753 L:      keyrings@linux-nfs.org
3754 S:      Supported
3755 F:      Documentation/security/keys-trusted-encrypted.txt
3756 F:      include/keys/trusted-type.h
3757 F:      security/keys/trusted.c
3758 F:      security/keys/trusted.h
3759
3760 KEYS-ENCRYPTED
3761 M:      Mimi Zohar <zohar@us.ibm.com>
3762 M:      David Safford <safford@watson.ibm.com>
3763 L:      linux-security-module@vger.kernel.org
3764 L:      keyrings@linux-nfs.org
3765 S:      Supported
3766 F:      Documentation/security/keys-trusted-encrypted.txt
3767 F:      include/keys/encrypted-type.h
3768 F:      security/keys/encrypted.c
3769 F:      security/keys/encrypted.h
3770
3771 KGDB / KDB /debug_core
3772 M:      Jason Wessel <jason.wessel@windriver.com>
3773 W:      http://kgdb.wiki.kernel.org/
3774 L:      kgdb-bugreport@lists.sourceforge.net
3775 S:      Maintained
3776 F:      Documentation/DocBook/kgdb.tmpl
3777 F:      drivers/misc/kgdbts.c
3778 F:      drivers/tty/serial/kgdboc.c
3779 F:      include/linux/kdb.h
3780 F:      include/linux/kgdb.h
3781 F:      kernel/debug/
3782
3783 KMEMCHECK
3784 M:      Vegard Nossum <vegardno@ifi.uio.no>
3785 M:      Pekka Enberg <penberg@kernel.org>
3786 S:      Maintained
3787 F:      Documentation/kmemcheck.txt
3788 F:      arch/x86/include/asm/kmemcheck.h
3789 F:      arch/x86/mm/kmemcheck/
3790 F:      include/linux/kmemcheck.h
3791 F:      mm/kmemcheck.c
3792
3793 KMEMLEAK
3794 M:      Catalin Marinas <catalin.marinas@arm.com>
3795 S:      Maintained
3796 F:      Documentation/kmemleak.txt
3797 F:      include/linux/kmemleak.h
3798 F:      mm/kmemleak.c
3799 F:      mm/kmemleak-test.c
3800
3801 KPROBES
3802 M:      Ananth N Mavinakayanahalli <ananth@in.ibm.com>
3803 M:      Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com>
3804 M:      "David S. Miller" <davem@davemloft.net>
3805 M:      Masami Hiramatsu <masami.hiramatsu.pt@hitachi.com>
3806 S:      Maintained
3807 F:      Documentation/kprobes.txt
3808 F:      include/linux/kprobes.h
3809 F:      kernel/kprobes.c
3810
3811 KS0108 LCD CONTROLLER DRIVER
3812 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
3813 W:      http://miguelojeda.es/auxdisplay.htm
3814 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
3815 S:      Maintained
3816 F:      Documentation/auxdisplay/ks0108
3817 F:      drivers/auxdisplay/ks0108.c
3818 F:      include/linux/ks0108.h
3819
3820 LAPB module
3821 L:      linux-x25@vger.kernel.org
3822 S:      Orphan
3823 F:      Documentation/networking/lapb-module.txt
3824 F:      include/*/lapb.h
3825 F:      net/lapb/
3826
3827 LASI 53c700 driver for PARISC
3828 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
3829 L:      linux-scsi@vger.kernel.org
3830 S:      Maintained
3831 F:      Documentation/scsi/53c700.txt
3832 F:      drivers/scsi/53c700*
3833
3834 LED SUBSYSTEM
3835 M:      Richard Purdie <rpurdie@rpsys.net>
3836 S:      Maintained
3837 F:      drivers/leds/
3838 F:      include/linux/leds.h
3839
3840 LEGACY EEPROM DRIVER
3841 M:      Jean Delvare <khali@linux-fr.org>
3842 S:      Maintained
3843 F:      Documentation/misc-devices/eeprom
3844 F:      drivers/misc/eeprom/eeprom.c
3845
3846 LEGO USB Tower driver
3847 M:      Juergen Stuber <starblue@users.sourceforge.net>
3848 L:      legousb-devel@lists.sourceforge.net
3849 W:      http://legousb.sourceforge.net/
3850 S:      Maintained
3851 F:      drivers/usb/misc/legousbtower.c
3852
3853 LGUEST
3854 M:      Rusty Russell <rusty@rustcorp.com.au>
3855 L:      lguest@lists.ozlabs.org
3856 W:      http://lguest.ozlabs.org/
3857 S:      Odd Fixes
3858 F:      Documentation/virtual/lguest/
3859 F:      arch/x86/lguest/
3860 F:      drivers/lguest/
3861 F:      include/linux/lguest*.h
3862 F:      arch/x86/include/asm/lguest*.h
3863
3864 LINUX FOR IBM pSERIES (RS/6000)
3865 M:      Paul Mackerras <paulus@au.ibm.com>
3866 W:      http://www.ibm.com/linux/ltc/projects/ppc
3867 S:      Supported
3868 F:      arch/powerpc/boot/rs6000.h
3869
3870 LINUX FOR POWERPC (32-BIT AND 64-BIT)
3871 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
3872 M:      Paul Mackerras <paulus@samba.org>
3873 W:      http://www.penguinppc.org/
3874 L:      linuxppc-dev@lists.ozlabs.org
3875 Q:      http://patchwork.ozlabs.org/project/linuxppc-dev/list/
3876 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc.git
3877 S:      Supported
3878 F:      Documentation/powerpc/
3879 F:      arch/powerpc/
3880
3881 LINUX FOR POWER MACINTOSH
3882 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
3883 W:      http://www.penguinppc.org/
3884 L:      linuxppc-dev@lists.ozlabs.org
3885 S:      Maintained
3886 F:      arch/powerpc/platforms/powermac/
3887 F:      drivers/macintosh/
3888
3889 LINUX FOR POWERPC EMBEDDED MPC5XXX
3890 M:      Grant Likely <grant.likely@secretlab.ca>
3891 L:      linuxppc-dev@lists.ozlabs.org
3892 T:      git git://git.secretlab.ca/git/linux-2.6.git
3893 S:      Maintained
3894 F:      arch/powerpc/platforms/512x/
3895 F:      arch/powerpc/platforms/52xx/
3896
3897 LINUX FOR POWERPC EMBEDDED PPC4XX
3898 M:      Josh Boyer <jwboyer@linux.vnet.ibm.com>
3899 M:      Matt Porter <mporter@kernel.crashing.org>
3900 W:      http://www.penguinppc.org/
3901 L:      linuxppc-dev@lists.ozlabs.org
3902 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jwboyer/powerpc-4xx.git
3903 S:      Maintained
3904 F:      arch/powerpc/platforms/40x/
3905 F:      arch/powerpc/platforms/44x/
3906
3907 LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
3908 M:      Grant Likely <grant.likely@secretlab.ca>
3909 W:      http://wiki.secretlab.ca/index.php/Linux_on_Xilinx_Virtex
3910 L:      linuxppc-dev@lists.ozlabs.org
3911 T:      git git://git.secretlab.ca/git/linux-2.6.git
3912 S:      Maintained
3913 F:      arch/powerpc/*/*virtex*
3914 F:      arch/powerpc/*/*/*virtex*
3915
3916 LINUX FOR POWERPC EMBEDDED PPC8XX
3917 M:      Vitaly Bordug <vitb@kernel.crashing.org>
3918 M:      Marcelo Tosatti <marcelo@kvack.org>
3919 W:      http://www.penguinppc.org/
3920 L:      linuxppc-dev@lists.ozlabs.org
3921 S:      Maintained
3922 F:      arch/powerpc/platforms/8xx/
3923
3924 LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
3925 M:      Kumar Gala <galak@kernel.crashing.org>
3926 W:      http://www.penguinppc.org/
3927 L:      linuxppc-dev@lists.ozlabs.org
3928 S:      Maintained
3929 F:      arch/powerpc/platforms/83xx/
3930
3931 LINUX FOR POWERPC PA SEMI PWRFICIENT
3932 M:      Olof Johansson <olof@lixom.net>
3933 L:      linuxppc-dev@lists.ozlabs.org
3934 S:      Maintained
3935 F:      arch/powerpc/platforms/pasemi/
3936 F:      drivers/*/*pasemi*
3937 F:      drivers/*/*/*pasemi*
3938
3939 LINUX SECURITY MODULE (LSM) FRAMEWORK
3940 M:      Chris Wright <chrisw@sous-sol.org>
3941 L:      linux-security-module@vger.kernel.org
3942 S:      Supported
3943
3944 LIS3LV02D ACCELEROMETER DRIVER
3945 M:      Eric Piel <eric.piel@tremplin-utc.net>
3946 S:      Maintained
3947 F:      Documentation/misc-devices/lis3lv02d
3948 F:      drivers/misc/lis3lv02d/
3949
3950 LLC (802.2)
3951 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
3952 S:      Maintained
3953 F:      include/linux/llc.h
3954 F:      include/net/llc*
3955 F:      net/llc/
3956
3957 LM73 HARDWARE MONITOR DRIVER
3958 M:      Guillaume Ligneul <guillaume.ligneul@gmail.com>
3959 L:      lm-sensors@lm-sensors.org
3960 S:      Maintained
3961 F:      drivers/hwmon/lm73.c
3962
3963 LM83 HARDWARE MONITOR DRIVER
3964 M:      Jean Delvare <khali@linux-fr.org>
3965 L:      lm-sensors@lm-sensors.org
3966 S:      Maintained
3967 F:      Documentation/hwmon/lm83
3968 F:      drivers/hwmon/lm83.c
3969
3970 LM90 HARDWARE MONITOR DRIVER
3971 M:      Jean Delvare <khali@linux-fr.org>
3972 L:      lm-sensors@lm-sensors.org
3973 S:      Maintained
3974 F:      Documentation/hwmon/lm90
3975 F:      drivers/hwmon/lm90.c
3976
3977 LOCKDEP AND LOCKSTAT
3978 M:      Peter Zijlstra <peterz@infradead.org>
3979 M:      Ingo Molnar <mingo@redhat.com>
3980 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/peterz/linux-2.6-lockdep.git
3981 S:      Maintained
3982 F:      Documentation/lockdep*.txt
3983 F:      Documentation/lockstat.txt
3984 F:      include/linux/lockdep.h
3985 F:      kernel/lockdep*
3986
3987 LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
3988 M:      "Richard Russon (FlatCap)" <ldm@flatcap.org>
3989 L:      linux-ntfs-dev@lists.sourceforge.net
3990 W:      http://www.linux-ntfs.org/content/view/19/37/
3991 S:      Maintained
3992 F:      Documentation/ldm.txt
3993 F:      fs/partitions/ldm.*
3994
3995 LogFS
3996 M:      Joern Engel <joern@logfs.org>
3997 L:      logfs@logfs.org
3998 W:      logfs.org
3999 S:      Maintained
4000 F:      fs/logfs/
4001
4002 LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
4003 M:      Eric Moore <Eric.Moore@lsi.com>
4004 M:      support@lsi.com
4005 L:      DL-MPTFusionLinux@lsi.com
4006 L:      linux-scsi@vger.kernel.org
4007 W:      http://www.lsilogic.com/support
4008 S:      Supported
4009 F:      drivers/message/fusion/
4010
4011 LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
4012 M:      Matthew Wilcox <matthew@wil.cx>
4013 L:      linux-scsi@vger.kernel.org
4014 S:      Maintained
4015 F:      drivers/scsi/sym53c8xx_2/
4016
4017 LTC4261 HARDWARE MONITOR DRIVER
4018 M:      Guenter Roeck <linux@roeck-us.net>
4019 L:      lm-sensors@lm-sensors.org
4020 S:      Maintained
4021 F:      Documentation/hwmon/ltc4261
4022 F:      drivers/hwmon/ltc4261.c
4023
4024 LTP (Linux Test Project)
4025 M:      Rishikesh K Rajak <risrajak@linux.vnet.ibm.com>
4026 M:      Garrett Cooper <yanegomi@gmail.com>
4027 M:      Mike Frysinger <vapier@gentoo.org>
4028 M:      Subrata Modak <subrata@linux.vnet.ibm.com>
4029 L:      ltp-list@lists.sourceforge.net (subscribers-only)
4030 W:      http://ltp.sourceforge.net/
4031 T:      git git://ltp.git.sourceforge.net/gitroot/ltp/ltp-dev
4032 S:      Maintained
4033
4034 M32R ARCHITECTURE
4035 M:      Hirokazu Takata <takata@linux-m32r.org>
4036 L:      linux-m32r@ml.linux-m32r.org
4037 L:      linux-m32r-ja@ml.linux-m32r.org (in Japanese)
4038 W:      http://www.linux-m32r.org/
4039 S:      Maintained
4040 F:      arch/m32r/
4041
4042 M68K ARCHITECTURE
4043 M:      Geert Uytterhoeven <geert@linux-m68k.org>
4044 L:      linux-m68k@lists.linux-m68k.org
4045 W:      http://www.linux-m68k.org/
4046 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git
4047 S:      Maintained
4048 F:      arch/m68k/
4049 F:      drivers/zorro/
4050
4051 M68K ON APPLE MACINTOSH
4052 M:      Joshua Thompson <funaho@jurai.org>
4053 W:      http://www.mac.linux-m68k.org/
4054 L:      linux-m68k@lists.linux-m68k.org
4055 S:      Maintained
4056 F:      arch/m68k/mac/
4057
4058 M68K ON HP9000/300
4059 M:      Philip Blundell <philb@gnu.org>
4060 W:      http://www.tazenda.demon.co.uk/phil/linux-hp
4061 S:      Maintained
4062 F:      arch/m68k/hp300/
4063
4064 MAC80211
4065 M:      Johannes Berg <johannes@sipsolutions.net>
4066 L:      linux-wireless@vger.kernel.org
4067 W:      http://linuxwireless.org/
4068 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git
4069 S:      Maintained
4070 F:      Documentation/networking/mac80211-injection.txt
4071 F:      include/net/mac80211.h
4072 F:      net/mac80211/
4073
4074 MAC80211 PID RATE CONTROL
4075 M:      Stefano Brivio <stefano.brivio@polimi.it>
4076 M:      Mattias Nissler <mattias.nissler@gmx.de>
4077 L:      linux-wireless@vger.kernel.org
4078 W:      http://linuxwireless.org/en/developers/Documentation/mac80211/RateControl/PID
4079 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git
4080 S:      Maintained
4081 F:      net/mac80211/rc80211_pid*
4082
4083 MACVLAN DRIVER
4084 M:      Patrick McHardy <kaber@trash.net>
4085 L:      netdev@vger.kernel.org
4086 S:      Maintained
4087 F:      drivers/net/macvlan.c
4088 F:      include/linux/if_macvlan.h
4089
4090 MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
4091 M:      Michael Kerrisk <mtk.manpages@gmail.com>
4092 W:      http://www.kernel.org/doc/man-pages
4093 L:      linux-man@vger.kernel.org
4094 S:      Maintained
4095
4096 MARVELL LIBERTAS WIRELESS DRIVER
4097 M:      Dan Williams <dcbw@redhat.com>
4098 L:      libertas-dev@lists.infradead.org
4099 S:      Maintained
4100 F:      drivers/net/wireless/libertas/
4101
4102 MARVELL MV643XX ETHERNET DRIVER
4103 M:      Lennert Buytenhek <buytenh@wantstofly.org>
4104 L:      netdev@vger.kernel.org
4105 S:      Maintained
4106 F:      drivers/net/mv643xx_eth.*
4107 F:      include/linux/mv643xx.h
4108
4109 MARVELL MWL8K WIRELESS DRIVER
4110 M:      Lennert Buytenhek <buytenh@wantstofly.org>
4111 L:      linux-wireless@vger.kernel.org
4112 S:      Odd Fixes
4113 F:      drivers/net/wireless/mwl8k.c
4114
4115 MARVELL SOC MMC/SD/SDIO CONTROLLER DRIVER
4116 M:      Nicolas Pitre <nico@fluxnic.net>
4117 S:      Odd Fixes
4118 F:      drivers/mmc/host/mvsdio.*
4119
4120 MARVELL YUKON / SYSKONNECT DRIVER
4121 M:      Mirko Lindner <mlindner@syskonnect.de>
4122 M:      Ralph Roesler <rroesler@syskonnect.de>
4123 W:      http://www.syskonnect.com
4124 S:      Supported
4125
4126 MATROX FRAMEBUFFER DRIVER
4127 L:      linux-fbdev@vger.kernel.org
4128 S:      Orphan
4129 F:      drivers/video/matrox/matroxfb_*
4130 F:      include/linux/matroxfb.h
4131
4132 MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
4133 M:      "Hans J. Koch" <hjk@hansjkoch.de>
4134 L:      lm-sensors@lm-sensors.org
4135 S:      Maintained
4136 F:      Documentation/hwmon/max6650
4137 F:      drivers/hwmon/max6650.c
4138
4139 MEDIA INPUT INFRASTRUCTURE (V4L/DVB)
4140 M:      Mauro Carvalho Chehab <mchehab@infradead.org>
4141 P:      LinuxTV.org Project
4142 L:      linux-media@vger.kernel.org
4143 W:      http://linuxtv.org
4144 Q:      http://patchwork.kernel.org/project/linux-media/list/
4145 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
4146 S:      Maintained
4147 F:      Documentation/dvb/
4148 F:      Documentation/video4linux/
4149 F:      drivers/media/
4150 F:      include/media/
4151 F:      include/linux/dvb/
4152 F:      include/linux/videodev*.h
4153
4154 MEGARAID SCSI DRIVERS
4155 M:      Neela Syam Kolli <megaraidlinux@lsi.com>
4156 L:      linux-scsi@vger.kernel.org
4157 W:      http://megaraid.lsilogic.com
4158 S:      Maintained
4159 F:      Documentation/scsi/megaraid.txt
4160 F:      drivers/scsi/megaraid.*
4161 F:      drivers/scsi/megaraid/
4162
4163 MEMORY MANAGEMENT
4164 L:      linux-mm@kvack.org
4165 W:      http://www.linux-mm.org
4166 S:      Maintained
4167 F:      include/linux/mm.h
4168 F:      mm/
4169
4170 MEMORY RESOURCE CONTROLLER
4171 M:      Balbir Singh <bsingharora@gmail.com>
4172 M:      Daisuke Nishimura <nishimura@mxp.nes.nec.co.jp>
4173 M:      KAMEZAWA Hiroyuki <kamezawa.hiroyu@jp.fujitsu.com>
4174 L:      linux-mm@kvack.org
4175 S:      Maintained
4176 F:      mm/memcontrol.c
4177 F:      mm/page_cgroup.c
4178
4179 MEMORY TECHNOLOGY DEVICES (MTD)
4180 M:      David Woodhouse <dwmw2@infradead.org>
4181 L:      linux-mtd@lists.infradead.org
4182 W:      http://www.linux-mtd.infradead.org/
4183 Q:      http://patchwork.ozlabs.org/project/linux-mtd/list/
4184 T:      git git://git.infradead.org/mtd-2.6.git
4185 S:      Maintained
4186 F:      drivers/mtd/
4187 F:      include/linux/mtd/
4188 F:      include/mtd/
4189
4190 MICROBLAZE ARCHITECTURE
4191 M:      Michal Simek <monstr@monstr.eu>
4192 L:      microblaze-uclinux@itee.uq.edu.au
4193 W:      http://www.monstr.eu/fdt/
4194 T:      git git://git.monstr.eu/linux-2.6-microblaze.git
4195 S:      Supported
4196 F:      arch/microblaze/
4197
4198 MICROTEK X6 SCANNER
4199 M:      Oliver Neukum <oliver@neukum.name>
4200 S:      Maintained
4201 F:      drivers/usb/image/microtek.*
4202
4203 MIPS
4204 M:      Ralf Baechle <ralf@linux-mips.org>
4205 W:      http://www.linux-mips.org/
4206 L:      linux-mips@linux-mips.org
4207 T:      git git://git.linux-mips.org/pub/scm/linux.git
4208 S:      Supported
4209 F:      Documentation/mips/
4210 F:      arch/mips/
4211
4212 MISCELLANEOUS MCA-SUPPORT
4213 M:      James Bottomley <James.Bottomley@HansenPartnership.com>
4214 S:      Maintained
4215 F:      Documentation/ia64/mca.txt
4216 F:      Documentation/mca.txt
4217 F:      drivers/mca/
4218 F:      include/linux/mca*
4219
4220 MODULE SUPPORT
4221 M:      Rusty Russell <rusty@rustcorp.com.au>
4222 S:      Maintained
4223 F:      include/linux/module.h
4224 F:      kernel/module.c
4225
4226 MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
4227 W:      http://popies.net/meye/
4228 S:      Orphan
4229 F:      Documentation/video4linux/meye.txt
4230 F:      drivers/media/video/meye.*
4231 F:      include/linux/meye.h
4232
4233 MOTOROLA IMX MMC/SD HOST CONTROLLER INTERFACE DRIVER
4234 M:      Pavel Pisa <ppisa@pikron.com>
4235 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
4236 S:      Maintained
4237 F:      drivers/mmc/host/imxmmc.*
4238
4239 MOUSE AND MISC DEVICES [GENERAL]
4240 M:      Alessandro Rubini <rubini@ipvvis.unipv.it>
4241 S:      Maintained
4242 F:      drivers/input/mouse/
4243 F:      include/linux/gpio_mouse.h
4244
4245 MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
4246 M:      Jiri Slaby <jirislaby@gmail.com>
4247 S:      Maintained
4248 F:      Documentation/serial/moxa-smartio
4249 F:      drivers/tty/mxser.*
4250
4251 MSI LAPTOP SUPPORT
4252 M:      "Lee, Chun-Yi" <jlee@novell.com>
4253 L:      platform-driver-x86@vger.kernel.org
4254 S:      Maintained
4255 F:      drivers/platform/x86/msi-laptop.c
4256
4257 MSI WMI SUPPORT
4258 M:      Anisse Astier <anisse@astier.eu>
4259 L:      platform-driver-x86@vger.kernel.org
4260 S:      Supported
4261 F:      drivers/platform/x86/msi-wmi.c
4262
4263 MULTIFUNCTION DEVICES (MFD)
4264 M:      Samuel Ortiz <sameo@linux.intel.com>
4265 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6.git
4266 S:      Supported
4267 F:      drivers/mfd/
4268
4269 MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
4270 M:      Chris Ball <cjb@laptop.org>
4271 L:      linux-mmc@vger.kernel.org
4272 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc.git
4273 S:      Maintained
4274 F:      drivers/mmc/
4275 F:      include/linux/mmc/
4276
4277 MULTIMEDIA CARD (MMC) ETC. OVER SPI
4278 S:      Orphan
4279 F:      drivers/mmc/host/mmc_spi.c
4280 F:      include/linux/spi/mmc_spi.h
4281
4282 MULTISOUND SOUND DRIVER
4283 M:      Andrew Veliath <andrewtv@usa.net>
4284 S:      Maintained
4285 F:      Documentation/sound/oss/MultiSound
4286 F:      sound/oss/msnd*
4287
4288 MULTITECH MULTIPORT CARD (ISICOM)
4289 S:      Orphan
4290 F:      drivers/tty/isicom.c
4291 F:      include/linux/isicom.h
4292
4293 MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
4294 M:      Felipe Balbi <balbi@ti.com>
4295 L:      linux-usb@vger.kernel.org
4296 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
4297 S:      Maintained
4298 F:      drivers/usb/musb/
4299
4300 MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
4301 M:      Jon Mason <mason@myri.com>
4302 M:      Andrew Gallatin <gallatin@myri.com>
4303 L:      netdev@vger.kernel.org
4304 W:      http://www.myri.com/scs/download-Myri10GE.html
4305 S:      Supported
4306 F:      drivers/net/myri10ge/
4307
4308 NATSEMI ETHERNET DRIVER (DP8381x)
4309 M:      Tim Hockin <thockin@hockin.org>
4310 S:      Maintained
4311 F:      drivers/net/natsemi.c
4312
4313 NATIVE INSTRUMENTS USB SOUND INTERFACE DRIVER
4314 M:      Daniel Mack <zonque@gmail.com>
4315 S:      Maintained
4316 L:      alsa-devel@alsa-project.org
4317 W:      http://www.native-instruments.com
4318 F:      sound/usb/caiaq/
4319
4320 NCP FILESYSTEM
4321 M:      Petr Vandrovec <petr@vandrovec.name>
4322 S:      Odd Fixes
4323 F:      fs/ncpfs/
4324
4325 NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
4326 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
4327 L:      linux-scsi@vger.kernel.org
4328 S:      Maintained
4329 F:      drivers/scsi/NCR_D700.*
4330
4331 NETEFFECT IWARP RNIC DRIVER (IW_NES)
4332 M:      Faisal Latif <faisal.latif@intel.com>
4333 L:      linux-rdma@vger.kernel.org
4334 W:      http://www.intel.com/Products/Server/Adapters/Server-Cluster/Server-Cluster-overview.htm
4335 S:      Supported
4336 F:      drivers/infiniband/hw/nes/
4337
4338 NETEM NETWORK EMULATOR
4339 M:      Stephen Hemminger <shemminger@linux-foundation.org>
4340 L:      netem@lists.linux-foundation.org
4341 S:      Maintained
4342 F:      net/sched/sch_netem.c
4343
4344 NETERION 10GbE DRIVERS (s2io/vxge)
4345 M:      Jon Mason <jdmason@kudzu.us>
4346 L:      netdev@vger.kernel.org
4347 W:      http://trac.neterion.com/cgi-bin/trac.cgi/wiki/Linux?Anonymous
4348 W:      http://trac.neterion.com/cgi-bin/trac.cgi/wiki/X3100Linux?Anonymous
4349 S:      Supported
4350 F:      Documentation/networking/s2io.txt
4351 F:      drivers/net/s2io*
4352 F:      Documentation/networking/vxge.txt
4353 F:      drivers/net/vxge/
4354
4355 NETFILTER/IPTABLES/IPCHAINS
4356 P:      Rusty Russell
4357 P:      Marc Boucher
4358 P:      James Morris
4359 P:      Harald Welte
4360 P:      Jozsef Kadlecsik
4361 M:      Patrick McHardy <kaber@trash.net>
4362 L:      netfilter-devel@vger.kernel.org
4363 L:      netfilter@vger.kernel.org
4364 L:      coreteam@netfilter.org
4365 W:      http://www.netfilter.org/
4366 W:      http://www.iptables.org/
4367 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-2.6.git
4368 S:      Supported
4369 F:      include/linux/netfilter*
4370 F:      include/linux/netfilter/
4371 F:      include/net/netfilter/
4372 F:      net/*/netfilter.c
4373 F:      net/*/netfilter/
4374 F:      net/netfilter/
4375
4376 NETLABEL
4377 M:      Paul Moore <paul.moore@hp.com>
4378 W:      http://netlabel.sf.net
4379 L:      netdev@vger.kernel.org
4380 S:      Supported
4381 F:      Documentation/netlabel/
4382 F:      include/net/netlabel.h
4383 F:      net/netlabel/
4384
4385 NETROM NETWORK LAYER
4386 M:      Ralf Baechle <ralf@linux-mips.org>
4387 L:      linux-hams@vger.kernel.org
4388 W:      http://www.linux-ax25.org/
4389 S:      Maintained
4390 F:      include/linux/netrom.h
4391 F:      include/net/netrom.h
4392 F:      net/netrom/
4393
4394 NETWORK BLOCK DEVICE (NBD)
4395 M:      Paul Clements <Paul.Clements@steeleye.com>
4396 S:      Maintained
4397 F:      Documentation/blockdev/nbd.txt
4398 F:      drivers/block/nbd.c
4399 F:      include/linux/nbd.h
4400
4401 NETWORK DROP MONITOR
4402 M:      Neil Horman <nhorman@tuxdriver.com>
4403 L:      netdev@vger.kernel.org
4404 S:      Maintained
4405 W:      https://fedorahosted.org/dropwatch/
4406 F:      net/core/drop_monitor.c
4407
4408 NETWORKING [GENERAL]
4409 M:      "David S. Miller" <davem@davemloft.net>
4410 L:      netdev@vger.kernel.org
4411 W:      http://www.linuxfoundation.org/en/Net
4412 W:      http://patchwork.ozlabs.org/project/netdev/list/
4413 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.git
4414 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6.git
4415 S:      Maintained
4416 F:      net/
4417 F:      include/net/
4418 F:      include/linux/in.h
4419 F:      include/linux/net.h
4420 F:      include/linux/netdevice.h
4421
4422 NETWORKING [IPv4/IPv6]
4423 M:      "David S. Miller" <davem@davemloft.net>
4424 M:      Alexey Kuznetsov <kuznet@ms2.inr.ac.ru>
4425 M:      "Pekka Savola (ipv6)" <pekkas@netcore.fi>
4426 M:      James Morris <jmorris@namei.org>
4427 M:      Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org>
4428 M:      Patrick McHardy <kaber@trash.net>
4429 L:      netdev@vger.kernel.org
4430 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.git
4431 S:      Maintained
4432 F:      net/ipv4/
4433 F:      net/ipv6/
4434 F:      include/net/ip*
4435 F:      arch/x86/net/*
4436
4437 NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
4438 M:      Paul Moore <paul.moore@hp.com>
4439 L:      netdev@vger.kernel.org
4440 S:      Maintained
4441
4442 NETWORKING [WIRELESS]
4443 M:      "John W. Linville" <linville@tuxdriver.com>
4444 L:      linux-wireless@vger.kernel.org
4445 Q:      http://patchwork.kernel.org/project/linux-wireless/list/
4446 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git
4447 S:      Maintained
4448 F:      net/mac80211/
4449 F:      net/rfkill/
4450 F:      net/wireless/
4451 F:      include/net/ieee80211*
4452 F:      include/linux/wireless.h
4453 F:      include/net/iw_handler.h
4454 F:      drivers/net/wireless/
4455
4456 NETWORKING DRIVERS
4457 L:      netdev@vger.kernel.org
4458 W:      http://www.linuxfoundation.org/en/Net
4459 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.git
4460 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6.git
4461 S:      Odd Fixes
4462 F:      drivers/net/
4463 F:      include/linux/if_*
4464 F:      include/linux/*device.h
4465
4466 NETXEN (1/10) GbE SUPPORT
4467 M:      Amit Kumar Salecha <amit.salecha@qlogic.com>
4468 L:      netdev@vger.kernel.org
4469 W:      http://www.qlogic.com
4470 S:      Supported
4471 F:      drivers/net/netxen/
4472
4473 NFS, SUNRPC, AND LOCKD CLIENTS
4474 M:      Trond Myklebust <Trond.Myklebust@netapp.com>
4475 L:      linux-nfs@vger.kernel.org
4476 W:      http://client.linux-nfs.org
4477 T:      git git://git.linux-nfs.org/pub/linux/nfs-2.6.git
4478 S:      Maintained
4479 F:      fs/lockd/
4480 F:      fs/nfs/
4481 F:      fs/nfs_common/
4482 F:      net/sunrpc/
4483 F:      include/linux/lockd/
4484 F:      include/linux/nfs*
4485 F:      include/linux/sunrpc/
4486
4487 NI5010 NETWORK DRIVER
4488 M:      Jan-Pascal van Best <janpascal@vanbest.org>
4489 M:      Andreas Mohr <andi@lisas.de>
4490 L:      netdev@vger.kernel.org
4491 S:      Maintained
4492 F:      drivers/net/ni5010.*
4493
4494 NILFS2 FILESYSTEM
4495 M:      KONISHI Ryusuke <konishi.ryusuke@lab.ntt.co.jp>
4496 L:      linux-nilfs@vger.kernel.org
4497 W:      http://www.nilfs.org/en/
4498 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ryusuke/nilfs2.git
4499 S:      Supported
4500 F:      Documentation/filesystems/nilfs2.txt
4501 F:      fs/nilfs2/
4502 F:      include/linux/nilfs2_fs.h
4503
4504 NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
4505 M:      YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
4506 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
4507 S:      Maintained
4508 F:      Documentation/scsi/NinjaSCSI.txt
4509 F:      drivers/scsi/pcmcia/nsp_*
4510
4511 NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
4512 M:      GOTO Masanori <gotom@debian.or.jp>
4513 M:      YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
4514 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
4515 S:      Maintained
4516 F:      Documentation/scsi/NinjaSCSI.txt
4517 F:      drivers/scsi/nsp32*
4518
4519 NTFS FILESYSTEM
4520 M:      Anton Altaparmakov <anton@tuxera.com>
4521 L:      linux-ntfs-dev@lists.sourceforge.net
4522 W:      http://www.tuxera.com/
4523 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs-2.6.git
4524 S:      Supported
4525 F:      Documentation/filesystems/ntfs.txt
4526 F:      fs/ntfs/
4527
4528 NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
4529 M:      Antonino Daplas <adaplas@gmail.com>
4530 L:      linux-fbdev@vger.kernel.org
4531 S:      Maintained
4532 F:      drivers/video/riva/
4533 F:      drivers/video/nvidia/
4534
4535 OMAP SUPPORT
4536 M:      Tony Lindgren <tony@atomide.com>
4537 L:      linux-omap@vger.kernel.org
4538 W:      http://www.muru.com/linux/omap/
4539 W:      http://linux.omap.com/
4540 Q:      http://patchwork.kernel.org/project/linux-omap/list/
4541 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6.git
4542 S:      Maintained
4543 F:      arch/arm/*omap*/
4544
4545 OMAP CLOCK FRAMEWORK SUPPORT
4546 M:      Paul Walmsley <paul@pwsan.com>
4547 L:      linux-omap@vger.kernel.org
4548 S:      Maintained
4549 F:      arch/arm/*omap*/*clock*
4550
4551 OMAP POWER MANAGEMENT SUPPORT
4552 M:      Kevin Hilman <khilman@ti.com>
4553 L:      linux-omap@vger.kernel.org
4554 S:      Maintained
4555 F:      arch/arm/*omap*/*pm*
4556
4557 OMAP POWERDOMAIN/CLOCKDOMAIN SOC ADAPTATION LAYER SUPPORT
4558 M:      Rajendra Nayak <rnayak@ti.com>
4559 M:      Paul Walmsley <paul@pwsan.com>
4560 L:      linux-omap@vger.kernel.org
4561 S:      Maintained
4562 F:      arch/arm/mach-omap2/powerdomain2xxx_3xxx.c
4563 F:      arch/arm/mach-omap2/powerdomain44xx.c
4564 F:      arch/arm/mach-omap2/clockdomain2xxx_3xxx.c
4565 F:      arch/arm/mach-omap2/clockdomain44xx.c
4566
4567 OMAP AUDIO SUPPORT
4568 M:      Jarkko Nikula <jhnikula@gmail.com>
4569 L:      alsa-devel@alsa-project.org (subscribers-only)
4570 L:      linux-omap@vger.kernel.org
4571 S:      Maintained
4572 F:      sound/soc/omap/
4573
4574 OMAP FRAMEBUFFER SUPPORT
4575 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
4576 L:      linux-fbdev@vger.kernel.org
4577 L:      linux-omap@vger.kernel.org
4578 S:      Maintained
4579 F:      drivers/video/omap/
4580
4581 OMAP DISPLAY SUBSYSTEM and FRAMEBUFFER SUPPORT (DSS2)
4582 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
4583 L:      linux-omap@vger.kernel.org
4584 L:      linux-fbdev@vger.kernel.org
4585 S:      Maintained
4586 F:      drivers/video/omap2/
4587 F:      Documentation/arm/OMAP/DSS
4588
4589 OMAP MMC SUPPORT
4590 M:      Jarkko Lavinen <jarkko.lavinen@nokia.com>
4591 L:      linux-omap@vger.kernel.org
4592 S:      Maintained
4593 F:      drivers/mmc/host/omap.c
4594
4595 OMAP HS MMC SUPPORT
4596 L:      linux-omap@vger.kernel.org
4597 S:      Orphan
4598 F:      drivers/mmc/host/omap_hsmmc.c
4599
4600 OMAP RANDOM NUMBER GENERATOR SUPPORT
4601 M:      Deepak Saxena <dsaxena@plexity.net>
4602 S:      Maintained
4603 F:      drivers/char/hw_random/omap-rng.c
4604
4605 OMAP HWMOD SUPPORT
4606 M:      Benoît Cousson <b-cousson@ti.com>
4607 M:      Paul Walmsley <paul@pwsan.com>
4608 L:      linux-omap@vger.kernel.org
4609 S:      Maintained
4610 F:      arch/arm/mach-omap2/omap_hwmod.c
4611 F:      arch/arm/plat-omap/include/plat/omap_hwmod.h
4612
4613 OMAP HWMOD DATA FOR OMAP4-BASED DEVICES
4614 M:      Benoît Cousson <b-cousson@ti.com>
4615 L:      linux-omap@vger.kernel.org
4616 S:      Maintained
4617 F:      arch/arm/mach-omap2/omap_hwmod_44xx_data.c
4618
4619 OMAP IMAGE SIGNAL PROCESSOR (ISP)
4620 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
4621 L:      linux-media@vger.kernel.org
4622 S:      Maintained
4623 F:      drivers/media/video/omap3isp/*
4624
4625 OMAP USB SUPPORT
4626 M:      Felipe Balbi <balbi@ti.com>
4627 L:      linux-usb@vger.kernel.org
4628 L:      linux-omap@vger.kernel.org
4629 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
4630 S:      Maintained
4631 F:      drivers/usb/*/*omap*
4632 F:      arch/arm/*omap*/usb*
4633
4634 OMFS FILESYSTEM
4635 M:      Bob Copeland <me@bobcopeland.com>
4636 L:      linux-karma-devel@lists.sourceforge.net
4637 S:      Maintained
4638 F:      Documentation/filesystems/omfs.txt
4639 F:      fs/omfs/
4640
4641 OMNIKEY CARDMAN 4000 DRIVER
4642 M:      Harald Welte <laforge@gnumonks.org>
4643 S:      Maintained
4644 F:      drivers/char/pcmcia/cm4000_cs.c
4645 F:      include/linux/cm4000_cs.h
4646
4647 OMNIKEY CARDMAN 4040 DRIVER
4648 M:      Harald Welte <laforge@gnumonks.org>
4649 S:      Maintained
4650 F:      drivers/char/pcmcia/cm4040_cs.*
4651
4652 OMNIVISION OV7670 SENSOR DRIVER
4653 M:      Jonathan Corbet <corbet@lwn.net>
4654 L:      linux-media@vger.kernel.org
4655 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
4656 S:      Maintained
4657 F:      drivers/media/video/ov7670.c
4658
4659 ONENAND FLASH DRIVER
4660 M:      Kyungmin Park <kyungmin.park@samsung.com>
4661 L:      linux-mtd@lists.infradead.org
4662 S:      Maintained
4663 F:      drivers/mtd/onenand/
4664 F:      include/linux/mtd/onenand*.h
4665
4666 ONSTREAM SCSI TAPE DRIVER
4667 M:      Willem Riede <osst@riede.org>
4668 L:      osst-users@lists.sourceforge.net
4669 L:      linux-scsi@vger.kernel.org
4670 S:      Maintained
4671 F:      drivers/scsi/osst*
4672 F:      drivers/scsi/st*
4673
4674 OPENCORES I2C BUS DRIVER
4675 M:      Peter Korsgaard <jacmet@sunsite.dk>
4676 L:      linux-i2c@vger.kernel.org
4677 S:      Maintained
4678 F:      Documentation/i2c/busses/i2c-ocores
4679 F:      drivers/i2c/busses/i2c-ocores.c
4680
4681 OPEN FIRMWARE AND FLATTENED DEVICE TREE
4682 M:      Grant Likely <grant.likely@secretlab.ca>
4683 L:      devicetree-discuss@lists.ozlabs.org (moderated for non-subscribers)
4684 W:      http://fdt.secretlab.ca
4685 T:      git git://git.secretlab.ca/git/linux-2.6.git
4686 S:      Maintained
4687 F:      drivers/of
4688 F:      include/linux/of*.h
4689 K:      of_get_property
4690
4691 OPL4 DRIVER
4692 M:      Clemens Ladisch <clemens@ladisch.de>
4693 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
4694 T:      git git://git.alsa-project.org/alsa-kernel.git
4695 S:      Maintained
4696 F:      sound/drivers/opl4/
4697
4698 OPROFILE
4699 M:      Robert Richter <robert.richter@amd.com>
4700 L:      oprofile-list@lists.sf.net
4701 S:      Maintained
4702 F:      arch/*/include/asm/oprofile*.h
4703 F:      arch/*/oprofile/
4704 F:      drivers/oprofile/
4705 F:      include/linux/oprofile.h
4706
4707 ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
4708 M:      Mark Fasheh <mfasheh@suse.com>
4709 M:      Joel Becker <jlbec@evilplan.org>
4710 L:      ocfs2-devel@oss.oracle.com (moderated for non-subscribers)
4711 W:      http://oss.oracle.com/projects/ocfs2/
4712 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2.git
4713 S:      Supported
4714 F:      Documentation/filesystems/ocfs2.txt
4715 F:      Documentation/filesystems/dlmfs.txt
4716 F:      fs/ocfs2/
4717
4718 ORINOCO DRIVER
4719 L:      linux-wireless@vger.kernel.org
4720 L:      orinoco-users@lists.sourceforge.net
4721 L:      orinoco-devel@lists.sourceforge.net
4722 W:      http://linuxwireless.org/en/users/Drivers/orinoco
4723 W:      http://www.nongnu.org/orinoco/
4724 S:      Orphan
4725 F:      drivers/net/wireless/orinoco/
4726
4727 OSD LIBRARY and FILESYSTEM
4728 M:      Boaz Harrosh <bharrosh@panasas.com>
4729 M:      Benny Halevy <bhalevy@panasas.com>
4730 L:      osd-dev@open-osd.org
4731 W:      http://open-osd.org
4732 T:      git git://git.open-osd.org/open-osd.git
4733 S:      Maintained
4734 F:      drivers/scsi/osd/
4735 F:      include/scsi/osd_*
4736 F:      fs/exofs/
4737
4738 P54 WIRELESS DRIVER
4739 M:      Christian Lamparter <chunkeey@googlemail.com>
4740 L:      linux-wireless@vger.kernel.org
4741 W:      http://wireless.kernel.org/en/users/Drivers/p54
4742 S:      Maintained
4743 F:      drivers/net/wireless/p54/
4744
4745 PA SEMI ETHERNET DRIVER
4746 M:      Olof Johansson <olof@lixom.net>
4747 L:      netdev@vger.kernel.org
4748 S:      Maintained
4749 F:      drivers/net/pasemi_mac.*
4750
4751 PA SEMI SMBUS DRIVER
4752 M:      Olof Johansson <olof@lixom.net>
4753 L:      linux-i2c@vger.kernel.org
4754 S:      Maintained
4755 F:      drivers/i2c/busses/i2c-pasemi.c
4756
4757 PADATA PARALLEL EXECUTION MECHANISM
4758 M:      Steffen Klassert <steffen.klassert@secunet.com>
4759 L:      linux-crypto@vger.kernel.org
4760 S:      Maintained
4761 F:      kernel/padata.c
4762 F:      include/linux/padata.h
4763 F:      Documentation/padata.txt
4764
4765 PANASONIC LAPTOP ACPI EXTRAS DRIVER
4766 M:      Harald Welte <laforge@gnumonks.org>
4767 L:      platform-driver-x86@vger.kernel.org
4768 S:      Maintained
4769 F:      drivers/platform/x86/panasonic-laptop.c
4770
4771 PANASONIC MN10300/AM33/AM34 PORT
4772 M:      David Howells <dhowells@redhat.com>
4773 M:      Koichi Yasutake <yasutake.koichi@jp.panasonic.com>
4774 L:      linux-am33-list@redhat.com (moderated for non-subscribers)
4775 W:      ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
4776 S:      Maintained
4777 F:      Documentation/mn10300/
4778 F:      arch/mn10300/
4779
4780 PARALLEL PORT SUPPORT
4781 L:      linux-parport@lists.infradead.org (subscribers-only)
4782 S:      Orphan
4783 F:      drivers/parport/
4784 F:      include/linux/parport*.h
4785 F:      drivers/char/ppdev.c
4786 F:      include/linux/ppdev.h
4787
4788 PARAVIRT_OPS INTERFACE
4789 M:      Jeremy Fitzhardinge <jeremy@xensource.com>
4790 M:      Chris Wright <chrisw@sous-sol.org>
4791 M:      Alok Kataria <akataria@vmware.com>
4792 M:      Rusty Russell <rusty@rustcorp.com.au>
4793 L:      virtualization@lists.linux-foundation.org
4794 S:      Supported
4795 F:      Documentation/ia64/paravirt_ops.txt
4796 F:      arch/*/kernel/paravirt*
4797 F:      arch/*/include/asm/paravirt.h
4798
4799 PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
4800 M:      Tim Waugh <tim@cyberelk.net>
4801 L:      linux-parport@lists.infradead.org (subscribers-only)
4802 W:      http://www.torque.net/linux-pp.html
4803 S:      Maintained
4804 F:      Documentation/blockdev/paride.txt
4805 F:      drivers/block/paride/
4806
4807 PARISC ARCHITECTURE
4808 M:      Kyle McMartin <kyle@mcmartin.ca>
4809 M:      Helge Deller <deller@gmx.de>
4810 M:      "James E.J. Bottomley" <jejb@parisc-linux.org>
4811 L:      linux-parisc@vger.kernel.org
4812 W:      http://www.parisc-linux.org/
4813 Q:      http://patchwork.kernel.org/project/linux-parisc/list/
4814 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kyle/parisc-2.6.git
4815 S:      Maintained
4816 F:      arch/parisc/
4817 F:      drivers/parisc/
4818
4819 PC87360 HARDWARE MONITORING DRIVER
4820 M:      Jim Cromie <jim.cromie@gmail.com>
4821 L:      lm-sensors@lm-sensors.org
4822 S:      Maintained
4823 F:      Documentation/hwmon/pc87360
4824 F:      drivers/hwmon/pc87360.c
4825
4826 PC8736x GPIO DRIVER
4827 M:      Jim Cromie <jim.cromie@gmail.com>
4828 S:      Maintained
4829 F:      drivers/char/pc8736x_gpio.c
4830
4831 PC87427 HARDWARE MONITORING DRIVER
4832 M:      Jean Delvare <khali@linux-fr.org>
4833 L:      lm-sensors@lm-sensors.org
4834 S:      Maintained
4835 F:      Documentation/hwmon/pc87427
4836 F:      drivers/hwmon/pc87427.c
4837
4838 PCA9532 LED DRIVER
4839 M:      Riku Voipio <riku.voipio@iki.fi>
4840 S:      Maintained
4841 F:      drivers/leds/leds-pca9532.c
4842 F:      include/linux/leds-pca9532.h
4843
4844 PCA9541 I2C BUS MASTER SELECTOR DRIVER
4845 M:      Guenter Roeck <guenter.roeck@ericsson.com>
4846 L:      linux-i2c@vger.kernel.org
4847 S:      Maintained
4848 F:      drivers/i2c/muxes/pca9541.c
4849
4850 PCA9564/PCA9665 I2C BUS DRIVER
4851 M:      Wolfram Sang <w.sang@pengutronix.de>
4852 L:      linux-i2c@vger.kernel.org
4853 S:      Maintained
4854 F:      drivers/i2c/algos/i2c-algo-pca.c
4855 F:      drivers/i2c/busses/i2c-pca-*
4856 F:      include/linux/i2c-algo-pca.h
4857 F:      include/linux/i2c-pca-platform.h
4858
4859 PCI ERROR RECOVERY
4860 M:      Linas Vepstas <linas@austin.ibm.com>
4861 L:      linux-pci@vger.kernel.org
4862 S:      Supported
4863 F:      Documentation/PCI/pci-error-recovery.txt
4864 F:      Documentation/powerpc/eeh-pci-error-recovery.txt
4865
4866 PCI SUBSYSTEM
4867 M:      Jesse Barnes <jbarnes@virtuousgeek.org>
4868 L:      linux-pci@vger.kernel.org
4869 Q:      http://patchwork.kernel.org/project/linux-pci/list/
4870 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6.git
4871 S:      Supported
4872 F:      Documentation/PCI/
4873 F:      drivers/pci/
4874 F:      include/linux/pci*
4875
4876 PCI HOTPLUG
4877 M:      Jesse Barnes <jbarnes@virtuousgeek.org>
4878 L:      linux-pci@vger.kernel.org
4879 S:      Supported
4880 F:      drivers/pci/hotplug
4881
4882 PCMCIA SUBSYSTEM
4883 P:      Linux PCMCIA Team
4884 L:      linux-pcmcia@lists.infradead.org
4885 W:      http://lists.infradead.org/mailman/listinfo/linux-pcmcia
4886 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
4887 S:      Maintained
4888 F:      Documentation/pcmcia/
4889 F:      drivers/pcmcia/
4890 F:      include/pcmcia/
4891
4892 PCNET32 NETWORK DRIVER
4893 M:      Don Fry <pcnet32@frontier.com>
4894 L:      netdev@vger.kernel.org
4895 S:      Maintained
4896 F:      drivers/net/pcnet32.c
4897
4898 PCRYPT PARALLEL CRYPTO ENGINE
4899 M:      Steffen Klassert <steffen.klassert@secunet.com>
4900 L:      linux-crypto@vger.kernel.org
4901 S:      Maintained
4902 F:      crypto/pcrypt.c
4903 F:      include/crypto/pcrypt.h
4904
4905 PER-CPU MEMORY ALLOCATOR
4906 M:      Tejun Heo <tj@kernel.org>
4907 M:      Christoph Lameter <cl@linux-foundation.org>
4908 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu.git
4909 S:      Maintained
4910 F:      include/linux/percpu*.h
4911 F:      mm/percpu*.c
4912 F:      arch/*/include/asm/percpu.h
4913
4914 PER-TASK DELAY ACCOUNTING
4915 M:      Balbir Singh <bsingharora@gmail.com>
4916 S:      Maintained
4917 F:      include/linux/delayacct.h
4918 F:      kernel/delayacct.c
4919
4920 PERFORMANCE EVENTS SUBSYSTEM
4921 M:      Peter Zijlstra <a.p.zijlstra@chello.nl>
4922 M:      Paul Mackerras <paulus@samba.org>
4923 M:      Ingo Molnar <mingo@elte.hu>
4924 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
4925 S:      Supported
4926 F:      kernel/perf_event*.c
4927 F:      include/linux/perf_event.h
4928 F:      arch/*/kernel/perf_event*.c
4929 F:      arch/*/kernel/*/perf_event*.c
4930 F:      arch/*/kernel/*/*/perf_event*.c
4931 F:      arch/*/include/asm/perf_event.h
4932 F:      arch/*/lib/perf_event*.c
4933 F:      arch/*/kernel/perf_callchain.c
4934 F:      tools/perf/
4935
4936 PERSONALITY HANDLING
4937 M:      Christoph Hellwig <hch@infradead.org>
4938 L:      linux-abi-devel@lists.sourceforge.net
4939 S:      Maintained
4940 F:      include/linux/personality.h
4941
4942 PHONET PROTOCOL
4943 M:      Remi Denis-Courmont <remi.denis-courmont@nokia.com>
4944 S:      Supported
4945 F:      Documentation/networking/phonet.txt
4946 F:      include/linux/phonet.h
4947 F:      include/net/phonet/
4948 F:      net/phonet/
4949
4950 PHRAM MTD DRIVER
4951 M:      Joern Engel <joern@lazybastard.org>
4952 L:      linux-mtd@lists.infradead.org
4953 S:      Maintained
4954 F:      drivers/mtd/devices/phram.c
4955
4956 PKTCDVD DRIVER
4957 M:      Peter Osterlund <petero2@telia.com>
4958 S:      Maintained
4959 F:      drivers/block/pktcdvd.c
4960 F:      include/linux/pktcdvd.h
4961
4962 PKUNITY SOC DRIVERS
4963 M:      Guan Xuetao <gxt@mprc.pku.edu.cn>
4964 W:      http://mprc.pku.edu.cn/~guanxuetao/linux
4965 S:      Maintained
4966 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/epip/linux-2.6-unicore32.git
4967 F:      drivers/input/serio/i8042-unicore32io.h
4968 F:      drivers/i2c/busses/i2c-puv3.c
4969 F:      drivers/video/fb-puv3.c
4970 F:      drivers/rtc/rtc-puv3.c
4971
4972 PMC SIERRA MaxRAID DRIVER
4973 M:      Anil Ravindranath <anil_ravindranath@pmc-sierra.com>
4974 L:      linux-scsi@vger.kernel.org
4975 W:      http://www.pmc-sierra.com/
4976 S:      Supported
4977 F:      drivers/scsi/pmcraid.*
4978
4979 PMC SIERRA PM8001 DRIVER
4980 M:      jack_wang@usish.com
4981 M:      lindar_liu@usish.com
4982 L:      linux-scsi@vger.kernel.org
4983 S:      Supported
4984 F:      drivers/scsi/pm8001/
4985
4986 POSIX CLOCKS and TIMERS
4987 M:      Thomas Gleixner <tglx@linutronix.de>
4988 S:      Supported
4989 F:      fs/timerfd.c
4990 F:      include/linux/timer*
4991 F:      kernel/*timer*
4992
4993 POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
4994 M:      Anton Vorontsov <cbou@mail.ru>
4995 M:      David Woodhouse <dwmw2@infradead.org>
4996 T:      git git://git.infradead.org/battery-2.6.git
4997 S:      Maintained
4998 F:      include/linux/power_supply.h
4999 F:      drivers/power/power_supply*
5000
5001 PNP SUPPORT
5002 M:      Adam Belay <abelay@mit.edu>
5003 M:      Bjorn Helgaas <bhelgaas@google.com>
5004 S:      Maintained
5005 F:      drivers/pnp/
5006
5007 PNXxxxx I2C DRIVER
5008 M:      Vitaly Wool <vitalywool@gmail.com>
5009 L:      linux-i2c@vger.kernel.org
5010 S:      Maintained
5011 F:      drivers/i2c/busses/i2c-pnx.c
5012
5013 PPP PROTOCOL DRIVERS AND COMPRESSORS
5014 M:      Paul Mackerras <paulus@samba.org>
5015 L:      linux-ppp@vger.kernel.org
5016 S:      Maintained
5017 F:      drivers/net/ppp_*
5018
5019 PPP OVER ATM (RFC 2364)
5020 M:      Mitchell Blank Jr <mitch@sfgoth.com>
5021 S:      Maintained
5022 F:      net/atm/pppoatm.c
5023 F:      include/linux/atmppp.h
5024
5025 PPP OVER ETHERNET
5026 M:      Michal Ostrowski <mostrows@earthlink.net>
5027 S:      Maintained
5028 F:      drivers/net/pppoe.c
5029 F:      drivers/net/pppox.c
5030
5031 PPP OVER L2TP
5032 M:      James Chapman <jchapman@katalix.com>
5033 S:      Maintained
5034 F:      net/l2tp/l2tp_ppp.c
5035 F:      include/linux/if_pppol2tp.h
5036
5037 PPS SUPPORT
5038 M:      Rodolfo Giometti <giometti@enneenne.com>
5039 W:      http://wiki.enneenne.com/index.php/LinuxPPS_support
5040 L:      linuxpps@ml.enneenne.com (subscribers-only)
5041 S:      Maintained
5042 F:      Documentation/pps/
5043 F:      drivers/pps/
5044 F:      include/linux/pps*.h
5045
5046 PPTP DRIVER
5047 M:      Dmitry Kozlov <xeb@mail.ru>
5048 L:      netdev@vger.kernel.org
5049 S:      Maintained
5050 F:      drivers/net/pptp.c
5051 W:      http://sourceforge.net/projects/accel-pptp
5052
5053 PREEMPTIBLE KERNEL
5054 M:      Robert Love <rml@tech9.net>
5055 L:      kpreempt-tech@lists.sourceforge.net
5056 W:      ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
5057 S:      Supported
5058 F:      Documentation/preempt-locking.txt
5059 F:      include/linux/preempt.h
5060
5061 PRISM54 WIRELESS DRIVER
5062 M:      "Luis R. Rodriguez" <mcgrof@gmail.com>
5063 L:      linux-wireless@vger.kernel.org
5064 W:      http://wireless.kernel.org/en/users/Drivers/p54
5065 S:      Obsolete
5066 F:      drivers/net/wireless/prism54/
5067
5068 PROMISE SATA TX2/TX4 CONTROLLER LIBATA DRIVER
5069 M:      Mikael Pettersson <mikpe@it.uu.se>
5070 L:      linux-ide@vger.kernel.org
5071 S:      Maintained
5072 F:      drivers/ata/sata_promise.*
5073
5074 PS3 NETWORK SUPPORT
5075 M:      Geoff Levand <geoff@infradead.org>
5076 L:      netdev@vger.kernel.org
5077 L:      cbe-oss-dev@lists.ozlabs.org
5078 S:      Maintained
5079 F:      drivers/net/ps3_gelic_net.*
5080
5081 PS3 PLATFORM SUPPORT
5082 M:      Geoff Levand <geoff@infradead.org>
5083 L:      linuxppc-dev@lists.ozlabs.org
5084 L:      cbe-oss-dev@lists.ozlabs.org
5085 S:      Maintained
5086 F:      arch/powerpc/boot/ps3*
5087 F:      arch/powerpc/include/asm/lv1call.h
5088 F:      arch/powerpc/include/asm/ps3*.h
5089 F:      arch/powerpc/platforms/ps3/
5090 F:      drivers/*/ps3*
5091 F:      drivers/ps3/
5092 F:      drivers/rtc/rtc-ps3.c
5093 F:      drivers/usb/host/*ps3.c
5094 F:      sound/ppc/snd_ps3*
5095
5096 PS3VRAM DRIVER
5097 M:      Jim Paris <jim@jtan.com>
5098 L:      cbe-oss-dev@lists.ozlabs.org
5099 S:      Maintained
5100 F:      drivers/block/ps3vram.c
5101
5102 PTRACE SUPPORT
5103 M:      Roland McGrath <roland@redhat.com>
5104 M:      Oleg Nesterov <oleg@redhat.com>
5105 S:      Maintained
5106 F:      include/asm-generic/syscall.h
5107 F:      include/linux/ptrace.h
5108 F:      include/linux/regset.h
5109 F:      include/linux/tracehook.h
5110 F:      kernel/ptrace.c
5111
5112 PVRUSB2 VIDEO4LINUX DRIVER
5113 M:      Mike Isely <isely@pobox.com>
5114 L:      pvrusb2@isely.net       (subscribers-only)
5115 L:      linux-media@vger.kernel.org
5116 W:      http://www.isely.net/pvrusb2/
5117 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
5118 S:      Maintained
5119 F:      Documentation/video4linux/README.pvrusb2
5120 F:      drivers/media/video/pvrusb2/
5121
5122 PXA2xx/PXA3xx SUPPORT
5123 M:      Eric Miao <eric.y.miao@gmail.com>
5124 M:      Russell King <linux@arm.linux.org.uk>
5125 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
5126 S:      Maintained
5127 F:      arch/arm/mach-pxa/
5128 F:      drivers/pcmcia/pxa2xx*
5129 F:      drivers/spi/pxa2xx*
5130 F:      drivers/usb/gadget/pxa2*
5131 F:      include/sound/pxa2xx-lib.h
5132 F:      sound/arm/pxa*
5133 F:      sound/soc/pxa
5134
5135 PXA168 SUPPORT
5136 M:      Eric Miao <eric.y.miao@gmail.com>
5137 M:      Jason Chagas <jason.chagas@marvell.com>
5138 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
5139 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/pxa-linux-2.6.git
5140 S:      Maintained
5141
5142 PXA910 SUPPORT
5143 M:      Eric Miao <eric.y.miao@gmail.com>
5144 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
5145 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/pxa-linux-2.6.git
5146 S:      Maintained
5147
5148 MMP2 SUPPORT (aka ARMADA610)
5149 M:      Haojian Zhuang <haojian.zhuang@marvell.com>
5150 M:      Eric Miao <eric.y.miao@gmail.com>
5151 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
5152 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/pxa-linux-2.6.git
5153 S:      Maintained
5154
5155 PXA MMCI DRIVER
5156 S:      Orphan
5157
5158 PXA RTC DRIVER
5159 M:      Robert Jarzmik <robert.jarzmik@free.fr>
5160 L:      rtc-linux@googlegroups.com
5161 S:      Maintained
5162
5163 QIB DRIVER
5164 M:      Mike Marciniszyn <infinipath@qlogic.com>
5165 L:      linux-rdma@vger.kernel.org
5166 S:      Supported
5167 F:      drivers/infiniband/hw/qib/
5168
5169 QLOGIC QLA1280 SCSI DRIVER
5170 M:      Michael Reed <mdr@sgi.com>
5171 L:      linux-scsi@vger.kernel.org
5172 S:      Maintained
5173 F:      drivers/scsi/qla1280.[ch]
5174
5175 QLOGIC QLA2XXX FC-SCSI DRIVER
5176 M:      Andrew Vasquez <andrew.vasquez@qlogic.com>
5177 M:      linux-driver@qlogic.com
5178 L:      linux-scsi@vger.kernel.org
5179 S:      Supported
5180 F:      Documentation/scsi/LICENSE.qla2xxx
5181 F:      drivers/scsi/qla2xxx/
5182
5183 QLOGIC QLA4XXX iSCSI DRIVER
5184 M:      Ravi Anand <ravi.anand@qlogic.com>
5185 M:      Vikas Chaudhary <vikas.chaudhary@qlogic.com>
5186 M:      iscsi-driver@qlogic.com
5187 L:      linux-scsi@vger.kernel.org
5188 S:      Supported
5189 F:      drivers/scsi/qla4xxx/
5190
5191 QLOGIC QLA3XXX NETWORK DRIVER
5192 M:      Ron Mercer <ron.mercer@qlogic.com>
5193 M:      linux-driver@qlogic.com
5194 L:      netdev@vger.kernel.org
5195 S:      Supported
5196 F:      Documentation/networking/LICENSE.qla3xxx
5197 F:      drivers/net/qla3xxx.*
5198
5199 QLOGIC QLCNIC (1/10)Gb ETHERNET DRIVER
5200 M:      Amit Kumar Salecha <amit.salecha@qlogic.com>
5201 M:      Anirban Chakraborty <anirban.chakraborty@qlogic.com>
5202 M:      linux-driver@qlogic.com
5203 L:      netdev@vger.kernel.org
5204 S:      Supported
5205 F:      drivers/net/qlcnic/
5206
5207 QLOGIC QLGE 10Gb ETHERNET DRIVER
5208 M:      Jitendra Kalsaria <jitendra.kalsaria@qlogic.com>
5209 M:      Ron Mercer <ron.mercer@qlogic.com>
5210 M:      linux-driver@qlogic.com
5211 L:      netdev@vger.kernel.org
5212 S:      Supported
5213 F:      drivers/net/qlge/
5214
5215 QNX4 FILESYSTEM
5216 M:      Anders Larsen <al@alarsen.net>
5217 W:      http://www.alarsen.net/linux/qnx4fs/
5218 S:      Maintained
5219 F:      fs/qnx4/
5220 F:      include/linux/qnx4_fs.h
5221 F:      include/linux/qnxtypes.h
5222
5223 RADOS BLOCK DEVICE (RBD)
5224 F:      include/linux/qnxtypes.h
5225 M:      Yehuda Sadeh <yehuda@hq.newdream.net>
5226 M:      Sage Weil <sage@newdream.net>
5227 M:      ceph-devel@vger.kernel.org
5228 S:      Supported
5229 F:      drivers/block/rbd.c
5230 F:      drivers/block/rbd_types.h
5231
5232 RADEON FRAMEBUFFER DISPLAY DRIVER
5233 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
5234 L:      linux-fbdev@vger.kernel.org
5235 S:      Maintained
5236 F:      drivers/video/aty/radeon*
5237 F:      include/linux/radeonfb.h
5238
5239 RAGE128 FRAMEBUFFER DISPLAY DRIVER
5240 M:      Paul Mackerras <paulus@samba.org>
5241 L:      linux-fbdev@vger.kernel.org
5242 S:      Maintained
5243 F:      drivers/video/aty/aty128fb.c
5244
5245 RALINK RT2X00 WIRELESS LAN DRIVER
5246 P:      rt2x00 project
5247 M:      Ivo van Doorn <IvDoorn@gmail.com>
5248 M:      Gertjan van Wingerde <gwingerde@gmail.com>
5249 M:      Helmut Schaa <helmut.schaa@googlemail.com>
5250 L:      linux-wireless@vger.kernel.org
5251 L:      users@rt2x00.serialmonkey.com (moderated for non-subscribers)
5252 W:      http://rt2x00.serialmonkey.com/
5253 S:      Maintained
5254 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ivd/rt2x00.git
5255 F:      drivers/net/wireless/rt2x00/
5256
5257 RAMDISK RAM BLOCK DEVICE DRIVER
5258 M:      Nick Piggin <npiggin@kernel.dk>
5259 S:      Maintained
5260 F:      Documentation/blockdev/ramdisk.txt
5261 F:      drivers/block/brd.c
5262
5263 RANDOM NUMBER DRIVER
5264 M:      Matt Mackall <mpm@selenic.com>
5265 S:      Maintained
5266 F:      drivers/char/random.c
5267
5268 RAPIDIO SUBSYSTEM
5269 M:      Matt Porter <mporter@kernel.crashing.org>
5270 M:      Alexandre Bounine <alexandre.bounine@idt.com>
5271 S:      Maintained
5272 F:      drivers/rapidio/
5273
5274 RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
5275 L:      linux-wireless@vger.kernel.org
5276 S:      Orphan
5277 F:      drivers/net/wireless/ray*
5278
5279 RCUTORTURE MODULE
5280 M:      Josh Triplett <josh@freedesktop.org>
5281 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
5282 S:      Supported
5283 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-2.6-rcu.git
5284 F:      Documentation/RCU/torture.txt
5285 F:      kernel/rcutorture.c
5286
5287 RDC R-321X SoC
5288 M:      Florian Fainelli <florian@openwrt.org>
5289 S:      Maintained
5290
5291 RDC R6040 FAST ETHERNET DRIVER
5292 M:      Florian Fainelli <florian@openwrt.org>
5293 L:      netdev@vger.kernel.org
5294 S:      Maintained
5295 F:      drivers/net/r6040.c
5296
5297 RDS - RELIABLE DATAGRAM SOCKETS
5298 M:      Andy Grover <andy.grover@oracle.com>
5299 L:      rds-devel@oss.oracle.com (moderated for non-subscribers)
5300 S:      Supported
5301 F:      net/rds/
5302
5303 READ-COPY UPDATE (RCU)
5304 M:      Dipankar Sarma <dipankar@in.ibm.com>
5305 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
5306 W:      http://www.rdrop.com/users/paulmck/rclock/
5307 S:      Supported
5308 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-2.6-rcu.git
5309 F:      Documentation/RCU/
5310 F:      include/linux/rcu*
5311 F:      include/linux/srcu*
5312 F:      kernel/rcu*
5313 F:      kernel/srcu*
5314 X:      kernel/rcutorture.c
5315
5316 REAL TIME CLOCK (RTC) SUBSYSTEM
5317 M:      Alessandro Zummo <a.zummo@towertech.it>
5318 L:      rtc-linux@googlegroups.com
5319 Q:      http://patchwork.ozlabs.org/project/rtc-linux/list/
5320 S:      Maintained
5321 F:      Documentation/rtc.txt
5322 F:      drivers/rtc/
5323 F:      include/linux/rtc.h
5324
5325 REISERFS FILE SYSTEM
5326 L:      reiserfs-devel@vger.kernel.org
5327 S:      Supported
5328 F:      fs/reiserfs/
5329
5330 REGISTER MAP ABSTRACTION
5331 M:      Mark Brown <broonie@opensource.wolfsonmicro.com>
5332 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git
5333 S:      Supported
5334 F:      drivers/base/regmap/
5335 F:      include/linux/regmap.h
5336
5337 RFKILL
5338 M:      Johannes Berg <johannes@sipsolutions.net>
5339 L:      linux-wireless@vger.kernel.org
5340 S:      Maintained
5341 F:      Documentation/rfkill.txt
5342 F:      net/rfkill/
5343
5344 RICOH SMARTMEDIA/XD DRIVER
5345 M:      Maxim Levitsky <maximlevitsky@gmail.com>
5346 S:      Maintained
5347 F:      drivers/mtd/nand/r852.c
5348 F:      drivers/mtd/nand/r852.h
5349
5350 RICOH R5C592 MEMORYSTICK DRIVER
5351 M:      Maxim Levitsky <maximlevitsky@gmail.com>
5352 S:      Maintained
5353 F:      drivers/memstick/host/r592.*
5354
5355 RISCOM8 DRIVER
5356 S:      Orphan
5357 F:      Documentation/serial/riscom8.txt
5358 F:      drivers/staging/tty/riscom8*
5359
5360 ROCKETPORT DRIVER
5361 P:      Comtrol Corp.
5362 W:      http://www.comtrol.com
5363 S:      Maintained
5364 F:      Documentation/serial/rocket.txt
5365 F:      drivers/tty/rocket*
5366
5367 ROSE NETWORK LAYER
5368 M:      Ralf Baechle <ralf@linux-mips.org>
5369 L:      linux-hams@vger.kernel.org
5370 W:      http://www.linux-ax25.org/
5371 S:      Maintained
5372 F:      include/linux/rose.h
5373 F:      include/net/rose.h
5374 F:      net/rose/
5375
5376 RTL8180 WIRELESS DRIVER
5377 M:      "John W. Linville" <linville@tuxdriver.com>
5378 L:      linux-wireless@vger.kernel.org
5379 W:      http://linuxwireless.org/
5380 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
5381 S:      Maintained
5382 F:      drivers/net/wireless/rtl818x/rtl8180/
5383
5384 RTL8187 WIRELESS DRIVER
5385 M:      Herton Ronaldo Krzesinski <herton@canonical.com>
5386 M:      Hin-Tak Leung <htl10@users.sourceforge.net>
5387 M:      Larry Finger <Larry.Finger@lwfinger.net>
5388 L:      linux-wireless@vger.kernel.org
5389 W:      http://linuxwireless.org/
5390 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
5391 S:      Maintained
5392 F:      drivers/net/wireless/rtl818x/rtl8187/
5393
5394 RTL8192CE WIRELESS DRIVER
5395 M:      Larry Finger <Larry.Finger@lwfinger.net>
5396 M:      Chaoming Li <chaoming_li@realsil.com.cn>
5397 L:      linux-wireless@vger.kernel.org
5398 W:      http://linuxwireless.org/
5399 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
5400 S:      Maintained
5401 F:      drivers/net/wireless/rtlwifi/
5402 F:      drivers/net/wireless/rtlwifi/rtl8192ce/
5403
5404 S3 SAVAGE FRAMEBUFFER DRIVER
5405 M:      Antonino Daplas <adaplas@gmail.com>
5406 L:      linux-fbdev@vger.kernel.org
5407 S:      Maintained
5408 F:      drivers/video/savage/
5409
5410 S390
5411 M:      Martin Schwidefsky <schwidefsky@de.ibm.com>
5412 M:      Heiko Carstens <heiko.carstens@de.ibm.com>
5413 M:      linux390@de.ibm.com
5414 L:      linux-s390@vger.kernel.org
5415 W:      http://www.ibm.com/developerworks/linux/linux390/
5416 S:      Supported
5417 F:      arch/s390/
5418 F:      drivers/s390/
5419 F:      fs/partitions/ibm.c
5420 F:      Documentation/s390/
5421 F:      Documentation/DocBook/s390*
5422
5423 S390 NETWORK DRIVERS
5424 M:      Ursula Braun <ursula.braun@de.ibm.com>
5425 M:      Frank Blaschka <blaschka@linux.vnet.ibm.com>
5426 M:      linux390@de.ibm.com
5427 L:      linux-s390@vger.kernel.org
5428 W:      http://www.ibm.com/developerworks/linux/linux390/
5429 S:      Supported
5430 F:      drivers/s390/net/
5431
5432 S390 ZCRYPT DRIVER
5433 M:      Holger Dengler <hd@linux.vnet.ibm.com>
5434 M:      linux390@de.ibm.com
5435 L:      linux-s390@vger.kernel.org
5436 W:      http://www.ibm.com/developerworks/linux/linux390/
5437 S:      Supported
5438 F:      drivers/s390/crypto/
5439
5440 S390 ZFCP DRIVER
5441 M:      Steffen Maier <maier@linux.vnet.ibm.com>
5442 M:      linux390@de.ibm.com
5443 L:      linux-s390@vger.kernel.org
5444 W:      http://www.ibm.com/developerworks/linux/linux390/
5445 S:      Supported
5446 F:      drivers/s390/scsi/zfcp_*
5447
5448 S390 IUCV NETWORK LAYER
5449 M:      Ursula Braun <ursula.braun@de.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/*iucv*
5455 F:      include/net/iucv/
5456 F:      net/iucv/
5457
5458 S3C24XX SD/MMC Driver
5459 M:      Ben Dooks <ben-linux@fluff.org>
5460 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
5461 S:      Supported
5462 F:      drivers/mmc/host/s3cmci.*
5463
5464 SAA7146 VIDEO4LINUX-2 DRIVER
5465 M:      Michael Hunold <michael@mihu.de>
5466 L:      linux-media@vger.kernel.org
5467 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
5468 W:      http://www.mihu.de/linux/saa7146
5469 S:      Maintained
5470 F:      drivers/media/common/saa7146*
5471 F:      drivers/media/video/*7146*
5472 F:      include/media/*7146*
5473
5474 SAMSUNG AUDIO (ASoC) DRIVERS
5475 M:      Jassi Brar <jassisinghbrar@gmail.com>
5476 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
5477 S:      Supported
5478 F:      sound/soc/samsung
5479
5480 SERIAL DRIVERS
5481 M:      Alan Cox <alan@linux.intel.com>
5482 L:      linux-serial@vger.kernel.org
5483 S:      Maintained
5484 F:      drivers/tty/serial
5485
5486 SYNOPSYS DESIGNWARE DMAC DRIVER
5487 M:      Viresh Kumar <viresh.kumar@st.com>
5488 S:      Maintained
5489 F:      include/linux/dw_dmac.h
5490 F:      drivers/dma/dw_dmac_regs.h
5491 F:      drivers/dma/dw_dmac.c
5492
5493 TIMEKEEPING, NTP
5494 M:      John Stultz <johnstul@us.ibm.com>
5495 M:      Thomas Gleixner <tglx@linutronix.de>
5496 S:      Supported
5497 F:      include/linux/clocksource.h
5498 F:      include/linux/time.h
5499 F:      include/linux/timex.h
5500 F:      kernel/time/clocksource.c
5501 F:      kernel/time/time*.c
5502 F:      kernel/time/ntp.c
5503 F:      drivers/clocksource
5504
5505 TLG2300 VIDEO4LINUX-2 DRIVER
5506 M:      Huang Shijie <shijie8@gmail.com>
5507 M:      Kang Yong <kangyong@telegent.com>
5508 M:      Zhang Xiaobing <xbzhang@telegent.com>
5509 S:      Supported
5510 F:      drivers/media/video/tlg2300
5511
5512 SC1200 WDT DRIVER
5513 M:      Zwane Mwaikambo <zwane@arm.linux.org.uk>
5514 S:      Maintained
5515 F:      drivers/watchdog/sc1200wdt.c
5516
5517 SCHEDULER
5518 M:      Ingo Molnar <mingo@elte.hu>
5519 M:      Peter Zijlstra <peterz@infradead.org>
5520 S:      Maintained
5521 F:      kernel/sched*
5522 F:      include/linux/sched.h
5523
5524 SCORE ARCHITECTURE
5525 M:      Chen Liqin <liqin.chen@sunplusct.com>
5526 M:      Lennox Wu <lennox.wu@gmail.com>
5527 W:      http://www.sunplusct.com
5528 S:      Supported
5529 F:      arch/score/
5530
5531 SCSI CDROM DRIVER
5532 M:      Jens Axboe <axboe@kernel.dk>
5533 L:      linux-scsi@vger.kernel.org
5534 W:      http://www.kernel.dk
5535 S:      Maintained
5536 F:      drivers/scsi/sr*
5537
5538 SCSI RDMA PROTOCOL (SRP) INITIATOR
5539 M:      David Dillow <dillowda@ornl.gov>
5540 L:      linux-rdma@vger.kernel.org
5541 S:      Supported
5542 W:      http://www.openfabrics.org
5543 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
5544 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dad/srp-initiator.git
5545 F:      drivers/infiniband/ulp/srp/
5546 F:      include/scsi/srp.h
5547
5548 SCSI SG DRIVER
5549 M:      Doug Gilbert <dgilbert@interlog.com>
5550 L:      linux-scsi@vger.kernel.org
5551 W:      http://www.torque.net/sg
5552 S:      Maintained
5553 F:      drivers/scsi/sg.c
5554 F:      include/scsi/sg.h
5555
5556 SCSI SUBSYSTEM
5557 M:      "James E.J. Bottomley" <JBottomley@parallels.com>
5558 L:      linux-scsi@vger.kernel.org
5559 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
5560 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6.git
5561 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-pending-2.6.git
5562 S:      Maintained
5563 F:      drivers/scsi/
5564 F:      include/scsi/
5565
5566 SCSI TAPE DRIVER
5567 M:      Kai Mäkisara <Kai.Makisara@kolumbus.fi>
5568 L:      linux-scsi@vger.kernel.org
5569 S:      Maintained
5570 F:      Documentation/scsi/st.txt
5571 F:      drivers/scsi/st*
5572
5573 SCTP PROTOCOL
5574 M:      Vlad Yasevich <vladislav.yasevich@hp.com>
5575 M:      Sridhar Samudrala <sri@us.ibm.com>
5576 L:      linux-sctp@vger.kernel.org
5577 W:      http://lksctp.sourceforge.net
5578 S:      Supported
5579 F:      Documentation/networking/sctp.txt
5580 F:      include/linux/sctp.h
5581 F:      include/net/sctp/
5582 F:      net/sctp/
5583
5584 SCx200 CPU SUPPORT
5585 M:      Jim Cromie <jim.cromie@gmail.com>
5586 S:      Odd Fixes
5587 F:      Documentation/i2c/busses/scx200_acb
5588 F:      arch/x86/platform/scx200/
5589 F:      drivers/watchdog/scx200_wdt.c
5590 F:      drivers/i2c/busses/scx200*
5591 F:      drivers/mtd/maps/scx200_docflash.c
5592 F:      include/linux/scx200.h
5593
5594 SCx200 GPIO DRIVER
5595 M:      Jim Cromie <jim.cromie@gmail.com>
5596 S:      Maintained
5597 F:      drivers/char/scx200_gpio.c
5598 F:      include/linux/scx200_gpio.h
5599
5600 SCx200 HRT CLOCKSOURCE DRIVER
5601 M:      Jim Cromie <jim.cromie@gmail.com>
5602 S:      Maintained
5603 F:      drivers/clocksource/scx200_hrt.c
5604
5605 SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
5606 M:      Sascha Sommer <saschasommer@freenet.de>
5607 L:      sdricohcs-devel@lists.sourceforge.net (subscribers-only)
5608 S:      Maintained
5609 F:      drivers/mmc/host/sdricoh_cs.c
5610
5611 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
5612 M:      Chris Ball <cjb@laptop.org>
5613 L:      linux-mmc@vger.kernel.org
5614 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc.git
5615 S:      Maintained
5616 F:      drivers/mmc/host/sdhci.*
5617
5618 SECURE DIGITAL HOST CONTROLLER INTERFACE, OPEN FIRMWARE BINDINGS (SDHCI-OF)
5619 M:      Anton Vorontsov <avorontsov@ru.mvista.com>
5620 L:      linuxppc-dev@lists.ozlabs.org
5621 L:      linux-mmc@vger.kernel.org
5622 S:      Maintained
5623 F:      drivers/mmc/host/sdhci-of.*
5624
5625 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) SAMSUNG DRIVER
5626 M:      Ben Dooks <ben-linux@fluff.org>
5627 L:      linux-mmc@vger.kernel.org
5628 S:      Maintained
5629 F:      drivers/mmc/host/sdhci-s3c.c
5630
5631 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) ST SPEAR DRIVER
5632 M:      Viresh Kumar <viresh.kumar@st.com>
5633 L:      linux-mmc@vger.kernel.org
5634 S:      Maintained
5635 F:      drivers/mmc/host/sdhci-spear.c
5636
5637 SECURITY SUBSYSTEM
5638 M:      James Morris <jmorris@namei.org>
5639 L:      linux-security-module@vger.kernel.org (suggested Cc:)
5640 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6.git
5641 W:      http://security.wiki.kernel.org/
5642 S:      Supported
5643 F:      security/
5644
5645 SECURITY CONTACT
5646 M:      Security Officers <security@kernel.org>
5647 S:      Supported
5648
5649 SELINUX SECURITY MODULE
5650 M:      Stephen Smalley <sds@tycho.nsa.gov>
5651 M:      James Morris <jmorris@namei.org>
5652 M:      Eric Paris <eparis@parisplace.org>
5653 L:      selinux@tycho.nsa.gov (subscribers-only, general discussion)
5654 W:      http://selinuxproject.org
5655 T:      git git://git.infradead.org/users/eparis/selinux.git
5656 S:      Supported
5657 F:      include/linux/selinux*
5658 F:      security/selinux/
5659 F:      scripts/selinux/
5660
5661 APPARMOR SECURITY MODULE
5662 M:      John Johansen <john.johansen@canonical.com>
5663 L:      apparmor@lists.ubuntu.com (subscribers-only, general discussion)
5664 W:      apparmor.wiki.kernel.org
5665 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jj/apparmor-dev.git
5666 S:      Supported
5667 F:      security/apparmor/
5668
5669 SENSABLE PHANTOM
5670 M:      Jiri Slaby <jirislaby@gmail.com>
5671 S:      Maintained
5672 F:      drivers/misc/phantom.c
5673 F:      include/linux/phantom.h
5674
5675 SERIAL ATA (SATA) SUBSYSTEM
5676 M:      Jeff Garzik <jgarzik@pobox.com>
5677 L:      linux-ide@vger.kernel.org
5678 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
5679 S:      Supported
5680 F:      drivers/ata/
5681 F:      include/linux/ata.h
5682 F:      include/linux/libata.h
5683
5684 SERVER ENGINES 10Gbps iSCSI - BladeEngine 2 DRIVER
5685 M:      Jayamohan Kallickal <jayamohan.kallickal@emulex.com>
5686 L:      linux-scsi@vger.kernel.org
5687 W:      http://www.emulex.com
5688 S:      Supported
5689 F:      drivers/scsi/be2iscsi/
5690
5691 SERVER ENGINES 10Gbps NIC - BladeEngine 2 DRIVER
5692 M:      Sathya Perla <sathya.perla@emulex.com>
5693 M:      Subbu Seetharaman <subbu.seetharaman@emulex.com>
5694 M:      Ajit Khaparde <ajit.khaparde@emulex.com>
5695 L:      netdev@vger.kernel.org
5696 W:      http://www.emulex.com
5697 S:      Supported
5698 F:      drivers/net/benet/
5699
5700 SFC NETWORK DRIVER
5701 M:      Solarflare linux maintainers <linux-net-drivers@solarflare.com>
5702 M:      Steve Hodgson <shodgson@solarflare.com>
5703 M:      Ben Hutchings <bhutchings@solarflare.com>
5704 L:      netdev@vger.kernel.org
5705 S:      Supported
5706 F:      drivers/net/sfc/
5707
5708 SGI GRU DRIVER
5709 M:      Jack Steiner <steiner@sgi.com>
5710 S:      Maintained
5711 F:      drivers/misc/sgi-gru/
5712
5713 SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
5714 M:      Pat Gefre <pfg@sgi.com>
5715 L:      linux-ia64@vger.kernel.org
5716 S:      Supported
5717 F:      Documentation/ia64/serial.txt
5718 F:      drivers/tty/serial/ioc?_serial.c
5719 F:      include/linux/ioc?.h
5720
5721 SGI VISUAL WORKSTATION 320 AND 540
5722 M:      Andrey Panin <pazke@donpac.ru>
5723 L:      linux-visws-devel@lists.sf.net
5724 W:      http://linux-visws.sf.net
5725 S:      Maintained for 2.6.
5726 F:      Documentation/sgi-visws.txt
5727
5728 SGI XP/XPC/XPNET DRIVER
5729 M:      Robin Holt <holt@sgi.com>
5730 S:      Maintained
5731 F:      drivers/misc/sgi-xp/
5732
5733 SIMPLE FIRMWARE INTERFACE (SFI)
5734 M:      Len Brown <lenb@kernel.org>
5735 L:      sfi-devel@simplefirmware.org
5736 W:      http://simplefirmware.org/
5737 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-sfi-2.6.git
5738 S:      Supported
5739 F:      arch/x86/platform/sfi/
5740 F:      drivers/sfi/
5741 F:      include/linux/sfi*.h
5742
5743 SIMTEC EB110ATX (Chalice CATS)
5744 P:      Ben Dooks
5745 P:      Vincent Sanders <vince@simtec.co.uk>
5746 M:      Simtec Linux Team <linux@simtec.co.uk>
5747 W:      http://www.simtec.co.uk/products/EB110ATX/
5748 S:      Supported
5749
5750 SIMTEC EB2410ITX (BAST)
5751 P:      Ben Dooks
5752 P:      Vincent Sanders <vince@simtec.co.uk>
5753 M:      Simtec Linux Team <linux@simtec.co.uk>
5754 W:      http://www.simtec.co.uk/products/EB2410ITX/
5755 S:      Supported
5756 F:      arch/arm/mach-s3c2410/mach-bast.c
5757 F:      arch/arm/mach-s3c2410/bast-ide.c
5758 F:      arch/arm/mach-s3c2410/bast-irq.c
5759
5760 TI DAVINCI MACHINE SUPPORT
5761 M:      Sekhar Nori <nsekhar@ti.com>
5762 M:      Kevin Hilman <khilman@ti.com>
5763 L:      davinci-linux-open-source@linux.davincidsp.com (subscribers-only)
5764 Q:      http://patchwork.kernel.org/project/linux-davinci/list/
5765 S:      Supported
5766 F:      arch/arm/mach-davinci
5767
5768 SIS 190 ETHERNET DRIVER
5769 M:      Francois Romieu <romieu@fr.zoreil.com>
5770 L:      netdev@vger.kernel.org
5771 S:      Maintained
5772 F:      drivers/net/sis190.c
5773
5774 SIS 900/7016 FAST ETHERNET DRIVER
5775 M:      Daniele Venzano <venza@brownhat.org>
5776 W:      http://www.brownhat.org/sis900.html
5777 L:      netdev@vger.kernel.org
5778 S:      Maintained
5779 F:      drivers/net/sis900.*
5780
5781 SIS 96X I2C/SMBUS DRIVER
5782 M:      "Mark M. Hoffman" <mhoffman@lightlink.com>
5783 L:      linux-i2c@vger.kernel.org
5784 S:      Maintained
5785 F:      Documentation/i2c/busses/i2c-sis96x
5786 F:      drivers/i2c/busses/i2c-sis96x.c
5787
5788 SIS FRAMEBUFFER DRIVER
5789 M:      Thomas Winischhofer <thomas@winischhofer.net>
5790 W:      http://www.winischhofer.net/linuxsisvga.shtml
5791 S:      Maintained
5792 F:      Documentation/fb/sisfb.txt
5793 F:      drivers/video/sis/
5794 F:      include/video/sisfb.h
5795
5796 SIS USB2VGA DRIVER
5797 M:      Thomas Winischhofer <thomas@winischhofer.net>
5798 W:      http://www.winischhofer.at/linuxsisusbvga.shtml
5799 S:      Maintained
5800 F:      drivers/usb/misc/sisusbvga/
5801
5802 SKGE, SKY2 10/100/1000 GIGABIT ETHERNET DRIVERS
5803 M:      Stephen Hemminger <shemminger@linux-foundation.org>
5804 L:      netdev@vger.kernel.org
5805 S:      Maintained
5806 F:      drivers/net/skge.*
5807 F:      drivers/net/sky2.*
5808
5809 SLAB ALLOCATOR
5810 M:      Christoph Lameter <cl@linux-foundation.org>
5811 M:      Pekka Enberg <penberg@kernel.org>
5812 M:      Matt Mackall <mpm@selenic.com>
5813 L:      linux-mm@kvack.org
5814 S:      Maintained
5815 F:      include/linux/sl?b*.h
5816 F:      mm/sl?b.c
5817
5818 SMC91x ETHERNET DRIVER
5819 M:      Nicolas Pitre <nico@fluxnic.net>
5820 S:      Odd Fixes
5821 F:      drivers/net/smc91x.*
5822
5823 SMM665 HARDWARE MONITOR DRIVER
5824 M:      Guenter Roeck <linux@roeck-us.net>
5825 L:      lm-sensors@lm-sensors.org
5826 S:      Maintained
5827 F:      Documentation/hwmon/smm665
5828 F:      drivers/hwmon/smm665.c
5829
5830 SMSC EMC2103 HARDWARE MONITOR DRIVER
5831 M:      Steve Glendinning <steve.glendinning@smsc.com>
5832 L:      lm-sensors@lm-sensors.org
5833 S:      Supported
5834 F:      Documentation/hwmon/emc2103
5835 F:      drivers/hwmon/emc2103.c
5836
5837 SMSC SCH5627 HARDWARE MONITOR DRIVER
5838 M:      Hans de Goede <hdegoede@redhat.com>
5839 L:      lm-sensors@lm-sensors.org
5840 S:      Supported
5841 F:      Documentation/hwmon/sch5627
5842 F:      drivers/hwmon/sch5627.c
5843
5844 SMSC47B397 HARDWARE MONITOR DRIVER
5845 M:      "Mark M. Hoffman" <mhoffman@lightlink.com>
5846 L:      lm-sensors@lm-sensors.org
5847 S:      Maintained
5848 F:      Documentation/hwmon/smsc47b397
5849 F:      drivers/hwmon/smsc47b397.c
5850
5851 SMSC911x ETHERNET DRIVER
5852 M:      Steve Glendinning <steve.glendinning@smsc.com>
5853 L:      netdev@vger.kernel.org
5854 S:      Supported
5855 F:      include/linux/smsc911x.h
5856 F:      drivers/net/smsc911x.*
5857
5858 SMSC9420 PCI ETHERNET DRIVER
5859 M:      Steve Glendinning <steve.glendinning@smsc.com>
5860 L:      netdev@vger.kernel.org
5861 S:      Supported
5862 F:      drivers/net/smsc9420.*
5863
5864 SN-IA64 (Itanium) SUB-PLATFORM
5865 M:      Jes Sorensen <jes@sgi.com>
5866 L:      linux-altix@sgi.com
5867 L:      linux-ia64@vger.kernel.org
5868 W:      http://www.sgi.com/altix
5869 S:      Maintained
5870 F:      arch/ia64/sn/
5871
5872 SOC-CAMERA V4L2 SUBSYSTEM
5873 M:      Guennadi Liakhovetski <g.liakhovetski@gmx.de>
5874 L:      linux-media@vger.kernel.org
5875 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
5876 S:      Maintained
5877 F:      include/media/v4l2*
5878 F:      drivers/media/video/v4l2*
5879
5880 SOEKRIS NET48XX LED SUPPORT
5881 M:      Chris Boot <bootc@bootc.net>
5882 S:      Maintained
5883 F:      drivers/leds/leds-net48xx.c
5884
5885 SOFTWARE RAID (Multiple Disks) SUPPORT
5886 M:      Neil Brown <neilb@suse.de>
5887 L:      linux-raid@vger.kernel.org
5888 S:      Supported
5889 F:      drivers/md/
5890 F:      include/linux/raid/
5891
5892 SONIC NETWORK DRIVER
5893 M:      Thomas Bogendoerfer <tsbogend@alpha.franken.de>
5894 L:      netdev@vger.kernel.org
5895 S:      Maintained
5896 F:      drivers/net/sonic.*
5897
5898 SONICS SILICON BACKPLANE DRIVER (SSB)
5899 M:      Michael Buesch <mb@bu3sch.de>
5900 L:      netdev@vger.kernel.org
5901 S:      Maintained
5902 F:      drivers/ssb/
5903 F:      include/linux/ssb/
5904
5905 BROADCOM SPECIFIC AMBA DRIVER (BCMA)
5906 M:      RafaÅ‚ MiÅ‚ecki <zajec5@gmail.com>
5907 L:      linux-wireless@vger.kernel.org
5908 S:      Maintained
5909 F:      drivers/bcma/
5910 F:      include/linux/bcma/
5911
5912 SONY VAIO CONTROL DEVICE DRIVER
5913 M:      Mattia Dongili <malattia@linux.it>
5914 L:      platform-driver-x86@vger.kernel.org
5915 W:      http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
5916 S:      Maintained
5917 F:      Documentation/laptops/sony-laptop.txt
5918 F:      drivers/char/sonypi.c
5919 F:      drivers/platform/x86/sony-laptop.c
5920 F:      include/linux/sony-laptop.h
5921
5922 SONY MEMORYSTICK CARD SUPPORT
5923 M:      Alex Dubov <oakad@yahoo.com>
5924 W:      http://tifmxx.berlios.de/
5925 S:      Maintained
5926 F:      drivers/memstick/host/tifm_ms.c
5927
5928 SOUND
5929 M:      Jaroslav Kysela <perex@perex.cz>
5930 M:      Takashi Iwai <tiwai@suse.de>
5931 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
5932 W:      http://www.alsa-project.org/
5933 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6.git
5934 T:      git git://git.alsa-project.org/alsa-kernel.git
5935 S:      Maintained
5936 F:      Documentation/sound/
5937 F:      include/sound/
5938 F:      sound/
5939
5940 SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC)
5941 M:      Liam Girdwood <lrg@ti.com>
5942 M:      Mark Brown <broonie@opensource.wolfsonmicro.com>
5943 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound-2.6.git
5944 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
5945 W:      http://alsa-project.org/main/index.php/ASoC
5946 S:      Supported
5947 F:      sound/soc/
5948 F:      include/sound/soc*
5949
5950 SPARC + UltraSPARC (sparc/sparc64)
5951 M:      "David S. Miller" <davem@davemloft.net>
5952 L:      sparclinux@vger.kernel.org
5953 Q:      http://patchwork.ozlabs.org/project/sparclinux/list/
5954 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6.git
5955 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next-2.6.git
5956 S:      Maintained
5957 F:      arch/sparc/
5958 F:      drivers/sbus/
5959
5960 SPARC SERIAL DRIVERS
5961 M:      "David S. Miller" <davem@davemloft.net>
5962 L:      sparclinux@vger.kernel.org
5963 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6.git
5964 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next-2.6.git
5965 S:      Maintained
5966 F:      drivers/tty/serial/suncore.c
5967 F:      drivers/tty/serial/suncore.h
5968 F:      drivers/tty/serial/sunhv.c
5969 F:      drivers/tty/serial/sunsab.c
5970 F:      drivers/tty/serial/sunsab.h
5971 F:      drivers/tty/serial/sunsu.c
5972 F:      drivers/tty/serial/sunzilog.c
5973 F:      drivers/tty/serial/sunzilog.h
5974
5975 SPEAR PLATFORM SUPPORT
5976 M:      Viresh Kumar <viresh.kumar@st.com>
5977 W:      http://www.st.com/spear
5978 S:      Maintained
5979 F:      arch/arm/plat-spear/
5980
5981 SPEAR3XX MACHINE SUPPORT
5982 M:      Viresh Kumar <viresh.kumar@st.com>
5983 W:      http://www.st.com/spear
5984 S:      Maintained
5985 F:      arch/arm/mach-spear3xx/
5986
5987 SPEAR6XX MACHINE SUPPORT
5988 M:      Rajeev Kumar <rajeev-dlh.kumar@st.com>
5989 W:      http://www.st.com/spear
5990 S:      Maintained
5991 F:      arch/arm/mach-spear6xx/
5992
5993 SPEAR CLOCK FRAMEWORK SUPPORT
5994 M:      Viresh Kumar <viresh.kumar@st.com>
5995 W:      http://www.st.com/spear
5996 S:      Maintained
5997 F:      arch/arm/mach-spear*/clock.c
5998 F:      arch/arm/mach-spear*/include/mach/clkdev.h
5999 F:      arch/arm/plat-spear/clock.c
6000 F:      arch/arm/plat-spear/include/plat/clkdev.h
6001 F:      arch/arm/plat-spear/include/plat/clock.h
6002
6003 SPEAR PAD MULTIPLEXING SUPPORT
6004 M:      Viresh Kumar <viresh.kumar@st.com>
6005 W:      http://www.st.com/spear
6006 S:      Maintained
6007 F:      arch/arm/plat-spear/include/plat/padmux.h
6008 F:      arch/arm/plat-spear/padmux.c
6009 F:      arch/arm/mach-spear*/spear*xx.c
6010 F:      arch/arm/mach-spear*/include/mach/generic.h
6011 F:      arch/arm/mach-spear3xx/spear3*0.c
6012 F:      arch/arm/mach-spear3xx/spear3*0_evb.c
6013 F:      arch/arm/mach-spear6xx/spear600.c
6014 F:      arch/arm/mach-spear6xx/spear600_evb.c
6015
6016 SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER
6017 S:      Orphan
6018 F:      Documentation/serial/specialix.txt
6019 F:      drivers/staging/tty/specialix*
6020
6021 SPI SUBSYSTEM
6022 M:      Grant Likely <grant.likely@secretlab.ca>
6023 L:      spi-devel-general@lists.sourceforge.net
6024 Q:      http://patchwork.kernel.org/project/spi-devel-general/list/
6025 T:      git git://git.secretlab.ca/git/linux-2.6.git
6026 S:      Maintained
6027 F:      Documentation/spi/
6028 F:      drivers/spi/
6029 F:      include/linux/spi/
6030
6031 SPIDERNET NETWORK DRIVER for CELL
6032 M:      Ishizaki Kou <kou.ishizaki@toshiba.co.jp>
6033 M:      Jens Osterkamp <jens@de.ibm.com>
6034 L:      netdev@vger.kernel.org
6035 S:      Supported
6036 F:      Documentation/networking/spider_net.txt
6037 F:      drivers/net/spider_net*
6038
6039 SPU FILE SYSTEM
6040 M:      Jeremy Kerr <jk@ozlabs.org>
6041 L:      linuxppc-dev@lists.ozlabs.org
6042 L:      cbe-oss-dev@lists.ozlabs.org
6043 W:      http://www.ibm.com/developerworks/power/cell/
6044 S:      Supported
6045 F:      Documentation/filesystems/spufs.txt
6046 F:      arch/powerpc/platforms/cell/spufs/
6047
6048 SQUASHFS FILE SYSTEM
6049 M:      Phillip Lougher <phillip@squashfs.org.uk>
6050 L:      squashfs-devel@lists.sourceforge.net (subscribers-only)
6051 W:      http://squashfs.org.uk
6052 S:      Maintained
6053 F:      Documentation/filesystems/squashfs.txt
6054 F:      fs/squashfs/
6055
6056 SRM (Alpha) environment access
6057 M:      Jan-Benedict Glaw <jbglaw@lug-owl.de>
6058 S:      Maintained
6059 F:      arch/alpha/kernel/srm_env.c
6060
6061 STABLE BRANCH
6062 M:      Greg Kroah-Hartman <greg@kroah.com>
6063 L:      stable@kernel.org
6064 S:      Maintained
6065
6066 STAGING SUBSYSTEM
6067 M:      Greg Kroah-Hartman <gregkh@suse.de>
6068 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-2.6.git
6069 L:      devel@driverdev.osuosl.org
6070 S:      Maintained
6071 F:      drivers/staging/
6072
6073 STARFIRE/DURALAN NETWORK DRIVER
6074 M:      Ion Badulescu <ionut@badula.org>
6075 S:      Odd Fixes
6076 F:      drivers/net/starfire*
6077
6078 SUN3/3X
6079 M:      Sam Creasey <sammy@sammy.net>
6080 W:      http://sammy.net/sun3/
6081 S:      Maintained
6082 F:      arch/m68k/kernel/*sun3*
6083 F:      arch/m68k/sun3*/
6084 F:      arch/m68k/include/asm/sun3*
6085
6086 SUPERH
6087 M:      Paul Mundt <lethal@linux-sh.org>
6088 L:      linux-sh@vger.kernel.org
6089 W:      http://www.linux-sh.org
6090 Q:      http://patchwork.kernel.org/project/linux-sh/list/
6091 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6.git sh-latest
6092 S:      Supported
6093 F:      Documentation/sh/
6094 F:      arch/sh/
6095 F:      drivers/sh/
6096
6097 SUSPEND TO RAM
6098 M:      Len Brown <len.brown@intel.com>
6099 M:      Pavel Machek <pavel@ucw.cz>
6100 M:      "Rafael J. Wysocki" <rjw@sisk.pl>
6101 L:      linux-pm@lists.linux-foundation.org
6102 S:      Supported
6103 F:      Documentation/power/
6104 F:      arch/x86/kernel/acpi/
6105 F:      drivers/base/power/
6106 F:      kernel/power/
6107 F:      include/linux/suspend.h
6108 F:      include/linux/freezer.h
6109 F:      include/linux/pm.h
6110
6111 SVGA HANDLING
6112 M:      Martin Mares <mj@ucw.cz>
6113 L:      linux-video@atrey.karlin.mff.cuni.cz
6114 S:      Maintained
6115 F:      Documentation/svga.txt
6116 F:      arch/x86/boot/video*
6117
6118 SYSV FILESYSTEM
6119 M:      Christoph Hellwig <hch@infradead.org>
6120 S:      Maintained
6121 F:      Documentation/filesystems/sysv-fs.txt
6122 F:      fs/sysv/
6123 F:      include/linux/sysv_fs.h
6124
6125 TARGET SUBSYSTEM
6126 M:      Nicholas A. Bellinger <nab@linux-iscsi.org>
6127 L:      linux-scsi@vger.kernel.org
6128 L:      http://groups.google.com/group/linux-iscsi-target-dev
6129 W:      http://www.linux-iscsi.org
6130 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/lio-core-2.6.git master
6131 S:      Supported
6132 F:      drivers/target/
6133 F:      include/target/
6134 F:      Documentation/target/
6135
6136 TASKSTATS STATISTICS INTERFACE
6137 M:      Balbir Singh <bsingharora@gmail.com>
6138 S:      Maintained
6139 F:      Documentation/accounting/taskstats*
6140 F:      include/linux/taskstats*
6141 F:      kernel/taskstats.c
6142
6143 TC CLASSIFIER
6144 M:      Jamal Hadi Salim <hadi@cyberus.ca>
6145 L:      netdev@vger.kernel.org
6146 S:      Maintained
6147 F:      include/linux/pkt_cls.h
6148 F:      include/net/pkt_cls.h
6149 F:      net/sched/
6150
6151 TCP LOW PRIORITY MODULE
6152 M:      "Wong Hoi Sing, Edison" <hswong3i@gmail.com>
6153 M:      "Hung Hing Lun, Mike" <hlhung3i@gmail.com>
6154 W:      http://tcp-lp-mod.sourceforge.net/
6155 S:      Maintained
6156 F:      net/ipv4/tcp_lp.c
6157
6158 TEGRA SUPPORT
6159 M:      Colin Cross <ccross@android.com>
6160 M:      Erik Gilling <konkers@android.com>
6161 M:      Olof Johansson <olof@lixom.net>
6162 L:      linux-tegra@vger.kernel.org
6163 T:      git git://android.git.kernel.org/kernel/tegra.git
6164 S:      Supported
6165 F:      arch/arm/mach-tegra
6166
6167 TEHUTI ETHERNET DRIVER
6168 M:      Alexander Indenbaum <baum@tehutinetworks.net>
6169 M:      Andy Gospodarek <andy@greyhouse.net>
6170 L:      netdev@vger.kernel.org
6171 S:      Supported
6172 F:      drivers/net/tehuti*
6173
6174 Telecom Clock Driver for MCPL0010
6175 M:      Mark Gross <mark.gross@intel.com>
6176 S:      Supported
6177 F:      drivers/char/tlclk.c
6178
6179 TENSILICA XTENSA PORT (xtensa)
6180 M:      Chris Zankel <chris@zankel.net>
6181 S:      Maintained
6182 F:      arch/xtensa/
6183
6184 THINKPAD ACPI EXTRAS DRIVER
6185 M:      Henrique de Moraes Holschuh <ibm-acpi@hmh.eng.br>
6186 L:      ibm-acpi-devel@lists.sourceforge.net
6187 L:      platform-driver-x86@vger.kernel.org
6188 W:      http://ibm-acpi.sourceforge.net
6189 W:      http://thinkwiki.org/wiki/Ibm-acpi
6190 T:      git git://repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
6191 S:      Maintained
6192 F:      drivers/platform/x86/thinkpad_acpi.c
6193
6194 TI FLASH MEDIA INTERFACE DRIVER
6195 M:      Alex Dubov <oakad@yahoo.com>
6196 S:      Maintained
6197 F:      drivers/misc/tifm*
6198 F:      drivers/mmc/host/tifm_sd.c
6199 F:      include/linux/tifm.h
6200
6201 TI TWL4030 SERIES SOC CODEC DRIVER
6202 M:      Peter Ujfalusi <peter.ujfalusi@ti.com>
6203 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
6204 S:      Maintained
6205 F:      sound/soc/codecs/twl4030*
6206
6207 TIPC NETWORK LAYER
6208 M:      Jon Maloy <jon.maloy@ericsson.com>
6209 M:      Allan Stephens <allan.stephens@windriver.com>
6210 L:      netdev@vger.kernel.org (core kernel code)
6211 L:      tipc-discussion@lists.sourceforge.net (user apps, general discussion)
6212 W:      http://tipc.sourceforge.net/
6213 S:      Maintained
6214 F:      include/linux/tipc*.h
6215 F:      net/tipc/
6216
6217 TILE ARCHITECTURE
6218 M:      Chris Metcalf <cmetcalf@tilera.com>
6219 W:      http://www.tilera.com/scm/
6220 S:      Supported
6221 F:      arch/tile/
6222 F:      drivers/tty/hvc/hvc_tile.c
6223 F:      drivers/net/tile/
6224 F:      drivers/edac/tile_edac.c
6225
6226 TLAN NETWORK DRIVER
6227 M:      Samuel Chessman <chessman@tux.org>
6228 L:      tlan-devel@lists.sourceforge.net (subscribers-only)
6229 W:      http://sourceforge.net/projects/tlan/
6230 S:      Maintained
6231 F:      Documentation/networking/tlan.txt
6232 F:      drivers/net/tlan.*
6233
6234 TOMOYO SECURITY MODULE
6235 M:      Kentaro Takeda <takedakn@nttdata.co.jp>
6236 M:      Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
6237 L:      tomoyo-dev-en@lists.sourceforge.jp (subscribers-only, for developers in English)
6238 L:      tomoyo-users-en@lists.sourceforge.jp (subscribers-only, for users in English)
6239 L:      tomoyo-dev@lists.sourceforge.jp (subscribers-only, for developers in Japanese)
6240 L:      tomoyo-users@lists.sourceforge.jp (subscribers-only, for users in Japanese)
6241 W:      http://tomoyo.sourceforge.jp/
6242 T:      quilt http://svn.sourceforge.jp/svnroot/tomoyo/trunk/2.3.x/tomoyo-lsm/patches/
6243 S:      Maintained
6244 F:      security/tomoyo/
6245
6246 TOPSTAR LAPTOP EXTRAS DRIVER
6247 M:      Herton Ronaldo Krzesinski <herton@canonical.com>
6248 L:      platform-driver-x86@vger.kernel.org
6249 S:      Maintained
6250 F:      drivers/platform/x86/topstar-laptop.c
6251
6252 TOSHIBA ACPI EXTRAS DRIVER
6253 L:      platform-driver-x86@vger.kernel.org
6254 S:      Orphan
6255 F:      drivers/platform/x86/toshiba_acpi.c
6256
6257 TOSHIBA SMM DRIVER
6258 M:      Jonathan Buzzard <jonathan@buzzard.org.uk>
6259 L:      tlinux-users@tce.toshiba-dme.co.jp
6260 W:      http://www.buzzard.org.uk/toshiba/
6261 S:      Maintained
6262 F:      drivers/char/toshiba.c
6263 F:      include/linux/toshiba.h
6264
6265 TMIO MMC DRIVER
6266 M:      Guennadi Liakhovetski <g.liakhovetski@gmx.de>
6267 M:      Ian Molton <ian@mnementh.co.uk>
6268 L:      linux-mmc@vger.kernel.org
6269 S:      Maintained
6270 F:      drivers/mmc/host/tmio_mmc*
6271 F:      drivers/mmc/host/sh_mobile_sdhi.c
6272 F:      include/linux/mmc/tmio.h
6273 F:      include/linux/mmc/sh_mobile_sdhi.h
6274
6275 TMPFS (SHMEM FILESYSTEM)
6276 M:      Hugh Dickins <hughd@google.com>
6277 L:      linux-mm@kvack.org
6278 S:      Maintained
6279 F:      include/linux/shmem_fs.h
6280 F:      mm/shmem.c
6281
6282 TPM DEVICE DRIVER
6283 M:      Debora Velarde <debora@linux.vnet.ibm.com>
6284 M:      Rajiv Andrade <srajiv@linux.vnet.ibm.com>
6285 W:      http://tpmdd.sourceforge.net
6286 M:      Marcel Selhorst <m.selhorst@sirrix.com>
6287 W:      http://www.sirrix.com
6288 L:      tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
6289 S:      Maintained
6290 F:      drivers/char/tpm/
6291
6292 TRACING
6293 M:      Steven Rostedt <rostedt@goodmis.org>
6294 M:      Frederic Weisbecker <fweisbec@gmail.com>
6295 M:      Ingo Molnar <mingo@redhat.com>
6296 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip.git perf/core
6297 S:      Maintained
6298 F:      Documentation/trace/ftrace.txt
6299 F:      arch/*/*/*/ftrace.h
6300 F:      arch/*/kernel/ftrace.c
6301 F:      include/*/ftrace.h
6302 F:      include/linux/trace*.h
6303 F:      include/trace/
6304 F:      kernel/trace/
6305
6306 TRIVIAL PATCHES
6307 M:      Jiri Kosina <trivial@kernel.org>
6308 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git
6309 S:      Maintained
6310 K:      ^Subject:.*(?i)trivial
6311
6312 TTY LAYER
6313 M:      Greg Kroah-Hartman <gregkh@suse.de>
6314 S:      Maintained
6315 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6.git
6316 F:      drivers/tty/*
6317 F:      drivers/tty/serial/serial_core.c
6318 F:      include/linux/serial_core.h
6319 F:      include/linux/serial.h
6320 F:      include/linux/tty.h
6321
6322 TULIP NETWORK DRIVERS
6323 M:      Grant Grundler <grundler@parisc-linux.org>
6324 L:      netdev@vger.kernel.org
6325 S:      Maintained
6326 F:      drivers/net/tulip/
6327
6328 TUN/TAP driver
6329 M:      Maxim Krasnyansky <maxk@qualcomm.com>
6330 L:      vtun@office.satix.net
6331 W:      http://vtun.sourceforge.net/tun
6332 S:      Maintained
6333 F:      Documentation/networking/tuntap.txt
6334 F:      arch/um/os-Linux/drivers/
6335
6336 TURBOCHANNEL SUBSYSTEM
6337 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
6338 S:      Maintained
6339 F:      drivers/tc/
6340 F:      include/linux/tc.h
6341
6342 U14-34F SCSI DRIVER
6343 M:      Dario Ballabio <ballabio_dario@emc.com>
6344 L:      linux-scsi@vger.kernel.org
6345 S:      Maintained
6346 F:      drivers/scsi/u14-34f.c
6347
6348 UBI FILE SYSTEM (UBIFS)
6349 M:      Artem Bityutskiy <dedekind1@gmail.com>
6350 M:      Adrian Hunter <adrian.hunter@intel.com>
6351 L:      linux-mtd@lists.infradead.org
6352 T:      git git://git.infradead.org/ubifs-2.6.git
6353 W:      http://www.linux-mtd.infradead.org/doc/ubifs.html
6354 S:      Maintained
6355 F:      Documentation/filesystems/ubifs.txt
6356 F:      fs/ubifs/
6357
6358 UCLINUX (AND M68KNOMMU)
6359 M:      Greg Ungerer <gerg@uclinux.org>
6360 W:      http://www.uclinux.org/
6361 L:      uclinux-dev@uclinux.org  (subscribers-only)
6362 S:      Maintained
6363 F:      arch/m68k/*/*_no.*
6364 F:      arch/m68k/include/asm/*_no.*
6365
6366 UCLINUX FOR RENESAS H8/300 (H8300)
6367 M:      Yoshinori Sato <ysato@users.sourceforge.jp>
6368 W:      http://uclinux-h8.sourceforge.jp/
6369 S:      Supported
6370 F:      arch/h8300/
6371 F:      drivers/ide/ide-h8300.c
6372 F:      drivers/net/ne-h8300.c
6373
6374 UDF FILESYSTEM
6375 M:      Jan Kara <jack@suse.cz>
6376 W:      http://linux-udf.sourceforge.net
6377 S:      Maintained
6378 F:      Documentation/filesystems/udf.txt
6379 F:      fs/udf/
6380
6381 UFS FILESYSTEM
6382 M:      Evgeniy Dushistov <dushistov@mail.ru>
6383 S:      Maintained
6384 F:      Documentation/filesystems/ufs.txt
6385 F:      fs/ufs/
6386
6387 ULTRA-WIDEBAND (UWB) SUBSYSTEM:
6388 L:      linux-usb@vger.kernel.org
6389 S:      Orphan
6390 F:      drivers/uwb/
6391 F:      include/linux/uwb.h
6392 F:      include/linux/uwb/
6393
6394 UNICORE32 ARCHITECTURE:
6395 M:      Guan Xuetao <gxt@mprc.pku.edu.cn>
6396 W:      http://mprc.pku.edu.cn/~guanxuetao/linux
6397 S:      Maintained
6398 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/epip/linux-2.6-unicore32.git
6399 F:      arch/unicore32/
6400
6401 UNIFDEF
6402 M:      Tony Finch <dot@dotat.at>
6403 W:      http://dotat.at/prog/unifdef
6404 S:      Maintained
6405 F:      scripts/unifdef.c
6406
6407 UNIFORM CDROM DRIVER
6408 M:      Jens Axboe <axboe@kernel.dk>
6409 W:      http://www.kernel.dk
6410 S:      Maintained
6411 F:      Documentation/cdrom/
6412 F:      drivers/cdrom/cdrom.c
6413 F:      include/linux/cdrom.h
6414
6415 UNSORTED BLOCK IMAGES (UBI)
6416 M:      Artem Bityutskiy <dedekind1@gmail.com>
6417 W:      http://www.linux-mtd.infradead.org/
6418 L:      linux-mtd@lists.infradead.org
6419 T:      git git://git.infradead.org/ubi-2.6.git
6420 S:      Maintained
6421 F:      drivers/mtd/ubi/
6422 F:      include/linux/mtd/ubi.h
6423 F:      include/mtd/ubi-user.h
6424
6425 USB ACM DRIVER
6426 M:      Oliver Neukum <oliver@neukum.name>
6427 L:      linux-usb@vger.kernel.org
6428 S:      Maintained
6429 F:      Documentation/usb/acm.txt
6430 F:      drivers/usb/class/cdc-acm.*
6431
6432 USB ATTACHED SCSI
6433 M:      Matthew Wilcox <willy@linux.intel.com>
6434 M:      Sarah Sharp <sarah.a.sharp@linux.intel.com>
6435 L:      linux-usb@vger.kernel.org
6436 L:      linux-scsi@vger.kernel.org
6437 S:      Supported
6438 F:      drivers/usb/storage/uas.c
6439
6440 USB BLOCK DRIVER (UB ub)
6441 M:      Pete Zaitcev <zaitcev@redhat.com>
6442 L:      linux-usb@vger.kernel.org
6443 S:      Supported
6444 F:      drivers/block/ub.c
6445
6446 USB CDC ETHERNET DRIVER
6447 M:      Oliver Neukum <oliver@neukum.name>
6448 L:      linux-usb@vger.kernel.org
6449 S:      Maintained
6450 F:      drivers/net/usb/cdc_*.c
6451 F:      include/linux/usb/cdc.h
6452
6453 USB CYPRESS C67X00 DRIVER
6454 M:      Peter Korsgaard <jacmet@sunsite.dk>
6455 L:      linux-usb@vger.kernel.org
6456 S:      Maintained
6457 F:      drivers/usb/c67x00/
6458
6459 USB DAVICOM DM9601 DRIVER
6460 M:      Peter Korsgaard <jacmet@sunsite.dk>
6461 L:      netdev@vger.kernel.org
6462 W:      http://www.linux-usb.org/usbnet
6463 S:      Maintained
6464 F:      drivers/net/usb/dm9601.c
6465
6466 USB DIAMOND RIO500 DRIVER
6467 M:      Cesar Miquel <miquel@df.uba.ar>
6468 L:      rio500-users@lists.sourceforge.net
6469 W:      http://rio500.sourceforge.net
6470 S:      Maintained
6471 F:      drivers/usb/misc/rio500*
6472
6473 USB EHCI DRIVER
6474 M:      Alan Stern <stern@rowland.harvard.edu>
6475 L:      linux-usb@vger.kernel.org
6476 S:      Maintained
6477 F:      Documentation/usb/ehci.txt
6478 F:      drivers/usb/host/ehci*
6479
6480 USB ET61X[12]51 DRIVER
6481 M:      Luca Risolia <luca.risolia@studio.unibo.it>
6482 L:      linux-usb@vger.kernel.org
6483 L:      linux-media@vger.kernel.org
6484 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
6485 W:      http://www.linux-projects.org
6486 S:      Maintained
6487 F:      drivers/media/video/et61x251/
6488
6489 USB GADGET/PERIPHERAL SUBSYSTEM
6490 M:      Felipe Balbi <balbi@ti.com>
6491 L:      linux-usb@vger.kernel.org
6492 W:      http://www.linux-usb.org/gadget
6493 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
6494 S:      Maintained
6495 F:      drivers/usb/gadget/
6496 F:      include/linux/usb/gadget*
6497
6498 USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
6499 M:      Jiri Kosina <jkosina@suse.cz>
6500 L:      linux-usb@vger.kernel.org
6501 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
6502 S:      Maintained
6503 F:      Documentation/hid/hiddev.txt
6504 F:      drivers/hid/usbhid/
6505
6506 USB/IP DRIVERS
6507 M:      Matt Mooney <mfm@muteddisk.com>
6508 L:      linux-usb@vger.kernel.org
6509 S:      Maintained
6510 F:      drivers/staging/usbip/
6511
6512 USB ISP116X DRIVER
6513 M:      Olav Kongas <ok@artecdesign.ee>
6514 L:      linux-usb@vger.kernel.org
6515 S:      Maintained
6516 F:      drivers/usb/host/isp116x*
6517 F:      include/linux/usb/isp116x.h
6518
6519 USB KAWASAKI LSI DRIVER
6520 M:      Oliver Neukum <oliver@neukum.name>
6521 L:      linux-usb@vger.kernel.org
6522 S:      Maintained
6523 F:      drivers/usb/serial/kl5kusb105.*
6524
6525 USB MASS STORAGE DRIVER
6526 M:      Matthew Dharm <mdharm-usb@one-eyed-alien.net>
6527 L:      linux-usb@vger.kernel.org
6528 L:      usb-storage@lists.one-eyed-alien.net
6529 S:      Maintained
6530 W:      http://www.one-eyed-alien.net/~mdharm/linux-usb/
6531 F:      drivers/usb/storage/
6532
6533 USB MIDI DRIVER
6534 M:      Clemens Ladisch <clemens@ladisch.de>
6535 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
6536 T:      git git://git.alsa-project.org/alsa-kernel.git
6537 S:      Maintained
6538 F:      sound/usb/midi.*
6539
6540 USB OHCI DRIVER
6541 M:      Alan Stern <stern@rowland.harvard.edu>
6542 L:      linux-usb@vger.kernel.org
6543 S:      Maintained
6544 F:      Documentation/usb/ohci.txt
6545 F:      drivers/usb/host/ohci*
6546
6547 USB OPTION-CARD DRIVER
6548 M:      Matthias Urlichs <smurf@smurf.noris.de>
6549 L:      linux-usb@vger.kernel.org
6550 S:      Maintained
6551 F:      drivers/usb/serial/option.c
6552
6553 USB PEGASUS DRIVER
6554 M:      Petko Manolov <petkan@users.sourceforge.net>
6555 L:      linux-usb@vger.kernel.org
6556 L:      netdev@vger.kernel.org
6557 W:      http://pegasus2.sourceforge.net/
6558 S:      Maintained
6559 F:      drivers/net/usb/pegasus.*
6560
6561 USB PRINTER DRIVER (usblp)
6562 M:      Pete Zaitcev <zaitcev@redhat.com>
6563 L:      linux-usb@vger.kernel.org
6564 S:      Supported
6565 F:      drivers/usb/class/usblp.c
6566
6567 USB RTL8150 DRIVER
6568 M:      Petko Manolov <petkan@users.sourceforge.net>
6569 L:      linux-usb@vger.kernel.org
6570 L:      netdev@vger.kernel.org
6571 W:      http://pegasus2.sourceforge.net/
6572 S:      Maintained
6573 F:      drivers/net/usb/rtl8150.c
6574
6575 USB SE401 DRIVER
6576 L:      linux-usb@vger.kernel.org
6577 W:      http://www.chello.nl/~j.vreeken/se401/
6578 S:      Orphan
6579 F:      Documentation/video4linux/se401.txt
6580 F:      drivers/staging/se401/
6581
6582 USB SERIAL BELKIN F5U103 DRIVER
6583 M:      William Greathouse <wgreathouse@smva.com>
6584 L:      linux-usb@vger.kernel.org
6585 S:      Maintained
6586 F:      drivers/usb/serial/belkin_sa.*
6587
6588 USB SERIAL CYPRESS M8 DRIVER
6589 M:      Lonnie Mendez <dignome@gmail.com>
6590 L:      linux-usb@vger.kernel.org
6591 S:      Maintained
6592 W:      http://geocities.com/i0xox0i
6593 W:      http://firstlight.net/cvs
6594 F:      drivers/usb/serial/cypress_m8.*
6595
6596 USB SERIAL CYBERJACK DRIVER
6597 M:      Matthias Bruestle and Harald Welte <support@reiner-sct.com>
6598 W:      http://www.reiner-sct.de/support/treiber_cyberjack.php
6599 S:      Maintained
6600 F:      drivers/usb/serial/cyberjack.c
6601
6602 USB SERIAL DIGI ACCELEPORT DRIVER
6603 M:      Peter Berger <pberger@brimson.com>
6604 M:      Al Borchers <alborchers@steinerpoint.com>
6605 L:      linux-usb@vger.kernel.org
6606 S:      Maintained
6607 F:      drivers/usb/serial/digi_acceleport.c
6608
6609 USB SERIAL DRIVER
6610 M:      Greg Kroah-Hartman <gregkh@suse.de>
6611 L:      linux-usb@vger.kernel.org
6612 S:      Supported
6613 F:      Documentation/usb/usb-serial.txt
6614 F:      drivers/usb/serial/generic.c
6615 F:      drivers/usb/serial/usb-serial.c
6616 F:      include/linux/usb/serial.h
6617
6618 USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER
6619 M:      Gary Brubaker <xavyer@ix.netcom.com>
6620 L:      linux-usb@vger.kernel.org
6621 S:      Maintained
6622 F:      drivers/usb/serial/empeg.c
6623
6624 USB SERIAL KEYSPAN DRIVER
6625 M:      Greg Kroah-Hartman <greg@kroah.com>
6626 L:      linux-usb@vger.kernel.org
6627 W:      http://www.kroah.com/linux/
6628 S:      Maintained
6629 F:      drivers/usb/serial/*keyspan*
6630
6631 USB SERIAL WHITEHEAT DRIVER
6632 M:      Support Department <support@connecttech.com>
6633 L:      linux-usb@vger.kernel.org
6634 W:      http://www.connecttech.com
6635 S:      Supported
6636 F:      drivers/usb/serial/whiteheat*
6637
6638 USB SMSC95XX ETHERNET DRIVER
6639 M:      Steve Glendinning <steve.glendinning@smsc.com>
6640 L:      netdev@vger.kernel.org
6641 S:      Supported
6642 F:      drivers/net/usb/smsc95xx.*
6643
6644 USB SN9C1xx DRIVER
6645 M:      Luca Risolia <luca.risolia@studio.unibo.it>
6646 L:      linux-usb@vger.kernel.org
6647 L:      linux-media@vger.kernel.org
6648 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
6649 W:      http://www.linux-projects.org
6650 S:      Maintained
6651 F:      Documentation/video4linux/sn9c102.txt
6652 F:      drivers/media/video/sn9c102/
6653
6654 USB SUBSYSTEM
6655 M:      Greg Kroah-Hartman <gregkh@suse.de>
6656 L:      linux-usb@vger.kernel.org
6657 W:      http://www.linux-usb.org
6658 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6.git
6659 S:      Supported
6660 F:      Documentation/usb/
6661 F:      drivers/net/usb/
6662 F:      drivers/usb/
6663 F:      include/linux/usb.h
6664 F:      include/linux/usb/
6665
6666 USB UHCI DRIVER
6667 M:      Alan Stern <stern@rowland.harvard.edu>
6668 L:      linux-usb@vger.kernel.org
6669 S:      Maintained
6670 F:      drivers/usb/host/uhci*
6671
6672 USB "USBNET" DRIVER FRAMEWORK
6673 M:      Oliver Neukum <oneukum@suse.de>
6674 L:      netdev@vger.kernel.org
6675 W:      http://www.linux-usb.org/usbnet
6676 S:      Maintained
6677 F:      drivers/net/usb/usbnet.c
6678 F:      include/linux/usb/usbnet.h
6679
6680 USB VIDEO CLASS
6681 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
6682 L:      linux-uvc-devel@lists.berlios.de (subscribers-only)
6683 L:      linux-media@vger.kernel.org
6684 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
6685 W:      http://www.ideasonboard.org/uvc/
6686 S:      Maintained
6687 F:      drivers/media/video/uvc/
6688
6689 USB W996[87]CF DRIVER
6690 M:      Luca Risolia <luca.risolia@studio.unibo.it>
6691 L:      linux-usb@vger.kernel.org
6692 L:      linux-media@vger.kernel.org
6693 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
6694 W:      http://www.linux-projects.org
6695 S:      Maintained
6696 F:      Documentation/video4linux/w9968cf.txt
6697 F:      drivers/media/video/w996*
6698
6699 USB WIRELESS RNDIS DRIVER (rndis_wlan)
6700 M:      Jussi Kivilinna <jussi.kivilinna@mbnet.fi>
6701 L:      linux-wireless@vger.kernel.org
6702 S:      Maintained
6703 F:      drivers/net/wireless/rndis_wlan.c
6704
6705 USB XHCI DRIVER
6706 M:      Sarah Sharp <sarah.a.sharp@linux.intel.com>
6707 L:      linux-usb@vger.kernel.org
6708 S:      Supported
6709 F:      drivers/usb/host/xhci*
6710 F:      drivers/usb/host/pci-quirks*
6711
6712 USB ZD1201 DRIVER
6713 L:      linux-wireless@vger.kernel.org
6714 W:      http://linux-lc100020.sourceforge.net
6715 S:      Orphan
6716 F:      drivers/net/wireless/zd1201.*
6717
6718 USB ZR364XX DRIVER
6719 M:      Antoine Jacquet <royale@zerezo.com>
6720 L:      linux-usb@vger.kernel.org
6721 L:      linux-media@vger.kernel.org
6722 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
6723 W:      http://royale.zerezo.com/zr364xx/
6724 S:      Maintained
6725 F:      Documentation/video4linux/zr364xx.txt
6726 F:      drivers/media/video/zr364xx.c
6727
6728 USER-MODE LINUX (UML)
6729 M:      Jeff Dike <jdike@addtoit.com>
6730 M:      Richard Weinberger <richard@nod.at>
6731 L:      user-mode-linux-devel@lists.sourceforge.net
6732 L:      user-mode-linux-user@lists.sourceforge.net
6733 W:      http://user-mode-linux.sourceforge.net
6734 S:      Maintained
6735 F:      Documentation/virtual/uml/
6736 F:      arch/um/
6737 F:      fs/hostfs/
6738 F:      fs/hppfs/
6739
6740 USERSPACE I/O (UIO)
6741 M:      "Hans J. Koch" <hjk@hansjkoch.de>
6742 M:      Greg Kroah-Hartman <gregkh@suse.de>
6743 S:      Maintained
6744 F:      Documentation/DocBook/uio-howto.tmpl
6745 F:      drivers/uio/
6746 F:      include/linux/uio*.h
6747
6748 UTIL-LINUX-NG PACKAGE
6749 M:      Karel Zak <kzak@redhat.com>
6750 L:      util-linux-ng@vger.kernel.org
6751 W:      http://kernel.org/~kzak/util-linux-ng/
6752 T:      git git://git.kernel.org/pub/scm/utils/util-linux-ng/util-linux-ng.git
6753 S:      Maintained
6754
6755 UVESAFB DRIVER
6756 M:      Michal Januszewski <spock@gentoo.org>
6757 L:      linux-fbdev@vger.kernel.org
6758 W:      http://dev.gentoo.org/~spock/projects/uvesafb/
6759 S:      Maintained
6760 F:      Documentation/fb/uvesafb.txt
6761 F:      drivers/video/uvesafb.*
6762
6763 VFAT/FAT/MSDOS FILESYSTEM
6764 M:      OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
6765 S:      Maintained
6766 F:      Documentation/filesystems/vfat.txt
6767 F:      fs/fat/
6768
6769 VIDEOBUF2 FRAMEWORK
6770 M:      Pawel Osciak <pawel@osciak.com>
6771 M:      Marek Szyprowski <m.szyprowski@samsung.com>
6772 M:      Kyungmin Park <kyungmin.park@samsung.com>
6773 L:      linux-media@vger.kernel.org
6774 S:      Maintained
6775 F:      drivers/media/video/videobuf2-*
6776 F:      include/media/videobuf2-*
6777
6778 VIRTIO CONSOLE DRIVER
6779 M:      Amit Shah <amit.shah@redhat.com>
6780 L:      virtualization@lists.linux-foundation.org
6781 S:      Maintained
6782 F:      drivers/char/virtio_console.c
6783 F:      include/linux/virtio_console.h
6784
6785 VIRTIO CORE, NET AND BLOCK DRIVERS
6786 M:      Rusty Russell <rusty@rustcorp.com.au>
6787 M:      "Michael S. Tsirkin" <mst@redhat.com>
6788 L:      virtualization@lists.linux-foundation.org
6789 S:      Maintained
6790 F:      drivers/virtio/
6791 F:      drivers/net/virtio_net.c
6792 F:      drivers/block/virtio_blk.c
6793 F:      include/linux/virtio_*.h
6794
6795 VIRTIO HOST (VHOST)
6796 M:      "Michael S. Tsirkin" <mst@redhat.com>
6797 L:      kvm@vger.kernel.org
6798 L:      virtualization@lists.linux-foundation.org
6799 L:      netdev@vger.kernel.org
6800 S:      Maintained
6801 F:      drivers/vhost/
6802 F:      include/linux/vhost.h
6803
6804 VIA RHINE NETWORK DRIVER
6805 M:      Roger Luethi <rl@hellgate.ch>
6806 S:      Maintained
6807 F:      drivers/net/via-rhine.c
6808
6809 VIAPRO SMBUS DRIVER
6810 M:      Jean Delvare <khali@linux-fr.org>
6811 L:      linux-i2c@vger.kernel.org
6812 S:      Maintained
6813 F:      Documentation/i2c/busses/i2c-viapro
6814 F:      drivers/i2c/busses/i2c-viapro.c
6815
6816 VIA SD/MMC CARD CONTROLLER DRIVER
6817 M:      Bruce Chang <brucechang@via.com.tw>
6818 M:      Harald Welte <HaraldWelte@viatech.com>
6819 S:      Maintained
6820 F:      drivers/mmc/host/via-sdmmc.c
6821
6822 VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER
6823 M:      Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
6824 L:      linux-fbdev@vger.kernel.org
6825 S:      Maintained
6826 F:      include/linux/via-core.h
6827 F:      include/linux/via-gpio.h
6828 F:      include/linux/via_i2c.h
6829 F:      drivers/video/via/
6830
6831 VIA VELOCITY NETWORK DRIVER
6832 M:      Francois Romieu <romieu@fr.zoreil.com>
6833 L:      netdev@vger.kernel.org
6834 S:      Maintained
6835 F:      drivers/net/via-velocity.*
6836
6837 VLAN (802.1Q)
6838 M:      Patrick McHardy <kaber@trash.net>
6839 L:      netdev@vger.kernel.org
6840 S:      Maintained
6841 F:      drivers/net/macvlan.c
6842 F:      include/linux/if_*vlan.h
6843 F:      net/8021q/
6844
6845 VLYNQ BUS
6846 M:      Florian Fainelli <florian@openwrt.org>
6847 L:      openwrt-devel@lists.openwrt.org (subscribers-only)
6848 S:      Maintained
6849 F:      drivers/vlynq/vlynq.c
6850 F:      include/linux/vlynq.h
6851
6852 VMWARE VMXNET3 ETHERNET DRIVER
6853 M:      Shreyas Bhatewara <sbhatewara@vmware.com>
6854 M:      "VMware, Inc." <pv-drivers@vmware.com>
6855 L:      netdev@vger.kernel.org
6856 S:      Maintained
6857 F:      drivers/net/vmxnet3/
6858
6859 VMware PVSCSI driver
6860 M:      Alok Kataria <akataria@vmware.com>
6861 M:      VMware PV-Drivers <pv-drivers@vmware.com>
6862 L:      linux-scsi@vger.kernel.org
6863 S:      Maintained
6864 F:      drivers/scsi/vmw_pvscsi.c
6865 F:      drivers/scsi/vmw_pvscsi.h
6866
6867 VOLTAGE AND CURRENT REGULATOR FRAMEWORK
6868 M:      Liam Girdwood <lrg@ti.com>
6869 M:      Mark Brown <broonie@opensource.wolfsonmicro.com>
6870 W:      http://opensource.wolfsonmicro.com/node/15
6871 W:      http://www.slimlogic.co.uk/?p=48
6872 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lrg/voltage-2.6.git
6873 S:      Supported
6874 F:      drivers/regulator/
6875 F:      include/linux/regulator/
6876
6877 VT1211 HARDWARE MONITOR DRIVER
6878 M:      Juerg Haefliger <juergh@gmail.com>
6879 L:      lm-sensors@lm-sensors.org
6880 S:      Maintained
6881 F:      Documentation/hwmon/vt1211
6882 F:      drivers/hwmon/vt1211.c
6883
6884 VT8231 HARDWARE MONITOR DRIVER
6885 M:      Roger Lucas <vt8231@hiddenengine.co.uk>
6886 L:      lm-sensors@lm-sensors.org
6887 S:      Maintained
6888 F:      drivers/hwmon/vt8231.c
6889
6890 VUB300 USB to SDIO/SD/MMC bridge chip
6891 M:      Tony Olech <tony.olech@elandigitalsystems.com>
6892 L:      linux-mmc@vger.kernel.org
6893 L:      linux-usb@vger.kernel.org
6894 S:      Supported
6895 F:      drivers/mmc/host/vub300.c
6896
6897 W1 DALLAS'S 1-WIRE BUS
6898 M:      Evgeniy Polyakov <johnpol@2ka.mipt.ru>
6899 S:      Maintained
6900 F:      Documentation/w1/
6901 F:      drivers/w1/
6902
6903 W83791D HARDWARE MONITORING DRIVER
6904 M:      Marc Hulsman <m.hulsman@tudelft.nl>
6905 L:      lm-sensors@lm-sensors.org
6906 S:      Maintained
6907 F:      Documentation/hwmon/w83791d
6908 F:      drivers/hwmon/w83791d.c
6909
6910 W83793 HARDWARE MONITORING DRIVER
6911 M:      Rudolf Marek <r.marek@assembler.cz>
6912 L:      lm-sensors@lm-sensors.org
6913 S:      Maintained
6914 F:      Documentation/hwmon/w83793
6915 F:      drivers/hwmon/w83793.c
6916
6917 W83795 HARDWARE MONITORING DRIVER
6918 M:      Jean Delvare <khali@linux-fr.org>
6919 L:      lm-sensors@lm-sensors.org
6920 S:      Maintained
6921 F:      drivers/hwmon/w83795.c
6922
6923 W83L51xD SD/MMC CARD INTERFACE DRIVER
6924 M:      Pierre Ossman <pierre@ossman.eu>
6925 S:      Maintained
6926 F:      drivers/mmc/host/wbsd.*
6927
6928 WATCHDOG DEVICE DRIVERS
6929 M:      Wim Van Sebroeck <wim@iguana.be>
6930 L:      linux-watchdog@vger.kernel.org
6931 W:      http://www.linux-watchdog.org/
6932 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git
6933 S:      Maintained
6934 F:      Documentation/watchdog/
6935 F:      drivers/watchdog/
6936 F:      include/linux/watchdog.h
6937
6938 WD7000 SCSI DRIVER
6939 M:      Miroslav Zagorac <zaga@fly.cc.fer.hr>
6940 L:      linux-scsi@vger.kernel.org
6941 S:      Maintained
6942 F:      drivers/scsi/wd7000.c
6943
6944 WINBOND CIR DRIVER
6945 M:      David Härdeman <david@hardeman.nu>
6946 S:      Maintained
6947 F:      drivers/media/rc/winbond-cir.c
6948
6949 WIMAX STACK
6950 M:      Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
6951 M:      linux-wimax@intel.com
6952 L:      wimax@linuxwimax.org
6953 S:      Supported
6954 W:      http://linuxwimax.org
6955 F:      Documentation/wimax/README.wimax
6956 F:      include/linux/wimax.h
6957 F:      include/linux/wimax/debug.h
6958 F:      include/net/wimax.h
6959 F:      net/wimax/
6960
6961 WISTRON LAPTOP BUTTON DRIVER
6962 M:      Miloslav Trmac <mitr@volny.cz>
6963 S:      Maintained
6964 F:      drivers/input/misc/wistron_btns.c
6965
6966 WL1251 WIRELESS DRIVER
6967 M:      Kalle Valo <kvalo@adurom.com>
6968 L:      linux-wireless@vger.kernel.org
6969 W:      http://wireless.kernel.org
6970 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
6971 S:      Maintained
6972 F:      drivers/net/wireless/wl1251/*
6973
6974 WL1271 WIRELESS DRIVER
6975 M:      Luciano Coelho <coelho@ti.com>
6976 L:      linux-wireless@vger.kernel.org
6977 W:      http://wireless.kernel.org/en/users/Drivers/wl12xx
6978 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/luca/wl12xx.git
6979 S:      Maintained
6980 F:      drivers/net/wireless/wl12xx/
6981 F:      include/linux/wl12xx.h
6982
6983 WL3501 WIRELESS PCMCIA CARD DRIVER
6984 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
6985 L:      linux-wireless@vger.kernel.org
6986 W:      http://oops.ghostprotocols.net:81/blog
6987 S:      Maintained
6988 F:      drivers/net/wireless/wl3501*
6989
6990 WM97XX TOUCHSCREEN DRIVERS
6991 M:      Mark Brown <broonie@opensource.wolfsonmicro.com>
6992 M:      Liam Girdwood <lrg@slimlogic.co.uk>
6993 L:      linux-input@vger.kernel.org
6994 T:      git git://opensource.wolfsonmicro.com/linux-2.6-touch
6995 W:      http://opensource.wolfsonmicro.com/node/7
6996 S:      Supported
6997 F:      drivers/input/touchscreen/*wm97*
6998 F:      include/linux/wm97xx.h
6999
7000 WOLFSON MICROELECTRONICS DRIVERS
7001 M:      Mark Brown <broonie@opensource.wolfsonmicro.com>
7002 M:      Ian Lartey <ian@opensource.wolfsonmicro.com>
7003 M:      Dimitris Papastamos <dp@opensource.wolfsonmicro.com>
7004 T:      git git://opensource.wolfsonmicro.com/linux-2.6-asoc
7005 T:      git git://opensource.wolfsonmicro.com/linux-2.6-audioplus
7006 W:      http://opensource.wolfsonmicro.com/content/linux-drivers-wolfson-devices
7007 S:      Supported
7008 F:      Documentation/hwmon/wm83??
7009 F:      drivers/leds/leds-wm83*.c
7010 F:      drivers/mfd/wm8*.c
7011 F:      drivers/power/wm83*.c
7012 F:      drivers/rtc/rtc-wm83*.c
7013 F:      drivers/regulator/wm8*.c
7014 F:      drivers/video/backlight/wm83*_bl.c
7015 F:      drivers/watchdog/wm83*_wdt.c
7016 F:      include/linux/mfd/wm831x/
7017 F:      include/linux/mfd/wm8350/
7018 F:      include/linux/mfd/wm8400*
7019 F:      include/sound/wm????.h
7020 F:      sound/soc/codecs/wm*
7021
7022 WORKQUEUE
7023 M:      Tejun Heo <tj@kernel.org>
7024 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq.git
7025 S:      Maintained
7026 F:      include/linux/workqueue.h
7027 F:      kernel/workqueue.c
7028 F:      Documentation/workqueue.txt
7029
7030 X.25 NETWORK LAYER
7031 M:      Andrew Hendry <andrew.hendry@gmail.com>
7032 L:      linux-x25@vger.kernel.org
7033 S:      Odd Fixes
7034 F:      Documentation/networking/x25*
7035 F:      include/net/x25*
7036 F:      net/x25/
7037
7038 X86 ARCHITECTURE (32-BIT AND 64-BIT)
7039 M:      Thomas Gleixner <tglx@linutronix.de>
7040 M:      Ingo Molnar <mingo@redhat.com>
7041 M:      "H. Peter Anvin" <hpa@zytor.com>
7042 M:      x86@kernel.org
7043 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86.git
7044 S:      Maintained
7045 F:      Documentation/x86/
7046 F:      arch/x86/
7047
7048 X86 PLATFORM DRIVERS
7049 M:      Matthew Garrett <mjg@redhat.com>
7050 L:      platform-driver-x86@vger.kernel.org
7051 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mjg59/platform-drivers-x86.git
7052 S:      Maintained
7053 F:      drivers/platform/x86
7054
7055 X86 MCE INFRASTRUCTURE
7056 M:      Tony Luck <tony.luck@intel.com>
7057 M:      Borislav Petkov <bp@amd64.org>
7058 L:      linux-edac@vger.kernel.org
7059 S:      Maintained
7060 F:      arch/x86/kernel/cpu/mcheck/*
7061
7062 XEN HYPERVISOR INTERFACE
7063 M:      Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>
7064 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
7065 L:      xen-devel@lists.xensource.com (moderated for non-subscribers)
7066 L:      virtualization@lists.linux-foundation.org
7067 S:      Supported
7068 F:      arch/x86/xen/
7069 F:      drivers/*/xen-*front.c
7070 F:      drivers/xen/
7071 F:      arch/x86/include/asm/xen/
7072 F:      include/xen/
7073
7074 XEN NETWORK BACKEND DRIVER
7075 M:      Ian Campbell <ian.campbell@citrix.com>
7076 L:      xen-devel@lists.xensource.com (moderated for non-subscribers)
7077 L:      netdev@vger.kernel.org
7078 S:      Supported
7079 F:      drivers/net/xen-netback/*
7080
7081 XEN PCI SUBSYSTEM
7082 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
7083 L:      xen-devel@lists.xensource.com (moderated for non-subscribers)
7084 S:      Supported
7085 F:      arch/x86/pci/*xen*
7086 F:      drivers/pci/*xen*
7087
7088 XEN SWIOTLB SUBSYSTEM
7089 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
7090 L:      xen-devel@lists.xensource.com (moderated for non-subscribers)
7091 S:      Supported
7092 F:      arch/x86/xen/*swiotlb*
7093 F:      drivers/xen/*swiotlb*
7094
7095 XFS FILESYSTEM
7096 P:      Silicon Graphics Inc
7097 M:      Alex Elder <aelder@sgi.com>
7098 M:      xfs-masters@oss.sgi.com
7099 L:      xfs@oss.sgi.com
7100 W:      http://oss.sgi.com/projects/xfs
7101 T:      git git://oss.sgi.com/xfs/xfs.git
7102 S:      Supported
7103 F:      Documentation/filesystems/xfs.txt
7104 F:      fs/xfs/
7105
7106 XILINX SYSTEMACE DRIVER
7107 M:      Grant Likely <grant.likely@secretlab.ca>
7108 W:      http://www.secretlab.ca/
7109 S:      Maintained
7110 F:      drivers/block/xsysace.c
7111
7112 XILINX UARTLITE SERIAL DRIVER
7113 M:      Peter Korsgaard <jacmet@sunsite.dk>
7114 L:      linux-serial@vger.kernel.org
7115 S:      Maintained
7116 F:      drivers/tty/serial/uartlite.c
7117
7118 YAM DRIVER FOR AX.25
7119 M:      Jean-Paul Roubelat <jpr@f6fbb.org>
7120 L:      linux-hams@vger.kernel.org
7121 S:      Maintained
7122 F:      drivers/net/hamradio/yam*
7123 F:      include/linux/yam.h
7124
7125 YEALINK PHONE DRIVER
7126 M:      Henk Vergonet <Henk.Vergonet@gmail.com>
7127 L:      usbb2k-api-dev@nongnu.org
7128 S:      Maintained
7129 F:      Documentation/input/yealink.txt
7130 F:      drivers/input/misc/yealink.*
7131
7132 Z8530 DRIVER FOR AX.25
7133 M:      Joerg Reuter <jreuter@yaina.de>
7134 W:      http://yaina.de/jreuter/
7135 W:      http://www.qsl.net/dl1bke/
7136 L:      linux-hams@vger.kernel.org
7137 S:      Maintained
7138 F:      Documentation/networking/z8530drv.txt
7139 F:      drivers/net/hamradio/*scc.c
7140 F:      drivers/net/hamradio/z8530.h
7141
7142 ZD1211RW WIRELESS DRIVER
7143 M:      Daniel Drake <dsd@gentoo.org>
7144 M:      Ulrich Kunitz <kune@deine-taler.de>
7145 W:      http://zd1211.ath.cx/wiki/DriverRewrite
7146 L:      linux-wireless@vger.kernel.org
7147 L:      zd1211-devs@lists.sourceforge.net (subscribers-only)
7148 S:      Maintained
7149 F:      drivers/net/wireless/zd1211rw/
7150
7151 ZR36067 VIDEO FOR LINUX DRIVER
7152 L:      mjpeg-users@lists.sourceforge.net
7153 L:      linux-media@vger.kernel.org
7154 W:      http://mjpeg.sourceforge.net/driver-zoran/
7155 T:      Mercurial http://linuxtv.org/hg/v4l-dvb
7156 S:      Odd Fixes
7157 F:      drivers/media/video/zoran/
7158
7159 ZS DECSTATION Z85C30 SERIAL DRIVER
7160 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
7161 S:      Maintained
7162 F:      drivers/tty/serial/zs.*
7163
7164 THE REST
7165 M:      Linus Torvalds <torvalds@linux-foundation.org>
7166 L:      linux-kernel@vger.kernel.org
7167 Q:      http://patchwork.kernel.org/project/LKML/list/
7168 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git
7169 S:      Buried alive in reporters
7170 F:      *
7171 F:      */