2013-02-05 |
Gleb Natapov | KVM: MMU: set base_role.nxe during mmu initialization. |
commit | commitdiff | tree | snapshot |
2013-02-05 |
Gleb Natapov | KVM: MMU: drop unneeded checks. |
commit | commitdiff | tree | snapshot |
2013-02-05 |
Gleb Natapov | KVM: MMU: make spte_is_locklessly_modifiable() more... |
commit | commitdiff | tree | snapshot |
2013-02-05 |
Takuya Yoshikawa | KVM: set_memory_region: Disallow changing read-only... |
commit | commitdiff | tree | snapshot |
2013-02-05 |
Takuya Yoshikawa | KVM: set_memory_region: Identify the requested change... |
commit | commitdiff | tree | snapshot |
2013-01-30 |
Christian Borntraeger | s390/kvm: Fix instruction decoding |
commit | commitdiff | tree | snapshot |
2013-01-30 |
Cornelia Huck | s390/virtio-ccw: Fix setup_vq error handling. |
commit | commitdiff | tree | snapshot |
2013-01-30 |
Christian Borntraeger | s390/kvm: Fix store status for ACRS/FPRS |
commit | commitdiff | tree | snapshot |
2013-01-29 |
Raghavendra K T | kvm: Handle yield_to failure return code for potential... |
commit | commitdiff | tree | snapshot |
2013-01-29 |
Peter Zijlstra | sched: Bail out of yield_to when source and target... |
commit | commitdiff | tree | snapshot |
2013-01-29 |
Yang Zhang | x86, apicv: add virtual interrupt delivery support |
commit | commitdiff | tree | snapshot |
2013-01-29 |
Yang Zhang | x86, apicv: add virtual x2apic support |
commit | commitdiff | tree | snapshot |
2013-01-29 |
Yang Zhang | x86, apicv: add APICv register virtualization support |
commit | commitdiff | tree | snapshot |
2013-01-27 |
Alex Williamson | kvm: Obey read-only mappings in iommu |
commit | commitdiff | tree | snapshot |
2013-01-27 |
Alex Williamson | kvm: Force IOMMU remapping on memory slot read-only... |
commit | commitdiff | tree | snapshot |
2013-01-27 |
Avi Kivity | KVM: x86 emulator: fix test_cc() build failure on i386 |
commit | commitdiff | tree | snapshot |
2013-01-24 |
Gleb Natapov | KVM: VMX: set vmx->emulation_required only when needed. |
commit | commitdiff | tree | snapshot |
2013-01-24 |
Gleb Natapov | KVM: x86: fix use of uninitialized memory as segment... |
commit | commitdiff | tree | snapshot |
2013-01-24 |
Gleb Natapov | KVM: VMX: rename fix_pmode_dataseg to fix_pmode_seg. |
commit | commitdiff | tree | snapshot |
2013-01-24 |
Gleb Natapov | KVM: VMX: don't clobber segment AR of unusable segments. |
commit | commitdiff | tree | snapshot |
2013-01-24 |
Gleb Natapov | KVM: VMX: skip vmx->rmode.vm86_active check on cr0... |
commit | commitdiff | tree | snapshot |
2013-01-24 |
Gleb Natapov | KVM: VMX: remove hack that disables emulation on vcpu... |
commit | commitdiff | tree | snapshot |
2013-01-24 |
Gleb Natapov | KVM: VMX: if unrestricted guest is enabled vcpu state... |
commit | commitdiff | tree | snapshot |
2013-01-24 |
Gleb Natapov | KVM: VMX: reset CPL only on CS register write. |
commit | commitdiff | tree | snapshot |
2013-01-24 |
Gleb Natapov | KVM: VMX: remove special CPL cache access during transi... |
commit | commitdiff | tree | snapshot |
2013-01-24 |
Avi Kivity | KVM: x86 emulator: convert a few freestanding emulation... |
commit | commitdiff | tree | snapshot |
2013-01-24 |
Avi Kivity | KVM: x86 emulator: rearrange fastop definitions |
commit | commitdiff | tree | snapshot |
2013-01-24 |
Avi Kivity | KVM: x86 emulator: convert 2-operand IMUL to fastop |
commit | commitdiff | tree | snapshot |
2013-01-24 |
Avi Kivity | KVM: x86 emulator: convert BT/BTS/BTR/BTC/BSF/BSR to... |
commit | commitdiff | tree | snapshot |
2013-01-24 |
Avi Kivity | KVM: x86 emulator: convert INC/DEC to fastop |
commit | commitdiff | tree | snapshot |
2013-01-24 |
Avi Kivity | KVM: x86 emulator: covert SETCC to fastop |
commit | commitdiff | tree | snapshot |
2013-01-24 |
Avi Kivity | KVM: x86 emulator: convert shift/rotate instructions... |
commit | commitdiff | tree | snapshot |
2013-01-24 |
Avi Kivity | KVM: x86 emulator: Convert SHLD, SHRD to fastop |
commit | commitdiff | tree | snapshot |
2013-01-22 |
Xiao Guangrong | KVM: x86: improve reexecute_instruction |
commit | commitdiff | tree | snapshot |
2013-01-22 |
Xiao Guangrong | KVM: x86: let reexecute_instruction work for tdp |
commit | commitdiff | tree | snapshot |
2013-01-22 |
Xiao Guangrong | KVM: x86: clean up reexecute_instruction |
commit | commitdiff | tree | snapshot |
2013-01-17 |
Takuya Yoshikawa | KVM: set_memory_region: Remove unnecessary variable... |
commit | commitdiff | tree | snapshot |
2013-01-17 |
Takuya Yoshikawa | KVM: set_memory_region: Don't check for overlaps unless... |
commit | commitdiff | tree | snapshot |
2013-01-17 |
Takuya Yoshikawa | KVM: set_memory_region: Don't jump to out_free unnecess... |
commit | commitdiff | tree | snapshot |
2013-01-17 |
Cong Ding | KVM: s390: kvm/sigp.c: fix memory leakage |
commit | commitdiff | tree | snapshot |
2013-01-14 |
Takuya Yoshikawa | KVM: MMU: Conditionally reschedule when kvm_mmu_slot_re... |
commit | commitdiff | tree | snapshot |
2013-01-14 |
Takuya Yoshikawa | KVM: Make kvm_mmu_slot_remove_write_access() take mmu_l... |
commit | commitdiff | tree | snapshot |
2013-01-14 |
Takuya Yoshikawa | KVM: Make kvm_mmu_change_mmu_pages() take mmu_lock... |
commit | commitdiff | tree | snapshot |
2013-01-14 |
Takuya Yoshikawa | KVM: Remove unused slot_bitmap from kvm_mmu_page |
commit | commitdiff | tree | snapshot |
2013-01-14 |
Takuya Yoshikawa | KVM: MMU: Make kvm_mmu_slot_remove_write_access() rmap... |
commit | commitdiff | tree | snapshot |
2013-01-14 |
Takuya Yoshikawa | KVM: MMU: Remove unused parameter level from __rmap_wri... |
commit | commitdiff | tree | snapshot |
2013-01-14 |
Takuya Yoshikawa | KVM: Write protect the updated slot only when dirty... |
commit | commitdiff | tree | snapshot |
2013-01-14 |
Gleb Natapov | Merge branch 'kvm-ppc-next' of https://github.com/agraf... |
commit | commitdiff | tree | snapshot |
2013-01-10 |
Cornelia Huck | KVM: trace: Fix exit decoding. |
commit | commitdiff | tree | snapshot |
2013-01-10 |
Xiao Guangrong | KVM: MMU: fix infinite fault access retry |
commit | commitdiff | tree | snapshot |
2013-01-10 |
Xiao Guangrong | KVM: MMU: fix Dirty bit missed if CR0.WP = 0 |
commit | commitdiff | tree | snapshot |
2013-01-10 |
Alexander Graf | KVM: PPC: BookE: Add EPR ONE_REG sync |
commit | commitdiff | tree | snapshot |
2013-01-10 |
Alexander Graf | KVM: PPC: BookE: Implement EPR exit |
commit | commitdiff | tree | snapshot |
2013-01-10 |
Alexander Graf | KVM: PPC: BookE: Emulate mfspr on EPR |
commit | commitdiff | tree | snapshot |
2013-01-10 |
Alexander Graf | KVM: PPC: BookE: Allow irq deliveries to inject requests |
commit | commitdiff | tree | snapshot |
2013-01-10 |
Mihai Caraman | KVM: PPC: Fix mfspr/mtspr MMUCFG emulation |
commit | commitdiff | tree | snapshot |
2013-01-10 |
Alexander Graf | KVM: PPC: Book3S: PR: Enable alternative instruction... |
commit | commitdiff | tree | snapshot |
2013-01-10 |
Alexander Graf | KVM: PPC: Only WARN on invalid emulation |
commit | commitdiff | tree | snapshot |
2013-01-10 |
Mihai Caraman | KVM: PPC: Fix SREGS documentation reference |
commit | commitdiff | tree | snapshot |
2013-01-09 |
Christian Borntraeger | KVM: s390: Gracefully handle busy conditions on ccw_dev... |
commit | commitdiff | tree | snapshot |
2013-01-09 |
Cornelia Huck | KVM: s390: Dynamic allocation of virtio-ccw I/O data. |
commit | commitdiff | tree | snapshot |
2013-01-09 |
Avi Kivity | KVM: x86 emulator: convert basic ALU ops to fastop |
commit | commitdiff | tree | snapshot |
2013-01-09 |
Avi Kivity | KVM: x86 emulator: add macros for defining 2-operand... |
commit | commitdiff | tree | snapshot |
2013-01-09 |
Avi Kivity | KVM: x86 emulator: convert NOT, NEG to fastop |
commit | commitdiff | tree | snapshot |
2013-01-09 |
Avi Kivity | KVM: x86 emulator: mark CMP, CMPS, SCAS, TEST as NoWrite |
commit | commitdiff | tree | snapshot |
2013-01-09 |
Avi Kivity | KVM: x86 emulator: introduce NoWrite flag |
commit | commitdiff | tree | snapshot |
2013-01-09 |
Avi Kivity | KVM: x86 emulator: Support for declaring single operand... |
commit | commitdiff | tree | snapshot |
2013-01-09 |
Avi Kivity | KVM: x86 emulator: framework for streamlining arithmeti... |
commit | commitdiff | tree | snapshot |
2013-01-08 |
Marcelo Tosatti | KVM: VMX: fix incorrect cached cpl value with real... |
commit | commitdiff | tree | snapshot |
2013-01-08 |
Gleb Natapov | KVM: x86: remove unused variable from walk_addr_generic() |
commit | commitdiff | tree | snapshot |
2013-01-07 |
Gleb Natapov | KVM: MMU: simplify folding of dirty bit into accessed_dirty |
commit | commitdiff | tree | snapshot |
2013-01-07 |
Gleb Natapov | KVM: mmu: remove unused trace event |
commit | commitdiff | tree | snapshot |
2013-01-07 |
Cornelia Huck | KVM: s390: Add support for channel I/O instructions. |
commit | commitdiff | tree | snapshot |
2013-01-07 |
Cornelia Huck | KVM: s390: Base infrastructure for enabling capabilities. |
commit | commitdiff | tree | snapshot |
2013-01-07 |
Cornelia Huck | KVM: s390: In-kernel handling of I/O instructions. |
commit | commitdiff | tree | snapshot |
2013-01-07 |
Cornelia Huck | KVM: s390: Add support for machine checks. |
commit | commitdiff | tree | snapshot |
2013-01-07 |
Cornelia Huck | KVM: s390: Support for I/O interrupts. |
commit | commitdiff | tree | snapshot |
2013-01-07 |
Cornelia Huck | KVM: s390: Decoding helper functions. |
commit | commitdiff | tree | snapshot |
2013-01-07 |
Cornelia Huck | KVM: s390: Constify intercept handler tables. |
commit | commitdiff | tree | snapshot |
2013-01-02 |
Gleb Natapov | KVM: VMX: handle IO when emulation is due to #GP in... |
commit | commitdiff | tree | snapshot |
2013-01-02 |
Gleb Natapov | KVM: VMX: Do not fix segment register during vcpu initi... |
commit | commitdiff | tree | snapshot |
2013-01-02 |
Gleb Natapov | KVM: VMX: fix emulation of invalid guest state. |
commit | commitdiff | tree | snapshot |
2013-01-02 |
Gleb Natapov | KVM: VMX: make rmode_segment_valid() more strict. |
commit | commitdiff | tree | snapshot |
2013-01-02 |
Gleb Natapov | KVM: emulator: implement fninit, fnstsw, fnstcw |
commit | commitdiff | tree | snapshot |
2013-01-02 |
Gleb Natapov | KVM: emulator: drop RPL check from linearize() function |
commit | commitdiff | tree | snapshot |
2013-01-02 |
Jesse Larrew | x86: kvm_para: fix typo in hypercall comments |
commit | commitdiff | tree | snapshot |
2012-12-24 |
Gleb Natapov | KVM: move the code that installs new slots array to... |
commit | commitdiff | tree | snapshot |
2012-12-23 |
Gleb Natapov | KVM: VMX: remove unneeded temporary variable from vmx_s... |
commit | commitdiff | tree | snapshot |
2012-12-23 |
Gleb Natapov | KVM: VMX: clean-up vmx_set_segment() |
commit | commitdiff | tree | snapshot |
2012-12-23 |
Gleb Natapov | KVM: VMX: remove redundant code from vmx_set_segment() |
commit | commitdiff | tree | snapshot |
2012-12-23 |
Gleb Natapov | KVM: VMX: use fix_rmode_seg() to fix all code/data... |
commit | commitdiff | tree | snapshot |
2012-12-23 |
Gleb Natapov | KVM: VMX: return correct segment limit and flags for... |
commit | commitdiff | tree | snapshot |
2012-12-23 |
Gleb Natapov | KVM: VMX: relax check for CS register in rmode_segment_... |
commit | commitdiff | tree | snapshot |
2012-12-23 |
Gleb Natapov | KVM: VMX: cleanup rmode_segment_valid() |
commit | commitdiff | tree | snapshot |
2012-12-23 |
Alex Williamson | kvm: Fix memory slot generation updates |
commit | commitdiff | tree | snapshot |
2012-12-23 |
Yang Zhang | KVM: remove a wrong hack of delivery PIT intr to vcpu0 |
commit | commitdiff | tree | snapshot |
2012-12-18 |
Cornelia Huck | KVM: s390: Add a channel I/O based virtio transport... |
commit | commitdiff | tree | snapshot |
2012-12-18 |
Cornelia Huck | s390/ccwdev: Include asm/schid.h. |
commit | commitdiff | tree | snapshot |
2012-12-18 |
Cornelia Huck | KVM: s390: Handle hosts not supporting s390-virtio. |
commit | commitdiff | tree | snapshot |
2012-12-18 |
Nickolai Zeldovich | kvm: fix i8254 counter 0 wraparound |
commit | commitdiff | tree | snapshot |
next |