First  |  Prev |  Next  |  Last
Pages: 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724
[PATCH v5 7/9] KVM: MMU: prefetch ptes when intercepted guest #PF
Support prefetch ptes when intercept guest #PF, avoid to #PF by later access If we meet any failure in the prefetch path, we will exit it and not try other ptes to avoid become heavy path Will do: fix dirty bit tracking in the speculative path Signed-off-by: Xiao Guangrong <xiaoguangrong(a)cn.fujitsu.com> ---... 6 Jul 2010 07:52
[PATCH v5 2/9] KVM: MMU: fix race between 'walk_addr' and 'fetch'
'walk_addr' is out of mmu_lock's protection, so while we handle 'fetch', then guest's mapping has modifited by other vcpu's write path, such as invlpg, pte_write and other fetch path Fixed by checking all level's mapping Signed-off-by: Xiao Guangrong <xiaoguangrong(a)cn.fujitsu.com> --- arch/x86/kvm/paging_tmp... 6 Jul 2010 07:52
[PATCH v5 1/9] KVM: MMU: fix forgot reserved bits check in speculative path
In the speculative path, we should check guest pte's reserved bits just as the real processor does Reported-by: Marcelo Tosatti <mtosatti(a)redhat.com> Signed-off-by: Xiao Guangrong <xiaoguangrong(a)cn.fujitsu.com> --- arch/x86/kvm/mmu.c | 3 +++ arch/x86/kvm/paging_tmpl.h | 3 ++- 2 files changed, ... 6 Jul 2010 07:52
[PATCH 1/2] Added Technisat Skystar USB HD CI
From: Renzo Dani <arons7(a)gmail.com> Signed-off-by: Renzo Dani <arons7(a)gmail.com> --- drivers/media/dvb/dvb-usb/az6027.c | 14 ++++++++++++-- 1 files changed, 12 insertions(+), 2 deletions(-) diff --git a/drivers/media/dvb/dvb-usb/az6027.c b/drivers/media/dvb/dvb-usb/az6027.c index d7290b2..445851a 100644... 6 Jul 2010 06:47
[PATCH 2/2] Retrieve firmware for az6027
From: Renzo Dani <arons7(a)gmail.com> Signed-off-by: Renzo Dani <arons7(a)gmail.com> --- Documentation/dvb/get_dvb_firmware | 19 ++++++++++++++++++- 1 files changed, 18 insertions(+), 1 deletions(-) diff --git a/Documentation/dvb/get_dvb_firmware b/Documentation/dvb/get_dvb_firmware index 239cbdb..9ea94dc 1... 6 Jul 2010 06:47
linux-next: Tree for July 6
Hi all, Changes since 20100705: My fixes tree contains: kbuild: Fix path to scripts/setlocalversion The omap tree lost its conflict. The genesis tree lost its conflict. The v4l-dvb tree gained a conflict against Linus' tree. The block tree gained a conflict against the rr tree. The device-mapper ... 6 Jul 2010 05:43
[PATCH 2/3] ASoC: DaVinci: Added selection of clk input pin for McBSP
From: Raffaele Recalcati <raffaele.recalcati(a)bticino.it> When McBSP peripheral gets the clock from an external pin, there are three possible chooses, MCBSP_CLKX, MCBSP_CLKR and MCBSP_CLKS. evm-dm365 uses MCBSP_CLKR, instead in bmx board I have a different hardware connection and I use MCBSP_C... 6 Jul 2010 05:43
Staging: dt3155: fix coding style issues in dt3155_drv.c
On 07/06/2010 12:02 AM, Joe Eloff wrote: --- a/drivers/staging/dt3155/dt3155_drv.c +++ b/drivers/staging/dt3155/dt3155_drv.c @@ -78,7 +78,7 @@ extern void printques(int); MODULE_LICENSE("GPL"); /* Error variable. Zero means no error. */ -int dt3155_errno = 0; +int dt3155_errno ; Isn't th... 8 Jul 2010 13:37
[tip:perf/core] perf probe: Support "string" type
Commit-ID: 73317b954041031249e8968d2e9023ff4e960d99 Gitweb: http://git.kernel.org/tip/73317b954041031249e8968d2e9023ff4e960d99 Author: Masami Hiramatsu <mhiramat(a)redhat.com> AuthorDate: Wed, 19 May 2010 15:57:35 -0400 Committer: Arnaldo Carvalho de Melo <acme(a)redhat.com> CommitDate: Mon, 5 Jul 2010 18:47... 6 Jul 2010 05:43
[PATCH 1/3] ASoC: DaVinci: Added two clocking possibilities to McBSP (I2S)
From: Raffaele Recalcati <raffaele.recalcati(a)bticino.it> Added two clocking options for dm365 McBSP peripheral when used with I2S timings, that are SND_SOC_DAIFMT_CBS_CFS (the cpu generates clock and frame sync) and SND_SOC_DAIFMT_CBS_CFM (the cpu gets clock from external pin and generates frame s... 6 Jul 2010 05:43
First  |  Prev |  Next  |  Last
Pages: 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724