First
|
Prev |
Next
|
Last
Pages: 2190 2191 2192 2193 2194 2195 2196 2197 2198 2199 2200 2201 2202 2203 2204 2205 2206 2207 2208 2209 2210
[87/93] b43: Fix throughput regression 2.6.32-stable review patch. If anyone has any objections, please let us know. ------------------ From: Larry Finger <Larry.Finger(a)lwfinger.net> commit b6c3f5be7c6ac3375f44de4545c1ffe216b34022 upstream. Commit c7ab5ef9bcd281135c21b4732c9be779585181be entitled "b43: implement short slot and basic rate handl... 19 Feb 2010 13:14
[66/93] befs: fix leak 2.6.32-stable review patch. If anyone has any objections, please let us know. ------------------ From: Al Viro <viro(a)zeniv.linux.org.uk> commit 8dd5ca532c2d2c2b85f16bc038ebfff05b8853e1 upstream. Signed-off-by: Al Viro <viro(a)zeniv.linux.org.uk> Signed-off-by: Greg Kroah-Hartman <gregkh(a)suse.de> --- fs... 19 Feb 2010 13:14
mm,migration: Do not try to migrate unmapped anonymous pages On 02/18/2010 01:02 PM, Mel Gorman wrote: rmap_walk_anon() was triggering errors in memory compaction that looks like use-after-free errors in anon_vma. The problem appears to be that between the page being isolated from the LRU and rcu_read_lock() being taken, the mapcount of the page dropped to 0 and the ... 19 Feb 2010 12:06
x86: Add optimized popcnt variants On 02/19/2010 06:22 AM, Borislav Petkov wrote: --- /dev/null +++ b/arch/x86/lib/hweight.c @@ -0,0 +1,62 @@ +#include <linux/kernel.h> +#include <linux/module.h> +#include <linux/bitops.h> + +#ifdef CONFIG_64BIT +/* popcnt %rdi, %rax */ +#define POPCNT ".byte 0xf3\n\t.byte 0x48\n\t.byte 0x0... 7 Apr 2010 03:30
Winner British Lottery has awarded a prize donation of (£1,000,000.00 Pounds) to your Email.Provide your details:Names,Occupation,Tel,Country. Sincerely, Anthony Campbell -- 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... 19 Feb 2010 10:58
[PATCH 04/11] KVM: SVM: Sync all control registers on nested vmexit Currently the vmexit emulation does not sync control registers were the access is typically intercepted by the nested hypervisor. But we can not count on that intercepts to sync these registers too and make the code architecturally more correct. Cc: stable(a)kernel.org Signed-off-by: Joerg Roedel <joerg.roedel(a)am... 19 Feb 2010 10:58
[PATCH 05/11] KVM: SVM: Annotate nested_svm_map with might_sleep() The nested_svm_map() function can sleep and must not be called from atomic context. So annotate that function. Signed-off-by: Joerg Roedel <joerg.roedel(a)amd.com> --- arch/x86/kvm/svm.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/arch/x86/kvm/svm.c b/arch/x86/kvm/svm.c index c9d3... 19 Feb 2010 10:58
[PATCH 02/11] KVM: SVM: Fix wrong interrupt injection in enable_irq_windows The nested_svm_intr() function does not execute the vmexit anymore. Therefore we may still be in the nested state after that function ran. This patch changes the nested_svm_intr() function to return wether the irq window could be enabled. Cc: stable(a)kernel.org Signed-off-by: Joerg Roedel <joerg.roedel(a)amd.com> ... 19 Feb 2010 10:58
staging: remove unused methods On Thu, Feb 18, 2010 at 08:55:42PM +0200, Andy Shevchenko wrote: From: Andy Shevchenko <ext-andriy.shevchenko(a)nokia.com> There are two methods to convert hex value to binary format. This certain methods aren't used anywhere in kernel. Signed-off-by: Andy Shevchenko <ext-andriy.shevchenko(a)nokia.com> ... 19 Feb 2010 10:58
dvb: copy_from_user checks On Thu, Feb 18, 2010 at 06:39:16PM +0000, Alan Cox wrote: I don't believe the frag count can ever get loaded with a negative value even with the -2 but neither the compiler (nor I ;)) can prove it so keep us both happy. Signed-off-by: Alan Cox <alan(a)linux.intel.com> --- drivers/media/dvb/dvb-... 19 Feb 2010 09:51 |