[PATCH] Staging: asus_oled: Remove space character mixed in with tab indentation. This patches asus_oled.c to remove a space character in the middle of some tab indentation (found by checkpatch.pl). Signed-off-by: Mike Sheldon <mike@mikeasoft.com>
--- drivers/staging/asus_oled/asus_oled.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/staging/asus_oled/asus_oled.c b/drivers/staging/asus_oled/asus_oled.c index 7ebecc9..5b279fb 100644 --- a/drivers/staging/asus_oled/asus_oled.c +++ b/drivers/staging/asus_oled/asus_oled.c ... 9 Mar 2010 21:30
[PATCH] backlight: mbp_nvidia_bl - add five more MacBook variants
This adds the MacBook 1,1 2,1 3,1 4,1 and 4,2 to the DMI tables. Signed-off-by: Evan McClain <evan.mcclain(a)gatech.edu> --- drivers/video/backlight/mbp_nvidia_bl.c | 45 +++++++++++++++++++++++++++++++ 1 files changed, 45 insertions(+), 0 deletions(-) diff --git a/drivers/video/backlight/mbp_nvidia_bl.c b/dr... 9 Mar 2010 20:22
further plans on bootmem, was: Re: - bootmem-avoid-dma32-zone-by-default.patch removed from -mm tree
On Tue, Mar 09, 2010 at 01:49:02PM -0800, Andrew Morton wrote: On Tue, 09 Mar 2010 13:09:55 -0800 Yinghai Lu <yinghai(a)kernel.org> wrote: On 03/09/2010 11:40 AM, akpm(a)linux-foundation.org wrote: The patch titled bootmem: avoid DMA32 zone by default has been removed from the -mm t... 9 Mar 2010 19:14
further plans on bootmem, was: Re: - bootmem-avoid-dma32-zone-by-default.patch removed from -mm tree
On 03/09/2010 04:01 PM, Johannes Weiner wrote: On Tue, Mar 09, 2010 at 01:49:02PM -0800, Andrew Morton wrote: On Tue, 09 Mar 2010 13:09:55 -0800 Yinghai Lu <yinghai(a)kernel.org> wrote: On 03/09/2010 11:40 AM, akpm(a)linux-foundation.org wrote: The patch titled bootmem: avoid DMA32 zone... 9 Mar 2010 19:14
blackfin: Convert blackfin to use read/update_persistent_clock
On Wed, Mar 3, 2010 at 22:57, John Stultz wrote: This patch converts the blackfin architecture to use the generic read_persistent_clock and update_persistent_clock interfaces, reducing the amount of arch specific code we have to maintain, and allowing for further cleanups in the future. I have not built or tes... 9 Mar 2010 19:14
blackfin: Convert blackfin to use read/update_persistent_clock
On Tue, 2010-03-09 at 18:53 -0500, Mike Frysinger wrote: On Wed, Mar 3, 2010 at 22:57, John Stultz wrote: This patch converts the blackfin architecture to use the generic read_persistent_clock and update_persistent_clock interfaces, reducing the amount of arch specific code we have to maintain, and allowing for... 9 Mar 2010 19:14
[PATCH -mmotm 0/5] memcg: per cgroup dirty limit (v6)
Control the maximum amount of dirty pages a cgroup can have at any given time. Per cgroup dirty limit is like fixing the max amount of dirty (hard to reclaim) page cache used by any cgroup. So, in case of multiple cgroup writers, they will not be able to consume more than their designated share of dirty pages and ... 9 Mar 2010 19:14
linux-next: fetch of nfsd tree failed
Hi Bruce, Today's linux-next fetch of the nfsd tree failed because I killed it after waiting for 15 minutes. I can get a connection to the git server on git.linux-nfs.org, but then it just seems to hang. I will use yesterday's nfsd tree for today. -- Cheers, Stephen Rothwell sfr(a)canb.au... 9 Mar 2010 19:14
[PATCH -mmotm 3/5] page_cgroup: introduce file cache flags
Introduce page_cgroup flags to keep track of file cache pages. Signed-off-by: KAMEZAWA Hiroyuki <kamezawa.hiroyu(a)jp.fujitsu.com> Signed-off-by: Andrea Righi <arighi(a)develer.com> --- include/linux/page_cgroup.h | 26 ++++++++++++++++++++++++++ 1 files changed, 26 insertions(+), 0 deletions(-) diff --git a/i... 9 Mar 2010 19:14
Possible bug in eeepc-laptop.c - EeePC 900
Hi. I have an EeePC 900 running 2.6.34-rc1. If I boot it on AC the cpu runs at full speed, 900MHz; if I boot it on battery it runs only at 630Mhz. Plugging / unplugging the AC does not change the cpu frequency. Only a reboot can change the situation. I already tried to echo 0 or 1 to the /sys/devices/platform... 17 Mar 2010 19:58