forked from torvalds/linux
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1,744 changed files
with
34,722 additions
and
212,841 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -647,3 +647,10 @@ Who: Stefan Richter <[email protected]> | |
|
||
---------------------------- | ||
|
||
What: The acpi_sleep=s4_nonvs command line option | ||
When: 2.6.37 | ||
Files: arch/x86/kernel/acpi/sleep.c | ||
Why: superseded by acpi_sleep=nonvs | ||
Who: Rafael J. Wysocki <[email protected]> | ||
|
||
---------------------------- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -896,11 +896,13 @@ S: Maintained | |
|
||
ARM/SAMSUNG ARM ARCHITECTURES | ||
M: Ben Dooks <[email protected]> | ||
M: Kukjin Kim <[email protected]> | ||
L: [email protected] (moderated for non-subscribers) | ||
W: http://www.fluff.org/ben/linux/ | ||
S: Maintained | ||
F: arch/arm/plat-s3c/ | ||
F: arch/arm/plat-samsung/ | ||
F: arch/arm/plat-s3c24xx/ | ||
F: arch/arm/plat-s5p/ | ||
|
||
ARM/S3C2410 ARM ARCHITECTURE | ||
M: Ben Dooks <[email protected]> | ||
|
@@ -1148,7 +1150,7 @@ F: drivers/mmc/host/atmel-mci.c | |
F: drivers/mmc/host/atmel-mci-regs.h | ||
|
||
ATMEL AT91 / AT32 SERIAL DRIVER | ||
M: Haavard Skinnemoen <hskinnemoen@atmel.com> | ||
M: Nicolas Ferre <nicolas.ferre@atmel.com> | ||
S: Supported | ||
F: drivers/serial/atmel_serial.c | ||
|
||
|
@@ -1160,18 +1162,18 @@ F: drivers/video/atmel_lcdfb.c | |
F: include/video/atmel_lcdc.h | ||
|
||
ATMEL MACB ETHERNET DRIVER | ||
M: Haavard Skinnemoen <hskinnemoen@atmel.com> | ||
M: Nicolas Ferre <nicolas.ferre@atmel.com> | ||
S: Supported | ||
F: drivers/net/macb.* | ||
|
||
ATMEL SPI DRIVER | ||
M: Haavard Skinnemoen <hskinnemoen@atmel.com> | ||
M: Nicolas Ferre <nicolas.ferre@atmel.com> | ||
S: Supported | ||
F: drivers/spi/atmel_spi.* | ||
|
||
ATMEL USBA UDC DRIVER | ||
M: Haavard Skinnemoen <hskinnemoen@atmel.com> | ||
L: kernel@avr32linux.org | ||
M: Nicolas Ferre <nicolas.ferre@atmel.com> | ||
L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) | ||
W: http://avr32linux.org/twiki/bin/view/Main/AtmelUsbDeviceDriver | ||
S: Supported | ||
F: drivers/usb/gadget/atmel_usba_udc.* | ||
|
@@ -1581,7 +1583,7 @@ F: include/linux/coda*.h | |
|
||
COMMON INTERNET FILE SYSTEM (CIFS) | ||
M: Steve French <[email protected]> | ||
L: linux-cifs[email protected].org (moderated for non-subscribers) | ||
L: linux-cifs@vger.kernel.org | ||
L: [email protected] (moderated for non-subscribers) | ||
W: http://linux-cifs.samba.org/ | ||
Q: http://patchwork.ozlabs.org/project/linux-cifs-client/list/ | ||
|
@@ -2109,11 +2111,20 @@ F: drivers/edac/i5000_edac.c | |
|
||
EDAC-I5400 | ||
M: Mauro Carvalho Chehab <[email protected]> | ||
L: [email protected] (moderated for non-subscribers) | ||
L: [email protected] | ||
W: bluesmoke.sourceforge.net | ||
S: Maintained | ||
F: drivers/edac/i5400_edac.c | ||
|
||
EDAC-I7CORE | ||
M: Mauro Carvalho Chehab <[email protected]> | ||
L: [email protected] | ||
W: bluesmoke.sourceforge.net | ||
S: Maintained | ||
F: drivers/edac/i7core_edac.c | ||
F: drivers/edac/edac_mce.c | ||
F: include/linux/edac_mce.h | ||
|
||
EDAC-I82975X | ||
M: Ranganathan Desikan <[email protected]> | ||
M: "Arvind R." <[email protected]> | ||
|
@@ -2887,6 +2898,13 @@ T: git git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git | |
S: Maintained | ||
F: drivers/input/ | ||
|
||
INPUT MULTITOUCH (MT) PROTOCOL | ||
M: Henrik Rydberg <[email protected]> | ||
L: [email protected] | ||
S: Maintained | ||
F: Documentation/input/multi-touch-protocol.txt | ||
K: \b(ABS|SYN)_MT_ | ||
|
||
INTEL IDLE DRIVER | ||
M: Len Brown <[email protected]> | ||
L: [email protected] | ||
|
@@ -2978,20 +2996,14 @@ F: drivers/net/ixgb/ | |
F: drivers/net/ixgbe/ | ||
|
||
INTEL PRO/WIRELESS 2100 NETWORK CONNECTION SUPPORT | ||
M: Reinette Chatre <[email protected]> | ||
M: Intel Linux Wireless <[email protected]> | ||
L: [email protected] | ||
W: http://ipw2100.sourceforge.net | ||
S: Odd Fixes | ||
S: Orphan | ||
F: Documentation/networking/README.ipw2100 | ||
F: drivers/net/wireless/ipw2x00/ipw2100.* | ||
|
||
INTEL PRO/WIRELESS 2915ABG NETWORK CONNECTION SUPPORT | ||
M: Reinette Chatre <[email protected]> | ||
M: Intel Linux Wireless <[email protected]> | ||
L: [email protected] | ||
W: http://ipw2200.sourceforge.net | ||
S: Odd Fixes | ||
S: Orphan | ||
F: Documentation/networking/README.ipw2200 | ||
F: drivers/net/wireless/ipw2x00/ipw2200.* | ||
|
||
|
@@ -3379,7 +3391,7 @@ KPROBES | |
M: Ananth N Mavinakayanahalli <[email protected]> | ||
M: Anil S Keshavamurthy <[email protected]> | ||
M: "David S. Miller" <[email protected]> | ||
M: Masami Hiramatsu <mhiramat@redhat.com> | ||
M: Masami Hiramatsu <masami.hiramatsu.pt@hitachi.com> | ||
S: Maintained | ||
F: Documentation/kprobes.txt | ||
F: include/linux/kprobes.h | ||
|
@@ -4212,6 +4224,7 @@ OPEN FIRMWARE AND FLATTENED DEVICE TREE | |
M: Grant Likely <[email protected]> | ||
L: [email protected] | ||
W: http://fdt.secretlab.ca | ||
T: git git://git.secretlab.ca/git/linux-2.6.git | ||
S: Maintained | ||
F: drivers/of | ||
F: include/linux/of*.h | ||
|
@@ -4626,6 +4639,12 @@ M: Robert Jarzmik <[email protected]> | |
L: [email protected] | ||
S: Maintained | ||
|
||
QLOGIC QLA1280 SCSI DRIVER | ||
M: Michael Reed <[email protected]> | ||
L: [email protected] | ||
S: Maintained | ||
F: drivers/scsi/qla1280.[ch] | ||
|
||
QLOGIC QLA2XXX FC-SCSI DRIVER | ||
M: Andrew Vasquez <[email protected]> | ||
M: [email protected] | ||
|
@@ -5317,6 +5336,7 @@ T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6.git | |
T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next-2.6.git | ||
S: Maintained | ||
F: arch/sparc/ | ||
F: drivers/sbus | ||
|
||
SPARC SERIAL DRIVERS | ||
M: "David S. Miller" <[email protected]> | ||
|
@@ -5384,6 +5404,7 @@ M: David Brownell <[email protected]> | |
M: Grant Likely <[email protected]> | ||
L: [email protected] | ||
Q: http://patchwork.kernel.org/project/spi-devel-general/list/ | ||
T: git git://git.secretlab.ca/git/linux-2.6.git | ||
S: Maintained | ||
F: Documentation/spi/ | ||
F: drivers/spi/ | ||
|
@@ -6222,6 +6243,8 @@ F: drivers/mmc/host/wbsd.* | |
|
||
WATCHDOG DEVICE DRIVERS | ||
M: Wim Van Sebroeck <[email protected]> | ||
L: [email protected] | ||
W: http://www.linux-watchdog.org/ | ||
T: git git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git | ||
S: Maintained | ||
F: Documentation/watchdog/ | ||
|
Oops, something went wrong.