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.26-rc9' into sched/devel
- Loading branch information
Showing
307 changed files
with
9,320 additions
and
1,331 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 |
---|---|---|
|
@@ -2611,8 +2611,9 @@ S: Perth, Western Australia | |
S: Australia | ||
|
||
N: Miguel Ojeda Sandonis | ||
E: [email protected] | ||
W: http://maxextreme.googlepages.com/ | ||
E: [email protected] | ||
W: http://miguelojeda.es | ||
W: http://jair.lab.fi.uva.es/~migojed/ | ||
D: Author of the ks0108, cfag12864b and cfag12864bfb auxiliary display drivers. | ||
D: Maintainer of the auxiliary display drivers tree (drivers/auxdisplay/*) | ||
S: C/ Mieses 20, 9-B | ||
|
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 |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
=================================== | ||
|
||
License: GPLv2 | ||
Author & Maintainer: Miguel Ojeda Sandonis <[email protected]> | ||
Author & Maintainer: Miguel Ojeda Sandonis | ||
Date: 2006-10-27 | ||
|
||
|
||
|
@@ -22,7 +22,7 @@ Date: 2006-10-27 | |
1. DRIVER INFORMATION | ||
--------------------- | ||
|
||
This driver support one cfag12864b display at time. | ||
This driver supports a cfag12864b LCD. | ||
|
||
|
||
--------------------- | ||
|
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 |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
* Description: cfag12864b LCD userspace example program | ||
* License: GPLv2 | ||
* | ||
* Author: Copyright (C) Miguel Ojeda Sandonis <[email protected]> | ||
* Author: Copyright (C) Miguel Ojeda Sandonis | ||
* Date: 2006-10-31 | ||
* | ||
* This program is free software; you can redistribute it and/or modify | ||
|
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 |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
========================================== | ||
|
||
License: GPLv2 | ||
Author & Maintainer: Miguel Ojeda Sandonis <[email protected]> | ||
Author & Maintainer: Miguel Ojeda Sandonis | ||
Date: 2006-10-27 | ||
|
||
|
||
|
@@ -21,7 +21,7 @@ Date: 2006-10-27 | |
1. DRIVER INFORMATION | ||
--------------------- | ||
|
||
This driver support the ks0108 LCD controller. | ||
This driver supports the ks0108 LCD controller. | ||
|
||
|
||
--------------------- | ||
|
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 |
---|---|---|
|
@@ -312,3 +312,12 @@ When: 2.6.26 | |
Why: Implementation became generic; users should now include | ||
linux/semaphore.h instead. | ||
Who: Matthew Wilcox <[email protected]> | ||
|
||
--------------------------- | ||
|
||
What: CONFIG_THERMAL_HWMON | ||
When: January 2009 | ||
Why: This option was introduced just to allow older lm-sensors userspace | ||
to keep working over the upgrade to 2.6.26. At the scheduled time of | ||
removal fixed lm-sensors (2.x or 3.x) should be readily available. | ||
Who: Rene Herman <[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 |
---|---|---|
|
@@ -81,23 +81,23 @@ inet_peer_minttl - INTEGER | |
Minimum time-to-live of entries. Should be enough to cover fragment | ||
time-to-live on the reassembling side. This minimum time-to-live is | ||
guaranteed if the pool size is less than inet_peer_threshold. | ||
Measured in jiffies(1). | ||
Measured in seconds. | ||
|
||
inet_peer_maxttl - INTEGER | ||
Maximum time-to-live of entries. Unused entries will expire after | ||
this period of time if there is no memory pressure on the pool (i.e. | ||
when the number of entries in the pool is very small). | ||
Measured in jiffies(1). | ||
Measured in seconds. | ||
|
||
inet_peer_gc_mintime - INTEGER | ||
Minimum interval between garbage collection passes. This interval is | ||
in effect under high memory pressure on the pool. | ||
Measured in jiffies(1). | ||
Measured in seconds. | ||
|
||
inet_peer_gc_maxtime - INTEGER | ||
Minimum interval between garbage collection passes. This interval is | ||
in effect under low (or absent) memory pressure on the pool. | ||
Measured in jiffies(1). | ||
Measured in seconds. | ||
|
||
TCP variables: | ||
|
||
|
@@ -794,10 +794,6 @@ tag - INTEGER | |
Allows you to write a number, which can be used as required. | ||
Default value is 0. | ||
|
||
(1) Jiffie: internal timeunit for the kernel. On the i386 1/100s, on the | ||
Alpha 1/1024s. See the HZ define in /usr/include/asm/param.h for the exact | ||
value on your system. | ||
|
||
Alexey Kuznetsov. | ||
[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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
0 -> Unknown board (au0828) | ||
1 -> Hauppauge HVR950Q (au0828) [2040:7200] | ||
1 -> Hauppauge HVR950Q (au0828) [2040:7200,2040:7210,2040:7217,2040:721b,2040:721f,2040:7280,0fd9:0008] | ||
2 -> Hauppauge HVR850 (au0828) [2040:7240] | ||
3 -> DViCO FusionHDTV USB (au0828) [0fe9:d620] |
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,7 +1,7 @@ | ||
/* | ||
* Slabinfo: Tool to get reports about slabs | ||
* | ||
* (C) 2007 sgi, Christoph Lameter <[email protected]> | ||
* (C) 2007 sgi, Christoph Lameter | ||
* | ||
* Compile by: | ||
* | ||
|
@@ -99,7 +99,7 @@ void fatal(const char *x, ...) | |
|
||
void usage(void) | ||
{ | ||
printf("slabinfo 5/7/2007. (c) 2007 sgi. [email protected]\n\n" | ||
printf("slabinfo 5/7/2007. (c) 2007 sgi.\n\n" | ||
"slabinfo [-ahnpvtsz] [-d debugopts] [slab-regexp]\n" | ||
"-a|--aliases Show aliases\n" | ||
"-A|--activity Most active slabs first\n" | ||
|
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 |
---|---|---|
|
@@ -266,4 +266,4 @@ of other objects. | |
|
||
slub_debug=FZ,dentry | ||
|
||
Christoph Lameter, <[email protected]>, May 30, 2007 | ||
Christoph Lameter, May 30, 2007 |
Oops, something went wrong.