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