forked from torvalds/linux
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branches 'sched/clock', 'sched/urgent' and 'linus' into sched/core
- Loading branch information
Showing
145 changed files
with
1,344 additions
and
946 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -335,3 +335,12 @@ Why: In 2.6.18 the Secmark concept was introduced to replace the "compat_net" | |
Secmark, it is time to deprecate the older mechanism and start the | ||
process of removing the old code. | ||
Who: Paul Moore <[email protected]> | ||
--------------------------- | ||
|
||
What: sysfs ui for changing p4-clockmod parameters | ||
When: September 2009 | ||
Why: See commits 129f8ae9b1b5be94517da76009ea956e89104ce8 and | ||
e088e4c9cdb618675874becb91b2fd581ee707e6. | ||
Removal is subject to fixing any remaining bugs in ACPI which may | ||
cause the thermal throttling not to happen at the right time. | ||
Who: Dave Jones <[email protected]>, Matthew Garrett <[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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -42,6 +42,11 @@ Supported chips: | |
Addresses scanned: I2C 0x4e | ||
Datasheet: Publicly available at the Maxim website | ||
http://www.maxim-ic.com/quick_view2.cfm/qv_pk/3497 | ||
* Maxim MAX6648 | ||
Prefix: 'max6646' | ||
Addresses scanned: I2C 0x4c | ||
Datasheet: Publicly available at the Maxim website | ||
http://www.maxim-ic.com/quick_view2.cfm/qv_pk/3500 | ||
* Maxim MAX6649 | ||
Prefix: 'max6646' | ||
Addresses scanned: I2C 0x4c | ||
|
@@ -74,6 +79,11 @@ Supported chips: | |
0x4c, 0x4d and 0x4e | ||
Datasheet: Publicly available at the Maxim website | ||
http://www.maxim-ic.com/quick_view2.cfm/qv_pk/3370 | ||
* Maxim MAX6692 | ||
Prefix: 'max6646' | ||
Addresses scanned: I2C 0x4c | ||
Datasheet: Publicly available at the Maxim website | ||
http://www.maxim-ic.com/quick_view2.cfm/qv_pk/3500 | ||
|
||
|
||
Author: Jean Delvare <[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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
|
||
Options for the ipv6 module are supplied as parameters at load time. | ||
|
||
Module options may be given as command line arguments to the insmod | ||
or modprobe command, but are usually specified in either the | ||
/etc/modules.conf or /etc/modprobe.conf configuration file, or in a | ||
distro-specific configuration file. | ||
|
||
The available ipv6 module parameters are listed below. If a parameter | ||
is not specified the default value is used. | ||
|
||
The parameters are as follows: | ||
|
||
disable | ||
|
||
Specifies whether to load the IPv6 module, but disable all | ||
its functionality. This might be used when another module | ||
has a dependency on the IPv6 module being loaded, but no | ||
IPv6 addresses or operations are desired. | ||
|
||
The possible values and their effects are: | ||
|
||
0 | ||
IPv6 is enabled. | ||
|
||
This is the default value. | ||
|
||
1 | ||
IPv6 is disabled. | ||
|
||
No IPv6 addresses will be added to interfaces, and | ||
it will not be possible to open an IPv6 socket. | ||
|
||
A reboot is required to enable IPv6. | ||
|
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 |
---|---|---|
|
@@ -1469,8 +1469,6 @@ L: [email protected] | |
S: Supported | ||
|
||
DOCUMENTATION (/Documentation directory) | ||
P: Michael Kerrisk | ||
M: [email protected] | ||
P: Randy Dunlap | ||
M: [email protected] | ||
L: [email protected] | ||
|
@@ -2879,7 +2877,7 @@ P: Michael Kerrisk | |
M: [email protected] | ||
W: http://www.kernel.org/doc/man-pages | ||
L: [email protected] | ||
S: Supported | ||
S: Maintained | ||
|
||
MARVELL LIBERTAS WIRELESS DRIVER | ||
P: Dan Williams | ||
|
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
Oops, something went wrong.