index
:
linux
mybooklive
mybooklive-3.16.y
mybooklive-amatus
Linux kernel source tree
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kvm
/
x86.c
Age
Commit message (
Expand
)
Author
2011-01-12
KVM: MMU: retry #PF for softmmu
Xiao Guangrong
2011-01-12
KVM: X86: Don't report L2 emulation failures to user-space
Joerg Roedel
2011-01-12
KVM: Pull extra page fault information into struct x86_exception
Avi Kivity
2011-01-12
KVM: Push struct x86_exception info the various gva_to_gpa variants
Avi Kivity
2011-01-12
KVM: x86 emulator: make emulator memory callbacks return full exception
Avi Kivity
2011-01-12
KVM: x86 emulator: introduce struct x86_exception to communicate faults
Avi Kivity
2011-01-12
KVM: Mask KVM_GET_SUPPORTED_CPUID data with Linux cpuid info
Avi Kivity
2011-01-12
KVM: MMU: fix apf prefault if nested guest is enabled
Xiao Guangrong
2011-01-12
KVM: MMU: clear apfs if page state is changed
Xiao Guangrong
2011-01-12
KVM: Clean up vm creation and release
Jan Kiszka
2011-01-12
KVM: avoid unnecessary wait for a async pf
Xiao Guangrong
2011-01-12
KVM: fix searching async gfn in kvm_async_pf_gfn_slot
Xiao Guangrong
2011-01-12
KVM: x86: Avoid issuing wbinvd twice
Jan Kiszka
2011-01-12
KVM: pre-allocate one more dirty bitmap to avoid vmalloc()
Takuya Yoshikawa
2011-01-12
KVM: MMU: remove kvm_mmu_set_base_ptes
Marcelo Tosatti
2011-01-12
KVM: Send async PF when guest is not in userspace too.
Gleb Natapov
2011-01-12
KVM: Let host know whether the guest can handle async PF in non-userspace con...
Gleb Natapov
2011-01-12
KVM: Inject asynchronous page fault into a PV guest if page is swapped out.
Gleb Natapov
2011-01-12
KVM: Add PV MSR to enable asynchronous page faults delivery.
Gleb Natapov
2011-01-12
KVM: Add memory slot versioning and use it to provide fast guest write interface
Gleb Natapov
2011-01-12
KVM: Retry fault before vmentry
Gleb Natapov
2011-01-12
KVM: Halt vcpu if page it tries to access is swapped out
Gleb Natapov
2011-01-02
KVM: Don't reset mmu context unnecessarily when updating EFER
Avi Kivity
2010-12-16
KVM: Fix preemption counter leak in kvm_timer_init()
Avi Kivity
2010-12-08
KVM: SVM: Do not report xsave in supported cpuid
Joerg Roedel
2010-12-08
KVM: Fix OSXSAVE after migration
Sheng Yang
2010-11-05
KVM: x86: Issue smp_call_function_many with preemption disabled
Jan Kiszka
2010-11-05
KVM: x86: fix information leak to userland
Vasiliy Kulikov
2010-11-05
KVM: Write protect memory after slot swap
Michael S. Tsirkin
2010-10-24
Merge branch 'kvm-updates/2.6.37' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2010-10-24
KVM: MCE: Add MCG_SER_P into KVM_MCE_CAP_SUPPORTED
Huang Ying
2010-10-24
KVM: fix typo in copyright notice
Nicolas Kaiser
2010-10-24
KVM: Disable interrupts around get_kernel_ns()
Avi Kivity
2010-10-24
KVM: x86: Fix constant type in kvm_get_time_scale
Jan Kiszka
2010-10-24
KVM: x86: TSC catchup mode
Zachary Amsden
2010-10-24
KVM: x86: Rename timer function
Zachary Amsden
2010-10-24
KVM: x86: Make math work for other scales
Zachary Amsden
2010-10-24
KVM: Add kvm_inject_realmode_interrupt() wrapper
Mohammed Gamal
2010-10-24
KVM: Convert PIC lock from raw spinlock to ordinary spinlock
Avi Kivity
2010-10-24
KVM: x86: Fix kvmclock bug
Zachary Amsden
2010-10-24
KVM: MMU: Don't track nested fault info in error-code
Joerg Roedel
2010-10-24
KVM: Non-atomic interrupt injection
Avi Kivity
2010-10-24
KVM: Check for pending events before attempting injection
Avi Kivity
2010-10-24
KVM: X86: Report SVM bit to userspace only when supported
Joerg Roedel
2010-10-24
KVM: MMU: Add kvm_mmu parameter to load_pdptrs function
Joerg Roedel
2010-10-24
KVM: X86: Propagate fetch faults
Joerg Roedel
2010-10-24
KVM: MMU: Propagate the right fault back to the guest after gva_to_gpa
Joerg Roedel
2010-10-24
KVM: MMU: Introduce init_kvm_nested_mmu()
Joerg Roedel
2010-10-24
KVM: MMU: Introduce kvm_read_nested_guest_page()
Joerg Roedel
2010-10-24
KVM: X86: Add kvm_read_guest_page_mmu function
Joerg Roedel
[next]