Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
common
/
1d4e7e3c0bca747d0fc54069a6ab8393349431c0
/
arch
/
x86
/
include
/
asm
/
kvm_host.h
1d4e7e3
kvm: x86: increase user memory slots to 509
by Igor Mammedov
· 10 years ago
9d88fca
KVM: x86: MOV to CR3 can set bit 63
by Nadav Amit
· 10 years ago
82b3277
KVM: x86: Breakpoints do not consider CS.base
by Nadav Amit
· 10 years ago
16f8a6f
KVM: vmx: Unavailable DR4/5 is checked before CPL
by Nadav Amit
· 10 years ago
394457a
KVM: x86: some apic broadcast modes does not work
by Nadav Amit
· 10 years ago
8b3c310
KVM: x86: Prevent host from panicking on shared MSR writes.
by Andy Honig
· 10 years ago
854e8bb
KVM: x86: Check non-canonical addresses upon WRMSR
by Nadav Amit
· 10 years ago
c24ae0d
kvm: x86: Unpin and remove kvm_arch->apic_access_page
by Tang Chen
· 10 years ago
4256f43
kvm: x86: Add request bit to reload APIC access page address
by Tang Chen
· 10 years ago
fe71557
kvm: Add arch specific mmu notifier for page invalidation
by Tang Chen
· 10 years ago
5712846
kvm: Fix page ageing bugs
by Andres Lagar-Cavilla
· 10 years ago
77c3913
KVM: x86: directly use kvm_make_request again
by Liang Chen
· 10 years ago
a255d47
kvm: Remove ept_identity_pagetable from struct kvm_arch.
by Tang Chen
· 10 years ago
54987b7
KVM: x86: propagate exception from permission checks on the nested page fault
by Paolo Bonzini
· 10 years ago
ef54bcf
KVM: x86: skip writeback on injection of nested exception
by Paolo Bonzini
· 10 years ago
56f17dd
kvm: x86: fix stale mmio cache bug
by David Matlack
· 10 years ago
13a34e0
KVM: remove garbage arg to *hardware_{en,dis}able
by Radim Krčmář
· 10 years ago
6564730
KVM: forward declare structs in kvm_types.h
by Paolo Bonzini
· 10 years ago
ae97a3b
KVM: x86: introduce sched_in to kvm_x86_ops
by Radim Krčmář
· 10 years ago
4473b57
KVM: x86: drop fpu_activate hook
by Wanpeng Li
· 10 years ago
0d234da
Revert "KVM: x86: Increase the number of fixed MTRR regs to 10"
by Paolo Bonzini
· 10 years ago
8533ce7
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
by Linus Torvalds
· 10 years ago
6f43ed0
KVM: x86: DR6/7.RTM cannot be written
by Nadav Amit
· 10 years ago
37ccdcb
KVM: x86: return all bits from get_interrupt_shadow
by Paolo Bonzini
· 11 years ago
0d3da0d
KVM: x86: fix TSC matching
by Tomasz Grabiec
· 11 years ago
7cb060a
KVM: x86: preserve the high 32-bits of the PAT register
by Paolo Bonzini
· 11 years ago
682367c
KVM: x86: Increase the number of fixed MTRR regs to 10
by Nadav Amit
· 11 years ago
67f4d42
KVM: x86: rdpmc emulation checks the counter incorrectly
by Nadav Amit
· 11 years ago
ae9fedc
KVM: x86: get CPL from SS.DPL
by Paolo Bonzini
· 11 years ago
346874c
KVM: x86: Fix CR3 reserved bits
by Nadav Amit
· 11 years ago
56d6efc
KVM: Remove SMAP bit from CR4_RESERVED_BITS
by Feng Wu
· 11 years ago
c77fb5f
KVM: x86: Allow the guest to run with dirty debug registers
by Paolo Bonzini
· 11 years ago
360b948
KVM: x86: change vcpu->arch.switch_db_regs to a bit mask
by Paolo Bonzini
· 11 years ago
c9a7953
KVM: x86: Remove return code from enable_irq/nmi_window
by Jan Kiszka
· 11 years ago
b6b8a14
KVM: nVMX: Rework interception of IRQs and NMIs
by Jan Kiszka
· 11 years ago
332967a
x86: kvm: introduce periodic global clock updates
by Andrew Jones
· 11 years ago
7e44e44
x86: kvm: rate-limit global clock updates
by Andrew Jones
· 11 years ago
da8999d
KVM: x86: Intel MPX vmx and msr handle
by Liu, Jinsong
· 11 years ago
4f34d68
KVM: x86: remove unused last_kernel_ns variable
by Marcelo Tosatti
· 11 years ago
73aaf249e
KVM: SVM: Fix reading of DR6
by Jan Kiszka
· 11 years ago
e984097
add support for Hyper-V reference time counter
by Vadim Rozenfeld
· 11 years ago
a890b6f
kvm: Delete prototype for non-existent function kvm_check_iopl
by Josh Triplett
· 11 years ago
35a5121
kvm: Delete prototype for non-existent function complete_pio
by Josh Triplett
· 11 years ago
e0f0bbc
kvm: Create non-coherent DMA registeration
by Alex Williamson
· 11 years ago
d96eb2c
kvm/x86: Convert iommu_flags to iommu_noncoherent
by Alex Williamson
· 11 years ago
6d9d41e
KVM: Move gfn_to_index to x86 specific code
by Christoffer Dall
· 11 years ago
8a3c1a33
KVM: mmu: change useless int return types to void
by Paolo Bonzini
· 11 years ago
d8d173d
KVM: mmu: remove uninteresting MMU "new_cr3" callbacks
by Paolo Bonzini
· 11 years ago
2062609
KVM: mmu: remove uninteresting MMU "free" callbacks
by Paolo Bonzini
· 11 years ago
4344ee9
KVM: x86: only copy XSAVE state for the supported features
by Paolo Bonzini
· 11 years ago
d7876f1
KVM: x86: prevent setting unsupported XSAVE states
by Paolo Bonzini
· 11 years ago
6aef266
kvm hypervisor : Add a hypercall to KVM hypervisor to support pv-ticketlocks
by Srivatsa Vaddagiri
· 11 years ago
25d9208
nEPT: Add nEPT violation/misconfigration support
by Yang Zhang
· 11 years ago
ac0a48c
KVM: x86: rename EMULATE_DO_MMIO
by Paolo Bonzini
· 12 years ago
103af0a
perf, kvm: Support the in_tx/in_tx_cp modifiers in KVM arch perfmon emulation v5
by Andi Kleen
· 11 years ago
fe489bf
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
by Linus Torvalds
· 12 years ago
f6f8ade
KVM: MMU: document fast invalidate all pages
by Xiao Guangrong
· 12 years ago
0cbf8e4
KVM: MMU: document write_flooding_count
by Xiao Guangrong
· 12 years ago
accaefe
KVM: MMU: document clear_spte_count
by Xiao Guangrong
· 12 years ago
a8eca9d
KVM: MMU: drop kvm_mmu_zap_mmio_sptes
by Xiao Guangrong
· 12 years ago
f8f5594
KVM: MMU: fast invalidate all mmio sptes
by Xiao Guangrong
· 12 years ago
afcbf13
x86: Rename X86_CR4_RDWRGSFS to X86_CR4_FSGSBASE
by H. Peter Anvin
· 12 years ago
365c886
KVM: MMU: reclaim the zapped-obsolete page first
by Xiao Guangrong
· 12 years ago
5304b8d
KVM: MMU: fast invalidate all pages
by Xiao Guangrong
· 12 years ago
03b28f8
KVM: x86: Account for failing enable_irq_window for NMI window request
by Jan Kiszka
· 12 years ago
cbf6435
KVM: x86: Increase the "hard" max VCPU limit
by Chegu Vinod
· 12 years ago
064d1af
Merge git://github.com/agraf/linux-2.6.git kvm-ppc-next into queue
by Gleb Natapov
· 12 years ago
730dca4
KVM: x86: Rework request for immediate exit
by Jan Kiszka
· 12 years ago
8175e5b
KVM: Add KVM_IRQCHIP_NUM_PINS in addition to KVM_IOAPIC_NUM_PINS
by Alexander Graf
· 12 years ago
384bb78
KVM: nVMX: Validate EFER values for VM_ENTRY/EXIT_LOAD_IA32_EFER
by Jan Kiszka
· 12 years ago
a20ed54
KVM: VMX: Add the deliver posted interrupt algorithm
by Yang Zhang
· 12 years ago
a547c6d
KVM: VMX: Enable acknowledge interupt on vmexit
by Yang Zhang
· 12 years ago
991eebf
KVM: VMX: do not try to reexecute failed instruction while emulating invalid guest state
by Gleb Natapov
· 12 years ago
8b415dc
KVM: Move kvm_rebooting declaration out of x86
by Geoff Levand
· 12 years ago
fc1b749
KVM: Move vm_list kvm_lock declarations out of x86
by Geoff Levand
· 12 years ago
afd80d8
pmu: prepare for migration support
by Paolo Bonzini
· 12 years ago
2ae33b3
Merge remote-tracking branch 'upstream/master' into queue
by Marcelo Tosatti
· 12 years ago
0b79459
KVM: x86: Convert MSR_KVM_SYSTEM_TIME to use gfn_to_hva_cache functions (CVE-2013-1797)
by Andy Honig
· 12 years ago
982b339
KVM: x86: Optimize mmio spte zapping when creating/moving memslot
by Takuya Yoshikawa
· 12 years ago
95b0430
KVM: MMU: Mark sp mmio cached when creating mmio spte
by Takuya Yoshikawa
· 12 years ago
66450a2
KVM: x86: Rework INIT and SIPI handling
by Jan Kiszka
· 12 years ago
57f252f
KVM: x86: Drop unused return code from VCPU reset callback
by Jan Kiszka
· 12 years ago
c7c9c56
x86, apicv: add virtual interrupt delivery support
by Yang Zhang
· 12 years ago
8d14695
x86, apicv: add virtual x2apic support
by Yang Zhang
· 12 years ago
93c05d3
KVM: x86: improve reexecute_instruction
by Xiao Guangrong
· 12 years ago
e12091c
KVM: Remove unused slot_bitmap from kvm_mmu_page
by Takuya Yoshikawa
· 12 years ago
0f888f5
KVM: Increase user memory slots on x86 to 125
by Alex Williamson
· 12 years ago
0743247
KVM: Make KVM_PRIVATE_MEM_SLOTS optional
by Alex Williamson
· 12 years ago
bbacc0c
KVM: Rename KVM_MEMORY_SLOTS -> KVM_USER_MEM_SLOTS
by Alex Williamson
· 12 years ago
ba90463
KVM: x86: Emulate IA32_TSC_ADJUST MSR
by Will Auld
· 12 years ago
8fe8ab4
KVM: x86: Add code to track call origin for msr assignment
by Will Auld
· 12 years ago
b48aa97
KVM: x86: require matched TSC offsets for master clock
by Marcelo Tosatti
· 12 years ago
d828199
KVM: x86: implement PVCLOCK_TSC_STABLE_BIT pvclock flag
by Marcelo Tosatti
· 12 years ago
886b470
KVM: x86: pass host_tsc to read_l1_tsc
by Marcelo Tosatti
· 12 years ago
ecefbd9
Merge tag 'kvm-3.7-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm
by Linus Torvalds
· 12 years ago
c863901
KVM: x86: Fix guest debug across vcpu INIT reset
by Jan Kiszka
· 12 years ago
26bf264
KVM: x86: Export svm/vmx exit code and vector code to userspace
by Xiao Guangrong
· 12 years ago
1e08ec4
KVM: optimize apic interrupt delivery
by Gleb Natapov
· 12 years ago
6fd01b7
KVM: MMU: Optimize is_last_gpte()
by Avi Kivity
· 12 years ago
97d64b7
KVM: MMU: Optimize pte permission checks
by Avi Kivity
· 12 years ago
Next »