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