Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-5.4
/
5587027ce9d59a57aecaa190be1c8e560aaff45d
/
arch
/
x86
/
kvm
5587027
kvm: Add struct kvm arg to memslot APIs
by Aneesh Kumar K.V
· 11 years ago
f2e1066
KVM: Drop FOLL_GET in GUP when doing async page fault
by chai wen
· 11 years ago
7854cbc
KVM: nVMX: Fully support nested VMX preemption timer
by Arthur Chunqi Li
· 11 years ago
8a3c1a33
KVM: mmu: change useless int return types to void
by Paolo Bonzini
· 11 years ago
95f93af
KVM: mmu: unify destroy_kvm_mmu with kvm_mmu_unload
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
647e23b
KVM: x86: mask unsupported XSAVE entries from leaf 0Dh index 0
by Paolo Bonzini
· 11 years ago
2f303b7
KVM: Convert kvm_lock back to non-raw spinlock
by Paolo Bonzini
· 11 years ago
feaf0c7d
KVM: nVMX: Do not generate #DF if #PF happens during exception delivery into L2
by Gleb Natapov
· 11 years ago
e011c66
KVM: nVMX: Check all exceptions for intercept during delivery to L2
by Gleb Natapov
· 11 years ago
851eb667
KVM: nVMX: Do not put exception that caused vmexit to IDT_VECTORING_INFO
by Gleb Natapov
· 11 years ago
e0b890d
KVM: nVMX: Amend nested_run_pending logic
by Gleb Natapov
· 11 years ago
92fbc7b
KVM: nVMX: Enable unrestricted guest mode support
by Jan Kiszka
· 11 years ago
10ba54a
KVM: nVMX: Implement support for EFER saving on VM-exit
by Jan Kiszka
· 11 years ago
59ab5a8
KVM: nVMX: Do not set identity page map for L2
by Jan Kiszka
· 11 years ago
9e3e4db
KVM: nVMX: Replace kvm_set_cr0 with vmx_set_cr0 in load_vmcs12_host_state
by Jan Kiszka
· 11 years ago
0be9c7a
KVM: VMX: set "blocked by NMI" flag if EPT violation happens during IRET from NMI
by Gleb Natapov
· 11 years ago
72f8579
KVM: nEPT: reset PDPTR register cache on nested vmentry emulation
by Gleb Natapov
· 11 years ago
ba6a354
KVM: mmu: allow page tables to be in read-only slots
by Paolo Bonzini
· 11 years ago
3261107
KVM: x86 emulator: emulate RETF imm
by Bruce Rogers
· 11 years ago
70534a7
shrinker: convert remaining shrinkers to count/scan API
by Dave Chinner
· 11 years ago
e5552fd
KVM: MMU: remove unused parameter
by Xiao Guangrong
· 11 years ago
2e762ff
KVM: x86: update masterclock when kvmclock_offset is calculated (v2)
by Marcelo Tosatti
· 11 years ago
0912c97
KVM: x86: add comments where MMIO does not return to the emulator
by Paolo Bonzini
· 11 years ago
94452b9
KVM: vmx: count exits to userspace during invalid guest emulation
by Paolo Bonzini
· 11 years ago
24d2166
kvm hypervisor: Simplify kvm_for_each_vcpu with kvm_irq_delivery_to_apic
by Raghavendra K T
· 11 years ago
6aef266
kvm hypervisor : Add a hypercall to KVM hypervisor to support pv-ticketlocks
by Srivatsa Vaddagiri
· 11 years ago
c0dfee5
KVM: nVMX: Advertise IA32_PAT in VM exit control
by Arthur Chunqi Li
· 11 years ago
5743534
KVM: nVMX: Fix up VM_ENTRY_IA32E_MODE control feature reporting
by Jan Kiszka
· 11 years ago
ca72d97
KVM: nEPT: Advertise WB type EPTP
by Jan Kiszka
· 11 years ago
44811c0
nVMX: Keep arch.pat in sync on L1-L2 switches
by Jan Kiszka
· 11 years ago
f5c4368
nEPT: Miscelleneous cleanups
by Nadav Har'El
· 11 years ago
2b1be67
nEPT: Some additional comments
by Nadav Har'El
· 11 years ago
afa61f7
Advertise the support of EPT to the L1 guest, through the appropriate MSR.
by Nadav Har'El
· 11 years ago
bfd0a56
nEPT: Nested INVEPT
by Nadav Har'El
· 11 years ago
155a97a
nEPT: MMU context for nested EPT
by Nadav Har'El
· 11 years ago
25d9208
nEPT: Add nEPT violation/misconfigration support
by Yang Zhang
· 11 years ago
5316622
nEPT: correctly check if remote tlb flush is needed for shadowed EPT tables
by Gleb Natapov
· 11 years ago
7a1638c
nEPT: Redefine EPT-specific link_shadow_page()
by Yang Zhang
· 11 years ago
37406aa
nEPT: Add EPT tables support to paging_tmpl.h
by Nadav Har'El
· 11 years ago
61719a8
nEPT: Support shadow paging for guest paging without A/D bits
by Gleb Natapov
· 11 years ago
d8089ba
nEPT: make guest's A/D bits depends on guest's paging mode
by Gleb Natapov
· 11 years ago
0ad805a
nEPT: Move common code to paging_tmpl.h
by Nadav Har'El
· 11 years ago
b7e9145
nEPT: Fix wrong test in kvm_set_cr3
by Nadav Har'El
· 11 years ago
3633cfc
nEPT: Fix cr3 handling in nested exit and entry
by Nadav Har'El
· 11 years ago
8049d65
nEPT: Support LOAD_IA32_EFER entry/exit controls for L1
by Nadav Har'El
· 11 years ago
0276642
KVM: MMU: fix check the reserved bits on the gpte of L2
by Xiao Guangrong
· 11 years ago
205befd
KVM: nVMX: correctly set tr base on nested vmexit emulation
by Gleb Natapov
· 11 years ago
63fbf59
nVMX: reset rflags register cache during nested vmentry.
by Gleb Natapov
· 11 years ago
663f4c6
KVM: x86: handle singlestep during emulation
by Paolo Bonzini
· 12 years ago
4a1e10d
KVM: x86: handle hardware breakpoints during emulation
by Paolo Bonzini
· 12 years ago
ac0a48c
KVM: x86: rename EMULATE_DO_MMIO
by Paolo Bonzini
· 12 years ago
9576c4c
KVM: x86: Drop some unused functions from lapic
by Jan Kiszka
· 11 years ago
11f5cc0
KVM: x86: Simplify __apic_accept_irq
by Jan Kiszka
· 11 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
21feb4e
KVM: nVMX: Set segment infomation of L1 when L2 exits
by Arthur Chunqi Li
· 11 years ago
b3897a4
KVM: nVMX: Fix read/write to MSR_IA32_FEATURE_CONTROL
by Nadav Har'El
· 11 years ago
6b61edf
KVM: x86: Drop useless cast
by Mathias Krause
· 12 years ago
c2bae89
KVM: VMX: Use proper types to access const arrays
by Mathias Krause
· 12 years ago
a25eb11
KVM: nVMX: Set success rflags when emulate VMXON/VMXOFF in nested virt
by Arthur Chunqi Li
· 11 years ago
0658fba
KVM: nVMX: Change location of 3 functions in vmx.c
by Arthur Chunqi Li
· 11 years ago
e6dff7d
KVM: x86: Avoid zapping mmio sptes twice for generation wraparound
by Takuya Yoshikawa
· 11 years ago
e59dbe0
KVM: Introduce kvm_arch_memslots_updated()
by Takuya Yoshikawa
· 11 years ago
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
· 12 years ago
fe489bf
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
by Linus Torvalds
· 11 years ago
002e44bf
Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 12 years ago
24f7bb5
KVM: Fix RTC interrupt coalescing tracking
by Gleb Natapov
· 12 years ago
489223e
kvm: Add a tracepoint write_tsc_offset
by Yoshihiro YUNOMAE
· 12 years ago
7a2e8aa
KVM: MMU: Inform users of mmio generation wraparound
by Takuya Yoshikawa
· 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
69c9ea9
KVM: MMU: init kvm generation close to mmio wrap-around value
by Xiao Guangrong
· 12 years ago
089504c
KVM: MMU: add tracepoint for check_mmio_spte
by Xiao Guangrong
· 12 years ago
f8f5594
KVM: MMU: fast invalidate all mmio sptes
by Xiao Guangrong
· 12 years ago
b37fbea
KVM: MMU: make return value of mmio page fault handler more readable
by Xiao Guangrong
· 12 years ago
f2fd125
KVM: MMU: store generation-number into mmio spte
by Xiao Guangrong
· 12 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
· 12 years ago
764bcbc
KVM: x86: remove vcpu's CPL check in host-invoked XCR set
by Zhanghaoyu (A)
· 12 years ago
8915aa27
KVM: x86: handle idiv overflow at kvm_write_tsc
by Marcelo Tosatti
· 12 years ago
05988d7
KVM: MMU: reduce KVM_REQ_MMU_RELOAD when root page is zapped
by Gleb Natapov
· 12 years ago
365c886
KVM: MMU: reclaim the zapped-obsolete page first
by Xiao Guangrong
· 12 years ago
f34d251
KVM: MMU: collapse TLB flushes when zap all pages
by Xiao Guangrong
· 12 years ago
e7d11c7
KVM: MMU: zap pages in batch
by Xiao Guangrong
· 12 years ago
7f52af7
KVM: MMU: do not reuse the obsolete page
by Xiao Guangrong
· 12 years ago
3500612
KVM: MMU: add tracepoint for kvm_mmu_invalidate_all_pages
by Xiao Guangrong
· 12 years ago
2248b02
KVM: MMU: show mmu_valid_gen in shadow page related tracepoints
by Xiao Guangrong
· 12 years ago
6ca18b69
KVM: x86: use the fast way to invalidate all pages
by Xiao Guangrong
· 12 years ago
5304b8d
KVM: MMU: fast invalidate all pages
by Xiao Guangrong
· 12 years ago
a2ae162
KVM: MMU: drop unnecessary kvm_reload_remote_mmus
by Xiao Guangrong
· 12 years ago
758ccc8
KVM: x86: drop calling kvm_mmu_zap_all in emulator_fix_hypercall
by Xiao Guangrong
· 12 years ago
299018f
KVM: Fix race in apic->pending_events processing
by Gleb Natapov
· 12 years ago
8acb4207
KVM: fix sil/dil/bpl/spl in the mod/rm fields
by Paolo Bonzini
· 12 years ago
103f98e
KVM: Emulate multibyte NOP
by Paolo Bonzini
· 12 years ago
e47a5f5
KVM: x86 emulator: convert XADD to fastop
by Avi Kivity
· 12 years ago
Next »