index
:
platform/kernel/linux-3.10
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.2015.q2_common
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_wearable
devel/aarch64
devel/tizen
devel/v3.10-ltsi
dmafence
kdbus-integration
master
sandbox/cometzero/tizen
sandbox/cosmichobo/tizen
sandbox/daeinki/tizen
sandbox/hwhwang7/tizen
sandbox/mchehab/tizen-media-backports
sandbox/mwereski/kdbus-integration
sandbox/pawelo/kdbus-next-wip
sandbox/pawelo/kdbus-next-wip-next
sandbox/pawelo/kdbus-v4-backport
sandbox/pawelo/kernfs
sandbox/pawelo/kernfs_better
sandbox/pawelo/sysfs
sandbox/pcoval/tizen
tizen
tizen-rebase-20140515
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_LPD
upstream
v3.10.51-integration
v3.10.52-integration
v3.10.60-rebase
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kvm
Age
Commit message (
Expand
)
Author
Files
Lines
2011-08-16
Merge branch 'kvm-updates/3.1' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-0
/
+3
2011-08-16
KVM: uses TASKSTATS, depends on NET
Randy Dunlap
1
-0
/
+2
2011-07-27
KVM: fix TASK_DELAY_ACCT kconfig warning
Randy Dunlap
1
-0
/
+1
2011-07-26
atomic: use <linux/atomic.h>
Arun Sharma
2
-2
/
+2
2011-07-25
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
1
-1
/
+0
2011-07-24
Merge branch 'kvm-updates/3.1' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
12
-1814
/
+4744
2011-07-24
KVM: MMU: trace mmio page fault
Xiao Guangrong
4
-1
/
+80
2011-07-24
KVM: MMU: mmio page fault support
Xiao Guangrong
5
-14
/
+248
2011-07-24
KVM: MMU: reorganize struct kvm_shadow_walk_iterator
Xiao Guangrong
1
-1
/
+1
2011-07-24
KVM: MMU: lockless walking shadow page table
Xiao Guangrong
1
-8
/
+124
2011-07-24
KVM: MMU: do not need atomicly to set/clear spte
Xiao Guangrong
1
-15
/
+71
2011-07-24
KVM: MMU: introduce the rules to modify shadow page table
Xiao Guangrong
1
-34
/
+69
2011-07-24
KVM: MMU: abstract some functions to handle fault pfn
Xiao Guangrong
2
-18
/
+41
2011-07-24
KVM: MMU: filter out the mmio pfn from the fault pfn
Xiao Guangrong
1
-2
/
+2
2011-07-24
KVM: MMU: remove bypass_guest_pf
Xiao Guangrong
5
-125
/
+33
2011-07-24
KVM: MMU: split kvm_mmu_free_page
Xiao Guangrong
1
-3
/
+18
2011-07-24
KVM: MMU: count used shadow pages on prepareing path
Xiao Guangrong
1
-5
/
+5
2011-07-24
KVM: MMU: rename 'pt_write' to 'emulate'
Xiao Guangrong
2
-13
/
+13
2011-07-24
KVM: MMU: cleanup for FNAME(fetch)
Xiao Guangrong
1
-2
/
+2
2011-07-24
KVM: MMU: optimize to handle dirty bit
Xiao Guangrong
2
-34
/
+25
2011-07-24
KVM: MMU: cache mmio info on page fault path
Xiao Guangrong
5
-21
/
+91
2011-07-24
KVM: x86: introduce vcpu_mmio_gva_to_gpa to cleanup the code
Xiao Guangrong
1
-11
/
+31
2011-07-24
KVM: MMU: do not update slot bitmap if spte is nonpresent
Xiao Guangrong
1
-8
/
+7
2011-07-24
KVM: MMU: fix walking shadow page table
Xiao Guangrong
1
-4
/
+5
2011-07-23
virtio: expose for non-virtualization users too
Ohad Ben-Cohen
1
-1
/
+0
2011-07-14
KVM: Steal time implementation
Glauber Costa
2
-2
/
+73
2011-07-12
KVM: MMU: Introduce is_last_gpte() to clean up walk_addr_generic()
Takuya Yoshikawa
1
-7
/
+19
2011-07-12
KVM: MMU: Rename the walk label in walk_addr_generic()
Takuya Yoshikawa
1
-3
/
+3
2011-07-12
KVM: MMU: Clean up the error handling of walk_addr_generic()
Takuya Yoshikawa
1
-50
/
+32
2011-07-12
Revert "KVM: MMU: make kvm_mmu_reset_context() flush the guest TLB"
Marcelo Tosatti
1
-11
/
+1
2011-07-12
KVM: MMU: make kvm_mmu_reset_context() flush the guest TLB
Avi Kivity
1
-1
/
+11
2011-07-12
KVM: MMU: Adjust shadow paging to work when SMEP=1 and CR0.WP=0
Avi Kivity
1
-1
/
+13
2011-07-12
KVM: Enable ERMS feature support for KVM
Yang, Wei
1
-1
/
+1
2011-07-12
KVM: Expose RDWRGSFS bit to KVM guests
Yang, Wei
1
-1
/
+1
2011-07-12
KVM: Add RDWRGSFS support when setting CR4
Yang, Wei
1
-0
/
+11
2011-07-12
KVM: Enable DRNG feature support for KVM
Yang, Wei Y
1
-1
/
+1
2011-07-12
KVM: fix XSAVE bit scanning (now properly)
Andre Przywara
1
-4
/
+5
2011-07-12
KVM: Add instruction fetch checking when walking guest page table
Yang, Wei Y
1
-1
/
+8
2011-07-12
KVM: Mask function7 ebx against host capability word9
Yang, Wei Y
1
-1
/
+19
2011-07-12
KVM: Add SMEP support when setting CR4
Yang, Wei Y
1
-2
/
+13
2011-07-12
KVM: nVMX: Fix bug preventing more than two levels of nesting
Nadav Har'El
1
-2
/
+2
2011-07-12
KVM: x86 emulator: fold decode_cache into x86_emulate_ctxt
Avi Kivity
3
-722
/
+612
2011-07-12
KVM: x86 emulator: rename decode_cache::eip to _eip
Avi Kivity
3
-64
/
+64
2011-07-12
KVM: VMX: Silence warning on 32-bit hosts
Jan Kiszka
1
-0
/
+2
2011-07-12
KVM: x86 emulator: Use opcode::execute for CLI/STI(FA/FB)
Takuya Yoshikawa
1
-17
/
+21
2011-07-12
KVM: x86 emulator: Use opcode::execute for LOOP/JCXZ
Takuya Yoshikawa
1
-11
/
+24
2011-07-12
KVM: x86 emulator: Clean up INT n/INTO/INT 3(CC/CD/CE)
Takuya Yoshikawa
1
-10
/
+5
2011-07-12
KVM: x86 emulator: Use opcode::execute for MOV(8C/8E)
Takuya Yoshikawa
1
-28
/
+31
2011-07-12
KVM: x86 emulator: Use opcode::execute for RET(C3)
Takuya Yoshikawa
1
-7
/
+11
2011-07-12
KVM: x86 emulator: Use opcode::execute for XCHG(86/87)
Takuya Yoshikawa
1
-14
/
+17
[next]