First  |  Prev |  Next  |  Last
Pages: 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790
[PATCH V2] 2.6.34: simple IOMMU API extension to check safe interrupt remapping
This patch allows IOMMU users to determine whether the hardware and software support safe, isolated interrupt remapping. Not all Intel IOMMUs have the hardware, and the software for AMD is not there yet. Signed-off-by: Tom Lyon <pugs(a)cisco.com> --- Version 2: previous ifdefs not needed. MST has convinced me... 1 Jul 2010 17:49
[191/200] KVM: MMU: Segregate shadow pages with different cr0.wp
2.6.34-stable review patch. If anyone has any objections, please let me know. ------------------ From: Avi Kivity <avi(a)redhat.com> When cr0.wp=0, we may shadow a gpte having u/s=1 and r/w=0 with an spte having u/s=0 and r/w=1. This allows excessive access if the guest sets cr0.wp=1 and accesses through thi... 1 Jul 2010 17:49
[113/200] idr: fix backtrack logic in idr_remove_all
2.6.34-stable review patch. If anyone has any objections, please let me know. ------------------ From: Imre Deak <imre.deak(a)nokia.com> commit 2dcb22b346be7b7b7e630a8970d69cf3f1111ec1 upstream. Currently idr_remove_all will fail with a use after free error if idr::layers is bigger than 2, which on 32 bit s... 1 Jul 2010 17:49
[083/200] powerpc/oprofile: fix potential buffer overrun in op_model_cell.c
2.6.34-stable review patch. If anyone has any objections, please let me know. ------------------ From: Denis Kirjanov <dkirjanov(a)hera.kernel.org> commit 238c1a78c957f3dc7cb848b161dcf4805793ed56 upstream. Fix potential initial_lfsr buffer overrun. Writing past the end of the buffer could happen when index ... 1 Jul 2010 17:49
[197/200] KVM: x86: Inject #GP with the right rip on efer writes
2.6.34-stable review patch. If anyone has any objections, please let me know. ------------------ From: Joerg Roedel <joerg.roedel(a)amd.com> This patch fixes a bug in the KVM efer-msr write path. If a guest writes to a reserved efer bit the set_efer function injects the #GP directly. The architecture dependen... 1 Jul 2010 17:49
[071/200] PCI: Disable MSI for MCP55 on P5N32-E SLI
2.6.34-stable review patch. If anyone has any objections, please let me know. ------------------ From: Ben Hutchings <ben(a)decadent.org.uk> commit e4146bb9088c01c8b6e82be11f0c371f8aff023c upstream. As reported in <http://bugs.debian.org/552299>, MSI appears to be broken for this on-board device. We alread... 1 Jul 2010 17:49
[186/200] KVM: x86: Add callback to let modules decide over some supported cpuid bits
2.6.34-stable review patch. If anyone has any objections, please let me know. ------------------ From: Joerg Roedel <joerg.roedel(a)amd.com> This patch adds the get_supported_cpuid callback to kvm_x86_ops. It will be used in do_cpuid_ent to delegate the decission about some supported cpuid bits to the archit... 1 Jul 2010 17:49
[193/200] KVM: MMU: Dont read pdptrs with mmu spinlock held in mmu_alloc_roots
2.6.34-stable review patch. If anyone has any objections, please let me know. ------------------ From: Avi Kivity <avi(a)redhat.com> On svm, kvm_read_pdptr() may require reading guest memory, which can sleep. Push the spinlock into mmu_alloc_roots(), and only take it after we've read the pdptr. Tested-by... 1 Jul 2010 17:49
[198/200] KVM: SVM: Dont allow nested guest to VMMCALL into host
2.6.34-stable review patch. If anyone has any objections, please let me know. ------------------ From: Joerg Roedel <joerg.roedel(a)amd.com> This patch disables the possibility for a l2-guest to do a VMMCALL directly into the host. This would happen if the l1-hypervisor doesn't intercept VMMCALL and the l2-gu... 1 Jul 2010 17:49
[192/200] KVM: VMX: enable VMXON check with SMX enabled (Intel TXT)
2.6.34-stable review patch. If anyone has any objections, please let me know. ------------------ From: Shane Wang <shane.wang(a)intel.com> Per document, for feature control MSR: Bit 1 enables VMXON in SMX operation. If the bit is clear, execution of VMXON in SMX operation causes a general-protecti... 1 Jul 2010 17:49
First  |  Prev |  Next  |  Last
Pages: 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790