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.
Merge branch 'pm-fixes' into pm-domains
Merge commit e8b364b (PM / Clocks: Do not acquire a mutex under a spinlock) fixing a regression in drivers/base/power/clock_ops.c. Conflicts: drivers/base/power/clock_ops.c
- Loading branch information
Showing
713 changed files
with
6,461 additions
and
4,151 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
What: /sys/class/scsi_host/hostX/isci_id | ||
Date: June 2011 | ||
Contact: Dave Jiang <[email protected]> | ||
Description: | ||
This file contains the enumerated host ID for the Intel | ||
SCU controller. The Intel(R) C600 Series Chipset SATA/SAS | ||
Storage Control Unit embeds up to two 4-port controllers in | ||
a single PCI device. The controllers are enumerated in order | ||
which usually means the lowest number scsi_host corresponds | ||
with the first controller, but this association is not | ||
guaranteed. The 'isci_id' attribute unambiguously identifies | ||
the controller index: '0' for the first controller, | ||
'1' for the second. |
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 |
---|---|---|
|
@@ -592,3 +592,11 @@ Why: In 3.0, we can now autodetect internal 3G device and already have | |
interface that was used by acer-wmi driver. It will replaced by | ||
information log when acer-wmi initial. | ||
Who: Lee, Chun-Yi <[email protected]> | ||
|
||
---------------------------- | ||
What: The XFS nodelaylog mount option | ||
When: 3.3 | ||
Why: The delaylog mode that has been the default since 2.6.39 has proven | ||
stable, and the old code is in the way of additional improvements in | ||
the log code. | ||
Who: Christoph Hellwig <[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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -319,4 +319,6 @@ Code Seq#(hex) Include File Comments | |
<mailto:[email protected]> | ||
0xF4 00-1F video/mbxfb.h mbxfb | ||
<mailto:[email protected]> | ||
0xF6 all LTTng Linux Trace Toolkit Next Generation | ||
<mailto:[email protected]> | ||
0xFD all linux/dm-ioctl.h |
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 |
---|---|---|
@@ -1,3 +1,5 @@ | ||
Note: This driver doesn't have a maintainer. | ||
|
||
Davicom DM9102(A)/DM9132/DM9801 fast ethernet driver for Linux. | ||
|
||
This program is free software; you can redistribute it and/or | ||
|
@@ -55,7 +57,6 @@ Test and make sure PCI latency is now correct for all cases. | |
Authors: | ||
|
||
Sten Wang <[email protected] > : Original Author | ||
Tobias Ringstrom <[email protected]> : Current Maintainer | ||
|
||
Contributors: | ||
|
||
|
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
Oops, something went wrong.