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 commit 'v2.6.38-rc5' into core/locking
Merge reason: pick up upstream fixes. Signed-off-by: Ingo Molnar <[email protected]>
- Loading branch information
Showing
850 changed files
with
10,881 additions
and
5,783 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,25 @@ | ||
What: /sys/devices/platform/at91_can/net/<iface>/mb0_id | ||
Date: January 2011 | ||
KernelVersion: 2.6.38 | ||
Contact: Marc Kleine-Budde <[email protected]> | ||
Description: | ||
Value representing the can_id of mailbox 0. | ||
|
||
Default: 0x7ff (standard frame) | ||
|
||
Due to a chip bug (errata 50.2.6.3 & 50.3.5.3 in | ||
"AT91SAM9263 Preliminary 6249H-ATARM-27-Jul-09") the | ||
contents of mailbox 0 may be send under certain | ||
conditions (even if disabled or in rx mode). | ||
|
||
The workaround in the errata suggests not to use the | ||
mailbox and load it with an unused identifier. | ||
|
||
In order to use an extended can_id add the | ||
CAN_EFF_FLAG (0x80000000U) to the can_id. Example: | ||
|
||
- standard id 0x7ff: | ||
echo 0x7ff > /sys/class/net/can0/mb0_id | ||
|
||
- extended id 0x1fffffff: | ||
echo 0x9fffffff > /sys/class/net/can0/mb0_id |
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.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
165 changes: 54 additions & 111 deletions
165
Documentation/powerpc/booting-without-of.txt → ...ntation/devicetree/booting-without-of.txt
Large diffs are not rendered by default.
Oops, something went wrong.
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 |
---|---|---|
|
@@ -603,3 +603,19 @@ Why: The adm9240, w83792d and w83793 hardware monitoring drivers have | |
Who: Jean Delvare <[email protected]> | ||
|
||
---------------------------- | ||
|
||
What: noswapaccount kernel command line parameter | ||
When: 2.6.40 | ||
Why: The original implementation of memsw feature enabled by | ||
CONFIG_CGROUP_MEM_RES_CTLR_SWAP could be disabled by the noswapaccount | ||
kernel parameter (introduced in 2.6.29-rc1). Later on, this decision | ||
turned out to be not ideal because we cannot have the feature compiled | ||
in and disabled by default and let only interested to enable it | ||
(e.g. general distribution kernels might need it). Therefore we have | ||
added swapaccount[=0|1] parameter (introduced in 2.6.37) which provides | ||
the both possibilities. If we remove noswapaccount we will have | ||
less command line parameters with the same functionality and we | ||
can also cleanup the parameter handling a bit (). | ||
Who: Michal Hocko <[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
Oops, something went wrong.