KVM: X86: Add callback to let modules decide over some supported cpuid bits
On 22.04.2010, at 12:33, Joerg Roedel wrote: 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 architecture modules. Cc: stable(a)kernel.org Please don't CC stable. There is a KVM stab... 23 Apr 2010 17:50
KVM: X86: Add callback to let modules decide over some supported cpuid bits
On 04/23/2010 04:52 PM, Alexander Graf wrote: On 22.04.2010, at 12:33, Joerg Roedel wrote: 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 architecture modules. Cc: stab... 23 Apr 2010 17:50
KVM: x86: Allow marking an exception as reinjected
On 22.04.2010, at 12:33, Joerg Roedel wrote: This patch adds logic to kvm/x86 which allows to mark an injected exception as reinjected. This allows to remove an ugly hack from svm_complete_interrupts that prevented exceptions from being reinjected at all in the nested case. The hack was necessary bec... 23 Apr 2010 17:50
KVM: SVM: Sync cr0 and cr3 to kvm state before nested handling
On 22.04.2010, at 12:33, Joerg Roedel wrote: This patch syncs cr0 and cr3 from the vmcb to the kvm state before nested intercept handling is done. This allows to simplify the vmexit path. Signed-off-by: Joerg Roedel <joerg.roedel(a)amd.com> --- arch/x86/kvm/svm.c | 15 ++++++--------- 1 file... 23 Apr 2010 17:50
KVM: SVM: Fix nested nmi handling
On 22.04.2010, at 12:33, Joerg Roedel wrote: The patch introducing nested nmi handling had a bug. The check does not belong to enable_nmi_window but must be in nmi_allowed. This patch fixes this. Signed-off-by: Joerg Roedel <joerg.roedel(a)amd.com> --- arch/x86/kvm/svm.c | 16 +++++++++------- ... 23 Apr 2010 21:09
Another BUG_ON() in blkio controller
On środa, 21 kwietnia 2010 o 22:12:01 Vivek Goyal wrote: Hi Nauman, There is another BUG_ON() hitting in my testing. I created a Bugzilla entry at https://bugzilla.kernel.org/show_bug.cgi?id=15842 for your bug report, please add your address to the CC list in there, thanks! -- Maciej Rutecki http:... 23 Apr 2010 17:49
CALL +(44) 702 401 0722
My associate has helped me to send your first payment of US$7,500 to you as instructed by Mr.James Gordon Brown the United Kingdom prime minister after the last G20 meeting that was held on April 2nd in United Kingdom, making you one of the beneficiaries. Here is the information below. MONEY TRANSFER CONTROL ... 23 Apr 2010 17:49
CALL +(44) 702 401 0722
My associate has helped me to send your first payment of US$7,500 to you as instructed by Mr.James Gordon Brown the United Kingdom prime minister after the last G20 meeting that was held on April 2nd in United Kingdom, making you one of the beneficiaries. Here is the information below. MONEY TRANSFER CONTROL ... 23 Apr 2010 17:49
[PATCH RESEND 1/2] Composite framework: Add suspended sysfs entry
From: Fabien Chouteau <fabien.chouteau(a)barco.com> This patch adds a sysfs entry (/sys/devices/platform/_UDC_/gadget/suspended) to show the suspend state of an USB composite gadget. Signed-off-by: Fabien Chouteau <fabien.chouteau(a)barco.com> --- .../testing/sysfs-devices-platform-_UDC_-gadget | 9 ++++++++... 23 Apr 2010 17:49
PM: Add suspend blocking work.
On 04/23, Tejun Heo wrote: On 04/23/2010 03:08 AM, Arve Hj�nnev�g wrote: Allow work to be queued that will block suspend while it is pending or executing. To get the same functionality in the calling code often requires a separate suspend_blocker for pending and executing work, or additional s... 2 May 2010 03:23