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
2012-05-06
KVM: ensure async PF event wakes up vcpu from halt
Gleb Natapov
1
-0
/
+1
2012-04-21
kill mm argument of vm_munmap()
Al Viro
1
-1
/
+1
2012-04-20
VM: add "vm_mmap()" helper function
Linus Torvalds
1
-3
/
+1
2012-04-20
VM: add "vm_munmap()" helper function
Linus Torvalds
1
-3
/
+1
2012-04-18
KVM: VMX: Fix kvm_set_shared_msr() called in preemptible context
Avi Kivity
1
-1
/
+4
2012-04-10
KVM: PMU emulation: GLOBAL_CTRL MSR should be enabled on reset
Gleb Natapov
1
-9
/
+9
2012-04-05
KVM: VMX: vmx_set_cr0 expects kvm->srcu locked
Marcelo Tosatti
1
-0
/
+2
2012-04-05
KVM: PMU: Fix integer constant is too large warning in kvm_pmu_set_msr()
Sasikantha babu
1
-1
/
+1
2012-03-28
Merge branch 'kvm-updates/3.4' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
11
-206
/
+595
2012-03-22
Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2
-1
/
+2
2012-03-21
Merge branch 'kmap_atomic' of git://github.com/congwang/linux
Linus Torvalds
3
-10
/
+10
2012-03-20
x86: remove the second argument of k[un]map_atomic()
Cong Wang
3
-10
/
+10
2012-03-20
KVM: x86: fix kvm_write_tsc() TSC matching thinko
Marcelo Tosatti
1
-9
/
+10
2012-03-08
KVM: nVMX: Fix erroneous exception bitmap check
Nadav Har'El
1
-1
/
+1
2012-03-08
KVM: Ignore the writes to MSR_K7_HWCR(3)
Nicolae Mogoreanu
1
-0
/
+1
2012-03-08
KVM: MMU: make use of ->root_level in reset_rsvds_bits_mask
Davidlohr Bueso
1
-16
/
+15
2012-03-08
KVM: PMU: add proper support for fixed counter 2
Gleb Natapov
1
-1
/
+2
2012-03-08
KVM: PMU: Fix raw event check
Gleb Natapov
1
-1
/
+1
2012-03-08
KVM: PMU: warn when pin control is set in eventsel msr
Gleb Natapov
1
-0
/
+3
2012-03-08
KVM: VMX: Fix delayed load of shared MSRs
Avi Kivity
1
-0
/
+3
2012-03-08
KVM: Allow host IRQ sharing for assigned PCI 2.3 devices
Jan Kiszka
1
-0
/
+1
2012-03-08
KVM: Ensure all vcpus are consistent with in-kernel irqchip settings
Avi Kivity
1
-0
/
+8
2012-03-08
KVM: x86 emulator: Allow PM/VM86 switch during task switch
Kevin Wolf
3
-0
/
+30
2012-03-08
KVM: SVM: Fix CPL updates
Kevin Wolf
1
-3
/
+16
2012-03-08
KVM: x86 emulator: VM86 segments must have DPL 3
Kevin Wolf
1
-0
/
+2
2012-03-08
KVM: x86 emulator: Fix task switch privilege checks
Kevin Wolf
4
-14
/
+58
2012-03-08
KVM: x86 emulator: correctly mask pmc index bits in RDPMC instruction emulation
Gleb Natapov
1
-1
/
+1
2012-03-08
KVM: Introduce kvm_memory_slot::arch and move lpage_info into it
Takuya Yoshikawa
2
-1
/
+60
2012-03-08
KVM: Introduce gfn_to_index() which returns the index for a given level
Takuya Yoshikawa
1
-2
/
+1
2012-03-08
KVM: Fix write protection race during dirty logging
Takuya Yoshikawa
1
-6
/
+5
2012-03-08
KVM: VMX: remove yield_on_hlt
Raghavendra K T
1
-21
/
+1
2012-03-08
KVM: Track TSC synchronization in generations
Zachary Amsden
1
-8
/
+33
2012-03-08
KVM: Dont mark TSC unstable due to S4 suspend
Zachary Amsden
1
-5
/
+88
2012-03-08
KVM: Allow adjust_tsc_offset to be in host or guest cycles
Marcelo Tosatti
3
-3
/
+7
2012-03-08
KVM: Add last_host_tsc tracking back to KVM
Zachary Amsden
1
-8
/
+3
2012-03-08
KVM: Fix last_guest_tsc / tsc_offset semantics
Zachary Amsden
1
-4
/
+6
2012-03-08
KVM: Leave TSC synchronization window open with each new sync
Zachary Amsden
1
-1
/
+0
2012-03-08
KVM: Improve TSC offset matching
Zachary Amsden
1
-15
/
+29
2012-03-08
KVM: Infrastructure for software and hardware based TSC rate scaling
Zachary Amsden
4
-54
/
+66
2012-03-05
KVM: x86: reset edge sense circuit of i8259 on init
Gleb Natapov
1
-0
/
+1
2012-03-05
KVM: x86 emulator: reject SYSENTER in compatibility mode on AMD guests
Avi Kivity
1
-0
/
+19
2012-03-05
KVM: Don't mistreat edge-triggered INIT IPI as INIT de-assert. (LAPIC)
Julian Stecklina
1
-1
/
+1
2012-03-05
KVM: SVM: comment nested paging and virtualization module parameters
Davidlohr Bueso
1
-2
/
+4
2012-03-05
KVM: MMU: Remove unused kvm parameter from rmap_next()
Takuya Yoshikawa
2
-15
/
+15
2012-03-05
KVM: MMU: Remove unused kvm parameter from __gfn_to_rmap()
Takuya Yoshikawa
1
-4
/
+4
2012-03-05
KVM: x86 emulator: Remove byte-sized MOVSX/MOVZX hack
Avi Kivity
1
-8
/
+5
2012-03-05
KVM: x86 emulator: add 8-bit memory operands
Avi Kivity
1
-0
/
+5
2012-03-05
KVM: SVM: Add support for AMD's OSVW feature in guests
Boris Ostrovsky
4
-1
/
+88
2012-03-05
KVM: MMU: unnecessary NX state assignment
Davidlohr Bueso
1
-1
/
+0
2012-03-05
KVM: s390: ucontrol: export SIE control block to user
Carsten Otte
1
-0
/
+5
[next]