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