Add serial number support for virtio_blk, V4a
[pandora-kernel.git] / MAINTAINERS
1
2         List of maintainers and how to submit kernel changes
3
4 Please try to follow the guidelines below.  This will make things
5 easier on the maintainers.  Not all of these guidelines matter for every
6 trivial patch so apply some common sense.
7
8 1.      Always _test_ your changes, however small, on at least 4 or
9         5 people, preferably many more.
10
11 2.      Try to release a few ALPHA test versions to the net. Announce
12         them onto the kernel channel and await results. This is especially
13         important for device drivers, because often that's the only way
14         you will find things like the fact version 3 firmware needs
15         a magic fix you didn't know about, or some clown changed the
16         chips on a board and not its name.  (Don't laugh!  Look at the
17         SMC etherpower for that.)
18
19 3.      Make sure your changes compile correctly in multiple
20         configurations. In particular check that changes work both as a
21         module and built into the kernel.
22
23 4.      When you are happy with a change make it generally available for
24         testing and await feedback.
25
26 5.      Make a patch available to the relevant maintainer in the list. Use
27         'diff -u' to make the patch easy to merge. Be prepared to get your
28         changes sent back with seemingly silly requests about formatting
29         and variable names.  These aren't as silly as they seem. One
30         job the maintainers (and especially Linus) do is to keep things
31         looking the same. Sometimes this means that the clever hack in
32         your driver to get around a problem actually needs to become a
33         generalized kernel feature ready for next time.
34
35         PLEASE check your patch with the automated style checker
36         (scripts/checkpatch.pl) to catch trival style violations.
37         See Documentation/CodingStyle for guidance here.
38
39         PLEASE try to include any credit lines you want added with the
40         patch. It avoids people being missed off by mistake and makes
41         it easier to know who wants adding and who doesn't.
42
43         PLEASE document known bugs. If it doesn't work for everything
44         or does something very odd once a month document it.
45
46         PLEASE remember that submissions must be made under the terms
47         of the OSDL certificate of contribution and should include a
48         Signed-off-by: line.  The current version of this "Developer's
49         Certificate of Origin" (DCO) is listed in the file
50         Documentation/SubmittingPatches.
51
52 6.      Make sure you have the right to send any changes you make. If you
53         do changes at work you may find your employer owns the patch
54         not you.
55
56 7.      When sending security related changes or reports to a maintainer
57         please Cc: security@kernel.org, especially if the maintainer
58         does not respond.
59
60 8.      Happy hacking.
61
62                 -----------------------------------
63
64 Maintainers List (try to look for most precise areas first)
65
66 Note: For the hard of thinking, this list is meant to remain in alphabetical
67 order. If you could add yourselves to it in alphabetical order that would be
68 so much easier [Ed]
69
70 P: Person
71 M: Mail patches to
72 L: Mailing list that is relevant to this area
73 W: Web-page with status/info
74 T: SCM tree type and location.  Type is one of: git, hg, quilt.
75 S: Status, one of the following:
76
77         Supported:      Someone is actually paid to look after this.
78         Maintained:     Someone actually looks after it.
79         Odd Fixes:      It has a maintainer but they don't have time to do
80                         much other than throw the odd patch in. See below..
81         Orphan:         No current maintainer [but maybe you could take the
82                         role as you write your new code].
83         Obsolete:       Old code. Something tagged obsolete generally means
84                         it has been replaced by a better system and you
85                         should be using that.
86
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
100 3C505 NETWORK DRIVER
101 P:      Philip Blundell
102 M:      philb@gnu.org
103 L:      netdev@vger.kernel.org
104 S:      Maintained
105 F:      drivers/net/3c505*
106
107 3C59X NETWORK DRIVER
108 P:      Steffen Klassert
109 M:      klassert@mathematik.tu-chemnitz.de
110 L:      netdev@vger.kernel.org
111 S:      Maintained
112 F:      Documentation/networking/vortex.txt
113 F:      drivers/net/3c59x.c
114
115 3CR990 NETWORK DRIVER
116 P:      David Dillow
117 M:      dave@thedillows.org
118 L:      netdev@vger.kernel.org
119 S:      Maintained
120 F:      drivers/net/typhoon*
121
122 3W-9XXX SATA-RAID CONTROLLER DRIVER
123 P:      Adam Radford
124 M:      linuxraid@amcc.com
125 L:      linux-scsi@vger.kernel.org
126 W:      http://www.amcc.com
127 S:      Supported
128 F:      drivers/scsi/3w-9xxx*
129
130 3W-XXXX ATA-RAID CONTROLLER DRIVER
131 P:      Adam Radford
132 M:      linuxraid@amcc.com
133 L:      linux-scsi@vger.kernel.org
134 W:      http://www.amcc.com
135 S:      Supported
136 F:      drivers/scsi/3w-xxxx*
137
138 53C700 AND 53C700-66 SCSI DRIVER
139 P:      James E.J. Bottomley
140 M:      James.Bottomley@HansenPartnership.com
141 L:      linux-scsi@vger.kernel.org
142 S:      Maintained
143 F:      drivers/scsi/53c700*
144
145 6PACK NETWORK DRIVER FOR AX.25
146 P:      Andreas Koensgen
147 M:      ajk@iehk.rwth-aachen.de
148 L:      linux-hams@vger.kernel.org
149 S:      Maintained
150 F:      drivers/net/hamradio/6pack.c
151
152 8169 10/100/1000 GIGABIT ETHERNET DRIVER
153 P:      Francois Romieu
154 M:      romieu@fr.zoreil.com
155 L:      netdev@vger.kernel.org
156 S:      Maintained
157 F:      drivers/net/r8169.c
158
159 8250/16?50 (AND CLONE UARTS) SERIAL DRIVER
160 L:      linux-serial@vger.kernel.org
161 W:      http://serial.sourceforge.net
162 S:      Orphan
163 F:      drivers/serial/8250*
164 F:      include/linux/serial_8250.h
165
166 8390 NETWORK DRIVERS [WD80x3/SMC-ELITE, SMC-ULTRA, NE2000, 3C503, etc.]
167 P:      Paul Gortmaker
168 M:      p_gortmaker@yahoo.com
169 L:      netdev@vger.kernel.org
170 S:      Maintained
171 F:      drivers/net/*8390*
172 F:      drivers/net/ax88796.c
173
174 9P FILE SYSTEM
175 P:      Eric Van Hensbergen
176 M:      ericvh@gmail.com
177 P:      Ron Minnich
178 M:      rminnich@sandia.gov
179 P:      Latchesar Ionkov
180 M:      lucho@ionkov.net
181 L:      v9fs-developer@lists.sourceforge.net
182 W:      http://swik.net/v9fs
183 T:      git git://git.kernel.org/pub/scm/linux/kernel/ericvh/v9fs.git
184 S:      Maintained
185 F:      Documentation/filesystems/9p.txt
186 F:      fs/9p/
187
188 A2232 SERIAL BOARD DRIVER
189 P:      Enver Haase
190 M:      A2232@gmx.net
191 L:      linux-m68k@lists.linux-m68k.org
192 S:      Maintained
193 F:      drivers/char/ser_a2232*
194
195 AACRAID SCSI RAID DRIVER
196 P:      Adaptec OEM Raid Solutions
197 M:      aacraid@adaptec.com
198 L:      linux-scsi@vger.kernel.org
199 W:      http://www.adaptec.com/
200 S:      Supported
201 F:      Documentation/scsi/aacraid.txt
202 F:      drivers/scsi/aacraid/
203
204 ABIT UGURU 1,2 HARDWARE MONITOR DRIVER
205 P:      Hans de Goede
206 M:      j.w.r.degoede@hhs.nl
207 L:      lm-sensors@lm-sensors.org
208 S:      Maintained
209 F:      drivers/hwmon/abituguru.c
210
211 ABIT UGURU 3 HARDWARE MONITOR DRIVER
212 P:      Alistair John Strachan
213 M:      alistair@devzero.co.uk
214 L:      lm-sensors@lm-sensors.org
215 S:      Maintained
216 F:      drivers/hwmon/abituguru3.c
217
218 ACENIC DRIVER
219 P:      Jes Sorensen
220 M:      jes@trained-monkey.org
221 L:      linux-acenic@sunsite.dk
222 S:      Maintained
223 F:      drivers/net/acenic*
224
225 ACER WMI LAPTOP EXTRAS
226 P:      Carlos Corbacho
227 M:      carlos@strangeworlds.co.uk
228 L:      aceracpi@googlegroups.com (subscribers-only)
229 W:      http://code.google.com/p/aceracpi
230 S:      Maintained
231 F:      drivers/platform/x86/acer-wmi.c
232
233 ACPI
234 P:      Len Brown
235 M:      lenb@kernel.org
236 L:      linux-acpi@vger.kernel.org
237 W:      http://www.lesswatts.org/projects/acpi/
238 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6.git
239 S:      Supported
240 F:      drivers/acpi/
241 F:      drivers/pnp/pnpacpi/
242 F:      include/linux/acpi.h
243
244 ACPI BATTERY DRIVERS
245 P:      Alexey Starikovskiy
246 M:      astarikovskiy@suse.de
247 L:      linux-acpi@vger.kernel.org
248 W:      http://www.lesswatts.org/projects/acpi/
249 S:      Supported
250 F:      drivers/acpi/battery.c
251 F:      drivers/acpi/*sbs*
252
253 ACPI EC DRIVER
254 P:      Alexey Starikovskiy
255 M:      astarikovskiy@suse.de
256 L:      linux-acpi@vger.kernel.org
257 W:      http://www.lesswatts.org/projects/acpi/
258 S:      Supported
259 F:      drivers/acpi/ec.c
260
261 ACPI FAN DRIVER
262 P:      Zhang Rui
263 M:      rui.zhang@intel.com
264 L:      linux-acpi@vger.kernel.org
265 W:      http://www.lesswatts.org/projects/acpi/
266 S:      Supported
267 F:      drivers/acpi/fan.c
268
269 ACPI PCI HOTPLUG DRIVER
270 P:      Kristen Carlson Accardi
271 M:      kristen.c.accardi@intel.com
272 L:      linux-pci@vger.kernel.org
273 S:      Supported
274 F:      drivers/pci/hotplug/acpi*
275
276 ACPI THERMAL DRIVER
277 P:      Zhang Rui
278 M:      rui.zhang@intel.com
279 L:      linux-acpi@vger.kernel.org
280 W:      http://www.lesswatts.org/projects/acpi/
281 S:      Supported
282 F:      drivers/acpi/*thermal*
283
284 ACPI VIDEO DRIVER
285 P:      Zhang Rui
286 M:      rui.zhang@intel.com
287 L:      linux-acpi@vger.kernel.org
288 W:      http://www.lesswatts.org/projects/acpi/
289 S:      Supported
290 F:      drivers/acpi/video.c
291
292 ACPI WMI DRIVER
293 P:      Carlos Corbacho
294 M:      carlos@strangeworlds.co.uk
295 L:      linux-acpi@vger.kernel.org
296 W:      http://www.lesswatts.org/projects/acpi/
297 S:      Maintained
298 F:      drivers/platform/x86/wmi.c
299
300 AD1889 ALSA SOUND DRIVER
301 P:      Kyle McMartin
302 M:      kyle@mcmartin.ca
303 P:      Thibaut Varene
304 M:      T-Bone@parisc-linux.org
305 W:      http://wiki.parisc-linux.org/AD1889
306 L:      linux-parisc@vger.kernel.org
307 S:      Maintained
308 F:      sound/pci/ad1889.*
309
310 ADM1025 HARDWARE MONITOR DRIVER
311 P:      Jean Delvare
312 M:      khali@linux-fr.org
313 L:      lm-sensors@lm-sensors.org
314 S:      Maintained
315 F:      Documentation/hwmon/adm1025
316 F:      drivers/hwmon/adm1025.c
317
318 ADM1029 HARDWARE MONITOR DRIVER
319 P:      Corentin Labbe
320 M:      corentin.labbe@geomatys.fr
321 L:      lm-sensors@lm-sensors.org
322 S:      Maintained
323 F:      drivers/hwmon/adm1029.c
324
325 ADM8211 WIRELESS DRIVER
326 P:      Michael Wu
327 M:      flamingice@sourmilk.net
328 L:      linux-wireless@vger.kernel.org
329 W:      http://linuxwireless.org/
330 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
331 S:      Maintained
332 F:      drivers/net/wireless/adm8211.*
333
334 ADT746X FAN DRIVER
335 P:      Colin Leroy
336 M:      colin@colino.net
337 S:      Maintained
338 F:      drivers/macintosh/therm_adt746x.c
339
340 ADVANSYS SCSI DRIVER
341 P:      Matthew Wilcox
342 M:      matthew@wil.cx
343 L:      linux-scsi@vger.kernel.org
344 S:      Maintained
345 F:      Documentation/scsi/advansys.txt
346 F:      drivers/scsi/advansys.c
347
348 AEDSP16 DRIVER
349 P:      Riccardo Facchetti
350 M:      fizban@tin.it
351 S:      Maintained
352 F:      sound/oss/aedsp16.c
353
354 AFFS FILE SYSTEM
355 P:      Roman Zippel
356 M:      zippel@linux-m68k.org
357 S:      Maintained
358 F:      Documentation/filesystems/affs.txt
359 F:      fs/affs/
360
361 AFS FILESYSTEM & AF_RXRPC SOCKET DOMAIN
362 P:      David Howells
363 M:      dhowells@redhat.com
364 L:      linux-afs@lists.infradead.org
365 S:      Supported
366 F:      fs/afs/
367 F:      include/net/af_rxrpc.h
368 F:      net/rxrpc/af_rxrpc.c
369
370 AGPGART DRIVER
371 P:      David Airlie
372 M:      airlied@linux.ie
373 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6.git
374 S:      Maintained
375 F:      drivers/char/agp/
376 F:      include/linux/agp*
377
378 AHA152X SCSI DRIVER
379 P:      Juergen E. Fischer
380 M:      fischer@norbit.de
381 L:      linux-scsi@vger.kernel.org
382 S:      Maintained
383 F:      drivers/scsi/aha152x*
384 F:      drivers/scsi/pcmcia/aha152x*
385
386 AIC7XXX / AIC79XX SCSI DRIVER
387 P:      Hannes Reinecke
388 M:      hare@suse.de
389 L:      linux-scsi@vger.kernel.org
390 S:      Maintained
391 F:      drivers/scsi/aic7xxx/
392 F:      drivers/scsi/aic7xxx_old/
393
394 AIO
395 P:      Benjamin LaHaise
396 M:      bcrl@kvack.org
397 L:      linux-aio@kvack.org
398 S:      Supported
399 F:      fs/aio.c
400 F:      include/linux/*aio*.h
401
402 ALCATEL SPEEDTOUCH USB DRIVER
403 P:      Duncan Sands
404 M:      duncan.sands@free.fr
405 L:      linux-usb@vger.kernel.org
406 W:      http://www.linux-usb.org/SpeedTouch/
407 S:      Maintained
408 F:      drivers/usb/atm/speedtch.c
409 F:      drivers/usb/atm/usbatm.c
410
411 ALCHEMY AU1XX0 MMC DRIVER
412 P:      Manuel Lauss
413 M:      manuel.lauss@gmail.com
414 S:      Maintained
415 F:      drivers/mmc/host/au1xmmc.c
416
417 ALI1563 I2C DRIVER
418 P:      Rudolf Marek
419 M:      r.marek@assembler.cz
420 L:      linux-i2c@vger.kernel.org
421 S:      Maintained
422 F:      Documentation/i2c/busses/i2c-ali1563
423 F:      drivers/i2c/busses/i2c-ali1563.c
424
425 ALPHA PORT
426 P:      Richard Henderson
427 M:      rth@twiddle.net
428 S:      Odd Fixes for 2.4; Maintained for 2.6.
429 P:      Ivan Kokshaysky
430 M:      ink@jurassic.park.msu.ru
431 S:      Maintained for 2.4; PCI support for 2.6.
432 L:      linux-alpha@vger.kernel.org
433 F:      arch/alpha/
434
435 AMD GEODE CS5536 USB DEVICE CONTROLLER DRIVER
436 P:      Thomas Dahlmann
437 M:      thomas.dahlmann@amd.com
438 L:      linux-geode@lists.infradead.org (moderated for non-subscribers)
439 S:      Supported
440 F:      drivers/usb/gadget/amd5536udc.*
441
442 AMD GEODE PROCESSOR/CHIPSET SUPPORT
443 P:      Jordan Crouse
444 L:      linux-geode@lists.infradead.org (moderated for non-subscribers)
445 W:      http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html
446 S:      Supported
447 F:      arch/x86/kernel/geode_32.c
448 F:      drivers/char/hw_random/geode-rng.c
449 F:      drivers/crypto/geode*
450 F:      drivers/video/geode/
451 F:      arch/x86/include/asm/geode.h
452
453 AMD IOMMU (AMD-VI)
454 P:      Joerg Roedel
455 M:      joerg.roedel@amd.com
456 L:      iommu@lists.linux-foundation.org
457 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/joro/linux-2.6-iommu.git
458 S:      Supported
459 F:      arch/x86/kernel/amd_iommu*.c
460 F:      arch/x86/include/asm/amd_iommu*.h
461
462 AMD MICROCODE UPDATE SUPPORT
463 P:      Andreas Herrmann
464 M:      andreas.herrmann3@amd.com
465 L:      amd64-microcode@amd64.org
466 S:      Supported
467 F:      arch/x86/kernel/microcode_amd.c
468
469 AMS (Apple Motion Sensor) DRIVER
470 P:      Stelian Pop
471 M:      stelian@popies.net
472 P:      Michael Hanselmann
473 M:      linux-kernel@hansmi.ch
474 S:      Supported
475 F:      drivers/hwmon/ams/
476
477 AMSO1100 RNIC DRIVER
478 P:      Tom Tucker
479 M:      tom@opengridcomputing.com
480 P:      Steve Wise
481 M:      swise@opengridcomputing.com
482 L:      general@lists.openfabrics.org
483 S:      Maintained
484 F:      drivers/infiniband/hw/amso1100/
485
486 AOA (Apple Onboard Audio) ALSA DRIVER
487 P:      Johannes Berg
488 M:      johannes@sipsolutions.net
489 L:      linuxppc-dev@ozlabs.org
490 L:      alsa-devel@alsa-project.org (subscribers-only)
491 S:      Maintained
492 F:      sound/aoa/
493
494 APM DRIVER
495 P:      Stephen Rothwell
496 M:      sfr@canb.auug.org.au
497 L:      linux-laptop@vger.kernel.org
498 W:      http://www.canb.auug.org.au/~sfr/
499 S:      Supported
500 F:      arch/x86/kernel/apm_32.c
501 F:      include/linux/apm_bios.h
502
503 APPLE BCM5974 MULTITOUCH DRIVER
504 P:      Henrik Rydberg
505 M:      rydberg@euromail.se
506 L:      linux-input@vger.kernel.org
507 S:      Maintained
508 F:      drivers/input/mouse/bcm5974.c
509
510 APPLE SMC DRIVER
511 P:      Nicolas Boichat
512 M:      nicolas@boichat.ch
513 L:      mactel-linux-devel@lists.sourceforge.net
514 S:      Maintained
515 F:      drivers/hwmon/applesmc.c
516
517 APPLETALK NETWORK LAYER
518 P:      Arnaldo Carvalho de Melo
519 M:      acme@ghostprotocols.net
520 S:      Maintained
521 F:      drivers/net/appletalk/
522 F:      net/appletalk/
523
524 APPLETOUCH TOUCHPAD DRIVER
525 P:      Johannes Berg
526 M:      johannes@sipsolutions.net
527 L:      linux-input@vger.kernel.org
528 S:      Maintained
529 F:      Documentation/input/appletouch.txt
530 F:      drivers/input/mouse/appletouch.c
531
532 ARC FRAMEBUFFER DRIVER
533 P:      Jaya Kumar
534 M:      jayalk@intworks.biz
535 S:      Maintained
536 F:      drivers/video/arcfb.c
537 F:      drivers/video/fb_defio.c
538
539 ARM MFM AND FLOPPY DRIVERS
540 P:      Ian Molton
541 M:      spyro@f2s.com
542 S:      Maintained
543 F:      arch/arm/lib/floppydma.S
544 F:      arch/arm/include/asm/floppy.h
545
546 ARM PORT
547 P:      Russell King
548 M:      linux@arm.linux.org.uk
549 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
550 W:      http://www.arm.linux.org.uk/
551 S:      Maintained
552 F:      arch/arm/
553
554 ARM PRIMECELL MMCI PL180/1 DRIVER
555 S:      Orphan
556 F:      drivers/mmc/host/mmci.*
557
558 ARM/ADI ROADRUNNER MACHINE SUPPORT
559 P:      Lennert Buytenhek
560 M:      kernel@wantstofly.org
561 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
562 S:      Maintained
563 F:      arch/arm/mach-ixp23xx/
564 F:      arch/arm/mach-ixp23xx/include/mach/
565
566 ARM/ADS SPHERE MACHINE SUPPORT
567 P:      Lennert Buytenhek
568 M:      kernel@wantstofly.org
569 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
570 S:      Maintained
571
572 ARM/AFEB9260 MACHINE SUPPORT
573 P:      Sergey Lapin
574 M:      slapin@ossfans.org
575 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
576 S:      Maintained
577
578 ARM/AJECO 1ARM MACHINE SUPPORT
579 P:      Lennert Buytenhek
580 M:      kernel@wantstofly.org
581 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
582 S:      Maintained
583
584 ARM/ATMEL AT91RM9200 ARM ARCHITECTURE
585 P:      Andrew Victor
586 M:      linux@maxim.org.za
587 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
588 W:      http://maxim.org.za/at91_26.html
589 S:      Maintained
590
591 ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
592 P:      Lennert Buytenhek
593 M:      kernel@wantstofly.org
594 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
595 S:      Maintained
596
597 ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT
598 P:      Lennert Buytenhek
599 M:      kernel@wantstofly.org
600 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
601 S:      Maintained
602
603 ARM/CLKDEV SUPPORT
604 P:      Russell King
605 M:      linux@arm.linux.org.uk
606 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
607 F:      arch/arm/common/clkdev.c
608 F:      arch/arm/include/asm/clkdev.h
609
610 ARM/COMPULAB CM-X270/EM-X270 and CM-X300 MACHINE SUPPORT
611 P:      Mike Rapoport
612 M:      mike@compulab.co.il
613 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
614 S:      Maintained
615
616 ARM/CORGI MACHINE SUPPORT
617 P:      Richard Purdie
618 M:      rpurdie@rpsys.net
619 S:      Maintained
620
621 ARM/CORTINA SYSTEMS GEMINI ARM ARCHITECTURE
622 P:      Paulius Zaleckas
623 M:      paulius.zaleckas@teltonika.lt
624 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
625 T:      git git://gitorious.org/linux-gemini/mainline.git
626 S:      Maintained
627
628 ARM/EBSA110 MACHINE SUPPORT
629 P:      Russell King
630 M:      linux@arm.linux.org.uk
631 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
632 W:      http://www.arm.linux.org.uk/
633 S:      Maintained
634 F:      arch/arm/mach-ebsa110/
635 F:      drivers/net/arm/am79c961a.*
636
637 ARM/EZX SMARTPHONES (A780, A910, A1200, E680, ROKR E2 and ROKR E6)
638 P:      Daniel Ribeiro
639 M:      drwyrm@gmail.com
640 P:      Stefan Schmidt
641 M:      stefan@openezx.org
642 P:      Harald Welte
643 M:      laforge@openezx.org
644 L:      openezx-devel@lists.openezx.org (subscribers-only)
645 W:      http://www.openezx.org/
646 S:      Maintained
647
648 ARM/FARADAY FA526 PORT
649 P:      Paulius Zaleckas
650 M:      paulius.zaleckas@teltonika.lt
651 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
652 S:      Maintained
653
654 ARM/FOOTBRIDGE ARCHITECTURE
655 P:      Russell King
656 M:      linux@arm.linux.org.uk
657 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
658 W:      http://www.arm.linux.org.uk/
659 S:      Maintained
660 F:      arch/arm/include/asm/hardware/dec21285.h
661 F:      arch/arm/mach-footbridge/
662
663 ARM/FREESCALE IMX / MXC ARM ARCHITECTURE
664 P:      Sascha Hauer
665 M:      kernel@pengutronix.de
666 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
667 S:      Maintained
668
669 ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
670 P:      Lennert Buytenhek
671 M:      kernel@wantstofly.org
672 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
673 S:      Maintained
674
675 ARM/GUMSTIX MACHINE SUPPORT
676 P:      Steve Sakoman
677 M:      sakoman@gmail.com
678 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
679 S:      Maintained
680
681 ARM/HP JORNADA 7XX MACHINE SUPPORT
682 P:      Kristoffer Ericson
683 M:      kristoffer.ericson@gmail.com
684 W:      www.jlime.com
685 S:      Maintained
686
687 ARM/INTEL IOP32X ARM ARCHITECTURE
688 P:      Lennert Buytenhek
689 M:      kernel@wantstofly.org
690 P:      Dan Williams
691 M:      dan.j.williams@intel.com
692 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
693 S:      Supported
694
695 ARM/INTEL IOP33X ARM ARCHITECTURE
696 P:      Dan Williams
697 M:      dan.j.williams@intel.com
698 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
699 S:      Supported
700
701 ARM/INTEL IOP13XX ARM ARCHITECTURE
702 P:      Lennert Buytenhek
703 M:      kernel@wantstofly.org
704 P:      Dan Williams
705 M:      dan.j.williams@intel.com
706 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
707 S:      Supported
708
709 ARM/INTEL IQ81342EX MACHINE SUPPORT
710 P:      Lennert Buytenhek
711 M:      kernel@wantstofly.org
712 P:      Dan Williams
713 M:      dan.j.williams@intel.com
714 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
715 S:      Supported
716
717 ARM/INTEL IXP2000 ARM ARCHITECTURE
718 P:      Lennert Buytenhek
719 M:      kernel@wantstofly.org
720 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
721 S:      Maintained
722
723 ARM/INTEL IXDP2850 MACHINE SUPPORT
724 P:      Lennert Buytenhek
725 M:      kernel@wantstofly.org
726 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
727 S:      Maintained
728
729 ARM/INTEL IXP23XX ARM ARCHITECTURE
730 P:      Lennert Buytenhek
731 M:      kernel@wantstofly.org
732 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
733 S:      Maintained
734
735 ARM/INTEL XSC3 (MANZANO) ARM CORE
736 P:      Lennert Buytenhek
737 M:      kernel@wantstofly.org
738 P:      Dan Williams
739 M:      dan.j.williams@intel.com
740 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
741 S:      Supported
742
743 ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT
744 P:      Lennert Buytenhek
745 M:      kernel@wantstofly.org
746 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
747 S:      Maintained
748
749 ARM/LOGICPD PXA270 MACHINE SUPPORT
750 P:      Lennert Buytenhek
751 M:      kernel@wantstofly.org
752 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
753 S:      Maintained
754
755 ARM/MAGICIAN MACHINE SUPPORT
756 P:      Philipp Zabel
757 M:      philipp.zabel@gmail.com
758 S:      Maintained
759
760 ARM/NEC MOBILEPRO 900/c MACHINE SUPPORT
761 P:      Michael Petchkovsky
762 M:      mkpetch@internode.on.net
763 S:      Maintained
764
765 ARM/TOSA MACHINE SUPPORT
766 P:      Dmitry Eremin-Solenikov
767 M:      dbaryshkov@gmail.com
768 P:      Dirk Opfer
769 M:      dirk@opfer-online.de
770 S:      Maintained
771
772 ARM/PALMTX,PALMT5,PALMLD,PALMTE2 SUPPORT
773 P:      Marek Vasut
774 M:      marek.vasut@gmail.com
775 W:      http://hackndev.com
776 S:      Maintained
777
778 ARM/PALMZ72 SUPPORT
779 P:      Sergey Lapin
780 M:      slapin@ossfans.org
781 W:      http://hackndev.com
782 S:      Maintained
783
784 ARM/PLEB SUPPORT
785 P:      Peter Chubb
786 M:      pleb@gelato.unsw.edu.au
787 W:      http://www.disy.cse.unsw.edu.au/Hardware/PLEB
788 S:      Maintained
789
790 ARM/PT DIGITAL BOARD PORT
791 P:      Stefan Eletzhofer
792 M:      stefan.eletzhofer@eletztrick.de
793 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
794 W:      http://www.arm.linux.org.uk/
795 S:      Maintained
796
797 ARM/RADISYS ENP2611 MACHINE SUPPORT
798 P:      Lennert Buytenhek
799 M:      kernel@wantstofly.org
800 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
801 S:      Maintained
802
803 ARM/RISCPC ARCHITECTURE
804 P:      Russell King
805 M:      linux@arm.linux.org.uk
806 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
807 W:      http://www.arm.linux.org.uk/
808 S:      Maintained
809 F:      arch/arm/common/time-acorn.c
810 F:      arch/arm/include/asm/hardware/entry-macro-iomd.S
811 F:      arch/arm/include/asm/hardware/ioc.h
812 F:      arch/arm/include/asm/hardware/iomd.h
813 F:      arch/arm/include/asm/hardware/memc.h
814 F:      arch/arm/mach-rpc/
815 F:      drivers/net/arm/ether*
816 F:      drivers/scsi/arm/
817
818 ARM/SHARK MACHINE SUPPORT
819 P:      Alexander Schulz
820 M:      alex@shark-linux.de
821 W:      http://www.shark-linux.de/shark.html
822 S:      Maintained
823
824 ARM/S3C2410 ARM ARCHITECTURE
825 P:      Ben Dooks
826 M:      ben-linux@fluff.org
827 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
828 W:      http://www.fluff.org/ben/linux/
829 S:      Maintained
830
831 ARM/S3C2440 ARM ARCHITECTURE
832 P:      Ben Dooks
833 M:      ben-linux@fluff.org
834 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
835 W:      http://www.fluff.org/ben/linux/
836 S:      Maintained
837
838 ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
839 P:      Lennert Buytenhek
840 M:      kernel@wantstofly.org
841 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
842 S:      Maintained
843
844 ARM/THECUS N2100 MACHINE SUPPORT
845 P:      Lennert Buytenhek
846 M:      kernel@wantstofly.org
847 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
848 S:      Maintained
849
850 ARM/NUVOTON W90X900 ARM ARCHITECTURE
851 P:      Wan ZongShun
852 M:      mcuos.com@gmail.com
853 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
854 W:      http://www.mcuos.com
855 S:      Maintained
856
857 ARM/VFP SUPPORT
858 P:      Russell King
859 M:      linux@arm.linux.org.uk
860 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
861 W:      http://www.arm.linux.org.uk/
862 S:      Maintained
863 F:      arch/arm/vfp/
864
865 ARPD SUPPORT
866 P:      Jonathan Layes
867 L:      netdev@vger.kernel.org
868 S:      Maintained
869 F:      net/ipv4/arp.c
870
871 ASUS ACPI EXTRAS DRIVER
872 P:      Corentin Chary
873 M:      corentincj@iksaif.net
874 P:      Karol Kozimor
875 M:      sziwan@users.sourceforge.net
876 L:      acpi4asus-user@lists.sourceforge.net
877 W:      http://sourceforge.net/projects/acpi4asus
878 W:      http://xf.iksaif.net/acpi4asus
879 S:      Maintained
880 F:      arch/x86/kernel/acpi/boot.c
881 F:      drivers/platform/x86/asus_acpi.c
882
883 ASUS ASB100 HARDWARE MONITOR DRIVER
884 P:      Mark M. Hoffman
885 M:      mhoffman@lightlink.com
886 L:      lm-sensors@lm-sensors.org
887 S:      Maintained
888 F:      drivers/hwmon/asb100.c
889
890 ASUS LAPTOP EXTRAS DRIVER
891 P:      Corentin Chary
892 M:      corentincj@iksaif.net
893 L:      acpi4asus-user@lists.sourceforge.net
894 W:      http://sourceforge.net/projects/acpi4asus
895 W:      http://xf.iksaif.net/acpi4asus
896 S:      Maintained
897 F:      drivers/platform/x86/asus-laptop.c
898
899 ASYNCHRONOUS TRANSFERS/TRANSFORMS (IOAT) API
900 P:      Dan Williams
901 M:      dan.j.williams@intel.com
902 P:      Maciej Sosnowski
903 M:      maciej.sosnowski@intel.com
904 L:      linux-kernel@vger.kernel.org
905 W:      http://sourceforge.net/projects/xscaleiop
906 S:      Supported
907 F:      Documentation/crypto/async-tx-api.txt
908 F:      crypto/async_tx/
909 F:      drivers/dma/
910 F:      include/linux/dmaengine.h
911 F:      include/linux/async_tx.h
912
913 ATA OVER ETHERNET (AOE) DRIVER
914 P:      Ed L. Cashin
915 M:      ecashin@coraid.com
916 W:      http://www.coraid.com/support/linux
917 S:      Supported
918 F:      Documentation/aoe/
919 F:      drivers/block/aoe/
920
921 ATHEROS ATH5K WIRELESS DRIVER
922 P:      Jiri Slaby
923 M:      jirislaby@gmail.com
924 P:      Nick Kossifidis
925 M:      mickflemm@gmail.com
926 P:      Luis R. Rodriguez
927 M:      lrodriguez@atheros.com
928 P:      Bob Copeland
929 M:      me@bobcopeland.com
930 L:      linux-wireless@vger.kernel.org
931 L:      ath5k-devel@lists.ath5k.org
932 S:      Maintained
933 F:      drivers/net/wireless/ath5k/
934
935 ATHEROS ATH9K WIRELESS DRIVER
936 P:      Luis R. Rodriguez
937 M:      lrodriguez@atheros.com
938 P:      Jouni Malinen
939 M:      jmalinen@atheros.com
940 L:      linux-wireless@vger.kernel.org
941 L:      ath9k-devel@lists.ath9k.org
942 S:      Supported
943 F:      drivers/net/wireless/ath9k/
944
945 ATHEROS AR9170 WIRELESS DRIVER
946 P:      Christian Lamparter
947 M:      chunkeey@web.de
948 L:      linux-wireless@vger.kernel.org
949 W:      http://wireless.kernel.org/en/users/Drivers/ar9170
950 S:      Maintained
951 F:      drivers/net/wireless/ar9170/
952
953 ATI_REMOTE2 DRIVER
954 P:      Ville Syrjala
955 M:      syrjala@sci.fi
956 S:      Maintained
957 F:      drivers/input/misc/ati_remote2.c
958
959 ATLX ETHERNET DRIVERS
960 P:      Jay Cliburn
961 M:      jcliburn@gmail.com
962 P:      Chris Snook
963 M:      csnook@redhat.com
964 P:      Jie Yang
965 M:      jie.yang@atheros.com
966 L:      atl1-devel@lists.sourceforge.net
967 W:      http://sourceforge.net/projects/atl1
968 W:      http://atl1.sourceforge.net
969 S:      Maintained
970 F:      drivers/net/atlx/
971
972 ATM
973 P:      Chas Williams
974 M:      chas@cmf.nrl.navy.mil
975 L:      linux-atm-general@lists.sourceforge.net (subscribers-only)
976 L:      netdev@vger.kernel.org
977 W:      http://linux-atm.sourceforge.net
978 S:      Maintained
979 F:      drivers/atm/
980 F:      include/linux/atm*
981
982 ATMEL AT91 MCI DRIVER
983 P:      Nicolas Ferre
984 M:      nicolas.ferre@atmel.com
985 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
986 W:      http://www.atmel.com/products/AT91/
987 W:      http://www.at91.com/
988 S:      Maintained
989 F:      drivers/mmc/host/at91_mci.c
990
991 ATMEL AT91 / AT32 SERIAL DRIVER
992 P:      Haavard Skinnemoen
993 M:      hskinnemoen@atmel.com
994 L:      linux-kernel@vger.kernel.org
995 S:      Supported
996 F:      drivers/serial/atmel_serial.c
997
998 ATMEL LCDFB DRIVER
999 P:      Nicolas Ferre
1000 M:      nicolas.ferre@atmel.com
1001 L:      linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
1002 S:      Maintained
1003 F:      drivers/video/atmel_lcdfb.c
1004 F:      include/video/atmel_lcdc.h
1005
1006 ATMEL MACB ETHERNET DRIVER
1007 P:      Haavard Skinnemoen
1008 M:      hskinnemoen@atmel.com
1009 S:      Supported
1010 F:      drivers/net/macb.*
1011
1012 ATMEL SPI DRIVER
1013 P:      Haavard Skinnemoen
1014 M:      hskinnemoen@atmel.com
1015 S:      Supported
1016 F:      drivers/spi/atmel_spi.*
1017
1018 ATMEL USBA UDC DRIVER
1019 P:      Haavard Skinnemoen
1020 M:      hskinnemoen@atmel.com
1021 L:      kernel@avr32linux.org
1022 W:      http://avr32linux.org/twiki/bin/view/Main/AtmelUsbDeviceDriver
1023 S:      Supported
1024 F:      drivers/usb/gadget/atmel_usba_udc.*
1025
1026 ATMEL WIRELESS DRIVER
1027 P:      Simon Kelley
1028 M:      simon@thekelleys.org.uk
1029 L:      linux-wireless@vger.kernel.org
1030 W:      http://www.thekelleys.org.uk/atmel
1031 W:      http://atmelwlandriver.sourceforge.net/
1032 S:      Maintained
1033 F:      drivers/net/wireless/atmel*
1034
1035 AUDIT SUBSYSTEM
1036 P:      Al Viro
1037 M:      viro@zeniv.linux.org.uk
1038 P:      Eric Paris
1039 M:      eparis@redhat.com
1040 L:      linux-audit@redhat.com (subscribers-only)
1041 W:      http://people.redhat.com/sgrubb/audit/
1042 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/viro/audit-current.git
1043 S:      Maintained
1044 F:      include/linux/audit.h
1045 F:      kernel/audit*
1046
1047 AUXILIARY DISPLAY DRIVERS
1048 P:      Miguel Ojeda Sandonis
1049 M:      miguel.ojeda.sandonis@gmail.com
1050 L:      linux-kernel@vger.kernel.org
1051 W:      http://miguelojeda.es/auxdisplay.htm
1052 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
1053 S:      Maintained
1054 F:      drivers/auxdisplay/
1055 F:      include/linux/cfag12864b.h
1056
1057 AVR32 ARCHITECTURE
1058 P:      Haavard Skinnemoen
1059 M:      hskinnemoen@atmel.com
1060 W:      http://www.atmel.com/products/AVR32/
1061 W:      http://avr32linux.org/
1062 W:      http://avrfreaks.net/
1063 S:      Supported
1064 F:      arch/avr32/
1065
1066 AVR32/AT32AP MACHINE SUPPORT
1067 P:      Haavard Skinnemoen
1068 M:      hskinnemoen@atmel.com
1069 S:      Supported
1070 F:      arch/avr32/mach-at32ap/
1071
1072 AX.25 NETWORK LAYER
1073 P:      Ralf Baechle
1074 M:      ralf@linux-mips.org
1075 L:      linux-hams@vger.kernel.org
1076 W:      http://www.linux-ax25.org/
1077 S:      Maintained
1078 F:      include/linux/ax25.h
1079 F:      include/net/ax25.h
1080 F:      net/ax25/
1081
1082 B43 WIRELESS DRIVER
1083 P:      Michael Buesch
1084 M:      mb@bu3sch.de
1085 P:      Stefano Brivio
1086 M:      stefano.brivio@polimi.it
1087 L:      linux-wireless@vger.kernel.org
1088 W:      http://linuxwireless.org/en/users/Drivers/b43
1089 S:      Maintained
1090 F:      drivers/net/wireless/b43/
1091
1092 B43LEGACY WIRELESS DRIVER
1093 P:      Larry Finger
1094 M:      Larry.Finger@lwfinger.net
1095 P:      Stefano Brivio
1096 M:      stefano.brivio@polimi.it
1097 L:      linux-wireless@vger.kernel.org
1098 W:      http://linuxwireless.org/en/users/Drivers/b43
1099 S:      Maintained
1100 F:      drivers/net/wireless/b43legacy/
1101
1102 BACKLIGHT CLASS/SUBSYSTEM
1103 P:      Richard Purdie
1104 M:      rpurdie@rpsys.net
1105 S:      Maintained
1106 F:      drivers/video/backlight/
1107 F:      include/linux/backlight.h
1108
1109 BAYCOM/HDLCDRV DRIVERS FOR AX.25
1110 P:      Thomas Sailer
1111 M:      t.sailer@alumni.ethz.ch
1112 L:      linux-hams@vger.kernel.org
1113 W:      http://www.baycom.org/~tom/ham/ham.html
1114 S:      Maintained
1115 F:      drivers/net/hamradio/baycom*
1116
1117 BEFS FILE SYSTEM
1118 P:      Sergey S. Kostyliov
1119 M:      rathamahata@php4.ru
1120 L:      linux-kernel@vger.kernel.org
1121 S:      Maintained
1122 F:      Documentation/filesystems/befs.txt
1123 F:      fs/befs/
1124
1125 BFS FILE SYSTEM
1126 P:      Tigran A. Aivazian
1127 M:      tigran@aivazian.fsnet.co.uk
1128 L:      linux-kernel@vger.kernel.org
1129 S:      Maintained
1130 F:      Documentation/filesystems/bfs.txt
1131 F:      fs/bfs/
1132 F:      include/linux/bfs_fs.h
1133
1134 BLACKFIN ARCHITECTURE
1135 P:      Bryan Wu
1136 M:      cooloney@kernel.org
1137 L:      uclinux-dist-devel@blackfin.uclinux.org
1138 W:      http://blackfin.uclinux.org
1139 S:      Supported
1140 F:      arch/blackfin/
1141
1142 BLACKFIN EMAC DRIVER
1143 P:      Bryan Wu
1144 M:      cooloney@kernel.org
1145 L:      uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
1146 W:      http://blackfin.uclinux.org
1147 S:      Supported
1148 F:      drivers/net/bfin_mac.*
1149
1150 BLACKFIN RTC DRIVER
1151 P:      Mike Frysinger
1152 M:      vapier.adi@gmail.com
1153 L:      uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
1154 W:      http://blackfin.uclinux.org
1155 S:      Supported
1156 F:      drivers/rtc/rtc-bfin.c
1157
1158 BLACKFIN SERIAL DRIVER
1159 P:      Sonic Zhang
1160 M:      sonic.zhang@analog.com
1161 L:      uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
1162 W:      http://blackfin.uclinux.org
1163 S:      Supported
1164 F:      drivers/serial/bfin_5xx.c
1165
1166 BLACKFIN WATCHDOG DRIVER
1167 P:      Mike Frysinger
1168 M:      vapier.adi@gmail.com
1169 L:      uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
1170 W:      http://blackfin.uclinux.org
1171 S:      Supported
1172 F:      drivers/watchdog/bfin_wdt.c
1173
1174 BLACKFIN I2C TWI DRIVER
1175 P:      Sonic Zhang
1176 M:      sonic.zhang@analog.com
1177 L:      uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
1178 W:      http://blackfin.uclinux.org/
1179 S:      Supported
1180 F:      drivers/i2c/busses/i2c-bfin-twi.c
1181
1182 BLOCK LAYER
1183 P:      Jens Axboe
1184 M:      axboe@kernel.dk
1185 L:      linux-kernel@vger.kernel.org
1186 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-2.6-block.git
1187 S:      Maintained
1188 F:      block/
1189
1190 BLOCK2MTD DRIVER
1191 P:      Joern Engel
1192 M:      joern@lazybastard.org
1193 L:      linux-mtd@lists.infradead.org
1194 S:      Maintained
1195 F:      drivers/mtd/devices/block2mtd.c
1196
1197 BLUETOOTH DRIVERS
1198 P:      Marcel Holtmann
1199 M:      marcel@holtmann.org
1200 L:      linux-bluetooth@vger.kernel.org
1201 W:      http://www.bluez.org/
1202 S:      Maintained
1203 F:      drivers/bluetooth/
1204
1205 BLUETOOTH SUBSYSTEM
1206 P:      Marcel Holtmann
1207 M:      marcel@holtmann.org
1208 L:      linux-bluetooth@vger.kernel.org
1209 W:      http://www.bluez.org/
1210 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/holtmann/bluetooth-2.6.git
1211 S:      Maintained
1212 F:      net/bluetooth/
1213 F:      include/net/bluetooth/
1214
1215 BONDING DRIVER
1216 P:      Jay Vosburgh
1217 M:      fubar@us.ibm.com
1218 L:      bonding-devel@lists.sourceforge.net
1219 W:      http://sourceforge.net/projects/bonding/
1220 S:      Supported
1221 F:      drivers/net/bonding/
1222 F:      include/linux/if_bonding.h
1223
1224 BROADCOM B44 10/100 ETHERNET DRIVER
1225 P:      Gary Zambrano
1226 M:      zambrano@broadcom.com
1227 L:      netdev@vger.kernel.org
1228 S:      Supported
1229 F:      drivers/net/b44.*
1230
1231 BROADCOM BNX2 GIGABIT ETHERNET DRIVER
1232 P:      Michael Chan
1233 M:      mchan@broadcom.com
1234 L:      netdev@vger.kernel.org
1235 S:      Supported
1236 F:      drivers/net/bnx2.*
1237 F:      drivers/net/bnx2_*
1238
1239 BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER
1240 P:      Eilon Greenstein
1241 M:      eilong@broadcom.com
1242 L:      netdev@vger.kernel.org
1243 S:      Supported
1244 F:      drivers/net/bnx2x*
1245
1246 BROADCOM TG3 GIGABIT ETHERNET DRIVER
1247 P:      Matt Carlson
1248 M:      mcarlson@broadcom.com
1249 P:      Michael Chan
1250 M:      mchan@broadcom.com
1251 L:      netdev@vger.kernel.org
1252 S:      Supported
1253 F:      drivers/net/tg3.*
1254
1255 BSG (block layer generic sg v4 driver)
1256 P:      FUJITA Tomonori
1257 M:      fujita.tomonori@lab.ntt.co.jp
1258 L:      linux-scsi@vger.kernel.org
1259 S:      Supported
1260 F:      block/bsg.c
1261 F:      include/linux/bsg.h
1262
1263 BT8XXGPIO DRIVER
1264 P:      Michael Buesch
1265 M:      mb@bu3sch.de
1266 W:      http://bu3sch.de/btgpio.php
1267 S:      Maintained
1268 F:      drivers/gpio/bt8xxgpio.c
1269
1270 BTRFS FILE SYSTEM
1271 P:      Chris Mason
1272 M:      chris.mason@oracle.com
1273 L:      linux-btrfs@vger.kernel.org
1274 W:      http://btrfs.wiki.kernel.org/
1275 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable.git
1276 S:      Maintained
1277 F:      Documentation/filesystems/btrfs.txt
1278 F:      fs/btrfs/
1279
1280 BTTV VIDEO4LINUX DRIVER
1281 P:      Mauro Carvalho Chehab
1282 M:      mchehab@infradead.org
1283 L:      linux-media@vger.kernel.org
1284 W:      http://linuxtv.org
1285 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
1286 S:      Maintained
1287 F:      Documentation/video4linux/bttv/
1288 F:      drivers/media/video/bt8xx/bttv*
1289
1290 CACHEFILES: FS-CACHE BACKEND FOR CACHING ON MOUNTED FILESYSTEMS
1291 P:      David Howells
1292 M:      dhowells@redhat.com
1293 L:      linux-cachefs@redhat.com
1294 S:      Supported
1295 F:      Documentation/filesystems/caching/cachefiles.txt
1296 F:      fs/cachefiles/
1297
1298 CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
1299 P:      Jonathan Corbet
1300 M:      corbet@lwn.net
1301 L:      linux-media@vger.kernel.org
1302 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
1303 S:      Maintained
1304 F:      Documentation/video4linux/cafe_ccic
1305 F:      drivers/media/video/cafe_ccic*
1306
1307 CALGARY x86-64 IOMMU
1308 P:      Muli Ben-Yehuda
1309 M:      muli@il.ibm.com
1310 P:      Jon D. Mason
1311 M:      jdmason@kudzu.us
1312 L:      linux-kernel@vger.kernel.org
1313 L:      discuss@x86-64.org
1314 S:      Maintained
1315 F:      arch/x86/kernel/pci-calgary_64.c
1316 F:      arch/x86/kernel/tce_64.c
1317 F:      arch/x86/include/asm/calgary.h
1318 F:      arch/x86/include/asm/tce.h
1319
1320 CAN NETWORK LAYER
1321 P:      Urs Thuermann
1322 M:      urs.thuermann@volkswagen.de
1323 P:      Oliver Hartkopp
1324 M:      oliver.hartkopp@volkswagen.de
1325 L:      socketcan-core@lists.berlios.de (subscribers-only)
1326 W:      http://developer.berlios.de/projects/socketcan/
1327 S:      Maintained
1328 F:      drivers/net/can/
1329 F:      include/linux/can/
1330 F:      include/linux/can.h
1331
1332 CELL BROADBAND ENGINE ARCHITECTURE
1333 P:      Arnd Bergmann
1334 M:      arnd@arndb.de
1335 L:      linuxppc-dev@ozlabs.org
1336 L:      cbe-oss-dev@ozlabs.org
1337 W:      http://www.ibm.com/developerworks/power/cell/
1338 S:      Supported
1339 F:      arch/powerpc/include/asm/cell*.h
1340 F:      arch/powerpc/include/asm/spu*.h
1341 F:      arch/powerpc/oprofile/*cell*
1342 F:      arch/powerpc/platforms/cell/
1343
1344 CERTIFIED WIRELESS USB (WUSB) SUBSYSTEM:
1345 P:      David Vrabel
1346 M:      david.vrabel@csr.com
1347 L:      linux-usb@vger.kernel.org
1348 S:      Supported
1349 F:      Documentation/usb/WUSB-Design-overview.txt
1350 F:      Documentation/usb/wusb-cbaf
1351 F:      drivers/usb/wusbcore/
1352 F:      include/linux/usb/wusb*
1353
1354 CFAG12864B LCD DRIVER
1355 P:      Miguel Ojeda Sandonis
1356 M:      miguel.ojeda.sandonis@gmail.com
1357 L:      linux-kernel@vger.kernel.org
1358 W:      http://miguelojeda.es/auxdisplay.htm
1359 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
1360 S:      Maintained
1361 F:      drivers/auxdisplay/cfag12864b.c
1362 F:      include/linux/cfag12864b.h
1363
1364 CFAG12864BFB LCD FRAMEBUFFER DRIVER
1365 P:      Miguel Ojeda Sandonis
1366 M:      miguel.ojeda.sandonis@gmail.com
1367 L:      linux-kernel@vger.kernel.org
1368 W:      http://miguelojeda.es/auxdisplay.htm
1369 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
1370 S:      Maintained
1371 F:      drivers/auxdisplay/cfag12864bfb.c
1372 F:      include/linux/cfag12864b.h
1373
1374 CFG80211 and NL80211
1375 P:      Johannes Berg
1376 M:      johannes@sipsolutions.net
1377 L:      linux-wireless@vger.kernel.org
1378 S:      Maintained
1379 F:      include/linux/nl80211.h
1380 F:      include/net/cfg80211.h
1381 F:      net/wireless/*
1382 X:      net/wireless/wext*
1383
1384 CHECKPATCH
1385 P:      Andy Whitcroft
1386 M:      apw@canonical.com
1387 L:      linux-kernel@vger.kernel.org
1388 S:      Supported
1389 F:      scripts/checkpatch.pl
1390
1391 CISCO 10G ETHERNET DRIVER
1392 P:      Scott Feldman
1393 M:      scofeldm@cisco.com
1394 P:      Joe Eykholt
1395 M:      jeykholt@cisco.com
1396 S:      Supported
1397 F:      drivers/net/enic/
1398
1399 CIRRUS LOGIC EP93XX ETHERNET DRIVER
1400 P:      Lennert Buytenhek
1401 M:      kernel@wantstofly.org
1402 L:      netdev@vger.kernel.org
1403 S:      Maintained
1404 F:      drivers/net/arm/ep93xx_eth.c
1405
1406 CIRRUS LOGIC EP93XX OHCI USB HOST DRIVER
1407 P:      Lennert Buytenhek
1408 M:      kernel@wantstofly.org
1409 L:      linux-usb@vger.kernel.org
1410 S:      Maintained
1411 F:      drivers/usb/host/ohci-ep93xx.c
1412
1413 CIRRUS LOGIC CS4270 SOUND DRIVER
1414 P:      Timur Tabi
1415 M:      timur@freescale.com
1416 L:      alsa-devel@alsa-project.org
1417 S:      Supported
1418 F:      sound/soc/codecs/cs4270*
1419
1420 CIRRUS LOGIC CS4280/CS461x SOUNDDRIVER
1421 P:      Cirrus Logic Corporation (kernel 2.2 driver)
1422 M:      Cirrus Logic Corporation, Thomas Woller <twoller@crystal.cirrus.com>
1423 P:      Nils Faerber (port to kernel 2.4)
1424 M:      Nils Faerber <nils@kernelconcepts.de>
1425 S:      Maintained
1426 F:      Documentation/input/cs461x.txt
1427 F:      sound/pci/cs46xx/
1428
1429 CLK API
1430 P:      Russell King
1431 M:      linux@arm.linux.org.uk
1432 F:      include/linux/clk.h
1433
1434 CODA FILE SYSTEM
1435 P:      Jan Harkes
1436 M:      jaharkes@cs.cmu.edu
1437 M:      coda@cs.cmu.edu
1438 L:      codalist@coda.cs.cmu.edu
1439 W:      http://www.coda.cs.cmu.edu/
1440 S:      Maintained
1441 F:      Documentation/filesystems/coda.txt
1442 F:      fs/coda/
1443 F:      include/linux/coda*.h
1444
1445 COMMON INTERNET FILE SYSTEM (CIFS)
1446 P:      Steve French
1447 M:      sfrench@samba.org
1448 L:      linux-cifs-client@lists.samba.org
1449 L:      samba-technical@lists.samba.org
1450 W:      http://linux-cifs.samba.org/
1451 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6.git
1452 S:      Supported
1453 F:      Documentation/filesystems/cifs.txt
1454 F:      fs/cifs/
1455
1456 COMPACTPCI HOTPLUG CORE
1457 P:      Scott Murray
1458 M:      scottm@somanetworks.com
1459 M:      scott@spiteful.org
1460 L:      linux-pci@vger.kernel.org
1461 S:      Supported
1462 F:      drivers/pci/hotplug/cpci_hotplug*
1463
1464 COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
1465 P:      Scott Murray
1466 M:      scottm@somanetworks.com
1467 M:      scott@spiteful.org
1468 L:      linux-pci@vger.kernel.org
1469 S:      Supported
1470 F:      drivers/pci/hotplug/cpcihp_zt5550.*
1471
1472 COMPACTPCI HOTPLUG GENERIC DRIVER
1473 P:      Scott Murray
1474 M:      scottm@somanetworks.com
1475 M:      scott@spiteful.org
1476 L:      linux-pci@vger.kernel.org
1477 S:      Supported
1478 F:      drivers/pci/hotplug/cpcihp_generic.c
1479
1480 COMPAL LAPTOP SUPPORT
1481 P:      Cezary Jackiewicz
1482 M:      cezary.jackiewicz@gmail.com
1483 S:      Maintained
1484 F:      drivers/platform/x86/compal-laptop.c
1485
1486 COMPUTONE INTELLIPORT MULTIPORT CARD
1487 P:      Michael H. Warfield
1488 M:      mhw@wittsend.com
1489 W:      http://www.wittsend.com/computone.html
1490 S:      Maintained
1491 F:      Documentation/serial/computone.txt
1492 F:      drivers/char/ip2/
1493
1494 CONEXANT ACCESSRUNNER USB DRIVER
1495 P:      Simon Arlott
1496 M:      cxacru@fire.lp0.eu
1497 L:      accessrunner-general@lists.sourceforge.net
1498 W:      http://accessrunner.sourceforge.net/
1499 S:      Maintained
1500 F:      drivers/usb/atm/cxacru.c
1501
1502 CONFIGFS
1503 P:      Joel Becker
1504 M:      joel.becker@oracle.com
1505 L:      linux-kernel@vger.kernel.org
1506 S:      Supported
1507 F:      fs/configfs/
1508 F:      include/linux/configfs.h
1509
1510 CONTROL GROUPS (CGROUPS)
1511 P:      Paul Menage
1512 M:      menage@google.com
1513 P:      Li Zefan
1514 M:      lizf@cn.fujitsu.com
1515 L:      containers@lists.linux-foundation.org
1516 S:      Maintained
1517 F:      include/linux/cgroup*
1518 F:      kernel/cgroup*
1519
1520 CORETEMP HARDWARE MONITORING DRIVER
1521 P:      Rudolf Marek
1522 M:      r.marek@assembler.cz
1523 L:      lm-sensors@lm-sensors.org
1524 S:      Maintained
1525 F:      Documentation/hwmon/coretemp
1526 F:      drivers/hwmon/coretemp.c
1527
1528 COSA/SRP SYNC SERIAL DRIVER
1529 P:      Jan "Yenya" Kasprzak
1530 M:      kas@fi.muni.cz
1531 W:      http://www.fi.muni.cz/~kas/cosa/
1532 S:      Maintained
1533 F:      drivers/net/wan/cosa*
1534
1535 CPU FREQUENCY DRIVERS
1536 P:      Dave Jones
1537 M:      davej@redhat.com
1538 L:      cpufreq@vger.kernel.org
1539 W:      http://www.codemonkey.org.uk/projects/cpufreq/
1540 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davej/cpufreq.git
1541 S:      Maintained
1542 F:      arch/x86/kernel/cpu/cpufreq/
1543 F:      drivers/cpufreq/
1544 F:      include/linux/cpufreq.h
1545
1546 CPUID/MSR DRIVER
1547 P:      H. Peter Anvin
1548 M:      hpa@zytor.com
1549 S:      Maintained
1550 F:      arch/x86/kernel/cpuid.c
1551 F:      arch/x86/kernel/msr.c
1552
1553 CPUSETS
1554 P:      Paul Menage
1555 M:      menage@google.com
1556 L:      linux-kernel@vger.kernel.org
1557 W:      http://www.bullopensource.org/cpuset/
1558 W:      http://oss.sgi.com/projects/cpusets/
1559 S:      Supported
1560 F:      Documentation/cgroups/cpusets.txt
1561 F:      include/linux/cpuset.h
1562 F:      kernel/cpuset.c
1563
1564 CRAMFS FILESYSTEM
1565 W:      http://sourceforge.net/projects/cramfs/
1566 S:      Orphan
1567 F:      Documentation/filesystems/cramfs.txt
1568 F:      fs/cramfs/
1569
1570 CRIS PORT
1571 P:      Mikael Starvik
1572 M:      starvik@axis.com
1573 P:      Jesper Nilsson
1574 M:      jesper.nilsson@axis.com
1575 L:      dev-etrax@axis.com
1576 W:      http://developer.axis.com
1577 S:      Maintained
1578 F:      arch/cris/
1579
1580 CRYPTO API
1581 P:      Herbert Xu
1582 M:      herbert@gondor.apana.org.au
1583 P:      David S. Miller
1584 M:      davem@davemloft.net
1585 L:      linux-crypto@vger.kernel.org
1586 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
1587 S:      Maintained
1588 F:      Documentation/crypto/
1589 F:      arch/*/crypto/
1590 F:      crypto/
1591 F:      drivers/crypto/
1592 F:      include/crypto/
1593
1594 CRYPTOGRAPHIC RANDOM NUMBER GENERATOR
1595 P:      Neil Horman
1596 M:      nhorman@tuxdriver.com
1597 L:      linux-crypto@vger.kernel.org
1598 S:      Maintained
1599
1600 CS5535 Audio ALSA driver
1601 P:      Jaya Kumar
1602 M:      jayakumar.alsa@gmail.com
1603 S:      Maintained
1604 F:      sound/pci/cs5535audio/
1605
1606 CX18 VIDEO4LINUX DRIVER
1607 P:      Hans Verkuil
1608 M:      hverkuil@xs4all.nl
1609 P:      Andy Walls
1610 M:      awalls@radix.net
1611 L:      ivtv-devel@ivtvdriver.org
1612 L:      ivtv-users@ivtvdriver.org
1613 L:      linux-media@vger.kernel.org
1614 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
1615 W:      http://linuxtv.org
1616 S:      Maintained
1617 F:      Documentation/video4linux/cx18.txt
1618 F:      drivers/media/video/cx18/
1619
1620 CXGB3 ETHERNET DRIVER (CXGB3)
1621 P:      Divy Le Ray
1622 M:      divy@chelsio.com
1623 L:      netdev@vger.kernel.org
1624 W:      http://www.chelsio.com
1625 S:      Supported
1626 F:      drivers/net/cxgb3/
1627
1628 CXGB3 IWARP RNIC DRIVER (IW_CXGB3)
1629 P:      Steve Wise
1630 M:      swise@chelsio.com
1631 L:      general@lists.openfabrics.org
1632 W:      http://www.openfabrics.org
1633 S:      Supported
1634 F:      drivers/infiniband/hw/cxgb3/
1635
1636 CYBERPRO FB DRIVER
1637 P:      Russell King
1638 M:      linux@arm.linux.org.uk
1639 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
1640 W:      http://www.arm.linux.org.uk/
1641 S:      Maintained
1642 F:      drivers/video/cyber2000fb.*
1643
1644 CYCLADES 2X SYNC CARD DRIVER
1645 P:      Arnaldo Carvalho de Melo
1646 M:      acme@ghostprotocols.net
1647 W:      http://oops.ghostprotocols.net:81/blog
1648 S:      Maintained
1649 F:      drivers/net/wan/cycx*
1650
1651 CYCLADES ASYNC MUX DRIVER
1652 W:      http://www.cyclades.com/
1653 S:      Orphan
1654 F:      drivers/char/cyclades.c
1655 F:      include/linux/cyclades.h
1656
1657 CYCLADES PC300 DRIVER
1658 W:      http://www.cyclades.com/
1659 S:      Orphan
1660 F:      drivers/net/wan/pc300*
1661
1662 DAMA SLAVE for AX.25
1663 P:      Joerg Reuter
1664 M:      jreuter@yaina.de
1665 W:      http://yaina.de/jreuter/
1666 W:      http://www.qsl.net/dl1bke/
1667 L:      linux-hams@vger.kernel.org
1668 S:      Maintained
1669 F:      net/ax25/af_ax25.c
1670 F:      net/ax25/ax25_dev.c
1671 F:      net/ax25/ax25_ds_*
1672 F:      net/ax25/ax25_in.c
1673 F:      net/ax25/ax25_out.c
1674 F:      net/ax25/ax25_timer.c
1675 F:      net/ax25/sysctl_net_ax25.c
1676
1677 DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
1678 P:      Tobias Ringstrom
1679 M:      tori@unhappy.mine.nu
1680 L:      netdev@vger.kernel.org
1681 S:      Maintained
1682 F:      Documentation/networking/dmfe.txt
1683 F:      drivers/net/tulip/dmfe.c
1684
1685 DC390/AM53C974 SCSI driver
1686 P:      Kurt Garloff
1687 M:      garloff@suse.de
1688 W:      http://www.garloff.de/kurt/linux/dc390/
1689 P:      Guennadi Liakhovetski
1690 M:      g.liakhovetski@gmx.de
1691 S:      Maintained
1692 F:      drivers/scsi/tmscsim.*
1693
1694 DC395x SCSI driver
1695 P:      Oliver Neukum
1696 M:      oliver@neukum.name
1697 P:      Ali Akcaagac
1698 M:      aliakc@web.de
1699 P:      Jamie Lenehan
1700 M:      lenehan@twibble.org
1701 W:      http://twibble.org/dist/dc395x/
1702 L:      dc395x@twibble.org
1703 L:      http://lists.twibble.org/mailman/listinfo/dc395x/
1704 S:      Maintained
1705 F:      Documentation/scsi/dc395x.txt
1706 F:      drivers/scsi/dc395x.*
1707
1708 DCCP PROTOCOL
1709 P:      Arnaldo Carvalho de Melo
1710 M:      acme@ghostprotocols.net
1711 L:      dccp@vger.kernel.org
1712 W:      http://linux-net.osdl.org/index.php/DCCP
1713 S:      Maintained
1714 F:      include/linux/dccp.h
1715 F:      include/linux/tfrc.h
1716 F:      net/dccp/
1717
1718 DECnet NETWORK LAYER
1719 P:      Christine Caulfield
1720 M:      christine.caulfield@googlemail.com
1721 W:      http://linux-decnet.sourceforge.net
1722 L:      linux-decnet-user@lists.sourceforge.net
1723 S:      Maintained
1724 F:      Documentation/networking/decnet.txt
1725 F:      net/decnet/
1726
1727 DEFXX FDDI NETWORK DRIVER
1728 P:      Maciej W. Rozycki
1729 M:      macro@linux-mips.org
1730 S:      Maintained
1731 F:      drivers/net/defxx.*
1732
1733 DELL LAPTOP DRIVER
1734 P:      Matthew Garrett
1735 M:      mjg59@srcf.ucam.org
1736 S:      Maintained
1737 F:      drivers/platform/x86/dell-laptop.c
1738
1739 DELL LAPTOP SMM DRIVER
1740 P:      Massimo Dal Zotto
1741 M:      dz@debian.org
1742 W:      http://www.debian.org/~dz/i8k/
1743 S:      Maintained
1744 F:      drivers/char/i8k.c
1745 F:      include/linux/i8k.h
1746
1747 DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
1748 P:      Doug Warzecha
1749 M:      Douglas_Warzecha@dell.com
1750 S:      Maintained
1751 F:      Documentation/dcdbas.txt
1752 F:      drivers/firmware/dcdbas.*
1753
1754 DELL WMI EXTRAS DRIVER
1755 P:      Matthew Garrett
1756 M:      mjg59@srcf.ucam.org
1757 S:      Maintained
1758
1759 DEVICE NUMBER REGISTRY
1760 P:      Torben Mathiasen
1761 M:      device@lanana.org
1762 W:      http://lanana.org/docs/device-list/index.html
1763 L:      linux-kernel@vger.kernel.org
1764 S:      Maintained
1765
1766 DEVICE-MAPPER  (LVM)
1767 P:      Alasdair Kergon
1768 L:      dm-devel@redhat.com
1769 W:      http://sources.redhat.com/dm
1770 S:      Maintained
1771 F:      Documentation/device-mapper/
1772 F:      drivers/md/dm*
1773 F:      include/linux/device-mapper.h
1774 F:      include/linux/dm-*.h
1775
1776 DIGI INTL. EPCA DRIVER
1777 P:      Digi International, Inc
1778 M:      Eng.Linux@digi.com
1779 L:      Eng.Linux@digi.com
1780 W:      http://www.digi.com
1781 S:      Orphan
1782 F:      Documentation/serial/digiepca.txt
1783 F:      drivers/char/epca*
1784 F:      drivers/char/digi*
1785
1786 DIRECTORY NOTIFICATION (DNOTIFY)
1787 P:      Stephen Rothwell
1788 M:      sfr@canb.auug.org.au
1789 L:      linux-kernel@vger.kernel.org
1790 S:      Supported
1791 F:      Documentation/filesystems/dnotify.txt
1792 F:      fs/notify/dnotify/
1793 F:      include/linux/dnotify.h
1794
1795 DISK GEOMETRY AND PARTITION HANDLING
1796 P:      Andries Brouwer
1797 M:      aeb@cwi.nl
1798 W:      http://www.win.tue.nl/~aeb/linux/Large-Disk.html
1799 W:      http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
1800 W:      http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
1801 S:      Maintained
1802
1803 DISKQUOTA
1804 P:      Jan Kara
1805 M:      jack@suse.cz
1806 L:      linux-kernel@vger.kernel.org
1807 S:      Maintained
1808 F:      Documentation/filesystems/quota.txt
1809 F:      fs/quota/
1810 F:      include/linux/quota*.h
1811
1812 DISTRIBUTED LOCK MANAGER (DLM)
1813 P:      Christine Caulfield
1814 M:      ccaulfie@redhat.com
1815 P:      David Teigland
1816 M:      teigland@redhat.com
1817 L:      cluster-devel@redhat.com
1818 W:      http://sources.redhat.com/cluster/
1819 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/teigland/dlm.git
1820 S:      Supported
1821 F:      fs/dlm/
1822
1823 DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
1824 P:      Maciej Sosnowski
1825 M:      maciej.sosnowski@intel.com
1826 P:      Dan Williams
1827 M:      dan.j.williams@intel.com
1828 L:      linux-kernel@vger.kernel.org
1829 S:      Supported
1830 F:      drivers/dma/
1831 F:      include/linux/dma*
1832
1833 DME1737 HARDWARE MONITOR DRIVER
1834 P:      Juerg Haefliger
1835 M:      juergh@gmail.com
1836 L:      lm-sensors@lm-sensors.org
1837 S:      Maintained
1838 F:      Documentation/hwmon/dme1737
1839 F:      drivers/hwmon/dme1737.c
1840
1841 DOCBOOK FOR DOCUMENTATION
1842 P:      Randy Dunlap
1843 M:      rdunlap@xenotime.net
1844 S:      Maintained
1845
1846 DOCKING STATION DRIVER
1847 P:      Shaohua Li
1848 M:      shaohua.li@intel.com
1849 L:      linux-acpi@vger.kernel.org
1850 S:      Supported
1851 F:      drivers/acpi/dock.c
1852
1853 DOCUMENTATION
1854 P:      Randy Dunlap
1855 M:      rdunlap@xenotime.net
1856 L:      linux-doc@vger.kernel.org
1857 S:      Maintained
1858 F:      Documentation/
1859
1860 DOUBLETALK DRIVER
1861 P:      James R. Van Zandt
1862 M:      jrv@vanzandt.mv.com
1863 L:      blinux-list@redhat.com
1864 S:      Maintained
1865 F:      drivers/char/dtlk.c
1866 F:      include/linux/dtlk.h
1867
1868 DPT_I2O SCSI RAID DRIVER
1869 P:      Adaptec OEM Raid Solutions
1870 M:      aacraid@adaptec.com
1871 L:      linux-scsi@vger.kernel.org
1872 W:      http://www.adaptec.com/
1873 S:      Maintained
1874 F:      drivers/scsi/dpt*
1875 F:      drivers/scsi/dpt/
1876
1877 DRIVER CORE, KOBJECTS, AND SYSFS
1878 P:      Greg Kroah-Hartman
1879 M:      gregkh@suse.de
1880 L:      linux-kernel@vger.kernel.org
1881 T:      quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
1882 S:      Supported
1883 F:      Documentation/kobject.txt
1884 F:      drivers/base/
1885 F:      fs/sysfs/
1886 F:      include/linux/kobj*
1887 F:      lib/kobj*
1888
1889 DRM DRIVERS
1890 P:      David Airlie
1891 M:      airlied@linux.ie
1892 L:      dri-devel@lists.sourceforge.net
1893 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6.git
1894 S:      Maintained
1895 F:      drivers/gpu/drm/
1896
1897 DSCC4 DRIVER
1898 P:      Francois Romieu
1899 M:      romieu@fr.zoreil.com
1900 L:      netdev@vger.kernel.org
1901 S:      Maintained
1902 F:      drivers/net/wan/dscc4.c
1903
1904 DZ DECSTATION DZ11 SERIAL DRIVER
1905 P:      Maciej W. Rozycki
1906 M:      macro@linux-mips.org
1907 S:      Maintained
1908 F:      drivers/serial/dz.*
1909
1910 EATA-DMA SCSI DRIVER
1911 P:      Michael Neuffer
1912 M:      mike@i-Connect.Net
1913 L:      linux-eata@i-connect.net
1914 L:      linux-scsi@vger.kernel.org
1915 S:      Maintained
1916 F:      drivers/scsi/eata*
1917
1918 EATA ISA/EISA/PCI SCSI DRIVER
1919 P:      Dario Ballabio
1920 M:      ballabio_dario@emc.com
1921 L:      linux-scsi@vger.kernel.org
1922 S:      Maintained
1923 F:      drivers/scsi/eata.c
1924
1925 EATA-PIO SCSI DRIVER
1926 P:      Michael Neuffer
1927 M:      mike@i-Connect.Net
1928 L:      linux-eata@i-connect.net
1929 L:      linux-scsi@vger.kernel.org
1930 S:      Maintained
1931 F:      drivers/scsi/eata_pio.*
1932
1933 EBTABLES
1934 P:      Bart De Schuymer
1935 M:      bart.de.schuymer@pandora.be
1936 L:      ebtables-user@lists.sourceforge.net
1937 L:      ebtables-devel@lists.sourceforge.net
1938 W:      http://ebtables.sourceforge.net/
1939 S:      Maintained
1940 F:      include/linux/netfilter_bridge/ebt_*.h
1941 F:      net/bridge/netfilter/ebt*.c
1942
1943 ECRYPT FILE SYSTEM
1944 P:      Tyler Hicks
1945 M:      tyhicks@linux.vnet.ibm.com
1946 M:      Dustin Kirkland
1947 P:      kirkland@canonical.com
1948 L:      ecryptfs-devel@lists.launchpad.net
1949 W:      https://launchpad.net/ecryptfs
1950 S:      Supported
1951 F:      Documentation/filesystems/ecryptfs.txt
1952 F:      fs/ecryptfs/
1953
1954 EDAC-CORE
1955 P:      Doug Thompson
1956 M:      dougthompson@xmission.com
1957 L:      bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
1958 W:      bluesmoke.sourceforge.net
1959 S:      Supported
1960 F:      Documentation/edac.txt
1961 F:      drivers/edac/edac_*
1962 F:      include/linux/edac.h
1963
1964 EDAC-E752X
1965 P:      Mark Gross
1966 P:      Doug Thompson
1967 M:      mark.gross@intel.com
1968 M:      dougthompson@xmission.com
1969 L:      bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
1970 W:      bluesmoke.sourceforge.net
1971 S:      Maintained
1972 F:      drivers/edac/e752x_edac.c
1973
1974 EDAC-E7XXX
1975 P:      Doug Thompson
1976 M:      dougthompson@xmission.com
1977 L:      bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
1978 W:      bluesmoke.sourceforge.net
1979 S:      Maintained
1980 F:      drivers/edac/e7xxx_edac.c
1981
1982 EDAC-I82443BXGX
1983 P:      Tim Small
1984 M:      tim@buttersideup.com
1985 L:      bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
1986 W:      bluesmoke.sourceforge.net
1987 S:      Maintained
1988 F:      drivers/edac/i82443bxgx_edac.c
1989
1990 EDAC-I3000
1991 P:      Jason Uhlenkott
1992 M:      juhlenko@akamai.com
1993 L:      bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
1994 W:      bluesmoke.sourceforge.net
1995 S:      Maintained
1996 F:      drivers/edac/i3000_edac.c
1997
1998 EDAC-I5000
1999 P:      Doug Thompson
2000 M:      dougthompson@xmission.com
2001 L:      bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2002 W:      bluesmoke.sourceforge.net
2003 S:      Maintained
2004 F:      drivers/edac/i5000_edac.c
2005
2006 EDAC-I5400
2007 P:      Mauro Carvalho Chehab
2008 M:      mchehab@redhat.com
2009 L:      bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2010 W:      bluesmoke.sourceforge.net
2011 S:      Maintained
2012 F:      drivers/edac/i5400_edac.c
2013
2014 EDAC-I82975X
2015 P:      Ranganathan Desikan
2016 P:      Arvind R.
2017 M:      rdesikan@jetzbroadband.com
2018 M:      arvind@acarlab.com
2019 L:      bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2020 W:      bluesmoke.sourceforge.net
2021 S:      Maintained
2022 F:      drivers/edac/i82975x_edac.c
2023
2024 EDAC-PASEMI
2025 P:      Egor Martovetsky
2026 M:      egor@pasemi.com
2027 L:      bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2028 W:      bluesmoke.sourceforge.net
2029 S:      Maintained
2030 F:      drivers/edac/pasemi_edac.c
2031
2032 EDAC-R82600
2033 P:      Tim Small
2034 M:      tim@buttersideup.com
2035 L:      bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2036 W:      bluesmoke.sourceforge.net
2037 S:      Maintained
2038 F:      drivers/edac/r82600_edac.c
2039
2040 EEEPC LAPTOP EXTRAS DRIVER
2041 P:      Corentin Chary
2042 M:      corentincj@iksaif.net
2043 L:      acpi4asus-user@lists.sourceforge.net
2044 W:      http://sourceforge.net/projects/acpi4asus
2045 S:      Maintained
2046 F:      drivers/platform/x86/eeepc-laptop.c
2047
2048 EFS FILESYSTEM
2049 W:      http://aeschi.ch.eu.org/efs/
2050 S:      Orphan
2051 F:      fs/efs/
2052
2053 EHCA (IBM GX bus InfiniBand adapter) DRIVER
2054 P:      Hoang-Nam Nguyen
2055 M:      hnguyen@de.ibm.com
2056 P:      Christoph Raisch
2057 M:      raisch@de.ibm.com
2058 L:      general@lists.openfabrics.org
2059 S:      Supported
2060 F:      drivers/infiniband/hw/ehca/
2061
2062 EMBEDDED LINUX
2063 P:      Paul Gortmaker
2064 M:      paul.gortmaker@windriver.com
2065 P:      Matt Mackall
2066 M:      mpm@selenic.com
2067 P:      David Woodhouse
2068 M:      dwmw2@infradead.org
2069 L:      linux-embedded@vger.kernel.org
2070 S:      Maintained
2071
2072 EMULEX LPFC FC SCSI DRIVER
2073 P:      James Smart
2074 M:      james.smart@emulex.com
2075 L:      linux-scsi@vger.kernel.org
2076 W:      http://sourceforge.net/projects/lpfcxxxx
2077 S:      Supported
2078 F:      drivers/scsi/lpfc/
2079
2080 EPSON 1355 FRAMEBUFFER DRIVER
2081 P:      Christopher Hoover
2082 M:      ch@murgatroid.com
2083 P:      Christopher Hoover
2084 M:      ch@hpl.hp.com
2085 S:      Maintained
2086 F:      drivers/video/epson1355fb.c
2087
2088 EPSON S1D13XXX FRAMEBUFFER DRIVER
2089 P:      Kristoffer Ericson
2090 M:      kristoffer.ericson@gmail.com
2091 S:      Maintained
2092 F:      drivers/video/s1d13xxxfb.c
2093 F:      include/video/s1d13xxxfb.h
2094
2095 ETHEREXPRESS-16 NETWORK DRIVER
2096 P:      Philip Blundell
2097 M:      philb@gnu.org
2098 L:      netdev@vger.kernel.org
2099 S:      Maintained
2100 F:      drivers/net/eexpress.*
2101
2102 ETHERNET BRIDGE
2103 P:      Stephen Hemminger
2104 M:      shemminger@linux-foundation.org
2105 L:      bridge@lists.linux-foundation.org
2106 W:      http://www.linux-foundation.org/en/Net:Bridge
2107 S:      Maintained
2108 F:      include/linux/netfilter_bridge/
2109 F:      net/bridge/
2110
2111 ETHERTEAM 16I DRIVER
2112 P:      Mika Kuoppala
2113 M:      miku@iki.fi
2114 S:      Maintained
2115 F:      drivers/net/eth16i.c
2116
2117 EXT2 FILE SYSTEM
2118 L:      linux-ext4@vger.kernel.org
2119 S:      Maintained
2120 F:      Documentation/filesystems/ext2.txt
2121 F:      fs/ext2/
2122 F:      include/linux/ext2*
2123
2124 EXT3 FILE SYSTEM
2125 P:      Stephen Tweedie
2126 M:      sct@redhat.com
2127 P:      Andrew Morton
2128 M:      akpm@linux-foundation.org
2129 P:      Andreas Dilger
2130 M:      adilger@sun.com
2131 L:      linux-ext4@vger.kernel.org
2132 S:      Maintained
2133 F:      Documentation/filesystems/ext3.txt
2134 F:      fs/ext3/
2135 F:      include/linux/ext3*
2136
2137 EXT4 FILE SYSTEM
2138 P:      Theodore Ts'o
2139 M:      tytso@mit.edu
2140 P:      Andreas Dilger
2141 M:      adilger@sun.com
2142 L:      linux-ext4@vger.kernel.org
2143 W:      http://ext4.wiki.kernel.org
2144 S:      Maintained
2145 F:      Documentation/filesystems/ext4.txt
2146 F:      fs/ext4/
2147
2148 F71805F HARDWARE MONITORING DRIVER
2149 P:      Jean Delvare
2150 M:      khali@linux-fr.org
2151 L:      lm-sensors@lm-sensors.org
2152 S:      Maintained
2153 F:      Documentation/hwmon/f71805f
2154 F:      drivers/hwmon/f71805f.c
2155
2156 FARSYNC SYNCHRONOUS DRIVER
2157 P:      Kevin Curtis
2158 M:      kevin.curtis@farsite.co.uk
2159 W:      http://www.farsite.co.uk/
2160 S:      Supported
2161 F:      drivers/net/wan/farsync.*
2162
2163 FAULT INJECTION SUPPORT
2164 P:      Akinobu Mita
2165 M:      akinobu.mita@gmail.com
2166 S:      Supported
2167 F:      Documentation/fault-injection/
2168 F:      lib/fault-inject.c
2169
2170 FILE LOCKING (flock() and fcntl()/lockf())
2171 P:      Matthew Wilcox
2172 M:      matthew@wil.cx
2173 L:      linux-fsdevel@vger.kernel.org
2174 S:      Maintained
2175 F:      include/linux/fcntl.h
2176 F:      include/linux/fs.h
2177 F:      fs/fcntl.c
2178 F:      fs/locks.c
2179
2180 FILESYSTEMS (VFS and infrastructure)
2181 P:      Alexander Viro
2182 M:      viro@zeniv.linux.org.uk
2183 L:      linux-fsdevel@vger.kernel.org
2184 S:      Maintained
2185 F:      fs/*
2186
2187 FINTEK F75375S HARDWARE MONITOR AND FAN CONTROLLER DRIVER
2188 P:      Riku Voipio
2189 M:      riku.vipio@iki.fi
2190 L:      lm-sensors@lm-sensors.org
2191 S:      Maintained
2192 F:      drivers/hwmon/f75375s.c
2193 F:      include/linux/f75375s.h
2194
2195 FIREWIRE SUBSYSTEM
2196 P:      Kristian Hoegsberg
2197 M:      krh@redhat.com
2198 P:      Stefan Richter
2199 M:      stefanr@s5r6.in-berlin.de
2200 L:      linux1394-devel@lists.sourceforge.net
2201 W:      http://www.linux1394.org/
2202 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
2203 S:      Maintained
2204 F:      drivers/firewire/
2205 F:      include/linux/firewire*.h
2206
2207 FIRMWARE LOADER (request_firmware)
2208 L:      linux-kernel@vger.kernel.org
2209 S:      Orphan
2210 F:      Documentation/firmware_class/
2211 F:      drivers/base/firmware*.c
2212 F:      include/linux/firmware.h
2213
2214 FPU EMULATOR
2215 P:      Bill Metzenthen
2216 M:      billm@melbpc.org.au
2217 W:      http://floatingpoint.sourceforge.net/emulator/index.html
2218 S:      Maintained
2219 F:      arch/x86/math-emu/
2220
2221 FRAME RELAY DLCI/FRAD (Sangoma drivers too)
2222 P:      Mike McLagan
2223 M:      mike.mclagan@linux.org
2224 L:      netdev@vger.kernel.org
2225 S:      Maintained
2226 F:      drivers/net/wan/dlci.c
2227 F:      drivers/net/wan/sdla.c
2228
2229 FRAMEBUFFER LAYER
2230 P:      Antonino Daplas
2231 M:      adaplas@gmail.com
2232 L:      linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
2233 W:      http://linux-fbdev.sourceforge.net/
2234 S:      Maintained
2235 F:      Documentation/fb/
2236 F:      drivers/video/fb*
2237 F:      include/linux/fb.h
2238
2239 FREESCALE DMA DRIVER
2240 P:      Li Yang
2241 M:      leoli@freescale.com
2242 P:      Zhang Wei
2243 M:      zw@zh-kernel.org
2244 L:      linuxppc-embedded@ozlabs.org
2245 L:      linux-kernel@vger.kernel.org
2246 S:      Maintained
2247 F:      drivers/dma/fsldma.*
2248
2249 FREESCALE I2C CPM DRIVER
2250 P:      Jochen Friedrich
2251 M:      jochen@scram.de
2252 L:      linuxppc-dev@ozlabs.org
2253 L:      linux-i2c@vger.kernel.org
2254 S:      Maintained
2255 F:      drivers/i2c/busses/i2c-cpm.c
2256
2257 FREESCALE IMX / MXC FRAMEBUFFER DRIVER
2258 P:      Sascha Hauer
2259 M:      kernel@pengutronix.de
2260 L:      linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
2261 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
2262 S:      Maintained
2263 F:      arch/arm/plat-mxc/include/mach/imxfb.h
2264 F:      drivers/video/imxfb.c
2265
2266 FREESCALE SOC FS_ENET DRIVER
2267 P:      Pantelis Antoniou
2268 M:      pantelis.antoniou@gmail.com
2269 P:      Vitaly Bordug
2270 M:      vbordug@ru.mvista.com
2271 L:      linuxppc-dev@ozlabs.org
2272 L:      netdev@vger.kernel.org
2273 S:      Maintained
2274 F:      drivers/net/fs_enet/
2275 F:      include/linux/fs_enet_pd.h
2276
2277 FREESCALE QUICC ENGINE LIBRARY
2278 P:      Timur Tabi
2279 M:      timur@freescale.com
2280 L:      linuxppc-dev@ozlabs.org
2281 S:      Supported
2282 F:      arch/powerpc/sysdev/qe_lib/
2283 F:      arch/powerpc/include/asm/*qe.h
2284
2285 FREESCALE HIGHSPEED USB DEVICE DRIVER
2286 P:      Li Yang
2287 M:      leoli@freescale.com
2288 L:      linux-usb@vger.kernel.org
2289 L:      linuxppc-dev@ozlabs.org
2290 S:      Maintained
2291 F:      drivers/usb/gadget/fsl_usb2_udc.c
2292
2293 FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
2294 P:      Li Yang
2295 M:      leoli@freescale.com
2296 L:      netdev@vger.kernel.org
2297 L:      linuxppc-dev@ozlabs.org
2298 S:      Maintained
2299 F:      drivers/net/ucc_geth*
2300
2301 FREESCALE QUICC ENGINE UCC UART DRIVER
2302 P:      Timur Tabi
2303 M:      timur@freescale.com
2304 L:      linuxppc-dev@ozlabs.org
2305 S:      Supported
2306 F:      drivers/serial/ucc_uart.c
2307
2308 FREESCALE SOC SOUND DRIVERS
2309 P:      Timur Tabi
2310 M:      timur@freescale.com
2311 L:      alsa-devel@alsa-project.org
2312 L:      linuxppc-dev@ozlabs.org
2313 S:      Supported
2314 F:      sound/soc/fsl/fsl*
2315 F:      sound/soc/fsl/mpc8610_hpcd.c
2316
2317 FREEVXFS FILESYSTEM
2318 P:      Christoph Hellwig
2319 M:      hch@infradead.org
2320 W:      ftp://ftp.openlinux.org/pub/people/hch/vxfs
2321 S:      Maintained
2322 F:      fs/freevxfs/
2323
2324 FREEZER
2325 P:      Pavel Machek
2326 M:      pavel@suse.cz
2327 P:      Rafael J. Wysocki
2328 M:      rjw@sisk.pl
2329 L:      linux-pm@lists.linux-foundation.org
2330 S:      Supported
2331 F:      Documentation/power/freezing-of-tasks.txt
2332 F:      include/linux/freezer.h
2333 F:      kernel/freezer.c
2334
2335 FS-CACHE: LOCAL CACHING FOR NETWORK FILESYSTEMS
2336 P:      David Howells
2337 M:      dhowells@redhat.com
2338 L:      linux-cachefs@redhat.com
2339 S:      Supported
2340 F:      Documentation/filesystems/caching/
2341 F:      fs/fscache/
2342 F:      include/linux/fscache*.h
2343
2344 FTRACE
2345 P:      Steven Rostedt
2346 M:      rostedt@goodmis.org
2347 S:      Maintained
2348 F:      Documentation/ftrace.txt
2349 F:      arch/*/*/*/ftrace.h
2350 F:      arch/*/kernel/ftrace.c
2351 F:      include/*/ftrace.h
2352 F:      kernel/trace/
2353
2354 FUJITSU FR-V (FRV) PORT
2355 P:      David Howells
2356 M:      dhowells@redhat.com
2357 S:      Maintained
2358 F:      arch/frv/
2359
2360 FUJITSU LAPTOP EXTRAS
2361 P:      Jonathan Woithe
2362 M:      jwoithe@physics.adelaide.edu.au
2363 L:      linux-acpi@vger.kernel.org
2364 S:      Maintained
2365 F:      drivers/platform/x86/fujitsu-laptop.c
2366
2367 FUSE: FILESYSTEM IN USERSPACE
2368 P:      Miklos Szeredi
2369 M:      miklos@szeredi.hu
2370 L:      fuse-devel@lists.sourceforge.net
2371 W:      http://fuse.sourceforge.net/
2372 S:      Maintained
2373 F:      fs/fuse/
2374 F:      include/linux/fuse.h
2375
2376 FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
2377 P:      Rik Faith
2378 M:      faith@cs.unc.edu
2379 L:      linux-scsi@vger.kernel.org
2380 S:      Odd Fixes (e.g., new signatures)
2381 F:      drivers/scsi/fdomain.*
2382
2383 GDT SCSI DISK ARRAY CONTROLLER DRIVER
2384 P:      Achim Leubner
2385 M:      achim_leubner@adaptec.com
2386 L:      linux-scsi@vger.kernel.org
2387 W:      http://www.icp-vortex.com/
2388 S:      Supported
2389 F:      drivers/scsi/gdt*
2390
2391 GENERIC GPIO I2C DRIVER
2392 P:      Haavard Skinnemoen
2393 M:      hskinnemoen@atmel.com
2394 S:      Supported
2395 F:      drivers/i2c/busses/i2c-gpio.c
2396 F:      include/linux/i2c-gpio.h
2397
2398 GENERIC HDLC (WAN) DRIVERS
2399 P:      Krzysztof Halasa
2400 M:      khc@pm.waw.pl
2401 W:      http://www.kernel.org/pub/linux/utils/net/hdlc/
2402 S:      Maintained
2403 F:      drivers/net/wan/c101.c
2404 F:      drivers/net/wan/hd6457*
2405 F:      drivers/net/wan/hdlc*
2406 F:      drivers/net/wan/n2.c
2407 F:      drivers/net/wan/pc300too.c
2408 F:      drivers/net/wan/pci200syn.c
2409 F:      drivers/net/wan/wanxl*
2410
2411 GFS2 FILE SYSTEM
2412 P:      Steven Whitehouse
2413 M:      swhiteho@redhat.com
2414 L:      cluster-devel@redhat.com
2415 W:      http://sources.redhat.com/cluster/
2416 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes.git
2417 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw.git
2418 S:      Supported
2419 F:      Documentation/filesystems/gfs2*.txt
2420 F:      fs/gfs2/
2421 F:      include/linux/gfs2_ondisk.h
2422
2423 GIGASET ISDN DRIVERS
2424 P:      Hansjoerg Lipp
2425 M:      hjlipp@web.de
2426 P:      Tilman Schmidt
2427 M:      tilman@imap.cc
2428 L:      gigaset307x-common@lists.sourceforge.net
2429 W:      http://gigaset307x.sourceforge.net/
2430 S:      Maintained
2431 F:      Documentation/isdn/README.gigaset
2432 F:      drivers/isdn/gigaset/
2433 F:      include/linux/gigaset_dev.h
2434
2435 HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
2436 P:      Frank Seidel
2437 M:      frank@f-seidel.de
2438 L:      lm-sensors@lm-sensors.org
2439 W:      http://www.kernel.org/pub/linux/kernel/people/fseidel/hdaps/
2440 S:      Maintained
2441 F:      drivers/hwmon/hdaps.c
2442
2443 HYPERVISOR VIRTUAL CONSOLE DRIVER
2444 L:      linuxppc-dev@ozlabs.org
2445 L:      linux-kernel@vger.kernel.org
2446 S:      Odd Fixes
2447 F:      drivers/char/hvc_*
2448
2449 GSPCA FINEPIX SUBDRIVER
2450 P:      Frank Zago
2451 M:      frank@zago.net
2452 L:      linux-media@vger.kernel.org
2453 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2454 S:      Maintained
2455 F:      drivers/media/video/gspca/finepix.c
2456
2457 GSPCA M5602 SUBDRIVER
2458 P:      Erik Andren
2459 M:      erik.andren@gmail.com
2460 L:      linux-media@vger.kernel.org
2461 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2462 S:      Maintained
2463 F:      drivers/media/video/gspca/m5602/
2464
2465 GSPCA PAC207 SONIXB SUBDRIVER
2466 P:      Hans de Goede
2467 M:      hdegoede@redhat.com
2468 L:      linux-media@vger.kernel.org
2469 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2470 S:      Maintained
2471 F:      drivers/media/video/gspca/pac207.c
2472
2473 GSPCA T613 SUBDRIVER
2474 P:      Leandro Costantino
2475 M:      lcostantino@gmail.com
2476 L:      linux-media@vger.kernel.org
2477 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2478 S:      Maintained
2479 F:      drivers/media/video/gspca/t613.c
2480
2481 GSPCA USB WEBCAM DRIVER
2482 P:      Jean-Francois Moine
2483 M:      moinejf@free.fr
2484 W:      http://moinejf.free.fr
2485 L:      linux-media@vger.kernel.org
2486 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2487 S:      Maintained
2488 F:      drivers/media/video/gspca/
2489
2490 HARDWARE MONITORING
2491 L:      lm-sensors@lm-sensors.org
2492 W:      http://www.lm-sensors.org/
2493 S:      Orphan
2494 F:      drivers/hwmon/
2495
2496 HARDWARE RANDOM NUMBER GENERATOR CORE
2497 S:      Orphan
2498 F:      Documentation/hw_random.txt
2499 F:      drivers/char/hw_random/
2500 F:      include/linux/hw_random.h
2501
2502 HARMONY SOUND DRIVER
2503 P:      Kyle McMartin
2504 M:      kyle@mcmartin.ca
2505 L:      linux-parisc@vger.kernel.org
2506 S:      Maintained
2507 F:      sound/parisc/harmony.*
2508
2509 HAYES ESP SERIAL DRIVER
2510 P:      Andrew J. Robinson
2511 M:      arobinso@nyx.net
2512 L:      linux-kernel@vger.kernel.org
2513 W:      http://www.nyx.net/~arobinso
2514 S:      Maintained
2515 F:      Documentation/serial/hayes-esp.txt
2516 F:      drivers/char/esp.c
2517
2518 HEWLETT-PACKARD SMART2 RAID DRIVER
2519 P:      Chirag Kantharia
2520 M:      chirag.kantharia@hp.com
2521 L:      iss_storagedev@hp.com
2522 S:      Maintained
2523 F:      Documentation/blockdev/cpqarray.txt
2524 F:      drivers/block/cpqarray.*
2525
2526 HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
2527 P:      Mike Miller
2528 M:      mike.miller@hp.com
2529 L:      iss_storagedev@hp.com
2530 S:      Supported
2531 F:      Documentation/blockdev/cciss.txt
2532 F:      drivers/block/cciss*
2533 F:      include/linux/cciss_ioctl.h
2534
2535 HFS FILESYSTEM
2536 P:      Roman Zippel
2537 M:      zippel@linux-m68k.org
2538 L:      linux-kernel@vger.kernel.org
2539 S:      Maintained
2540 F:      Documentation/filesystems/hfs.txt
2541 F:      fs/hfs/
2542
2543 HGA FRAMEBUFFER DRIVER
2544 P:      Ferenc Bakonyi
2545 M:      fero@drama.obuda.kando.hu
2546 L:      linux-nvidia@lists.surfsouth.com
2547 W:      http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
2548 S:      Maintained
2549 F:      drivers/video/hgafb.c
2550
2551 HIBERNATION (aka Software Suspend, aka swsusp)
2552 P:      Pavel Machek
2553 M:      pavel@ucw.cz
2554 P:      Rafael J. Wysocki
2555 M:      rjw@sisk.pl
2556 L:      linux-pm@lists.linux-foundation.org
2557 S:      Supported
2558 F:      arch/x86/power/
2559 F:      drivers/base/power/
2560 F:      kernel/power/
2561 F:      include/linux/suspend.h
2562 F:      include/linux/freezer.h
2563 F:      include/linux/pm.h
2564 F:      arch/*/include/asm/suspend*.h
2565
2566 HID CORE LAYER
2567 P:      Jiri Kosina
2568 M:      jkosina@suse.cz
2569 L:      linux-input@vger.kernel.org
2570 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
2571 S:      Maintained
2572 F:      drivers/hid/
2573 F:      include/linux/hid*
2574
2575 HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
2576 P:      Thomas Gleixner
2577 M:      tglx@linutronix.de
2578 L:      linux-kernel@vger.kernel.org
2579 S:      Maintained
2580 F:      Documentation/timers/
2581 F:      kernel/hrtimer.c
2582 F:      include/linux/hrtimer.h
2583
2584 HIGH-SPEED SCC DRIVER FOR AX.25
2585 P:      Klaus Kudielka
2586 M:      klaus.kudielka@ieee.org
2587 L:      linux-hams@vger.kernel.org
2588 W:      http://www.nt.tuwien.ac.at/~kkudielk/Linux/
2589 S:      Maintained
2590 F:      drivers/net/hamradio/dmascc.c
2591 F:      drivers/net/hamradio/scc.c
2592
2593 HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
2594 P:      HighPoint Linux Team
2595 M:      linux@highpoint-tech.com
2596 W:      http://www.highpoint-tech.com
2597 S:      Supported
2598 F:      Documentation/scsi/hptiop.txt
2599 F:      drivers/scsi/hptiop.c
2600
2601 HIPPI
2602 P:      Jes Sorensen
2603 M:      jes@trained-monkey.org
2604 L:      linux-hippi@sunsite.dk
2605 S:      Maintained
2606 F:      include/linux/hippidevice.h
2607 F:      include/linux/if_hippi.h
2608 F:      net/802/hippi.c
2609
2610 HOST AP DRIVER
2611 P:      Jouni Malinen
2612 M:      j@w1.fi
2613 L:      hostap@shmoo.com (subscribers-only)
2614 L:      linux-wireless@vger.kernel.org
2615 W:      http://hostap.epitest.fi/
2616 S:      Maintained
2617 F:      drivers/net/wireless/hostap/
2618
2619 HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
2620 P:      Carlos Corbacho
2621 M:      carlos@strangeworlds.co.uk
2622 S:      Odd Fixes
2623 F:      drivers/platform/x86/tc1100-wmi.c
2624
2625 HP100:  Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
2626 P:      Jaroslav Kysela
2627 M:      perex@perex.cz
2628 S:      Maintained
2629 F:      drivers/net/hp100.*
2630
2631 HPET:   High Precision Event Timers driver
2632 P:      Clemens Ladisch
2633 M:      clemens@ladisch.de
2634 S:      Maintained
2635 F:      Documentation/timers/hpet.txt
2636 F:      drivers/char/hpet.c
2637 F:      include/linux/hpet.h
2638
2639 HPET:   i386
2640 P:      Venkatesh Pallipadi (Venki)
2641 M:      venkatesh.pallipadi@intel.com
2642 S:      Maintained
2643 F:      arch/x86/kernel/hpet.c
2644 F:      arch/x86/include/asm/hpet.h
2645
2646 HPET:   x86_64
2647 P:      Vojtech Pavlik
2648 M:      vojtech@suse.cz
2649 S:      Maintained
2650
2651 HPET:   ACPI
2652 P:      Bob Picco
2653 M:      bob.picco@hp.com
2654 S:      Maintained
2655 F:      drivers/char/hpet.c
2656
2657 HPFS FILESYSTEM
2658 P:      Mikulas Patocka
2659 M:      mikulas@artax.karlin.mff.cuni.cz
2660 W:      http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
2661 S:      Maintained
2662 F:      fs/hpfs/
2663
2664 HSO 3G MODEM DRIVER
2665 P:      Jan Dumon
2666 M:      j.dumon@option.com
2667 W:      http://www.pharscape.org
2668 S:      Maintained
2669 F:      drivers/net/usb/hso.c
2670
2671 HTCPEN TOUCHSCREEN DRIVER
2672 P:      Pau Oliva Fora
2673 M:      pof@eslack.org
2674 L:      linux-input@vger.kernel.org
2675 S:      Maintained
2676 F:      drivers/input/touchscreen/htcpen.c
2677
2678 HUGETLB FILESYSTEM
2679 P:      William Irwin
2680 M:      wli@holomorphy.com
2681 S:      Maintained
2682 F:      fs/hugetlbfs/
2683
2684 I2C/SMBUS STUB DRIVER
2685 P:      Mark M. Hoffman
2686 M:      mhoffman@lightlink.com
2687 L:      linux-i2c@vger.kernel.org
2688 S:      Maintained
2689 F:      drivers/i2c/busses/i2c-stub.c
2690
2691 I2C SUBSYSTEM
2692 P:      Jean Delvare (PC drivers, core)
2693 M:      khali@linux-fr.org
2694 P:      Ben Dooks (embedded platforms)
2695 M:      ben-linux@fluff.org
2696 L:      linux-i2c@vger.kernel.org
2697 W:      http://i2c.wiki.kernel.org/
2698 T:      quilt kernel.org/pub/linux/kernel/people/jdelvare/linux-2.6/jdelvare-i2c/
2699 S:      Maintained
2700 F:      Documentation/i2c/
2701 F:      drivers/i2c/
2702 F:      include/linux/i2c.h
2703 F:      include/linux/i2c-dev.h
2704 F:      include/linux/i2c-id.h
2705
2706 I2C-TINY-USB DRIVER
2707 P:      Till Harbaum
2708 M:      till@harbaum.org
2709 L:      linux-i2c@vger.kernel.org
2710 W:      http://www.harbaum.org/till/i2c_tiny_usb
2711 S:      Maintained
2712 F:      drivers/i2c/busses/i2c-tiny-usb.c
2713
2714 i386 BOOT CODE
2715 P:      H. Peter Anvin
2716 M:      hpa@zytor.com
2717 L:      Linux-Kernel@vger.kernel.org
2718 S:      Maintained
2719 F:      arch/x86/boot/
2720
2721 i386 SETUP CODE / CPU ERRATA WORKAROUNDS
2722 P:      H. Peter Anvin
2723 M:      hpa@zytor.com
2724 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
2725 S:      Maintained
2726
2727 IA64 (Itanium) PLATFORM
2728 P:      Tony Luck
2729 M:      tony.luck@intel.com
2730 L:      linux-ia64@vger.kernel.org
2731 W:      http://www.ia64-linux.org/
2732 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6.git
2733 S:      Maintained
2734 F:      arch/ia64/
2735
2736 IBM MCA SCSI SUBSYSTEM DRIVER
2737 P:      Michael Lang
2738 M:      langa2@kph.uni-mainz.de
2739 W:      http://www.uni-mainz.de/~langm000/linux.html
2740 S:      Maintained
2741 F:      drivers/scsi/ibmmca.c
2742
2743 IBM Power Linux RAID adapter
2744 P:      Brian King
2745 M:      brking@us.ibm.com
2746 S:      Supported
2747 F:      drivers/scsi/ipr.*
2748
2749 IBM ServeRAID RAID DRIVER
2750 P:      Jack Hammer
2751 P:      Dave Jeffery
2752 M:      ipslinux@adaptec.com
2753 W:      http://www.developer.ibm.com/welcome/netfinity/serveraid.html
2754 S:      Supported
2755 F:      drivers/scsi/ips.*
2756
2757 IDE SUBSYSTEM
2758 P:      Bartlomiej Zolnierkiewicz
2759 M:      bzolnier@gmail.com
2760 L:      linux-ide@vger.kernel.org
2761 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6.git
2762 S:      Maintained
2763 F:      Documentation/ide/
2764 F:      drivers/ide/
2765 F:      include/linux/ide.h
2766
2767 IDE/ATAPI DRIVERS
2768 P:      Borislav Petkov
2769 M:      petkovbb@gmail.com
2770 L:      linux-ide@vger.kernel.org
2771 S:      Maintained
2772 F:      Documentation/cdrom/ide-cd
2773 F:      drivers/ide/ide-cd*
2774
2775 IDLE-I7300
2776 P:      Andy Henroid
2777 M:      andrew.d.henroid@intel.com
2778 L:      linux-pm@lists.linux-foundation.org
2779 S:      Supported
2780 F:      drivers/idle/i7300_idle.c
2781
2782 IEEE 1394 SUBSYSTEM
2783 P:      Ben Collins
2784 M:      ben.collins@ubuntu.com
2785 P:      Stefan Richter
2786 M:      stefanr@s5r6.in-berlin.de
2787 L:      linux1394-devel@lists.sourceforge.net
2788 W:      http://www.linux1394.org/
2789 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
2790 S:      Maintained
2791 F:      drivers/ieee1394/
2792
2793 IEEE 1394 RAW I/O DRIVER
2794 P:      Dan Dennedy
2795 M:      dan@dennedy.org
2796 P:      Stefan Richter
2797 M:      stefanr@s5r6.in-berlin.de
2798 L:      linux1394-devel@lists.sourceforge.net
2799 S:      Maintained
2800 F:      drivers/ieee1394/raw1394*
2801
2802 INTEGRITY MEASUREMENT ARCHITECTURE (IMA)
2803 P:      Mimi Zohar
2804 M:      zohar@us.ibm.com
2805 S:      Supported
2806 F:      security/integrity/ima/
2807
2808 IMS TWINTURBO FRAMEBUFFER DRIVER
2809 L:      linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
2810 S:      Orphan
2811 F:      drivers/video/imsttfb.c
2812
2813 INFINIBAND SUBSYSTEM
2814 P:      Roland Dreier
2815 M:      rolandd@cisco.com
2816 P:      Sean Hefty
2817 M:      sean.hefty@intel.com
2818 P:      Hal Rosenstock
2819 M:      hal.rosenstock@gmail.com
2820 L:      general@lists.openfabrics.org (moderated for non-subscribers)
2821 W:      http://www.openib.org/
2822 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband.git
2823 S:      Supported
2824 F:      Documentation/infiniband/
2825 F:      drivers/infiniband/
2826 F:      include/linux/if_infiniband.h
2827
2828 INOTIFY
2829 P:      John McCutchan
2830 M:      john@johnmccutchan.com
2831 P:      Robert Love
2832 M:      rlove@rlove.org
2833 L:      linux-kernel@vger.kernel.org
2834 S:      Maintained
2835 F:      Documentation/filesystems/inotify.txt
2836 F:      fs/notify/inotify/
2837 F:      include/linux/inotify.h
2838
2839 INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
2840 P:      Dmitry Torokhov
2841 M:      dmitry.torokhov@gmail.com
2842 M:      dtor@mail.ru
2843 L:      linux-input@vger.kernel.org
2844 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git
2845 S:      Maintained
2846 F:      drivers/input/
2847
2848 INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
2849 P:      Sylvain Meyer
2850 M:      sylvain.meyer@worldonline.fr
2851 L:      linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
2852 S:      Maintained
2853 F:      Documentation/fb/intelfb.txt
2854 F:      drivers/video/intelfb/
2855
2856 INTEL 810/815 FRAMEBUFFER DRIVER
2857 P:      Antonino Daplas
2858 M:      adaplas@gmail.com
2859 L:      linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
2860 S:      Maintained
2861 F:      drivers/video/i810/
2862
2863 INTEL MENLOW THERMAL DRIVER
2864 P:      Sujith Thomas
2865 M:      sujith.thomas@intel.com
2866 L:      linux-acpi@vger.kernel.org
2867 W:      http://www.lesswatts.org/projects/acpi/
2868 S:      Supported
2869 F:      drivers/platform/x86/intel_menlow.c
2870
2871 INTEL IA32 MICROCODE UPDATE SUPPORT
2872 P:      Tigran Aivazian
2873 M:      tigran@aivazian.fsnet.co.uk
2874 S:      Maintained
2875 F:      arch/x86/kernel/microcode_core.c
2876 F:      arch/x86/kernel/microcode_intel.c
2877
2878 INTEL I/OAT DMA DRIVER
2879 P:      Maciej Sosnowski
2880 M:      maciej.sosnowski@intel.com
2881 L:      linux-kernel@vger.kernel.org
2882 S:      Supported
2883 F:      drivers/dma/ioat*
2884
2885 INTEL IOMMU (VT-d)
2886 P:      David Woodhouse
2887 M:      dwmw2@infradead.org
2888 L:      iommu@lists.linux-foundation.org
2889 T:      git git://git.infradead.org/iommu-2.6.git
2890 S:      Supported
2891 F:      drivers/pci/intel-iommu.c
2892 F:      include/linux/intel-iommu.h
2893
2894 INTEL IOP-ADMA DMA DRIVER
2895 P:      Dan Williams
2896 M:      dan.j.williams@intel.com
2897 L:      linux-kernel@vger.kernel.org
2898 S:      Supported
2899 F:      drivers/dma/iop-adma.c
2900
2901 INTEL IXP4XX QMGR, NPE, ETHERNET and HSS SUPPORT
2902 P:      Krzysztof Halasa
2903 M:      khc@pm.waw.pl
2904 S:      Maintained
2905 F:      arch/arm/mach-ixp4xx/include/mach/qmgr.h
2906 F:      arch/arm/mach-ixp4xx/include/mach/npe.h
2907 F:      arch/arm/mach-ixp4xx/ixp4xx_qmgr.c
2908 F:      arch/arm/mach-ixp4xx/ixp4xx_npe.c
2909 F:      drivers/net/arm/ixp4xx_eth.c
2910 F:      drivers/net/wan/ixp4xx_hss.c
2911
2912 INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
2913 P:      Deepak Saxena
2914 M:      dsaxena@plexity.net
2915 S:      Maintained
2916 F:      drivers/char/hw_random/ixp4xx-rng.c
2917
2918 INTEL IXP2000 ETHERNET DRIVER
2919 P:      Lennert Buytenhek
2920 M:      kernel@wantstofly.org
2921 L:      netdev@vger.kernel.org
2922 S:      Maintained
2923 F:      drivers/net/ixp2000/
2924
2925 INTEL ETHERNET DRIVERS (e100/e1000/e1000e/igb/ixgb/ixgbe)
2926 P:      Jeff Kirsher
2927 M:      jeffrey.t.kirsher@intel.com
2928 P:      Jesse Brandeburg
2929 M:      jesse.brandeburg@intel.com
2930 P:      Bruce Allan
2931 M:      bruce.w.allan@intel.com
2932 P:      PJ Waskiewicz
2933 M:      peter.p.waskiewicz.jr@intel.com
2934 P:      John Ronciak
2935 M:      john.ronciak@intel.com
2936 L:      e1000-devel@lists.sourceforge.net
2937 W:      http://e1000.sourceforge.net/
2938 S:      Supported
2939 F:      drivers/net/e100.c
2940 F:      drivers/net/e1000/
2941 F:      drivers/net/e1000e/
2942 F:      drivers/net/igb/
2943 F:      drivers/net/ixgb/
2944 F:      drivers/net/ixgbe/
2945
2946 INTEL PRO/WIRELESS 2100 NETWORK CONNECTION SUPPORT
2947 P:      Zhu Yi
2948 M:      yi.zhu@intel.com
2949 P:      James Ketrenos
2950 M:      jketreno@linux.intel.com
2951 P:      Reinette Chatre
2952 M:      reinette.chatre@intel.com
2953 L:      linux-wireless@vger.kernel.org
2954 L:      ipw2100-devel@lists.sourceforge.net
2955 W:      http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
2956 W:      http://ipw2100.sourceforge.net
2957 S:      Supported
2958 F:      Documentation/networking/README.ipw2100
2959 F:      drivers/net/wireless/ipw2x00/ipw2100.*
2960
2961 INTEL PRO/WIRELESS 2915ABG NETWORK CONNECTION SUPPORT
2962 P:      Zhu Yi
2963 M:      yi.zhu@intel.com
2964 P:      James Ketrenos
2965 M:      jketreno@linux.intel.com
2966 P:      Reinette Chatre
2967 M:      reinette.chatre@intel.com
2968 L:      linux-wireless@vger.kernel.org
2969 L:      ipw2100-devel@lists.sourceforge.net
2970 W:      http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
2971 W:      http://ipw2200.sourceforge.net
2972 S:      Supported
2973 F:      Documentation/networking/README.ipw2200
2974 F:      drivers/net/wireless/ipw2x00/ipw2200.*
2975
2976 INTEL WIRELESS WIMAX CONNECTION 2400
2977 P:      Inaky Perez-Gonzalez
2978 M:      inaky.perez-gonzalez@intel.com
2979 M:      linux-wimax@intel.com
2980 L:      wimax@linuxwimax.org
2981 S:      Supported
2982 W:      http://linuxwimax.org
2983 F:      Documentation/wimax/README.i2400m
2984 F:      drivers/net/wimax/i2400m/
2985 F:      include/linux/wimax/i2400m.h
2986
2987 INTEL WIRELESS WIFI LINK (iwlwifi)
2988 P:      Zhu Yi
2989 M:      yi.zhu@intel.com
2990 P:      Reinette Chatre
2991 M:      reinette.chatre@intel.com
2992 L:      linux-wireless@vger.kernel.org
2993 L:      ipw3945-devel@lists.sourceforge.net
2994 W:      http://intellinuxwireless.org
2995 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-2.6.git
2996 S:      Supported
2997 F:      drivers/net/wireless/iwlwifi/
2998
2999 IOC3 ETHERNET DRIVER
3000 P:      Ralf Baechle
3001 M:      ralf@linux-mips.org
3002 L:      linux-mips@linux-mips.org
3003 S:      Maintained
3004 F:      drivers/net/ioc3-eth.c
3005
3006 IOC3 SERIAL DRIVER
3007 P:      Pat Gefre
3008 M:      pfg@sgi.com
3009 L:      linux-mips@linux-mips.org
3010 S:      Maintained
3011 F:      drivers/serial/ioc3_serial.c
3012
3013 IP MASQUERADING
3014 P:      Juanjo Ciarlante
3015 M:      jjciarla@raiz.uncu.edu.ar
3016 S:      Maintained
3017 F:      net/ipv4/netfilter/ipt_MASQUERADE.c
3018
3019 IP1000A 10/100/1000 GIGABIT ETHERNET DRIVER
3020 P:      Francois Romieu
3021 M:      romieu@fr.zoreil.com
3022 P:      Sorbica Shieh
3023 M:      sorbica@icplus.com.tw
3024 P:      Jesse Huang
3025 M:      jesse@icplus.com.tw
3026 L:      netdev@vger.kernel.org
3027 S:      Maintained
3028 F:      drivers/net/ipg.c
3029
3030 IPATH DRIVER
3031 P:      Ralph Campbell
3032 M:      infinipath@qlogic.com
3033 L:      general@lists.openfabrics.org
3034 T:      git git://git.qlogic.com/ipath-linux-2.6
3035 S:      Supported
3036 F:      drivers/infiniband/hw/ipath/
3037
3038 IPMI SUBSYSTEM
3039 P:      Corey Minyard
3040 M:      minyard@acm.org
3041 L:      openipmi-developer@lists.sourceforge.net
3042 W:      http://openipmi.sourceforge.net/
3043 S:      Supported
3044 F:      Documentation/IPMI.txt
3045 F:      drivers/char/ipmi/
3046 F:      include/linux/ipmi*
3047
3048 IPS SCSI RAID DRIVER
3049 P:      Adaptec OEM Raid Solutions
3050 M:      aacraid@adaptec.com
3051 L:      linux-scsi@vger.kernel.org
3052 W:      http://www.adaptec.com/
3053 S:      Maintained
3054 F:      drivers/scsi/ips*
3055
3056 IPVS
3057 P:      Wensong Zhang
3058 M:      wensong@linux-vs.org
3059 P:      Simon Horman
3060 M:      horms@verge.net.au
3061 P:      Julian Anastasov
3062 M:      ja@ssi.bg
3063 L:      netdev@vger.kernel.org
3064 L:      lvs-devel@vger.kernel.org
3065 S:      Maintained
3066 F:      Documentation/networking/ipvs-sysctl.txt
3067 F:      net/netfilter/ipvs/
3068
3069 IPWIRELESS DRIVER
3070 P:      Jiri Kosina
3071 M:      jkosina@suse.cz
3072 P:      David Sterba
3073 M:      dsterba@suse.cz
3074 S:      Maintained
3075 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/ipwireless_cs.git
3076 F:      drivers/char/pcmcia/ipwireless/
3077
3078 IPX NETWORK LAYER
3079 P:      Arnaldo Carvalho de Melo
3080 M:      acme@ghostprotocols.net
3081 L:      netdev@vger.kernel.org
3082 S:      Maintained
3083 F:      include/linux/ipx.h
3084 F:      include/net/ipx.h
3085 F:      net/ipx/
3086
3087 IRDA SUBSYSTEM
3088 P:      Samuel Ortiz
3089 M:      samuel@sortiz.org
3090 L:      irda-users@lists.sourceforge.net (subscribers-only)
3091 W:      http://irda.sourceforge.net/
3092 S:      Maintained
3093 F:      Documentation/networking/irda.txt
3094 F:      drivers/net/irda/
3095 F:      include/net/irda/
3096 F:      net/irda/
3097
3098 ISAPNP
3099 P:      Jaroslav Kysela
3100 M:      perex@perex.cz
3101 S:      Maintained
3102 F:      Documentation/isapnp.txt
3103 F:      drivers/pnp/isapnp/
3104 F:      include/linux/isapnp.h
3105
3106 ISCSI
3107 P:      Mike Christie
3108 M:      michaelc@cs.wisc.edu
3109 L:      open-iscsi@googlegroups.com
3110 W:      www.open-iscsi.org
3111 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mnc/linux-2.6-iscsi.git
3112 S:      Maintained
3113 F:      drivers/scsi/*iscsi*
3114 F:      include/scsi/*iscsi*
3115
3116 ISDN SUBSYSTEM
3117 P:      Karsten Keil
3118 M:      isdn@linux-pingi.de
3119 L:      isdn4linux@listserv.isdn4linux.de (subscribers-only)
3120 W:      http://www.isdn4linux.de
3121 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kkeil/isdn-2.6.git
3122 S:      Maintained
3123 F:      Documentation/isdn/
3124 F:      drivers/isdn/
3125 F:      include/linux/isdn.h
3126 F:      include/linux/isdn/
3127
3128 ISDN SUBSYSTEM (Eicon active card driver)
3129 P:      Armin Schindler
3130 M:      mac@melware.de
3131 L:      isdn4linux@listserv.isdn4linux.de (subscribers-only)
3132 W:      http://www.melware.de
3133 S:      Maintained
3134 F:      drivers/isdn/hardware/eicon/
3135
3136 IVTV VIDEO4LINUX DRIVER
3137 P:      Hans Verkuil
3138 M:      hverkuil@xs4all.nl
3139 L:      ivtv-devel@ivtvdriver.org
3140 L:      ivtv-users@ivtvdriver.org
3141 L:      linux-media@vger.kernel.org
3142 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
3143 W:      http://www.ivtvdriver.org
3144 S:      Maintained
3145 F:      Documentation/video4linux/*.ivtv
3146 F:      drivers/media/video/ivtv/
3147 F:      include/linux/ivtv*
3148
3149 JFS FILESYSTEM
3150 P:      Dave Kleikamp
3151 M:      shaggy@austin.ibm.com
3152 L:      jfs-discussion@lists.sourceforge.net
3153 W:      http://jfs.sourceforge.net/
3154 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
3155 S:      Supported
3156 F:      Documentation/filesystems/jfs.txt
3157 F:      fs/jfs/
3158
3159 JME NETWORK DRIVER
3160 P:      Guo-Fu Tseng
3161 M:      cooldavid@cooldavid.org
3162 L:      netdev@vger.kernel.org
3163 S:      Maintained
3164 F:      drivers/net/jme.*
3165
3166 JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
3167 P:      David Woodhouse
3168 M:      dwmw2@infradead.org
3169 L:      linux-mtd@lists.infradead.org
3170 W:      http://www.linux-mtd.infradead.org/doc/jffs2.html
3171 S:      Maintained
3172 F:      fs/jffs2/
3173 F:      include/linux/jffs2.h
3174 F:      include/mtd/jffs2-user.h
3175
3176 JOURNALLING LAYER FOR BLOCK DEVICES (JBD)
3177 P:      Stephen Tweedie
3178 M:      sct@redhat.com
3179 P:      Andrew Morton
3180 M:      akpm@linux-foundation.org
3181 L:      linux-ext4@vger.kernel.org
3182 S:      Maintained
3183 F:      fs/jbd*/
3184 F:      include/linux/ext*jbd*.h
3185 F:      include/linux/jbd*.h
3186
3187 K8TEMP HARDWARE MONITORING DRIVER
3188 P:      Rudolf Marek
3189 M:      r.marek@assembler.cz
3190 L:      lm-sensors@lm-sensors.org
3191 S:      Maintained
3192 F:      Documentation/hwmon/k8temp
3193 F:      drivers/hwmon/k8temp.c
3194
3195 KCONFIG
3196 P:      Roman Zippel
3197 M:      zippel@linux-m68k.org
3198 L:      linux-kbuild@vger.kernel.org
3199 S:      Maintained
3200 F:      Documentation/kbuild/kconfig-language.txt
3201 F:      scripts/kconfig/
3202
3203 KDUMP
3204 P:      Vivek Goyal
3205 M:      vgoyal@redhat.com
3206 P:      Haren Myneni
3207 M:      hbabu@us.ibm.com
3208 L:      kexec@lists.infradead.org
3209 L:      linux-kernel@vger.kernel.org
3210 W:      http://lse.sourceforge.net/kdump/
3211 S:      Maintained
3212 F:      Documentation/kdump/
3213
3214 KERNEL AUTOMOUNTER (AUTOFS)
3215 P:      H. Peter Anvin
3216 M:      hpa@zytor.com
3217 L:      autofs@linux.kernel.org
3218 S:      Odd Fixes
3219 F:      fs/autofs/
3220
3221 KERNEL AUTOMOUNTER v4 (AUTOFS4)
3222 P:      Ian Kent
3223 M:      raven@themaw.net
3224 L:      autofs@linux.kernel.org
3225 S:      Maintained
3226 F:      fs/autofs4/
3227
3228 KERNEL BUILD
3229 P:      Sam Ravnborg
3230 M:      sam@ravnborg.org
3231 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-next.git
3232 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-fixes.git
3233 L:      linux-kbuild@vger.kernel.org
3234 S:      Maintained
3235 F:      Documentation/kbuild/
3236 F:      Makefile
3237 F:      scripts/Makefile.*
3238
3239 KERNEL JANITORS
3240 P:      Several
3241 L:      kernel-janitors@vger.kernel.org
3242 W:      http://www.kerneljanitors.org/
3243 S:      Maintained
3244
3245 KERNEL NFSD, SUNRPC, AND LOCKD SERVERS
3246 P:      J. Bruce Fields
3247 M:      bfields@fieldses.org
3248 P:      Neil Brown
3249 M:      neilb@suse.de
3250 L:      linux-nfs@vger.kernel.org
3251 W:      http://nfs.sourceforge.net/
3252 S:      Supported
3253 F:      fs/nfsd/
3254 F:      include/linux/nfsd/
3255 F:      fs/lockd/
3256 F:      fs/nfs_common/
3257 F:      net/sunrpc/
3258 F:      include/linux/lockd/
3259 F:      include/linux/sunrpc/
3260
3261 KERNEL VIRTUAL MACHINE (KVM)
3262 P:      Avi Kivity
3263 M:      avi@redhat.com
3264 L:      kvm@vger.kernel.org
3265 W:      http://kvm.qumranet.com
3266 S:      Supported
3267 F:      Documentation/*/kvm.txt
3268 F:      arch/*/kvm/
3269 F:      arch/*/include/asm/kvm*
3270 F:      include/linux/kvm*
3271 F:      virt/kvm/
3272
3273 KERNEL VIRTUAL MACHINE (KVM) FOR AMD-V
3274 P:      Joerg Roedel
3275 M:      joerg.roedel@amd.com
3276 L:      kvm@vger.kernel.org
3277 W:      http://kvm.qumranet.com
3278 S:      Supported
3279 F:      arch/x86/include/asm/svm.h
3280 F:      arch/x86/kvm/kvm_svm.h
3281 F:      arch/x86/kvm/svm.c
3282
3283 KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
3284 P:      Hollis Blanchard
3285 M:      hollisb@us.ibm.com
3286 L:      kvm-ppc@vger.kernel.org
3287 W:      http://kvm.qumranet.com
3288 S:      Supported
3289 F:      arch/powerpc/include/asm/kvm*
3290 F:      arch/powerpc/kvm/
3291
3292 KERNEL VIRTUAL MACHINE For Itanium (KVM/IA64)
3293 P:      Xiantao Zhang
3294 M:      xiantao.zhang@intel.com
3295 L:      kvm-ia64@vger.kernel.org
3296 W:      http://kvm.qumranet.com
3297 S:      Supported
3298 F:      Documentation/ia64/kvm.txt
3299 F:      arch/ia64/include/asm/kvm*
3300 F:      arch/ia64/kvm/
3301
3302 KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
3303 P:      Carsten Otte
3304 M:      cotte@de.ibm.com
3305 P:      Christian Borntraeger
3306 M:      borntraeger@de.ibm.com
3307 M:      linux390@de.ibm.com
3308 L:      linux-s390@vger.kernel.org
3309 W:      http://www.ibm.com/developerworks/linux/linux390/
3310 S:      Supported
3311 F:      Documentation/s390/kvm.txt
3312 F:      arch/s390/include/asm/kvm*
3313 F:      arch/s390/kvm/
3314
3315 KEXEC
3316 P:      Eric Biederman
3317 M:      ebiederm@xmission.com
3318 W:      http://ftp.kernel.org/pub/linux/kernel/people/horms/kexec-tools/
3319 L:      linux-kernel@vger.kernel.org
3320 L:      kexec@lists.infradead.org
3321 S:      Maintained
3322 F:      include/linux/kexec.h
3323 F:      kernel/kexec.c
3324
3325 KGDB
3326 P:      Jason Wessel
3327 M:      jason.wessel@windriver.com
3328 L:      kgdb-bugreport@lists.sourceforge.net
3329 S:      Maintained
3330 F:      Documentation/DocBook/kgdb.tmpl
3331 F:      drivers/misc/kgdbts.c
3332 F:      drivers/serial/kgdboc.c
3333 F:      include/linux/kgdb.h
3334 F:      kernel/kgdb.c
3335
3336 KMEMTRACE
3337 P:      Eduard - Gabriel Munteanu
3338 M:      eduard.munteanu@linux360.ro
3339 L:      linux-kernel@vger.kernel.org
3340 S:      Maintained
3341 F:      Documentation/trace/kmemtrace.txt
3342 F:      include/trace/kmemtrace.h
3343 F:      kernel/trace/kmemtrace.c
3344
3345 KPROBES
3346 P:      Ananth N Mavinakayanahalli
3347 M:      ananth@in.ibm.com
3348 P:      Anil S Keshavamurthy
3349 M:      anil.s.keshavamurthy@intel.com
3350 P:      David S. Miller
3351 M:      davem@davemloft.net
3352 P:      Masami Hiramatsu
3353 M:      mhiramat@redhat.com
3354 L:      linux-kernel@vger.kernel.org
3355 S:      Maintained
3356 F:      Documentation/kprobes.txt
3357 F:      include/linux/kprobes.h
3358 F:      kernel/kprobes.c
3359
3360 KS0108 LCD CONTROLLER DRIVER
3361 P:      Miguel Ojeda Sandonis
3362 M:      miguel.ojeda.sandonis@gmail.com
3363 L:      linux-kernel@vger.kernel.org
3364 W:      http://miguelojeda.es/auxdisplay.htm
3365 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
3366 S:      Maintained
3367 F:      Documentation/auxdisplay/ks0108
3368 F:      drivers/auxdisplay/ks0108.c
3369 F:      include/linux/ks0108.h
3370
3371 LAPB module
3372 L:      linux-x25@vger.kernel.org
3373 S:      Orphan
3374 F:      Documentation/networking/lapb-module.txt
3375 F:      include/*/lapb.h
3376 F:      net/lapb/
3377
3378 LASI 53c700 driver for PARISC
3379 P:      James E.J. Bottomley
3380 M:      James.Bottomley@HansenPartnership.com
3381 L:      linux-scsi@vger.kernel.org
3382 S:      Maintained
3383 F:      Documentation/scsi/53c700.txt
3384 F:      drivers/scsi/53c700*
3385
3386 LED SUBSYSTEM
3387 P:      Richard Purdie
3388 M:      rpurdie@rpsys.net
3389 S:      Maintained
3390 F:      drivers/leds/
3391 F:      include/linux/leds.h
3392
3393 LEGO USB Tower driver
3394 P:      Juergen Stuber
3395 M:      starblue@users.sourceforge.net
3396 L:      legousb-devel@lists.sourceforge.net
3397 W:      http://legousb.sourceforge.net/
3398 S:      Maintained
3399 F:      drivers/usb/misc/legousbtower.c
3400
3401 LGUEST
3402 P:      Rusty Russell
3403 M:      rusty@rustcorp.com.au
3404 L:      lguest@ozlabs.org
3405 W:      http://lguest.ozlabs.org/
3406 S:      Maintained
3407 F:      Documentation/lguest/
3408 F:      arch/x86/lguest/
3409 F:      drivers/lguest/
3410 F:      include/linux/lguest*.h
3411 F:      arch/x86/include/asm/lguest*.h
3412
3413 LINUX FOR IBM pSERIES (RS/6000)
3414 P:      Paul Mackerras
3415 M:      paulus@au.ibm.com
3416 W:      http://www.ibm.com/linux/ltc/projects/ppc
3417 S:      Supported
3418
3419 LINUX FOR POWERPC (32-BIT AND 64-BIT)
3420 P:      Benjamin Herrenschmidt
3421 M:      benh@kernel.crashing.org
3422 P:      Paul Mackerras
3423 M:      paulus@samba.org
3424 W:      http://www.penguinppc.org/
3425 L:      linuxppc-dev@ozlabs.org
3426 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc.git
3427 S:      Supported
3428
3429 LINUX FOR POWER MACINTOSH
3430 P:      Benjamin Herrenschmidt
3431 M:      benh@kernel.crashing.org
3432 W:      http://www.penguinppc.org/
3433 L:      linuxppc-dev@ozlabs.org
3434 S:      Maintained
3435
3436 LINUX FOR POWERPC EMBEDDED MPC5XXX
3437 P:      Grant Likely
3438 M:      grant.likely@secretlab.ca
3439 L:      linuxppc-dev@ozlabs.org
3440 T:      git git://git.secretlab.ca/git/linux-2.6.git
3441 S:      Maintained
3442
3443 LINUX FOR POWERPC EMBEDDED PPC4XX
3444 P:      Josh Boyer
3445 M:      jwboyer@linux.vnet.ibm.com
3446 P:      Matt Porter
3447 M:      mporter@kernel.crashing.org
3448 W:      http://www.penguinppc.org/
3449 L:      linuxppc-dev@ozlabs.org
3450 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jwboyer/powerpc-4xx.git
3451 S:      Maintained
3452
3453 LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
3454 P:      Grant Likely
3455 M:      grant.likely@secretlab.ca
3456 W:      http://wiki.secretlab.ca/index.php/Linux_on_Xilinx_Virtex
3457 L:      linuxppc-dev@ozlabs.org
3458 T:      git git://git.secretlab.ca/git/linux-2.6.git
3459 S:      Maintained
3460
3461 LINUX FOR POWERPC EMBEDDED PPC8XX
3462 P:      Vitaly Bordug
3463 M:      vitb@kernel.crashing.org
3464 P:      Marcelo Tosatti
3465 M:      marcelo@kvack.org
3466 W:      http://www.penguinppc.org/
3467 L:      linuxppc-dev@ozlabs.org
3468 S:      Maintained
3469
3470 LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
3471 P:      Kumar Gala
3472 M:      galak@kernel.crashing.org
3473 W:      http://www.penguinppc.org/
3474 L:      linuxppc-dev@ozlabs.org
3475 S:      Maintained
3476
3477 LINUX FOR POWERPC PA SEMI PWRFICIENT
3478 P:      Olof Johansson
3479 M:      olof@lixom.net
3480 W:      http://www.pasemi.com/
3481 L:      linuxppc-dev@ozlabs.org
3482 S:      Supported
3483
3484 LINUX SECURITY MODULE (LSM) FRAMEWORK
3485 P:      Chris Wright
3486 M:      chrisw@sous-sol.org
3487 L:      linux-security-module@vger.kernel.org
3488 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/chrisw/lsm-2.6.git
3489 S:      Supported
3490
3491 LLC (802.2)
3492 P:      Arnaldo Carvalho de Melo
3493 M:      acme@ghostprotocols.net
3494 S:      Maintained
3495 F:      include/linux/llc.h
3496 F:      include/net/llc*
3497 F:      net/llc/
3498
3499 LIS3LV02D ACCELEROMETER DRIVER
3500 P:      Eric Piel
3501 M:      eric.piel@tremplin-utc.net
3502 S:      Maintained
3503 F:      Documentation/hwmon/lis3lv02d
3504 F:      drivers/hwmon/lis3lv02d.*
3505
3506 LM83 HARDWARE MONITOR DRIVER
3507 P:      Jean Delvare
3508 M:      khali@linux-fr.org
3509 L:      lm-sensors@lm-sensors.org
3510 S:      Maintained
3511 F:      Documentation/hwmon/lm83
3512 F:      drivers/hwmon/lm83.c
3513
3514 LM90 HARDWARE MONITOR DRIVER
3515 P:      Jean Delvare
3516 M:      khali@linux-fr.org
3517 L:      lm-sensors@lm-sensors.org
3518 S:      Maintained
3519 F:      Documentation/hwmon/lm90
3520 F:      drivers/hwmon/lm90.c
3521
3522 LOCKDEP AND LOCKSTAT
3523 P:      Peter Zijlstra
3524 M:      peterz@infradead.org
3525 P:      Ingo Molnar
3526 M:      mingo@redhat.com
3527 L:      linux-kernel@vger.kernel.org
3528 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/peterz/linux-2.6-lockdep.git
3529 S:      Maintained
3530 F:      Documentation/lockdep*.txt
3531 F:      Documentation/lockstat.txt
3532 F:      include/linux/lockdep.h
3533 F:      kernel/lockdep*
3534
3535 LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
3536 P:      Richard Russon (FlatCap)
3537 M:      ldm@flatcap.org
3538 L:      linux-ntfs-dev@lists.sourceforge.net
3539 W:      http://www.linux-ntfs.org/content/view/19/37/
3540 S:      Maintained
3541 F:      Documentation/ldm.txt
3542 F:      fs/partitions/ldm.*
3543
3544 LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
3545 P:      Eric Moore
3546 M:      Eric.Moore@lsi.com
3547 M:      support@lsi.com
3548 L:      DL-MPTFusionLinux@lsi.com
3549 L:      linux-scsi@vger.kernel.org
3550 W:      http://www.lsilogic.com/support
3551 S:      Supported
3552 F:      drivers/message/fusion/
3553
3554 LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
3555 P:      Matthew Wilcox
3556 M:      matthew@wil.cx
3557 L:      linux-scsi@vger.kernel.org
3558 S:      Maintained
3559 F:      drivers/scsi/sym53c8xx_2/
3560
3561 LTP (Linux Test Project)
3562 P:      Subrata Modak
3563 M:      subrata@linux.vnet.ibm.com
3564 P:      Mike Frysinger
3565 M:      vapier@gentoo.org
3566 L:      ltp-list@lists.sourceforge.net (subscribers-only)
3567 W:      http://ltp.sourceforge.net/
3568 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/galak/ltp.git
3569 S:      Maintained
3570
3571 M32R ARCHITECTURE
3572 P:      Hirokazu Takata
3573 M:      takata@linux-m32r.org
3574 L:      linux-m32r@ml.linux-m32r.org
3575 L:      linux-m32r-ja@ml.linux-m32r.org (in Japanese)
3576 W:      http://www.linux-m32r.org/
3577 S:      Maintained
3578 F:      arch/m32r/
3579 F:      include/asm-m32r/
3580
3581 M68K ARCHITECTURE
3582 P:      Geert Uytterhoeven
3583 M:      geert@linux-m68k.org
3584 P:      Roman Zippel
3585 M:      zippel@linux-m68k.org
3586 L:      linux-m68k@lists.linux-m68k.org
3587 W:      http://www.linux-m68k.org/
3588 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git
3589 S:      Maintained
3590 F:      arch/m68k/
3591 F:      drivers/zorro/
3592
3593 M68K ON APPLE MACINTOSH
3594 P:      Joshua Thompson
3595 M:      funaho@jurai.org
3596 W:      http://www.mac.linux-m68k.org/
3597 L:      linux-m68k@lists.linux-m68k.org
3598 S:      Maintained
3599 F:      arch/m68k/mac/
3600
3601 M68K ON HP9000/300
3602 P:      Philip Blundell
3603 M:      philb@gnu.org
3604 W:      http://www.tazenda.demon.co.uk/phil/linux-hp
3605 S:      Maintained
3606 F:      arch/m68k/hp300/
3607
3608 MAC80211
3609 P:      Johannes Berg
3610 M:      johannes@sipsolutions.net
3611 L:      linux-wireless@vger.kernel.org
3612 W:      http://linuxwireless.org/
3613 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git
3614 S:      Maintained
3615 F:      Documentation/networking/mac80211-injection.txt
3616 F:      include/net/mac80211.h
3617 F:      net/mac80211/
3618
3619 MAC80211 PID RATE CONTROL
3620 P:      Stefano Brivio
3621 M:      stefano.brivio@polimi.it
3622 P:      Mattias Nissler
3623 M:      mattias.nissler@gmx.de
3624 L:      linux-wireless@vger.kernel.org
3625 W:      http://linuxwireless.org/en/developers/Documentation/mac80211/RateControl/PID
3626 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git
3627 S:      Maintained
3628 F:      net/mac80211/rc80211_pid*
3629
3630 MACVLAN DRIVER
3631 P:      Patrick McHardy
3632 M:      kaber@trash.net
3633 L:      netdev@vger.kernel.org
3634 S:      Maintained
3635 F:      drivers/net/macvlan.c
3636 F:      include/linux/if_macvlan.h
3637
3638 MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
3639 P:      Michael Kerrisk
3640 M:      mtk.manpages@gmail.com
3641 W:      http://www.kernel.org/doc/man-pages
3642 L:      linux-man@vger.kernel.org
3643 S:      Maintained
3644
3645 MARVELL LIBERTAS WIRELESS DRIVER
3646 P:      Dan Williams
3647 M:      dcbw@redhat.com
3648 L:      libertas-dev@lists.infradead.org
3649 S:      Maintained
3650 F:      drivers/net/wireless/libertas/
3651
3652 MARVELL MV643XX ETHERNET DRIVER
3653 P:      Lennert Buytenhek
3654 M:      buytenh@marvell.com
3655 L:      netdev@vger.kernel.org
3656 S:      Supported
3657 F:      drivers/net/mv643xx_eth.*
3658 F:      include/linux/mv643xx.h
3659
3660 MARVELL SOC MMC/SD/SDIO CONTROLLER DRIVER
3661 P:      Nicolas Pitre
3662 M:      nico@cam.org
3663 L:      linux-kernel@vger.kernel.org
3664 S:      Maintained
3665
3666 MARVELL YUKON / SYSKONNECT DRIVER
3667 P:      Mirko Lindner
3668 M:      mlindner@syskonnect.de
3669 P:      Ralph Roesler
3670 M:      rroesler@syskonnect.de
3671 W:      http://www.syskonnect.com
3672 S:      Supported
3673
3674 MATROX FRAMEBUFFER DRIVER
3675 P:      Petr Vandrovec
3676 M:      vandrove@vc.cvut.cz
3677 L:      linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
3678 S:      Maintained
3679 F:      drivers/video/matrox/matroxfb_*
3680 F:      include/linux/matroxfb.h
3681
3682 MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
3683 P:      Hans J. Koch
3684 M:      hjk@linutronix.de
3685 L:      lm-sensors@lm-sensors.org
3686 S:      Maintained
3687 F:      Documentation/hwmon/max6650
3688 F:      drivers/hwmon/max6650.c
3689
3690 MEDIA INPUT INFRASTRUCTURE (V4L/DVB)
3691 P:      Mauro Carvalho Chehab
3692 M:      mchehab@infradead.org
3693 P:      LinuxTV.org Project
3694 L:      linux-media@vger.kernel.org
3695 W:      http://linuxtv.org
3696 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
3697 S:      Maintained
3698 F:      Documentation/dvb/
3699 F:      Documentation/video4linux/
3700 F:      drivers/media/
3701 F:      include/media/
3702 F:      include/linux/dvb/
3703 F:      include/linux/videodev*.h
3704
3705 MEGARAID SCSI DRIVERS
3706 P:      Neela Syam Kolli
3707 M:      megaraidlinux@lsi.com
3708 L:      linux-scsi@vger.kernel.org
3709 W:      http://megaraid.lsilogic.com
3710 S:      Maintained
3711 F:      Documentation/scsi/megaraid.txt
3712 F:      drivers/scsi/megaraid.*
3713 F:      drivers/scsi/megaraid/
3714
3715 MEMORY MANAGEMENT
3716 L:      linux-mm@kvack.org
3717 L:      linux-kernel@vger.kernel.org
3718 W:      http://www.linux-mm.org
3719 S:      Maintained
3720 F:      include/linux/mm.h
3721 F:      mm/
3722
3723 MEMORY RESOURCE CONTROLLER
3724 P:      Balbir Singh
3725 M:      balbir@linux.vnet.ibm.com
3726 P:      Pavel Emelyanov
3727 M:      xemul@openvz.org
3728 P:      KAMEZAWA Hiroyuki
3729 M:      kamezawa.hiroyu@jp.fujitsu.com
3730 L:      linux-mm@kvack.org
3731 L:      linux-kernel@vger.kernel.org
3732 S:      Maintained
3733 F:      mm/memcontrol.c
3734
3735 MEMORY TECHNOLOGY DEVICES (MTD)
3736 P:      David Woodhouse
3737 M:      dwmw2@infradead.org
3738 W:      http://www.linux-mtd.infradead.org/
3739 L:      linux-mtd@lists.infradead.org
3740 T:      git git://git.infradead.org/mtd-2.6.git
3741 S:      Maintained
3742 F:      drivers/mtd/
3743 F:      include/linux/mtd/
3744 F:      include/mtd/
3745
3746 MICROBLAZE ARCHITECTURE
3747 P:      Michal Simek
3748 M:      monstr@monstr.eu
3749 L:      microblaze-uclinux@itee.uq.edu.au
3750 W:      http://www.monstr.eu/fdt/
3751 T:      git git://git.monstr.eu/linux-2.6-microblaze.git
3752 S:      Supported
3753 F:      arch/microblaze/
3754
3755 MICROTEK X6 SCANNER
3756 P:      Oliver Neukum
3757 M:      oliver@neukum.name
3758 S:      Maintained
3759 F:      drivers/usb/image/microtek.*
3760
3761 MIPS
3762 P:      Ralf Baechle
3763 M:      ralf@linux-mips.org
3764 W:      http://www.linux-mips.org/
3765 L:      linux-mips@linux-mips.org
3766 T:      git git://git.linux-mips.org/pub/scm/linux.git
3767 S:      Supported
3768 F:      Documentation/mips/
3769 F:      arch/mips/
3770
3771 MISCELLANEOUS MCA-SUPPORT
3772 P:      James Bottomley
3773 M:      James.Bottomley@HansenPartnership.com
3774 L:      linux-kernel@vger.kernel.org
3775 S:      Maintained
3776 F:      Documentation/ia64/mca.txt
3777 F:      Documentation/mca.txt
3778 F:      drivers/mca/
3779 F:      include/linux/mca*
3780
3781 MODULE SUPPORT
3782 P:      Rusty Russell
3783 M:      rusty@rustcorp.com.au
3784 L:      linux-kernel@vger.kernel.org
3785 S:      Maintained
3786 F:      include/linux/module.h
3787 F:      kernel/module.c
3788
3789 MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
3790 P:      Stelian Pop
3791 M:      stelian@popies.net
3792 W:      http://popies.net/meye/
3793 S:      Maintained
3794 F:      Documentation/video4linux/meye.txt
3795 F:      drivers/media/video/meye.*
3796 F:      include/linux/meye.h
3797
3798 MOTOROLA IMX MMC/SD HOST CONTROLLER INTERFACE DRIVER
3799 P:      Pavel Pisa
3800 M:      ppisa@pikron.com
3801 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
3802 S:      Maintained
3803 F:      drivers/mmc/host/imxmmc.*
3804
3805 MOUSE AND MISC DEVICES [GENERAL]
3806 P:      Alessandro Rubini
3807 M:      rubini@ipvvis.unipv.it
3808 L:      linux-kernel@vger.kernel.org
3809 S:      Maintained
3810 F:      drivers/input/mouse/
3811 F:      include/linux/gpio_mouse.h
3812
3813 MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
3814 P:      Jiri Slaby
3815 M:      jirislaby@gmail.com
3816 L:      linux-kernel@vger.kernel.org
3817 S:      Maintained
3818 F:      Documentation/serial/moxa-smartio
3819 F:      drivers/char/mxser.*
3820
3821 MSI LAPTOP SUPPORT
3822 P:      Lennart Poettering
3823 M:      mzxreary@0pointer.de
3824 W:      https://tango.0pointer.de/mailman/listinfo/s270-linux
3825 W:      http://0pointer.de/lennart/tchibo.html
3826 S:      Maintained
3827 F:      drivers/platform/x86/msi-laptop.c
3828
3829 MULTIFUNCTION DEVICES (MFD)
3830 P:      Samuel Ortiz
3831 M:      sameo@linux.intel.com
3832 L:      linux-kernel@vger.kernel.org
3833 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6.git
3834 S:      Supported
3835 F:      drivers/mfd/
3836
3837 MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
3838 P:      Pierre Ossman
3839 M:      pierre@ossman.eu
3840 L:      linux-kernel@vger.kernel.org
3841 S:      Maintained
3842 F:      drivers/mmc/
3843 F:      include/linux/mmc/
3844
3845 MULTIMEDIA CARD (MMC) ETC. OVER SPI
3846 P:      David Brownell
3847 M:      dbrownell@users.sourceforge.net
3848 L:      linux-kernel@vger.kernel.org
3849 S:      Odd Fixes
3850 F:      drivers/mmc/host/mmc_spi.c
3851 F:      include/linux/spi/mmc_spi.h
3852
3853 MULTISOUND SOUND DRIVER
3854 P:      Andrew Veliath
3855 M:      andrewtv@usa.net
3856 S:      Maintained
3857 F:      Documentation/sound/oss/MultiSound
3858 F:      sound/oss/msnd*
3859
3860 MULTITECH MULTIPORT CARD (ISICOM)
3861 P:      Jiri Slaby
3862 M:      jirislaby@gmail.com
3863 L:      linux-kernel@vger.kernel.org
3864 S:      Maintained
3865 F:      drivers/char/isicom.c
3866 F:      include/linux/isicom.h
3867
3868 MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
3869 P:      Felipe Balbi
3870 M:      felipe.balbi@nokia.com
3871 L:      linux-usb@vger.kernel.org
3872 T:      git git://gitorious.org/musb/mainline.git
3873 S:      Maintained
3874 F:      drivers/usb/musb/
3875
3876 MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
3877 P:      Andrew Gallatin
3878 M:      gallatin@myri.com
3879 P:      Brice Goglin
3880 M:      brice@myri.com
3881 L:      netdev@vger.kernel.org
3882 W:      http://www.myri.com/scs/download-Myri10GE.html
3883 S:      Supported
3884 F:      drivers/net/myri10ge/
3885
3886 NATSEMI ETHERNET DRIVER (DP8381x)
3887 P:      Tim Hockin
3888 M:      thockin@hockin.org
3889 S:      Maintained
3890 F:      drivers/net/natsemi.c
3891
3892 NCP FILESYSTEM
3893 P:      Petr Vandrovec
3894 M:      vandrove@vc.cvut.cz
3895 L:      linware@sh.cvut.cz
3896 S:      Maintained
3897 F:      fs/ncpfs/
3898
3899 NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
3900 P:      James E.J. Bottomley
3901 M:      James.Bottomley@HansenPartnership.com
3902 L:      linux-scsi@vger.kernel.org
3903 S:      Maintained
3904 F:      drivers/scsi/NCR_D700.*
3905
3906 NETEFFECT IWARP RNIC DRIVER (IW_NES)
3907 P:      Faisal Latif
3908 M:      faisal.latif@intel.com
3909 P:      Chien Tung
3910 M:      chien.tin.tung@intel.com
3911 L:      general@lists.openfabrics.org
3912 W:      http://www.neteffect.com
3913 S:      Supported
3914 F:      drivers/infiniband/hw/nes/
3915
3916 NETEM NETWORK EMULATOR
3917 P:      Stephen Hemminger
3918 M:      shemminger@linux-foundation.org
3919 L:      netem@lists.linux-foundation.org
3920 S:      Maintained
3921 F:      net/sched/sch_netem.c
3922
3923 NETERION (S2IO) 10GbE DRIVER (xframe/vxge)
3924 P:      Ramkrishna Vepa
3925 M:      ram.vepa@neterion.com
3926 P:      Rastapur Santosh
3927 M:      santosh.rastapur@neterion.com
3928 P:      Sivakumar Subramani
3929 M:      sivakumar.subramani@neterion.com
3930 P:      Sreenivasa Honnur
3931 M:      sreenivasa.honnur@neterion.com
3932 P:      Anil Murthy
3933 M:      anil.murthy@neterion.com
3934 L:      netdev@vger.kernel.org
3935 W:      http://trac.neterion.com/cgi-bin/trac.cgi/wiki/Linux?Anonymous
3936 W:      http://trac.neterion.com/cgi-bin/trac.cgi/wiki/X3100Linux?Anonymous
3937 S:      Supported
3938 F:      Documentation/networking/s2io.txt
3939 F:      drivers/net/s2io*
3940
3941 NETFILTER/IPTABLES/IPCHAINS
3942 P:      Rusty Russell
3943 P:      Marc Boucher
3944 P:      James Morris
3945 P:      Harald Welte
3946 P:      Jozsef Kadlecsik
3947 P:      Patrick McHardy
3948 M:      kaber@trash.net
3949 L:      netfilter-devel@vger.kernel.org
3950 L:      netfilter@vger.kernel.org
3951 L:      coreteam@netfilter.org
3952 W:      http://www.netfilter.org/
3953 W:      http://www.iptables.org/
3954 S:      Supported
3955 F:      include/linux/netfilter*
3956 F:      include/linux/netfilter/
3957 F:      include/net/netfilter/
3958 F:      net/*/netfilter.c
3959 F:      net/*/netfilter/
3960 F:      net/netfilter/
3961
3962 NETLABEL
3963 P:      Paul Moore
3964 M:      paul.moore@hp.com
3965 W:      http://netlabel.sf.net
3966 L:      netdev@vger.kernel.org
3967 S:      Supported
3968 F:      Documentation/netlabel/
3969 F:      include/net/netlabel.h
3970 F:      net/netlabel/
3971
3972 NETROM NETWORK LAYER
3973 P:      Ralf Baechle
3974 M:      ralf@linux-mips.org
3975 L:      linux-hams@vger.kernel.org
3976 W:      http://www.linux-ax25.org/
3977 S:      Maintained
3978 F:      include/linux/netrom.h
3979 F:      include/net/netrom.h
3980 F:      net/netrom/
3981
3982 NETWORK BLOCK DEVICE (NBD)
3983 P:      Paul Clements
3984 M:      Paul.Clements@steeleye.com
3985 S:      Maintained
3986 F:      Documentation/blockdev/nbd.txt
3987 F:      drivers/block/nbd.c
3988 F:      include/linux/nbd.h
3989
3990 NETWORKING [GENERAL]
3991 P:      David S. Miller
3992 M:      davem@davemloft.net
3993 L:      netdev@vger.kernel.org
3994 W:      http://www.linuxfoundation.org/en/Net
3995 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.git
3996 S:      Maintained
3997 F:      net/
3998 F:      include/net/
3999
4000 NETWORKING [IPv4/IPv6]
4001 P:      David S. Miller
4002 M:      davem@davemloft.net
4003 P:      Alexey Kuznetsov
4004 M:      kuznet@ms2.inr.ac.ru
4005 P:      Pekka Savola (ipv6)
4006 M:      pekkas@netcore.fi
4007 P:      James Morris
4008 M:      jmorris@namei.org
4009 P:      Hideaki YOSHIFUJI
4010 M:      yoshfuji@linux-ipv6.org
4011 P:      Patrick McHardy
4012 M:      kaber@trash.net
4013 L:      netdev@vger.kernel.org
4014 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.git
4015 S:      Maintained
4016 F:      net/ipv4/
4017 F:      net/ipv6/
4018 F:      include/net/ip*
4019
4020 NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
4021 P:      Paul Moore
4022 M:      paul.moore@hp.com
4023 L:      netdev@vger.kernel.org
4024 S:      Maintained
4025
4026 NETWORKING [WIRELESS]
4027 P:      John W. Linville
4028 M:      linville@tuxdriver.com
4029 L:      linux-wireless@vger.kernel.org
4030 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git
4031 S:      Maintained
4032 F:      net/wireless/
4033 F:      include/net/ieee80211*
4034 F:      include/net/wireless.h
4035
4036 NETWORKING DRIVERS
4037 L:      netdev@vger.kernel.org
4038 W:      http://www.linuxfoundation.org/en/Net
4039 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.git
4040 S:      Odd Fixes
4041 F:      drivers/net/
4042
4043 NETXEN (1/10) GbE SUPPORT
4044 P:      Dhananjay Phadke
4045 M:      dhananjay@netxen.com
4046 L:      netdev@vger.kernel.org
4047 W:      http://www.netxen.com
4048 S:      Supported
4049 F:      drivers/net/netxen/
4050
4051 NFS, SUNRPC, AND LOCKD CLIENTS
4052 P:      Trond Myklebust
4053 M:      Trond.Myklebust@netapp.com
4054 L:      linux-nfs@vger.kernel.org
4055 W:      http://client.linux-nfs.org
4056 T:      git git://git.linux-nfs.org/pub/linux/nfs-2.6.git
4057 S:      Maintained
4058 F:      fs/lockd/
4059 F:      fs/nfs/
4060 F:      fs/nfs_common/
4061 F:      net/sunrpc/
4062 F:      include/linux/lockd/
4063 F:      include/linux/nfs*
4064 F:      include/linux/sunrpc/
4065
4066 NI5010 NETWORK DRIVER
4067 P:      Jan-Pascal van Best
4068 M:      janpascal@vanbest.org
4069 P:      Andreas Mohr
4070 M:      andi@lisas.de
4071 L:      netdev@vger.kernel.org
4072 S:      Maintained
4073 F:      drivers/net/ni5010.*
4074
4075 NILFS2 FILESYSTEM
4076 P:      KONISHI Ryusuke
4077 M:      konishi.ryusuke@lab.ntt.co.jp
4078 L:      users@nilfs.org
4079 W:      http://www.nilfs.org/en/
4080 S:      Supported
4081 F:      Documentation/filesystems/nilfs2.txt
4082 F:      fs/nilfs2/
4083 F:      include/linux/nilfs2_fs.h
4084
4085 NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
4086 P:      YOKOTA Hiroshi
4087 M:      yokota@netlab.is.tsukuba.ac.jp
4088 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
4089 S:      Maintained
4090 F:      Documentation/scsi/NinjaSCSI.txt
4091 F:      drivers/scsi/pcmcia/nsp_*
4092
4093 NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
4094 P:      GOTO Masanori
4095 M:      gotom@debian.or.jp
4096 P:      YOKOTA Hiroshi
4097 M:      yokota@netlab.is.tsukuba.ac.jp
4098 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
4099 S:      Maintained
4100 F:      Documentation/scsi/NinjaSCSI.txt
4101 F:      drivers/scsi/nsp32*
4102
4103 NTFS FILESYSTEM
4104 P:      Anton Altaparmakov
4105 M:      aia21@cantab.net
4106 L:      linux-ntfs-dev@lists.sourceforge.net
4107 L:      linux-kernel@vger.kernel.org
4108 W:      http://www.linux-ntfs.org/
4109 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs-2.6.git
4110 S:      Maintained
4111 F:      Documentation/filesystems/ntfs.txt
4112 F:      fs/ntfs/
4113
4114 NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
4115 P:      Antonino Daplas
4116 M:      adaplas@gmail.com
4117 L:      linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
4118 S:      Maintained
4119 F:      drivers/video/riva/
4120 F:      drivers/video/nvidia/
4121
4122 OMFS FILESYSTEM
4123 P:      Bob Copeland
4124 M:      me@bobcopeland.com
4125 L:      linux-karma-devel@lists.sourceforge.net
4126 S:      Maintained
4127 F:      Documentation/filesystems/omfs.txt
4128 F:      fs/omfs/
4129
4130 OMNIKEY CARDMAN 4000 DRIVER
4131 P:      Harald Welte
4132 M:      laforge@gnumonks.org
4133 S:      Maintained
4134 F:      drivers/char/pcmcia/cm4000_cs.c
4135 F:      include/linux/cm4000_cs.h
4136
4137 OMNIKEY CARDMAN 4040 DRIVER
4138 P:      Harald Welte
4139 M:      laforge@gnumonks.org
4140 S:      Maintained
4141 F:      drivers/char/pcmcia/cm4040_cs.*
4142
4143 OMNIVISION OV7670 SENSOR DRIVER
4144 P:      Jonathan Corbet
4145 M:      corbet@lwn.net
4146 L:      linux-media@vger.kernel.org
4147 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
4148 S:      Maintained
4149 F:      drivers/media/video/ov7670.c
4150
4151 ONENAND FLASH DRIVER
4152 P:      Kyungmin Park
4153 M:      kyungmin.park@samsung.com
4154 L:      linux-mtd@lists.infradead.org
4155 S:      Maintained
4156 F:      drivers/mtd/onenand/
4157 F:      include/linux/mtd/onenand*.h
4158
4159 ONSTREAM SCSI TAPE DRIVER
4160 P:      Willem Riede
4161 M:      osst@riede.org
4162 L:      osst-users@lists.sourceforge.net
4163 L:      linux-scsi@vger.kernel.org
4164 S:      Maintained
4165 F:      drivers/scsi/osst*
4166 F:      drivers/scsi/st*
4167
4168 OPENCORES I2C BUS DRIVER
4169 P:      Peter Korsgaard
4170 M:      jacmet@sunsite.dk
4171 L:      linux-i2c@vger.kernel.org
4172 S:      Maintained
4173 F:      Documentation/i2c/busses/i2c-ocores
4174 F:      drivers/i2c/busses/i2c-ocores.c
4175
4176 OPROFILE
4177 P:      Robert Richter
4178 M:      robert.richter@amd.com
4179 L:      oprofile-list@lists.sf.net
4180 S:      Maintained
4181 F:      arch/*/oprofile/
4182 F:      drivers/oprofile/
4183 F:      include/linux/oprofile.h
4184
4185 ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
4186 P:      Mark Fasheh
4187 M:      mfasheh@suse.com
4188 P:      Joel Becker
4189 M:      joel.becker@oracle.com
4190 L:      ocfs2-devel@oss.oracle.com (moderated for non-subscribers)
4191 W:      http://oss.oracle.com/projects/ocfs2/
4192 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2.git
4193 S:      Supported
4194 F:      Documentation/filesystems/ocfs2.txt
4195 F:      Documentation/filesystems/dlmfs.txt
4196 F:      fs/ocfs2/
4197
4198 ORINOCO DRIVER
4199 P:      Pavel Roskin
4200 M:      proski@gnu.org
4201 P:      David Gibson
4202 M:      hermes@gibson.dropbear.id.au
4203 L:      linux-wireless@vger.kernel.org
4204 L:      orinoco-users@lists.sourceforge.net
4205 L:      orinoco-devel@lists.sourceforge.net
4206 W:      http://www.nongnu.org/orinoco/
4207 S:      Maintained
4208 F:      drivers/net/wireless/orinoco/
4209
4210 OSD LIBRARY
4211 P:      Boaz Harrosh
4212 M:      bharrosh@panasas.com
4213 P:      Benny Halevy
4214 M:      bhalevy@panasas.com
4215 L:      osd-dev@open-osd.org
4216 W:      http://open-osd.org
4217 T:      git git://git.open-osd.org/open-osd.git
4218 S:      Maintained
4219
4220 P54 WIRELESS DRIVER
4221 P:      Michael Wu
4222 M:      flamingice@sourmilk.net
4223 L:      linux-wireless@vger.kernel.org
4224 W:      http://prism54.org
4225 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
4226 S:      Maintained
4227 F:      drivers/net/wireless/p54/
4228
4229 PA SEMI ETHERNET DRIVER
4230 P:      Olof Johansson
4231 M:      olof@lixom.net
4232 L:      netdev@vger.kernel.org
4233 S:      Maintained
4234 F:      drivers/net/pasemi_mac.*
4235
4236 PA SEMI SMBUS DRIVER
4237 P:      Olof Johansson
4238 M:      olof@lixom.net
4239 L:      linux-i2c@vger.kernel.org
4240 S:      Maintained
4241 F:      drivers/i2c/busses/i2c-pasemi.c
4242
4243 PANASONIC LAPTOP ACPI EXTRAS DRIVER
4244 P:      Harald Welte
4245 M:      laforge@gnumonks.org
4246 S:      Maintained
4247 F:      drivers/platform/x86/panasonic-laptop.c
4248
4249 PANASONIC MN10300/AM33 PORT
4250 P:      David Howells
4251 M:      dhowells@redhat.com
4252 P:      Koichi Yasutake
4253 M:      yasutake.koichi@jp.panasonic.com
4254 L:      linux-am33-list@redhat.com (moderated for non-subscribers)
4255 W:      ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
4256 S:      Maintained
4257 F:      Documentation/mn10300/
4258 F:      arch/mn10300/
4259
4260 PARALLEL PORT SUPPORT
4261 L:      linux-parport@lists.infradead.org (subscribers-only)
4262 S:      Orphan
4263 F:      drivers/parport/
4264 F:      include/linux/parport*.h
4265 F:      drivers/char/ppdev.c
4266 F:      include/linux/ppdev.h
4267
4268 PARAVIRT_OPS INTERFACE
4269 P:      Jeremy Fitzhardinge
4270 M:      jeremy@xensource.com
4271 P:      Chris Wright
4272 M:      chrisw@sous-sol.org
4273 P:      Alok Kataria
4274 M:      akataria@vmware.com
4275 P:      Rusty Russell
4276 M:      rusty@rustcorp.com.au
4277 L:      virtualization@lists.osdl.org
4278 L:      linux-kernel@vger.kernel.org
4279 S:      Supported
4280 F:      Documentation/ia64/paravirt_ops.txt
4281 F:      arch/*/kernel/paravirt*
4282 F:      arch/*/include/asm/paravirt.h
4283
4284 PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
4285 P:      Tim Waugh
4286 M:      tim@cyberelk.net
4287 L:      linux-parport@lists.infradead.org (subscribers-only)
4288 W:      http://www.torque.net/linux-pp.html
4289 S:      Maintained
4290 F:      Documentation/blockdev/paride.txt
4291 F:      drivers/block/paride/
4292
4293 PARISC ARCHITECTURE
4294 P:      Kyle McMartin
4295 M:      kyle@mcmartin.ca
4296 P:      Helge Deller
4297 M:      deller@gmx.de
4298 L:      linux-parisc@vger.kernel.org
4299 W:      http://www.parisc-linux.org/
4300 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kyle/parisc-2.6.git
4301 S:      Maintained
4302 F:      arch/parisc/
4303 F:      drivers/parisc/
4304
4305 PC87360 HARDWARE MONITORING DRIVER
4306 P:      Jim Cromie
4307 M:      jim.cromie@gmail.com
4308 L:      lm-sensors@lm-sensors.org
4309 S:      Maintained
4310 F:      Documentation/hwmon/pc87360
4311 F:      drivers/hwmon/pc87360.c
4312
4313 PC8736x GPIO DRIVER
4314 P:      Jim Cromie
4315 M:      jim.cromie@gmail.com
4316 S:      Maintained
4317 F:      drivers/char/pc8736x_gpio.c
4318
4319 PCA9532 LED DRIVER
4320 P:      Riku Voipio
4321 M:      riku.voipio@iki.fi
4322 S:      Maintained
4323 F:      drivers/leds/leds-pca9532.c
4324 F:      include/linux/leds-pca9532.h
4325
4326 PCI ERROR RECOVERY
4327 P:      Linas Vepstas
4328 M:      linas@austin.ibm.com
4329 L:      linux-kernel@vger.kernel.org
4330 L:      linux-pci@vger.kernel.org
4331 S:      Supported
4332 F:      Documentation/PCI/pci-error-recovery.txt
4333 F:      Documentation/powerpc/eeh-pci-error-recovery.txt
4334
4335 PCI SUBSYSTEM
4336 P:      Jesse Barnes
4337 M:      jbarnes@virtuousgeek.org
4338 L:      linux-kernel@vger.kernel.org
4339 L:      linux-pci@vger.kernel.org
4340 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6.git
4341 S:      Supported
4342 F:      Documentation/PCI/
4343 F:      drivers/pci/
4344 F:      include/linux/pci*
4345
4346 PCIE HOTPLUG DRIVER
4347 P:      Kristen Carlson Accardi
4348 M:      kristen.c.accardi@intel.com
4349 L:      linux-pci@vger.kernel.org
4350 S:      Supported
4351 F:      drivers/pci/pcie/
4352
4353 PCMCIA SUBSYSTEM
4354 P:      Linux PCMCIA Team
4355 L:      linux-pcmcia@lists.infradead.org
4356 W:      http://lists.infradead.org/mailman/listinfo/linux-pcmcia
4357 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
4358 S:      Maintained
4359 F:      Documentation/pcmcia/
4360 F:      drivers/pcmcia/
4361 F:      include/pcmcia/
4362
4363 PCNET32 NETWORK DRIVER
4364 P:      Don Fry
4365 M:      pcnet32@verizon.net
4366 L:      netdev@vger.kernel.org
4367 S:      Maintained
4368 F:      drivers/net/pcnet32.c
4369
4370 PER-TASK DELAY ACCOUNTING
4371 P:      Balbir Singh
4372 M:      balbir@linux.vnet.ibm.com
4373 L:      linux-kernel@vger.kernel.org
4374 S:      Maintained
4375 F:      include/linux/delayacct.h
4376 F:      kernel/delayacct.c
4377
4378 PERSONALITY HANDLING
4379 P:      Christoph Hellwig
4380 M:      hch@infradead.org
4381 L:      linux-abi-devel@lists.sourceforge.net
4382 S:      Maintained
4383 F:      include/linux/personality.h
4384
4385 PHRAM MTD DRIVER
4386 P:      Joern Engel
4387 M:      joern@lazybastard.org
4388 L:      linux-mtd@lists.infradead.org
4389 S:      Maintained
4390 F:      drivers/mtd/devices/phram.c
4391
4392 PKTCDVD DRIVER
4393 P:      Peter Osterlund
4394 M:      petero2@telia.com
4395 L:      linux-kernel@vger.kernel.org
4396 S:      Maintained
4397 F:      drivers/block/pktcdvd.c
4398 F:      include/linux/pktcdvd.h
4399
4400 POSIX CLOCKS and TIMERS
4401 P:      Thomas Gleixner
4402 M:      tglx@linutronix.de
4403 L:      linux-kernel@vger.kernel.org
4404 S:      Supported
4405 F:      fs/timerfd.c
4406 F:      include/linux/timer*
4407 F:      kernel/*timer*
4408
4409 POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
4410 P:      Anton Vorontsov
4411 M:      cbou@mail.ru
4412 P:      David Woodhouse
4413 M:      dwmw2@infradead.org
4414 L:      linux-kernel@vger.kernel.org
4415 T:      git git://git.infradead.org/battery-2.6.git
4416 S:      Maintained
4417 F:      include/linux/power_supply.h
4418 F:      drivers/power/power_supply*
4419
4420 PNP SUPPORT
4421 P:      Adam Belay
4422 M:      abelay@mit.edu
4423 P:      Bjorn Helgaas
4424 M:      bjorn.helgaas@hp.com
4425 S:      Maintained
4426 F:      drivers/pnp/
4427
4428 PNXxxxx I2C DRIVER
4429 P:      Vitaly Wool
4430 M:      vitalywool@gmail.com
4431 L:      linux-i2c@vger.kernel.org
4432 S:      Maintained
4433 F:      drivers/i2c/busses/i2c-pnx.c
4434
4435 PPP PROTOCOL DRIVERS AND COMPRESSORS
4436 P:      Paul Mackerras
4437 M:      paulus@samba.org
4438 L:      linux-ppp@vger.kernel.org
4439 S:      Maintained
4440 F:      drivers/net/ppp_*
4441
4442 PPP OVER ATM (RFC 2364)
4443 P:      Mitchell Blank Jr
4444 M:      mitch@sfgoth.com
4445 S:      Maintained
4446 F:      net/atm/pppoatm.c
4447 F:      include/linux/atmppp.h
4448
4449 PPP OVER ETHERNET
4450 P:      Michal Ostrowski
4451 M:      mostrows@earthlink.net
4452 S:      Maintained
4453 F:      drivers/net/pppoe.c
4454 F:      drivers/net/pppox.c
4455
4456 PPP OVER L2TP
4457 P:      James Chapman
4458 M:      jchapman@katalix.com
4459 S:      Maintained
4460 F:      drivers/net/pppol2tp.c
4461 F:      include/linux/if_pppol2tp.h
4462
4463 PREEMPTIBLE KERNEL
4464 P:      Robert Love
4465 M:      rml@tech9.net
4466 L:      linux-kernel@vger.kernel.org
4467 L:      kpreempt-tech@lists.sourceforge.net
4468 W:      ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
4469 S:      Supported
4470 F:      Documentation/preempt-locking.txt
4471 F:      include/linux/preempt.h
4472
4473 PRISM54 WIRELESS DRIVER
4474 P:      Luis R. Rodriguez
4475 M:      mcgrof@gmail.com
4476 L:      linux-wireless@vger.kernel.org
4477 W:      http://prism54.org
4478 S:      Maintained
4479 F:      drivers/net/wireless/prism54/
4480
4481 PROMISE DC4030 CACHING DISK CONTROLLER DRIVER
4482 P:      Peter Denison
4483 M:      promise@pnd-pc.demon.co.uk
4484 W:      http://www.pnd-pc.demon.co.uk/promise/
4485 S:      Maintained
4486
4487 PROMISE SATA TX2/TX4 CONTROLLER LIBATA DRIVER
4488 P:      Mikael Pettersson
4489 M:      mikpe@it.uu.se
4490 L:      linux-ide@vger.kernel.org
4491 S:      Maintained
4492 F:      drivers/ata/sata_promise.*
4493
4494 PS3 NETWORK SUPPORT
4495 P:      Masakazu Mokuno
4496 M:      mokuno@sm.sony.co.jp
4497 L:      netdev@vger.kernel.org
4498 L:      cbe-oss-dev@ozlabs.org
4499 S:      Supported
4500 F:      drivers/net/ps3_gelic_net.*
4501
4502 PS3 PLATFORM SUPPORT
4503 P:      Geoff Levand
4504 M:      geoffrey.levand@am.sony.com
4505 L:      linuxppc-dev@ozlabs.org
4506 L:      cbe-oss-dev@ozlabs.org
4507 S:      Supported
4508 F:      arch/powerpc/boot/ps3*
4509 F:      arch/powerpc/include/asm/lv1call.h
4510 F:      arch/powerpc/include/asm/ps3*.h
4511 F:      arch/powerpc/platforms/ps3/
4512 F:      drivers/*/ps3*
4513 F:      drivers/ps3/
4514 F:      drivers/rtc/rtc-ps3.c
4515 F:      drivers/usb/host/*ps3.c
4516 F:      sound/ppc/snd_ps3*
4517
4518 PS3VRAM DRIVER
4519 P:      Jim Paris
4520 M:      jim@jtan.com
4521 L:      cbe-oss-dev@ozlabs.org
4522 S:      Maintained
4523
4524 PTRACE SUPPORT
4525 P:      Roland McGrath
4526 M:      roland@redhat.com
4527 P:      Oleg Nesterov
4528 M:      oleg@redhat.com
4529 L:      linux-kernel@vger.kernel.org
4530 S:      Maintained
4531 F:      include/asm-generic/syscall.h
4532 F:      include/linux/ptrace.h
4533 F:      include/linux/regset.h
4534 F:      include/linux/tracehook.h
4535 F:      kernel/ptrace.c
4536
4537 PVRUSB2 VIDEO4LINUX DRIVER
4538 P:      Mike Isely
4539 M:      isely@pobox.com
4540 L:      pvrusb2@isely.net       (subscribers-only)
4541 L:      linux-media@vger.kernel.org
4542 W:      http://www.isely.net/pvrusb2/
4543 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
4544 S:      Maintained
4545 F:      Documentation/video4linux/README.pvrusb2
4546 F:      drivers/media/video/pvrusb2/
4547
4548 PXA2xx/PXA3xx SUPPORT
4549 P:      Eric Miao
4550 M:      eric.miao@marvell.com
4551 P:      Russell King
4552 M:      linux@arm.linux.org.uk
4553 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
4554 S:      Maintained
4555 F:      arch/arm/mach-pxa/
4556 F:      drivers/pcmcia/pxa2xx*
4557 F:      drivers/spi/pxa2xx*
4558 F:      drivers/usb/gadget/pxa2*
4559 F:      include/sound/pxa2xx-lib.h
4560 F:      sound/soc/pxa/pxa2xx*
4561
4562 PXA168 SUPPORT
4563 P:      Eric Miao
4564 M:      eric.miao@marvell.com
4565 P:      Jason Chagas
4566 M:      jason.chagas@marvell.com
4567 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
4568 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/pxa-linux-2.6.git
4569 S:      Supported
4570
4571 PXA910 SUPPORT
4572 P:      Eric Miao
4573 M:      eric.miao@marvell.com
4574 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
4575 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/pxa-linux-2.6.git
4576 S:      Supported
4577
4578 PXA MMCI DRIVER
4579 S:      Orphan
4580
4581 PXA RTC DRIVER
4582 P:      Robert Jarzmik
4583 M:      robert.jarzmik@free.fr
4584 L:      rtc-linux@googlegroups.com
4585 S:      Maintained
4586
4587 QLOGIC QLA2XXX FC-SCSI DRIVER
4588 P:      Andrew Vasquez
4589 M:      linux-driver@qlogic.com
4590 L:      linux-scsi@vger.kernel.org
4591 S:      Supported
4592 F:      Documentation/scsi/LICENSE.qla2xxx
4593 F:      drivers/scsi/qla2xxx/
4594
4595 QLOGIC QLA3XXX NETWORK DRIVER
4596 P:      Ron Mercer
4597 M:      linux-driver@qlogic.com
4598 L:      netdev@vger.kernel.org
4599 S:      Supported
4600 F:      Documentation/networking/LICENSE.qla3xxx
4601 F:      drivers/net/qla3xxx.*
4602
4603 QLOGIC QLGE 10Gb ETHERNET DRIVER
4604 P:      Ron Mercer
4605 M:      linux-driver@qlogic.com
4606 M:      ron.mercer@qlogic.com
4607 L:      netdev@vger.kernel.org
4608 S:      Supported
4609 F:      drivers/net/qlge/
4610
4611 QNX4 FILESYSTEM
4612 P:      Anders Larsen
4613 M:      al@alarsen.net
4614 L:      linux-kernel@vger.kernel.org
4615 W:      http://www.alarsen.net/linux/qnx4fs/
4616 S:      Maintained
4617 F:      fs/qnx4/
4618 F:      include/linux/qnx4_fs.h
4619 F:      include/linux/qnxtypes.h
4620
4621 RADEON FRAMEBUFFER DISPLAY DRIVER
4622 P:      Benjamin Herrenschmidt
4623 M:      benh@kernel.crashing.org
4624 L:      linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
4625 S:      Maintained
4626 F:      drivers/video/aty/radeon*
4627 F:      include/linux/radeonfb.h
4628
4629 RAGE128 FRAMEBUFFER DISPLAY DRIVER
4630 P:      Paul Mackerras
4631 M:      paulus@samba.org
4632 L:      linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
4633 S:      Maintained
4634 F:      drivers/video/aty/aty128fb.c
4635
4636 RALINK RT2X00 WIRELESS LAN DRIVER
4637 P:      rt2x00 project
4638 L:      linux-wireless@vger.kernel.org
4639 L:      users@rt2x00.serialmonkey.com
4640 W:      http://rt2x00.serialmonkey.com/
4641 S:      Maintained
4642 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ivd/rt2x00.git
4643 F:      drivers/net/wireless/rt2x00/
4644
4645 RAMDISK RAM BLOCK DEVICE DRIVER
4646 P:      Nick Piggin
4647 M:      npiggin@suse.de
4648 S:      Maintained
4649 F:      Documentation/blockdev/ramdisk.txt
4650 F:      drivers/block/brd.c
4651
4652 RANDOM NUMBER DRIVER
4653 P:      Matt Mackall
4654 M:      mpm@selenic.com
4655 S:      Maintained
4656 F:      drivers/char/random.c
4657
4658 RAPIDIO SUBSYSTEM
4659 P:      Matt Porter
4660 M:      mporter@kernel.crashing.org
4661 L:      linux-kernel@vger.kernel.org
4662 S:      Maintained
4663 F:      drivers/rapidio/
4664
4665 RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
4666 P:      Corey Thomas
4667 M:      coreythomas@charter.net
4668 L:      linux-wireless@vger.kernel.org
4669 S:      Maintained
4670 F:      drivers/net/wireless/ray*
4671
4672 RCUTORTURE MODULE
4673 P:      Josh Triplett
4674 M:      josh@freedesktop.org
4675 L:      linux-kernel@vger.kernel.org
4676 S:      Maintained
4677 F:      Documentation/RCU/torture.txt
4678 F:      kernel/rcutorture.c
4679
4680 RDC R-321X SoC
4681 P:      Florian Fainelli
4682 M:      florian@openwrt.org
4683 L:      linux-kernel@vger.kernel.org
4684 S:      Maintained
4685
4686 RDC R6040 FAST ETHERNET DRIVER
4687 P:      Florian Fainelli
4688 M:      florian@openwrt.org
4689 L:      netdev@vger.kernel.org
4690 S:      Maintained
4691 F:      drivers/net/r6040.c
4692
4693 RDS - RELIABLE DATAGRAM SOCKETS
4694 P:      Andy Grover
4695 M:      andy.grover@oracle.com
4696 L:      rds-devel@oss.oracle.com
4697 S:      Supported
4698 F:      net/rds/
4699
4700 READ-COPY UPDATE (RCU)
4701 P:      Dipankar Sarma
4702 M:      dipankar@in.ibm.com
4703 W:      http://www.rdrop.com/users/paulmck/rclock/
4704 L:      linux-kernel@vger.kernel.org
4705 S:      Supported
4706 F:      Documentation/RCU/rcu.txt
4707 F:      Documentation/RCU/rcuref.txt
4708 F:      include/linux/rcupdate.h
4709 F:      include/linux/srcu.h
4710 F:      kernel/rcupdate.c
4711
4712 REAL TIME CLOCK DRIVER
4713 P:      Paul Gortmaker
4714 M:      p_gortmaker@yahoo.com
4715 L:      linux-kernel@vger.kernel.org
4716 S:      Maintained
4717 F:      Documentation/rtc.txt
4718 F:      drivers/rtc/
4719 F:      include/linux/rtc.h
4720
4721 REAL TIME CLOCK (RTC) SUBSYSTEM
4722 P:      Alessandro Zummo
4723 M:      a.zummo@towertech.it
4724 L:      rtc-linux@googlegroups.com
4725 S:      Maintained
4726 F:      Documentation/rtc.txt
4727 F:      drivers/rtc/
4728 F:      include/linux/rtc.h
4729
4730 REISERFS FILE SYSTEM
4731 L:      reiserfs-devel@vger.kernel.org
4732 S:      Supported
4733 F:      fs/reiserfs/
4734
4735 RFKILL
4736 P:      Ivo van Doorn
4737 M:      IvDoorn@gmail.com
4738 L:      netdev@vger.kernel.org
4739 S:      Maintained
4740 F       Documentation/rfkill.txt
4741 F:      net/rfkill/
4742
4743 RISCOM8 DRIVER
4744 S:      Orphan
4745 F:      Documentation/serial/riscom8.txt
4746 F:      drivers/char/riscom8*
4747
4748 ROCKETPORT DRIVER
4749 P:      Comtrol Corp.
4750 W:      http://www.comtrol.com
4751 S:      Maintained
4752 F:      Documentation/serial/rocket.txt
4753 F:      drivers/char/rocket*
4754
4755 ROSE NETWORK LAYER
4756 P:      Ralf Baechle
4757 M:      ralf@linux-mips.org
4758 L:      linux-hams@vger.kernel.org
4759 W:      http://www.linux-ax25.org/
4760 S:      Maintained
4761 F:      include/linux/rose.h
4762 F:      include/net/rose.h
4763 F:      net/rose/
4764
4765 RTL8180 WIRELESS DRIVER
4766 P:      John W. Linville
4767 M:      linville@tuxdriver.com
4768 L:      linux-wireless@vger.kernel.org
4769 W:      http://linuxwireless.org/
4770 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
4771 S:      Maintained
4772 F:      drivers/net/wireless/rtl818*
4773
4774 RTL8187 WIRELESS DRIVER
4775 P:      Herton Ronaldo Krzesinski
4776 M:      herton@mandriva.com.br
4777 P:      Hin-Tak Leung
4778 M:      htl10@users.sourceforge.net
4779 P:      Larry Finger
4780 M:      Larry.Finger@lwfinger.net
4781 L:      linux-wireless@vger.kernel.org
4782 W:      http://linuxwireless.org/
4783 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
4784 S:      Maintained
4785 F:      drivers/net/wireless/rtl818x/rtl8187*
4786
4787 S3 SAVAGE FRAMEBUFFER DRIVER
4788 P:      Antonino Daplas
4789 M:      adaplas@gmail.com
4790 L:      linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
4791 S:      Maintained
4792 F:      drivers/video/savage/
4793
4794 S390
4795 P:      Martin Schwidefsky
4796 M:      schwidefsky@de.ibm.com
4797 P:      Heiko Carstens
4798 M:      heiko.carstens@de.ibm.com
4799 M:      linux390@de.ibm.com
4800 L:      linux-s390@vger.kernel.org
4801 W:      http://www.ibm.com/developerworks/linux/linux390/
4802 S:      Supported
4803 F:      arch/s390/
4804
4805 S390 NETWORK DRIVERS
4806 P:      Ursula Braun
4807 M:      ursula.braun@de.ibm.com
4808 P:      Frank Blaschka
4809 M:      blaschka@linux.vnet.ibm.com
4810 M:      linux390@de.ibm.com
4811 L:      linux-s390@vger.kernel.org
4812 W:      http://www.ibm.com/developerworks/linux/linux390/
4813 S:      Supported
4814 F:      drivers/s390/net/
4815
4816 S390 ZCRYPT DRIVER
4817 P:      Felix Beck
4818 M:      felix.beck@de.ibm.com
4819 P:      Ralph Wuerthner
4820 M:      ralph.wuerthner@de.ibm.com
4821 M:      linux390@de.ibm.com
4822 L:      linux-s390@vger.kernel.org
4823 S:      Supported
4824 F:      drivers/s390/crypto/
4825
4826 S390 ZFCP DRIVER
4827 P:      Christof Schmitt
4828 M:      christof.schmitt@de.ibm.com
4829 P:      Martin Peschke
4830 M:      mp3@de.ibm.com
4831 M:      linux390@de.ibm.com
4832 L:      linux-s390@vger.kernel.org
4833 W:      http://www.ibm.com/developerworks/linux/linux390/
4834 S:      Supported
4835 F:      Documentation/s390/zfcpdump.txt
4836 F:      drivers/s390/scsi/zfcp_*
4837
4838 S390 IUCV NETWORK LAYER
4839 P:      Ursula Braun
4840 M:      ursula.braun@de.ibm.com
4841 M:      linux390@de.ibm.com
4842 L:      linux-s390@vger.kernel.org
4843 W:      http://www.ibm.com/developerworks/linux/linux390/
4844 S:      Supported
4845 F:      drivers/s390/net/*iucv*
4846 F:      include/net/iucv/
4847 F:      net/iucv/
4848
4849 S3C24XX SD/MMC Driver
4850 P:      Ben Dooks
4851 M:      ben-linux@fluff.org
4852 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
4853 L:      linux-kernel@vger.kernel.org
4854 S:      Supported
4855 F:      drivers/mmc/host/s3cmci.*
4856
4857 SAA7146 VIDEO4LINUX-2 DRIVER
4858 P:      Michael Hunold
4859 M:      michael@mihu.de
4860 L:      linux-media@vger.kernel.org
4861 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
4862 W:      http://www.mihu.de/linux/saa7146
4863 S:      Maintained
4864 F:      drivers/media/common/saa7146*
4865 F:      drivers/media/video/*7146*
4866 F:      include/media/*7146*
4867
4868 SC1200 WDT DRIVER
4869 P:      Zwane Mwaikambo
4870 M:      zwane@arm.linux.org.uk
4871 S:      Maintained
4872 F:      drivers/watchdog/sc1200wdt.c
4873
4874 SCHEDULER
4875 P:      Ingo Molnar
4876 M:      mingo@elte.hu
4877 P:      Peter Zijlstra
4878 M:      peterz@infradead.org
4879 L:      linux-kernel@vger.kernel.org
4880 S:      Maintained
4881 F:      kernel/sched*
4882 F:      include/linux/sched.h
4883
4884 SCSI CDROM DRIVER
4885 P:      Jens Axboe
4886 M:      axboe@kernel.dk
4887 L:      linux-scsi@vger.kernel.org
4888 W:      http://www.kernel.dk
4889 S:      Maintained
4890 F:      drivers/scsi/sr*
4891
4892 SCSI SG DRIVER
4893 P:      Doug Gilbert
4894 M:      dgilbert@interlog.com
4895 L:      linux-scsi@vger.kernel.org
4896 W:      http://www.torque.net/sg
4897 S:      Maintained
4898 F:      drivers/scsi/sg.c
4899 F:      include/scsi/sg.h
4900
4901 SCSI SUBSYSTEM
4902 P:      James E.J. Bottomley
4903 M:      James.Bottomley@HansenPartnership.com
4904 L:      linux-scsi@vger.kernel.org
4905 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
4906 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6.git
4907 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-pending-2.6.git
4908 S:      Maintained
4909 F:      drivers/scsi/
4910 F:      include/scsi/
4911
4912 SCSI TAPE DRIVER
4913 P:      Kai Mäkisara
4914 M:      Kai.Makisara@kolumbus.fi
4915 L:      linux-scsi@vger.kernel.org
4916 S:      Maintained
4917 F:      Documentation/scsi/st.txt
4918 F:      drivers/scsi/st*
4919
4920 SCTP PROTOCOL
4921 P:      Vlad Yasevich
4922 M:      vladislav.yasevich@hp.com
4923 P:      Sridhar Samudrala
4924 M:      sri@us.ibm.com
4925 L:      linux-sctp@vger.kernel.org
4926 W:      http://lksctp.sourceforge.net
4927 S:      Supported
4928 F:      Documentation/networking/sctp.txt
4929 F:      include/linux/sctp.h
4930 F:      include/net/sctp/
4931 F:      net/sctp/
4932
4933 SCx200 CPU SUPPORT
4934 P:      Jim Cromie
4935 M:      jim.cromie@gmail.com
4936 S:      Odd Fixes
4937 F:      Documentation/i2c/busses/scx200_acb
4938 F:      arch/x86/kernel/scx200_32.c
4939 F:      drivers/watchdog/scx200_wdt.c
4940 F:      drivers/i2c/busses/scx200*
4941 F:      drivers/mtd/maps/scx200_docflash.c
4942 F:      include/linux/scx200.h
4943
4944 SCx200 GPIO DRIVER
4945 P:      Jim Cromie
4946 M:      jim.cromie@gmail.com
4947 S:      Maintained
4948 F:      drivers/char/scx200_gpio.c
4949 F:      include/linux/scx200_gpio.h
4950
4951 SCx200 HRT CLOCKSOURCE DRIVER
4952 P:      Jim Cromie
4953 M:      jim.cromie@gmail.com
4954 S:      Maintained
4955 F:      drivers/clocksource/scx200_hrt.c
4956
4957 SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
4958 P:      Sascha Sommer
4959 M:      saschasommer@freenet.de
4960 L:      sdricohcs-devel@lists.sourceforge.net (subscribers-only)
4961 S:      Maintained
4962 F:      drivers/mmc/host/sdricoh_cs.c
4963
4964 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
4965 P:      Pierre Ossman
4966 M:      pierre@ossman.eu
4967 L:      sdhci-devel@lists.ossman.eu
4968 S:      Maintained
4969
4970 SECURE DIGITAL HOST CONTROLLER INTERFACE, OPEN FIRMWARE BINDINGS (SDHCI-OF)
4971 P:      Anton Vorontsov
4972 M:      avorontsov@ru.mvista.com
4973 L:      linuxppc-dev@ozlabs.org
4974 L:      sdhci-devel@lists.ossman.eu
4975 S:      Maintained
4976 F:      drivers/mmc/host/sdhci.*
4977
4978 SECURITY SUBSYSTEM
4979 P:      James Morris
4980 M:      jmorris@namei.org
4981 L:      linux-kernel@vger.kernel.org
4982 L:      linux-security-module@vger.kernel.org (suggested Cc:)
4983 T:      git git://www.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6.git
4984 W:      http://security.wiki.kernel.org/
4985 S:      Supported
4986 F:      security/
4987
4988 SECURITY CONTACT
4989 P:      Security Officers
4990 M:      security@kernel.org
4991 S:      Supported
4992
4993 SELINUX SECURITY MODULE
4994 P:      Stephen Smalley
4995 M:      sds@tycho.nsa.gov
4996 P:      James Morris
4997 M:      jmorris@namei.org
4998 P:      Eric Paris
4999 M:      eparis@parisplace.org
5000 L:      linux-kernel@vger.kernel.org (kernel issues)
5001 L:      selinux@tycho.nsa.gov (subscribers-only, general discussion)
5002 W:      http://selinuxproject.org
5003 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6.git
5004 S:      Supported
5005 F:      include/linux/selinux*
5006 F:      security/selinux/
5007
5008 SENSABLE PHANTOM
5009 P:      Jiri Slaby
5010 M:      jirislaby@gmail.com
5011 S:      Maintained
5012 F:      drivers/misc/phantom.c
5013 F:      include/linux/phantom.h
5014
5015 SERIAL ATA (SATA) SUBSYSTEM
5016 P:      Jeff Garzik
5017 M:      jgarzik@pobox.com
5018 L:      linux-ide@vger.kernel.org
5019 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
5020 S:      Supported
5021 F:      drivers/ata/
5022 F:      include/linux/ata.h
5023 F:      include/linux/libata.h
5024
5025 SERVER ENGINES 10Gbps NIC - BladeEngine 2 DRIVER
5026 P:      Sathya Perla
5027 M:      sathyap@serverengines.com
5028 P:      Subbu Seetharaman
5029 M:      subbus@serverengines.com
5030 L:      netdev@vger.kernel.org
5031 W:      http://www.serverengines.com
5032 S:      Supported
5033 F:      drivers/net/benet/
5034
5035 SFC NETWORK DRIVER
5036 P:      Steve Hodgson
5037 P:      Ben Hutchings
5038 P:      Robert Stonehouse
5039 M:      linux-net-drivers@solarflare.com
5040 S:      Supported
5041 F:      drivers/net/sfc/
5042
5043 SGI GRU DRIVER
5044 P:      Jack Steiner
5045 M:      steiner@sgi.com
5046 S:      Maintained
5047 F:      drivers/misc/sgi-gru/
5048
5049 SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
5050 P:      Pat Gefre
5051 M:      pfg@sgi.com
5052 L:      linux-ia64@vger.kernel.org
5053 S:      Supported
5054 F:      Documentation/ia64/serial.txt
5055 F:      drivers/serial/ioc?_serial.c
5056 F:      include/linux/ioc?.h
5057
5058 SGI VISUAL WORKSTATION 320 AND 540
5059 P:      Andrey Panin
5060 M:      pazke@donpac.ru
5061 L:      linux-visws-devel@lists.sf.net
5062 W:      http://linux-visws.sf.net
5063 S:      Maintained for 2.6.
5064 F:      Documentation/sgi-visws.txt
5065
5066 SGI XP/XPC/XPNET DRIVER
5067 P:      Robin Holt
5068 M:      holt@sgi.com
5069 S:      Maintained
5070 F:      drivers/misc/sgi-xp/
5071
5072 SHARP LH SUPPORT (LH7952X & LH7A40X)
5073 P:      Marc Singer
5074 M:      elf@buici.com
5075 W:      http://projects.buici.com/arm
5076 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
5077 S:      Maintained
5078 F:      Documentation/arm/Sharp-LH/ADC-LH7-Touchscreen
5079 F:      arch/arm/mach-lh7a40x/
5080 F:      drivers/serial/serial_lh7a40x.c
5081 F:      drivers/usb/gadget/lh7a40*
5082 F:      drivers/usb/host/ohci-lh7a40*
5083
5084 SHPC HOTPLUG DRIVER
5085 P:      Kristen Carlson Accardi
5086 M:      kristen.c.accardi@intel.com
5087 L:      linux-pci@vger.kernel.org
5088 S:      Supported
5089 F:      drivers/pci/hotplug/shpchp*
5090
5091 SIMTEC EB110ATX (Chalice CATS)
5092 P:      Ben Dooks
5093 P:      Vincent Sanders
5094 M:      support@simtec.co.uk
5095 W:      http://www.simtec.co.uk/products/EB110ATX/
5096 S:      Supported
5097 F:      arch/arm/mach-ebsa110/
5098
5099 SIMTEC EB2410ITX (BAST)
5100 P:      Ben Dooks
5101 P:      Vincent Sanders
5102 M:      support@simtec.co.uk
5103 W:      http://www.simtec.co.uk/products/EB2410ITX/
5104 S:      Supported
5105 F:      arch/arm/mach-s3c2410/
5106 F:      drivers/*/*s3c2410*
5107 F:      drivers/*/*/*s3c2410*
5108
5109 SIS 190 ETHERNET DRIVER
5110 P:      Francois Romieu
5111 M:      romieu@fr.zoreil.com
5112 L:      netdev@vger.kernel.org
5113 S:      Maintained
5114 F:      drivers/net/sis190.c
5115
5116 SIS 900/7016 FAST ETHERNET DRIVER
5117 P:      Daniele Venzano
5118 M:      venza@brownhat.org
5119 W:      http://www.brownhat.org/sis900.html
5120 L:      netdev@vger.kernel.org
5121 S:      Maintained
5122 F:      drivers/net/sis900.*
5123
5124 SIS 96X I2C/SMBUS DRIVER
5125 P:      Mark M. Hoffman
5126 M:      mhoffman@lightlink.com
5127 L:      linux-i2c@vger.kernel.org
5128 S:      Maintained
5129 F:      Documentation/i2c/busses/i2c-sis96x
5130 F:      drivers/i2c/busses/i2c-sis96x.c
5131
5132 SIS FRAMEBUFFER DRIVER
5133 P:      Thomas Winischhofer
5134 M:      thomas@winischhofer.net
5135 W:      http://www.winischhofer.net/linuxsisvga.shtml
5136 S:      Maintained
5137 F:      Documentation/fb/sisfb.txt
5138 F:      drivers/video/sis/
5139 F:      include/video/sisfb.h
5140
5141 SIS USB2VGA DRIVER
5142 P:      Thomas Winischhofer
5143 M:      thomas@winischhofer.net
5144 W:      http://www.winischhofer.at/linuxsisusbvga.shtml
5145 S:      Maintained
5146 F:      drivers/usb/misc/sisusbvga/
5147
5148 SKGE, SKY2 10/100/1000 GIGABIT ETHERNET DRIVERS
5149 P:      Stephen Hemminger
5150 M:      shemminger@linux-foundation.org
5151 L:      netdev@vger.kernel.org
5152 S:      Maintained
5153 F:      drivers/net/skge.*
5154 F:      drivers/net/sky2.*
5155
5156 SLAB ALLOCATOR
5157 P:      Christoph Lameter
5158 M:      cl@linux-foundation.org
5159 P:      Pekka Enberg
5160 M:      penberg@cs.helsinki.fi
5161 P:      Matt Mackall
5162 M:      mpm@selenic.com
5163 L:      linux-mm@kvack.org
5164 S:      Maintained
5165 F:      include/linux/sl?b*.h
5166 F:      mm/sl?b.c
5167
5168 SMC91x ETHERNET DRIVER
5169 P:      Nicolas Pitre
5170 M:      nico@cam.org
5171 S:      Maintained
5172 F:      drivers/net/smc91x.*
5173
5174 SMSC47B397 HARDWARE MONITOR DRIVER
5175 P:      Mark M. Hoffman
5176 M:      mhoffman@lightlink.com
5177 L:      lm-sensors@lm-sensors.org
5178 S:      Maintained
5179 F:      Documentation/hwmon/smsc47b397
5180 F:      drivers/hwmon/smsc47b397.c
5181
5182 SMSC911x ETHERNET DRIVER
5183 P:      Steve Glendinning
5184 M:      steve.glendinning@smsc.com
5185 L:      netdev@vger.kernel.org
5186 S:      Supported
5187 F:      include/linux/smsc911x.h
5188 F:      drivers/net/smsc911x.*
5189
5190 SMSC9420 PCI ETHERNET DRIVER
5191 P:      Steve Glendinning
5192 M:      steve.glendinning@smsc.com
5193 L:      netdev@vger.kernel.org
5194 S:      Supported
5195 F:      drivers/net/smsc9420.*
5196
5197 SMX UIO Interface
5198 P:      Ben Nizette
5199 M:      bn@niasdigital.com
5200 S:      Maintained
5201 F:      drivers/uio/uio_smx.c
5202
5203 SN-IA64 (Itanium) SUB-PLATFORM
5204 P:      Jes Sorensen
5205 M:      jes@sgi.com
5206 L:      linux-altix@sgi.com
5207 L:      linux-ia64@vger.kernel.org
5208 W:      http://www.sgi.com/altix
5209 S:      Maintained
5210 F:      arch/ia64/sn/
5211
5212 SOC-CAMERA V4L2 SUBSYSTEM
5213 P:      Guennadi Liakhovetski
5214 M:      g.liakhovetski@gmx.de
5215 L:      linux-media@vger.kernel.org
5216 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
5217 S:      Maintained
5218 F:      include/media/v4l2*
5219 F:      drivers/media/video/v4l2*
5220
5221 SOEKRIS NET48XX LED SUPPORT
5222 P:      Chris Boot
5223 M:      bootc@bootc.net
5224 S:      Maintained
5225 F:      drivers/leds/leds-net48xx.c
5226
5227 SOFTWARE RAID (Multiple Disks) SUPPORT
5228 P:      Neil Brown
5229 M:      neilb@suse.de
5230 L:      linux-raid@vger.kernel.org
5231 S:      Supported
5232 F:      drivers/md/
5233 F:      include/linux/raid/
5234
5235 SONIC NETWORK DRIVER
5236 P:      Thomas Bogendoerfer
5237 M:      tsbogend@alpha.franken.de
5238 L:      netdev@vger.kernel.org
5239 S:      Maintained
5240 F:      drivers/net/sonic.*
5241
5242 SONICS SILICON BACKPLANE DRIVER (SSB)
5243 P:      Michael Buesch
5244 M:      mb@bu3sch.de
5245 L:      netdev@vger.kernel.org
5246 S:      Maintained
5247 F:      drivers/ssb/
5248 F:      include/linux/ssb/
5249
5250 SONY VAIO CONTROL DEVICE DRIVER
5251 P:      Mattia Dongili
5252 M:      malattia@linux.it
5253 L:      linux-acpi@vger.kernel.org
5254 W:      http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
5255 S:      Maintained
5256 F:      Documentation/laptops/sony-laptop.txt
5257 F:      drivers/char/sonypi.c
5258 F:      drivers/platform/x86/sony-laptop.c
5259 F:      include/linux/sony-laptop.h
5260
5261 SONY MEMORYSTICK CARD SUPPORT
5262 P:      Alex Dubov
5263 M:      oakad@yahoo.com
5264 L:      linux-kernel@vger.kernel.org
5265 W:      http://tifmxx.berlios.de/
5266 S:      Maintained
5267 F:      drivers/memstick/host/tifm_ms.c
5268
5269 SOUND
5270 P:      Jaroslav Kysela
5271 M:      perex@perex.cz
5272 P:      Takashi Iwai
5273 M:      tiwai@suse.de
5274 L:      alsa-devel@alsa-project.org (subscribers-only)
5275 W:      http://www.alsa-project.org/
5276 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6.git
5277 T:      git git://git.alsa-project.org/alsa-kernel.git
5278 S:      Maintained
5279 F:      Documentation/sound/
5280 F:      include/sound/
5281 F:      sound/
5282
5283 SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC)
5284 P:      Liam Girdwood
5285 M:      lrg@slimlogic.co.uk
5286 P:      Mark Brown
5287 M:      broonie@opensource.wolfsonmicro.com
5288 T:      git git://opensource.wolfsonmicro.com/linux-2.6-asoc
5289 L:      alsa-devel@alsa-project.org (subscribers-only)
5290 W:      http://alsa-project.org/main/index.php/ASoC
5291 S:      Supported
5292 F:      sound/soc/
5293
5294 SPARC + UltraSPARC (sparc/sparc64)
5295 P:      David S. Miller
5296 M:      davem@davemloft.net
5297 L:      sparclinux@vger.kernel.org
5298 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6.git
5299 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next-2.6.git
5300 S:      Maintained
5301 F:      arch/sparc/
5302
5303 SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER
5304 P:      Roger Wolff
5305 M:      R.E.Wolff@BitWizard.nl
5306 L:      linux-kernel@vger.kernel.org
5307 S:      Supported
5308 F:      Documentation/serial/specialix.txt
5309 F:      drivers/char/specialix*
5310
5311 SPI SUBSYSTEM
5312 P:      David Brownell
5313 M:      dbrownell@users.sourceforge.net
5314 L:      spi-devel-general@lists.sourceforge.net
5315 S:      Maintained
5316 F:      Documentation/spi/
5317 F:      drivers/spi/
5318 F:      include/linux/spi/
5319
5320 SPIDERNET NETWORK DRIVER for CELL
5321 P:      Ishizaki Kou
5322 M:      kou.ishizaki@toshiba.co.jp
5323 P:      Jens Osterkamp
5324 M:      jens@de.ibm.com
5325 L:      netdev@vger.kernel.org
5326 S:      Supported
5327 F:      Documentation/networking/spider_net.txt
5328 F:      drivers/net/spider_net*
5329
5330 SPU FILE SYSTEM
5331 P:      Jeremy Kerr
5332 M:      jk@ozlabs.org
5333 L:      linuxppc-dev@ozlabs.org
5334 L:      cbe-oss-dev@ozlabs.org
5335 W:      http://www.ibm.com/developerworks/power/cell/
5336 S:      Supported
5337 F:      Documentation/filesystems/spufs.txt
5338 F:      arch/powerpc/platforms/cell/spufs/
5339
5340 SQUASHFS FILE SYSTEM
5341 P:      Phillip Lougher
5342 M:      phillip@lougher.demon.co.uk
5343 L:      squashfs-devel@lists.sourceforge.net (subscribers-only)
5344 W:      http://squashfs.org.uk
5345 S:      Maintained
5346 F:      Documentation/filesystems/squashfs.txt
5347 F:      fs/squashfs/
5348
5349 SRM (Alpha) environment access
5350 P:      Jan-Benedict Glaw
5351 M:      jbglaw@lug-owl.de
5352 L:      linux-kernel@vger.kernel.org
5353 S:      Maintained
5354 F:      arch/alpha/kernel/srm_env.c
5355
5356 STABLE BRANCH
5357 P:      Greg Kroah-Hartman
5358 M:      greg@kroah.com
5359 P:      Chris Wright
5360 M:      chrisw@sous-sol.org
5361 L:      stable@kernel.org
5362 S:      Maintained
5363
5364 STAGING SUBSYSTEM
5365 P:      Greg Kroah-Hartman
5366 M:      gregkh@suse.de
5367 L:      linux-kernel@vger.kernel.org
5368 T:      quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
5369 S:      Maintained
5370 F:      drivers/staging/
5371
5372 STARFIRE/DURALAN NETWORK DRIVER
5373 P:      Ion Badulescu
5374 M:      ionut@cs.columbia.edu
5375 S:      Maintained
5376 F:      drivers/net/starfire*
5377
5378 STARMODE RADIO IP (STRIP) PROTOCOL DRIVER
5379 W:      http://mosquitonet.Stanford.EDU/strip.html
5380 S:      Orphan
5381 F:      drivers/net/wireless/strip.c
5382 F:      include/linux/if_strip.h
5383
5384 STRADIS MPEG-2 DECODER DRIVER
5385 P:      Nathan Laredo
5386 M:      laredo@gnu.org
5387 W:      http://www.stradis.com/
5388 S:      Maintained
5389 F:      drivers/media/video/stradis.c
5390
5391 SUN3/3X
5392 P:      Sam Creasey
5393 M:      sammy@sammy.net
5394 W:      http://sammy.net/sun3/
5395 S:      Maintained
5396 F:      arch/m68k/kernel/*sun3*
5397 F:      arch/m68k/sun3*/
5398 F:      arch/m68k/include/asm/sun3*
5399
5400 SUPERH
5401 P:      Paul Mundt
5402 M:      lethal@linux-sh.org
5403 L:      linux-sh@vger.kernel.org
5404 W:      http://www.linux-sh.org
5405 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6.git
5406 S:      Supported
5407 F:      Documentation/sh/
5408 F:      arch/sh/
5409 F:      drivers/sh/
5410
5411 SUSPEND TO RAM
5412 P:      Len Brown
5413 M:      len.brown@intel.com
5414 P:      Pavel Machek
5415 M:      pavel@ucw.cz
5416 P:      Rafael J. Wysocki
5417 M:      rjw@sisk.pl
5418 L:      linux-pm@lists.linux-foundation.org
5419 S:      Supported
5420 F:      Documentation/power/
5421 F:      arch/x86/kernel/acpi/
5422 F:      drivers/base/power/
5423 F:      kernel/power/
5424 F:      include/linux/suspend.h
5425 F:      include/linux/freezer.h
5426 F:      include/linux/pm.h
5427
5428 SVGA HANDLING
5429 P:      Martin Mares
5430 M:      mj@ucw.cz
5431 L:      linux-video@atrey.karlin.mff.cuni.cz
5432 S:      Maintained
5433 F:      Documentation/svga.txt
5434 F:      arch/x86/boot/video*
5435
5436 SYSV FILESYSTEM
5437 P:      Christoph Hellwig
5438 M:      hch@infradead.org
5439 S:      Maintained
5440 F:      Documentation/filesystems/sysv-fs.txt
5441 F:      fs/sysv/
5442 F:      include/linux/sysv_fs.h
5443
5444 TASKSTATS STATISTICS INTERFACE
5445 P:      Balbir Singh
5446 M:      balbir@linux.vnet.ibm.com
5447 L:      linux-kernel@vger.kernel.org
5448 S:      Maintained
5449 F:      Documentation/accounting/taskstats*
5450 F:      include/linux/taskstats*
5451 F:      kernel/taskstats.c
5452
5453 TC CLASSIFIER
5454 P:      Jamal Hadi Salim
5455 M:      hadi@cyberus.ca
5456 L:      netdev@vger.kernel.org
5457 S:      Maintained
5458 F:      include/linux/pkt_cls.h
5459 F:      include/net/pkt_cls.h
5460 F:      net/sched/
5461
5462 TCP LOW PRIORITY MODULE
5463 P:      Wong Hoi Sing, Edison
5464 M:      hswong3i@gmail.com
5465 P:      Hung Hing Lun, Mike
5466 M:      hlhung3i@gmail.com
5467 W:      http://tcp-lp-mod.sourceforge.net/
5468 S:      Maintained
5469 F:      net/ipv4/tcp_lp.c
5470
5471 TEHUTI ETHERNET DRIVER
5472 P:      Alexander Indenbaum
5473 M:      baum@tehutinetworks.net
5474 P:      Andy Gospodarek
5475 M:      andy@greyhouse.net
5476 L:      netdev@vger.kernel.org
5477 S:      Supported
5478 F:      drivers/net/tehuti*
5479
5480 Telecom Clock Driver for MCPL0010
5481 P:      Mark Gross
5482 M:      mark.gross@intel.com
5483 S:      Supported
5484 F:      drivers/char/tlclk.c
5485
5486 TENSILICA XTENSA PORT (xtensa)
5487 P:      Chris Zankel
5488 M:      chris@zankel.net
5489 S:      Maintained
5490 F:      arch/xtensa/
5491
5492 THINKPAD ACPI EXTRAS DRIVER
5493 P:      Henrique de Moraes Holschuh
5494 M:      ibm-acpi@hmh.eng.br
5495 L:      ibm-acpi-devel@lists.sourceforge.net
5496 W:      http://ibm-acpi.sourceforge.net
5497 W:      http://thinkwiki.org/wiki/Ibm-acpi
5498 T:      git git://repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
5499 S:      Maintained
5500 F:      drivers/platform/x86/thinkpad_acpi.c
5501
5502 TI FLASH MEDIA INTERFACE DRIVER
5503 P:      Alex Dubov
5504 M:      oakad@yahoo.com
5505 S:      Maintained
5506 F:      drivers/misc/tifm*
5507 F:      drivers/mmc/host/tifm_sd.c
5508 F:      include/linux/tifm.h
5509
5510 TI OMAP MMC INTERFACE DRIVER
5511 P:      Carlos Aguiar, Anderson Briglia and Syed Khasim
5512 M:      linux-omap@vger.kernel.org
5513 W:      http://linux.omap.com
5514 W:      http://www.muru.com/linux/omap/
5515 S:      Maintained
5516 F:      drivers/mmc/host/omap.c
5517
5518 TI OMAP RANDOM NUMBER GENERATOR SUPPORT
5519 P:      Deepak Saxena
5520 M:      dsaxena@plexity.net
5521 S:      Maintained
5522 F:      drivers/char/hw_random/omap-rng.c
5523
5524 TIPC NETWORK LAYER
5525 P:      Per Liden
5526 M:      per.liden@ericsson.com
5527 P:      Jon Maloy
5528 M:      jon.maloy@ericsson.com
5529 P:      Allan Stephens
5530 M:      allan.stephens@windriver.com
5531 L:      tipc-discussion@lists.sourceforge.net
5532 W:      http://tipc.sourceforge.net/
5533 W:      http://tipc.cslab.ericsson.net/
5534 T:      git git://tipc.cslab.ericsson.net/pub/git/tipc.git
5535 S:      Maintained
5536 F:      include/linux/tipc*.h
5537 F:      include/net/tipc/
5538 F:      net/tipc/
5539
5540 TLAN NETWORK DRIVER
5541 P:      Samuel Chessman
5542 M:      chessman@tux.org
5543 L:      tlan-devel@lists.sourceforge.net (subscribers-only)
5544 W:      http://sourceforge.net/projects/tlan/
5545 S:      Maintained
5546 F:      Documentation/networking/tlan.txt
5547 F:      drivers/net/tlan.*
5548
5549 TOMOYO SECURITY MODULE
5550 P:      Kentaro Takeda
5551 M:      takedakn@nttdata.co.jp
5552 P:      Tetsuo Handa
5553 M:      penguin-kernel@I-love.SAKURA.ne.jp
5554 L:      linux-kernel@vger.kernel.org (kernel issues)
5555 L:      tomoyo-users-en@lists.sourceforge.jp (subscribers-only, for developers and users in English)
5556 L:      tomoyo-dev@lists.sourceforge.jp (subscribers-only, for developers in Japanese)
5557 L:      tomoyo-users@lists.sourceforge.jp (subscribers-only, for users in Japanese)
5558 W:      http://tomoyo.sourceforge.jp/
5559 T:      quilt http://svn.sourceforge.jp/svnroot/tomoyo/trunk/2.2.x/tomoyo-lsm/patches/
5560 S:      Maintained
5561 F:      security/tomoyo/
5562
5563 TOSHIBA ACPI EXTRAS DRIVER
5564 S:      Orphan
5565 F:      drivers/platform/x86/toshiba_acpi.c
5566
5567 TOSHIBA SMM DRIVER
5568 P:      Jonathan Buzzard
5569 M:      jonathan@buzzard.org.uk
5570 L:      tlinux-users@tce.toshiba-dme.co.jp
5571 W:      http://www.buzzard.org.uk/toshiba/
5572 S:      Maintained
5573 F:      drivers/char/toshiba.c
5574 F:      include/linux/toshiba.h
5575
5576 TMIO MMC DRIVER
5577 P:      Ian Molton
5578 M:      ian@mnementh.co.uk
5579 S:      Maintained
5580 F:      drivers/mmc/host/tmio_mmc.*
5581
5582 TMPFS (SHMEM FILESYSTEM)
5583 P:      Hugh Dickins
5584 M:      hugh.dickins@tiscali.co.uk
5585 L:      linux-mm@kvack.org
5586 S:      Maintained
5587 F:      include/linux/shmem_fs.h
5588 F:      mm/shmem.c
5589
5590 TPM DEVICE DRIVER
5591 P:      Debora Velarde
5592 M:      debora@linux.vnet.ibm.com
5593 P:      Rajiv Andrade
5594 M:      srajiv@linux.vnet.ibm.com
5595 W:      http://tpmdd.sourceforge.net
5596 P:      Marcel Selhorst
5597 M:      m.selhorst@sirrix.com
5598 W:      http://www.sirrix.com
5599 L:      tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
5600 S:      Maintained
5601 F:      drivers/char/tpm/
5602
5603 TRIVIAL PATCHES
5604 P:      Jiri Kosina
5605 M:      trivial@kernel.org
5606 L:      linux-kernel@vger.kernel.org
5607 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git
5608 S:      Maintained
5609
5610 TTY LAYER
5611 P:      Alan Cox
5612 M:      alan@lxorguk.ukuu.org.uk
5613 L:      linux-kernel@vger.kernel.org
5614 S:      Maintained
5615
5616 TULIP NETWORK DRIVERS
5617 P:      Grant Grundler
5618 M:      grundler@parisc-linux.org
5619 P:      Kyle McMartin
5620 M:      kyle@mcmartin.ca
5621 L:      netdev@vger.kernel.org
5622 S:      Maintained
5623 F:      drivers/net/tulip/
5624
5625 TUN/TAP driver
5626 P:      Maxim Krasnyansky
5627 M:      maxk@qualcomm.com
5628 L:      vtun@office.satix.net
5629 W:      http://vtun.sourceforge.net/tun
5630 S:      Maintained
5631 F:      Documentation/networking/tuntap.txt
5632 F:      arch/um/os-Linux/drivers/
5633
5634 TURBOCHANNEL SUBSYSTEM
5635 P:      Maciej W. Rozycki
5636 M:      macro@linux-mips.org
5637 S:      Maintained
5638 F:      drivers/tc/
5639 F:      include/linux/tc.h
5640
5641 U14-34F SCSI DRIVER
5642 P:      Dario Ballabio
5643 M:      ballabio_dario@emc.com
5644 L:      linux-scsi@vger.kernel.org
5645 S:      Maintained
5646 F:      drivers/scsi/u14-34f.c
5647
5648 UBI FILE SYSTEM (UBIFS)
5649 P:      Artem Bityutskiy
5650 M:      dedekind@infradead.org
5651 P:      Adrian Hunter
5652 M:      ext-adrian.hunter@nokia.com
5653 L:      linux-mtd@lists.infradead.org
5654 T:      git git://git.infradead.org/ubifs-2.6.git
5655 W:      http://www.linux-mtd.infradead.org/doc/ubifs.html
5656 S:      Maintained
5657 F:      Documentation/filesystems/ubifs.txt
5658 F:      fs/ubifs/
5659
5660 UCLINUX (AND M68KNOMMU)
5661 P:      Greg Ungerer
5662 M:      gerg@uclinux.org
5663 W:      http://www.uclinux.org/
5664 L:      uclinux-dev@uclinux.org  (subscribers-only)
5665 S:      Maintained
5666 F:      arch/m68knommu/
5667
5668 UCLINUX FOR RENESAS H8/300 (H8300)
5669 P:      Yoshinori Sato
5670 M:      ysato@users.sourceforge.jp
5671 W:      http://uclinux-h8.sourceforge.jp/
5672 S:      Supported
5673
5674 UDF FILESYSTEM
5675 P:      Jan Kara
5676 M:      jack@suse.cz
5677 W:      http://linux-udf.sourceforge.net
5678 S:      Maintained
5679 F:      Documentation/filesystems/udf.txt
5680 F:      fs/udf/
5681
5682 UFS FILESYSTEM
5683 P:      Evgeniy Dushistov
5684 M:      dushistov@mail.ru
5685 L:      linux-kernel@vger.kernel.org
5686 S:      Maintained
5687 F:      Documentation/filesystems/ufs.txt
5688 F:      fs/ufs/
5689
5690 ULTRA-WIDEBAND (UWB) SUBSYSTEM:
5691 P:      David Vrabel
5692 M:      david.vrabel@csr.com
5693 L:      linux-usb@vger.kernel.org
5694 S:      Supported
5695 F:      drivers/uwb/*
5696 F:      include/linux/uwb.h
5697 F:      include/linux/uwb/
5698
5699 UNIFORM CDROM DRIVER
5700 P:      Jens Axboe
5701 M:      axboe@kernel.dk
5702 L:      linux-kernel@vger.kernel.org
5703 W:      http://www.kernel.dk
5704 S:      Maintained
5705 F:      Documentation/cdrom/
5706 F:      drivers/cdrom/cdrom.c
5707 F:      include/linux/cdrom.h
5708
5709 UNSORTED BLOCK IMAGES (UBI)
5710 P:      Artem Bityutskiy
5711 M:      dedekind@infradead.org
5712 W:      http://www.linux-mtd.infradead.org/
5713 L:      linux-mtd@lists.infradead.org
5714 T:      git git://git.infradead.org/ubi-2.6.git
5715 S:      Maintained
5716 F:      drivers/mtd/ubi/
5717 F:      include/linux/mtd/ubi.h
5718 F:      include/mtd/ubi-user.h
5719
5720 USB ACM DRIVER
5721 P:      Oliver Neukum
5722 M:      oliver@neukum.name
5723 L:      linux-usb@vger.kernel.org
5724 S:      Maintained
5725 F:      Documentation/usb/acm.txt
5726 F:      drivers/usb/class/cdc-acm.*
5727
5728 USB BLOCK DRIVER (UB ub)
5729 P:      Pete Zaitcev
5730 M:      zaitcev@redhat.com
5731 L:      linux-kernel@vger.kernel.org
5732 L:      linux-usb@vger.kernel.org
5733 S:      Supported
5734 F:      drivers/block/ub.c
5735
5736 USB CDC ETHERNET DRIVER
5737 P:      Greg Kroah-Hartman
5738 M:      greg@kroah.com
5739 L:      linux-usb@vger.kernel.org
5740 S:      Maintained
5741 W:      http://www.kroah.com/linux-usb/
5742 F:      drivers/net/usb/cdc_*.c
5743 F:      include/linux/usb/cdc.h
5744
5745 USB CYPRESS C67X00 DRIVER
5746 P:      Peter Korsgaard
5747 M:      jacmet@sunsite.dk
5748 L:      linux-usb@vger.kernel.org
5749 S:      Maintained
5750 F:      drivers/usb/c67x00/
5751
5752 USB DAVICOM DM9601 DRIVER
5753 P:      Peter Korsgaard
5754 M:      jacmet@sunsite.dk
5755 L:      netdev@vger.kernel.org
5756 W:      http://www.linux-usb.org/usbnet
5757 S:      Maintained
5758 F:      drivers/net/usb/dm9601.c
5759
5760 USB DIAMOND RIO500 DRIVER
5761 P:      Cesar Miquel
5762 M:      miquel@df.uba.ar
5763 L:      rio500-users@lists.sourceforge.net
5764 W:      http://rio500.sourceforge.net
5765 S:      Maintained
5766 F:      drivers/usb/misc/rio500*
5767
5768 USB EHCI DRIVER
5769 P:      David Brownell
5770 M:      dbrownell@users.sourceforge.net
5771 L:      linux-usb@vger.kernel.org
5772 S:      Odd Fixes
5773 F:      Documentation/usb/ehci.txt
5774 F:      drivers/usb/host/ehci*
5775
5776 USB ET61X[12]51 DRIVER
5777 P:      Luca Risolia
5778 M:      luca.risolia@studio.unibo.it
5779 L:      linux-usb@vger.kernel.org
5780 L:      linux-media@vger.kernel.org
5781 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
5782 W:      http://www.linux-projects.org
5783 S:      Maintained
5784 F:      drivers/media/video/et61x251/
5785
5786 USB GADGET/PERIPHERAL SUBSYSTEM
5787 P:      David Brownell
5788 M:      dbrownell@users.sourceforge.net
5789 L:      linux-usb@vger.kernel.org
5790 W:      http://www.linux-usb.org/gadget
5791 S:      Maintained
5792 F:      drivers/usb/gadget/
5793 F:      include/linux/usb/gadget*
5794
5795 USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
5796 P:      Jiri Kosina
5797 M:      jkosina@suse.cz
5798 L:      linux-usb@vger.kernel.org
5799 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
5800 S:      Maintained
5801 F:      Documentation/usb/hiddev.txt
5802 F:      drivers/hid/usbhid/
5803
5804 USB ISP116X DRIVER
5805 P:      Olav Kongas
5806 M:      ok@artecdesign.ee
5807 L:      linux-usb@vger.kernel.org
5808 S:      Maintained
5809 F:      drivers/usb/host/isp116x*
5810 F:      include/linux/usb/isp116x.h
5811
5812 USB KAWASAKI LSI DRIVER
5813 P:      Oliver Neukum
5814 M:      oliver@neukum.name
5815 L:      linux-usb@vger.kernel.org
5816 S:      Maintained
5817 F:      drivers/usb/serial/kl5kusb105.*
5818
5819 USB MASS STORAGE DRIVER
5820 P:      Matthew Dharm
5821 M:      mdharm-usb@one-eyed-alien.net
5822 L:      linux-usb@vger.kernel.org
5823 L:      usb-storage@lists.one-eyed-alien.net
5824 S:      Maintained
5825 W:      http://www.one-eyed-alien.net/~mdharm/linux-usb/
5826 F:      drivers/usb/storage/
5827
5828 USB OHCI DRIVER
5829 P:      David Brownell
5830 M:      dbrownell@users.sourceforge.net
5831 L:      linux-usb@vger.kernel.org
5832 S:      Odd Fixes
5833 F:      Documentation/usb/ohci.txt
5834 F:      drivers/usb/host/ohci*
5835
5836 USB OPTION-CARD DRIVER
5837 P:      Matthias Urlichs
5838 M:      smurf@smurf.noris.de
5839 L:      linux-usb@vger.kernel.org
5840 S:      Maintained
5841 F:      drivers/usb/serial/option.c
5842
5843 USB OV511 DRIVER
5844 P:      Mark McClelland
5845 M:      mmcclell@bigfoot.com
5846 L:      linux-usb@vger.kernel.org
5847 W:      http://alpha.dyndns.org/ov511/
5848 S:      Maintained
5849 F:      drivers/media/video/ov511.*
5850
5851 USB PEGASUS DRIVER
5852 P:      Petko Manolov
5853 M:      petkan@users.sourceforge.net
5854 L:      linux-usb@vger.kernel.org
5855 L:      netdev@vger.kernel.org
5856 W:      http://pegasus2.sourceforge.net/
5857 S:      Maintained
5858 F:      drivers/net/usb/pegasus.*
5859
5860 USB PRINTER DRIVER (usblp)
5861 P:      Pete Zaitcev
5862 M:      zaitcev@redhat.com
5863 L:      linux-usb@vger.kernel.org
5864 S:      Supported
5865 F:      drivers/usb/class/usblp.c
5866
5867 USB RTL8150 DRIVER
5868 P:      Petko Manolov
5869 M:      petkan@users.sourceforge.net
5870 L:      linux-usb@vger.kernel.org
5871 L:      netdev@vger.kernel.org
5872 W:      http://pegasus2.sourceforge.net/
5873 S:      Maintained
5874 F:      drivers/net/usb/rtl8150.c
5875
5876 USB SE401 DRIVER
5877 P:      Jeroen Vreeken
5878 M:      pe1rxq@amsat.org
5879 L:      linux-usb@vger.kernel.org
5880 W:      http://www.chello.nl/~j.vreeken/se401/
5881 S:      Maintained
5882 F:      Documentation/video4linux/se401.txt
5883 F:      drivers/media/video/se401.*
5884
5885 USB SERIAL BELKIN F5U103 DRIVER
5886 P:      William Greathouse
5887 M:      wgreathouse@smva.com
5888 L:      linux-usb@vger.kernel.org
5889 S:      Maintained
5890 F:      drivers/usb/serial/belkin_sa.*
5891
5892 USB SERIAL CYPRESS M8 DRIVER
5893 P:      Lonnie Mendez
5894 M:      dignome@gmail.com
5895 L:      linux-usb@vger.kernel.org
5896 S:      Maintained
5897 W:      http://geocities.com/i0xox0i
5898 W:      http://firstlight.net/cvs
5899 F:      drivers/usb/serial/cypress_m8.*
5900
5901 USB SERIAL CYBERJACK DRIVER
5902 P:      Matthias Bruestle and Harald Welte
5903 M:      support@reiner-sct.com
5904 W:      http://www.reiner-sct.de/support/treiber_cyberjack.php
5905 S:      Maintained
5906 F:      drivers/usb/serial/cyberjack.c
5907
5908 USB SERIAL DIGI ACCELEPORT DRIVER
5909 P:      Peter Berger and Al Borchers
5910 M:      pberger@brimson.com
5911 M:      alborchers@steinerpoint.com
5912 L:      linux-usb@vger.kernel.org
5913 S:      Maintained
5914 F:      drivers/usb/serial/digi_acceleport.c
5915
5916 USB SERIAL DRIVER
5917 P:      Greg Kroah-Hartman
5918 M:      gregkh@suse.de
5919 L:      linux-usb@vger.kernel.org
5920 S:      Supported
5921 F:      Documentation/usb/usb-serial.txt
5922 F:      drivers/usb/serial/generic.c
5923 F:      drivers/usb/serial/usb-serial.c
5924 F:      include/linux/usb/serial.h
5925
5926 USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER
5927 P:      Gary Brubaker
5928 M:      xavyer@ix.netcom.com
5929 L:      linux-usb@vger.kernel.org
5930 S:      Maintained
5931 F:      drivers/usb/serial/empeg.c
5932
5933 USB SERIAL KEYSPAN DRIVER
5934 P:      Greg Kroah-Hartman
5935 M:      greg@kroah.com
5936 L:      linux-usb@vger.kernel.org
5937 W:      http://www.kroah.com/linux/
5938 S:      Maintained
5939 F:      drivers/usb/serial/*keyspan*
5940
5941 USB SERIAL WHITEHEAT DRIVER
5942 P:      Support Department
5943 M:      support@connecttech.com
5944 L:      linux-usb@vger.kernel.org
5945 W:      http://www.connecttech.com
5946 S:      Supported
5947 F:      drivers/usb/serial/whiteheat*
5948
5949 USB SMSC95XX ETHERNET DRIVER
5950 P:      Steve Glendinning
5951 M:      steve.glendinning@smsc.com
5952 L:      netdev@vger.kernel.org
5953 S:      Supported
5954 F:      drivers/net/usb/smsc95xx.*
5955
5956 USB SN9C1xx DRIVER
5957 P:      Luca Risolia
5958 M:      luca.risolia@studio.unibo.it
5959 L:      linux-usb@vger.kernel.org
5960 L:      linux-media@vger.kernel.org
5961 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
5962 W:      http://www.linux-projects.org
5963 S:      Maintained
5964 F:      Documentation/video4linux/sn9c102.txt
5965 F:      drivers/media/video/sn9c102/
5966
5967 USB SUBSYSTEM
5968 P:      Greg Kroah-Hartman
5969 M:      gregkh@suse.de
5970 L:      linux-usb@vger.kernel.org
5971 W:      http://www.linux-usb.org
5972 T:      quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
5973 S:      Supported
5974 F:      Documentation/usb/
5975 F:      drivers/net/usb/
5976 F:      drivers/usb/
5977 F:      include/linux/usb.h
5978 F:      include/linux/usb/
5979
5980 USB UHCI DRIVER
5981 P:      Alan Stern
5982 M:      stern@rowland.harvard.edu
5983 L:      linux-usb@vger.kernel.org
5984 S:      Maintained
5985 F:      drivers/usb/host/uhci*
5986
5987 USB "USBNET" DRIVER FRAMEWORK
5988 P:      David Brownell
5989 M:      dbrownell@users.sourceforge.net
5990 L:      netdev@vger.kernel.org
5991 W:      http://www.linux-usb.org/usbnet
5992 S:      Maintained
5993 F:      drivers/net/usb/usbnet.c
5994 F:      include/linux/usb/usbnet.h
5995
5996 USB VIDEO CLASS
5997 P:      Laurent Pinchart
5998 M:      laurent.pinchart@skynet.be
5999 L:      linux-uvc-devel@lists.berlios.de (subscribers-only)
6000 L:      linux-media@vger.kernel.org
6001 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
6002 W:      http://linux-uvc.berlios.de
6003 S:      Maintained
6004 F:      drivers/media/video/uvc/
6005
6006 USB W996[87]CF DRIVER
6007 P:      Luca Risolia
6008 M:      luca.risolia@studio.unibo.it
6009 L:      linux-usb@vger.kernel.org
6010 L:      linux-media@vger.kernel.org
6011 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
6012 W:      http://www.linux-projects.org
6013 S:      Maintained
6014 F:      Documentation/video4linux/w9968cf.txt
6015 F:      drivers/media/video/w996*
6016
6017 USB WIRELESS RNDIS DRIVER (rndis_wlan)
6018 P:      Jussi Kivilinna
6019 M:      jussi.kivilinna@mbnet.fi
6020 L:      linux-wireless@vger.kernel.org
6021 S:      Maintained
6022 F:      drivers/net/wireless/rndis_wlan.c
6023
6024 USB ZC0301 DRIVER
6025 P:      Luca Risolia
6026 M:      luca.risolia@studio.unibo.it
6027 L:      linux-usb@vger.kernel.org
6028 L:      linux-media@vger.kernel.org
6029 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
6030 W:      http://www.linux-projects.org
6031 S:      Maintained
6032 F:      Documentation/video4linux/zc0301.txt
6033 F:      drivers/media/video/zc0301/
6034
6035 USB ZD1201 DRIVER
6036 P:      Jeroen Vreeken
6037 M:      pe1rxq@amsat.org
6038 L:      linux-usb@vger.kernel.org
6039 W:      http://linux-lc100020.sourceforge.net
6040 S:      Maintained
6041 F:      drivers/net/wireless/zd1201.*
6042
6043 USB ZR364XX DRIVER
6044 P:      Antoine Jacquet
6045 M:      royale@zerezo.com
6046 L:      linux-usb@vger.kernel.org
6047 L:      linux-media@vger.kernel.org
6048 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
6049 W:      http://royale.zerezo.com/zr364xx/
6050 S:      Maintained
6051 F:      Documentation/video4linux/zr364xx.txt
6052 F:      drivers/media/video/zr364xx.c
6053
6054 USER-MODE LINUX (UML)
6055 P:      Jeff Dike
6056 M:      jdike@addtoit.com
6057 L:      user-mode-linux-devel@lists.sourceforge.net
6058 L:      user-mode-linux-user@lists.sourceforge.net
6059 W:      http://user-mode-linux.sourceforge.net
6060 S:      Maintained
6061 F:      Documentation/uml/
6062 F:      arch/um/
6063 F:      fs/hostfs/
6064 F:      fs/hppfs/
6065
6066 USERSPACE I/O (UIO)
6067 P:      Hans J. Koch
6068 M:      hjk@linutronix.de
6069 P:      Greg Kroah-Hartman
6070 M:      gregkh@suse.de
6071 L:      linux-kernel@vger.kernel.org
6072 S:      Maintained
6073 F:      Documentation/DocBook/uio-howto.tmpl
6074 F:      drivers/uio/
6075 F:      include/linux/uio*.h
6076
6077 UTIL-LINUX-NG PACKAGE
6078 P:      Karel Zak
6079 M:      kzak@redhat.com
6080 L:      util-linux-ng@vger.kernel.org
6081 W:      http://kernel.org/~kzak/util-linux-ng/
6082 T:      git git://git.kernel.org/pub/scm/utils/util-linux-ng/util-linux-ng.git
6083 S:      Maintained
6084
6085 UVESAFB DRIVER
6086 P:      Michal Januszewski
6087 M:      spock@gentoo.org
6088 L:      linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
6089 W:      http://dev.gentoo.org/~spock/projects/uvesafb/
6090 S:      Maintained
6091 F:      Documentation/fb/uvesafb.txt
6092 F:      drivers/video/uvesafb.*
6093
6094 VFAT/FAT/MSDOS FILESYSTEM
6095 P:      OGAWA Hirofumi
6096 M:      hirofumi@mail.parknet.co.jp
6097 L:      linux-kernel@vger.kernel.org
6098 S:      Maintained
6099 F:      Documentation/filesystems/vfat.txt
6100 F:      fs/fat/
6101
6102 VIA RHINE NETWORK DRIVER
6103 P:      Roger Luethi
6104 M:      rl@hellgate.ch
6105 S:      Maintained
6106 F:      drivers/net/via-rhine.c
6107
6108 VIAPRO SMBUS DRIVER
6109 P:      Jean Delvare
6110 M:      khali@linux-fr.org
6111 L:      linux-i2c@vger.kernel.org
6112 S:      Maintained
6113 F:      Documentation/i2c/busses/i2c-viapro
6114 F:      drivers/i2c/busses/i2c-viapro.c
6115
6116 VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER
6117 P:      Joseph Chan
6118 M:      JosephChan@via.com.tw
6119 P:      Scott Fang
6120 M:      ScottFang@viatech.com.cn
6121 L:      linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
6122 S:      Maintained
6123 F:      drivers/video/via/
6124
6125 VIA VELOCITY NETWORK DRIVER
6126 P:      Francois Romieu
6127 M:      romieu@fr.zoreil.com
6128 L:      netdev@vger.kernel.org
6129 S:      Maintained
6130 F:      drivers/net/via-velocity.*
6131
6132 VLAN (802.1Q)
6133 P:      Patrick McHardy
6134 M:      kaber@trash.net
6135 L:      netdev@vger.kernel.org
6136 S:      Maintained
6137 F:      drivers/net/macvlan.c
6138 F:      include/linux/if_*vlan.h
6139 F:      net/8021q/
6140
6141 VOLTAGE AND CURRENT REGULATOR FRAMEWORK
6142 P:      Liam Girdwood
6143 M:      lrg@slimlogic.co.uk
6144 P:      Mark Brown
6145 M:      broonie@opensource.wolfsonmicro.com
6146 W:      http://opensource.wolfsonmicro.com/node/15
6147 W:      http://www.slimlogic.co.uk/?p=48
6148 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lrg/voltage-2.6.git
6149 S:      Supported
6150 F:      drivers/regulator/
6151 F:      include/linux/regulator/
6152
6153 VT1211 HARDWARE MONITOR DRIVER
6154 P:      Juerg Haefliger
6155 M:      juergh@gmail.com
6156 L:      lm-sensors@lm-sensors.org
6157 S:      Maintained
6158 F:      Documentation/hwmon/vt1211
6159 F:      drivers/hwmon/vt1211.c
6160
6161 VT8231 HARDWARE MONITOR DRIVER
6162 P:      Roger Lucas
6163 M:      vt8231@hiddenengine.co.uk
6164 L:      lm-sensors@lm-sensors.org
6165 S:      Maintained
6166 F:      drivers/hwmon/vt8231.c
6167
6168 W1 DALLAS'S 1-WIRE BUS
6169 P:      Evgeniy Polyakov
6170 M:      johnpol@2ka.mipt.ru
6171 S:      Maintained
6172 F:      Documentation/w1/
6173 F:      drivers/w1/
6174
6175 W83791D HARDWARE MONITORING DRIVER
6176 P:      Marc Hulsman
6177 M:      m.hulsman@tudelft.nl
6178 L:      lm-sensors@lm-sensors.org
6179 S:      Maintained
6180 F:      Documentation/hwmon/w83791d
6181 F:      drivers/hwmon/w83791d.c
6182
6183 W83793 HARDWARE MONITORING DRIVER
6184 P:      Rudolf Marek
6185 M:      r.marek@assembler.cz
6186 L:      lm-sensors@lm-sensors.org
6187 S:      Maintained
6188 F:      Documentation/hwmon/w83793
6189 F:      drivers/hwmon/w83793.c
6190
6191 W83L51xD SD/MMC CARD INTERFACE DRIVER
6192 P:      Pierre Ossman
6193 M:      pierre@ossman.eu
6194 L:      linux-kernel@vger.kernel.org
6195 S:      Maintained
6196 F:      drivers/mmc/host/wbsd.*
6197
6198 WATCHDOG DEVICE DRIVERS
6199 P:      Wim Van Sebroeck
6200 M:      wim@iguana.be
6201 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git
6202 S:      Maintained
6203 F:      Documentation/watchdog/
6204 F:      drivers/watchdog/
6205 F:      include/linux/watchdog.h
6206
6207 WAVELAN NETWORK DRIVER & WIRELESS EXTENSIONS
6208 P:      Jean Tourrilhes
6209 M:      jt@hpl.hp.com
6210 L:      linux-wireless@vger.kernel.org
6211 W:      http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/
6212 S:      Maintained
6213 F:      Documentation/networking/wavelan.txt
6214 F:      drivers/net/wireless/wavelan*
6215
6216 WD7000 SCSI DRIVER
6217 P:      Miroslav Zagorac
6218 M:      zaga@fly.cc.fer.hr
6219 L:      linux-scsi@vger.kernel.org
6220 S:      Maintained
6221 F:      drivers/scsi/wd7000.c
6222
6223 WIMAX STACK
6224 P:      Inaky Perez-Gonzalez
6225 M:      inaky.perez-gonzalez@intel.com
6226 M:      linux-wimax@intel.com
6227 L:      wimax@linuxwimax.org
6228 S:      Supported
6229 W:      http://linuxwimax.org
6230
6231 WIMEDIA LLC PROTOCOL (WLP) SUBSYSTEM
6232 P:      David Vrabel
6233 M:      david.vrabel@csr.com
6234 S:      Maintained
6235 F:      include/linux/wlp.h
6236 F:      drivers/uwb/wlp/
6237
6238 WISTRON LAPTOP BUTTON DRIVER
6239 P:      Miloslav Trmac
6240 M:      mitr@volny.cz
6241 S:      Maintained
6242 F:      drivers/input/misc/wistron_btns.c
6243
6244 WL3501 WIRELESS PCMCIA CARD DRIVER
6245 P:      Arnaldo Carvalho de Melo
6246 M:      acme@ghostprotocols.net
6247 L:      linux-wireless@vger.kernel.org
6248 W:      http://oops.ghostprotocols.net:81/blog
6249 S:      Maintained
6250 F:      drivers/net/wireless/wl3501*
6251
6252 WM97XX TOUCHSCREEN DRIVERS
6253 P:      Mark Brown
6254 M:      broonie@opensource.wolfsonmicro.com
6255 P:      Liam Girdwood
6256 M:      lrg@slimlogic.co.uk
6257 L:      linux-input@vger.kernel.org
6258 T:      git git://opensource.wolfsonmicro.com/linux-2.6-touch
6259 W:      http://opensource.wolfsonmicro.com/node/7
6260 S:      Supported
6261 F:      drivers/input/touchscreen/*wm97*
6262 F:      include/linux/wm97xx.h
6263
6264 X.25 NETWORK LAYER
6265 P:      Henner Eisen
6266 M:      eis@baty.hanse.de
6267 L:      linux-x25@vger.kernel.org
6268 S:      Maintained
6269 F:      Documentation/networking/x25*
6270 F:      include/net/x25*
6271 F:      net/x25/
6272
6273 X86 ARCHITECTURE (32-BIT AND 64-BIT)
6274 P:      Thomas Gleixner
6275 M:      tglx@linutronix.de
6276 P:      Ingo Molnar
6277 M:      mingo@redhat.com
6278 P:      H. Peter Anvin
6279 M:      hpa@zytor.com
6280 M:      x86@kernel.org
6281 L:      linux-kernel@vger.kernel.org
6282 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86.git
6283 S:      Maintained
6284 F:      Documentation/x86/
6285 F:      arch/x86/
6286
6287 XEN HYPERVISOR INTERFACE
6288 P:      Jeremy Fitzhardinge
6289 M:      jeremy@xensource.com
6290 P:      Chris Wright
6291 M:      chrisw@sous-sol.org
6292 L:      virtualization@lists.osdl.org
6293 L:      xen-devel@lists.xensource.com
6294 S:      Supported
6295 F:      arch/x86/xen/
6296 F:      drivers/*/xen-*front.c
6297 F:      drivers/xen/
6298 F:      arch/x86/include/asm/xen/
6299 F:      include/xen/
6300
6301 XFS FILESYSTEM
6302 P:      Silicon Graphics Inc
6303 P:      Felix Blyakher
6304 M:      felixb@sgi.com
6305 M:      xfs-masters@oss.sgi.com
6306 L:      xfs@oss.sgi.com
6307 W:      http://oss.sgi.com/projects/xfs
6308 T:      git git://oss.sgi.com/xfs/xfs.git
6309 S:      Supported
6310 F:      Documentation/filesystems/xfs.txt
6311 F:      fs/xfs/
6312
6313 XILINX SYSTEMACE DRIVER
6314 P:      Grant Likely
6315 M:      grant.likely@secretlab.ca
6316 W:      http://www.secretlab.ca/
6317 L:      linux-kernel@vger.kernel.org
6318 S:      Maintained
6319 F:      drivers/block/xsysace.c
6320
6321 XILINX UARTLITE SERIAL DRIVER
6322 P:      Peter Korsgaard
6323 M:      jacmet@sunsite.dk
6324 L:      linux-serial@vger.kernel.org
6325 S:      Maintained
6326 F:      drivers/serial/uartlite.c
6327
6328 YAM DRIVER FOR AX.25
6329 P:      Jean-Paul Roubelat
6330 M:      jpr@f6fbb.org
6331 L:      linux-hams@vger.kernel.org
6332 S:      Maintained
6333 F:      drivers/net/hamradio/yam*
6334 F:      include/linux/yam.h
6335
6336 YEALINK PHONE DRIVER
6337 P:      Henk Vergonet
6338 M:      Henk.Vergonet@gmail.com
6339 L:      usbb2k-api-dev@nongnu.org
6340 S:      Maintained
6341 F:      Documentation/input/yealink.txt
6342 F:      drivers/input/misc/yealink.*
6343
6344 Z8530 DRIVER FOR AX.25
6345 P:      Joerg Reuter
6346 M:      jreuter@yaina.de
6347 W:      http://yaina.de/jreuter/
6348 W:      http://www.qsl.net/dl1bke/
6349 L:      linux-hams@vger.kernel.org
6350 S:      Maintained
6351 F:      Documentation/networking/z8530drv.txt
6352 F:      drivers/net/hamradio/*scc.c
6353 F:      drivers/net/hamradio/z8530.h
6354
6355 ZD1211RW WIRELESS DRIVER
6356 P:      Daniel Drake
6357 M:      dsd@gentoo.org
6358 P:      Ulrich Kunitz
6359 M:      kune@deine-taler.de
6360 W:      http://zd1211.ath.cx/wiki/DriverRewrite
6361 L:      linux-wireless@vger.kernel.org
6362 L:      zd1211-devs@lists.sourceforge.net (subscribers-only)
6363 S:      Maintained
6364 F:      drivers/net/wireless/zd1211rw/
6365
6366 ZR36067 VIDEO FOR LINUX DRIVER
6367 L:      mjpeg-users@lists.sourceforge.net
6368 L:      linux-media@vger.kernel.org
6369 W:      http://mjpeg.sourceforge.net/driver-zoran/
6370 T:      Mercurial http://linuxtv.org/hg/v4l-dvb
6371 S:      Odd Fixes
6372 F:      drivers/media/video/zoran/
6373
6374 ZS DECSTATION Z85C30 SERIAL DRIVER
6375 P:      Maciej W. Rozycki
6376 M:      macro@linux-mips.org
6377 S:      Maintained
6378 F:      drivers/serial/zs.*
6379
6380 THE REST
6381 P:      Linus Torvalds
6382 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git
6383 S:      Buried alive in reporters