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
...
*
KVM: MMU: Optimize prefetch_page()
Avi Kivity
2008-07-20
1
-13
/
+15
*
KVM: x86 emulator: Add support for mov r, sreg (0x8c) instruction
Guillaume Thouvenin
2008-07-20
1
-1
/
+14
*
KVM: x86 emulator: Add support for mov seg, r (0x8e) instruction
Guillaume Thouvenin
2008-07-20
1
-1
/
+24
*
KVM: x86 emulator: adds support to mov r,imm (opcode 0xb8) instruction
Guillaume Thouvenin
2008-07-20
1
-1
/
+4
*
KVM: x86 emulator: add support for jmp far 0xea
Guillaume Thouvenin
2008-07-20
1
-2
/
+29
*
KVM: x86 emulator: Update c->dst.bytes in decode instruction
Guillaume Thouvenin
2008-07-20
1
-0
/
+1
*
KVM: Prefixes segment functions that will be exported with "kvm_"
Guillaume Thouvenin
2008-07-20
1
-39
/
+39
*
KVM: MTRR support
Avi Kivity
2008-07-20
1
-4
/
+48
*
KVM: VMX: Enable NMI with in-kernel irqchip
Sheng Yang
2008-07-20
3
-19
/
+118
*
KVM: IOAPIC/LAPIC: Enable NMI support
Sheng Yang
2008-07-20
2
-1
/
+8
*
KVM: Remove unnecessary ->decache_regs() call
Avi Kivity
2008-07-20
1
-1
/
+0
*
KVM: Remove decache_vcpus_on_cpu() and related callbacks
Avi Kivity
2008-07-20
3
-19
/
+0
*
KVM: VMX: Add list of potentially locally cached vcpus
Avi Kivity
2008-07-20
2
-29
/
+22
*
KVM: Handle virtualization instruction #UD faults during reboot
Avi Kivity
2008-07-20
2
-20
/
+25
*
KVM: MMU: Fix false flooding when a pte points to page table
Avi Kivity
2008-07-20
2
-2
/
+18
*
KVM: VMX: Trivial vmcs_write64() code simplification
Avi Kivity
2008-07-20
1
-3
/
+1
*
KVM: SVM: Fake MSR_K7 performance counters
Chris Lalancette
2008-07-20
1
-6
/
+9
*
KVM: PIT: support mode 3
Aurelien Jarno
2008-07-20
1
-0
/
+1
*
KVM: SVM: add tracing support for TDP page faults
Joerg Roedel
2008-07-20
1
-0
/
+4
*
KVM: SVM: add missing kvmtrace markers
Joerg Roedel
2008-07-20
1
-1
/
+25
*
KVM: add missing kvmtrace bits
Joerg Roedel
2008-07-20
1
-5
/
+20
*
KVM: SVM: implement dedicated INTR exit handler
Joerg Roedel
2008-07-20
1
-1
/
+7
*
KVM: SVM: implement dedicated NMI exit handler
Joerg Roedel
2008-07-20
1
-1
/
+6
*
KVM: VMX: move APIC_ACCESS trace entry to generic code
Joerg Roedel
2008-07-20
2
-2
/
+4
*
KVM: add statics were possible, function definition in lapic.h
Harvey Harrison
2008-07-20
5
-7
/
+8
*
on_each_cpu(): kill unused 'retry' parameter
Jens Axboe
2008-06-26
1
-1
/
+1
*
smp_call_function: get rid of the unused nonatomic/retry argument
Jens Axboe
2008-06-26
2
-2
/
+2
*
KVM: Make kvm host use the paravirt clocksource structs
Gerd Hoffmann
2008-06-24
1
-13
/
+62
*
KVM: VMX: Fix host msr corruption with preemption enabled
Avi Kivity
2008-06-24
1
-8
/
+11
*
KVM: MMU: Fix oops on guest userspace access to guest pagetable
Avi Kivity
2008-06-24
1
-6
/
+0
*
KVM: MMU: large page update_pte issue with non-PAE 32-bit guests (resend)
Marcelo Tosatti
2008-06-24
1
-5
/
+7
*
KVM: MMU: Fix rmap_write_protect() hugepage iteration bug
Marcelo Tosatti
2008-06-24
1
-0
/
+1
*
KVM: close timer injection race window in __vcpu_run
Marcelo Tosatti
2008-06-24
3
-3
/
+8
*
KVM: Fix race between timer migration and vcpu migration
Marcelo Tosatti
2008-06-24
1
-12
/
+3
*
KVM: MMU: Fix is_empty_shadow_page() check
Avi Kivity
2008-06-06
1
-1
/
+1
*
KVM: MMU: Fix printk() format string
Avi Kivity
2008-06-06
1
-1
/
+1
*
KVM: MMU: reschedule during shadow teardown
Avi Kivity
2008-06-06
1
-0
/
+1
*
KVM: VMX: Clear CR4.VMXE in hardware_disable
Eli Collins
2008-06-06
1
-0
/
+1
*
KVM: migrate PIT timer
Marcelo Tosatti
2008-06-06
6
-4
/
+24
*
KVM: x86 emulator: fix hypercall return value on AMD
Avi Kivity
2008-06-06
1
-1
/
+2
*
namespacecheck: automated fixes
Ingo Molnar
2008-05-23
1
-1
/
+1
*
KVM: LAPIC: ignore pending timers if LVTT is disabled
Marcelo Tosatti
2008-05-18
1
-1
/
+1
*
KVM: PIT: take inject_pending into account when emulating hlt
Marcelo Tosatti
2008-05-18
1
-1
/
+1
*
KVM: x86 emulator: fix writes to registers with modrm encodings
Avi Kivity
2008-05-18
1
-2
/
+5
*
KVM: MMU: Allow more than PAGES_PER_HPAGE write protections per large page
Avi Kivity
2008-05-04
1
-1
/
+0
*
KVM: avoid fx_init() schedule in atomic
Andrea Arcangeli
2008-05-04
1
-1
/
+10
*
KVM: Avoid spurious execeptions after setting registers
Jan Kiszka
2008-05-04
1
-0
/
+2
*
KVM: PIT: support mode 4
Marcelo Tosatti
2008-05-04
1
-0
/
+2
*
KVM: x86 emulator: disable writeback on lmsw
Avi Kivity
2008-05-04
1
-0
/
+1
*
KVM: x86: task switch: fix wrong bit setting for the busy flag
Izik Eidus
2008-05-04
1
-2
/
+2
[prev]
[next]