index
:
blackbird-op-linux
master
Blackbird™ Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kvm
Commit message (
Expand
)
Author
Age
Files
Lines
*
KVM: MMU: fix huge page adapted on non-PAE host
Xiao Guangrong
2012-05-28
1
-2
/
+1
*
Merge branch 'next' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2012-05-24
13
-408
/
+649
|
\
|
*
KVM: Fix mmu_reload() clash with nested vmx event injection
Avi Kivity
2012-05-16
1
-4
/
+6
|
*
KVM: MMU: Don't use RCU for lockless shadow walking
Avi Kivity
2012-05-16
1
-44
/
+29
|
*
KVM: VMX: Optimize %ds, %es reload
Avi Kivity
2012-05-16
1
-5
/
+31
|
*
KVM: VMX: Fix %ds/%es clobber
Avi Kivity
2012-05-16
1
-1
/
+5
|
*
KVM: x86 emulator: convert bsf/bsr instructions to emulate_2op_SrcV_nobyte()
Joerg Roedel
2012-05-14
1
-24
/
+2
|
*
KVM: VMX: unlike vmcs on fail path
Xiao Guangrong
2012-05-14
1
-1
/
+1
|
*
KVM: x86 emulator: Avoid pushing back ModRM byte fetched for group decoding
Takuya Yoshikawa
2012-05-06
1
-5
/
+3
|
*
KVM: x86 emulator: Move ModRM flags for groups to top level opcode tables
Takuya Yoshikawa
2012-05-06
1
-55
/
+56
|
*
KVM: fix cpuid eax for KVM leaf
Michael S. Tsirkin
2012-05-06
1
-1
/
+1
|
*
KVM: x86: Run PIT work in own kthread
Jan Kiszka
2012-04-27
2
-14
/
+24
|
*
KVM: x86 emulator: fix asm constraint in flush_pending_x87_faults
Avi Kivity
2012-04-24
1
-1
/
+1
|
*
KVM: Introduce bitmask for apic attention reasons
Gleb Natapov
2012-04-24
1
-5
/
+7
|
*
KVM: Introduce direct MSI message injection for in-kernel irqchips
Jan Kiszka
2012-04-24
1
-0
/
+1
|
*
KVM: Fix page-crossing MMIO
Avi Kivity
2012-04-19
1
-33
/
+81
|
*
Merge branch 'linus' into queue
Marcelo Tosatti
2012-04-19
2
-10
/
+13
|
|
\
|
*
|
KVM: MMU: use page table level macro
Davidlohr Bueso
2012-04-18
2
-2
/
+2
|
*
|
KVM: dont clear TMR on EOI
Michael S. Tsirkin
2012-04-16
1
-6
/
+13
|
*
|
KVM: x86 emulator: implement MMX MOVQ (opcodes 0f 6f, 0f 7f)
Avi Kivity
2012-04-16
1
-1
/
+1
|
*
|
KVM: x86 emulator: MMX support
Avi Kivity
2012-04-16
1
-4
/
+99
|
*
|
KVM: x86 emulator: implement movntps
Avi Kivity
2012-04-16
1
-1
/
+6
|
*
|
KVM: x86: emulate movdqa
Stefan Hajnoczi
2012-04-16
1
-8
/
+2
|
*
|
KVM: x86 emulator: add support for vector alignment
Avi Kivity
2012-04-16
1
-1
/
+29
|
*
|
KVM: SVM: Auto-load on CPUs with SVM
Josh Triplett
2012-04-16
1
-0
/
+7
|
*
|
KVM: MMU: Improve iteration through sptes from rmap
Takuya Yoshikawa
2012-04-08
2
-82
/
+124
|
*
|
KVM: MMU: Make pte_list_desc fit cache lines well
Takuya Yoshikawa
2012-04-08
1
-2
/
+3
|
*
|
KVM: x86: add paging gcc optimization
Davidlohr Bueso
2012-04-08
1
-1
/
+1
|
*
|
KVM: VMX: Auto-load on CPUs with VMX
Josh Triplett
2012-04-08
1
-0
/
+7
|
*
|
KVM: Switch to srcu-less get_dirty_log()
Takuya Yoshikawa
2012-04-08
1
-73
/
+43
|
*
|
KVM: Avoid checking huge page mappings in get_dirty_log()
Takuya Yoshikawa
2012-04-08
2
-15
/
+33
|
*
|
KVM: MMU: Split the main body of rmap_write_protect() off from others
Takuya Yoshikawa
2012-04-08
1
-26
/
+27
|
*
|
KVM: x86: Add ioctl for KVM_KVMCLOCK_CTRL
Eric B Munson
2012-04-08
1
-0
/
+22
|
*
|
KVM: Factor out kvm_vcpu_kick to arch-generic code
Christoffer Dall
2012-04-08
1
-14
/
+2
|
*
|
KVM: SVM: count all irq windows exit
Jason Wang
2012-04-08
1
-1
/
+1
|
*
|
KVM: x86: expose Intel cpu new features (HLE, RTM) to guest
Liu, Jinsong
2012-04-08
1
-1
/
+2
*
|
|
KVM: ensure async PF event wakes up vcpu from halt
Gleb Natapov
2012-05-06
1
-0
/
+1
*
|
|
kill mm argument of vm_munmap()
Al Viro
2012-04-21
1
-1
/
+1
*
|
|
VM: add "vm_mmap()" helper function
Linus Torvalds
2012-04-20
1
-3
/
+1
*
|
|
VM: add "vm_munmap()" helper function
Linus Torvalds
2012-04-20
1
-3
/
+1
|
|
/
|
/
|
*
|
KVM: VMX: Fix kvm_set_shared_msr() called in preemptible context
Avi Kivity
2012-04-18
1
-1
/
+4
*
|
KVM: PMU emulation: GLOBAL_CTRL MSR should be enabled on reset
Gleb Natapov
2012-04-10
1
-9
/
+9
|
/
*
KVM: VMX: vmx_set_cr0 expects kvm->srcu locked
Marcelo Tosatti
2012-04-05
1
-0
/
+2
*
KVM: PMU: Fix integer constant is too large warning in kvm_pmu_set_msr()
Sasikantha babu
2012-04-05
1
-1
/
+1
*
Merge branch 'kvm-updates/3.4' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2012-03-28
11
-206
/
+595
|
\
|
*
KVM: x86: fix kvm_write_tsc() TSC matching thinko
Marcelo Tosatti
2012-03-20
1
-9
/
+10
|
*
KVM: nVMX: Fix erroneous exception bitmap check
Nadav Har'El
2012-03-08
1
-1
/
+1
|
*
KVM: Ignore the writes to MSR_K7_HWCR(3)
Nicolae Mogoreanu
2012-03-08
1
-0
/
+1
|
*
KVM: MMU: make use of ->root_level in reset_rsvds_bits_mask
Davidlohr Bueso
2012-03-08
1
-16
/
+15
|
*
KVM: PMU: add proper support for fixed counter 2
Gleb Natapov
2012-03-08
1
-1
/
+2
[next]