First  |  Prev |  Next  |  Last
Pages: 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696
Retry fault before vmentry
On 07/06/2010 12:24 PM, Gleb Natapov wrote: When page is swapped in it is mapped into guest memory only after guest tries to access it again and generate another fault. To save this fault we can map it immediately since we know that guest is going to access the page. Signed-off-by: Gleb Natapov<gleb@r... 8 Jul 2010 13:37
Let host know whether the guest can handle async PF in non-userspace context.
On 07/06/2010 12:24 PM, Gleb Natapov wrote: If guest can detect that it runs in non-preemptable context it can handle async PFs at any time, so let host know that it can send async PF even if guest cpu is not in userspace. The code looks correct. One question though - is there a reason to implement the us... 8 Jul 2010 01:33
usb: gadget: #include device.h in gadget.h
On Wed, Jul 07, 2010 at 05:47:08PM -0700, Patrick Pannuto wrote: gadget.h uses structures defined in device.h, it must include it. In most cases, gadget.h is preceded by linux/platform_device.h, but if you are grouping headers sanely, device.h may not be pulled in until *after* gadget (e.g. mach/msm_device.... 8 Jul 2010 15:52
classmate-laptop: make needlessly global symbols static
On Thu, Jul 08, 2010 at 09:47:50AM +0800, Axel Lin wrote: cmpc_accel_sensitivity_attr is needlessly defined global. This patch makes the symbol static. Signed-off-by: Axel Lin <axel.lin(a)gmail.com> --- drivers/platform/x86/classmate-laptop.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions... 7 Jul 2010 23:23
[PATCH] msi-laptop: make struct rfkill_ops const
rfkill uses a const struct rfkill_ops pointer. Signed-off-by: Axel Lin <axel.lin(a)gmail.com> --- drivers/platform/x86/msi-laptop.c | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/platform/x86/msi-laptop.c b/drivers/platform/x86/msi-laptop.c index afd762b..05634f8 100644 -... 7 Jul 2010 22:18
[PATCH] lvs sctp protocol handler is incorrectly invoked ip_vs_app_pkt_out
lvs sctp protocol handler is incorrectly invoked ip_vs_app_pkt_out Since there's no sctp helpers at present, it does the same thing as ip_vs_app_pkt_in. Signed-off-by: Xiaoyu Du <tingsrain(a)gmail.com> --- net/netfilter/ipvs/ip_vs_proto_sctp.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff... 7 Jul 2010 22:18
[PATCH] msi-wmi: make needlessly global symbols static
backlight is needlessly defined global. This patch makes the symbol static. Signed-off-by: Axel Lin <axel.lin(a)gmail.com> --- drivers/platform/x86/msi-wmi.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/platform/x86/msi-wmi.c b/drivers/platform/x86/msi-wmi.c index d173600..... 7 Jul 2010 22:18
[PATCH] classmate-laptop: make needlessly global symbols static
cmpc_accel_sensitivity_attr is needlessly defined global. This patch makes the symbol static. Signed-off-by: Axel Lin <axel.lin(a)gmail.com> --- drivers/platform/x86/classmate-laptop.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/platform/x86/classmate-laptop.c b/drivers/pla... 7 Jul 2010 22:18
[PATCH] acerhdf: make needlessly global symbols static
The following symbols are needlessly defined global: thz_dev cl_dev acerhdf_dev acerhdf_dev_ops acerhdf_cooling_ops This patch makes the symbols static. Signed-off-by: Axel Lin <axel.lin(a)gmail.com> --- drivers/platform/x86/acerhdf.c | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) ... 7 Jul 2010 22:18
[PATCH] fujitsu-laptop: make needlessly global symbols static
The following symbols are needlessly defined global: logolamp_led kblamps_led This patch makes the symbols static. Signed-off-by: Axel Lin <axel.lin(a)gmail.com> --- drivers/platform/x86/fujitsu-laptop.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/platform/x86/fujit... 7 Jul 2010 22:17
First  |  Prev |  Next  |  Last
Pages: 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696