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
/
x86.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-01-13
Merge branch 'kvm-updates/2.6.38' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-123
/
+351
2011-01-12
KVM: Initialize fpu state in preemptible context
Avi Kivity
1
-0
/
+3
2011-01-12
KVM: Fetch guest cr3 from hardware on demand
Avi Kivity
1
-0
/
+2
2011-01-12
KVM: Replace reads of vcpu->arch.cr3 by an accessor
Avi Kivity
1
-9
/
+10
2011-01-12
KVM: SVM: copy instruction bytes from VMCB
Andre Przywara
1
-2
/
+4
2011-01-12
KVM: cleanup emulate_instruction
Andre Przywara
1
-6
/
+5
2011-01-12
KVM: move complete_insn_gp() into x86.c
Andre Przywara
1
-0
/
+9
2011-01-12
KVM: x86: fix CR8 handling
Andre Przywara
1
-10
/
+8
2011-01-12
KVM: Take missing slots_lock for kvm_io_bus_unregister_dev()
Takuya Yoshikawa
1
-0
/
+4
2011-01-12
KVM: return true when user space query KVM_CAP_USER_NMI extension
Lai Jiangshan
1
-0
/
+1
2011-01-12
KVM: Correct kvm_pio tracepoint count field
Avi Kivity
1
-2
/
+2
2011-01-12
KVM: MMU: retry #PF for softmmu
Xiao Guangrong
1
-1
/
+5
2011-01-12
KVM: X86: Don't report L2 emulation failures to user-space
Joerg Roedel
1
-4
/
+10
2011-01-12
KVM: Pull extra page fault information into struct x86_exception
Avi Kivity
1
-20
/
+24
2011-01-12
KVM: Push struct x86_exception info the various gva_to_gpa variants
Avi Kivity
1
-30
/
+22
2011-01-12
KVM: x86 emulator: make emulator memory callbacks return full exception
Avi Kivity
1
-32
/
+44
2011-01-12
KVM: x86 emulator: introduce struct x86_exception to communicate faults
Avi Kivity
1
-6
/
+7
2011-01-12
KVM: Mask KVM_GET_SUPPORTED_CPUID data with Linux cpuid info
Avi Kivity
1
-0
/
+9
2011-01-12
KVM: MMU: fix apf prefault if nested guest is enabled
Xiao Guangrong
1
-1
/
+2
2011-01-12
KVM: MMU: clear apfs if page state is changed
Xiao Guangrong
1
-0
/
+3
2011-01-12
KVM: Clean up vm creation and release
Jan Kiszka
1
-10
/
+2
2011-01-12
KVM: avoid unnecessary wait for a async pf
Xiao Guangrong
1
-0
/
+1
2011-01-12
KVM: fix searching async gfn in kvm_async_pf_gfn_slot
Xiao Guangrong
1
-2
/
+2
2011-01-12
KVM: x86: Avoid issuing wbinvd twice
Jan Kiszka
1
-4
/
+6
2011-01-12
KVM: pre-allocate one more dirty bitmap to avoid vmalloc()
Takuya Yoshikawa
1
-11
/
+5
2011-01-12
KVM: MMU: remove kvm_mmu_set_base_ptes
Marcelo Tosatti
1
-1
/
+0
2011-01-12
KVM: Send async PF when guest is not in userspace too.
Gleb Natapov
1
-1
/
+2
2011-01-12
KVM: Let host know whether the guest can handle async PF in non-userspace con...
Gleb Natapov
1
-2
/
+3
2011-01-12
KVM: Inject asynchronous page fault into a PV guest if page is swapped out.
Gleb Natapov
1
-5
/
+38
2011-01-12
KVM: Add PV MSR to enable asynchronous page faults delivery.
Gleb Natapov
1
-2
/
+36
2011-01-12
KVM: Add memory slot versioning and use it to provide fast guest write interface
Gleb Natapov
1
-0
/
+1
2011-01-12
KVM: Retry fault before vmentry
Gleb Natapov
1
-0
/
+14
2011-01-12
KVM: Halt vcpu if page it tries to access is swapped out
Gleb Natapov
1
-3
/
+109
2011-01-07
Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...
Linus Torvalds
1
-4
/
+4
2011-01-02
KVM: Don't reset mmu context unnecessarily when updating EFER
Avi Kivity
1
-1
/
+0
2010-12-30
x86: Use this_cpu_ops to optimize code
Tejun Heo
1
-4
/
+4
2010-12-16
KVM: Fix preemption counter leak in kvm_timer_init()
Avi Kivity
1
-1
/
+3
2010-12-08
KVM: SVM: Do not report xsave in supported cpuid
Joerg Roedel
1
-5
/
+0
2010-12-08
KVM: Fix OSXSAVE after migration
Sheng Yang
1
-0
/
+2
2010-11-05
KVM: x86: Issue smp_call_function_many with preemption disabled
Jan Kiszka
1
-0
/
+2
2010-11-05
KVM: x86: fix information leak to userland
Vasiliy Kulikov
1
-0
/
+6
2010-11-05
KVM: Write protect memory after slot swap
Michael S. Tsirkin
1
-4
/
+4
2010-10-24
Merge branch 'kvm-updates/2.6.37' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-182
/
+598
2010-10-24
KVM: MCE: Add MCG_SER_P into KVM_MCE_CAP_SUPPORTED
Huang Ying
1
-1
/
+1
2010-10-24
KVM: fix typo in copyright notice
Nicolas Kaiser
1
-1
/
+1
2010-10-24
KVM: Disable interrupts around get_kernel_ns()
Avi Kivity
1
-0
/
+4
2010-10-24
KVM: x86: Fix constant type in kvm_get_time_scale
Jan Kiszka
1
-3
/
+3
2010-10-24
KVM: x86: TSC catchup mode
Zachary Amsden
1
-21
/
+66
2010-10-24
KVM: x86: Rename timer function
Zachary Amsden
1
-6
/
+6
2010-10-24
KVM: x86: Make math work for other scales
Zachary Amsden
1
-12
/
+18
[next]