index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kvm
Age
Commit message (
Expand
)
Author
Files
Lines
2008-07-20
KVM: VMX: Add list of potentially locally cached vcpus
Avi Kivity
2
-29
/
+22
2008-07-20
KVM: Handle virtualization instruction #UD faults during reboot
Avi Kivity
2
-20
/
+25
2008-07-20
KVM: MMU: Fix false flooding when a pte points to page table
Avi Kivity
2
-2
/
+18
2008-07-20
KVM: VMX: Trivial vmcs_write64() code simplification
Avi Kivity
1
-3
/
+1
2008-07-20
KVM: SVM: Fake MSR_K7 performance counters
Chris Lalancette
1
-6
/
+9
2008-07-20
KVM: PIT: support mode 3
Aurelien Jarno
1
-0
/
+1
2008-07-20
KVM: SVM: add tracing support for TDP page faults
Joerg Roedel
1
-0
/
+4
2008-07-20
KVM: SVM: add missing kvmtrace markers
Joerg Roedel
1
-1
/
+25
2008-07-20
KVM: add missing kvmtrace bits
Joerg Roedel
1
-5
/
+20
2008-07-20
KVM: SVM: implement dedicated INTR exit handler
Joerg Roedel
1
-1
/
+7
2008-07-20
KVM: SVM: implement dedicated NMI exit handler
Joerg Roedel
1
-1
/
+6
2008-07-20
KVM: VMX: move APIC_ACCESS trace entry to generic code
Joerg Roedel
2
-2
/
+4
2008-07-20
KVM: add statics were possible, function definition in lapic.h
Harvey Harrison
5
-7
/
+8
2008-06-26
on_each_cpu(): kill unused 'retry' parameter
Jens Axboe
1
-1
/
+1
2008-06-26
smp_call_function: get rid of the unused nonatomic/retry argument
Jens Axboe
2
-2
/
+2
2008-06-24
KVM: Make kvm host use the paravirt clocksource structs
Gerd Hoffmann
1
-13
/
+62
2008-06-24
KVM: VMX: Fix host msr corruption with preemption enabled
Avi Kivity
1
-8
/
+11
2008-06-24
KVM: MMU: Fix oops on guest userspace access to guest pagetable
Avi Kivity
1
-6
/
+0
2008-06-24
KVM: MMU: large page update_pte issue with non-PAE 32-bit guests (resend)
Marcelo Tosatti
1
-5
/
+7
2008-06-24
KVM: MMU: Fix rmap_write_protect() hugepage iteration bug
Marcelo Tosatti
1
-0
/
+1
2008-06-24
KVM: close timer injection race window in __vcpu_run
Marcelo Tosatti
3
-3
/
+8
2008-06-24
KVM: Fix race between timer migration and vcpu migration
Marcelo Tosatti
1
-12
/
+3
2008-06-06
KVM: MMU: Fix is_empty_shadow_page() check
Avi Kivity
1
-1
/
+1
2008-06-06
KVM: MMU: Fix printk() format string
Avi Kivity
1
-1
/
+1
2008-06-06
KVM: MMU: reschedule during shadow teardown
Avi Kivity
1
-0
/
+1
2008-06-06
KVM: VMX: Clear CR4.VMXE in hardware_disable
Eli Collins
1
-0
/
+1
2008-06-06
KVM: migrate PIT timer
Marcelo Tosatti
6
-4
/
+24
2008-06-06
KVM: x86 emulator: fix hypercall return value on AMD
Avi Kivity
1
-1
/
+2
2008-05-23
namespacecheck: automated fixes
Ingo Molnar
1
-1
/
+1
2008-05-18
KVM: LAPIC: ignore pending timers if LVTT is disabled
Marcelo Tosatti
1
-1
/
+1
2008-05-18
KVM: PIT: take inject_pending into account when emulating hlt
Marcelo Tosatti
1
-1
/
+1
2008-05-18
KVM: x86 emulator: fix writes to registers with modrm encodings
Avi Kivity
1
-2
/
+5
2008-05-04
KVM: MMU: Allow more than PAGES_PER_HPAGE write protections per large page
Avi Kivity
1
-1
/
+0
2008-05-04
KVM: avoid fx_init() schedule in atomic
Andrea Arcangeli
1
-1
/
+10
2008-05-04
KVM: Avoid spurious execeptions after setting registers
Jan Kiszka
1
-0
/
+2
2008-05-04
KVM: PIT: support mode 4
Marcelo Tosatti
1
-0
/
+2
2008-05-04
KVM: x86 emulator: disable writeback on lmsw
Avi Kivity
1
-0
/
+1
2008-05-04
KVM: x86: task switch: fix wrong bit setting for the busy flag
Izik Eidus
1
-2
/
+2
2008-05-04
KVM: VMX: Enable EPT feature for KVM
Sheng Yang
3
-10
/
+233
2008-05-04
KVM: VMX: Prepare an identity page table for EPT in real mode
Sheng Yang
3
-3
/
+81
2008-05-04
KVM: MMU: Remove #ifdef CONFIG_X86_64 to support 4 level EPT
Sheng Yang
1
-4
/
+0
2008-05-04
KVM: MMU: Add EPT support
Sheng Yang
2
-10
/
+36
2008-05-04
KVM: Add kvm_x86_ops get_tdp_level()
Sheng Yang
5
-8
/
+19
2008-05-04
KVM: MMU: Move some definitions to a header file
Sheng Yang
2
-34
/
+33
2008-05-04
KVM: VMX: EPT Feature Detection
Sheng Yang
2
-5
/
+83
2008-05-01
rename div64_64 to div64_u64
Roman Zippel
2
-6
/
+6
2008-04-27
KVM: MMU: kvm_pv_mmu_op should not take mmap_sem
Marcelo Tosatti
1
-3
/
+0
2008-04-27
KVM: SVM: remove selective CR0 comment
Joerg Roedel
1
-11
/
+0
2008-04-27
KVM: SVM: remove now obsolete FIXME comment
Joerg Roedel
1
-7
/
+0
2008-04-27
KVM: SVM: disable CR8 intercept when tpr is not masking interrupts
Joerg Roedel
1
-4
/
+27
[next]