MAINTAINERS: update KMEMTRACE pattern after file rename
[safe/jmp/linux-2.6] / 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/lv1call.h
1341 F:      arch/powerpc/include/asm/ps3*.h
1342 F:      arch/powerpc/include/asm/spu*.h
1343 F:      arch/powerpc/oprofile/*cell*
1344 F:      arch/powerpc/platforms/cell/
1345 F:      arch/powerpc/platforms/ps3/
1346
1347 CERTIFIED WIRELESS USB (WUSB) SUBSYSTEM:
1348 P:      David Vrabel
1349 M:      david.vrabel@csr.com
1350 L:      linux-usb@vger.kernel.org
1351 S:      Supported
1352 F:      Documentation/usb/WUSB-Design-overview.txt
1353 F:      Documentation/usb/wusb-cbaf
1354 F:      drivers/usb/wusbcore/
1355 F:      include/linux/usb/wusb*
1356
1357 CFAG12864B LCD DRIVER
1358 P:      Miguel Ojeda Sandonis
1359 M:      miguel.ojeda.sandonis@gmail.com
1360 L:      linux-kernel@vger.kernel.org
1361 W:      http://miguelojeda.es/auxdisplay.htm
1362 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
1363 S:      Maintained
1364 F:      drivers/auxdisplay/cfag12864b.c
1365 F:      include/linux/cfag12864b.h
1366
1367 CFAG12864BFB LCD FRAMEBUFFER DRIVER
1368 P:      Miguel Ojeda Sandonis
1369 M:      miguel.ojeda.sandonis@gmail.com
1370 L:      linux-kernel@vger.kernel.org
1371 W:      http://miguelojeda.es/auxdisplay.htm
1372 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
1373 S:      Maintained
1374 F:      drivers/auxdisplay/cfag12864bfb.c
1375 F:      include/linux/cfag12864b.h
1376
1377 CFG80211 and NL80211
1378 P:      Johannes Berg
1379 M:      johannes@sipsolutions.net
1380 L:      linux-wireless@vger.kernel.org
1381 S:      Maintained
1382 F:      include/linux/nl80211.h
1383 F:      include/net/cfg80211.h
1384 F:      net/wireless/*
1385 X:      net/wireless/wext*
1386
1387 CHECKPATCH
1388 P:      Andy Whitcroft
1389 M:      apw@canonical.com
1390 L:      linux-kernel@vger.kernel.org
1391 S:      Supported
1392 F:      scripts/checkpatch.pl
1393
1394 CISCO 10G ETHERNET DRIVER
1395 P:      Scott Feldman
1396 M:      scofeldm@cisco.com
1397 P:      Joe Eykholt
1398 M:      jeykholt@cisco.com
1399 S:      Supported
1400 F:      drivers/net/enic/
1401
1402 CIRRUS LOGIC EP93XX ETHERNET DRIVER
1403 P:      Lennert Buytenhek
1404 M:      kernel@wantstofly.org
1405 L:      netdev@vger.kernel.org
1406 S:      Maintained
1407 F:      drivers/net/arm/ep93xx_eth.c
1408
1409 CIRRUS LOGIC EP93XX OHCI USB HOST DRIVER
1410 P:      Lennert Buytenhek
1411 M:      kernel@wantstofly.org
1412 L:      linux-usb@vger.kernel.org
1413 S:      Maintained
1414 F:      drivers/usb/host/ohci-ep93xx.c
1415
1416 CIRRUS LOGIC CS4270 SOUND DRIVER
1417 P:      Timur Tabi
1418 M:      timur@freescale.com
1419 L:      alsa-devel@alsa-project.org
1420 S:      Supported
1421 F:      sound/soc/codecs/cs4270*
1422
1423 CIRRUS LOGIC CS4280/CS461x SOUNDDRIVER
1424 P:      Cirrus Logic Corporation (kernel 2.2 driver)
1425 M:      Cirrus Logic Corporation, Thomas Woller <twoller@crystal.cirrus.com>
1426 P:      Nils Faerber (port to kernel 2.4)
1427 M:      Nils Faerber <nils@kernelconcepts.de>
1428 S:      Maintained
1429 F:      Documentation/input/cs461x.txt
1430 F:      sound/pci/cs46xx/
1431
1432 CLK API
1433 P:      Russell King
1434 M:      linux@arm.linux.org.uk
1435 F:      include/linux/clk.h
1436
1437 CODA FILE SYSTEM
1438 P:      Jan Harkes
1439 M:      jaharkes@cs.cmu.edu
1440 M:      coda@cs.cmu.edu
1441 L:      codalist@coda.cs.cmu.edu
1442 W:      http://www.coda.cs.cmu.edu/
1443 S:      Maintained
1444 F:      Documentation/filesystems/coda.txt
1445 F:      fs/coda/
1446 F:      include/linux/coda*.h
1447
1448 COMMON INTERNET FILE SYSTEM (CIFS)
1449 P:      Steve French
1450 M:      sfrench@samba.org
1451 L:      linux-cifs-client@lists.samba.org
1452 L:      samba-technical@lists.samba.org
1453 W:      http://linux-cifs.samba.org/
1454 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6.git
1455 S:      Supported
1456 F:      Documentation/filesystems/cifs.txt
1457 F:      fs/cifs/
1458
1459 COMPACTPCI HOTPLUG CORE
1460 P:      Scott Murray
1461 M:      scottm@somanetworks.com
1462 M:      scott@spiteful.org
1463 L:      linux-pci@vger.kernel.org
1464 S:      Supported
1465 F:      drivers/pci/hotplug/cpci_hotplug*
1466
1467 COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
1468 P:      Scott Murray
1469 M:      scottm@somanetworks.com
1470 M:      scott@spiteful.org
1471 L:      linux-pci@vger.kernel.org
1472 S:      Supported
1473 F:      drivers/pci/hotplug/cpcihp_zt5550.*
1474
1475 COMPACTPCI HOTPLUG GENERIC DRIVER
1476 P:      Scott Murray
1477 M:      scottm@somanetworks.com
1478 M:      scott@spiteful.org
1479 L:      linux-pci@vger.kernel.org
1480 S:      Supported
1481 F:      drivers/pci/hotplug/cpcihp_generic.c
1482
1483 COMPAL LAPTOP SUPPORT
1484 P:      Cezary Jackiewicz
1485 M:      cezary.jackiewicz@gmail.com
1486 S:      Maintained
1487 F:      drivers/platform/x86/compal-laptop.c
1488
1489 COMPUTONE INTELLIPORT MULTIPORT CARD
1490 P:      Michael H. Warfield
1491 M:      mhw@wittsend.com
1492 W:      http://www.wittsend.com/computone.html
1493 S:      Maintained
1494 F:      Documentation/serial/computone.txt
1495 F:      drivers/char/ip2/
1496
1497 CONEXANT ACCESSRUNNER USB DRIVER
1498 P:      Simon Arlott
1499 M:      cxacru@fire.lp0.eu
1500 L:      accessrunner-general@lists.sourceforge.net
1501 W:      http://accessrunner.sourceforge.net/
1502 S:      Maintained
1503 F:      drivers/usb/atm/cxacru.c
1504
1505 CONFIGFS
1506 P:      Joel Becker
1507 M:      joel.becker@oracle.com
1508 L:      linux-kernel@vger.kernel.org
1509 S:      Supported
1510 F:      fs/configfs/
1511 F:      include/linux/configfs.h
1512
1513 CONTROL GROUPS (CGROUPS)
1514 P:      Paul Menage
1515 M:      menage@google.com
1516 P:      Li Zefan
1517 M:      lizf@cn.fujitsu.com
1518 L:      containers@lists.linux-foundation.org
1519 S:      Maintained
1520 F:      include/linux/cgroup*
1521 F:      kernel/cgroup*
1522
1523 CORETEMP HARDWARE MONITORING DRIVER
1524 P:      Rudolf Marek
1525 M:      r.marek@assembler.cz
1526 L:      lm-sensors@lm-sensors.org
1527 S:      Maintained
1528 F:      Documentation/hwmon/coretemp
1529 F:      drivers/hwmon/coretemp.c
1530
1531 COSA/SRP SYNC SERIAL DRIVER
1532 P:      Jan "Yenya" Kasprzak
1533 M:      kas@fi.muni.cz
1534 W:      http://www.fi.muni.cz/~kas/cosa/
1535 S:      Maintained
1536 F:      drivers/net/wan/cosa*
1537
1538 CPU FREQUENCY DRIVERS
1539 P:      Dave Jones
1540 M:      davej@redhat.com
1541 L:      cpufreq@vger.kernel.org
1542 W:      http://www.codemonkey.org.uk/projects/cpufreq/
1543 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davej/cpufreq.git
1544 S:      Maintained
1545 F:      arch/x86/kernel/cpu/cpufreq/
1546 F:      drivers/cpufreq/
1547 F:      include/linux/cpufreq.h
1548
1549 CPUID/MSR DRIVER
1550 P:      H. Peter Anvin
1551 M:      hpa@zytor.com
1552 S:      Maintained
1553 F:      arch/x86/kernel/cpuid.c
1554 F:      arch/x86/kernel/msr.c
1555
1556 CPUSETS
1557 P:      Paul Menage
1558 M:      menage@google.com
1559 L:      linux-kernel@vger.kernel.org
1560 W:      http://www.bullopensource.org/cpuset/
1561 W:      http://oss.sgi.com/projects/cpusets/
1562 S:      Supported
1563 F:      Documentation/cgroups/cpusets.txt
1564 F:      include/linux/cpuset.h
1565 F:      kernel/cpuset.c
1566
1567 CRAMFS FILESYSTEM
1568 W:      http://sourceforge.net/projects/cramfs/
1569 S:      Orphan
1570 F:      Documentation/filesystems/cramfs.txt
1571 F:      fs/cramfs/
1572
1573 CRIS PORT
1574 P:      Mikael Starvik
1575 M:      starvik@axis.com
1576 P:      Jesper Nilsson
1577 M:      jesper.nilsson@axis.com
1578 L:      dev-etrax@axis.com
1579 W:      http://developer.axis.com
1580 S:      Maintained
1581 F:      arch/cris/
1582
1583 CRYPTO API
1584 P:      Herbert Xu
1585 M:      herbert@gondor.apana.org.au
1586 P:      David S. Miller
1587 M:      davem@davemloft.net
1588 L:      linux-crypto@vger.kernel.org
1589 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
1590 S:      Maintained
1591 F:      Documentation/crypto/
1592 F:      arch/*/crypto/
1593 F:      crypto/
1594 F:      drivers/crypto/
1595 F:      include/crypto/
1596
1597 CRYPTOGRAPHIC RANDOM NUMBER GENERATOR
1598 P:      Neil Horman
1599 M:      nhorman@tuxdriver.com
1600 L:      linux-crypto@vger.kernel.org
1601 S:      Maintained
1602
1603 CS5535 Audio ALSA driver
1604 P:      Jaya Kumar
1605 M:      jayakumar.alsa@gmail.com
1606 S:      Maintained
1607 F:      sound/pci/cs5535audio/
1608
1609 CX18 VIDEO4LINUX DRIVER
1610 P:      Hans Verkuil
1611 M:      hverkuil@xs4all.nl
1612 P:      Andy Walls
1613 M:      awalls@radix.net
1614 L:      ivtv-devel@ivtvdriver.org
1615 L:      ivtv-users@ivtvdriver.org
1616 L:      linux-media@vger.kernel.org
1617 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
1618 W:      http://linuxtv.org
1619 S:      Maintained
1620 F:      Documentation/video4linux/cx18.txt
1621 F:      drivers/media/video/cx18/
1622
1623 CXGB3 ETHERNET DRIVER (CXGB3)
1624 P:      Divy Le Ray
1625 M:      divy@chelsio.com
1626 L:      netdev@vger.kernel.org
1627 W:      http://www.chelsio.com
1628 S:      Supported
1629 F:      drivers/net/cxgb3/
1630
1631 CXGB3 IWARP RNIC DRIVER (IW_CXGB3)
1632 P:      Steve Wise
1633 M:      swise@chelsio.com
1634 L:      general@lists.openfabrics.org
1635 W:      http://www.openfabrics.org
1636 S:      Supported
1637 F:      drivers/infiniband/hw/cxgb3/
1638
1639 CYBERPRO FB DRIVER
1640 P:      Russell King
1641 M:      linux@arm.linux.org.uk
1642 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
1643 W:      http://www.arm.linux.org.uk/
1644 S:      Maintained
1645 F:      drivers/video/cyber2000fb.*
1646
1647 CYCLADES 2X SYNC CARD DRIVER
1648 P:      Arnaldo Carvalho de Melo
1649 M:      acme@ghostprotocols.net
1650 W:      http://oops.ghostprotocols.net:81/blog
1651 S:      Maintained
1652 F:      drivers/net/wan/cycx*
1653
1654 CYCLADES ASYNC MUX DRIVER
1655 W:      http://www.cyclades.com/
1656 S:      Orphan
1657 F:      drivers/char/cyclades.c
1658 F:      include/linux/cyclades.h
1659
1660 CYCLADES PC300 DRIVER
1661 W:      http://www.cyclades.com/
1662 S:      Orphan
1663 F:      drivers/net/wan/pc300*
1664
1665 DAMA SLAVE for AX.25
1666 P:      Joerg Reuter
1667 M:      jreuter@yaina.de
1668 W:      http://yaina.de/jreuter/
1669 W:      http://www.qsl.net/dl1bke/
1670 L:      linux-hams@vger.kernel.org
1671 S:      Maintained
1672 F:      net/ax25/af_ax25.c
1673 F:      net/ax25/ax25_dev.c
1674 F:      net/ax25/ax25_ds_*
1675 F:      net/ax25/ax25_in.c
1676 F:      net/ax25/ax25_out.c
1677 F:      net/ax25/ax25_timer.c
1678 F:      net/ax25/sysctl_net_ax25.c
1679
1680 DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
1681 P:      Tobias Ringstrom
1682 M:      tori@unhappy.mine.nu
1683 L:      netdev@vger.kernel.org
1684 S:      Maintained
1685 F:      Documentation/networking/dmfe.txt
1686 F:      drivers/net/tulip/dmfe.c
1687
1688 DC390/AM53C974 SCSI driver
1689 P:      Kurt Garloff
1690 M:      garloff@suse.de
1691 W:      http://www.garloff.de/kurt/linux/dc390/
1692 P:      Guennadi Liakhovetski
1693 M:      g.liakhovetski@gmx.de
1694 S:      Maintained
1695 F:      drivers/scsi/tmscsim.*
1696
1697 DC395x SCSI driver
1698 P:      Oliver Neukum
1699 M:      oliver@neukum.name
1700 P:      Ali Akcaagac
1701 M:      aliakc@web.de
1702 P:      Jamie Lenehan
1703 M:      lenehan@twibble.org
1704 W:      http://twibble.org/dist/dc395x/
1705 L:      dc395x@twibble.org
1706 L:      http://lists.twibble.org/mailman/listinfo/dc395x/
1707 S:      Maintained
1708 F:      Documentation/scsi/dc395x.txt
1709 F:      drivers/scsi/dc395x.*
1710
1711 DCCP PROTOCOL
1712 P:      Arnaldo Carvalho de Melo
1713 M:      acme@ghostprotocols.net
1714 L:      dccp@vger.kernel.org
1715 W:      http://linux-net.osdl.org/index.php/DCCP
1716 S:      Maintained
1717 F:      include/linux/dccp.h
1718 F:      include/linux/tfrc.h
1719 F:      net/dccp/
1720
1721 DECnet NETWORK LAYER
1722 P:      Christine Caulfield
1723 M:      christine.caulfield@googlemail.com
1724 W:      http://linux-decnet.sourceforge.net
1725 L:      linux-decnet-user@lists.sourceforge.net
1726 S:      Maintained
1727 F:      Documentation/networking/decnet.txt
1728 F:      net/decnet/
1729
1730 DEFXX FDDI NETWORK DRIVER
1731 P:      Maciej W. Rozycki
1732 M:      macro@linux-mips.org
1733 S:      Maintained
1734 F:      drivers/net/defxx.*
1735
1736 DELL LAPTOP DRIVER
1737 P:      Matthew Garrett
1738 M:      mjg59@srcf.ucam.org
1739 S:      Maintained
1740 F:      drivers/platform/x86/dell-laptop.c
1741
1742 DELL LAPTOP SMM DRIVER
1743 P:      Massimo Dal Zotto
1744 M:      dz@debian.org
1745 W:      http://www.debian.org/~dz/i8k/
1746 S:      Maintained
1747 F:      drivers/char/i8k.c
1748 F:      include/linux/i8k.h
1749
1750 DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
1751 P:      Doug Warzecha
1752 M:      Douglas_Warzecha@dell.com
1753 S:      Maintained
1754 F:      Documentation/dcdbas.txt
1755 F:      drivers/firmware/dcdbas.*
1756
1757 DELL WMI EXTRAS DRIVER
1758 P:      Matthew Garrett
1759 M:      mjg59@srcf.ucam.org
1760 S:      Maintained
1761
1762 DEVICE NUMBER REGISTRY
1763 P:      Torben Mathiasen
1764 M:      device@lanana.org
1765 W:      http://lanana.org/docs/device-list/index.html
1766 L:      linux-kernel@vger.kernel.org
1767 S:      Maintained
1768
1769 DEVICE-MAPPER  (LVM)
1770 P:      Alasdair Kergon
1771 L:      dm-devel@redhat.com
1772 W:      http://sources.redhat.com/dm
1773 S:      Maintained
1774 F:      Documentation/device-mapper/
1775 F:      drivers/md/dm*
1776 F:      include/linux/device-mapper.h
1777 F:      include/linux/dm-*.h
1778
1779 DIGI INTL. EPCA DRIVER
1780 P:      Digi International, Inc
1781 M:      Eng.Linux@digi.com
1782 L:      Eng.Linux@digi.com
1783 W:      http://www.digi.com
1784 S:      Orphan
1785 F:      Documentation/serial/digiepca.txt
1786 F:      drivers/char/epca*
1787 F:      drivers/char/digi*
1788
1789 DIRECTORY NOTIFICATION (DNOTIFY)
1790 P:      Stephen Rothwell
1791 M:      sfr@canb.auug.org.au
1792 L:      linux-kernel@vger.kernel.org
1793 S:      Supported
1794 F:      Documentation/filesystems/dnotify.txt
1795 F:      fs/notify/dnotify/
1796 F:      include/linux/dnotify.h
1797
1798 DISK GEOMETRY AND PARTITION HANDLING
1799 P:      Andries Brouwer
1800 M:      aeb@cwi.nl
1801 W:      http://www.win.tue.nl/~aeb/linux/Large-Disk.html
1802 W:      http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
1803 W:      http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
1804 S:      Maintained
1805
1806 DISKQUOTA
1807 P:      Jan Kara
1808 M:      jack@suse.cz
1809 L:      linux-kernel@vger.kernel.org
1810 S:      Maintained
1811 F:      Documentation/filesystems/quota.txt
1812 F:      fs/quota/
1813 F:      include/linux/quota*.h
1814
1815 DISTRIBUTED LOCK MANAGER (DLM)
1816 P:      Christine Caulfield
1817 M:      ccaulfie@redhat.com
1818 P:      David Teigland
1819 M:      teigland@redhat.com
1820 L:      cluster-devel@redhat.com
1821 W:      http://sources.redhat.com/cluster/
1822 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/teigland/dlm.git
1823 S:      Supported
1824 F:      fs/dlm/
1825
1826 DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
1827 P:      Maciej Sosnowski
1828 M:      maciej.sosnowski@intel.com
1829 P:      Dan Williams
1830 M:      dan.j.williams@intel.com
1831 L:      linux-kernel@vger.kernel.org
1832 S:      Supported
1833 F:      drivers/dma/
1834 F:      include/linux/dma*
1835
1836 DME1737 HARDWARE MONITOR DRIVER
1837 P:      Juerg Haefliger
1838 M:      juergh@gmail.com
1839 L:      lm-sensors@lm-sensors.org
1840 S:      Maintained
1841 F:      Documentation/hwmon/dme1737
1842 F:      drivers/hwmon/dme1737.c
1843
1844 DOCBOOK FOR DOCUMENTATION
1845 P:      Randy Dunlap
1846 M:      rdunlap@xenotime.net
1847 S:      Maintained
1848
1849 DOCKING STATION DRIVER
1850 P:      Shaohua Li
1851 M:      shaohua.li@intel.com
1852 L:      linux-acpi@vger.kernel.org
1853 S:      Supported
1854 F:      drivers/acpi/dock.c
1855
1856 DOCUMENTATION
1857 P:      Randy Dunlap
1858 M:      rdunlap@xenotime.net
1859 L:      linux-doc@vger.kernel.org
1860 S:      Maintained
1861 F:      Documentation/
1862
1863 DOUBLETALK DRIVER
1864 P:      James R. Van Zandt
1865 M:      jrv@vanzandt.mv.com
1866 L:      blinux-list@redhat.com
1867 S:      Maintained
1868 F:      drivers/char/dtlk.c
1869 F:      include/linux/dtlk.h
1870
1871 DPT_I2O SCSI RAID DRIVER
1872 P:      Adaptec OEM Raid Solutions
1873 M:      aacraid@adaptec.com
1874 L:      linux-scsi@vger.kernel.org
1875 W:      http://www.adaptec.com/
1876 S:      Maintained
1877 F:      drivers/scsi/dpt*
1878 F:      drivers/scsi/dpt/
1879
1880 DRIVER CORE, KOBJECTS, AND SYSFS
1881 P:      Greg Kroah-Hartman
1882 M:      gregkh@suse.de
1883 L:      linux-kernel@vger.kernel.org
1884 T:      quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
1885 S:      Supported
1886 F:      Documentation/kobject.txt
1887 F:      drivers/base/
1888 F:      fs/sysfs/
1889 F:      include/linux/kobj*
1890 F:      lib/kobj*
1891
1892 DRM DRIVERS
1893 P:      David Airlie
1894 M:      airlied@linux.ie
1895 L:      dri-devel@lists.sourceforge.net
1896 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6.git
1897 S:      Maintained
1898 F:      drivers/gpu/drm/
1899
1900 DSCC4 DRIVER
1901 P:      Francois Romieu
1902 M:      romieu@fr.zoreil.com
1903 L:      netdev@vger.kernel.org
1904 S:      Maintained
1905 F:      drivers/net/wan/dscc4.c
1906
1907 DZ DECSTATION DZ11 SERIAL DRIVER
1908 P:      Maciej W. Rozycki
1909 M:      macro@linux-mips.org
1910 S:      Maintained
1911 F:      drivers/serial/dz.*
1912
1913 EATA-DMA SCSI DRIVER
1914 P:      Michael Neuffer
1915 M:      mike@i-Connect.Net
1916 L:      linux-eata@i-connect.net
1917 L:      linux-scsi@vger.kernel.org
1918 S:      Maintained
1919 F:      drivers/scsi/eata*
1920
1921 EATA ISA/EISA/PCI SCSI DRIVER
1922 P:      Dario Ballabio
1923 M:      ballabio_dario@emc.com
1924 L:      linux-scsi@vger.kernel.org
1925 S:      Maintained
1926 F:      drivers/scsi/eata.c
1927
1928 EATA-PIO SCSI DRIVER
1929 P:      Michael Neuffer
1930 M:      mike@i-Connect.Net
1931 L:      linux-eata@i-connect.net
1932 L:      linux-scsi@vger.kernel.org
1933 S:      Maintained
1934 F:      drivers/scsi/eata_pio.*
1935
1936 EBTABLES
1937 P:      Bart De Schuymer
1938 M:      bart.de.schuymer@pandora.be
1939 L:      ebtables-user@lists.sourceforge.net
1940 L:      ebtables-devel@lists.sourceforge.net
1941 W:      http://ebtables.sourceforge.net/
1942 S:      Maintained
1943 F:      include/linux/netfilter_bridge/ebt_*.h
1944 F:      net/bridge/netfilter/ebt*.c
1945
1946 ECRYPT FILE SYSTEM
1947 P:      Tyler Hicks
1948 M:      tyhicks@linux.vnet.ibm.com
1949 M:      Dustin Kirkland
1950 P:      kirkland@canonical.com
1951 L:      ecryptfs-devel@lists.launchpad.net
1952 W:      https://launchpad.net/ecryptfs
1953 S:      Supported
1954 F:      Documentation/filesystems/ecryptfs.txt
1955 F:      fs/ecryptfs/
1956
1957 EDAC-CORE
1958 P:      Doug Thompson
1959 M:      dougthompson@xmission.com
1960 L:      bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
1961 W:      bluesmoke.sourceforge.net
1962 S:      Supported
1963 F:      Documentation/edac.txt
1964 F:      drivers/edac/edac_*
1965 F:      include/linux/edac.h
1966
1967 EDAC-E752X
1968 P:      Mark Gross
1969 P:      Doug Thompson
1970 M:      mark.gross@intel.com
1971 M:      dougthompson@xmission.com
1972 L:      bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
1973 W:      bluesmoke.sourceforge.net
1974 S:      Maintained
1975 F:      drivers/edac/e752x_edac.c
1976
1977 EDAC-E7XXX
1978 P:      Doug Thompson
1979 M:      dougthompson@xmission.com
1980 L:      bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
1981 W:      bluesmoke.sourceforge.net
1982 S:      Maintained
1983 F:      drivers/edac/e7xxx_edac.c
1984
1985 EDAC-I82443BXGX
1986 P:      Tim Small
1987 M:      tim@buttersideup.com
1988 L:      bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
1989 W:      bluesmoke.sourceforge.net
1990 S:      Maintained
1991 F:      drivers/edac/i82443bxgx_edac.c
1992
1993 EDAC-I3000
1994 P:      Jason Uhlenkott
1995 M:      juhlenko@akamai.com
1996 L:      bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
1997 W:      bluesmoke.sourceforge.net
1998 S:      Maintained
1999 F:      drivers/edac/i3000_edac.c
2000
2001 EDAC-I5000
2002 P:      Doug Thompson
2003 M:      dougthompson@xmission.com
2004 L:      bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2005 W:      bluesmoke.sourceforge.net
2006 S:      Maintained
2007 F:      drivers/edac/i5000_edac.c
2008
2009 EDAC-I5400
2010 P:      Mauro Carvalho Chehab
2011 M:      mchehab@redhat.com
2012 L:      bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2013 W:      bluesmoke.sourceforge.net
2014 S:      Maintained
2015 F:      drivers/edac/i5400_edac.c
2016
2017 EDAC-I82975X
2018 P:      Ranganathan Desikan
2019 P:      Arvind R.
2020 M:      rdesikan@jetzbroadband.com
2021 M:      arvind@acarlab.com
2022 L:      bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2023 W:      bluesmoke.sourceforge.net
2024 S:      Maintained
2025 F:      drivers/edac/i82975x_edac.c
2026
2027 EDAC-PASEMI
2028 P:      Egor Martovetsky
2029 M:      egor@pasemi.com
2030 L:      bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2031 W:      bluesmoke.sourceforge.net
2032 S:      Maintained
2033 F:      drivers/edac/pasemi_edac.c
2034
2035 EDAC-R82600
2036 P:      Tim Small
2037 M:      tim@buttersideup.com
2038 L:      bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2039 W:      bluesmoke.sourceforge.net
2040 S:      Maintained
2041 F:      drivers/edac/r82600_edac.c
2042
2043 EEEPC LAPTOP EXTRAS DRIVER
2044 P:      Corentin Chary
2045 M:      corentincj@iksaif.net
2046 L:      acpi4asus-user@lists.sourceforge.net
2047 W:      http://sourceforge.net/projects/acpi4asus
2048 S:      Maintained
2049 F:      drivers/platform/x86/eeepc-laptop.c
2050
2051 EFS FILESYSTEM
2052 W:      http://aeschi.ch.eu.org/efs/
2053 S:      Orphan
2054 F:      fs/efs/
2055
2056 EHCA (IBM GX bus InfiniBand adapter) DRIVER
2057 P:      Hoang-Nam Nguyen
2058 M:      hnguyen@de.ibm.com
2059 P:      Christoph Raisch
2060 M:      raisch@de.ibm.com
2061 L:      general@lists.openfabrics.org
2062 S:      Supported
2063 F:      drivers/infiniband/hw/ehca/
2064
2065 EMBEDDED LINUX
2066 P:      Paul Gortmaker
2067 M:      paul.gortmaker@windriver.com
2068 P:      David Woodhouse
2069 M:      dwmw2@infradead.org
2070 L:      linux-embedded@vger.kernel.org
2071 S:      Maintained
2072
2073 EMULEX LPFC FC SCSI DRIVER
2074 P:      James Smart
2075 M:      james.smart@emulex.com
2076 L:      linux-scsi@vger.kernel.org
2077 W:      http://sourceforge.net/projects/lpfcxxxx
2078 S:      Supported
2079 F:      drivers/scsi/lpfc/
2080
2081 EPSON 1355 FRAMEBUFFER DRIVER
2082 P:      Christopher Hoover
2083 M:      ch@murgatroid.com
2084 P:      Christopher Hoover
2085 M:      ch@hpl.hp.com
2086 S:      Maintained
2087 F:      drivers/video/epson1355fb.c
2088
2089 EPSON S1D13XXX FRAMEBUFFER DRIVER
2090 P:      Kristoffer Ericson
2091 M:      kristoffer.ericson@gmail.com
2092 S:      Maintained
2093 F:      drivers/video/s1d13xxxfb.c
2094 F:      include/video/s1d13xxxfb.h
2095
2096 ETHEREXPRESS-16 NETWORK DRIVER
2097 P:      Philip Blundell
2098 M:      philb@gnu.org
2099 L:      netdev@vger.kernel.org
2100 S:      Maintained
2101 F:      drivers/net/eexpress.*
2102
2103 ETHERNET BRIDGE
2104 P:      Stephen Hemminger
2105 M:      shemminger@linux-foundation.org
2106 L:      bridge@lists.linux-foundation.org
2107 W:      http://www.linux-foundation.org/en/Net:Bridge
2108 S:      Maintained
2109 F:      include/linux/netfilter_bridge/
2110 F:      net/bridge/
2111
2112 ETHERTEAM 16I DRIVER
2113 P:      Mika Kuoppala
2114 M:      miku@iki.fi
2115 S:      Maintained
2116 F:      drivers/net/eth16i.c
2117
2118 EXT2 FILE SYSTEM
2119 L:      linux-ext4@vger.kernel.org
2120 S:      Maintained
2121 F:      Documentation/filesystems/ext2.txt
2122 F:      fs/ext2/
2123 F:      include/linux/ext2*
2124
2125 EXT3 FILE SYSTEM
2126 P:      Stephen Tweedie
2127 M:      sct@redhat.com
2128 P:      Andrew Morton
2129 M:      akpm@linux-foundation.org
2130 P:      Andreas Dilger
2131 M:      adilger@sun.com
2132 L:      linux-ext4@vger.kernel.org
2133 S:      Maintained
2134 F:      Documentation/filesystems/ext3.txt
2135 F:      fs/ext3/
2136 F:      include/linux/ext3*
2137
2138 EXT4 FILE SYSTEM
2139 P:      Theodore Ts'o
2140 M:      tytso@mit.edu
2141 P:      Andreas Dilger
2142 M:      adilger@sun.com
2143 L:      linux-ext4@vger.kernel.org
2144 W:      http://ext4.wiki.kernel.org
2145 S:      Maintained
2146 F:      Documentation/filesystems/ext4.txt
2147 F:      fs/ext4/
2148
2149 F71805F HARDWARE MONITORING DRIVER
2150 P:      Jean Delvare
2151 M:      khali@linux-fr.org
2152 L:      lm-sensors@lm-sensors.org
2153 S:      Maintained
2154 F:      Documentation/hwmon/f71805f
2155 F:      drivers/hwmon/f71805f.c
2156
2157 FARSYNC SYNCHRONOUS DRIVER
2158 P:      Kevin Curtis
2159 M:      kevin.curtis@farsite.co.uk
2160 W:      http://www.farsite.co.uk/
2161 S:      Supported
2162 F:      drivers/net/wan/farsync.*
2163
2164 FAULT INJECTION SUPPORT
2165 P:      Akinobu Mita
2166 M:      akinobu.mita@gmail.com
2167 S:      Supported
2168 F:      Documentation/fault-injection/
2169 F:      lib/fault-inject.c
2170
2171 FILE LOCKING (flock() and fcntl()/lockf())
2172 P:      Matthew Wilcox
2173 M:      matthew@wil.cx
2174 L:      linux-fsdevel@vger.kernel.org
2175 S:      Maintained
2176 F:      include/linux/fcntl.h
2177 F:      include/linux/fs.h
2178 F:      fs/fcntl.c
2179 F:      fs/locks.c
2180
2181 FILESYSTEMS (VFS and infrastructure)
2182 P:      Alexander Viro
2183 M:      viro@zeniv.linux.org.uk
2184 L:      linux-fsdevel@vger.kernel.org
2185 S:      Maintained
2186 F:      fs/*
2187
2188 FINTEK F75375S HARDWARE MONITOR AND FAN CONTROLLER DRIVER
2189 P:      Riku Voipio
2190 M:      riku.vipio@iki.fi
2191 L:      lm-sensors@lm-sensors.org
2192 S:      Maintained
2193 F:      drivers/hwmon/f75375s.c
2194 F:      include/linux/f75375s.h
2195
2196 FIREWIRE SUBSYSTEM
2197 P:      Kristian Hoegsberg
2198 M:      krh@redhat.com
2199 P:      Stefan Richter
2200 M:      stefanr@s5r6.in-berlin.de
2201 L:      linux1394-devel@lists.sourceforge.net
2202 W:      http://www.linux1394.org/
2203 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
2204 S:      Maintained
2205 F:      drivers/firewire/
2206 F:      include/linux/firewire*.h
2207
2208 FIRMWARE LOADER (request_firmware)
2209 L:      linux-kernel@vger.kernel.org
2210 S:      Orphan
2211 F:      Documentation/firmware_class/
2212 F:      drivers/base/firmware*.c
2213 F:      include/linux/firmware.h
2214
2215 FPU EMULATOR
2216 P:      Bill Metzenthen
2217 M:      billm@melbpc.org.au
2218 W:      http://floatingpoint.sourceforge.net/emulator/index.html
2219 S:      Maintained
2220 F:      arch/x86/math-emu/
2221
2222 FRAME RELAY DLCI/FRAD (Sangoma drivers too)
2223 P:      Mike McLagan
2224 M:      mike.mclagan@linux.org
2225 L:      netdev@vger.kernel.org
2226 S:      Maintained
2227 F:      drivers/net/wan/dlci.c
2228 F:      drivers/net/wan/sdla.c
2229
2230 FRAMEBUFFER LAYER
2231 P:      Antonino Daplas
2232 M:      adaplas@gmail.com
2233 L:      linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
2234 W:      http://linux-fbdev.sourceforge.net/
2235 S:      Maintained
2236 F:      Documentation/fb/
2237 F:      drivers/video/fb*
2238 F:      include/linux/fb.h
2239
2240 FREESCALE DMA DRIVER
2241 P:      Li Yang
2242 M:      leoli@freescale.com
2243 P:      Zhang Wei
2244 M:      zw@zh-kernel.org
2245 L:      linuxppc-embedded@ozlabs.org
2246 L:      linux-kernel@vger.kernel.org
2247 S:      Maintained
2248 F:      drivers/dma/fsldma.*
2249
2250 FREESCALE I2C CPM DRIVER
2251 P:      Jochen Friedrich
2252 M:      jochen@scram.de
2253 L:      linuxppc-dev@ozlabs.org
2254 L:      linux-i2c@vger.kernel.org
2255 S:      Maintained
2256 F:      drivers/i2c/busses/i2c-cpm.c
2257
2258 FREESCALE IMX / MXC FRAMEBUFFER DRIVER
2259 P:      Sascha Hauer
2260 M:      kernel@pengutronix.de
2261 L:      linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
2262 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
2263 S:      Maintained
2264 F:      arch/arm/plat-mxc/include/mach/imxfb.h
2265 F:      drivers/video/imxfb.c
2266
2267 FREESCALE SOC FS_ENET DRIVER
2268 P:      Pantelis Antoniou
2269 M:      pantelis.antoniou@gmail.com
2270 P:      Vitaly Bordug
2271 M:      vbordug@ru.mvista.com
2272 L:      linuxppc-dev@ozlabs.org
2273 L:      netdev@vger.kernel.org
2274 S:      Maintained
2275 F:      drivers/net/fs_enet/
2276 F:      include/linux/fs_enet_pd.h
2277
2278 FREESCALE QUICC ENGINE LIBRARY
2279 P:      Timur Tabi
2280 M:      timur@freescale.com
2281 L:      linuxppc-dev@ozlabs.org
2282 S:      Supported
2283 F:      arch/powerpc/sysdev/qe_lib/
2284 F:      arch/powerpc/include/asm/*qe.h
2285
2286 FREESCALE HIGHSPEED USB DEVICE DRIVER
2287 P:      Li Yang
2288 M:      leoli@freescale.com
2289 L:      linux-usb@vger.kernel.org
2290 L:      linuxppc-dev@ozlabs.org
2291 S:      Maintained
2292 F:      drivers/usb/gadget/fsl_usb2_udc.c
2293
2294 FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
2295 P:      Li Yang
2296 M:      leoli@freescale.com
2297 L:      netdev@vger.kernel.org
2298 L:      linuxppc-dev@ozlabs.org
2299 S:      Maintained
2300 F:      drivers/net/ucc_geth*
2301
2302 FREESCALE QUICC ENGINE UCC UART DRIVER
2303 P:      Timur Tabi
2304 M:      timur@freescale.com
2305 L:      linuxppc-dev@ozlabs.org
2306 S:      Supported
2307 F:      drivers/serial/ucc_uart.c
2308
2309 FREESCALE SOC SOUND DRIVERS
2310 P:      Timur Tabi
2311 M:      timur@freescale.com
2312 L:      alsa-devel@alsa-project.org
2313 L:      linuxppc-dev@ozlabs.org
2314 S:      Supported
2315 F:      sound/soc/fsl/fsl*
2316 F:      sound/soc/fsl/mpc8610_hpcd.c
2317
2318 FREEVXFS FILESYSTEM
2319 P:      Christoph Hellwig
2320 M:      hch@infradead.org
2321 W:      ftp://ftp.openlinux.org/pub/people/hch/vxfs
2322 S:      Maintained
2323 F:      fs/freevxfs/
2324
2325 FREEZER
2326 P:      Pavel Machek
2327 M:      pavel@suse.cz
2328 P:      Rafael J. Wysocki
2329 M:      rjw@sisk.pl
2330 L:      linux-pm@lists.linux-foundation.org
2331 S:      Supported
2332 F:      Documentation/power/freezing-of-tasks.txt
2333 F:      include/linux/freezer.h
2334 F:      kernel/freezer.c
2335
2336 FS-CACHE: LOCAL CACHING FOR NETWORK FILESYSTEMS
2337 P:      David Howells
2338 M:      dhowells@redhat.com
2339 L:      linux-cachefs@redhat.com
2340 S:      Supported
2341 F:      Documentation/filesystems/caching/
2342 F:      fs/fscache/
2343 F:      include/linux/fscache*.h
2344
2345 FTRACE
2346 P:      Steven Rostedt
2347 M:      rostedt@goodmis.org
2348 S:      Maintained
2349 F:      Documentation/ftrace.txt
2350 F:      arch/*/*/*/ftrace.h
2351 F:      arch/*/kernel/ftrace.c
2352 F:      include/*/ftrace.h
2353 F:      kernel/trace/
2354
2355 FUJITSU FR-V (FRV) PORT
2356 P:      David Howells
2357 M:      dhowells@redhat.com
2358 S:      Maintained
2359 F:      arch/frv/
2360
2361 FUJITSU LAPTOP EXTRAS
2362 P:      Jonathan Woithe
2363 M:      jwoithe@physics.adelaide.edu.au
2364 L:      linux-acpi@vger.kernel.org
2365 S:      Maintained
2366 F:      drivers/platform/x86/fujitsu-laptop.c
2367
2368 FUSE: FILESYSTEM IN USERSPACE
2369 P:      Miklos Szeredi
2370 M:      miklos@szeredi.hu
2371 L:      fuse-devel@lists.sourceforge.net
2372 W:      http://fuse.sourceforge.net/
2373 S:      Maintained
2374 F:      fs/fuse/
2375 F:      include/linux/fuse.h
2376
2377 FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
2378 P:      Rik Faith
2379 M:      faith@cs.unc.edu
2380 L:      linux-scsi@vger.kernel.org
2381 S:      Odd Fixes (e.g., new signatures)
2382 F:      drivers/scsi/fdomain.*
2383
2384 GDT SCSI DISK ARRAY CONTROLLER DRIVER
2385 P:      Achim Leubner
2386 M:      achim_leubner@adaptec.com
2387 L:      linux-scsi@vger.kernel.org
2388 W:      http://www.icp-vortex.com/
2389 S:      Supported
2390 F:      drivers/scsi/gdt*
2391
2392 GENERIC GPIO I2C DRIVER
2393 P:      Haavard Skinnemoen
2394 M:      hskinnemoen@atmel.com
2395 S:      Supported
2396 F:      drivers/i2c/busses/i2c-gpio.c
2397 F:      include/linux/i2c-gpio.h
2398
2399 GENERIC HDLC (WAN) DRIVERS
2400 P:      Krzysztof Halasa
2401 M:      khc@pm.waw.pl
2402 W:      http://www.kernel.org/pub/linux/utils/net/hdlc/
2403 S:      Maintained
2404 F:      drivers/net/wan/c101.c
2405 F:      drivers/net/wan/hd6457*
2406 F:      drivers/net/wan/hdlc*
2407 F:      drivers/net/wan/n2.c
2408 F:      drivers/net/wan/pc300too.c
2409 F:      drivers/net/wan/pci200syn.c
2410 F:      drivers/net/wan/wanxl*
2411
2412 GFS2 FILE SYSTEM
2413 P:      Steven Whitehouse
2414 M:      swhiteho@redhat.com
2415 L:      cluster-devel@redhat.com
2416 W:      http://sources.redhat.com/cluster/
2417 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes.git
2418 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw.git
2419 S:      Supported
2420 F:      Documentation/filesystems/gfs2*.txt
2421 F:      fs/gfs2/
2422 F:      include/linux/gfs2_ondisk.h
2423
2424 GIGASET ISDN DRIVERS
2425 P:      Hansjoerg Lipp
2426 M:      hjlipp@web.de
2427 P:      Tilman Schmidt
2428 M:      tilman@imap.cc
2429 L:      gigaset307x-common@lists.sourceforge.net
2430 W:      http://gigaset307x.sourceforge.net/
2431 S:      Maintained
2432 F:      Documentation/isdn/README.gigaset
2433 F:      drivers/isdn/gigaset/
2434 F:      include/linux/gigaset_dev.h
2435
2436 HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
2437 P:      Frank Seidel
2438 M:      frank@f-seidel.de
2439 L:      lm-sensors@lm-sensors.org
2440 W:      http://www.kernel.org/pub/linux/kernel/people/fseidel/hdaps/
2441 S:      Maintained
2442 F:      drivers/hwmon/hdaps.c
2443
2444 HYPERVISOR VIRTUAL CONSOLE DRIVER
2445 L:      linuxppc-dev@ozlabs.org
2446 L:      linux-kernel@vger.kernel.org
2447 S:      Odd Fixes
2448 F:      drivers/char/hvc_*
2449
2450 GSPCA FINEPIX SUBDRIVER
2451 P:      Frank Zago
2452 M:      frank@zago.net
2453 L:      linux-media@vger.kernel.org
2454 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2455 S:      Maintained
2456 F:      drivers/media/video/gspca/finepix.c
2457
2458 GSPCA M5602 SUBDRIVER
2459 P:      Erik Andren
2460 M:      erik.andren@gmail.com
2461 L:      linux-media@vger.kernel.org
2462 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2463 S:      Maintained
2464 F:      drivers/media/video/gspca/m5602/
2465
2466 GSPCA PAC207 SONIXB SUBDRIVER
2467 P:      Hans de Goede
2468 M:      hdegoede@redhat.com
2469 L:      linux-media@vger.kernel.org
2470 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2471 S:      Maintained
2472 F:      drivers/media/video/gspca/pac207.c
2473
2474 GSPCA T613 SUBDRIVER
2475 P:      Leandro Costantino
2476 M:      lcostantino@gmail.com
2477 L:      linux-media@vger.kernel.org
2478 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2479 S:      Maintained
2480 F:      drivers/media/video/gspca/t613.c
2481
2482 GSPCA USB WEBCAM DRIVER
2483 P:      Jean-Francois Moine
2484 M:      moinejf@free.fr
2485 W:      http://moinejf.free.fr
2486 L:      linux-media@vger.kernel.org
2487 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2488 S:      Maintained
2489 F:      drivers/media/video/gspca/
2490
2491 HARDWARE MONITORING
2492 L:      lm-sensors@lm-sensors.org
2493 W:      http://www.lm-sensors.org/
2494 S:      Orphan
2495 F:      drivers/hwmon/
2496
2497 HARDWARE RANDOM NUMBER GENERATOR CORE
2498 S:      Orphan
2499 F:      Documentation/hw_random.txt
2500 F:      drivers/char/hw_random/
2501 F:      include/linux/hw_random.h
2502
2503 HARMONY SOUND DRIVER
2504 P:      Kyle McMartin
2505 M:      kyle@mcmartin.ca
2506 L:      linux-parisc@vger.kernel.org
2507 S:      Maintained
2508 F:      sound/parisc/harmony.*
2509
2510 HAYES ESP SERIAL DRIVER
2511 P:      Andrew J. Robinson
2512 M:      arobinso@nyx.net
2513 L:      linux-kernel@vger.kernel.org
2514 W:      http://www.nyx.net/~arobinso
2515 S:      Maintained
2516 F:      Documentation/serial/hayes-esp.txt
2517 F:      drivers/char/esp.c
2518
2519 HEWLETT-PACKARD SMART2 RAID DRIVER
2520 P:      Chirag Kantharia
2521 M:      chirag.kantharia@hp.com
2522 L:      iss_storagedev@hp.com
2523 S:      Maintained
2524 F:      Documentation/blockdev/cpqarray.txt
2525 F:      drivers/block/cpqarray.*
2526
2527 HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
2528 P:      Mike Miller
2529 M:      mike.miller@hp.com
2530 L:      iss_storagedev@hp.com
2531 S:      Supported
2532 F:      Documentation/blockdev/cciss.txt
2533 F:      drivers/block/cciss*
2534 F:      include/linux/cciss_ioctl.h
2535
2536 HFS FILESYSTEM
2537 P:      Roman Zippel
2538 M:      zippel@linux-m68k.org
2539 L:      linux-kernel@vger.kernel.org
2540 S:      Maintained
2541 F:      Documentation/filesystems/hfs.txt
2542 F:      fs/hfs/
2543
2544 HGA FRAMEBUFFER DRIVER
2545 P:      Ferenc Bakonyi
2546 M:      fero@drama.obuda.kando.hu
2547 L:      linux-nvidia@lists.surfsouth.com
2548 W:      http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
2549 S:      Maintained
2550 F:      drivers/video/hgafb.c
2551
2552 HIBERNATION (aka Software Suspend, aka swsusp)
2553 P:      Pavel Machek
2554 M:      pavel@ucw.cz
2555 P:      Rafael J. Wysocki
2556 M:      rjw@sisk.pl
2557 L:      linux-pm@lists.linux-foundation.org
2558 S:      Supported
2559 F:      arch/x86/power/
2560 F:      drivers/base/power/
2561 F:      kernel/power/
2562 F:      include/linux/suspend.h
2563 F:      include/linux/freezer.h
2564 F:      include/linux/pm.h
2565 F:      arch/*/include/asm/suspend*.h
2566
2567 HID CORE LAYER
2568 P:      Jiri Kosina
2569 M:      jkosina@suse.cz
2570 L:      linux-input@vger.kernel.org
2571 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
2572 S:      Maintained
2573 F:      drivers/hid/
2574 F:      include/linux/hid*
2575
2576 HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
2577 P:      Thomas Gleixner
2578 M:      tglx@linutronix.de
2579 L:      linux-kernel@vger.kernel.org
2580 S:      Maintained
2581 F:      Documentation/timers/
2582 F:      kernel/hrtimer.c
2583 F:      include/linux/hrtimer.h
2584
2585 HIGH-SPEED SCC DRIVER FOR AX.25
2586 P:      Klaus Kudielka
2587 M:      klaus.kudielka@ieee.org
2588 L:      linux-hams@vger.kernel.org
2589 W:      http://www.nt.tuwien.ac.at/~kkudielk/Linux/
2590 S:      Maintained
2591 F:      drivers/net/hamradio/dmascc.c
2592 F:      drivers/net/hamradio/scc.c
2593
2594 HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
2595 P:      HighPoint Linux Team
2596 M:      linux@highpoint-tech.com
2597 W:      http://www.highpoint-tech.com
2598 S:      Supported
2599 F:      Documentation/scsi/hptiop.txt
2600 F:      drivers/scsi/hptiop.c
2601
2602 HIPPI
2603 P:      Jes Sorensen
2604 M:      jes@trained-monkey.org
2605 L:      linux-hippi@sunsite.dk
2606 S:      Maintained
2607 F:      include/linux/hippidevice.h
2608 F:      include/linux/if_hippi.h
2609 F:      net/802/hippi.c
2610
2611 HOST AP DRIVER
2612 P:      Jouni Malinen
2613 M:      j@w1.fi
2614 L:      hostap@shmoo.com (subscribers-only)
2615 L:      linux-wireless@vger.kernel.org
2616 W:      http://hostap.epitest.fi/
2617 S:      Maintained
2618 F:      drivers/net/wireless/hostap/
2619
2620 HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
2621 P:      Carlos Corbacho
2622 M:      carlos@strangeworlds.co.uk
2623 S:      Odd Fixes
2624 F:      drivers/platform/x86/tc1100-wmi.c
2625
2626 HP100:  Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
2627 P:      Jaroslav Kysela
2628 M:      perex@perex.cz
2629 S:      Maintained
2630 F:      drivers/net/hp100.*
2631
2632 HPET:   High Precision Event Timers driver
2633 P:      Clemens Ladisch
2634 M:      clemens@ladisch.de
2635 S:      Maintained
2636 F:      Documentation/timers/hpet.txt
2637 F:      drivers/char/hpet.c
2638 F:      include/linux/hpet.h
2639
2640 HPET:   i386
2641 P:      Venkatesh Pallipadi (Venki)
2642 M:      venkatesh.pallipadi@intel.com
2643 S:      Maintained
2644 F:      arch/x86/kernel/hpet.c
2645 F:      arch/x86/include/asm/hpet.h
2646
2647 HPET:   x86_64
2648 P:      Vojtech Pavlik
2649 M:      vojtech@suse.cz
2650 S:      Maintained
2651
2652 HPET:   ACPI
2653 P:      Bob Picco
2654 M:      bob.picco@hp.com
2655 S:      Maintained
2656 F:      drivers/char/hpet.c
2657
2658 HPFS FILESYSTEM
2659 P:      Mikulas Patocka
2660 M:      mikulas@artax.karlin.mff.cuni.cz
2661 W:      http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
2662 S:      Maintained
2663 F:      fs/hpfs/
2664
2665 HSO 3G MODEM DRIVER
2666 P:      Jan Dumon
2667 M:      j.dumon@option.com
2668 W:      http://www.pharscape.org
2669 S:      Maintained
2670 F:      drivers/net/usb/hso.c
2671
2672 HTCPEN TOUCHSCREEN DRIVER
2673 P:      Pau Oliva Fora
2674 M:      pof@eslack.org
2675 L:      linux-input@vger.kernel.org
2676 S:      Maintained
2677 F:      drivers/input/touchscreen/htcpen.c
2678
2679 HUGETLB FILESYSTEM
2680 P:      William Irwin
2681 M:      wli@holomorphy.com
2682 S:      Maintained
2683 F:      fs/hugetlbfs/
2684
2685 I2C/SMBUS STUB DRIVER
2686 P:      Mark M. Hoffman
2687 M:      mhoffman@lightlink.com
2688 L:      linux-i2c@vger.kernel.org
2689 S:      Maintained
2690 F:      drivers/i2c/busses/i2c-stub.c
2691
2692 I2C SUBSYSTEM
2693 P:      Jean Delvare (PC drivers, core)
2694 M:      khali@linux-fr.org
2695 P:      Ben Dooks (embedded platforms)
2696 M:      ben-linux@fluff.org
2697 L:      linux-i2c@vger.kernel.org
2698 W:      http://i2c.wiki.kernel.org/
2699 T:      quilt kernel.org/pub/linux/kernel/people/jdelvare/linux-2.6/jdelvare-i2c/
2700 S:      Maintained
2701 F:      Documentation/i2c/
2702 F:      drivers/i2c/
2703 F:      include/linux/i2c.h
2704 F:      include/linux/i2c-dev.h
2705 F:      include/linux/i2c-id.h
2706
2707 I2C-TINY-USB DRIVER
2708 P:      Till Harbaum
2709 M:      till@harbaum.org
2710 L:      linux-i2c@vger.kernel.org
2711 W:      http://www.harbaum.org/till/i2c_tiny_usb
2712 S:      Maintained
2713 F:      drivers/i2c/busses/i2c-tiny-usb.c
2714
2715 i386 BOOT CODE
2716 P:      H. Peter Anvin
2717 M:      hpa@zytor.com
2718 L:      Linux-Kernel@vger.kernel.org
2719 S:      Maintained
2720 F:      arch/x86/boot/
2721
2722 i386 SETUP CODE / CPU ERRATA WORKAROUNDS
2723 P:      H. Peter Anvin
2724 M:      hpa@zytor.com
2725 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
2726 S:      Maintained
2727
2728 IA64 (Itanium) PLATFORM
2729 P:      Tony Luck
2730 M:      tony.luck@intel.com
2731 L:      linux-ia64@vger.kernel.org
2732 W:      http://www.ia64-linux.org/
2733 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6.git
2734 S:      Maintained
2735 F:      arch/ia64/
2736
2737 IBM MCA SCSI SUBSYSTEM DRIVER
2738 P:      Michael Lang
2739 M:      langa2@kph.uni-mainz.de
2740 W:      http://www.uni-mainz.de/~langm000/linux.html
2741 S:      Maintained
2742 F:      drivers/scsi/ibmmca.c
2743
2744 IBM Power Linux RAID adapter
2745 P:      Brian King
2746 M:      brking@us.ibm.com
2747 S:      Supported
2748 F:      drivers/scsi/ipr.*
2749
2750 IBM ServeRAID RAID DRIVER
2751 P:      Jack Hammer
2752 P:      Dave Jeffery
2753 M:      ipslinux@adaptec.com
2754 W:      http://www.developer.ibm.com/welcome/netfinity/serveraid.html
2755 S:      Supported
2756 F:      drivers/scsi/ips.*
2757
2758 IDE SUBSYSTEM
2759 P:      Bartlomiej Zolnierkiewicz
2760 M:      bzolnier@gmail.com
2761 L:      linux-ide@vger.kernel.org
2762 T:      quilt kernel.org/pub/linux/kernel/people/bart/pata-2.6/
2763 S:      Maintained
2764 F:      Documentation/ide/
2765 F:      drivers/ide/
2766 F:      include/linux/ide.h
2767
2768 IDE/ATAPI DRIVERS
2769 P:      Borislav Petkov
2770 M:      petkovbb@gmail.com
2771 L:      linux-ide@vger.kernel.org
2772 S:      Maintained
2773 F:      Documentation/cdrom/ide-cd
2774 F:      drivers/ide/ide-cd*
2775
2776 IDLE-I7300
2777 P:      Andy Henroid
2778 M:      andrew.d.henroid@intel.com
2779 L:      linux-pm@lists.linux-foundation.org
2780 S:      Supported
2781 F:      drivers/idle/i7300_idle.c
2782
2783 IEEE 1394 SUBSYSTEM
2784 P:      Ben Collins
2785 M:      ben.collins@ubuntu.com
2786 P:      Stefan Richter
2787 M:      stefanr@s5r6.in-berlin.de
2788 L:      linux1394-devel@lists.sourceforge.net
2789 W:      http://www.linux1394.org/
2790 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
2791 S:      Maintained
2792 F:      drivers/ieee1394/
2793
2794 IEEE 1394 RAW I/O DRIVER
2795 P:      Dan Dennedy
2796 M:      dan@dennedy.org
2797 P:      Stefan Richter
2798 M:      stefanr@s5r6.in-berlin.de
2799 L:      linux1394-devel@lists.sourceforge.net
2800 S:      Maintained
2801 F:      drivers/ieee1394/raw1394*
2802
2803 INTEGRITY MEASUREMENT ARCHITECTURE (IMA)
2804 P:      Mimi Zohar
2805 M:      zohar@us.ibm.com
2806 S:      Supported
2807 F:      security/integrity/ima/
2808
2809 IMS TWINTURBO FRAMEBUFFER DRIVER
2810 L:      linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
2811 S:      Orphan
2812 F:      drivers/video/imsttfb.c
2813
2814 INFINIBAND SUBSYSTEM
2815 P:      Roland Dreier
2816 M:      rolandd@cisco.com
2817 P:      Sean Hefty
2818 M:      sean.hefty@intel.com
2819 P:      Hal Rosenstock
2820 M:      hal.rosenstock@gmail.com
2821 L:      general@lists.openfabrics.org (moderated for non-subscribers)
2822 W:      http://www.openib.org/
2823 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband.git
2824 S:      Supported
2825 F:      Documentation/infiniband/
2826 F:      drivers/infiniband/
2827 F:      include/linux/if_infiniband.h
2828
2829 INOTIFY
2830 P:      John McCutchan
2831 M:      john@johnmccutchan.com
2832 P:      Robert Love
2833 M:      rlove@rlove.org
2834 L:      linux-kernel@vger.kernel.org
2835 S:      Maintained
2836 F:      Documentation/filesystems/inotify.txt
2837 F:      fs/notify/inotify/
2838 F:      include/linux/inotify.h
2839
2840 INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
2841 P:      Dmitry Torokhov
2842 M:      dmitry.torokhov@gmail.com
2843 M:      dtor@mail.ru
2844 L:      linux-input@vger.kernel.org
2845 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git
2846 S:      Maintained
2847 F:      drivers/input/
2848
2849 INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
2850 P:      Sylvain Meyer
2851 M:      sylvain.meyer@worldonline.fr
2852 L:      linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
2853 S:      Maintained
2854 F:      Documentation/fb/intelfb.txt
2855 F:      drivers/video/intelfb/
2856
2857 INTEL 810/815 FRAMEBUFFER DRIVER
2858 P:      Antonino Daplas
2859 M:      adaplas@gmail.com
2860 L:      linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
2861 S:      Maintained
2862 F:      drivers/video/i810/
2863
2864 INTEL MENLOW THERMAL DRIVER
2865 P:      Sujith Thomas
2866 M:      sujith.thomas@intel.com
2867 L:      linux-acpi@vger.kernel.org
2868 W:      http://www.lesswatts.org/projects/acpi/
2869 S:      Supported
2870 F:      drivers/platform/x86/intel_menlow.c
2871
2872 INTEL IA32 MICROCODE UPDATE SUPPORT
2873 P:      Tigran Aivazian
2874 M:      tigran@aivazian.fsnet.co.uk
2875 S:      Maintained
2876 F:      arch/x86/kernel/microcode_core.c
2877 F:      arch/x86/kernel/microcode_intel.c
2878
2879 INTEL I/OAT DMA DRIVER
2880 P:      Maciej Sosnowski
2881 M:      maciej.sosnowski@intel.com
2882 L:      linux-kernel@vger.kernel.org
2883 S:      Supported
2884 F:      drivers/dma/ioat*
2885
2886 INTEL IOMMU (VT-d)
2887 P:      David Woodhouse
2888 M:      dwmw2@infradead.org
2889 L:      iommu@lists.linux-foundation.org
2890 T:      git git://git.infradead.org/iommu-2.6.git
2891 S:      Supported
2892 F:      drivers/pci/intel-iommu.c
2893 F:      include/linux/intel-iommu.h
2894
2895 INTEL IOP-ADMA DMA DRIVER
2896 P:      Dan Williams
2897 M:      dan.j.williams@intel.com
2898 L:      linux-kernel@vger.kernel.org
2899 S:      Supported
2900 F:      drivers/dma/iop-adma.c
2901
2902 INTEL IXP4XX QMGR, NPE, ETHERNET and HSS SUPPORT
2903 P:      Krzysztof Halasa
2904 M:      khc@pm.waw.pl
2905 S:      Maintained
2906 F:      arch/arm/mach-ixp4xx/include/mach/qmgr.h
2907 F:      arch/arm/mach-ixp4xx/include/mach/npe.h
2908 F:      arch/arm/mach-ixp4xx/ixp4xx_qmgr.c
2909 F:      arch/arm/mach-ixp4xx/ixp4xx_npe.c
2910 F:      drivers/net/arm/ixp4xx_eth.c
2911 F:      drivers/net/wan/ixp4xx_hss.c
2912
2913 INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
2914 P:      Deepak Saxena
2915 M:      dsaxena@plexity.net
2916 S:      Maintained
2917 F:      drivers/char/hw_random/ixp4xx-rng.c
2918
2919 INTEL IXP2000 ETHERNET DRIVER
2920 P:      Lennert Buytenhek
2921 M:      kernel@wantstofly.org
2922 L:      netdev@vger.kernel.org
2923 S:      Maintained
2924 F:      drivers/net/ixp2000/
2925
2926 INTEL ETHERNET DRIVERS (e100/e1000/e1000e/igb/ixgb/ixgbe)
2927 P:      Jeff Kirsher
2928 M:      jeffrey.t.kirsher@intel.com
2929 P:      Jesse Brandeburg
2930 M:      jesse.brandeburg@intel.com
2931 P:      Bruce Allan
2932 M:      bruce.w.allan@intel.com
2933 P:      PJ Waskiewicz
2934 M:      peter.p.waskiewicz.jr@intel.com
2935 P:      John Ronciak
2936 M:      john.ronciak@intel.com
2937 L:      e1000-devel@lists.sourceforge.net
2938 W:      http://e1000.sourceforge.net/
2939 S:      Supported
2940 F:      drivers/net/e100.c
2941 F:      drivers/net/e1000/
2942 F:      drivers/net/e1000e/
2943 F:      drivers/net/igb/
2944 F:      drivers/net/ixgb/
2945 F:      drivers/net/ixgbe/
2946
2947 INTEL PRO/WIRELESS 2100 NETWORK CONNECTION SUPPORT
2948 P:      Zhu Yi
2949 M:      yi.zhu@intel.com
2950 P:      James Ketrenos
2951 M:      jketreno@linux.intel.com
2952 P:      Reinette Chatre
2953 M:      reinette.chatre@intel.com
2954 L:      linux-wireless@vger.kernel.org
2955 L:      ipw2100-devel@lists.sourceforge.net
2956 W:      http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
2957 W:      http://ipw2100.sourceforge.net
2958 S:      Supported
2959 F:      Documentation/networking/README.ipw2100
2960 F:      drivers/net/wireless/ipw2x00/ipw2100.*
2961
2962 INTEL PRO/WIRELESS 2915ABG NETWORK CONNECTION SUPPORT
2963 P:      Zhu Yi
2964 M:      yi.zhu@intel.com
2965 P:      James Ketrenos
2966 M:      jketreno@linux.intel.com
2967 P:      Reinette Chatre
2968 M:      reinette.chatre@intel.com
2969 L:      linux-wireless@vger.kernel.org
2970 L:      ipw2100-devel@lists.sourceforge.net
2971 W:      http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
2972 W:      http://ipw2200.sourceforge.net
2973 S:      Supported
2974 F:      Documentation/networking/README.ipw2200
2975 F:      drivers/net/wireless/ipw2x00/ipw2200.*
2976
2977 INTEL WIRELESS WIMAX CONNECTION 2400
2978 P:      Inaky Perez-Gonzalez
2979 M:      inaky.perez-gonzalez@intel.com
2980 M:      linux-wimax@intel.com
2981 L:      wimax@linuxwimax.org
2982 S:      Supported
2983 W:      http://linuxwimax.org
2984 F:      Documentation/wimax/README.i2400m
2985 F:      drivers/net/wimax/i2400m/
2986 F:      include/linux/wimax/i2400m.h
2987
2988 INTEL WIRELESS WIFI LINK (iwlwifi)
2989 P:      Zhu Yi
2990 M:      yi.zhu@intel.com
2991 P:      Reinette Chatre
2992 M:      reinette.chatre@intel.com
2993 L:      linux-wireless@vger.kernel.org
2994 L:      ipw3945-devel@lists.sourceforge.net
2995 W:      http://intellinuxwireless.org
2996 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-2.6.git
2997 S:      Supported
2998 F:      drivers/net/wireless/iwlwifi/
2999
3000 IOC3 ETHERNET DRIVER
3001 P:      Ralf Baechle
3002 M:      ralf@linux-mips.org
3003 L:      linux-mips@linux-mips.org
3004 S:      Maintained
3005 F:      drivers/net/ioc3-eth.c
3006
3007 IOC3 SERIAL DRIVER
3008 P:      Pat Gefre
3009 M:      pfg@sgi.com
3010 L:      linux-mips@linux-mips.org
3011 S:      Maintained
3012 F:      drivers/serial/ioc3_serial.c
3013
3014 IP MASQUERADING
3015 P:      Juanjo Ciarlante
3016 M:      jjciarla@raiz.uncu.edu.ar
3017 S:      Maintained
3018 F:      net/ipv4/netfilter/ipt_MASQUERADE.c
3019
3020 IP1000A 10/100/1000 GIGABIT ETHERNET DRIVER
3021 P:      Francois Romieu
3022 M:      romieu@fr.zoreil.com
3023 P:      Sorbica Shieh
3024 M:      sorbica@icplus.com.tw
3025 P:      Jesse Huang
3026 M:      jesse@icplus.com.tw
3027 L:      netdev@vger.kernel.org
3028 S:      Maintained
3029 F:      drivers/net/ipg.c
3030
3031 IPATH DRIVER
3032 P:      Ralph Campbell
3033 M:      infinipath@qlogic.com
3034 L:      general@lists.openfabrics.org
3035 T:      git git://git.qlogic.com/ipath-linux-2.6
3036 S:      Supported
3037 F:      drivers/infiniband/hw/ipath/
3038
3039 IPMI SUBSYSTEM
3040 P:      Corey Minyard
3041 M:      minyard@acm.org
3042 L:      openipmi-developer@lists.sourceforge.net
3043 W:      http://openipmi.sourceforge.net/
3044 S:      Supported
3045 F:      Documentation/IPMI.txt
3046 F:      drivers/char/ipmi/
3047 F:      include/linux/ipmi*
3048
3049 IPS SCSI RAID DRIVER
3050 P:      Adaptec OEM Raid Solutions
3051 M:      aacraid@adaptec.com
3052 L:      linux-scsi@vger.kernel.org
3053 W:      http://www.adaptec.com/
3054 S:      Maintained
3055 F:      drivers/scsi/ips*
3056
3057 IPVS
3058 P:      Wensong Zhang
3059 M:      wensong@linux-vs.org
3060 P:      Simon Horman
3061 M:      horms@verge.net.au
3062 P:      Julian Anastasov
3063 M:      ja@ssi.bg
3064 L:      netdev@vger.kernel.org
3065 L:      lvs-devel@vger.kernel.org
3066 S:      Maintained
3067 F:      Documentation/networking/ipvs-sysctl.txt
3068 F:      net/netfilter/ipvs/
3069
3070 IPWIRELESS DRIVER
3071 P:      Jiri Kosina
3072 M:      jkosina@suse.cz
3073 P:      David Sterba
3074 M:      dsterba@suse.cz
3075 S:      Maintained
3076 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/ipwireless_cs.git
3077 F:      drivers/char/pcmcia/ipwireless/
3078
3079 IPX NETWORK LAYER
3080 P:      Arnaldo Carvalho de Melo
3081 M:      acme@ghostprotocols.net
3082 L:      netdev@vger.kernel.org
3083 S:      Maintained
3084 F:      include/linux/ipx.h
3085 F:      include/net/ipx.h
3086 F:      net/ipx/
3087
3088 IRDA SUBSYSTEM
3089 P:      Samuel Ortiz
3090 M:      samuel@sortiz.org
3091 L:      irda-users@lists.sourceforge.net (subscribers-only)
3092 W:      http://irda.sourceforge.net/
3093 S:      Maintained
3094 F:      Documentation/networking/irda.txt
3095 F:      drivers/net/irda/
3096 F:      include/net/irda/
3097 F:      net/irda/
3098
3099 ISAPNP
3100 P:      Jaroslav Kysela
3101 M:      perex@perex.cz
3102 S:      Maintained
3103 F:      Documentation/isapnp.txt
3104 F:      drivers/pnp/isapnp/
3105 F:      include/linux/isapnp.h
3106
3107 ISCSI
3108 P:      Mike Christie
3109 M:      michaelc@cs.wisc.edu
3110 L:      open-iscsi@googlegroups.com
3111 W:      www.open-iscsi.org
3112 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mnc/linux-2.6-iscsi.git
3113 S:      Maintained
3114 F:      drivers/scsi/*iscsi*
3115 F:      include/scsi/*iscsi*
3116
3117 ISDN SUBSYSTEM
3118 P:      Karsten Keil
3119 M:      isdn@linux-pingi.de
3120 L:      isdn4linux@listserv.isdn4linux.de (subscribers-only)
3121 W:      http://www.isdn4linux.de
3122 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kkeil/isdn-2.6.git
3123 S:      Maintained
3124 F:      Documentation/isdn/
3125 F:      drivers/isdn/
3126 F:      include/linux/isdn.h
3127 F:      include/linux/isdn/
3128
3129 ISDN SUBSYSTEM (Eicon active card driver)
3130 P:      Armin Schindler
3131 M:      mac@melware.de
3132 L:      isdn4linux@listserv.isdn4linux.de (subscribers-only)
3133 W:      http://www.melware.de
3134 S:      Maintained
3135 F:      drivers/isdn/hardware/eicon/
3136
3137 IVTV VIDEO4LINUX DRIVER
3138 P:      Hans Verkuil
3139 M:      hverkuil@xs4all.nl
3140 L:      ivtv-devel@ivtvdriver.org
3141 L:      ivtv-users@ivtvdriver.org
3142 L:      linux-media@vger.kernel.org
3143 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
3144 W:      http://www.ivtvdriver.org
3145 S:      Maintained
3146 F:      Documentation/video4linux/*.ivtv
3147 F:      drivers/media/video/ivtv/
3148 F:      include/linux/ivtv*
3149
3150 JFS FILESYSTEM
3151 P:      Dave Kleikamp
3152 M:      shaggy@austin.ibm.com
3153 L:      jfs-discussion@lists.sourceforge.net
3154 W:      http://jfs.sourceforge.net/
3155 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
3156 S:      Supported
3157 F:      Documentation/filesystems/jfs.txt
3158 F:      fs/jfs/
3159
3160 JME NETWORK DRIVER
3161 P:      Guo-Fu Tseng
3162 M:      cooldavid@cooldavid.org
3163 L:      netdev@vger.kernel.org
3164 S:      Maintained
3165 F:      drivers/net/jme.*
3166
3167 JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
3168 P:      David Woodhouse
3169 M:      dwmw2@infradead.org
3170 L:      linux-mtd@lists.infradead.org
3171 W:      http://www.linux-mtd.infradead.org/doc/jffs2.html
3172 S:      Maintained
3173 F:      fs/jffs2/
3174 F:      include/linux/jffs2.h
3175 F:      include/mtd/jffs2-user.h
3176
3177 JOURNALLING LAYER FOR BLOCK DEVICES (JBD)
3178 P:      Stephen Tweedie
3179 M:      sct@redhat.com
3180 P:      Andrew Morton
3181 M:      akpm@linux-foundation.org
3182 L:      linux-ext4@vger.kernel.org
3183 S:      Maintained
3184 F:      fs/jbd*/
3185 F:      include/linux/ext*jbd*.h
3186 F:      include/linux/jbd*.h
3187
3188 K8TEMP HARDWARE MONITORING DRIVER
3189 P:      Rudolf Marek
3190 M:      r.marek@assembler.cz
3191 L:      lm-sensors@lm-sensors.org
3192 S:      Maintained
3193 F:      Documentation/hwmon/k8temp
3194 F:      drivers/hwmon/k8temp.c
3195
3196 KCONFIG
3197 P:      Roman Zippel
3198 M:      zippel@linux-m68k.org
3199 L:      linux-kbuild@vger.kernel.org
3200 S:      Maintained
3201 F:      Documentation/kbuild/kconfig-language.txt
3202 F:      scripts/kconfig/
3203
3204 KDUMP
3205 P:      Vivek Goyal
3206 M:      vgoyal@redhat.com
3207 P:      Haren Myneni
3208 M:      hbabu@us.ibm.com
3209 L:      kexec@lists.infradead.org
3210 L:      linux-kernel@vger.kernel.org
3211 W:      http://lse.sourceforge.net/kdump/
3212 S:      Maintained
3213 F:      Documentation/kdump/
3214
3215 KERNEL AUTOMOUNTER (AUTOFS)
3216 P:      H. Peter Anvin
3217 M:      hpa@zytor.com
3218 L:      autofs@linux.kernel.org
3219 S:      Odd Fixes
3220 F:      fs/autofs/
3221
3222 KERNEL AUTOMOUNTER v4 (AUTOFS4)
3223 P:      Ian Kent
3224 M:      raven@themaw.net
3225 L:      autofs@linux.kernel.org
3226 S:      Maintained
3227 F:      fs/autofs4/
3228
3229 KERNEL BUILD
3230 P:      Sam Ravnborg
3231 M:      sam@ravnborg.org
3232 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-next.git
3233 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-fixes.git
3234 L:      linux-kbuild@vger.kernel.org
3235 S:      Maintained
3236 F:      Documentation/kbuild/
3237 F:      Makefile
3238 F:      scripts/Makefile.*
3239
3240 KERNEL JANITORS
3241 P:      Several
3242 L:      kernel-janitors@vger.kernel.org
3243 W:      http://www.kerneljanitors.org/
3244 S:      Maintained
3245
3246 KERNEL NFSD, SUNRPC, AND LOCKD SERVERS
3247 P:      J. Bruce Fields
3248 M:      bfields@fieldses.org
3249 P:      Neil Brown
3250 M:      neilb@suse.de
3251 L:      linux-nfs@vger.kernel.org
3252 W:      http://nfs.sourceforge.net/
3253 S:      Supported
3254 F:      fs/nfsd/
3255 F:      include/linux/nfsd/
3256 F:      fs/lockd/
3257 F:      fs/nfs_common/
3258 F:      net/sunrpc/
3259 F:      include/linux/lockd/
3260 F:      include/linux/sunrpc/
3261
3262 KERNEL VIRTUAL MACHINE (KVM)
3263 P:      Avi Kivity
3264 M:      avi@redhat.com
3265 L:      kvm@vger.kernel.org
3266 W:      http://kvm.qumranet.com
3267 S:      Supported
3268 F:      Documentation/*/kvm.txt
3269 F:      arch/*/kvm/
3270 F:      arch/*/include/asm/kvm*
3271 F:      include/linux/kvm*
3272 F:      virt/kvm/
3273
3274 KERNEL VIRTUAL MACHINE (KVM) FOR AMD-V
3275 P:      Joerg Roedel
3276 M:      joerg.roedel@amd.com
3277 L:      kvm@vger.kernel.org
3278 W:      http://kvm.qumranet.com
3279 S:      Supported
3280 F:      arch/x86/include/asm/svm.h
3281 F:      arch/x86/kvm/kvm_svm.h
3282 F:      arch/x86/kvm/svm.c
3283
3284 KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
3285 P:      Hollis Blanchard
3286 M:      hollisb@us.ibm.com
3287 L:      kvm-ppc@vger.kernel.org
3288 W:      http://kvm.qumranet.com
3289 S:      Supported
3290 F:      arch/powerpc/include/asm/kvm*
3291 F:      arch/powerpc/kvm/
3292
3293 KERNEL VIRTUAL MACHINE For Itanium (KVM/IA64)
3294 P:      Xiantao Zhang
3295 M:      xiantao.zhang@intel.com
3296 L:      kvm-ia64@vger.kernel.org
3297 W:      http://kvm.qumranet.com
3298 S:      Supported
3299 F:      Documentation/ia64/kvm.txt
3300 F:      arch/ia64/include/asm/kvm*
3301 F:      arch/ia64/kvm/
3302
3303 KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
3304 P:      Carsten Otte
3305 M:      cotte@de.ibm.com
3306 P:      Christian Borntraeger
3307 M:      borntraeger@de.ibm.com
3308 M:      linux390@de.ibm.com
3309 L:      linux-s390@vger.kernel.org
3310 W:      http://www.ibm.com/developerworks/linux/linux390/
3311 S:      Supported
3312 F:      Documentation/s390/kvm.txt
3313 F:      arch/s390/include/asm/kvm*
3314 F:      arch/s390/kvm/
3315
3316 KEXEC
3317 P:      Eric Biederman
3318 M:      ebiederm@xmission.com
3319 W:      http://ftp.kernel.org/pub/linux/kernel/people/horms/kexec-tools/
3320 L:      linux-kernel@vger.kernel.org
3321 L:      kexec@lists.infradead.org
3322 S:      Maintained
3323 F:      include/linux/kexec.h
3324 F:      kernel/kexec.c
3325
3326 KGDB
3327 P:      Jason Wessel
3328 M:      jason.wessel@windriver.com
3329 L:      kgdb-bugreport@lists.sourceforge.net
3330 S:      Maintained
3331 F:      Documentation/DocBook/kgdb.tmpl
3332 F:      drivers/misc/kgdbts.c
3333 F:      drivers/serial/kgdboc.c
3334 F:      include/linux/kgdb.h
3335 F:      kernel/kgdb.c
3336
3337 KMEMTRACE
3338 P:      Eduard - Gabriel Munteanu
3339 M:      eduard.munteanu@linux360.ro
3340 L:      linux-kernel@vger.kernel.org
3341 S:      Maintained
3342 F:      Documentation/trace/kmemtrace.txt
3343 F:      include/trace/kmemtrace.h
3344 F:      kernel/trace/kmemtrace.c
3345
3346 KPROBES
3347 P:      Ananth N Mavinakayanahalli
3348 M:      ananth@in.ibm.com
3349 P:      Anil S Keshavamurthy
3350 M:      anil.s.keshavamurthy@intel.com
3351 P:      David S. Miller
3352 M:      davem@davemloft.net
3353 P:      Masami Hiramatsu
3354 M:      mhiramat@redhat.com
3355 L:      linux-kernel@vger.kernel.org
3356 S:      Maintained
3357 F:      Documentation/kprobes.txt
3358 F:      include/linux/kprobes.h
3359 F:      kernel/kprobes.c
3360
3361 KS0108 LCD CONTROLLER DRIVER
3362 P:      Miguel Ojeda Sandonis
3363 M:      miguel.ojeda.sandonis@gmail.com
3364 L:      linux-kernel@vger.kernel.org
3365 W:      http://miguelojeda.es/auxdisplay.htm
3366 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
3367 S:      Maintained
3368 F:      Documentation/auxdisplay/ks0108
3369 F:      drivers/auxdisplay/ks0108.c
3370 F:      include/linux/ks0108.h
3371
3372 LAPB module
3373 L:      linux-x25@vger.kernel.org
3374 S:      Orphan
3375 F:      Documentation/networking/lapb-module.txt
3376 F:      include/*/lapb.h
3377 F:      net/lapb/
3378
3379 LASI 53c700 driver for PARISC
3380 P:      James E.J. Bottomley
3381 M:      James.Bottomley@HansenPartnership.com
3382 L:      linux-scsi@vger.kernel.org
3383 S:      Maintained
3384 F:      Documentation/scsi/53c700.txt
3385 F:      drivers/scsi/53c700*
3386
3387 LED SUBSYSTEM
3388 P:      Richard Purdie
3389 M:      rpurdie@rpsys.net
3390 S:      Maintained
3391 F:      drivers/leds/
3392 F:      include/linux/leds.h
3393
3394 LEGO USB Tower driver
3395 P:      Juergen Stuber
3396 M:      starblue@users.sourceforge.net
3397 L:      legousb-devel@lists.sourceforge.net
3398 W:      http://legousb.sourceforge.net/
3399 S:      Maintained
3400 F:      drivers/usb/misc/legousbtower.c
3401
3402 LGUEST
3403 P:      Rusty Russell
3404 M:      rusty@rustcorp.com.au
3405 L:      lguest@ozlabs.org
3406 W:      http://lguest.ozlabs.org/
3407 S:      Maintained
3408 F:      Documentation/lguest/
3409 F:      arch/x86/lguest/
3410 F:      drivers/lguest/
3411 F:      include/linux/lguest*.h
3412 F:      arch/x86/include/asm/lguest*.h
3413
3414 LINUX FOR IBM pSERIES (RS/6000)
3415 P:      Paul Mackerras
3416 M:      paulus@au.ibm.com
3417 W:      http://www.ibm.com/linux/ltc/projects/ppc
3418 S:      Supported
3419
3420 LINUX FOR POWERPC (32-BIT AND 64-BIT)
3421 P:      Benjamin Herrenschmidt
3422 M:      benh@kernel.crashing.org
3423 P:      Paul Mackerras
3424 M:      paulus@samba.org
3425 W:      http://www.penguinppc.org/
3426 L:      linuxppc-dev@ozlabs.org
3427 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc.git
3428 S:      Supported
3429
3430 LINUX FOR POWER MACINTOSH
3431 P:      Benjamin Herrenschmidt
3432 M:      benh@kernel.crashing.org
3433 W:      http://www.penguinppc.org/
3434 L:      linuxppc-dev@ozlabs.org
3435 S:      Maintained
3436
3437 LINUX FOR POWERPC EMBEDDED MPC5XXX
3438 P:      Sylvain Munaut
3439 M:      tnt@246tNt.com
3440 P:      Grant Likely
3441 M:      grant.likely@secretlab.ca
3442 L:      linuxppc-dev@ozlabs.org
3443 S:      Maintained
3444
3445 LINUX FOR POWERPC EMBEDDED PPC4XX
3446 P:      Josh Boyer
3447 M:      jwboyer@linux.vnet.ibm.com
3448 P:      Matt Porter
3449 M:      mporter@kernel.crashing.org
3450 W:      http://www.penguinppc.org/
3451 L:      linuxppc-dev@ozlabs.org
3452 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jwboyer/powerpc.git
3453 S:      Maintained
3454
3455 LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
3456 P:      Grant Likely
3457 M:      grant.likely@secretlab.ca
3458 W:      http://wiki.secretlab.ca/index.php/Linux_on_Xilinx_Virtex
3459 L:      linuxppc-dev@ozlabs.org
3460 S:      Maintained
3461
3462 LINUX FOR POWERPC EMBEDDED PPC8XX
3463 P:      Vitaly Bordug
3464 M:      vitb@kernel.crashing.org
3465 P:      Marcelo Tosatti
3466 M:      marcelo@kvack.org
3467 W:      http://www.penguinppc.org/
3468 L:      linuxppc-dev@ozlabs.org
3469 S:      Maintained
3470
3471 LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
3472 P:      Kumar Gala
3473 M:      galak@kernel.crashing.org
3474 W:      http://www.penguinppc.org/
3475 L:      linuxppc-dev@ozlabs.org
3476 S:      Maintained
3477
3478 LINUX FOR POWERPC PA SEMI PWRFICIENT
3479 P:      Olof Johansson
3480 M:      olof@lixom.net
3481 W:      http://www.pasemi.com/
3482 L:      linuxppc-dev@ozlabs.org
3483 S:      Supported
3484
3485 LINUX SECURITY MODULE (LSM) FRAMEWORK
3486 P:      Chris Wright
3487 M:      chrisw@sous-sol.org
3488 L:      linux-security-module@vger.kernel.org
3489 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/chrisw/lsm-2.6.git
3490 S:      Supported
3491
3492 LLC (802.2)
3493 P:      Arnaldo Carvalho de Melo
3494 M:      acme@ghostprotocols.net
3495 S:      Maintained
3496 F:      include/linux/llc.h
3497 F:      include/net/llc*
3498 F:      net/llc/
3499
3500 LIS3LV02D ACCELEROMETER DRIVER
3501 P:      Eric Piel
3502 M:      eric.piel@tremplin-utc.net
3503 S:      Maintained
3504 F:      Documentation/hwmon/lis3lv02d
3505 F:      drivers/hwmon/lis3lv02d.*
3506
3507 LM83 HARDWARE MONITOR DRIVER
3508 P:      Jean Delvare
3509 M:      khali@linux-fr.org
3510 L:      lm-sensors@lm-sensors.org
3511 S:      Maintained
3512 F:      Documentation/hwmon/lm83
3513 F:      drivers/hwmon/lm83.c
3514
3515 LM90 HARDWARE MONITOR DRIVER
3516 P:      Jean Delvare
3517 M:      khali@linux-fr.org
3518 L:      lm-sensors@lm-sensors.org
3519 S:      Maintained
3520 F:      Documentation/hwmon/lm90
3521 F:      drivers/hwmon/lm90.c
3522
3523 LOCKDEP AND LOCKSTAT
3524 P:      Peter Zijlstra
3525 M:      peterz@infradead.org
3526 P:      Ingo Molnar
3527 M:      mingo@redhat.com
3528 L:      linux-kernel@vger.kernel.org
3529 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/peterz/linux-2.6-lockdep.git
3530 S:      Maintained
3531 F:      Documentation/lockdep*.txt
3532 F:      Documentation/lockstat.txt
3533 F:      include/linux/lockdep.h
3534 F:      kernel/lockdep*
3535
3536 LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
3537 P:      Richard Russon (FlatCap)
3538 M:      ldm@flatcap.org
3539 L:      linux-ntfs-dev@lists.sourceforge.net
3540 W:      http://www.linux-ntfs.org/content/view/19/37/
3541 S:      Maintained
3542 F:      Documentation/ldm.txt
3543 F:      fs/partitions/ldm.*
3544
3545 LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
3546 P:      Eric Moore
3547 M:      Eric.Moore@lsi.com
3548 M:      support@lsi.com
3549 L:      DL-MPTFusionLinux@lsi.com
3550 L:      linux-scsi@vger.kernel.org
3551 W:      http://www.lsilogic.com/support
3552 S:      Supported
3553 F:      drivers/message/fusion/
3554
3555 LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
3556 P:      Matthew Wilcox
3557 M:      matthew@wil.cx
3558 L:      linux-scsi@vger.kernel.org
3559 S:      Maintained
3560 F:      drivers/scsi/sym53c8xx_2/
3561
3562 LTP (Linux Test Project)
3563 P:      Subrata Modak
3564 M:      subrata@linux.vnet.ibm.com
3565 P:      Mike Frysinger
3566 M:      vapier@gentoo.org
3567 L:      ltp-list@lists.sourceforge.net (subscribers-only)
3568 W:      http://ltp.sourceforge.net/
3569 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/galak/ltp.git
3570 S:      Maintained
3571
3572 M32R ARCHITECTURE
3573 P:      Hirokazu Takata
3574 M:      takata@linux-m32r.org
3575 L:      linux-m32r@ml.linux-m32r.org
3576 L:      linux-m32r-ja@ml.linux-m32r.org (in Japanese)
3577 W:      http://www.linux-m32r.org/
3578 S:      Maintained
3579 F:      arch/m32r/
3580 F:      include/asm-m32r/
3581
3582 M68K ARCHITECTURE
3583 P:      Geert Uytterhoeven
3584 M:      geert@linux-m68k.org
3585 P:      Roman Zippel
3586 M:      zippel@linux-m68k.org
3587 L:      linux-m68k@lists.linux-m68k.org
3588 W:      http://www.linux-m68k.org/
3589 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git
3590 S:      Maintained
3591 F:      arch/m68k/
3592 F:      drivers/zorro/
3593
3594 M68K ON APPLE MACINTOSH
3595 P:      Joshua Thompson
3596 M:      funaho@jurai.org
3597 W:      http://www.mac.linux-m68k.org/
3598 L:      linux-m68k@lists.linux-m68k.org
3599 S:      Maintained
3600 F:      arch/m68k/mac/
3601
3602 M68K ON HP9000/300
3603 P:      Philip Blundell
3604 M:      philb@gnu.org
3605 W:      http://www.tazenda.demon.co.uk/phil/linux-hp
3606 S:      Maintained
3607 F:      arch/m68k/hp300/
3608
3609 MAC80211
3610 P:      Johannes Berg
3611 M:      johannes@sipsolutions.net
3612 L:      linux-wireless@vger.kernel.org
3613 W:      http://linuxwireless.org/
3614 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git
3615 S:      Maintained
3616 F:      Documentation/networking/mac80211-injection.txt
3617 F:      include/net/mac80211.h
3618 F:      net/mac80211/
3619
3620 MAC80211 PID RATE CONTROL
3621 P:      Stefano Brivio
3622 M:      stefano.brivio@polimi.it
3623 P:      Mattias Nissler
3624 M:      mattias.nissler@gmx.de
3625 L:      linux-wireless@vger.kernel.org
3626 W:      http://linuxwireless.org/en/developers/Documentation/mac80211/RateControl/PID
3627 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git
3628 S:      Maintained
3629 F:      net/mac80211/rc80211_pid*
3630
3631 MACVLAN DRIVER
3632 P:      Patrick McHardy
3633 M:      kaber@trash.net
3634 L:      netdev@vger.kernel.org
3635 S:      Maintained
3636 F:      drivers/net/macvlan.c
3637 F:      include/linux/if_macvlan.h
3638
3639 MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
3640 P:      Michael Kerrisk
3641 M:      mtk.manpages@gmail.com
3642 W:      http://www.kernel.org/doc/man-pages
3643 L:      linux-man@vger.kernel.org
3644 S:      Maintained
3645
3646 MARVELL LIBERTAS WIRELESS DRIVER
3647 P:      Dan Williams
3648 M:      dcbw@redhat.com
3649 L:      libertas-dev@lists.infradead.org
3650 S:      Maintained
3651 F:      drivers/net/wireless/libertas/
3652
3653 MARVELL MV643XX ETHERNET DRIVER
3654 P:      Lennert Buytenhek
3655 M:      buytenh@marvell.com
3656 L:      netdev@vger.kernel.org
3657 S:      Supported
3658 F:      drivers/net/mv643xx_eth.*
3659 F:      include/linux/mv643xx.h
3660
3661 MARVELL SOC MMC/SD/SDIO CONTROLLER DRIVER
3662 P:      Nicolas Pitre
3663 M:      nico@cam.org
3664 L:      linux-kernel@vger.kernel.org
3665 S:      Maintained
3666
3667 MARVELL YUKON / SYSKONNECT DRIVER
3668 P:      Mirko Lindner
3669 M:      mlindner@syskonnect.de
3670 P:      Ralph Roesler
3671 M:      rroesler@syskonnect.de
3672 W:      http://www.syskonnect.com
3673 S:      Supported
3674
3675 MATROX FRAMEBUFFER DRIVER
3676 P:      Petr Vandrovec
3677 M:      vandrove@vc.cvut.cz
3678 L:      linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
3679 S:      Maintained
3680 F:      drivers/video/matrox/matroxfb_*
3681 F:      include/linux/matroxfb.h
3682
3683 MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
3684 P:      Hans J. Koch
3685 M:      hjk@linutronix.de
3686 L:      lm-sensors@lm-sensors.org
3687 S:      Maintained
3688 F:      Documentation/hwmon/max6650
3689 F:      drivers/hwmon/max6650.c
3690
3691 MEDIA INPUT INFRASTRUCTURE (V4L/DVB)
3692 P:      Mauro Carvalho Chehab
3693 M:      mchehab@infradead.org
3694 P:      LinuxTV.org Project
3695 L:      linux-media@vger.kernel.org
3696 W:      http://linuxtv.org
3697 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
3698 S:      Maintained
3699 F:      Documentation/dvb/
3700 F:      Documentation/video4linux/
3701 F:      drivers/media/
3702 F:      include/media/
3703 F:      include/linux/dvb/
3704 F:      include/linux/videodev*.h
3705
3706 MEGARAID SCSI DRIVERS
3707 P:      Neela Syam Kolli
3708 M:      megaraidlinux@lsi.com
3709 L:      linux-scsi@vger.kernel.org
3710 W:      http://megaraid.lsilogic.com
3711 S:      Maintained
3712 F:      Documentation/scsi/megaraid.txt
3713 F:      drivers/scsi/megaraid.*
3714 F:      drivers/scsi/megaraid/
3715
3716 MEMORY MANAGEMENT
3717 L:      linux-mm@kvack.org
3718 L:      linux-kernel@vger.kernel.org
3719 W:      http://www.linux-mm.org
3720 S:      Maintained
3721 F:      include/linux/mm.h
3722 F:      mm/
3723
3724 MEMORY RESOURCE CONTROLLER
3725 P:      Balbir Singh
3726 M:      balbir@linux.vnet.ibm.com
3727 P:      Pavel Emelyanov
3728 M:      xemul@openvz.org
3729 P:      KAMEZAWA Hiroyuki
3730 M:      kamezawa.hiroyu@jp.fujitsu.com
3731 L:      linux-mm@kvack.org
3732 L:      linux-kernel@vger.kernel.org
3733 S:      Maintained
3734 F:      mm/memcontrol.c
3735
3736 MEMORY TECHNOLOGY DEVICES (MTD)
3737 P:      David Woodhouse
3738 M:      dwmw2@infradead.org
3739 W:      http://www.linux-mtd.infradead.org/
3740 L:      linux-mtd@lists.infradead.org
3741 T:      git git://git.infradead.org/mtd-2.6.git
3742 S:      Maintained
3743 F:      drivers/mtd/
3744 F:      include/linux/mtd/
3745 F:      include/mtd/
3746
3747 MICROBLAZE ARCHITECTURE
3748 P:      Michal Simek
3749 M:      monstr@monstr.eu
3750 L:      microblaze-uclinux@itee.uq.edu.au
3751 W:      http://www.monstr.eu/fdt/
3752 T:      git git://git.monstr.eu/linux-2.6-microblaze.git
3753 S:      Supported
3754 F:      arch/microblaze/
3755
3756 MICROTEK X6 SCANNER
3757 P:      Oliver Neukum
3758 M:      oliver@neukum.name
3759 S:      Maintained
3760 F:      drivers/usb/image/microtek.*
3761
3762 MIPS
3763 P:      Ralf Baechle
3764 M:      ralf@linux-mips.org
3765 W:      http://www.linux-mips.org/
3766 L:      linux-mips@linux-mips.org
3767 T:      git git://git.linux-mips.org/pub/scm/linux.git
3768 S:      Supported
3769 F:      Documentation/mips/
3770 F:      arch/mips/
3771
3772 MISCELLANEOUS MCA-SUPPORT
3773 P:      James Bottomley
3774 M:      James.Bottomley@HansenPartnership.com
3775 L:      linux-kernel@vger.kernel.org
3776 S:      Maintained
3777 F:      Documentation/ia64/mca.txt
3778 F:      Documentation/mca.txt
3779 F:      drivers/mca/
3780 F:      include/linux/mca*
3781
3782 MODULE SUPPORT
3783 P:      Rusty Russell
3784 M:      rusty@rustcorp.com.au
3785 L:      linux-kernel@vger.kernel.org
3786 S:      Maintained
3787 F:      include/linux/module.h
3788 F:      kernel/module.c
3789
3790 MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
3791 P:      Stelian Pop
3792 M:      stelian@popies.net
3793 W:      http://popies.net/meye/
3794 S:      Maintained
3795 F:      Documentation/video4linux/meye.txt
3796 F:      drivers/media/video/meye.*
3797 F:      include/linux/meye.h
3798
3799 MOTOROLA IMX MMC/SD HOST CONTROLLER INTERFACE DRIVER
3800 P:      Pavel Pisa
3801 M:      ppisa@pikron.com
3802 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
3803 S:      Maintained
3804 F:      drivers/mmc/host/imxmmc.*
3805
3806 MOUSE AND MISC DEVICES [GENERAL]
3807 P:      Alessandro Rubini
3808 M:      rubini@ipvvis.unipv.it
3809 L:      linux-kernel@vger.kernel.org
3810 S:      Maintained
3811 F:      drivers/input/mouse/
3812 F:      include/linux/gpio_mouse.h
3813
3814 MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
3815 P:      Jiri Slaby
3816 M:      jirislaby@gmail.com
3817 L:      linux-kernel@vger.kernel.org
3818 S:      Maintained
3819 F:      Documentation/serial/moxa-smartio
3820 F:      drivers/char/mxser.*
3821
3822 MSI LAPTOP SUPPORT
3823 P:      Lennart Poettering
3824 M:      mzxreary@0pointer.de
3825 W:      https://tango.0pointer.de/mailman/listinfo/s270-linux
3826 W:      http://0pointer.de/lennart/tchibo.html
3827 S:      Maintained
3828 F:      drivers/platform/x86/msi-laptop.c
3829
3830 MULTIFUNCTION DEVICES (MFD)
3831 P:      Samuel Ortiz
3832 M:      sameo@linux.intel.com
3833 L:      linux-kernel@vger.kernel.org
3834 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6.git
3835 S:      Supported
3836 F:      drivers/mfd/
3837
3838 MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
3839 P:      Pierre Ossman
3840 M:      pierre@ossman.eu
3841 L:      linux-kernel@vger.kernel.org
3842 S:      Maintained
3843 F:      drivers/mmc/
3844 F:      include/linux/mmc/
3845
3846 MULTIMEDIA CARD (MMC) ETC. OVER SPI
3847 P:      David Brownell
3848 M:      dbrownell@users.sourceforge.net
3849 L:      linux-kernel@vger.kernel.org
3850 S:      Odd Fixes
3851 F:      drivers/mmc/host/mmc_spi.c
3852 F:      include/linux/spi/mmc_spi.h
3853
3854 MULTISOUND SOUND DRIVER
3855 P:      Andrew Veliath
3856 M:      andrewtv@usa.net
3857 S:      Maintained
3858 F:      Documentation/sound/oss/MultiSound
3859 F:      sound/oss/msnd*
3860
3861 MULTITECH MULTIPORT CARD (ISICOM)
3862 P:      Jiri Slaby
3863 M:      jirislaby@gmail.com
3864 L:      linux-kernel@vger.kernel.org
3865 S:      Maintained
3866 F:      drivers/char/isicom.c
3867 F:      include/linux/isicom.h
3868
3869 MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
3870 P:      Felipe Balbi
3871 M:      felipe.balbi@nokia.com
3872 L:      linux-usb@vger.kernel.org
3873 T:      git git://gitorious.org/musb/mainline.git
3874 S:      Maintained
3875 F:      drivers/usb/musb/
3876
3877 MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
3878 P:      Andrew Gallatin
3879 M:      gallatin@myri.com
3880 P:      Brice Goglin
3881 M:      brice@myri.com
3882 L:      netdev@vger.kernel.org
3883 W:      http://www.myri.com/scs/download-Myri10GE.html
3884 S:      Supported
3885 F:      drivers/net/myri10ge/
3886
3887 NATSEMI ETHERNET DRIVER (DP8381x)
3888 P:      Tim Hockin
3889 M:      thockin@hockin.org
3890 S:      Maintained
3891 F:      drivers/net/natsemi.c
3892
3893 NCP FILESYSTEM
3894 P:      Petr Vandrovec
3895 M:      vandrove@vc.cvut.cz
3896 L:      linware@sh.cvut.cz
3897 S:      Maintained
3898 F:      fs/ncpfs/
3899
3900 NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
3901 P:      James E.J. Bottomley
3902 M:      James.Bottomley@HansenPartnership.com
3903 L:      linux-scsi@vger.kernel.org
3904 S:      Maintained
3905 F:      drivers/scsi/NCR_D700.*
3906
3907 NETEFFECT IWARP RNIC DRIVER (IW_NES)
3908 P:      Faisal Latif
3909 M:      faisal.latif@intel.com
3910 P:      Chien Tung
3911 M:      chien.tin.tung@intel.com
3912 L:      general@lists.openfabrics.org
3913 W:      http://www.neteffect.com
3914 S:      Supported
3915 F:      drivers/infiniband/hw/nes/
3916
3917 NETEM NETWORK EMULATOR
3918 P:      Stephen Hemminger
3919 M:      shemminger@linux-foundation.org
3920 L:      netem@lists.linux-foundation.org
3921 S:      Maintained
3922 F:      net/sched/sch_netem.c
3923
3924 NETERION (S2IO) 10GbE DRIVER (xframe/vxge)
3925 P:      Ramkrishna Vepa
3926 M:      ram.vepa@neterion.com
3927 P:      Rastapur Santosh
3928 M:      santosh.rastapur@neterion.com
3929 P:      Sivakumar Subramani
3930 M:      sivakumar.subramani@neterion.com
3931 P:      Sreenivasa Honnur
3932 M:      sreenivasa.honnur@neterion.com
3933 P:      Anil Murthy
3934 M:      anil.murthy@neterion.com
3935 L:      netdev@vger.kernel.org
3936 W:      http://trac.neterion.com/cgi-bin/trac.cgi/wiki/Linux?Anonymous
3937 W:      http://trac.neterion.com/cgi-bin/trac.cgi/wiki/X3100Linux?Anonymous
3938 S:      Supported
3939 F:      Documentation/networking/s2io.txt
3940 F:      drivers/net/s2io*
3941
3942 NETFILTER/IPTABLES/IPCHAINS
3943 P:      Rusty Russell
3944 P:      Marc Boucher
3945 P:      James Morris
3946 P:      Harald Welte
3947 P:      Jozsef Kadlecsik
3948 P:      Patrick McHardy
3949 M:      kaber@trash.net
3950 L:      netfilter-devel@vger.kernel.org
3951 L:      netfilter@vger.kernel.org
3952 L:      coreteam@netfilter.org
3953 W:      http://www.netfilter.org/
3954 W:      http://www.iptables.org/
3955 S:      Supported
3956 F:      include/linux/netfilter*
3957 F:      include/linux/netfilter/
3958 F:      include/net/netfilter/
3959 F:      net/*/netfilter.c
3960 F:      net/*/netfilter/
3961 F:      net/netfilter/
3962
3963 NETLABEL
3964 P:      Paul Moore
3965 M:      paul.moore@hp.com
3966 W:      http://netlabel.sf.net
3967 L:      netdev@vger.kernel.org
3968 S:      Supported
3969 F:      Documentation/netlabel/
3970 F:      include/net/netlabel.h
3971 F:      net/netlabel/
3972
3973 NETROM NETWORK LAYER
3974 P:      Ralf Baechle
3975 M:      ralf@linux-mips.org
3976 L:      linux-hams@vger.kernel.org
3977 W:      http://www.linux-ax25.org/
3978 S:      Maintained
3979 F:      include/linux/netrom.h
3980 F:      include/net/netrom.h
3981 F:      net/netrom/
3982
3983 NETWORK BLOCK DEVICE (NBD)
3984 P:      Paul Clements
3985 M:      Paul.Clements@steeleye.com
3986 S:      Maintained
3987 F:      Documentation/blockdev/nbd.txt
3988 F:      drivers/block/nbd.c
3989 F:      include/linux/nbd.h
3990
3991 NETWORKING [GENERAL]
3992 P:      David S. Miller
3993 M:      davem@davemloft.net
3994 L:      netdev@vger.kernel.org
3995 W:      http://linux-net.osdl.org/
3996 T:      git kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6.git
3997 S:      Maintained
3998 F:      net/
3999 F:      include/net/
4000
4001 NETWORKING [IPv4/IPv6]
4002 P:      David S. Miller
4003 M:      davem@davemloft.net
4004 P:      Alexey Kuznetsov
4005 M:      kuznet@ms2.inr.ac.ru
4006 P:      Pekka Savola (ipv6)
4007 M:      pekkas@netcore.fi
4008 P:      James Morris
4009 M:      jmorris@namei.org
4010 P:      Hideaki YOSHIFUJI
4011 M:      yoshfuji@linux-ipv6.org
4012 P:      Patrick McHardy
4013 M:      kaber@trash.net
4014 L:      netdev@vger.kernel.org
4015 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.git
4016 S:      Maintained
4017 F:      net/ipv4/
4018 F:      net/ipv6/
4019 F:      include/net/ip*
4020
4021 NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
4022 P:      Paul Moore
4023 M:      paul.moore@hp.com
4024 L:      netdev@vger.kernel.org
4025 S:      Maintained
4026
4027 NETWORKING [WIRELESS]
4028 P:      John W. Linville
4029 M:      linville@tuxdriver.com
4030 L:      linux-wireless@vger.kernel.org
4031 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git
4032 S:      Maintained
4033 F:      net/wireless/
4034 F:      include/net/ieee80211*
4035 F:      include/net/wireless.h
4036
4037 NETXEN (1/10) GbE SUPPORT
4038 P:      Dhananjay Phadke
4039 M:      dhananjay@netxen.com
4040 L:      netdev@vger.kernel.org
4041 W:      http://www.netxen.com
4042 S:      Supported
4043 F:      drivers/net/netxen/
4044
4045 NFS, SUNRPC, AND LOCKD CLIENTS
4046 P:      Trond Myklebust
4047 M:      Trond.Myklebust@netapp.com
4048 L:      linux-nfs@vger.kernel.org
4049 W:      http://client.linux-nfs.org
4050 T:      git git://git.linux-nfs.org/pub/linux/nfs-2.6.git
4051 S:      Maintained
4052 F:      fs/lockd/
4053 F:      fs/nfs/
4054 F:      fs/nfs_common/
4055 F:      net/sunrpc/
4056 F:      include/linux/lockd/
4057 F:      include/linux/nfs*
4058 F:      include/linux/sunrpc/
4059
4060 NI5010 NETWORK DRIVER
4061 P:      Jan-Pascal van Best
4062 M:      janpascal@vanbest.org
4063 P:      Andreas Mohr
4064 M:      andi@lisas.de
4065 L:      netdev@vger.kernel.org
4066 S:      Maintained
4067 F:      drivers/net/ni5010.*
4068
4069 NILFS2 FILESYSTEM
4070 P:      KONISHI Ryusuke
4071 M:      konishi.ryusuke@lab.ntt.co.jp
4072 L:      users@nilfs.org
4073 W:      http://www.nilfs.org/en/
4074 S:      Supported
4075 F:      Documentation/filesystems/nilfs2.txt
4076 F:      fs/nilfs2/
4077 F:      include/linux/nilfs2_fs.h
4078
4079 NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
4080 P:      YOKOTA Hiroshi
4081 M:      yokota@netlab.is.tsukuba.ac.jp
4082 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
4083 S:      Maintained
4084 F:      Documentation/scsi/NinjaSCSI.txt
4085 F:      drivers/scsi/pcmcia/nsp_*
4086
4087 NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
4088 P:      GOTO Masanori
4089 M:      gotom@debian.or.jp
4090 P:      YOKOTA Hiroshi
4091 M:      yokota@netlab.is.tsukuba.ac.jp
4092 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
4093 S:      Maintained
4094 F:      Documentation/scsi/NinjaSCSI.txt
4095 F:      drivers/scsi/nsp32*
4096
4097 NTFS FILESYSTEM
4098 P:      Anton Altaparmakov
4099 M:      aia21@cantab.net
4100 L:      linux-ntfs-dev@lists.sourceforge.net
4101 L:      linux-kernel@vger.kernel.org
4102 W:      http://www.linux-ntfs.org/
4103 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs-2.6.git
4104 S:      Maintained
4105 F:      Documentation/filesystems/ntfs.txt
4106 F:      fs/ntfs/
4107
4108 NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
4109 P:      Antonino Daplas
4110 M:      adaplas@gmail.com
4111 L:      linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
4112 S:      Maintained
4113 F:      drivers/video/riva/
4114 F:      drivers/video/nvidia/
4115
4116 OMFS FILESYSTEM
4117 P:      Bob Copeland
4118 M:      me@bobcopeland.com
4119 L:      linux-karma-devel@lists.sourceforge.net
4120 S:      Maintained
4121 F:      Documentation/filesystems/omfs.txt
4122 F:      fs/omfs/
4123
4124 OMNIKEY CARDMAN 4000 DRIVER
4125 P:      Harald Welte
4126 M:      laforge@gnumonks.org
4127 S:      Maintained
4128 F:      drivers/char/pcmcia/cm4000_cs.c
4129 F:      include/linux/cm4000_cs.h
4130
4131 OMNIKEY CARDMAN 4040 DRIVER
4132 P:      Harald Welte
4133 M:      laforge@gnumonks.org
4134 S:      Maintained
4135 F:      drivers/char/pcmcia/cm4040_cs.*
4136
4137 OMNIVISION OV7670 SENSOR DRIVER
4138 P:      Jonathan Corbet
4139 M:      corbet@lwn.net
4140 L:      linux-media@vger.kernel.org
4141 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
4142 S:      Maintained
4143 F:      drivers/media/video/ov7670.c
4144
4145 ONENAND FLASH DRIVER
4146 P:      Kyungmin Park
4147 M:      kyungmin.park@samsung.com
4148 L:      linux-mtd@lists.infradead.org
4149 S:      Maintained
4150 F:      drivers/mtd/onenand/
4151 F:      include/linux/mtd/onenand*.h
4152
4153 ONSTREAM SCSI TAPE DRIVER
4154 P:      Willem Riede
4155 M:      osst@riede.org
4156 L:      osst-users@lists.sourceforge.net
4157 L:      linux-scsi@vger.kernel.org
4158 S:      Maintained
4159 F:      drivers/scsi/osst*
4160 F:      drivers/scsi/st*
4161
4162 OPENCORES I2C BUS DRIVER
4163 P:      Peter Korsgaard
4164 M:      jacmet@sunsite.dk
4165 L:      linux-i2c@vger.kernel.org
4166 S:      Maintained
4167 F:      Documentation/i2c/busses/i2c-ocores
4168 F:      drivers/i2c/busses/i2c-ocores.c
4169
4170 OPROFILE
4171 P:      Robert Richter
4172 M:      robert.richter@amd.com
4173 L:      oprofile-list@lists.sf.net
4174 S:      Maintained
4175 F:      arch/*/oprofile/
4176 F:      drivers/oprofile/
4177 F:      include/linux/oprofile.h
4178
4179 ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
4180 P:      Mark Fasheh
4181 M:      mfasheh@suse.com
4182 P:      Joel Becker
4183 M:      joel.becker@oracle.com
4184 L:      ocfs2-devel@oss.oracle.com (moderated for non-subscribers)
4185 W:      http://oss.oracle.com/projects/ocfs2/
4186 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mfasheh/ocfs2.git
4187 S:      Supported
4188 F:      Documentation/filesystems/ocfs2.txt
4189 F:      Documentation/filesystems/dlmfs.txt
4190 F:      fs/ocfs2/
4191
4192 ORINOCO DRIVER
4193 P:      Pavel Roskin
4194 M:      proski@gnu.org
4195 P:      David Gibson
4196 M:      hermes@gibson.dropbear.id.au
4197 L:      linux-wireless@vger.kernel.org
4198 L:      orinoco-users@lists.sourceforge.net
4199 L:      orinoco-devel@lists.sourceforge.net
4200 W:      http://www.nongnu.org/orinoco/
4201 S:      Maintained
4202 F:      drivers/net/wireless/orinoco/
4203
4204 OSD LIBRARY
4205 P:      Boaz Harrosh
4206 M:      bharrosh@panasas.com
4207 P:      Benny Halevy
4208 M:      bhalevy@panasas.com
4209 L:      osd-dev@open-osd.org
4210 W:      http://open-osd.org
4211 T:      git git://git.open-osd.org/open-osd.git
4212 S:      Maintained
4213
4214 P54 WIRELESS DRIVER
4215 P:      Michael Wu
4216 M:      flamingice@sourmilk.net
4217 L:      linux-wireless@vger.kernel.org
4218 W:      http://prism54.org
4219 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
4220 S:      Maintained
4221 F:      drivers/net/wireless/p54/
4222
4223 PA SEMI ETHERNET DRIVER
4224 P:      Olof Johansson
4225 M:      olof@lixom.net
4226 L:      netdev@vger.kernel.org
4227 S:      Maintained
4228 F:      drivers/net/pasemi_mac.*
4229
4230 PA SEMI SMBUS DRIVER
4231 P:      Olof Johansson
4232 M:      olof@lixom.net
4233 L:      linux-i2c@vger.kernel.org
4234 S:      Maintained
4235 F:      drivers/i2c/busses/i2c-pasemi.c
4236
4237 PANASONIC LAPTOP ACPI EXTRAS DRIVER
4238 P:      Harald Welte
4239 M:      laforge@gnumonks.org
4240 S:      Maintained
4241 F:      drivers/platform/x86/panasonic-laptop.c
4242
4243 PANASONIC MN10300/AM33 PORT
4244 P:      David Howells
4245 M:      dhowells@redhat.com
4246 P:      Koichi Yasutake
4247 M:      yasutake.koichi@jp.panasonic.com
4248 L:      linux-am33-list@redhat.com (moderated for non-subscribers)
4249 W:      ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
4250 S:      Maintained
4251 F:      Documentation/mn10300/
4252 F:      arch/mn10300/
4253
4254 PARALLEL PORT SUPPORT
4255 L:      linux-parport@lists.infradead.org (subscribers-only)
4256 S:      Orphan
4257 F:      drivers/parport/
4258 F:      include/linux/parport*.h
4259 F:      drivers/char/ppdev.c
4260 F:      include/linux/ppdev.h
4261
4262 PARAVIRT_OPS INTERFACE
4263 P:      Jeremy Fitzhardinge
4264 M:      jeremy@xensource.com
4265 P:      Chris Wright
4266 M:      chrisw@sous-sol.org
4267 P:      Alok Kataria
4268 M:      akataria@vmware.com
4269 P:      Rusty Russell
4270 M:      rusty@rustcorp.com.au
4271 L:      virtualization@lists.osdl.org
4272 L:      linux-kernel@vger.kernel.org
4273 S:      Supported
4274 F:      Documentation/ia64/paravirt_ops.txt
4275 F:      arch/*/kernel/paravirt*
4276 F:      arch/*/include/asm/paravirt.h
4277
4278 PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
4279 P:      Tim Waugh
4280 M:      tim@cyberelk.net
4281 L:      linux-parport@lists.infradead.org (subscribers-only)
4282 W:      http://www.torque.net/linux-pp.html
4283 S:      Maintained
4284 F:      Documentation/blockdev/paride.txt
4285 F:      drivers/block/paride/
4286
4287 PARISC ARCHITECTURE
4288 P:      Kyle McMartin
4289 M:      kyle@mcmartin.ca
4290 P:      Helge Deller
4291 M:      deller@gmx.de
4292 L:      linux-parisc@vger.kernel.org
4293 W:      http://www.parisc-linux.org/
4294 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kyle/parisc-2.6.git
4295 S:      Maintained
4296 F:      arch/parisc/
4297 F:      drivers/parisc/
4298
4299 PC87360 HARDWARE MONITORING DRIVER
4300 P:      Jim Cromie
4301 M:      jim.cromie@gmail.com
4302 L:      lm-sensors@lm-sensors.org
4303 S:      Maintained
4304 F:      Documentation/hwmon/pc87360
4305 F:      drivers/hwmon/pc87360.c
4306
4307 PC8736x GPIO DRIVER
4308 P:      Jim Cromie
4309 M:      jim.cromie@gmail.com
4310 S:      Maintained
4311 F:      drivers/char/pc8736x_gpio.c
4312
4313 PCA9532 LED DRIVER
4314 P:      Riku Voipio
4315 M:      riku.voipio@iki.fi
4316 S:      Maintained
4317 F:      drivers/leds/leds-pca9532.c
4318 F:      include/linux/leds-pca9532.h
4319
4320 PCI ERROR RECOVERY
4321 P:      Linas Vepstas
4322 M:      linas@austin.ibm.com
4323 L:      linux-kernel@vger.kernel.org
4324 L:      linux-pci@vger.kernel.org
4325 S:      Supported
4326 F:      Documentation/PCI/pci-error-recovery.txt
4327 F:      Documentation/powerpc/eeh-pci-error-recovery.txt
4328
4329 PCI SUBSYSTEM
4330 P:      Jesse Barnes
4331 M:      jbarnes@virtuousgeek.org
4332 L:      linux-kernel@vger.kernel.org
4333 L:      linux-pci@vger.kernel.org
4334 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6.git
4335 S:      Supported
4336 F:      Documentation/PCI/
4337 F:      drivers/pci/
4338 F:      include/linux/pci*
4339
4340 PCIE HOTPLUG DRIVER
4341 P:      Kristen Carlson Accardi
4342 M:      kristen.c.accardi@intel.com
4343 L:      linux-pci@vger.kernel.org
4344 S:      Supported
4345 F:      drivers/pci/pcie/
4346
4347 PCMCIA SUBSYSTEM
4348 P:      Linux PCMCIA Team
4349 L:      linux-pcmcia@lists.infradead.org
4350 W:      http://lists.infradead.org/mailman/listinfo/linux-pcmcia
4351 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
4352 S:      Maintained
4353 F:      Documentation/pcmcia/
4354 F:      drivers/pcmcia/
4355 F:      include/pcmcia/
4356
4357 PCNET32 NETWORK DRIVER
4358 P:      Don Fry
4359 M:      pcnet32@verizon.net
4360 L:      netdev@vger.kernel.org
4361 S:      Maintained
4362 F:      drivers/net/pcnet32.c
4363
4364 PER-TASK DELAY ACCOUNTING
4365 P:      Balbir Singh
4366 M:      balbir@linux.vnet.ibm.com
4367 L:      linux-kernel@vger.kernel.org
4368 S:      Maintained
4369 F:      include/linux/delayacct.h
4370 F:      kernel/delayacct.c
4371
4372 PERSONALITY HANDLING
4373 P:      Christoph Hellwig
4374 M:      hch@infradead.org
4375 L:      linux-abi-devel@lists.sourceforge.net
4376 S:      Maintained
4377 F:      include/linux/personality.h
4378
4379 PHRAM MTD DRIVER
4380 P:      Joern Engel
4381 M:      joern@lazybastard.org
4382 L:      linux-mtd@lists.infradead.org
4383 S:      Maintained
4384 F:      drivers/mtd/devices/phram.c
4385
4386 PKTCDVD DRIVER
4387 P:      Peter Osterlund
4388 M:      petero2@telia.com
4389 L:      linux-kernel@vger.kernel.org
4390 S:      Maintained
4391 F:      drivers/block/pktcdvd.c
4392 F:      include/linux/pktcdvd.h
4393
4394 POSIX CLOCKS and TIMERS
4395 P:      Thomas Gleixner
4396 M:      tglx@linutronix.de
4397 L:      linux-kernel@vger.kernel.org
4398 S:      Supported
4399 F:      fs/timerfd.c
4400 F:      include/linux/timer*
4401 F:      kernel/*timer*
4402
4403 POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
4404 P:      Anton Vorontsov
4405 M:      cbou@mail.ru
4406 P:      David Woodhouse
4407 M:      dwmw2@infradead.org
4408 L:      linux-kernel@vger.kernel.org
4409 T:      git git://git.infradead.org/battery-2.6.git
4410 S:      Maintained
4411 F:      include/linux/power_supply.h
4412 F:      drivers/power/power_supply*
4413
4414 PNP SUPPORT
4415 P:      Adam Belay
4416 M:      abelay@mit.edu
4417 P:      Bjorn Helgaas
4418 M:      bjorn.helgaas@hp.com
4419 S:      Maintained
4420 F:      drivers/pnp/
4421
4422 PNXxxxx I2C DRIVER
4423 P:      Vitaly Wool
4424 M:      vitalywool@gmail.com
4425 L:      linux-i2c@vger.kernel.org
4426 S:      Maintained
4427 F:      drivers/i2c/busses/i2c-pnx.c
4428
4429 PPP PROTOCOL DRIVERS AND COMPRESSORS
4430 P:      Paul Mackerras
4431 M:      paulus@samba.org
4432 L:      linux-ppp@vger.kernel.org
4433 S:      Maintained
4434 F:      drivers/net/ppp_*
4435
4436 PPP OVER ATM (RFC 2364)
4437 P:      Mitchell Blank Jr
4438 M:      mitch@sfgoth.com
4439 S:      Maintained
4440 F:      net/atm/pppoatm.c
4441 F:      include/linux/atmppp.h
4442
4443 PPP OVER ETHERNET
4444 P:      Michal Ostrowski
4445 M:      mostrows@earthlink.net
4446 S:      Maintained
4447 F:      drivers/net/pppoe.c
4448 F:      drivers/net/pppox.c
4449
4450 PPP OVER L2TP
4451 P:      James Chapman
4452 M:      jchapman@katalix.com
4453 S:      Maintained
4454 F:      drivers/net/pppol2tp.c
4455 F:      include/linux/if_pppol2tp.h
4456
4457 PREEMPTIBLE KERNEL
4458 P:      Robert Love
4459 M:      rml@tech9.net
4460 L:      linux-kernel@vger.kernel.org
4461 L:      kpreempt-tech@lists.sourceforge.net
4462 W:      ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
4463 S:      Supported
4464 F:      Documentation/preempt-locking.txt
4465 F:      include/linux/preempt.h
4466
4467 PRISM54 WIRELESS DRIVER
4468 P:      Luis R. Rodriguez
4469 M:      mcgrof@gmail.com
4470 L:      linux-wireless@vger.kernel.org
4471 W:      http://prism54.org
4472 S:      Maintained
4473 F:      drivers/net/wireless/prism54/
4474
4475 PROMISE DC4030 CACHING DISK CONTROLLER DRIVER
4476 P:      Peter Denison
4477 M:      promise@pnd-pc.demon.co.uk
4478 W:      http://www.pnd-pc.demon.co.uk/promise/
4479 S:      Maintained
4480
4481 PROMISE SATA TX2/TX4 CONTROLLER LIBATA DRIVER
4482 P:      Mikael Pettersson
4483 M:      mikpe@it.uu.se
4484 L:      linux-ide@vger.kernel.org
4485 S:      Maintained
4486 F:      drivers/ata/sata_promise.*
4487
4488 PS3 NETWORK SUPPORT
4489 P:      Masakazu Mokuno
4490 M:      mokuno@sm.sony.co.jp
4491 L:      netdev@vger.kernel.org
4492 L:      cbe-oss-dev@ozlabs.org
4493 S:      Supported
4494 F:      drivers/net/ps3_gelic_net.*
4495
4496 PS3 PLATFORM SUPPORT
4497 P:      Geoff Levand
4498 M:      geoffrey.levand@am.sony.com
4499 L:      linuxppc-dev@ozlabs.org
4500 L:      cbe-oss-dev@ozlabs.org
4501 S:      Supported
4502 F:      arch/powerpc/boot/ps3*
4503 F:      arch/powerpc/include/asm/lv1call.h
4504 F:      arch/powerpc/include/asm/ps3*.h
4505 F:      arch/powerpc/platforms/ps3/
4506 F:      drivers/*/ps3*
4507 F:      drivers/ps3/
4508 F:      drivers/usb/host/*ps3.c
4509
4510 PS3VRAM DRIVER
4511 P:      Jim Paris
4512 M:      jim@jtan.com
4513 L:      cbe-oss-dev@ozlabs.org
4514 S:      Maintained
4515
4516 PVRUSB2 VIDEO4LINUX DRIVER
4517 P:      Mike Isely
4518 M:      isely@pobox.com
4519 L:      pvrusb2@isely.net       (subscribers-only)
4520 L:      linux-media@vger.kernel.org
4521 W:      http://www.isely.net/pvrusb2/
4522 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
4523 S:      Maintained
4524 F:      Documentation/video4linux/README.pvrusb2
4525 F:      drivers/media/video/pvrusb2/
4526
4527 PXA2xx/PXA3xx SUPPORT
4528 P:      Eric Miao
4529 M:      eric.miao@marvell.com
4530 P:      Russell King
4531 M:      linux@arm.linux.org.uk
4532 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
4533 S:      Maintained
4534 F:      arch/arm/mach-pxa/
4535 F:      drivers/pcmcia/pxa2xx*
4536 F:      drivers/spi/pxa2xx*
4537 F:      drivers/usb/gadget/pxa2*
4538 F:      include/sound/pxa2xx-lib.h
4539 F:      sound/soc/pxa/pxa2xx*
4540
4541 PXA168 SUPPORT
4542 P:      Eric Miao
4543 M:      eric.miao@marvell.com
4544 P:      Jason Chagas
4545 M:      jason.chagas@marvell.com
4546 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
4547 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/pxa-linux-2.6.git
4548 S:      Supported
4549
4550 PXA910 SUPPORT
4551 P:      Eric Miao
4552 M:      eric.miao@marvell.com
4553 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
4554 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/pxa-linux-2.6.git
4555 S:      Supported
4556
4557 PXA MMCI DRIVER
4558 S:      Orphan
4559
4560 PXA RTC DRIVER
4561 P:      Robert Jarzmik
4562 M:      robert.jarzmik@free.fr
4563 L:      rtc-linux@googlegroups.com
4564 S:      Maintained
4565
4566 QLOGIC QLA2XXX FC-SCSI DRIVER
4567 P:      Andrew Vasquez
4568 M:      linux-driver@qlogic.com
4569 L:      linux-scsi@vger.kernel.org
4570 S:      Supported
4571 F:      Documentation/scsi/LICENSE.qla2xxx
4572 F:      drivers/scsi/qla2xxx/
4573
4574 QLOGIC QLA3XXX NETWORK DRIVER
4575 P:      Ron Mercer
4576 M:      linux-driver@qlogic.com
4577 L:      netdev@vger.kernel.org
4578 S:      Supported
4579 F:      Documentation/networking/LICENSE.qla3xxx
4580 F:      drivers/net/qla3xxx.*
4581
4582 QLOGIC QLGE 10Gb ETHERNET DRIVER
4583 P:      Ron Mercer
4584 M:      linux-driver@qlogic.com
4585 M:      ron.mercer@qlogic.com
4586 L:      netdev@vger.kernel.org
4587 S:      Supported
4588 F:      drivers/net/qlge/
4589
4590 QNX4 FILESYSTEM
4591 P:      Anders Larsen
4592 M:      al@alarsen.net
4593 L:      linux-kernel@vger.kernel.org
4594 W:      http://www.alarsen.net/linux/qnx4fs/
4595 S:      Maintained
4596 F:      fs/qnx4/
4597 F:      include/linux/qnx4_fs.h
4598 F:      include/linux/qnxtypes.h
4599
4600 RADEON FRAMEBUFFER DISPLAY DRIVER
4601 P:      Benjamin Herrenschmidt
4602 M:      benh@kernel.crashing.org
4603 L:      linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
4604 S:      Maintained
4605 F:      drivers/video/aty/radeon*
4606 F:      include/linux/radeonfb.h
4607
4608 RAGE128 FRAMEBUFFER DISPLAY DRIVER
4609 P:      Paul Mackerras
4610 M:      paulus@samba.org
4611 L:      linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
4612 S:      Maintained
4613 F:      drivers/video/aty/aty128fb.c
4614
4615 RALINK RT2X00 WIRELESS LAN DRIVER
4616 P:      rt2x00 project
4617 L:      linux-wireless@vger.kernel.org
4618 L:      users@rt2x00.serialmonkey.com
4619 W:      http://rt2x00.serialmonkey.com/
4620 S:      Maintained
4621 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ivd/rt2x00.git
4622 F:      drivers/net/wireless/rt2x00/
4623
4624 RAMDISK RAM BLOCK DEVICE DRIVER
4625 P:      Nick Piggin
4626 M:      npiggin@suse.de
4627 S:      Maintained
4628 F:      Documentation/blockdev/ramdisk.txt
4629 F:      drivers/block/brd.c
4630
4631 RANDOM NUMBER DRIVER
4632 P:      Matt Mackall
4633 M:      mpm@selenic.com
4634 S:      Maintained
4635 F:      drivers/char/random.c
4636
4637 RAPIDIO SUBSYSTEM
4638 P:      Matt Porter
4639 M:      mporter@kernel.crashing.org
4640 L:      linux-kernel@vger.kernel.org
4641 S:      Maintained
4642 F:      drivers/rapidio/
4643
4644 RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
4645 P:      Corey Thomas
4646 M:      coreythomas@charter.net
4647 L:      linux-wireless@vger.kernel.org
4648 S:      Maintained
4649 F:      drivers/net/wireless/ray*
4650
4651 RCUTORTURE MODULE
4652 P:      Josh Triplett
4653 M:      josh@freedesktop.org
4654 L:      linux-kernel@vger.kernel.org
4655 S:      Maintained
4656 F:      Documentation/RCU/torture.txt
4657 F:      kernel/rcutorture.c
4658
4659 RDC R-321X SoC
4660 P:      Florian Fainelli
4661 M:      florian.fainelli@telecomint.eu
4662 L:      linux-kernel@vger.kernel.org
4663 S:      Maintained
4664
4665 RDC R6040 FAST ETHERNET DRIVER
4666 P:      Florian Fainelli
4667 M:      florian.fainelli@telecomint.eu
4668 L:      netdev@vger.kernel.org
4669 S:      Maintained
4670 F:      drivers/net/r6040.c
4671
4672 RDS - RELIABLE DATAGRAM SOCKETS
4673 P:      Andy Grover
4674 M:      andy.grover@oracle.com
4675 L:      rds-devel@oss.oracle.com
4676 S:      Supported
4677 F:      net/rds/
4678
4679 READ-COPY UPDATE (RCU)
4680 P:      Dipankar Sarma
4681 M:      dipankar@in.ibm.com
4682 W:      http://www.rdrop.com/users/paulmck/rclock/
4683 L:      linux-kernel@vger.kernel.org
4684 S:      Supported
4685 F:      Documentation/RCU/rcu.txt
4686 F:      Documentation/RCU/rcuref.txt
4687 F:      include/linux/rcupdate.h
4688 F:      include/linux/srcu.h
4689 F:      kernel/rcupdate.c
4690
4691 REAL TIME CLOCK DRIVER
4692 P:      Paul Gortmaker
4693 M:      p_gortmaker@yahoo.com
4694 L:      linux-kernel@vger.kernel.org
4695 S:      Maintained
4696 F:      Documentation/rtc.txt
4697 F:      drivers/rtc/
4698 F:      include/linux/rtc.h
4699
4700 REAL TIME CLOCK (RTC) SUBSYSTEM
4701 P:      Alessandro Zummo
4702 M:      a.zummo@towertech.it
4703 L:      rtc-linux@googlegroups.com
4704 S:      Maintained
4705 F:      Documentation/rtc.txt
4706 F:      drivers/rtc/
4707 F:      include/linux/rtc.h
4708
4709 REISERFS FILE SYSTEM
4710 L:      reiserfs-devel@vger.kernel.org
4711 S:      Supported
4712 F:      fs/reiserfs/
4713
4714 RFKILL
4715 P:      Ivo van Doorn
4716 M:      IvDoorn@gmail.com
4717 L:      netdev@vger.kernel.org
4718 S:      Maintained
4719 F       Documentation/rfkill.txt
4720 F:      net/rfkill/
4721
4722 RISCOM8 DRIVER
4723 S:      Orphan
4724 F:      Documentation/serial/riscom8.txt
4725 F:      drivers/char/riscom8*
4726
4727 ROCKETPORT DRIVER
4728 P:      Comtrol Corp.
4729 W:      http://www.comtrol.com
4730 S:      Maintained
4731 F:      Documentation/serial/rocket.txt
4732 F:      drivers/char/rocket*
4733
4734 ROSE NETWORK LAYER
4735 P:      Ralf Baechle
4736 M:      ralf@linux-mips.org
4737 L:      linux-hams@vger.kernel.org
4738 W:      http://www.linux-ax25.org/
4739 S:      Maintained
4740 F:      include/linux/rose.h
4741 F:      include/net/rose.h
4742 F:      net/rose/
4743
4744 RTL8180 WIRELESS DRIVER
4745 P:      John W. Linville
4746 M:      linville@tuxdriver.com
4747 L:      linux-wireless@vger.kernel.org
4748 W:      http://linuxwireless.org/
4749 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
4750 S:      Maintained
4751 F:      drivers/net/wireless/rtl818*
4752
4753 RTL8187 WIRELESS DRIVER
4754 P:      Herton Ronaldo Krzesinski
4755 M:      herton@mandriva.com.br
4756 P:      Hin-Tak Leung
4757 M:      htl10@users.sourceforge.net
4758 P:      Larry Finger
4759 M:      Larry.Finger@lwfinger.net
4760 L:      linux-wireless@vger.kernel.org
4761 W:      http://linuxwireless.org/
4762 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
4763 S:      Maintained
4764 F:      drivers/net/wireless/rtl818x/rtl8187*
4765
4766 S3 SAVAGE FRAMEBUFFER DRIVER
4767 P:      Antonino Daplas
4768 M:      adaplas@gmail.com
4769 L:      linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
4770 S:      Maintained
4771 F:      drivers/video/savage/
4772
4773 S390
4774 P:      Martin Schwidefsky
4775 M:      schwidefsky@de.ibm.com
4776 P:      Heiko Carstens
4777 M:      heiko.carstens@de.ibm.com
4778 M:      linux390@de.ibm.com
4779 L:      linux-s390@vger.kernel.org
4780 W:      http://www.ibm.com/developerworks/linux/linux390/
4781 S:      Supported
4782 F:      arch/s390/
4783
4784 S390 NETWORK DRIVERS
4785 P:      Ursula Braun
4786 M:      ursula.braun@de.ibm.com
4787 P:      Frank Blaschka
4788 M:      blaschka@linux.vnet.ibm.com
4789 M:      linux390@de.ibm.com
4790 L:      linux-s390@vger.kernel.org
4791 W:      http://www.ibm.com/developerworks/linux/linux390/
4792 S:      Supported
4793 F:      drivers/s390/net/
4794
4795 S390 ZCRYPT DRIVER
4796 P:      Felix Beck
4797 M:      felix.beck@de.ibm.com
4798 P:      Ralph Wuerthner
4799 M:      ralph.wuerthner@de.ibm.com
4800 M:      linux390@de.ibm.com
4801 L:      linux-s390@vger.kernel.org
4802 S:      Supported
4803 F:      drivers/s390/crypto/
4804
4805 S390 ZFCP DRIVER
4806 P:      Christof Schmitt
4807 M:      christof.schmitt@de.ibm.com
4808 P:      Martin Peschke
4809 M:      mp3@de.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:      Documentation/s390/zfcpdump.txt
4815 F:      drivers/s390/scsi/zfcp_*
4816
4817 S390 IUCV NETWORK LAYER
4818 P:      Ursula Braun
4819 M:      ursula.braun@de.ibm.com
4820 M:      linux390@de.ibm.com
4821 L:      linux-s390@vger.kernel.org
4822 W:      http://www.ibm.com/developerworks/linux/linux390/
4823 S:      Supported
4824 F:      drivers/s390/net/*iucv*
4825 F:      include/net/iucv/
4826 F:      net/iucv/
4827
4828 S3C24XX SD/MMC Driver
4829 P:      Ben Dooks
4830 M:      ben-linux@fluff.org
4831 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
4832 L:      linux-kernel@vger.kernel.org
4833 S:      Supported
4834 F:      drivers/mmc/host/s3cmci.*
4835
4836 SAA7146 VIDEO4LINUX-2 DRIVER
4837 P:      Michael Hunold
4838 M:      michael@mihu.de
4839 L:      linux-media@vger.kernel.org
4840 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
4841 W:      http://www.mihu.de/linux/saa7146
4842 S:      Maintained
4843 F:      drivers/media/common/saa7146*
4844 F:      drivers/media/video/*7146*
4845 F:      include/media/*7146*
4846
4847 SC1200 WDT DRIVER
4848 P:      Zwane Mwaikambo
4849 M:      zwane@arm.linux.org.uk
4850 S:      Maintained
4851 F:      drivers/watchdog/sc1200wdt.c
4852
4853 SCHEDULER
4854 P:      Ingo Molnar
4855 M:      mingo@elte.hu
4856 P:      Peter Zijlstra
4857 M:      peterz@infradead.org
4858 L:      linux-kernel@vger.kernel.org
4859 S:      Maintained
4860 F:      kernel/sched*
4861 F:      include/linux/sched.h
4862
4863 SCSI CDROM DRIVER
4864 P:      Jens Axboe
4865 M:      axboe@kernel.dk
4866 L:      linux-scsi@vger.kernel.org
4867 W:      http://www.kernel.dk
4868 S:      Maintained
4869 F:      drivers/scsi/sr*
4870
4871 SCSI SG DRIVER
4872 P:      Doug Gilbert
4873 M:      dgilbert@interlog.com
4874 L:      linux-scsi@vger.kernel.org
4875 W:      http://www.torque.net/sg
4876 S:      Maintained
4877 F:      drivers/scsi/sg.c
4878 F:      include/scsi/sg.h
4879
4880 SCSI SUBSYSTEM
4881 P:      James E.J. Bottomley
4882 M:      James.Bottomley@HansenPartnership.com
4883 L:      linux-scsi@vger.kernel.org
4884 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
4885 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6.git
4886 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-pending-2.6.git
4887 S:      Maintained
4888 F:      drivers/scsi/
4889 F:      include/scsi/
4890
4891 SCSI TAPE DRIVER
4892 P:      Kai Mäkisara
4893 M:      Kai.Makisara@kolumbus.fi
4894 L:      linux-scsi@vger.kernel.org
4895 S:      Maintained
4896 F:      Documentation/scsi/st.txt
4897 F:      drivers/scsi/st*
4898
4899 SCTP PROTOCOL
4900 P:      Vlad Yasevich
4901 M:      vladislav.yasevich@hp.com
4902 P:      Sridhar Samudrala
4903 M:      sri@us.ibm.com
4904 L:      linux-sctp@vger.kernel.org
4905 W:      http://lksctp.sourceforge.net
4906 S:      Supported
4907 F:      Documentation/networking/sctp.txt
4908 F:      include/linux/sctp.h
4909 F:      include/net/sctp/
4910 F:      net/sctp/
4911
4912 SCx200 CPU SUPPORT
4913 P:      Jim Cromie
4914 M:      jim.cromie@gmail.com
4915 S:      Odd Fixes
4916 F:      Documentation/i2c/busses/scx200_acb
4917 F:      arch/x86/kernel/scx200_32.c
4918 F:      drivers/watchdog/scx200_wdt.c
4919 F:      drivers/i2c/busses/scx200*
4920 F:      drivers/mtd/maps/scx200_docflash.c
4921 F:      include/linux/scx200.h
4922
4923 SCx200 GPIO DRIVER
4924 P:      Jim Cromie
4925 M:      jim.cromie@gmail.com
4926 S:      Maintained
4927 F:      drivers/char/scx200_gpio.c
4928 F:      include/linux/scx200_gpio.h
4929
4930 SCx200 HRT CLOCKSOURCE DRIVER
4931 P:      Jim Cromie
4932 M:      jim.cromie@gmail.com
4933 S:      Maintained
4934 F:      drivers/clocksource/scx200_hrt.c
4935
4936 SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
4937 P:      Sascha Sommer
4938 M:      saschasommer@freenet.de
4939 L:      sdricohcs-devel@lists.sourceforge.net (subscribers-only)
4940 S:      Maintained
4941 F:      drivers/mmc/host/sdricoh_cs.c
4942
4943 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
4944 P:      Pierre Ossman
4945 M:      pierre@ossman.eu
4946 L:      sdhci-devel@lists.ossman.eu
4947 S:      Maintained
4948
4949 SECURE DIGITAL HOST CONTROLLER INTERFACE, OPEN FIRMWARE BINDINGS (SDHCI-OF)
4950 P:      Anton Vorontsov
4951 M:      avorontsov@ru.mvista.com
4952 L:      linuxppc-dev@ozlabs.org
4953 L:      sdhci-devel@lists.ossman.eu
4954 S:      Maintained
4955 F:      drivers/mmc/host/sdhci.*
4956
4957 SECURITY SUBSYSTEM
4958 P:      James Morris
4959 M:      jmorris@namei.org
4960 L:      linux-kernel@vger.kernel.org
4961 L:      linux-security-module@vger.kernel.org (suggested Cc:)
4962 T:      git git://www.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6.git
4963 W:      http://security.wiki.kernel.org/
4964 S:      Supported
4965 F:      security/
4966
4967 SECURITY CONTACT
4968 P:      Security Officers
4969 M:      security@kernel.org
4970 S:      Supported
4971
4972 SELINUX SECURITY MODULE
4973 P:      Stephen Smalley
4974 M:      sds@tycho.nsa.gov
4975 P:      James Morris
4976 M:      jmorris@namei.org
4977 P:      Eric Paris
4978 M:      eparis@parisplace.org
4979 L:      linux-kernel@vger.kernel.org (kernel issues)
4980 L:      selinux@tycho.nsa.gov (subscribers-only, general discussion)
4981 W:      http://selinuxproject.org
4982 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6.git
4983 S:      Supported
4984 F:      include/linux/selinux*
4985 F:      security/selinux/
4986
4987 SENSABLE PHANTOM
4988 P:      Jiri Slaby
4989 M:      jirislaby@gmail.com
4990 S:      Maintained
4991 F:      drivers/misc/phantom.c
4992 F:      include/linux/phantom.h
4993
4994 SERIAL ATA (SATA) SUBSYSTEM
4995 P:      Jeff Garzik
4996 M:      jgarzik@pobox.com
4997 L:      linux-ide@vger.kernel.org
4998 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
4999 S:      Supported
5000 F:      drivers/ata/
5001 F:      include/linux/ata.h
5002 F:      include/linux/libata.h
5003
5004 SERVER ENGINES 10Gbps NIC - BladeEngine 2 DRIVER
5005 P:      Sathya Perla
5006 M:      sathyap@serverengines.com
5007 P:      Subbu Seetharaman
5008 M:      subbus@serverengines.com
5009 L:      netdev@vger.kernel.org
5010 W:      http://www.serverengines.com
5011 S:      Supported
5012 F:      drivers/net/benet/
5013
5014 SFC NETWORK DRIVER
5015 P:      Steve Hodgson
5016 P:      Ben Hutchings
5017 P:      Robert Stonehouse
5018 M:      linux-net-drivers@solarflare.com
5019 S:      Supported
5020 F:      drivers/net/sfc/
5021
5022 SGI GRU DRIVER
5023 P:      Jack Steiner
5024 M:      steiner@sgi.com
5025 S:      Maintained
5026 F:      drivers/misc/sgi-gru/
5027
5028 SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
5029 P:      Pat Gefre
5030 M:      pfg@sgi.com
5031 L:      linux-ia64@vger.kernel.org
5032 S:      Supported
5033 F:      Documentation/ia64/serial.txt
5034 F:      drivers/serial/ioc?_serial.c
5035 F:      include/linux/ioc?.h
5036
5037 SGI VISUAL WORKSTATION 320 AND 540
5038 P:      Andrey Panin
5039 M:      pazke@donpac.ru
5040 L:      linux-visws-devel@lists.sf.net
5041 W:      http://linux-visws.sf.net
5042 S:      Maintained for 2.6.
5043 F:      Documentation/sgi-visws.txt
5044
5045 SGI XP/XPC/XPNET DRIVER
5046 P:      Robin Holt
5047 M:      holt@sgi.com
5048 S:      Maintained
5049 F:      drivers/misc/sgi-xp/
5050
5051 SHARP LH SUPPORT (LH7952X & LH7A40X)
5052 P:      Marc Singer
5053 M:      elf@buici.com
5054 W:      http://projects.buici.com/arm
5055 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
5056 S:      Maintained
5057 F:      Documentation/arm/Sharp-LH/ADC-LH7-Touchscreen
5058 F:      arch/arm/mach-lh7a40x/
5059 F:      drivers/serial/serial_lh7a40x.c
5060 F:      drivers/usb/gadget/lh7a40*
5061 F:      drivers/usb/host/ohci-lh7a40*
5062
5063 SHPC HOTPLUG DRIVER
5064 P:      Kristen Carlson Accardi
5065 M:      kristen.c.accardi@intel.com
5066 L:      linux-pci@vger.kernel.org
5067 S:      Supported
5068 F:      drivers/pci/hotplug/shpchp*
5069
5070 SIMTEC EB110ATX (Chalice CATS)
5071 P:      Ben Dooks
5072 P:      Vincent Sanders
5073 M:      support@simtec.co.uk
5074 W:      http://www.simtec.co.uk/products/EB110ATX/
5075 S:      Supported
5076 F:      arch/arm/mach-ebsa110/
5077
5078 SIMTEC EB2410ITX (BAST)
5079 P:      Ben Dooks
5080 P:      Vincent Sanders
5081 M:      support@simtec.co.uk
5082 W:      http://www.simtec.co.uk/products/EB2410ITX/
5083 S:      Supported
5084 F:      arch/arm/mach-s3c2410/
5085 F:      drivers/*/*s3c2410*
5086 F:      drivers/*/*/*s3c2410*
5087
5088 SIS 190 ETHERNET DRIVER
5089 P:      Francois Romieu
5090 M:      romieu@fr.zoreil.com
5091 L:      netdev@vger.kernel.org
5092 S:      Maintained
5093 F:      drivers/net/sis190.c
5094
5095 SIS 900/7016 FAST ETHERNET DRIVER
5096 P:      Daniele Venzano
5097 M:      venza@brownhat.org
5098 W:      http://www.brownhat.org/sis900.html
5099 L:      netdev@vger.kernel.org
5100 S:      Maintained
5101 F:      drivers/net/sis900.*
5102
5103 SIS 96X I2C/SMBUS DRIVER
5104 P:      Mark M. Hoffman
5105 M:      mhoffman@lightlink.com
5106 L:      linux-i2c@vger.kernel.org
5107 S:      Maintained
5108 F:      Documentation/i2c/busses/i2c-sis96x
5109 F:      drivers/i2c/busses/i2c-sis96x.c
5110
5111 SIS FRAMEBUFFER DRIVER
5112 P:      Thomas Winischhofer
5113 M:      thomas@winischhofer.net
5114 W:      http://www.winischhofer.net/linuxsisvga.shtml
5115 S:      Maintained
5116 F:      Documentation/fb/sisfb.txt
5117 F:      drivers/video/sis/
5118 F:      include/video/sisfb.h
5119
5120 SIS USB2VGA DRIVER
5121 P:      Thomas Winischhofer
5122 M:      thomas@winischhofer.net
5123 W:      http://www.winischhofer.at/linuxsisusbvga.shtml
5124 S:      Maintained
5125 F:      drivers/usb/misc/sisusbvga/
5126
5127 SKGE, SKY2 10/100/1000 GIGABIT ETHERNET DRIVERS
5128 P:      Stephen Hemminger
5129 M:      shemminger@linux-foundation.org
5130 L:      netdev@vger.kernel.org
5131 S:      Maintained
5132 F:      drivers/net/skge.*
5133 F:      drivers/net/sky2.*
5134
5135 SLAB ALLOCATOR
5136 P:      Christoph Lameter
5137 M:      cl@linux-foundation.org
5138 P:      Pekka Enberg
5139 M:      penberg@cs.helsinki.fi
5140 P:      Matt Mackall
5141 M:      mpm@selenic.com
5142 L:      linux-mm@kvack.org
5143 S:      Maintained
5144 F:      include/linux/sl?b*.h
5145 F:      mm/sl?b.c
5146
5147 SMC91x ETHERNET DRIVER
5148 P:      Nicolas Pitre
5149 M:      nico@cam.org
5150 S:      Maintained
5151 F:      drivers/net/smc91x.*
5152
5153 SMSC47B397 HARDWARE MONITOR DRIVER
5154 P:      Mark M. Hoffman
5155 M:      mhoffman@lightlink.com
5156 L:      lm-sensors@lm-sensors.org
5157 S:      Maintained
5158 F:      Documentation/hwmon/smsc47b397
5159 F:      drivers/hwmon/smsc47b397.c
5160
5161 SMSC911x ETHERNET DRIVER
5162 P:      Steve Glendinning
5163 M:      steve.glendinning@smsc.com
5164 L:      netdev@vger.kernel.org
5165 S:      Supported
5166 F:      include/linux/smsc911x.h
5167 F:      drivers/net/smsc911x.*
5168
5169 SMSC9420 PCI ETHERNET DRIVER
5170 P:      Steve Glendinning
5171 M:      steve.glendinning@smsc.com
5172 L:      netdev@vger.kernel.org
5173 S:      Supported
5174 F:      drivers/net/smsc9420.*
5175
5176 SMX UIO Interface
5177 P:      Ben Nizette
5178 M:      bn@niasdigital.com
5179 S:      Maintained
5180 F:      drivers/uio/uio_smx.c
5181
5182 SN-IA64 (Itanium) SUB-PLATFORM
5183 P:      Jes Sorensen
5184 M:      jes@sgi.com
5185 L:      linux-altix@sgi.com
5186 L:      linux-ia64@vger.kernel.org
5187 W:      http://www.sgi.com/altix
5188 S:      Maintained
5189 F:      arch/ia64/sn/
5190
5191 SOC-CAMERA V4L2 SUBSYSTEM
5192 P:      Guennadi Liakhovetski
5193 M:      g.liakhovetski@gmx.de
5194 L:      linux-media@vger.kernel.org
5195 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
5196 S:      Maintained
5197 F:      include/media/v4l2*
5198 F:      drivers/media/video/v4l2*
5199
5200 SOEKRIS NET48XX LED SUPPORT
5201 P:      Chris Boot
5202 M:      bootc@bootc.net
5203 S:      Maintained
5204 F:      drivers/leds/leds-net48xx.c
5205
5206 SOFTWARE RAID (Multiple Disks) SUPPORT
5207 P:      Neil Brown
5208 M:      neilb@suse.de
5209 L:      linux-raid@vger.kernel.org
5210 S:      Supported
5211 F:      drivers/md/
5212 F:      include/linux/raid/
5213
5214 SONIC NETWORK DRIVER
5215 P:      Thomas Bogendoerfer
5216 M:      tsbogend@alpha.franken.de
5217 L:      netdev@vger.kernel.org
5218 S:      Maintained
5219 F:      drivers/net/sonic.*
5220
5221 SONICS SILICON BACKPLANE DRIVER (SSB)
5222 P:      Michael Buesch
5223 M:      mb@bu3sch.de
5224 L:      netdev@vger.kernel.org
5225 S:      Maintained
5226 F:      drivers/ssb/
5227 F:      include/linux/ssb/
5228
5229 SONY VAIO CONTROL DEVICE DRIVER
5230 P:      Mattia Dongili
5231 M:      malattia@linux.it
5232 L:      linux-acpi@vger.kernel.org
5233 W:      http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
5234 S:      Maintained
5235 F:      Documentation/laptops/sony-laptop.txt
5236 F:      drivers/char/sonypi.c
5237 F:      drivers/platform/x86/sony-laptop.c
5238 F:      include/linux/sony-laptop.h
5239
5240 SONY MEMORYSTICK CARD SUPPORT
5241 P:      Alex Dubov
5242 M:      oakad@yahoo.com
5243 L:      linux-kernel@vger.kernel.org
5244 W:      http://tifmxx.berlios.de/
5245 S:      Maintained
5246 F:      drivers/memstick/host/tifm_ms.c
5247
5248 SOUND
5249 P:      Jaroslav Kysela
5250 M:      perex@perex.cz
5251 P:      Takashi Iwai
5252 M:      tiwai@suse.de
5253 L:      alsa-devel@alsa-project.org (subscribers-only)
5254 W:      http://www.alsa-project.org/
5255 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6.git
5256 T:      git git://git.alsa-project.org/alsa-kernel.git
5257 S:      Maintained
5258 F:      Documentation/sound/
5259 F:      include/sound/
5260 F:      sound/
5261
5262 SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC)
5263 P:      Liam Girdwood
5264 M:      lrg@slimlogic.co.uk
5265 P:      Mark Brown
5266 M:      broonie@opensource.wolfsonmicro.com
5267 T:      git git://opensource.wolfsonmicro.com/linux-2.6-asoc
5268 L:      alsa-devel@alsa-project.org (subscribers-only)
5269 W:      http://alsa-project.org/main/index.php/ASoC
5270 S:      Supported
5271 F:      sound/soc/
5272
5273 SPARC + UltraSPARC (sparc/sparc64)
5274 P:      David S. Miller
5275 M:      davem@davemloft.net
5276 L:      sparclinux@vger.kernel.org
5277 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6.git
5278 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next-2.6.git
5279 S:      Maintained
5280 F:      arch/sparc/
5281
5282 SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER
5283 P:      Roger Wolff
5284 M:      R.E.Wolff@BitWizard.nl
5285 L:      linux-kernel@vger.kernel.org
5286 S:      Supported
5287 F:      Documentation/serial/specialix.txt
5288 F:      drivers/char/specialix*
5289
5290 SPI SUBSYSTEM
5291 P:      David Brownell
5292 M:      dbrownell@users.sourceforge.net
5293 L:      spi-devel-general@lists.sourceforge.net
5294 S:      Maintained
5295 F:      Documentation/spi/
5296 F:      drivers/spi/
5297 F:      include/linux/spi/
5298
5299 SPIDERNET NETWORK DRIVER for CELL
5300 P:      Ishizaki Kou
5301 M:      kou.ishizaki@toshiba.co.jp
5302 P:      Jens Osterkamp
5303 M:      jens@de.ibm.com
5304 L:      netdev@vger.kernel.org
5305 S:      Supported
5306 F:      Documentation/networking/spider_net.txt
5307 F:      drivers/net/spider_net*
5308
5309 SPU FILE SYSTEM
5310 P:      Jeremy Kerr
5311 M:      jk@ozlabs.org
5312 L:      linuxppc-dev@ozlabs.org
5313 L:      cbe-oss-dev@ozlabs.org
5314 W:      http://www.ibm.com/developerworks/power/cell/
5315 S:      Supported
5316 F:      Documentation/filesystems/spufs.txt
5317 F:      arch/powerpc/platforms/cell/spufs/
5318
5319 SQUASHFS FILE SYSTEM
5320 P:      Phillip Lougher
5321 M:      phillip@lougher.demon.co.uk
5322 L:      squashfs-devel@lists.sourceforge.net (subscribers-only)
5323 W:      http://squashfs.org.uk
5324 S:      Maintained
5325 F:      Documentation/filesystems/squashfs.txt
5326 F:      fs/squashfs/
5327
5328 SRM (Alpha) environment access
5329 P:      Jan-Benedict Glaw
5330 M:      jbglaw@lug-owl.de
5331 L:      linux-kernel@vger.kernel.org
5332 S:      Maintained
5333 F:      arch/alpha/kernel/srm_env.c
5334
5335 STABLE BRANCH
5336 P:      Greg Kroah-Hartman
5337 M:      greg@kroah.com
5338 P:      Chris Wright
5339 M:      chrisw@sous-sol.org
5340 L:      stable@kernel.org
5341 S:      Maintained
5342
5343 STAGING SUBSYSTEM
5344 P:      Greg Kroah-Hartman
5345 M:      gregkh@suse.de
5346 L:      linux-kernel@vger.kernel.org
5347 T:      quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
5348 S:      Maintained
5349 F:      drivers/staging/
5350
5351 STARFIRE/DURALAN NETWORK DRIVER
5352 P:      Ion Badulescu
5353 M:      ionut@cs.columbia.edu
5354 S:      Maintained
5355 F:      drivers/net/starfire*
5356
5357 STARMODE RADIO IP (STRIP) PROTOCOL DRIVER
5358 W:      http://mosquitonet.Stanford.EDU/strip.html
5359 S:      Orphan
5360 F:      drivers/net/wireless/strip.c
5361 F:      include/linux/if_strip.h
5362
5363 STRADIS MPEG-2 DECODER DRIVER
5364 P:      Nathan Laredo
5365 M:      laredo@gnu.org
5366 W:      http://www.stradis.com/
5367 S:      Maintained
5368 F:      drivers/media/video/stradis.c
5369
5370 SUN3/3X
5371 P:      Sam Creasey
5372 M:      sammy@sammy.net
5373 W:      http://sammy.net/sun3/
5374 S:      Maintained
5375 F:      arch/m68k/kernel/*sun3*
5376 F:      arch/m68k/sun3*/
5377 F:      arch/m68k/include/asm/sun3*
5378
5379 SUPERH
5380 P:      Paul Mundt
5381 M:      lethal@linux-sh.org
5382 L:      linux-sh@vger.kernel.org
5383 W:      http://www.linux-sh.org
5384 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6.git
5385 S:      Supported
5386 F:      Documentation/sh/
5387 F:      arch/sh/
5388 F:      drivers/sh/
5389
5390 SUSPEND TO RAM
5391 P:      Len Brown
5392 M:      len.brown@intel.com
5393 P:      Pavel Machek
5394 M:      pavel@ucw.cz
5395 P:      Rafael J. Wysocki
5396 M:      rjw@sisk.pl
5397 L:      linux-pm@lists.linux-foundation.org
5398 S:      Supported
5399 F:      Documentation/power/
5400 F:      arch/x86/kernel/acpi/
5401 F:      drivers/base/power/
5402 F:      kernel/power/
5403 F:      include/linux/suspend.h
5404 F:      include/linux/freezer.h
5405 F:      include/linux/pm.h
5406
5407 SVGA HANDLING
5408 P:      Martin Mares
5409 M:      mj@ucw.cz
5410 L:      linux-video@atrey.karlin.mff.cuni.cz
5411 S:      Maintained
5412 F:      Documentation/svga.txt
5413 F:      arch/x86/boot/video*
5414
5415 SYSV FILESYSTEM
5416 P:      Christoph Hellwig
5417 M:      hch@infradead.org
5418 S:      Maintained
5419 F:      Documentation/filesystems/sysv-fs.txt
5420 F:      fs/sysv/
5421 F:      include/linux/sysv_fs.h
5422
5423 TASKSTATS STATISTICS INTERFACE
5424 P:      Balbir Singh
5425 M:      balbir@linux.vnet.ibm.com
5426 L:      linux-kernel@vger.kernel.org
5427 S:      Maintained
5428 F:      Documentation/accounting/taskstats*
5429 F:      include/linux/taskstats*
5430 F:      kernel/taskstats.c
5431
5432 TC CLASSIFIER
5433 P:      Jamal Hadi Salim
5434 M:      hadi@cyberus.ca
5435 L:      netdev@vger.kernel.org
5436 S:      Maintained
5437 F:      include/linux/pkt_cls.h
5438 F:      include/net/pkt_cls.h
5439 F:      net/sched/
5440
5441 TCP LOW PRIORITY MODULE
5442 P:      Wong Hoi Sing, Edison
5443 M:      hswong3i@gmail.com
5444 P:      Hung Hing Lun, Mike
5445 M:      hlhung3i@gmail.com
5446 W:      http://tcp-lp-mod.sourceforge.net/
5447 S:      Maintained
5448 F:      net/ipv4/tcp_lp.c
5449
5450 TEHUTI ETHERNET DRIVER
5451 P:      Alexander Indenbaum
5452 M:      baum@tehutinetworks.net
5453 P:      Andy Gospodarek
5454 M:      andy@greyhouse.net
5455 L:      netdev@vger.kernel.org
5456 S:      Supported
5457 F:      drivers/net/tehuti*
5458
5459 Telecom Clock Driver for MCPL0010
5460 P:      Mark Gross
5461 M:      mark.gross@intel.com
5462 S:      Supported
5463 F:      drivers/char/tlclk.c
5464
5465 TENSILICA XTENSA PORT (xtensa)
5466 P:      Chris Zankel
5467 M:      chris@zankel.net
5468 S:      Maintained
5469 F:      arch/xtensa/
5470
5471 THINKPAD ACPI EXTRAS DRIVER
5472 P:      Henrique de Moraes Holschuh
5473 M:      ibm-acpi@hmh.eng.br
5474 L:      ibm-acpi-devel@lists.sourceforge.net
5475 W:      http://ibm-acpi.sourceforge.net
5476 W:      http://thinkwiki.org/wiki/Ibm-acpi
5477 T:      git git://repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
5478 S:      Maintained
5479 F:      drivers/platform/x86/thinkpad_acpi.c
5480
5481 TI FLASH MEDIA INTERFACE DRIVER
5482 P:      Alex Dubov
5483 M:      oakad@yahoo.com
5484 S:      Maintained
5485 F:      drivers/misc/tifm*
5486 F:      drivers/mmc/host/tifm_sd.c
5487 F:      include/linux/tifm.h
5488
5489 TI OMAP MMC INTERFACE DRIVER
5490 P:      Carlos Aguiar, Anderson Briglia and Syed Khasim
5491 M:      linux-omap@vger.kernel.org
5492 W:      http://linux.omap.com
5493 W:      http://www.muru.com/linux/omap/
5494 S:      Maintained
5495 F:      drivers/mmc/host/omap.c
5496
5497 TI OMAP RANDOM NUMBER GENERATOR SUPPORT
5498 P:      Deepak Saxena
5499 M:      dsaxena@plexity.net
5500 S:      Maintained
5501 F:      drivers/char/hw_random/omap-rng.c
5502
5503 TIPC NETWORK LAYER
5504 P:      Per Liden
5505 M:      per.liden@ericsson.com
5506 P:      Jon Maloy
5507 M:      jon.maloy@ericsson.com
5508 P:      Allan Stephens
5509 M:      allan.stephens@windriver.com
5510 L:      tipc-discussion@lists.sourceforge.net
5511 W:      http://tipc.sourceforge.net/
5512 W:      http://tipc.cslab.ericsson.net/
5513 T:      git git://tipc.cslab.ericsson.net/pub/git/tipc.git
5514 S:      Maintained
5515 F:      include/linux/tipc*.h
5516 F:      include/net/tipc/
5517 F:      net/tipc/
5518
5519 TLAN NETWORK DRIVER
5520 P:      Samuel Chessman
5521 M:      chessman@tux.org
5522 L:      tlan-devel@lists.sourceforge.net (subscribers-only)
5523 W:      http://sourceforge.net/projects/tlan/
5524 S:      Maintained
5525 F:      Documentation/networking/tlan.txt
5526 F:      drivers/net/tlan.*
5527
5528 TOMOYO SECURITY MODULE
5529 P:      Kentaro Takeda
5530 M:      takedakn@nttdata.co.jp
5531 P:      Tetsuo Handa
5532 M:      penguin-kernel@I-love.SAKURA.ne.jp
5533 L:      linux-kernel@vger.kernel.org (kernel issues)
5534 L:      tomoyo-users-en@lists.sourceforge.jp (subscribers-only, for developers and users in English)
5535 L:      tomoyo-dev@lists.sourceforge.jp (subscribers-only, for developers in Japanese)
5536 L:      tomoyo-users@lists.sourceforge.jp (subscribers-only, for users in Japanese)
5537 W:      http://tomoyo.sourceforge.jp/
5538 T:      quilt http://svn.sourceforge.jp/svnroot/tomoyo/trunk/2.2.x/tomoyo-lsm/patches/
5539 S:      Maintained
5540 F:      security/tomoyo/
5541
5542 TOSHIBA ACPI EXTRAS DRIVER
5543 S:      Orphan
5544 F:      drivers/platform/x86/toshiba_acpi.c
5545
5546 TOSHIBA SMM DRIVER
5547 P:      Jonathan Buzzard
5548 M:      jonathan@buzzard.org.uk
5549 L:      tlinux-users@tce.toshiba-dme.co.jp
5550 W:      http://www.buzzard.org.uk/toshiba/
5551 S:      Maintained
5552 F:      drivers/char/toshiba.c
5553 F:      include/linux/toshiba.h
5554
5555 TMIO MMC DRIVER
5556 P:      Ian Molton
5557 M:      ian@mnementh.co.uk
5558 S:      Maintained
5559 F:      drivers/mmc/host/tmio_mmc.*
5560
5561 TPM DEVICE DRIVER
5562 P:      Debora Velarde
5563 M:      debora@linux.vnet.ibm.com
5564 P:      Rajiv Andrade
5565 M:      srajiv@linux.vnet.ibm.com
5566 W:      http://tpmdd.sourceforge.net
5567 P:      Marcel Selhorst
5568 M:      m.selhorst@sirrix.com
5569 W:      http://www.sirrix.com
5570 L:      tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
5571 S:      Maintained
5572 F:      drivers/char/tpm/
5573
5574 TRIVIAL PATCHES
5575 P:      Jiri Kosina
5576 M:      trivial@kernel.org
5577 L:      linux-kernel@vger.kernel.org
5578 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git
5579 S:      Maintained
5580
5581 TTY LAYER
5582 P:      Alan Cox
5583 M:      alan@lxorguk.ukuu.org.uk
5584 L:      linux-kernel@vger.kernel.org
5585 S:      Maintained
5586
5587 TULIP NETWORK DRIVERS
5588 P:      Grant Grundler
5589 M:      grundler@parisc-linux.org
5590 P:      Kyle McMartin
5591 M:      kyle@mcmartin.ca
5592 L:      netdev@vger.kernel.org
5593 S:      Maintained
5594 F:      drivers/net/tulip/
5595
5596 TUN/TAP driver
5597 P:      Maxim Krasnyansky
5598 M:      maxk@qualcomm.com
5599 L:      vtun@office.satix.net
5600 W:      http://vtun.sourceforge.net/tun
5601 S:      Maintained
5602 F:      Documentation/networking/tuntap.txt
5603 F:      arch/um/os-Linux/drivers/
5604
5605 TURBOCHANNEL SUBSYSTEM
5606 P:      Maciej W. Rozycki
5607 M:      macro@linux-mips.org
5608 S:      Maintained
5609 F:      drivers/tc/
5610 F:      include/linux/tc.h
5611
5612 U14-34F SCSI DRIVER
5613 P:      Dario Ballabio
5614 M:      ballabio_dario@emc.com
5615 L:      linux-scsi@vger.kernel.org
5616 S:      Maintained
5617 F:      drivers/scsi/u14-34f.c
5618
5619 UBI FILE SYSTEM (UBIFS)
5620 P:      Artem Bityutskiy
5621 M:      dedekind@infradead.org
5622 P:      Adrian Hunter
5623 M:      ext-adrian.hunter@nokia.com
5624 L:      linux-mtd@lists.infradead.org
5625 T:      git git://git.infradead.org/ubifs-2.6.git
5626 W:      http://www.linux-mtd.infradead.org/doc/ubifs.html
5627 S:      Maintained
5628 F:      Documentation/filesystems/ubifs.txt
5629 F:      fs/ubifs/
5630
5631 UCLINUX (AND M68KNOMMU)
5632 P:      Greg Ungerer
5633 M:      gerg@uclinux.org
5634 W:      http://www.uclinux.org/
5635 L:      uclinux-dev@uclinux.org  (subscribers-only)
5636 S:      Maintained
5637 F:      arch/m68knommu/
5638
5639 UCLINUX FOR RENESAS H8/300
5640 P:      Yoshinori Sato
5641 M:      ysato@users.sourceforge.jp
5642 W:      http://uclinux-h8.sourceforge.jp/
5643 S:      Supported
5644
5645 UDF FILESYSTEM
5646 P:      Jan Kara
5647 M:      jack@suse.cz
5648 W:      http://linux-udf.sourceforge.net
5649 S:      Maintained
5650 F:      Documentation/filesystems/udf.txt
5651 F:      fs/udf/
5652
5653 UFS FILESYSTEM
5654 P:      Evgeniy Dushistov
5655 M:      dushistov@mail.ru
5656 L:      linux-kernel@vger.kernel.org
5657 S:      Maintained
5658 F:      Documentation/filesystems/ufs.txt
5659 F:      fs/ufs/
5660
5661 ULTRA-WIDEBAND (UWB) SUBSYSTEM:
5662 P:      David Vrabel
5663 M:      david.vrabel@csr.com
5664 L:      linux-usb@vger.kernel.org
5665 S:      Supported
5666 F:      drivers/uwb/*
5667 F:      include/linux/uwb.h
5668 F:      include/linux/uwb/
5669
5670 UNIFORM CDROM DRIVER
5671 P:      Jens Axboe
5672 M:      axboe@kernel.dk
5673 L:      linux-kernel@vger.kernel.org
5674 W:      http://www.kernel.dk
5675 S:      Maintained
5676 F:      Documentation/cdrom/
5677 F:      drivers/cdrom/cdrom.c
5678 F:      include/linux/cdrom.h
5679
5680 UNSORTED BLOCK IMAGES (UBI)
5681 P:      Artem Bityutskiy
5682 M:      dedekind@infradead.org
5683 W:      http://www.linux-mtd.infradead.org/
5684 L:      linux-mtd@lists.infradead.org
5685 T:      git git://git.infradead.org/ubi-2.6.git
5686 S:      Maintained
5687 F:      drivers/mtd/ubi/
5688 F:      include/linux/mtd/ubi.h
5689 F:      include/mtd/ubi-user.h
5690
5691 USB ACM DRIVER
5692 P:      Oliver Neukum
5693 M:      oliver@neukum.name
5694 L:      linux-usb@vger.kernel.org
5695 S:      Maintained
5696 F:      Documentation/usb/acm.txt
5697 F:      drivers/usb/class/cdc-acm.*
5698
5699 USB BLOCK DRIVER (UB ub)
5700 P:      Pete Zaitcev
5701 M:      zaitcev@redhat.com
5702 L:      linux-kernel@vger.kernel.org
5703 L:      linux-usb@vger.kernel.org
5704 S:      Supported
5705 F:      drivers/block/ub.c
5706
5707 USB CDC ETHERNET DRIVER
5708 P:      Greg Kroah-Hartman
5709 M:      greg@kroah.com
5710 L:      linux-usb@vger.kernel.org
5711 S:      Maintained
5712 W:      http://www.kroah.com/linux-usb/
5713 F:      drivers/net/usb/cdc_*.c
5714 F:      include/linux/usb/cdc.h
5715
5716 USB CYPRESS C67X00 DRIVER
5717 P:      Peter Korsgaard
5718 M:      jacmet@sunsite.dk
5719 L:      linux-usb@vger.kernel.org
5720 S:      Maintained
5721 F:      drivers/usb/c67x00/
5722
5723 USB DAVICOM DM9601 DRIVER
5724 P:      Peter Korsgaard
5725 M:      jacmet@sunsite.dk
5726 L:      netdev@vger.kernel.org
5727 W:      http://www.linux-usb.org/usbnet
5728 S:      Maintained
5729 F:      drivers/net/usb/dm9601.c
5730
5731 USB DIAMOND RIO500 DRIVER
5732 P:      Cesar Miquel
5733 M:      miquel@df.uba.ar
5734 L:      rio500-users@lists.sourceforge.net
5735 W:      http://rio500.sourceforge.net
5736 S:      Maintained
5737 F:      drivers/usb/misc/rio500*
5738
5739 USB EHCI DRIVER
5740 P:      David Brownell
5741 M:      dbrownell@users.sourceforge.net
5742 L:      linux-usb@vger.kernel.org
5743 S:      Odd Fixes
5744 F:      Documentation/usb/ehci.txt
5745 F:      drivers/usb/host/ehci*
5746
5747 USB ET61X[12]51 DRIVER
5748 P:      Luca Risolia
5749 M:      luca.risolia@studio.unibo.it
5750 L:      linux-usb@vger.kernel.org
5751 L:      linux-media@vger.kernel.org
5752 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
5753 W:      http://www.linux-projects.org
5754 S:      Maintained
5755 F:      drivers/media/video/et61x251/
5756
5757 USB GADGET/PERIPHERAL SUBSYSTEM
5758 P:      David Brownell
5759 M:      dbrownell@users.sourceforge.net
5760 L:      linux-usb@vger.kernel.org
5761 W:      http://www.linux-usb.org/gadget
5762 S:      Maintained
5763 F:      drivers/usb/gadget/
5764 F:      include/linux/usb/gadget*
5765
5766 USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
5767 P:      Jiri Kosina
5768 M:      jkosina@suse.cz
5769 L:      linux-usb@vger.kernel.org
5770 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
5771 S:      Maintained
5772 F:      Documentation/usb/hiddev.txt
5773 F:      drivers/hid/usbhid/
5774
5775 USB ISP116X DRIVER
5776 P:      Olav Kongas
5777 M:      ok@artecdesign.ee
5778 L:      linux-usb@vger.kernel.org
5779 S:      Maintained
5780 F:      drivers/usb/host/isp116x*
5781 F:      include/linux/usb/isp116x.h
5782
5783 USB KAWASAKI LSI DRIVER
5784 P:      Oliver Neukum
5785 M:      oliver@neukum.name
5786 L:      linux-usb@vger.kernel.org
5787 S:      Maintained
5788 F:      drivers/usb/serial/kl5kusb105.*
5789
5790 USB MASS STORAGE DRIVER
5791 P:      Matthew Dharm
5792 M:      mdharm-usb@one-eyed-alien.net
5793 L:      linux-usb@vger.kernel.org
5794 L:      usb-storage@lists.one-eyed-alien.net
5795 S:      Maintained
5796 W:      http://www.one-eyed-alien.net/~mdharm/linux-usb/
5797 F:      drivers/usb/storage/
5798
5799 USB OHCI DRIVER
5800 P:      David Brownell
5801 M:      dbrownell@users.sourceforge.net
5802 L:      linux-usb@vger.kernel.org
5803 S:      Odd Fixes
5804 F:      Documentation/usb/ohci.txt
5805 F:      drivers/usb/host/ohci*
5806
5807 USB OPTION-CARD DRIVER
5808 P:      Matthias Urlichs
5809 M:      smurf@smurf.noris.de
5810 L:      linux-usb@vger.kernel.org
5811 S:      Maintained
5812 F:      drivers/usb/serial/option.c
5813
5814 USB OV511 DRIVER
5815 P:      Mark McClelland
5816 M:      mmcclell@bigfoot.com
5817 L:      linux-usb@vger.kernel.org
5818 W:      http://alpha.dyndns.org/ov511/
5819 S:      Maintained
5820 F:      drivers/media/video/ov511.*
5821
5822 USB PEGASUS DRIVER
5823 P:      Petko Manolov
5824 M:      petkan@users.sourceforge.net
5825 L:      linux-usb@vger.kernel.org
5826 L:      netdev@vger.kernel.org
5827 W:      http://pegasus2.sourceforge.net/
5828 S:      Maintained
5829 F:      drivers/net/usb/pegasus.*
5830
5831 USB PRINTER DRIVER (usblp)
5832 P:      Pete Zaitcev
5833 M:      zaitcev@redhat.com
5834 L:      linux-usb@vger.kernel.org
5835 S:      Supported
5836 F:      drivers/usb/class/usblp.c
5837
5838 USB RTL8150 DRIVER
5839 P:      Petko Manolov
5840 M:      petkan@users.sourceforge.net
5841 L:      linux-usb@vger.kernel.org
5842 L:      netdev@vger.kernel.org
5843 W:      http://pegasus2.sourceforge.net/
5844 S:      Maintained
5845 F:      drivers/net/usb/rtl8150.c
5846
5847 USB SE401 DRIVER
5848 P:      Jeroen Vreeken
5849 M:      pe1rxq@amsat.org
5850 L:      linux-usb@vger.kernel.org
5851 W:      http://www.chello.nl/~j.vreeken/se401/
5852 S:      Maintained
5853 F:      Documentation/video4linux/se401.txt
5854 F:      drivers/media/video/se401.*
5855
5856 USB SERIAL BELKIN F5U103 DRIVER
5857 P:      William Greathouse
5858 M:      wgreathouse@smva.com
5859 L:      linux-usb@vger.kernel.org
5860 S:      Maintained
5861 F:      drivers/usb/serial/belkin_sa.*
5862
5863 USB SERIAL CYPRESS M8 DRIVER
5864 P:      Lonnie Mendez
5865 M:      dignome@gmail.com
5866 L:      linux-usb@vger.kernel.org
5867 S:      Maintained
5868 W:      http://geocities.com/i0xox0i
5869 W:      http://firstlight.net/cvs
5870 F:      drivers/usb/serial/cypress_m8.*
5871
5872 USB SERIAL CYBERJACK DRIVER
5873 P:      Matthias Bruestle and Harald Welte
5874 M:      support@reiner-sct.com
5875 W:      http://www.reiner-sct.de/support/treiber_cyberjack.php
5876 S:      Maintained
5877 F:      drivers/usb/serial/cyberjack.c
5878
5879 USB SERIAL DIGI ACCELEPORT DRIVER
5880 P:      Peter Berger and Al Borchers
5881 M:      pberger@brimson.com
5882 M:      alborchers@steinerpoint.com
5883 L:      linux-usb@vger.kernel.org
5884 S:      Maintained
5885 F:      drivers/usb/serial/digi_acceleport.c
5886
5887 USB SERIAL DRIVER
5888 P:      Greg Kroah-Hartman
5889 M:      gregkh@suse.de
5890 L:      linux-usb@vger.kernel.org
5891 S:      Supported
5892 F:      Documentation/usb/usb-serial.txt
5893 F:      drivers/usb/serial/generic.c
5894 F:      drivers/usb/serial/usb-serial.c
5895 F:      include/linux/usb/serial.h
5896
5897 USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER
5898 P:      Gary Brubaker
5899 M:      xavyer@ix.netcom.com
5900 L:      linux-usb@vger.kernel.org
5901 S:      Maintained
5902 F:      drivers/usb/serial/empeg.c
5903
5904 USB SERIAL KEYSPAN DRIVER
5905 P:      Greg Kroah-Hartman
5906 M:      greg@kroah.com
5907 L:      linux-usb@vger.kernel.org
5908 W:      http://www.kroah.com/linux/
5909 S:      Maintained
5910 F:      drivers/usb/serial/*keyspan*
5911
5912 USB SERIAL WHITEHEAT DRIVER
5913 P:      Support Department
5914 M:      support@connecttech.com
5915 L:      linux-usb@vger.kernel.org
5916 W:      http://www.connecttech.com
5917 S:      Supported
5918 F:      drivers/usb/serial/whiteheat*
5919
5920 USB SMSC95XX ETHERNET DRIVER
5921 P:      Steve Glendinning
5922 M:      steve.glendinning@smsc.com
5923 L:      netdev@vger.kernel.org
5924 S:      Supported
5925 F:      drivers/net/usb/smsc95xx.*
5926
5927 USB SN9C1xx DRIVER
5928 P:      Luca Risolia
5929 M:      luca.risolia@studio.unibo.it
5930 L:      linux-usb@vger.kernel.org
5931 L:      linux-media@vger.kernel.org
5932 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
5933 W:      http://www.linux-projects.org
5934 S:      Maintained
5935 F:      Documentation/video4linux/sn9c102.txt
5936 F:      drivers/media/video/sn9c102/
5937
5938 USB SUBSYSTEM
5939 P:      Greg Kroah-Hartman
5940 M:      gregkh@suse.de
5941 L:      linux-usb@vger.kernel.org
5942 W:      http://www.linux-usb.org
5943 T:      quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
5944 S:      Supported
5945 F:      Documentation/usb/
5946 F:      drivers/net/usb/
5947 F:      drivers/usb/
5948 F:      include/linux/usb.h
5949 F:      include/linux/usb/
5950
5951 USB UHCI DRIVER
5952 P:      Alan Stern
5953 M:      stern@rowland.harvard.edu
5954 L:      linux-usb@vger.kernel.org
5955 S:      Maintained
5956 F:      drivers/usb/host/uhci*
5957
5958 USB "USBNET" DRIVER FRAMEWORK
5959 P:      David Brownell
5960 M:      dbrownell@users.sourceforge.net
5961 L:      netdev@vger.kernel.org
5962 W:      http://www.linux-usb.org/usbnet
5963 S:      Maintained
5964 F:      drivers/net/usb/usbnet.c
5965 F:      include/linux/usb/usbnet.h
5966
5967 USB VIDEO CLASS
5968 P:      Laurent Pinchart
5969 M:      laurent.pinchart@skynet.be
5970 L:      linux-uvc-devel@lists.berlios.de (subscribers-only)
5971 L:      linux-media@vger.kernel.org
5972 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
5973 W:      http://linux-uvc.berlios.de
5974 S:      Maintained
5975 F:      drivers/media/video/uvc/
5976
5977 USB W996[87]CF DRIVER
5978 P:      Luca Risolia
5979 M:      luca.risolia@studio.unibo.it
5980 L:      linux-usb@vger.kernel.org
5981 L:      linux-media@vger.kernel.org
5982 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
5983 W:      http://www.linux-projects.org
5984 S:      Maintained
5985 F:      Documentation/video4linux/w9968cf.txt
5986 F:      drivers/media/video/w996*
5987
5988 USB WIRELESS RNDIS DRIVER (rndis_wlan)
5989 P:      Jussi Kivilinna
5990 M:      jussi.kivilinna@mbnet.fi
5991 L:      linux-wireless@vger.kernel.org
5992 S:      Maintained
5993 F:      drivers/net/wireless/rndis_wlan.c
5994
5995 USB ZC0301 DRIVER
5996 P:      Luca Risolia
5997 M:      luca.risolia@studio.unibo.it
5998 L:      linux-usb@vger.kernel.org
5999 L:      linux-media@vger.kernel.org
6000 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
6001 W:      http://www.linux-projects.org
6002 S:      Maintained
6003 F:      Documentation/video4linux/zc0301.txt
6004 F:      drivers/media/video/zc0301/
6005
6006 USB ZD1201 DRIVER
6007 P:      Jeroen Vreeken
6008 M:      pe1rxq@amsat.org
6009 L:      linux-usb@vger.kernel.org
6010 W:      http://linux-lc100020.sourceforge.net
6011 S:      Maintained
6012 F:      drivers/net/wireless/zd1201.*
6013
6014 USB ZR364XX DRIVER
6015 P:      Antoine Jacquet
6016 M:      royale@zerezo.com
6017 L:      linux-usb@vger.kernel.org
6018 L:      linux-media@vger.kernel.org
6019 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
6020 W:      http://royale.zerezo.com/zr364xx/
6021 S:      Maintained
6022 F:      Documentation/video4linux/zr364xx.txt
6023 F:      drivers/media/video/zr364xx.c
6024
6025 USER-MODE LINUX (UML)
6026 P:      Jeff Dike
6027 M:      jdike@addtoit.com
6028 L:      user-mode-linux-devel@lists.sourceforge.net
6029 L:      user-mode-linux-user@lists.sourceforge.net
6030 W:      http://user-mode-linux.sourceforge.net
6031 S:      Maintained
6032 F:      Documentation/uml/
6033 F:      arch/um/
6034 F:      fs/hostfs/
6035 F:      fs/hppfs/
6036
6037 USERSPACE I/O (UIO)
6038 P:      Hans J. Koch
6039 M:      hjk@linutronix.de
6040 P:      Greg Kroah-Hartman
6041 M:      gregkh@suse.de
6042 L:      linux-kernel@vger.kernel.org
6043 S:      Maintained
6044 F:      Documentation/DocBook/uio-howto.tmpl
6045 F:      drivers/uio/
6046 F:      include/linux/uio*.h
6047
6048 UTIL-LINUX-NG PACKAGE
6049 P:      Karel Zak
6050 M:      kzak@redhat.com
6051 L:      util-linux-ng@vger.kernel.org
6052 W:      http://kernel.org/~kzak/util-linux-ng/
6053 T:      git git://git.kernel.org/pub/scm/utils/util-linux-ng/util-linux-ng.git
6054 S:      Maintained
6055
6056 UVESAFB DRIVER
6057 P:      Michal Januszewski
6058 M:      spock@gentoo.org
6059 L:      linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
6060 W:      http://dev.gentoo.org/~spock/projects/uvesafb/
6061 S:      Maintained
6062 F:      Documentation/fb/uvesafb.txt
6063 F:      drivers/video/uvesafb.*
6064
6065 VFAT/FAT/MSDOS FILESYSTEM
6066 P:      OGAWA Hirofumi
6067 M:      hirofumi@mail.parknet.co.jp
6068 L:      linux-kernel@vger.kernel.org
6069 S:      Maintained
6070 F:      Documentation/filesystems/vfat.txt
6071 F:      fs/fat/
6072
6073 VIA RHINE NETWORK DRIVER
6074 P:      Roger Luethi
6075 M:      rl@hellgate.ch
6076 S:      Maintained
6077 F:      drivers/net/via-rhine.c
6078
6079 VIAPRO SMBUS DRIVER
6080 P:      Jean Delvare
6081 M:      khali@linux-fr.org
6082 L:      linux-i2c@vger.kernel.org
6083 S:      Maintained
6084 F:      Documentation/i2c/busses/i2c-viapro
6085 F:      drivers/i2c/busses/i2c-viapro.c
6086
6087 VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER
6088 P:      Joseph Chan
6089 M:      JosephChan@via.com.tw
6090 P:      Scott Fang
6091 M:      ScottFang@viatech.com.cn
6092 L:      linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
6093 S:      Maintained
6094 F:      drivers/video/via/
6095
6096 VIA VELOCITY NETWORK DRIVER
6097 P:      Francois Romieu
6098 M:      romieu@fr.zoreil.com
6099 L:      netdev@vger.kernel.org
6100 S:      Maintained
6101 F:      drivers/net/via-velocity.*
6102
6103 VLAN (802.1Q)
6104 P:      Patrick McHardy
6105 M:      kaber@trash.net
6106 L:      netdev@vger.kernel.org
6107 S:      Maintained
6108 F:      drivers/net/macvlan.c
6109 F:      include/linux/if_*vlan.h
6110 F:      net/8021q/
6111
6112 VOLTAGE AND CURRENT REGULATOR FRAMEWORK
6113 P:      Liam Girdwood
6114 M:      lrg@slimlogic.co.uk
6115 P:      Mark Brown
6116 M:      broonie@opensource.wolfsonmicro.com
6117 W:      http://opensource.wolfsonmicro.com/node/15
6118 W:      http://www.slimlogic.co.uk/?p=48
6119 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lrg/voltage-2.6.git
6120 S:      Supported
6121 F:      drivers/regulator/
6122 F:      include/linux/regulator/
6123
6124 VT1211 HARDWARE MONITOR DRIVER
6125 P:      Juerg Haefliger
6126 M:      juergh@gmail.com
6127 L:      lm-sensors@lm-sensors.org
6128 S:      Maintained
6129 F:      Documentation/hwmon/vt1211
6130 F:      drivers/hwmon/vt1211.c
6131
6132 VT8231 HARDWARE MONITOR DRIVER
6133 P:      Roger Lucas
6134 M:      vt8231@hiddenengine.co.uk
6135 L:      lm-sensors@lm-sensors.org
6136 S:      Maintained
6137 F:      drivers/hwmon/vt8231.c
6138
6139 W1 DALLAS'S 1-WIRE BUS
6140 P:      Evgeniy Polyakov
6141 M:      johnpol@2ka.mipt.ru
6142 S:      Maintained
6143 F:      Documentation/w1/
6144 F:      drivers/w1/
6145
6146 W83791D HARDWARE MONITORING DRIVER
6147 P:      Marc Hulsman
6148 M:      m.hulsman@tudelft.nl
6149 L:      lm-sensors@lm-sensors.org
6150 S:      Maintained
6151 F:      Documentation/hwmon/w83791d
6152 F:      drivers/hwmon/w83791d.c
6153
6154 W83793 HARDWARE MONITORING DRIVER
6155 P:      Rudolf Marek
6156 M:      r.marek@assembler.cz
6157 L:      lm-sensors@lm-sensors.org
6158 S:      Maintained
6159 F:      Documentation/hwmon/w83793
6160 F:      drivers/hwmon/w83793.c
6161
6162 W83L51xD SD/MMC CARD INTERFACE DRIVER
6163 P:      Pierre Ossman
6164 M:      pierre@ossman.eu
6165 L:      linux-kernel@vger.kernel.org
6166 S:      Maintained
6167 F:      drivers/mmc/host/wbsd.*
6168
6169 WATCHDOG DEVICE DRIVERS
6170 P:      Wim Van Sebroeck
6171 M:      wim@iguana.be
6172 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git
6173 S:      Maintained
6174 F:      Documentation/watchdog/
6175 F:      drivers/watchdog/
6176 F:      include/linux/watchdog.h
6177
6178 WAVELAN NETWORK DRIVER & WIRELESS EXTENSIONS
6179 P:      Jean Tourrilhes
6180 M:      jt@hpl.hp.com
6181 L:      linux-wireless@vger.kernel.org
6182 W:      http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/
6183 S:      Maintained
6184 F:      Documentation/networking/wavelan.txt
6185 F:      drivers/net/wireless/wavelan*
6186
6187 WD7000 SCSI DRIVER
6188 P:      Miroslav Zagorac
6189 M:      zaga@fly.cc.fer.hr
6190 L:      linux-scsi@vger.kernel.org
6191 S:      Maintained
6192 F:      drivers/scsi/wd7000.c
6193
6194 WIMAX STACK
6195 P:      Inaky Perez-Gonzalez
6196 M:      inaky.perez-gonzalez@intel.com
6197 M:      linux-wimax@intel.com
6198 L:      wimax@linuxwimax.org
6199 S:      Supported
6200 W:      http://linuxwimax.org
6201
6202 WIMEDIA LLC PROTOCOL (WLP) SUBSYSTEM
6203 P:      David Vrabel
6204 M:      david.vrabel@csr.com
6205 S:      Maintained
6206 F:      include/linux/wlp.h
6207 F:      drivers/uwb/wlp/
6208
6209 WISTRON LAPTOP BUTTON DRIVER
6210 P:      Miloslav Trmac
6211 M:      mitr@volny.cz
6212 S:      Maintained
6213 F:      drivers/input/misc/wistron_btns.c
6214
6215 WL3501 WIRELESS PCMCIA CARD DRIVER
6216 P:      Arnaldo Carvalho de Melo
6217 M:      acme@ghostprotocols.net
6218 L:      linux-wireless@vger.kernel.org
6219 W:      http://oops.ghostprotocols.net:81/blog
6220 S:      Maintained
6221 F:      drivers/net/wireless/wl3501*
6222
6223 WM97XX TOUCHSCREEN DRIVERS
6224 P:      Mark Brown
6225 M:      broonie@opensource.wolfsonmicro.com
6226 P:      Liam Girdwood
6227 M:      lrg@slimlogic.co.uk
6228 L:      linux-input@vger.kernel.org
6229 T:      git git://opensource.wolfsonmicro.com/linux-2.6-touch
6230 W:      http://opensource.wolfsonmicro.com/node/7
6231 S:      Supported
6232 F:      drivers/input/touchscreen/*wm97*
6233 F:      include/linux/wm97xx.h
6234
6235 X.25 NETWORK LAYER
6236 P:      Henner Eisen
6237 M:      eis@baty.hanse.de
6238 L:      linux-x25@vger.kernel.org
6239 S:      Maintained
6240 F:      Documentation/networking/x25*
6241 F:      include/net/x25*
6242 F:      net/x25/
6243
6244 X86 ARCHITECTURE (32-BIT AND 64-BIT)
6245 P:      Thomas Gleixner
6246 M:      tglx@linutronix.de
6247 P:      Ingo Molnar
6248 M:      mingo@redhat.com
6249 P:      H. Peter Anvin
6250 M:      hpa@zytor.com
6251 M:      x86@kernel.org
6252 L:      linux-kernel@vger.kernel.org
6253 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86.git
6254 S:      Maintained
6255 F:      Documentation/x86/
6256 F:      arch/x86/
6257
6258 XEN HYPERVISOR INTERFACE
6259 P:      Jeremy Fitzhardinge
6260 M:      jeremy@xensource.com
6261 P:      Chris Wright
6262 M:      chrisw@sous-sol.org
6263 L:      virtualization@lists.osdl.org
6264 L:      xen-devel@lists.xensource.com
6265 S:      Supported
6266 F:      arch/x86/xen/
6267 F:      drivers/*/xen-*front.c
6268 F:      drivers/xen/
6269 F:      arch/x86/include/asm/xen/
6270 F:      include/xen/
6271
6272 XFS FILESYSTEM
6273 P:      Silicon Graphics Inc
6274 P:      Felix Blyakher
6275 M:      felixb@sgi.com
6276 M:      xfs-masters@oss.sgi.com
6277 L:      xfs@oss.sgi.com
6278 W:      http://oss.sgi.com/projects/xfs
6279 T:      git git://oss.sgi.com/xfs/xfs.git
6280 S:      Supported
6281 F:      Documentation/filesystems/xfs.txt
6282 F:      fs/xfs/
6283
6284 XILINX SYSTEMACE DRIVER
6285 P:      Grant Likely
6286 M:      grant.likely@secretlab.ca
6287 W:      http://www.secretlab.ca/
6288 L:      linux-kernel@vger.kernel.org
6289 S:      Maintained
6290 F:      drivers/block/xsysace.c
6291
6292 XILINX UARTLITE SERIAL DRIVER
6293 P:      Peter Korsgaard
6294 M:      jacmet@sunsite.dk
6295 L:      linux-serial@vger.kernel.org
6296 S:      Maintained
6297 F:      drivers/serial/uartlite.c
6298
6299 YAM DRIVER FOR AX.25
6300 P:      Jean-Paul Roubelat
6301 M:      jpr@f6fbb.org
6302 L:      linux-hams@vger.kernel.org
6303 S:      Maintained
6304 F:      drivers/net/hamradio/yam*
6305 F:      include/linux/yam.h
6306
6307 YEALINK PHONE DRIVER
6308 P:      Henk Vergonet
6309 M:      Henk.Vergonet@gmail.com
6310 L:      usbb2k-api-dev@nongnu.org
6311 S:      Maintained
6312 F:      Documentation/input/yealink.txt
6313 F:      drivers/input/misc/yealink.*
6314
6315 Z8530 DRIVER FOR AX.25
6316 P:      Joerg Reuter
6317 M:      jreuter@yaina.de
6318 W:      http://yaina.de/jreuter/
6319 W:      http://www.qsl.net/dl1bke/
6320 L:      linux-hams@vger.kernel.org
6321 S:      Maintained
6322 F:      Documentation/networking/z8530drv.txt
6323 F:      drivers/net/hamradio/*scc.c
6324 F:      drivers/net/hamradio/z8530.h
6325
6326 ZD1211RW WIRELESS DRIVER
6327 P:      Daniel Drake
6328 M:      dsd@gentoo.org
6329 P:      Ulrich Kunitz
6330 M:      kune@deine-taler.de
6331 W:      http://zd1211.ath.cx/wiki/DriverRewrite
6332 L:      linux-wireless@vger.kernel.org
6333 L:      zd1211-devs@lists.sourceforge.net (subscribers-only)
6334 S:      Maintained
6335 F:      drivers/net/wireless/zd1211rw/
6336
6337 ZR36067 VIDEO FOR LINUX DRIVER
6338 L:      mjpeg-users@lists.sourceforge.net
6339 L:      linux-media@vger.kernel.org
6340 W:      http://mjpeg.sourceforge.net/driver-zoran/
6341 T:      Mercurial http://linuxtv.org/hg/v4l-dvb
6342 S:      Odd Fixes
6343 F:      drivers/media/video/zoran/
6344
6345 ZS DECSTATION Z85C30 SERIAL DRIVER
6346 P:      Maciej W. Rozycki
6347 M:      macro@linux-mips.org
6348 S:      Maintained
6349 F:      drivers/serial/zs.*
6350
6351 THE REST
6352 P:      Linus Torvalds
6353 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git
6354 S:      Buried alive in reporters