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