Show patches with: none      |   111708 patches
« 1 2 ... 952 953 9541117 1118 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[6/7] KVM: Make kvm_mmu_slot_remove_write_access() take mmu_lock by itself - - - --- 2012-12-18 Takuya Yoshikawa New
[5/7] KVM: Make kvm_mmu_change_mmu_pages() take mmu_lock by itself - - - --- 2012-12-18 Takuya Yoshikawa New
[4/7] KVM: x86: Remove unused slot_bitmap from kvm_mmu_page - - - --- 2012-12-18 Takuya Yoshikawa New
[3/7] KVM: MMU: Make kvm_mmu_slot_remove_write_access() rmap based - - - --- 2012-12-18 Takuya Yoshikawa New
[2/7] KVM: MMU: Remove unused parameter level from __rmap_write_protect() - - - --- 2012-12-18 Takuya Yoshikawa New
[1/7] KVM: Write protect the updated slot only when we start dirty logging - - - --- 2012-12-18 Takuya Yoshikawa New
[v7,3/3] x86, apicv: add virtual x2apic support - - - --- 2012-12-17 Zhang, Yang Z New
[v7,2/3] x86, apicv: add virtual interrupt delivery support - - - --- 2012-12-17 Zhang, Yang Z New
[v7,1/3] x86, apicv: add APICv register virtualization support - - - --- 2012-12-17 Zhang, Yang Z New
[v2,11/11] cpu: Move kvm_run into CPUState - - - --- 2012-12-16 Andreas Färber New
[v2,10/11] cpu: Move kvm_state field into CPUState - - - --- 2012-12-16 Andreas Färber New
[v2,09/11] ppc_booke: Pass PowerPCCPU to ppc_booke_timers_init() - - - --- 2012-12-16 Andreas Färber New
[v2,08/11] ppc4xx_devs: Return PowerPCCPU from ppc4xx_init() - - - --- 2012-12-16 Andreas Färber New
[v2,07/11] ppc_booke: Pass PowerPCCPU to {decr,fit,wdt} timer callbacks - - - --- 2012-12-16 Andreas Färber New
[v2,06/11] ppc: Pass PowerPCCPU to [h]decr timer callbacks - - - --- 2012-12-16 Andreas Färber New
[v2,05/11] ppc: Pass PowerPCCPU to [h]decr callbacks - - - --- 2012-12-16 Andreas Färber New
[v2,04/11] ppc: Pass PowerPCCPU to ppc_set_irq() - - - --- 2012-12-16 Andreas Färber New
[v2,03/11] kvm: Pass CPUState to kvm_vcpu_ioctl() - - - --- 2012-12-16 Andreas Färber New
[v2,02/11] kvm: Pass CPUState to kvm_arch_* - - - --- 2012-12-16 Andreas Färber New
[v2,01/11] cpu: Move kvm_fd into CPUState - - - --- 2012-12-16 Andreas Färber New
access: add test for dirty bit tracking if CR0.WP = 0 - - - --- 2012-12-15 Xiao Guangrong New
[v3,5/5] KVM: x86: improve reexecute_instruction - - - --- 2012-12-15 Xiao Guangrong New
[v3,4/5] KVM: x86: let reexecute_instruction work for tdp - - - --- 2012-12-15 Xiao Guangrong New
[v3,3/5] KVM: x86: clean up reexecute_instruction - - - --- 2012-12-15 Xiao Guangrong New
[v3,2/5] KVM: MMU: fix infinite fault access retry - - - --- 2012-12-15 Xiao Guangrong New
[v3,1/5] KVM: MMU: fix Dirty bit missed if CR0.WP = 0 - - - --- 2012-12-15 Xiao Guangrong New
vmx real mode emulated mmio? - - - --- 2012-12-14 Alex Williamson New
KVM: PPC: Only WARN on invalid emulation - - - --- 2012-12-14 Alexander Graf New
KVM: PPC: Book3S: PR: Enable alternative instruction for SC 1 - - - --- 2012-12-14 Alexander Graf New
[3/3] KVM: s390: Add a channel I/O based virtio transport driver. - - - --- 2012-12-14 Cornelia Huck New
[2/3] s390/ccwdev: Include asm/schid.h. - - - --- 2012-12-14 Cornelia Huck New
[1/3] KVM: s390: Handle hosts not supporting s390-virtio. - - - --- 2012-12-14 Cornelia Huck New
KVM: remove unused variable. - - - --- 2012-12-14 Gleb Natapov New
KVM: remove unused variable. variable 's' - - - --- 2012-12-14 Gleb Natapov New
KVM: Don't use vcpu->requests for steal time accounting - - - --- 2012-12-14 Takuya Yoshikawa New
[kvm-unit-tests,v2] vmexit: time the number of cycles for simple PIO - - - --- 2012-12-13 Paolo Bonzini New
[kvm-unit-tests] vmexit: time the number of cycles for simple PIO - - - --- 2012-12-13 Paolo Bonzini New
[kvm-unit-tests] emulator: test 64-bit mov with immediate operand - - - --- 2012-12-13 Paolo Bonzini New
[2/2] x86, apicv: Add Posted Interrupt supporting - - - --- 2012-12-13 Zhang, Yang Z New
[1/2] x86: Enable ack interrupt on vmexit - - - --- 2012-12-13 Zhang, Yang Z New
[v2,5/5] KVM: x86: improve reexecute_instruction - - - --- 2012-12-12 Xiao Guangrong New
[7/7] KVM: VMX: remove unneeded temporary variable from vmx_set_segment() - - - --- 2012-12-12 Gleb Natapov New
[6/7] KVM: VMX: clean-up vmx_set_segment() - - - --- 2012-12-12 Gleb Natapov New
[5/7] KVM: VMX: remove redundant code from vmx_set_segment() - - - --- 2012-12-12 Gleb Natapov New
[4/7] KVM: VMX: use fix_rmode_seg() to fix all code/data segments - - - --- 2012-12-12 Gleb Natapov New
[3/7] KVM: VMX: return correct segment limit and flags for CS/SS registers in real mode - - - --- 2012-12-12 Gleb Natapov New
[2/7] KVM: VMX: relax check for CS register in rmode_segment_valid() - - - --- 2012-12-12 Gleb Natapov New
[1/7] KVM: VMX: cleanup rmode_segment_valid() - - - --- 2012-12-12 Gleb Natapov New
[4/4] KVM: s390: Add a channel I/O based virtio transport driver. - - - --- 2012-12-12 Cornelia Huck New
[3/4] s390: Add a mechanism to get the subchannel id. - - - --- 2012-12-12 Cornelia Huck New
[2/4] s390: Move css limits from drivers/s390/cio/ to include/asm/. - - - --- 2012-12-12 Cornelia Huck New
[1/4] KVM: s390: Handle hosts not supporting s390-virtio. - - - --- 2012-12-12 Cornelia Huck New
vfio powerpc: implemented IOMMU driver for VFIO - - - --- 2012-12-12 Alexey Kardashevskiy New
vfio powerpc: enabled on powernv platform - - - --- 2012-12-12 Alexey Kardashevskiy New
kvm: do not flush after deleting gsi - - - --- 2012-12-12 Michael S. Tsirkin New
kvm: notify host when the guest is panicked - - - --- 2012-12-12 Hu Tao New
[v12,8/8] pv event: add document to describe the usage - - - --- 2012-12-12 Hu Tao New
[v12,7/8] allower the user to disable pv event support - - - --- 2012-12-12 Hu Tao New
[v12,6/8] introduce a new qom device to deal with panicked event - - - --- 2012-12-12 Hu Tao New
[v12,5/8] add a new qevent: QEVENT_GUEST_PANICKED - - - --- 2012-12-12 Hu Tao New
[v12,4/8] add a new runstate: RUN_STATE_GUEST_PANICKED - - - --- 2012-12-12 Hu Tao New
[v12,3/8] update kernel headers - - - --- 2012-12-12 Hu Tao New
[v12,2/8] start vm after resetting it - - - --- 2012-12-12 Hu Tao New
[v12,1/8] save/load cpu runstate - - - --- 2012-12-12 Hu Tao New
KVM: remove a wrong hack of delivery PIT intr to vcpu0 - - - --- 2012-12-12 Zhang, Yang Z New
[v6,3/3] x86, apicv: add virtual x2apic support - - - --- 2012-12-12 Zhang, Yang Z New
[v6,2/3] x86, apicv: add virtual interrupt delivery support - - - --- 2012-12-12 Zhang, Yang Z New
[v6,1/3] x86, apicv: add APICv register virtualization support - - - --- 2012-12-12 Zhang, Yang Z New
KVM: PPC: Fix SREGS documentation reference - - - --- 2012-12-11 Mihai Caraman New
[4/4] KVM: VMX: return correct segment limit and flags for CS/SS registers in real mode - - - --- 2012-12-11 Gleb Natapov New
[3/4] KVM: emulator: fix real mode segment checks in address linearization. - - - --- 2012-12-11 Gleb Natapov New
[2/4] VMX: remove unneeded enable_unrestricted_guest check. - - - --- 2012-12-11 Gleb Natapov New
[1/4] KVM: VMX: fix DPL during entry to protected mode. - - - --- 2012-12-11 Gleb Natapov New
[PATCHv8] virtio-spec: virtio network device multiqueue support - - - --- 2012-12-11 Michael S. Tsirkin New
[RESEND] x86/kexec: crash_vmclear_local_vmcss needs __rcu - - - --- 2012-12-11 Yanfei Zhang New
[TRIVIAL] kvm_para: fix typo in hypercall comments - - - --- 2012-12-10 Jesse Larrew New
kvm/vmx: fix the return value of handle_vmcall() - - - --- 2012-12-10 Jesse Larrew New
[v2,10/10] kvm: Increase user memory slots on x86 to 125 - - - --- 2012-12-10 Alex Williamson New
[v2,09/10] kvm: struct kvm_memory_slot.id -> short - - - --- 2012-12-10 Alex Williamson New
[v2,08/10] kvm: struct kvm_memory_slot.flags -> u32 - - - --- 2012-12-10 Alex Williamson New
[v2,07/10] kvm: struct kvm_memory_slot.user_alloc -> bool - - - --- 2012-12-10 Alex Williamson New
[v2,06/10] kvm: Make KVM_PRIVATE_MEM_SLOTS optional - - - --- 2012-12-10 Alex Williamson New
[v2,05/10] kvm: Rename KVM_MEMORY_SLOTS -> KVM_USER_MEM_SLOTS - - - --- 2012-12-10 Alex Williamson New
[v2,04/10] kvm: Minor memory slot optimization - - - --- 2012-12-10 Alex Williamson New
[v2,03/10] kvm: Fix iommu map/unmap to handle memory slot moves - - - --- 2012-12-10 Alex Williamson New
[v2,02/10] kvm: Check userspace_addr when modifying a memory slot - - - --- 2012-12-10 Alex Williamson New
[v2,01/10] kvm: Restrict non-existing slot state transitions - - - --- 2012-12-10 Alex Williamson New
[v2] kvm: Detect number of available memory slots from the host kernel - - - --- 2012-12-10 Alex Williamson New
KVM: inject ExtINT interrupt before APIC interrupts - - - --- 2012-12-10 Gleb Natapov New
[PATCHv7] virtio-spec: virtio network device multiqueue support - - - --- 2012-12-10 Michael S. Tsirkin New
[Autotest] Server test: Adds support for multi-host migration in afe tool. - - - --- 2012-12-10 Jiri Zupka New
[unit-test] test aad instruction - - - --- 2012-12-10 Gleb Natapov New
KVM: emulator: implement AAD instruction - - - --- 2012-12-10 Gleb Natapov New
[v2,5/5] KVM: x86: improve reexecute_instruction - - - --- 2012-12-10 Xiao Guangrong New
[v2,4/5] KVM: x86: let reexecute_instruction work for tdp - - - --- 2012-12-10 Xiao Guangrong New
[v2,3/5] KVM: x86: clean up reexecute_instruction - - - --- 2012-12-10 Xiao Guangrong New
[v2,2/5] KVM: MMU: adjust page size early if gfn used as page table - - - --- 2012-12-10 Xiao Guangrong New
[v2,1/5] KVM: MMU: move adjusting pte access for softmmu to FNAME(page_fault) - - - --- 2012-12-10 Xiao Guangrong New
[v2,0/5] KVM: x86: improve reexecute_instruction - - - --- 2012-12-10 Xiao Guangrong New
[v5,3/3] x86, apicv: add virtual x2apic support - - - --- 2012-12-10 Zhang, Yang Z New
« 1 2 ... 952 953 9541117 1118 »