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
2013-06-27
KVM: x86: remove vcpu's CPL check in host-invoked XCR set
Zhanghaoyu (A)
2013-04-25
KVM: Allow cross page reads and writes from cached translations.
Andrew Honig
2013-04-25
KVM: x86: Convert MSR_KVM_SYSTEM_TIME to use gfn_to_hva_cache functions (CVE-...
Andy Honig
2013-04-25
KVM: x86: fix for buffer overflow in handling of MSR_KVM_SYSTEM_TIME (CVE-201...
Andy Honig
2012-12-03
KVM: x86: invalid opcode oops on SET_SREGS with OSXSAVE bit set (CVE-2012-4461)
Petr Matousek
2012-05-06
KVM: ensure async PF event wakes up vcpu from halt
Gleb Natapov
2012-04-21
kill mm argument of vm_munmap()
Al Viro
2012-04-20
VM: add "vm_mmap()" helper function
Linus Torvalds
2012-04-20
VM: add "vm_munmap()" helper function
Linus Torvalds
2012-03-28
Merge branch 'kvm-updates/3.4' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2012-03-22
Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2012-03-20
x86: remove the second argument of k[un]map_atomic()
Cong Wang
2012-03-20
KVM: x86: fix kvm_write_tsc() TSC matching thinko
Marcelo Tosatti
2012-03-08
KVM: Ignore the writes to MSR_K7_HWCR(3)
Nicolae Mogoreanu
2012-03-08
KVM: Allow host IRQ sharing for assigned PCI 2.3 devices
Jan Kiszka
2012-03-08
KVM: Ensure all vcpus are consistent with in-kernel irqchip settings
Avi Kivity
2012-03-08
KVM: x86 emulator: Allow PM/VM86 switch during task switch
Kevin Wolf
2012-03-08
KVM: x86 emulator: Fix task switch privilege checks
Kevin Wolf
2012-03-08
KVM: Introduce kvm_memory_slot::arch and move lpage_info into it
Takuya Yoshikawa
2012-03-08
KVM: Fix write protection race during dirty logging
Takuya Yoshikawa
2012-03-08
KVM: Track TSC synchronization in generations
Zachary Amsden
2012-03-08
KVM: Dont mark TSC unstable due to S4 suspend
Zachary Amsden
2012-03-08
KVM: Allow adjust_tsc_offset to be in host or guest cycles
Marcelo Tosatti
2012-03-08
KVM: Add last_host_tsc tracking back to KVM
Zachary Amsden
2012-03-08
KVM: Fix last_guest_tsc / tsc_offset semantics
Zachary Amsden
2012-03-08
KVM: Leave TSC synchronization window open with each new sync
Zachary Amsden
2012-03-08
KVM: Improve TSC offset matching
Zachary Amsden
2012-03-08
KVM: Infrastructure for software and hardware based TSC rate scaling
Zachary Amsden
2012-03-05
KVM: SVM: Add support for AMD's OSVW feature in guests
Boris Ostrovsky
2012-03-05
KVM: s390: ucontrol: export SIE control block to user
Carsten Otte
2012-03-05
KVM: s390: add parameter for KVM_CREATE_VM
Carsten Otte
2012-02-21
i387: Split up <asm/i387.h> into exported and internal interfaces
Linus Torvalds
2012-02-01
KVM: do not #GP on perf MSR writes when vPMU is disabled
Gleb Natapov
2012-02-01
KVM: x86: extend "struct x86_emulate_ops" with "get_cpuid"
Stephan Bärwolf
2012-01-13
module_param: make bool parameters really bool (arch)
Rusty Russell
2011-12-27
KVM: x86 emulator: implement RDPMC (0F 33)
Avi Kivity
2011-12-27
KVM: Add generic RDPMC support
Avi Kivity
2011-12-27
KVM: Expose a version 2 architectural PMU to a guests
Gleb Natapov
2011-12-27
KVM: Use memdup_user instead of kmalloc/copy_from_user
Sasha Levin
2011-12-27
KVM: Use kmemdup() instead of kmalloc/memcpy
Sasha Levin
2011-12-27
KVM: use this_cpu_xxx replace percpu_xxx funcs
Alex,Shi
2011-12-27
KVM: MMU: move the relevant mmu code to mmu.c
Xiao Guangrong
2011-12-27
KVM: x86: remove the dead code of KVM_EXIT_HYPERCALL
Xiao Guangrong
2011-12-27
KVM: Move cpuid code to new file
Avi Kivity
2011-12-27
KVM: introduce id_to_memslot function
Xiao Guangrong
2011-12-27
KVM: introduce update_memslots function
Xiao Guangrong
2011-12-27
KVM: Optimize dirty logging by rmap_write_protect()
Takuya Yoshikawa
2011-12-27
KVM: Count the number of dirty pages for dirty logging
Takuya Yoshikawa
2011-12-27
KVM: MMU: remove KVM host pv mmu support
Chris Wright
2011-12-27
KVM: MMU: fast prefetch spte on invlpg path
Xiao Guangrong
[next]