index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kvm
Commit message (
Expand
)
Author
Age
Files
Lines
*
nEPT: Miscelleneous cleanups
Nadav Har'El
2013-08-07
1
-4
/
+2
*
nEPT: Some additional comments
Nadav Har'El
2013-08-07
1
-0
/
+13
*
Advertise the support of EPT to the L1 guest, through the appropriate MSR.
Nadav Har'El
2013-08-07
1
-2
/
+18
*
nEPT: Nested INVEPT
Nadav Har'El
2013-08-07
2
-0
/
+74
*
nEPT: MMU context for nested EPT
Nadav Har'El
2013-08-07
3
-1
/
+69
*
nEPT: Add nEPT violation/misconfigration support
Yang Zhang
2013-08-07
3
-14
/
+91
*
nEPT: correctly check if remote tlb flush is needed for shadowed EPT tables
Gleb Natapov
2013-08-07
1
-4
/
+4
*
nEPT: Redefine EPT-specific link_shadow_page()
Yang Zhang
2013-08-07
2
-5
/
+11
*
nEPT: Add EPT tables support to paging_tmpl.h
Nadav Har'El
2013-08-07
2
-1
/
+41
*
nEPT: Support shadow paging for guest paging without A/D bits
Gleb Natapov
2013-08-07
1
-3
/
+13
*
nEPT: make guest's A/D bits depends on guest's paging mode
Gleb Natapov
2013-08-07
1
-8
/
+22
*
nEPT: Move common code to paging_tmpl.h
Nadav Har'El
2013-08-07
2
-67
/
+69
*
nEPT: Fix wrong test in kvm_set_cr3
Nadav Har'El
2013-08-07
1
-11
/
+0
*
nEPT: Fix cr3 handling in nested exit and entry
Nadav Har'El
2013-08-07
1
-0
/
+26
*
nEPT: Support LOAD_IA32_EFER entry/exit controls for L1
Nadav Har'El
2013-08-07
1
-7
/
+16
*
KVM: MMU: fix check the reserved bits on the gpte of L2
Xiao Guangrong
2013-08-07
1
-2
/
+1
*
KVM: nVMX: correctly set tr base on nested vmexit emulation
Gleb Natapov
2013-08-07
1
-1
/
+1
*
nVMX: reset rflags register cache during nested vmentry.
Gleb Natapov
2013-07-29
1
-1
/
+1
*
KVM: x86: handle singlestep during emulation
Paolo Bonzini
2013-07-29
1
-1
/
+38
*
KVM: x86: handle hardware breakpoints during emulation
Paolo Bonzini
2013-07-29
1
-0
/
+66
*
KVM: x86: rename EMULATE_DO_MMIO
Paolo Bonzini
2013-07-29
3
-4
/
+4
*
KVM: x86: Drop some unused functions from lapic
Jan Kiszka
2013-07-25
1
-10
/
+0
*
KVM: x86: Simplify __apic_accept_irq
Jan Kiszka
2013-07-25
1
-15
/
+8
*
perf, kvm: Support the in_tx/in_tx_cp modifiers in KVM arch perfmon emulation v5
Andi Kleen
2013-07-19
1
-5
/
+20
*
KVM: nVMX: Set segment infomation of L1 when L2 exits
Arthur Chunqi Li
2013-07-18
1
-10
/
+48
*
KVM: nVMX: Fix read/write to MSR_IA32_FEATURE_CONTROL
Nadav Har'El
2013-07-18
2
-7
/
+31
*
KVM: x86: Drop useless cast
Mathias Krause
2013-07-18
1
-1
/
+1
*
KVM: VMX: Use proper types to access const arrays
Mathias Krause
2013-07-18
1
-8
/
+7
*
KVM: nVMX: Set success rflags when emulate VMXON/VMXOFF in nested virt
Arthur Chunqi Li
2013-07-18
1
-0
/
+2
*
KVM: nVMX: Change location of 3 functions in vmx.c
Arthur Chunqi Li
2013-07-18
1
-43
/
+40
*
KVM: x86: Avoid zapping mmio sptes twice for generation wraparound
Takuya Yoshikawa
2013-07-18
2
-9
/
+6
*
KVM: Introduce kvm_arch_memslots_updated()
Takuya Yoshikawa
2013-07-18
1
-0
/
+4
*
KVM: MMU: avoid fast page fault fixing mmio page fault
Xiao Guangrong
2013-07-18
1
-0
/
+7
*
KVM: VMX: mark unusable segment as nonpresent
Gleb Natapov
2013-07-04
1
-2
/
+9
*
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2013-07-03
11
-389
/
+554
|
\
|
*
KVM: Fix RTC interrupt coalescing tracking
Gleb Natapov
2013-06-27
2
-24
/
+35
|
*
kvm: Add a tracepoint write_tsc_offset
Yoshihiro YUNOMAE
2013-06-27
4
-2
/
+37
|
*
KVM: MMU: Inform users of mmio generation wraparound
Takuya Yoshikawa
2013-06-27
1
-1
/
+3
|
*
KVM: MMU: document clear_spte_count
Xiao Guangrong
2013-06-27
1
-3
/
+14
|
*
KVM: MMU: drop kvm_mmu_zap_mmio_sptes
Xiao Guangrong
2013-06-27
1
-21
/
+1
|
*
KVM: MMU: init kvm generation close to mmio wrap-around value
Xiao Guangrong
2013-06-27
1
-1
/
+6
|
*
KVM: MMU: add tracepoint for check_mmio_spte
Xiao Guangrong
2013-06-27
2
-2
/
+31
|
*
KVM: MMU: fast invalidate all mmio sptes
Xiao Guangrong
2013-06-27
5
-13
/
+60
|
*
KVM: MMU: make return value of mmio page fault handler more readable
Xiao Guangrong
2013-06-27
3
-12
/
+21
|
*
KVM: MMU: store generation-number into mmio spte
Xiao Guangrong
2013-06-27
3
-17
/
+60
|
*
KVM: MMU: retain more available bits on mmio spte
Xiao Guangrong
2013-06-20
2
-3
/
+9
|
*
KVM: x86: handle idiv overflow at kvm_write_tsc
Marcelo Tosatti
2013-06-12
1
-3
/
+20
|
*
KVM: MMU: reduce KVM_REQ_MMU_RELOAD when root page is zapped
Gleb Natapov
2013-06-05
1
-1
/
+7
|
*
KVM: MMU: reclaim the zapped-obsolete page first
Xiao Guangrong
2013-06-05
2
-4
/
+18
|
*
KVM: MMU: collapse TLB flushes when zap all pages
Xiao Guangrong
2013-06-05
1
-3
/
+30
[next]