Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
f99b1649dbb6342d618307faef1f214fd54928b9
/
arch
/
x86
/
kvm
1c118b8
KVM: MMU: avoid fast page fault fixing mmio page fault
by Xiao Guangrong
· 11 years ago
03617c1
KVM: VMX: mark unusable segment as nonpresent
by Gleb Natapov
· 11 years ago
fe489bf
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
by Linus Torvalds
· 11 years ago
002e44b
Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 11 years ago
24f7bb5
KVM: Fix RTC interrupt coalescing tracking
by Gleb Natapov
· 11 years ago
489223e
kvm: Add a tracepoint write_tsc_offset
by Yoshihiro YUNOMAE
· 11 years ago
7a2e8aa
KVM: MMU: Inform users of mmio generation wraparound
by Takuya Yoshikawa
· 11 years ago
accaefe
KVM: MMU: document clear_spte_count
by Xiao Guangrong
· 11 years ago
a8eca9d
KVM: MMU: drop kvm_mmu_zap_mmio_sptes
by Xiao Guangrong
· 11 years ago
69c9ea9
KVM: MMU: init kvm generation close to mmio wrap-around value
by Xiao Guangrong
· 11 years ago
089504c
KVM: MMU: add tracepoint for check_mmio_spte
by Xiao Guangrong
· 11 years ago
f8f5594
KVM: MMU: fast invalidate all mmio sptes
by Xiao Guangrong
· 11 years ago
b37fbea
KVM: MMU: make return value of mmio page fault handler more readable
by Xiao Guangrong
· 11 years ago
f2fd125
KVM: MMU: store generation-number into mmio spte
by Xiao Guangrong
· 11 years ago
afcbf13
x86: Rename X86_CR4_RDWRGSFS to X86_CR4_FSGSBASE
by H. Peter Anvin
· 12 years ago
1adfa76
x86, flags: Rename X86_EFLAGS_BIT1 to X86_EFLAGS_FIXED
by H. Peter Anvin
· 12 years ago
885032b
KVM: MMU: retain more available bits on mmio spte
by Xiao Guangrong
· 11 years ago
764bcbc
KVM: x86: remove vcpu's CPL check in host-invoked XCR set
by Zhanghaoyu (A)
· 11 years ago
8915aa27
KVM: x86: handle idiv overflow at kvm_write_tsc
by Marcelo Tosatti
· 11 years ago
05988d7
KVM: MMU: reduce KVM_REQ_MMU_RELOAD when root page is zapped
by Gleb Natapov
· 11 years ago
365c886
KVM: MMU: reclaim the zapped-obsolete page first
by Xiao Guangrong
· 11 years ago
f34d251
KVM: MMU: collapse TLB flushes when zap all pages
by Xiao Guangrong
· 11 years ago
e7d11c7
KVM: MMU: zap pages in batch
by Xiao Guangrong
· 11 years ago
7f52af7
KVM: MMU: do not reuse the obsolete page
by Xiao Guangrong
· 11 years ago
3500612
KVM: MMU: add tracepoint for kvm_mmu_invalidate_all_pages
by Xiao Guangrong
· 11 years ago
2248b02
KVM: MMU: show mmu_valid_gen in shadow page related tracepoints
by Xiao Guangrong
· 11 years ago
6ca18b6
KVM: x86: use the fast way to invalidate all pages
by Xiao Guangrong
· 11 years ago
5304b8d
KVM: MMU: fast invalidate all pages
by Xiao Guangrong
· 11 years ago
a2ae162
KVM: MMU: drop unnecessary kvm_reload_remote_mmus
by Xiao Guangrong
· 11 years ago
758ccc8
KVM: x86: drop calling kvm_mmu_zap_all in emulator_fix_hypercall
by Xiao Guangrong
· 11 years ago
299018f
KVM: Fix race in apic->pending_events processing
by Gleb Natapov
· 11 years ago
8acb4207
KVM: fix sil/dil/bpl/spl in the mod/rm fields
by Paolo Bonzini
· 11 years ago
103f98e
KVM: Emulate multibyte NOP
by Paolo Bonzini
· 11 years ago
e47a5f5
KVM: x86 emulator: convert XADD to fastop
by Avi Kivity
· 12 years ago
203831e
KVM: x86 emulator: drop unused old-style inline emulation
by Avi Kivity
· 12 years ago
b8c0b6a
KVM: x86 emulator: convert DIV/IDIV to fastop
by Avi Kivity
· 12 years ago
b9fa409
KVM: x86 emulator: convert single-operand MUL/IMUL to fastop
by Avi Kivity
· 12 years ago
017da7b
KVM: x86 emulator: Switch fastop src operand to RDX
by Avi Kivity
· 12 years ago
ab2c5ce
KVM: x86 emulator: switch MUL/DIV to DstXacc
by Avi Kivity
· 12 years ago
820207c
KVM: x86 emulator: decode extended accumulator explicity
by Avi Kivity
· 12 years ago
fb32b1e
KVM: x86 emulator: add support for writing back the source operand
by Avi Kivity
· 12 years ago
535cf7b
KVM: get rid of $(addprefix ../../../virt/kvm/, ...) in Makefiles
by Marc Zyngier
· 12 years ago
35af577
KVM: MMU: clenaup locking in mmu_free_roots()
by Gleb Natapov
· 12 years ago
0061d53
KVM: x86: limit difference between kvmclock updates
by Marcelo Tosatti
· 12 years ago
f1ed045
KVM: x86: Remove support for reporting coalesced APIC IRQs
by Jan Kiszka
· 12 years ago
e2858b4
KVM: MMU: Use kvm_mmu_sync_roots() in kvm_mmu_load()
by Takuya Yoshikawa
· 12 years ago
326f578
KVM: emulator: emulate SALC
by Paolo Bonzini
· 12 years ago
7fa5795
KVM: emulator: emulate XLAT
by Paolo Bonzini
· 12 years ago
a035d5c6
KVM: emulator: emulate AAM
by Paolo Bonzini
· 12 years ago
8d76c49
KVM: VMX: fix halt emulation while emulating invalid guest sate
by Gleb Natapov
· 12 years ago
42bdf99
KVM: x86: fix maintenance of guest/host xcr0 state
by Marcelo Tosatti
· 12 years ago
01227a8
Merge tag 'kvm-3.10-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm
by Linus Torvalds
· 12 years ago
03b28f8
KVM: x86: Account for failing enable_irq_window for NMI window request
by Jan Kiszka
· 12 years ago
1e2f5b5
Merge branch 'x86-paravirt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 12 years ago
df8edfa
Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 12 years ago
4cee4b7
kvm: KVM_CAP_IOMMU only available with device assignment
by Alex Williamson
· 12 years ago
5a2892c
KVM: nVMX: Skip PF interception check when queuing during nested run
by Jan Kiszka
· 12 years ago
2a5bab1
kvm: Allow build-time configuration of KVM device assignment
by Alex Williamson
· 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
6614c7d
kvm, svm: Fix typo in printk message
by Borislav Petkov
· 12 years ago
cb0c8cda
KVM: VMX: remove unprintable characters from comment
by Jan Kiszka
· 12 years ago
7df35f5
KVM: Move irqfd resample cap handling to generic code
by Alexander Graf
· 12 years ago
1c9f852
KVM: Extract generic irqchip logic into irqchip.c
by Alexander Graf
· 12 years ago
a725d56
KVM: Introduce CONFIG_HAVE_KVM_IRQ_ROUTING
by Alexander Graf
· 12 years ago
660696d
KVM: X86 emulator: fix source operand decoding for 8bit mov[zs]x instructions
by Gleb Natapov
· 12 years ago
d1fa035
KVM: nVMX: VM_ENTRY/EXIT_LOAD_IA32_EFER overrides EFER.LMA settings
by Jan Kiszka
· 12 years ago
384bb78
KVM: nVMX: Validate EFER values for VM_ENTRY/EXIT_LOAD_IA32_EFER
by Jan Kiszka
· 12 years ago
ea8ceb8
KVM: nVMX: Fix conditions for NMI injection
by Jan Kiszka
· 12 years ago
2505dc9
KVM: VMX: Move vmx_nmi_allowed after vmx_set_nmi_mask
by Jan Kiszka
· 12 years ago
27469d2
KVM: x86: Fix memory leak in vmx.c
by Andrew Honig
· 12 years ago
f179735
KVM: x86: fix error return code in kvm_arch_vcpu_init()
by Wei Yongjun
· 12 years ago
8a1b9dd
KVM: nVMX: Enable and disable shadow vmcs functionality
by Abel Gordon
· 12 years ago
012f83c
KVM: nVMX: Synchronize VMCS12 content with the shadow vmcs
by Abel Gordon
· 12 years ago
c311442
KVM: nVMX: Copy VMCS12 to processor-specific shadow vmcs
by Abel Gordon
· 12 years ago
16f5b90
KVM: nVMX: Copy processor-specific shadow-vmcs to VMCS12
by Abel Gordon
· 12 years ago
e7953d7
KVM: nVMX: Release shadow vmcs
by Abel Gordon
· 12 years ago
8de4883
KVM: nVMX: Allocate shadow vmcs
by Abel Gordon
· 12 years ago
145c28d
KVM: nVMX: Fix VMXON emulation
by Abel Gordon
· 12 years ago
20b97fe
KVM: nVMX: Refactor handle_vmwrite
by Abel Gordon
· 12 years ago
4607c2d
KVM: nVMX: Introduce vmread and vmwrite bitmaps
by Abel Gordon
· 12 years ago
abc4fc5
KVM: nVMX: Detect shadow-vmcs capability
by Abel Gordon
· 12 years ago
6ffbbbb
KVM: x86: Fix posted interrupt with CONFIG_SMP=n
by Zhang, Yang Z
· 12 years ago
f13882d
KVM: VMX: Fix check guest state validity if a guest is in VM86 mode
by Gleb Natapov
· 12 years ago
26539bd
KVM: nVMX: check vmcs12 for valid activity state
by Paolo Bonzini
· 12 years ago
5a71785
KVM: VMX: Use posted interrupt to deliver virtual interrupt
by Yang Zhang
· 12 years ago
a20ed54
KVM: VMX: Add the deliver posted interrupt algorithm
by Yang Zhang
· 12 years ago
cf9e65b
KVM: Set TMR when programming ioapic entry
by Yang Zhang
· 12 years ago
3d81bc7
KVM: Call common update function when ioapic entry changed.
by Yang Zhang
· 12 years ago
01e439b
KVM: VMX: Check the posted interrupt capability
by Yang Zhang
· 12 years ago
a547c6d
KVM: VMX: Enable acknowledge interupt on vmexit
by Yang Zhang
· 12 years ago
aa2fbe6
KVM: Let ioapic know the irq line status
by Yang Zhang
· 12 years ago
1060691
KVM: Add reset/restore rtc_status support
by Yang Zhang
· 12 years ago
b4f2225
KVM: Return destination vcpu on interrupt injection
by Yang Zhang
· 12 years ago
1fcc789
KVM: Add vcpu info to ioapic_update_eoi()
by Yang Zhang
· 12 years ago
c0d1c77
KVM: nVMX: Avoid reading VM_EXIT_INTR_ERROR_CODE needlessly on nested exits
by Jan Kiszka
· 12 years ago
e8457c6
KVM: nVMX: Fix conditions for interrupt injection
by Jan Kiszka
· 12 years ago
5f3d579
KVM: nVMX: Rework event injection and recovery
by Jan Kiszka
· 12 years ago
3b656cf
KVM: nVMX: Fix injection of PENDING_INTERRUPT and NMI_WINDOW exits to L1
by Jan Kiszka
· 12 years ago
188424b
KVM: emulator: mark 0xff 0x7d opcode as undefined.
by Gleb Natapov
· 12 years ago
Next »