Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
c1a7b32a14138f908df52d7c53b5ce3415ec6b50
/
arch
/
x86
/
kvm
/
x86.c
c1a7b32
KVM: Avoid wasting pages for small lpage_info arrays
by Takuya Yoshikawa
· 12 years ago
07acfc2
Merge branch 'next' of git://git.kernel.org/pub/scm/virt/kvm/kvm
by Linus Torvalds
· 12 years ago
d8368af
KVM: Fix mmu_reload() clash with nested vmx event injection
by Avi Kivity
· 12 years ago
a4fa163
KVM: ensure async PF event wakes up vcpu from halt
by Gleb Natapov
· 13 years ago
bfce281
kill mm argument of vm_munmap()
by Al Viro
· 13 years ago
6be5ceb
VM: add "vm_mmap()" helper function
by Linus Torvalds
· 13 years ago
a46ef99
VM: add "vm_munmap()" helper function
by Linus Torvalds
· 13 years ago
f78146b
KVM: Fix page-crossing MMIO
by Avi Kivity
· 13 years ago
60c3461
KVM: Switch to srcu-less get_dirty_log()
by Takuya Yoshikawa
· 13 years ago
5dc99b23
KVM: Avoid checking huge page mappings in get_dirty_log()
by Takuya Yoshikawa
· 13 years ago
1c0b28c
KVM: x86: Add ioctl for KVM_KVMCLOCK_CTRL
by Eric B Munson
· 13 years ago
b6d3383
KVM: Factor out kvm_vcpu_kick to arch-generic code
by Christoffer Dall
· 13 years ago
2e7580b
Merge branch 'kvm-updates/3.4' of git://git.kernel.org/pub/scm/virt/kvm/kvm
by Linus Torvalds
· 13 years ago
35cb8d9
Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 13 years ago
8fd75e1
x86: remove the second argument of k[un]map_atomic()
by Cong Wang
· 13 years ago
02626b6
KVM: x86: fix kvm_write_tsc() TSC matching thinko
by Marcelo Tosatti
· 13 years ago
a223c31
KVM: Ignore the writes to MSR_K7_HWCR(3)
by Nicolae Mogoreanu
· 13 years ago
07700a9
KVM: Allow host IRQ sharing for assigned PCI 2.3 devices
by Jan Kiszka
· 13 years ago
3e51570
KVM: Ensure all vcpus are consistent with in-kernel irqchip settings
by Avi Kivity
· 13 years ago
4cee479
KVM: x86 emulator: Allow PM/VM86 switch during task switch
by Kevin Wolf
· 13 years ago
7f3d35f
KVM: x86 emulator: Fix task switch privilege checks
by Kevin Wolf
· 13 years ago
db3fe4e
KVM: Introduce kvm_memory_slot::arch and move lpage_info into it
by Takuya Yoshikawa
· 13 years ago
6dbf79e
KVM: Fix write protection race during dirty logging
by Takuya Yoshikawa
· 13 years ago
e26101b
KVM: Track TSC synchronization in generations
by Zachary Amsden
· 13 years ago
0dd6a6e
KVM: Dont mark TSC unstable due to S4 suspend
by Zachary Amsden
· 13 years ago
f1e2b26
KVM: Allow adjust_tsc_offset to be in host or guest cycles
by Marcelo Tosatti
· 13 years ago
6f526ec
KVM: Add last_host_tsc tracking back to KVM
by Zachary Amsden
· 13 years ago
b183aa5
KVM: Fix last_guest_tsc / tsc_offset semantics
by Zachary Amsden
· 13 years ago
4dd7980
KVM: Leave TSC synchronization window open with each new sync
by Zachary Amsden
· 13 years ago
5d3cb0f6
KVM: Improve TSC offset matching
by Zachary Amsden
· 13 years ago
cc57828
KVM: Infrastructure for software and hardware based TSC rate scaling
by Zachary Amsden
· 13 years ago
2b036c6
KVM: SVM: Add support for AMD's OSVW feature in guests
by Boris Ostrovsky
· 13 years ago
5b1c149
KVM: s390: ucontrol: export SIE control block to user
by Carsten Otte
· 13 years ago
e08b963
KVM: s390: add parameter for KVM_CREATE_VM
by Carsten Otte
· 13 years ago
1361b83
i387: Split up <asm/i387.h> into exported and internal interfaces
by Linus Torvalds
· 13 years ago
5753785
KVM: do not #GP on perf MSR writes when vPMU is disabled
by Gleb Natapov
· 13 years ago
bdb42f5
KVM: x86: extend "struct x86_emulate_ops" with "get_cpuid"
by Stephan Bärwolf
· 13 years ago
476bc00
module_param: make bool parameters really bool (arch)
by Rusty Russell
· 13 years ago
222d21a
KVM: x86 emulator: implement RDPMC (0F 33)
by Avi Kivity
· 13 years ago
022cd0e
KVM: Add generic RDPMC support
by Avi Kivity
· 13 years ago
f5132b0
KVM: Expose a version 2 architectural PMU to a guests
by Gleb Natapov
· 13 years ago
ff5c2c0
KVM: Use memdup_user instead of kmalloc/copy_from_user
by Sasha Levin
· 13 years ago
cdfca7b
KVM: Use kmemdup() instead of kmalloc/memcpy
by Sasha Levin
· 13 years ago
086c985
KVM: use this_cpu_xxx replace percpu_xxx funcs
by Alex,Shi
· 13 years ago
e459e32
KVM: MMU: move the relevant mmu code to mmu.c
by Xiao Guangrong
· 13 years ago
9edb17d
KVM: x86: remove the dead code of KVM_EXIT_HYPERCALL
by Xiao Guangrong
· 13 years ago
00b27a3
KVM: Move cpuid code to new file
by Avi Kivity
· 13 years ago
28a3754
KVM: introduce id_to_memslot function
by Xiao Guangrong
· 13 years ago
be593d6
KVM: introduce update_memslots function
by Xiao Guangrong
· 13 years ago
95d4c16
KVM: Optimize dirty logging by rmap_write_protect()
by Takuya Yoshikawa
· 13 years ago
7850ac5
KVM: Count the number of dirty pages for dirty logging
by Takuya Yoshikawa
· 13 years ago
fb92045
KVM: MMU: remove KVM host pv mmu support
by Chris Wright
· 13 years ago
f57f2ef
KVM: MMU: fast prefetch spte on invlpg path
by Xiao Guangrong
· 13 years ago
6f6fbe9
KVM: x86: cleanup port-in/port-out emulated
by Xiao Guangrong
· 13 years ago
1cb3f3a
KVM: x86: retry non-page-table writing instructions
by Xiao Guangrong
· 13 years ago
d6185f2
KVM: nVMX: Add KVM_REQ_IMMEDIATE_EXIT
by Nadav Har'El
· 13 years ago
4d25a066
KVM: Don't automatically expose the TSC deadline timer in cpuid
by Jan Kiszka
· 13 years ago
0cfdc72
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu
by Linus Torvalds
· 13 years ago
a1b60c1
iommu/core: Convert iommu_found to iommu_present
by Joerg Roedel
· 13 years ago
a3e06bb
KVM: emulate lapic tsc deadline timer for guest
by Liu, Jinsong
· 13 years ago
7460fb4a
KVM: Fix simultaneous NMIs
by Avi Kivity
· 13 years ago
d5c1785
KVM: L1 TSC handling
by Nadav Har'El
· 13 years ago
742bc67
KVM: x86: report valid microcode update ID
by Marcelo Tosatti
· 13 years ago
1d2887e
KVM: x86 emulator: Make x86_decode_insn() return proper macros
by Takuya Yoshikawa
· 13 years ago
743eeb0
KVM: Intelligent device lookup on I/O bus
by Sasha Levin
· 13 years ago
d1613ad
KVM: Really fix HV_X64_MSR_APIC_ASSIST_PAGE
by Mike Waychison
· 13 years ago
14fa67e
KVM: x86: get_msr support for HV_X64_MSR_APIC_ASSIST_PAGE
by Mike Waychison
· 13 years ago
8c3ba33
KVM: x86: Raise the hard VCPU count limit
by Sasha Levin
· 13 years ago
22388a3
KVM: x86: cleanup the code of read/write emulation
by Xiao Guangrong
· 13 years ago
77d197b
KVM: x86: abstract the operation for read/write emulation
by Xiao Guangrong
· 13 years ago
ca7d58f
KVM: x86: fix broken read emulation spans a page boundary
by Xiao Guangrong
· 13 years ago
4f02264
KVM: MMU: trace mmio page fault
by Xiao Guangrong
· 13 years ago
ce88dec
KVM: MMU: mmio page fault support
by Xiao Guangrong
· 13 years ago
c370795
KVM: MMU: remove bypass_guest_pf
by Xiao Guangrong
· 13 years ago
bebb106
KVM: MMU: cache mmio info on page fault path
by Xiao Guangrong
· 13 years ago
af7cc7d
KVM: x86: introduce vcpu_mmio_gva_to_gpa to cleanup the code
by Xiao Guangrong
· 13 years ago
c9aaa89
KVM: Steal time implementation
by Glauber Costa
· 13 years ago
a01c8f9
KVM: Enable ERMS feature support for KVM
by Yang, Wei
· 13 years ago
176f61d
KVM: Expose RDWRGSFS bit to KVM guests
by Yang, Wei
· 13 years ago
74dc2b4
KVM: Add RDWRGSFS support when setting CR4
by Yang, Wei
· 13 years ago
4a00efd
KVM: Enable DRNG feature support for KVM
by Yang, Wei Y
· 13 years ago
02668b06
KVM: fix XSAVE bit scanning (now properly)
by Andre Przywara
· 13 years ago
611c120
KVM: Mask function7 ebx against host capability word9
by Yang, Wei Y
· 13 years ago
c68b734
KVM: Add SMEP support when setting CR4
by Yang, Wei Y
· 13 years ago
9dac77f
KVM: x86 emulator: fold decode_cache into x86_emulate_ctxt
by Avi Kivity
· 13 years ago
36dd9bb
KVM: x86 emulator: rename decode_cache::eip to _eip
by Avi Kivity
· 13 years ago
9d74191
KVM: x86 emulator: Use the pointers ctxt and c consistently
by Takuya Yoshikawa
· 13 years ago
6a4d755
KVM: nVMX: Implement VMPTRST
by Nadav Har'El
· 13 years ago
27d6c86
KVM: nVMX: Implement VMCLEAR
by Nadav Har'El
· 13 years ago
064aea7
KVM: nVMX: Decoding memory operands of VMX instructions
by Nadav Har'El
· 13 years ago
5e1746d
KVM: nVMX: Allow setting the VMXE bit in CR4
by Nadav Har'El
· 13 years ago
b5c9ff7
KVM: x86 emulator: Avoid clearing the whole decode_cache
by Takuya Yoshikawa
· 13 years ago
adf5223
KVM: x86 emulator: Clean up init_emulate_ctxt()
by Takuya Yoshikawa
· 13 years ago
d780592
KVM: Clean up error handling during VCPU creation
by Jan Kiszka
· 13 years ago
24c82e5
KVM: Sanitize cpuid
by Avi Kivity
· 13 years ago
8b0cedf
KVM: use __copy_to_user/__clear_user to write guest page
by Xiao Guangrong
· 13 years ago
7b105ca
KVM: x86 emulator: Stop passing ctxt->ops as arg of emul functions
by Takuya Yoshikawa
· 14 years ago
1aa3661
KVM: x86 emulator: consolidate segment accessors
by Avi Kivity
· 14 years ago
4429d5d
KVM: Add CPUID support for VIA CPU
by BrillyWu@viatech.com.cn
· 14 years ago
2aab2c5
KVM: call cache_all_regs() only once during instruction emulation
by Gleb Natapov
· 14 years ago
Next »