index
:
asmadeus/linux.git
for-next
The linux kernel
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kvm
Age
Commit message (
Expand
)
Author
2012-08-01
KVM: Simplify kvm_timer
Avi Kivity
2012-08-01
KVM: Remove internal timer abstraction
Avi Kivity
2012-07-30
KVM: Don't update PPR on any APIC read
Avi Kivity
2012-07-26
KVM: Move KVM_IRQ_LINE to arch-generic code
Christoffer Dall
2012-07-26
KVM: x86 emulator: drop unneeded call to get_segment()
Gleb Natapov
2012-07-26
KVM: x86 emulator: simplify read_emulated
Xiao Guangrong
2012-07-26
KVM: MMU: use kvm_release_pfn_clean to release pfn
Xiao Guangrong
2012-07-26
Merge branch 'queue' into next
Avi Kivity
2012-07-24
Merge tag 'kvm-3.6-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2012-07-23
KVM: Add config to support ple or cpu relax optimzation
Raghavendra K T
2012-07-20
KVM: switch to symbolic name for irq_states size
Michael S. Tsirkin
2012-07-20
KVM: fix race with level interrupts
Michael S. Tsirkin
2012-07-20
KVM: x86: Fix typos in pmu.c
Guo Chao
2012-07-20
KVM: x86: Fix typos in lapic.c
Guo Chao
2012-07-20
KVM: x86: Fix typos in cpuid.c
Guo Chao
2012-07-20
KVM: x86: Fix typos in emulate.c
Guo Chao
2012-07-20
KVM: x86: Fix typos in x86.c
Guo Chao
2012-07-20
KVM: SVM: Fix typos
Guo Chao
2012-07-20
KVM: VMX: Fix typos
Guo Chao
2012-07-19
KVM: remove the unused parameter of gfn_to_pfn_memslot
Xiao Guangrong
2012-07-19
KVM: using get_fault_pfn to get the fault pfn
Xiao Guangrong
2012-07-19
KVM: MMU: track the refcount when unmap the page
Xiao Guangrong
2012-07-19
KVM: x86: remove unnecessary mark_page_dirty
Xiao Guangrong
2012-07-18
KVM: MMU: Avoid handling same rmap_pde in kvm_handle_hva_range()
Takuya Yoshikawa
2012-07-18
KVM: MMU: Push trace_kvm_age_page() into kvm_age_rmapp()
Takuya Yoshikawa
2012-07-18
KVM: MMU: Add memslot parameter to hva handlers
Takuya Yoshikawa
2012-07-18
KVM: Separate rmap_pde from kvm_lpage_info->write_count
Takuya Yoshikawa
2012-07-18
KVM: Introduce kvm_unmap_hva_range() for kvm_mmu_notifier_invalidate_range_st...
Takuya Yoshikawa
2012-07-18
KVM: MMU: Make kvm_handle_hva() handle range of addresses
Takuya Yoshikawa
2012-07-18
KVM: Introduce hva_to_gfn_memslot() for kvm_handle_hva()
Takuya Yoshikawa
2012-07-18
KVM: MMU: Use __gfn_to_rmap() to clean up kvm_handle_hva()
Takuya Yoshikawa
2012-07-18
Merge branch 'linus' into perf/core
Ingo Molnar
2012-07-12
KVM: VMX: Implement PCID/INVPCID for guests with EPT
Mao, Junjie
2012-07-11
KVM: MMU: fix kvm_mmu_pagetable_walk tracepoint
Xiao Guangrong
2012-07-11
KVM: MMU: trace fast page fault
Xiao Guangrong
2012-07-11
KVM: MMU: fast path of handling guest page fault
Xiao Guangrong
2012-07-11
KVM: MMU: introduce SPTE_MMU_WRITEABLE bit
Xiao Guangrong
2012-07-11
KVM: MMU: fold tlb flush judgement into mmu_spte_update
Xiao Guangrong
2012-07-11
KVM: VMX: export PFEC.P bit on ept
Xiao Guangrong
2012-07-11
KVM: MMU: cleanup spte_write_protect
Xiao Guangrong
2012-07-11
KVM: MMU: abstract spte write-protect
Xiao Guangrong
2012-07-11
KVM: MMU: return bool in __rmap_write_protect
Xiao Guangrong
2012-07-09
KVM: VMX: Emulate invalid guest state by default
Avi Kivity
2012-07-09
KVM: x86 emulator: implement LTR
Avi Kivity
2012-07-09
KVM: x86 emulator: make loading TR set the busy bit
Avi Kivity
2012-07-09
KVM: x86 emulator: make read_segment_descriptor() return the address
Avi Kivity
2012-07-09
KVM: x86 emulator: emulate LLDT
Avi Kivity
2012-07-09
KVM: x86 emulator: emulate BSWAP
Avi Kivity
2012-07-09
KVM: VMX: Improve error reporting during invalid guest state emulation
Avi Kivity
2012-07-09
KVM: VMX: Stop invalid guest state emulation on pending event
Avi Kivity
[next]