First  |  Prev |  Next  |  Last
Pages: 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632
[PATCH 14/18] Fix a possible backwards warp of kvmclock
Kernel time, which advances in discrete steps may progress much slower than TSC. As a result, when kvmclock is adjusted to a new base, the apparent time to the guest, which runs at a much higher, nsec scaled rate based on the current TSC, may have already been observed to have a larger value (kernel_ns + scaled ts... 12 Jul 2010 22:56
[PATCH 09/18] Add helper functions for time computation
Add a helper function to compute the kernel time and convert nanoseconds back to CPU specific cycles. Note that these must not be called in preemptible context, as that would mean the kernel could enter software suspend state, which would cause non-atomic operation. Also, convert the KVM_SET_CLOCK / KVM_GET_CLOC... 12 Jul 2010 22:56
[PATCH 02/18] Fix SVM VMCB reset
On reset, VMCB TSC should be set to zero. Instead, code was setting tsc_offset to zero, which passes through the underlying TSC. Signed-off-by: Zachary Amsden <zamsden(a)redhat.com> --- arch/x86/kvm/svm.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/arch/x86/kvm/svm.c b/arch/x86/kv... 12 Jul 2010 22:55
acer-wmi: fix memory leaks in wmab_execute error path
On Fri, 09 Jul 2010 12:37:36 +0800 Axel Lin <axel.lin(a)gmail.com> wrote: When acpi_evaluate_object() is passed ACPI_ALLOCATE_BUFFER, the caller must kfree the returned buffer if AE_OK is returned. Call Trace: wmab_execute -> wmi_evaluate_method -> acpi_evaluate_object Thus if callers... 12 Jul 2010 21:50
linux-next: manual merge of the tegra tree with the arm tree
Hi all, Today's linux-next merge of the tegra tree got a conflict in arch/arm/Kconfig between commit bde28b846e7e0ea6fea78f6ad1c43091fdf4d3e0 ("ARM: 6218/1: Versatile Express: add support for local timers on CA9X4 daughterboard") from the arm tree and commit c9dfc86214ffc3bcd0155b38bfe04383accc054a ("[ARM] tegra... 12 Jul 2010 21:50
[PATCH]md:dm.c Fix warning: statement with no effect
Ive noticed that having CONFIG_BLK_DEV_INTEGRITY=n I get warning messages generated by GCC(below) CC drivers/md/dm.o drivers/md/dm.c: In function 'split_bvec': drivers/md/dm.c:1117:3: warning: statement with no effect drivers/md/dm.c: In function 'clone_bio': drivers/md/dm.c:1145:3: warning: statement with ... 12 Jul 2010 21:50
linux-next: manual merge of the genesis tree with Linus' tree
Hi Paul, Today's linux-next merge of the genesis tree got a conflict in arch/arm/configs/ap4evb_defconfig arch/arm/configs/g3evm_defconfig arch/arm/configs/g4evm_defconfig between commit 07a8c03f3e06129e847acd068b8b89c13357ee64 ("ARM: reduce defconfigs") from Linus' tree and commits 4a539a2023fd2f7384916ef6e7777... 12 Jul 2010 22:55
linux-next: manual merge of the s5p tree with Linus' tree
Hi Kukjin, Today's linux-next merge of the s5p tree got a conflict in arch/arm/configs/s5pv210_defconfig between commit 07a8c03f3e06129e847acd068b8b89c13357ee64 ("ARM: reduce defconfigs") from Linus' tree and commit 2976beb1dd86974ae98a992ca23a626f8be7e7dd ("ARM: s5pv210_defconfig: Update for removing s5pc110_de... 12 Jul 2010 22:56
Staging: wlan-ng: fix checkpatch warnings in hfa384x.h
On Thu, Jul 8, 2010 at 6:02 PM, Greg KH <greg(a)kroah.com> wrote: On Sat, Jul 03, 2010 at 10:46:25PM -0300, Edgardo Hames wrote: Fixed spaces before tabs, removed unused variables and all typedefs. Signed-off-by: Edgardo Hames <ehames(a)gmail.com> This doesn't apply against the latest linux-next tree, ... 12 Jul 2010 21:50
acer-wmi: fix memory leaks in wmab_execute error path
hi Andrew, I just found acer-wmi-fix-memory-leaks-in-wmab_execute-error-path.patch added to -mm tree. But I think the V2 version is the correct one. If the second wmab_execute fail (for any reason) , we need to free the existing buffer before return status. Sould I resend the patch? Regards, Axel 於 五,2010-... 12 Jul 2010 21:49
First  |  Prev |  Next  |  Last
Pages: 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632