x86, mce: Notify about corrected events too
* Borislav Petkov <bp(a)amd64.org> wrote: From: Borislav Petkov <borislav.petkov(a)amd.com> Notify all parties registered on the mce decoder chain about logged correctable MCEs. Signed-off-by: Borislav Petkov <borislav.petkov(a)amd.com> Acked-by: Ingo Molnar <mingo(a)elte.hu> Ingo -- To unsubsc... 2 Jun 2010 04:24
[PATCH] Input: ads7846: Fix warning about output format
This patch fixes a compiler warning about wrong output format. drivers/input/touchscreen/ads7846.c: In function 'ads7846_probe': drivers/input/touchscreen/ads7846.c:1167: warning: format '%ld' expects type 'long int', but argument 4 has type 'int' Introduced by commit 067fb2f648543894ce775082c5636f4c32b99e4f ("... 2 Jun 2010 03:20
[RFC][BUGFIX][PATCH 2/2] transhuge-memcg: commit tail pages at charge
By this patch, when a transparent hugepage is charged, not only the head page but also all the tail pages are committed, IOW pc->mem_cgroup and pc->flags of tail pages are set. Without this patch: - Tail pages are not linked to any memcg's LRU at splitting. This causes many problems, for example, the charged... 2 Jun 2010 03:20
[RFC][BUGFIX][PATCH 1/2] transhuge-memcg: fix for memcg compound
We should increase/decrease css->refcnt properly in charging/uncharging compound pages. Without this patch, a bug like below happens: 1. create a memcg directory. 2. run a program which uses enough memory to allocate them as transparent huge pages. 3. kill the program. 4. try to remove the directory, which wil... 2 Jun 2010 03:20
module: module_unload_init() cleanup
On Wed, 2 Jun 2010 03:02:20 pm Eric Dumazet wrote: No need to clear mod->refptr in module_unload_init(), since alloc_percpu() already clears allocated chunks. Signed-off-by: Eric Dumazet <eric.dumazet(a)gmail.com> Thanks, applied! I know it's trivial, but you should have cc'd Nick since this was his pa... 2 Jun 2010 03:20
Cleancache (was Transcendent Memory): overview
Hello. I think cleancache approach is cool. :) I have some suggestions and questions. On Sat, May 29, 2010 at 2:35 AM, Dan Magenheimer <dan.magenheimer(a)oracle.com> wrote: [PATCH V2 0/7] Cleancache (was Transcendent Memory): overview Changes since V1: - Rebased to 2.6.34 (no functional changes) - ... 4 Jun 2010 10:19
[PATCH] module: module_unload_init() cleanup
No need to clear mod->refptr in module_unload_init(), since alloc_percpu() already clears allocated chunks. Signed-off-by: Eric Dumazet <eric.dumazet(a)gmail.com> --- kernel/module.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/kernel/module.c b/kernel/module.c index 0129769..15acb25 100644 --- a... 2 Jun 2010 02:15
[PATCH] - race-free suspend. Was: Re: [linux-pm] [PATCH 0/8] Suspend block api (version 8)
On Tue, 1 Jun 2010 12:50:01 +0200 (CEST) Thomas Gleixner <tglx(a)linutronix.de> wrote: On Tue, 1 Jun 2010, Neil Brown wrote: I think you have acknowledged that there is a race with suspend - thanks. Next step was "can it be closed". You seem to suggest that it can, but you describe it as a "wor... 2 Jun 2010 02:15
X86:reboot.c Add some dmi entries to pci_reboot_dmi_table.
On 06/01/2010 03:43 PM, Justin P. Mattock wrote: On 06/01/2010 02:29 PM, Matthew Garrett wrote: On Tue, Jun 01, 2010 at 02:26:01PM -0700, Justin P. Mattock wrote: On 06/01/2010 02:12 PM, Matthew Garrett wrote: some level. How about the following (again, run as root): #include<sys/io.h> ... 3 Jun 2010 11:08
linux-next: Tree for June 2
Hi all, Changes since 20100601: My fixes tree contains: v4l-dvb: update gfp/slab.h includes arm: update gfp/slab.h includes davinci: update gfp/slab.h includes ocfs2: update gfp/slab.h includes acpi: update gfp/slab.h includes The sh tree still has its build failure, so I use... 2 Jun 2010 02:15