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
2010-09-08
KVM: i8259: fix migration
Gleb Natapov
1
-1
/
+1
2010-09-08
KVM: fix i8259 oops when no vcpus are online
Avi Kivity
1
-0
/
+3
2010-09-08
KVM: x86 emulator: fix regression with cmpxchg8b on i386 hosts
Avi Kivity
1
-5
/
+4
2010-08-22
Merge branch 'kvm-updates/2.6.36' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2
-3
/
+4
2010-08-17
KVM: PIT: free irq source id in handling error path
Xiao Guangrong
1
-0
/
+1
2010-08-15
KVM: destroy workqueue on kvm_create_pit() failures
Xiaotian Feng
1
-1
/
+1
2010-08-15
KVM: fix poison overwritten caused by using wrong xstate size
Xiaotian Feng
1
-2
/
+2
2010-08-06
x86, kvm: Remove cast obsoleted by set_64bit() prototype cleanup
H. Peter Anvin
1
-5
/
+1
2010-08-06
Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
3
-8
/
+8
2010-08-06
Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-2
/
+1
2010-08-02
KVM: VMX: Fix host GDT.LIMIT corruption
Avi Kivity
1
-0
/
+4
2010-08-02
KVM: MMU: using __xchg_spte more smarter
Xiao Guangrong
1
-2
/
+7
2010-08-02
KVM: MMU: cleanup spte set and accssed/dirty tracking
Xiao Guangrong
1
-9
/
+8
2010-08-02
KVM: MMU: don't atomicly set spte if it's not present
Xiao Guangrong
1
-2
/
+3
2010-08-02
KVM: MMU: fix page dirty tracking lost while sync page
Xiao Guangrong
1
-7
/
+3
2010-08-02
KVM: MMU: fix broken page accessed tracking with ept enabled
Xiao Guangrong
1
-2
/
+3
2010-08-02
KVM: MMU: add missing reserved bits check in speculative path
Xiao Guangrong
2
-3
/
+11
2010-08-02
KVM: MMU: fix mmu notifier invalidate handler for huge spte
Andrea Arcangeli
1
-2
/
+6
2010-08-02
KVM: x86 emulator: fix xchg instruction emulation
Wei Yongjun
1
-0
/
+4
2010-08-02
KVM: x86: Call mask notifiers from pic
Gleb Natapov
1
-1
/
+11
2010-08-02
KVM: x86: never re-execute instruction with enabled tdp
Gleb Natapov
1
-0
/
+3
2010-08-02
KVM: x86: emulator: inc/dec can have lock prefix
Gleb Natapov
1
-2
/
+2
2010-08-02
KVM: MMU: Eliminate redundant temporaries in FNAME(fetch)
Avi Kivity
1
-35
/
+24
2010-08-02
KVM: MMU: Validate all gptes during fetch, not just those used for new pages
Avi Kivity
1
-9
/
+24
2010-08-02
KVM: MMU: Simplify spte fetch() function
Avi Kivity
1
-44
/
+49
2010-08-02
KVM: MMU: Add gpte_valid() helper
Avi Kivity
1
-8
/
+17
2010-08-02
KVM: MMU: Add validate_direct_spte() helper
Avi Kivity
2
-21
/
+29
2010-08-02
KVM: MMU: Add drop_large_spte() helper
Avi Kivity
2
-4
/
+9
2010-08-02
KVM: MMU: Use __set_spte to link shadow pages
Avi Kivity
1
-1
/
+1
2010-08-02
KVM: MMU: Add link_shadow_page() helper
Avi Kivity
2
-5
/
+12
2010-08-02
KVM: Expose MCE control MSRs to userspace
Avi Kivity
1
-0
/
+2
2010-08-02
KVM: PIT: stop vpit before freeing irq_routing
Xiao Guangrong
2
-1
/
+4
2010-08-02
KVM: Reenter guest after emulation failure if due to access to non-mmio address
Gleb Natapov
1
-7
/
+25
2010-08-02
KVM: Return EFAULT from kvm ioctl when guest accesses bad area
Gleb Natapov
1
-1
/
+3
2010-08-02
KVM: fix lock imbalance in kvm_create_pit()
Jiri Slaby
1
-0
/
+1
2010-08-02
KVM: MMU: Keep going on permission error
Avi Kivity
1
-22
/
+30
2010-08-02
KVM: MMU: Only indicate a fetch fault in page fault error code if nx is enabled
Avi Kivity
1
-1
/
+1
2010-08-02
KVM: x86 emulator: re-implementing 'mov AL,moffs' instruction decoding
Wei Yongjun
1
-9
/
+23
2010-08-02
KVM: x86 emulator: fix cli/sti instruction emulation
Wei Yongjun
1
-4
/
+6
2010-08-02
KVM: x86 emulator: fix 'mov rm,sreg' instruction decoding
Wei Yongjun
1
-1
/
+1
2010-08-02
KVM: x86 emulator: fix 'and AL,imm8' instruction decoding
Wei Yongjun
1
-1
/
+1
2010-08-02
KVM: x86 emulator: fix the comment of out instruction
Wei Yongjun
1
-2
/
+2
2010-08-02
KVM: x86 emulator: fix 'mov sreg,rm16' instruction decoding
Wei Yongjun
1
-1
/
+1
2010-08-02
KVM: MMU: Don't drop accessed bit while updating an spte
Avi Kivity
1
-4
/
+21
2010-08-02
KVM: MMU: Atomically check for accessed bit when dropping an spte
Avi Kivity
1
-7
/
+21
2010-08-02
KVM: MMU: Move accessed/dirty bit checks from rmap_remove() to drop_spte()
Avi Kivity
1
-8
/
+11
2010-08-02
KVM: MMU: Introduce drop_spte()
Avi Kivity
2
-20
/
+23
2010-08-02
KVM: VMX: fix tlb flush with invalid root
Xiao Guangrong
2
-3
/
+4
2010-08-01
KVM: Remove unnecessary divide operations
Joerg Roedel
1
-4
/
+4
2010-08-01
KVM: MMU: cleanup FNAME(fetch)() functions
Xiao Guangrong
1
-11
/
+8
[next]