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
/
x86.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-10-04
Merge tag 'kvm-3.7-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-162
/
+222
2012-10-01
Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-1
/
+2
2012-09-23
KVM: x86: Fix guest debug across vcpu INIT reset
Jan Kiszka
1
-9
/
+17
2012-09-23
KVM: Add resampling irqfds for level triggered interrupts
Alex Williamson
1
-0
/
+4
2012-09-21
x86, kvm: fix kvm's usage of kernel_fpu_begin/end()
Suresh Siddha
1
-2
/
+2
2012-09-20
KVM: optimize apic interrupt delivery
Gleb Natapov
1
-0
/
+2
2012-09-20
KVM: MMU: Optimize pte permission checks
Avi Kivity
1
-7
/
+4
2012-09-18
x86, kvm: use kernel_fpu_begin/end() in kvm_load/put_guest_fpu()
Suresh Siddha
1
-1
/
+2
2012-09-17
KVM: make processes waiting on vcpu mutex killable
Michael S. Tsirkin
1
-3
/
+9
2012-09-10
KVM: fix error paths for failed gfn_to_page() calls
Xiao Guangrong
1
-3
/
+10
2012-09-06
KVM: use symbolic constant for nr interrupts
Michael S. Tsirkin
1
-2
/
+2
2012-09-06
KVM: Provide userspace IO exit completion callback
Gleb Natapov
1
-37
/
+56
2012-09-06
KVM: move postcommit flush to x86, as mmio sptes are x86 specific
Marcelo Tosatti
1
-0
/
+8
2012-09-06
KVM: split kvm_arch_flush_shadow
Marcelo Tosatti
1
-1
/
+7
2012-09-05
KVM: x86: more constification
Mathias Krause
1
-1
/
+1
2012-09-05
KVM: x86: constify read_write_emulator_ops
Mathias Krause
1
-4
/
+4
2012-09-05
KVM: x86 emulator: constify emulate_ops
Mathias Krause
1
-1
/
+1
2012-08-30
KVM: x86: remove unused variable from kvm_task_switch()
Marcelo Tosatti
1
-1
/
+0
2012-08-27
KVM: x86 emulator: access GPRs on demand
Avi Kivity
1
-27
/
+18
2012-08-27
KVM: x86: fix KVM_GET_MSR for PV EOI
Michael S. Tsirkin
1
-0
/
+3
2012-08-22
KVM: introduce readonly memslot
Xiao Guangrong
1
-0
/
+1
2012-08-22
KVM: x86: fix possible infinite loop caused by reexecute_instruction
Xiao Guangrong
1
-1
/
+11
2012-08-13
KVM: x86: fix pvclock guest stopped flag reporting
Marcelo Tosatti
1
-3
/
+10
2012-08-09
KVM: correctly detect APIC SW state in kvm_apic_post_state_restore()
Gleb Natapov
1
-2
/
+1
2012-08-06
KVM: use jump label to optimize checking for in kernel local apic presence
Gleb Natapov
1
-1
/
+6
2012-08-06
KVM: use jump label to optimize checking for HW enabled APIC in APIC_BASE MSR
Gleb Natapov
1
-0
/
+1
2012-08-06
KVM: clean up kvm_(set|get)_apic_base
Gleb Natapov
1
-8
/
+2
2012-08-06
KVM: do not release the error page
Xiao Guangrong
1
-6
/
+3
2012-08-06
KVM: Push rmap into kvm_arch_memory_slot
Takuya Yoshikawa
1
-23
/
+32
2012-08-06
KVM: Stop checking rmap to see if slot is being created
Takuya Yoshikawa
1
-2
/
+2
2012-08-05
KVM: x86: update KVM_SAVE_MSRS_BEGIN to correct value
Gleb Natapov
1
-1
/
+1
2012-08-05
Merge remote-tracking branch 'upstream' into next
Avi Kivity
1
-0
/
+4
2012-08-03
KVM: x86: update KVM_SAVE_MSRS_BEGIN to correct value
Gleb Natapov
1
-1
/
+1
2012-08-01
KVM: x86: apply kvmclock offset to guest wall clock time
Bruce Rogers
1
-0
/
+4
2012-08-01
KVM: fold kvm_pit_timer into kvm_kpit_state
Avi Kivity
1
-1
/
+1
2012-07-26
KVM: Move KVM_IRQ_LINE to arch-generic code
Christoffer Dall
1
-23
/
+10
2012-07-20
KVM: x86: Fix typos in x86.c
Guo Chao
1
-7
/
+7
2012-07-19
KVM: x86: remove unnecessary mark_page_dirty
Xiao Guangrong
1
-1
/
+0
2012-07-18
KVM: Separate rmap_pde from kvm_lpage_info->write_count
Takuya Yoshikawa
1
-0
/
+11
2012-07-12
KVM: VMX: Implement PCID/INVPCID for guests with EPT
Mao, Junjie
1
-3
/
+20
2012-07-09
KVM: x86 emulator: change ->get_cpuid() accessor to use the x86 semantics
Avi Kivity
1
-18
/
+2
2012-06-25
KVM: host side for eoi optimization
Michael S. Tsirkin
1
-0
/
+7
2012-06-25
KVM: rearrange injection cancelling code
Michael S. Tsirkin
1
-4
/
+6
2012-06-25
KVM: only sync when attention bits set
Michael S. Tsirkin
1
-1
/
+2
2012-06-19
KVM: Use kvm_kvfree() to free memory allocated by kvm_kvzalloc()
Takuya Yoshikawa
1
-1
/
+1
2012-06-06
KVM: Cleanup the kvm_print functions and introduce pr_XX wrappers
Christoffer Dall
1
-27
/
+27
2012-06-05
KVM: Avoid wasting pages for small lpage_info arrays
Takuya Yoshikawa
1
-2
/
+2
2012-05-24
Merge branch 'next' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-126
/
+154
2012-05-16
KVM: Fix mmu_reload() clash with nested vmx event injection
Avi Kivity
1
-4
/
+6
2012-05-06
KVM: ensure async PF event wakes up vcpu from halt
Gleb Natapov
1
-0
/
+1
[next]