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