First  |  Prev |  Next  |  Last
Pages: 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257
[tip:x86/asm] x86-64, asm: Directly access per-cpu IST
Commit-ID: c15a5958a0b6dbf06b3c05972694f04a0c50a4cf Gitweb: http://git.kernel.org/tip/c15a5958a0b6dbf06b3c05972694f04a0c50a4cf Author: Brian Gerst <brgerst(a)gmail.com> AuthorDate: Sat, 31 Jul 2010 12:48:22 -0400 Committer: H. Peter Anvin <hpa(a)zytor.com> CommitDate: Sun, 1 Aug 2010 16:05:17 -0700 x86-64... 2 Aug 2010 11:26
netfilter : fix typo in Kconfig
On 28.07.2010 14:46, Meik Piepmeyer wrote: From: Meik Piepmeyer <meik.piepmeyer.lists(a)online.de> Fixes a typo of the description of the new netfilter config switch "NETFILTER_XT_TARGET_RATEEST" introduced in 2.6.35. config NETFILTER_XT_TARGET_TEE - tristate '"TEE" - packet cloning to alternate d... 2 Aug 2010 11:26
[tip:x86/asm] x86-32, asm: Directly access per-cpu GDT
Commit-ID: 72c511dd596cff88d6523f231a0fbb8f73006d51 Gitweb: http://git.kernel.org/tip/72c511dd596cff88d6523f231a0fbb8f73006d51 Author: Brian Gerst <brgerst(a)gmail.com> AuthorDate: Sat, 31 Jul 2010 12:48:23 -0400 Committer: H. Peter Anvin <hpa(a)zytor.com> CommitDate: Sun, 1 Aug 2010 16:05:23 -0700 x86-32... 2 Aug 2010 11:26
KVM: SVM: Check for nested vmrun intercept before emulating vmrun
On 08/02/2010 05:46 PM, Joerg Roedel wrote: This patch lets the nested vmrun fail if the L1 hypervisor has not intercepted vmrun. This fixes the "vmrun intercept check" unit test. + static bool nested_svm_vmrun(struct vcpu_svm *svm) { struct vmcb *nested_vmcb; @@ -2029,6 +2037,17 @@ s... 3 Aug 2010 04:54
x86/ticketlock: convert spin loop to C
On Fri, 2010-07-16 at 18:03 -0700, Jeremy Fitzhardinge wrote: + register union { + struct __raw_tickets tickets; + unsigned short slock; + } inc = { .slock = 1 << TICKET_SHIFT }; register arch_spinlock_t inc = { .tickets = { .head = 1, .tail = 0 } }; From a q... 6 Aug 2010 19:17
[PATCH 1/2] KVM: SVM: Check for nested vmrun intercept before emulating vmrun
This patch lets the nested vmrun fail if the L1 hypervisor has not intercepted vmrun. This fixes the "vmrun intercept check" unit test. Signed-off-by: Joerg Roedel <joerg.roedel(a)amd.com> --- arch/x86/kvm/svm.c | 19 +++++++++++++++++++ 1 files changed, 19 insertions(+), 0 deletions(-) diff --git a/arch/x8... 2 Aug 2010 11:26
unable to connect to AP on legal channels 12/13
On 1 August 2010 14:52, Rafael J. Wysocki <rjw(a)sisk.pl> wrote: This message has been generated automatically as a part of a summary report of recent regressions. The following bug entry is on the current list of known regressions from 2.6.34. �Please verify if it still should be listed and let the tracki... 2 Aug 2010 12:33
[PATCH -next] swiotlb: make io_tlb_overflow static
We don't need to export io_tlb_overflow_buffer. I'll remove io_tlb_overflow_buffer completely in the long term though. This can be applied to: git://git.kernel.org/pub/scm/linux/kernel/git/konrad/swiotlb-2.6.git = From: FUJITA Tomonori <fujita.tomonori(a)lab.ntt.co.jp> Subject: [PATCH] swiotlb: make io_tlb_ov... 2 Aug 2010 11:26
[PATCH 2/2] KVM: SVM: Check for asid != 0 on nested vmrun
This patch lets a nested vmrun fail if the L1 hypervisor left the asid zero. This fixes the asid_zero unit test. Signed-off-by: Joerg Roedel <joerg.roedel(a)amd.com> --- arch/x86/kvm/svm.c | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/arch/x86/kvm/svm.c b/arch/x86/kvm/svm.c index 0... 2 Aug 2010 11:26
[PATCH 0/2] Add some checks before emulating vmrun
Hi Avi, Marcelo, as promised here are the patches that add the checks for the vmrun intercept and the being != 0 at vmrun emulation in nested-svm. Joerg -- 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... 2 Aug 2010 11:26
First  |  Prev |  Next  |  Last
Pages: 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257