First  |  Prev |  Next  |  Last
Pages: 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944 945 946 947 948
Problems with alpha/pci + radeon/ttm
Michael Cree and I have been debugging FDO bug 26403 [1]. I tried booting with `radeon.test=1` and found this, which I think is related: [drm] Tested GTT->VRAM and VRAM->GTT copy for GTT offset 0x202000 [drm] Tested GTT->VRAM and VRAM->GTT copy for GTT offset 0x302000 [snip] [drm] Tested GTT->VRAM and VRAM... 30 Jun 2010 15:21
Hyperv: Export the symbol that tracks hyperv features and recommendations
On Mon, Jun 21, 2010 at 03:07:02PM -0600, Ky Srinivasan wrote: From: K. Y. Srinivasan <ksrinivasan(a)novell.com> Subject: Export the symbol for hyperv drivers to access hyperv features and recommendations. This patch is needed by the hyperV clocksource driver. Signed-off-by: K. Y. Srinivasan <k... 21 Jun 2010 18:02
[PATCH] Hyperv: Export the symbol that tracks hyperv features and recommendations
From: K. Y. Srinivasan <ksrinivasan(a)novell.com> Subject: Export the symbol for hyperv drivers to access hyperv features and recommendations. This patch is needed by the hyperV clocksource driver. Signed-off-by: K. Y. Srinivasan <ksrinivasan(a)novell.com> Index: linux.trees.git/arch/x86/kernel/cpu/mshyperv.... 21 Jun 2010 18:02
[PATCH -mm 6/6] add anon_vma bug checks
From: Andrea Arcangeli <aarcange(a)redhat.com> Subject: add anon_vma bug checks Verify the refcounting doesn't go wrong, and resurrect the check in __page_check_anon_rmap as in old anon-vma code. Signed-off-by: Andrea Arcangeli <aarcange(a)redhat.com> Signed-off-by: Rik van Riel <riel(a)redhat.com> --- diff --gi... 21 Jun 2010 16:55
[PATCH -mm 3/6] ksm: fix ksm swapin time optimization
From: Andrea Arcangeli <aarcange(a)redhat.com> Subject: fix ksm swapin time optimization The new anon-vma code, was suboptimal and it lead to erratic invocation of ksm_does_need_to_copy. That leads to host hangs or guest vnc lockup, or weird behavior. It's unclear why ksm_does_need_to_copy is unstable but the poin... 21 Jun 2010 16:55
[PATCH 0/6] further anon_vma fixes & optimizations
A collection of anon_vma fixes and optimizations from Andrea's transparent hugepage tree. -- All rights reversed. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html ... 21 Jun 2010 16:55
[PATCH -mm 2/6] rmap: always add new vmas at the end
From: Andrea Arcangeli <aarcange(a)redhat.com> Subject: always add new vmas at the end Make sure to always add new VMAs at the end of the list. This is important so rmap_walk does not miss a VMA that was created during the rmap_walk. The old code got this right most of the time due to luck, but was buggy when ... 21 Jun 2010 16:55
[PATCH -mm 1/6] mmap: remove unnecessary lock from __vma_link
From: Andrea Arcangeli <aarcange(a)redhat.com> Subject: remove unnecessary lock from __vma_link There's no anon-vma related mangling happening inside __vma_link anymore so no need of anon_vma locking there. Signed-off-by: Andrea Arcangeli <aarcange(a)redhat.com> Signed-off-by: Rik van Riel <riel(a)redhat.com> --- ... 21 Jun 2010 16:55
clk: Generic support for fixed-rate clocks
On 06/21/2010 05:35 PM, Jeremy Kerr wrote: Since most platforms will need a fixed-rate clock, add one. This will also serve as a basic example of an implementation of struct clk. Signed-off-by: Jeremy Kerr <jeremy.kerr(a)canonical.com> --- include/linux/clk.h | 13 +++++++++++++ kernel/clk.c ... 21 Jun 2010 21:24
CRYPTO: ablkcipher, avoid NULL dereference
From: Jiri Slaby <jslaby(a)suse.cz> Date: Mon, 21 Jun 2010 17:01:23 +0200 Stanse found a potential NULL dereference in ablkcipher_next_slow. Even though kmalloc fails, its retval is dereferenced later. Return from that function properly earlier. Signed-off-by: Jiri Slaby <jslaby(a)suse.cz> Thanks for ... 23 Jun 2010 06:14
First  |  Prev |  Next  |  Last
Pages: 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944 945 946 947 948