index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
KVM: VMX: Enable and initialize VMX TSC scaling
Haozhong Zhang
2015-11-10
2
-1
/
+19
*
KVM: x86: Use the correct vcpu's TSC rate to compute time scale
Haozhong Zhang
2015-11-10
1
-2
/
+4
*
KVM: x86: Move TSC scaling logic out of call-back read_l1_tsc()
Haozhong Zhang
2015-11-10
4
-7
/
+12
*
KVM: x86: Move TSC scaling logic out of call-back adjust_tsc_offset()
Haozhong Zhang
2015-11-10
4
-22
/
+19
*
KVM: x86: Replace call-back compute_tsc_offset() with a common function
Haozhong Zhang
2015-11-10
4
-20
/
+12
*
KVM: x86: Replace call-back set_tsc_khz() with a common function
Haozhong Zhang
2015-11-10
5
-59
/
+70
*
KVM: x86: Add a common TSC scaling function
Haozhong Zhang
2015-11-10
5
-45
/
+97
*
KVM: x86: Add a common TSC scaling ratio field in kvm_vcpu_arch
Haozhong Zhang
2015-11-10
3
-16
/
+20
*
KVM: x86: Collect information for setting TSC scaling ratio
Haozhong Zhang
2015-11-10
3
-0
/
+11
*
KVM: x86: declare a few variables as __read_mostly
Paolo Bonzini
2015-11-10
2
-9
/
+7
*
KVM: x86: merge handle_mmio_page_fault and handle_mmio_page_fault_common
Paolo Bonzini
2015-11-10
4
-21
/
+10
*
KVM: VMX: Fix commit which broke PML
Kai Huang
2015-11-05
1
-13
/
+11
*
KVM: x86: obey KVM_X86_QUIRK_CD_NW_CLEARED in kvm_set_cr0()
Laszlo Ersek
2015-11-04
1
-1
/
+3
*
KVM: x86: allow RSM from 64-bit mode
Paolo Bonzini
2015-11-04
1
-5
/
+25
*
KVM: VMX: fix SMEP and SMAP without EPT
Radim Krčmář
2015-11-04
1
-9
/
+10
*
KVM: x86: move kvm_set_irq_inatomic to legacy device assignment
Paolo Bonzini
2015-11-04
3
-35
/
+37
*
KVM: device assignment: remove pointless #ifdefs
Paolo Bonzini
2015-11-04
1
-25
/
+0
*
KVM: x86: merge kvm_arch_set_irq with kvm_set_msi_inatomic
Paolo Bonzini
2015-11-04
3
-17
/
+15
*
KVM: x86: zero apic_arb_prio on reset
Radim Krčmář
2015-11-04
1
-0
/
+2
*
drivers/hv: share Hyper-V SynIC constants with userspace
Andrey Smetanin
2015-11-04
3
-5
/
+13
*
KVM: x86: handle SMBASE as physical address in RSM
Radim Krčmář
2015-11-04
1
-4
/
+3
*
KVM: x86: add read_phys to x86_emulate_ops
Radim Krčmář
2015-11-04
2
-0
/
+20
*
KVM: x86: removing unused variable
Saurabh Sengar
2015-11-04
1
-11
/
+5
*
KVM: don't pointlessly leave KVM_COMPAT=y in non-KVM configs
Jan Beulich
2015-11-04
1
-1
/
+1
*
Merge tag 'kvm-arm-for-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Paolo Bonzini
2015-11-04
25
-297
/
+676
|
\
|
*
KVM: arm/arm64: Merge vgic_set_lr() and vgic_sync_lr_elrsr()
Pavel Fedin
2015-11-04
4
-23
/
+2
|
*
KVM: arm/arm64: Clean up vgic_retire_lr() and surroundings
Pavel Fedin
2015-11-04
1
-27
/
+10
|
*
KVM: arm/arm64: Optimize away redundant LR tracking
Pavel Fedin
2015-11-04
4
-44
/
+17
|
*
KVM: arm: Do not indent the arguments of DECLARE_BITMAP
Michal Marek
2015-10-22
1
-4
/
+4
|
*
arm64: kvm: restore EL1N SP for panic
Mark Rutland
2015-10-22
1
-0
/
+8
|
*
arm/arm64: KVM: Add tracepoints for vgic and timer
Christoffer Dall
2015-10-22
3
-0
/
+72
|
*
arm/arm64: KVM: Improve kvm_exit tracepoint
Christoffer Dall
2015-10-22
4
-4
/
+44
|
*
KVM: arm/arm64: Fix vGIC documentation
Pavel Fedin
2015-10-22
1
-8
/
+10
|
*
KVM: arm/arm64: implement kvm_arm_[halt,resume]_guest
Eric Auger
2015-10-22
3
-4
/
+37
|
*
KVM: arm/arm64: check power_off in critical section before VCPU run
Eric Auger
2015-10-22
1
-1
/
+2
|
*
KVM: arm/arm64: check power_off in kvm_arch_vcpu_runnable
Eric Auger
2015-10-22
1
-1
/
+2
|
*
KVM: arm/arm64: rename pause into power_off
Eric Auger
2015-10-22
4
-19
/
+19
|
*
arm/arm64: KVM : Enable vhost device selection under KVM config menu
Wei Huang
2015-10-22
2
-0
/
+4
|
*
arm/arm64: KVM: Support edge-triggered forwarded interrupts
Christoffer Dall
2015-10-22
1
-18
/
+22
|
*
arm/arm64: KVM: Rework the arch timer to use level-triggered semantics
Christoffer Dall
2015-10-22
5
-108
/
+91
|
*
arm/arm64: KVM: Add forwarded physical interrupts documentation
Christoffer Dall
2015-10-22
1
-0
/
+187
|
*
arm/arm64: KVM: Use appropriate define in VGIC reset code
Christoffer Dall
2015-10-22
1
-2
/
+6
|
*
arm/arm64: KVM: Implement GICD_ICFGR as RO for PPIs
Christoffer Dall
2015-10-22
1
-3
/
+2
|
*
arm/arm64: KVM: vgic: Factor out level irq processing on guest exit
Christoffer Dall
2015-10-22
1
-38
/
+56
|
*
arm/arm64: KVM: arch_timer: Only schedule soft timer on vcpu_block
Christoffer Dall
2015-10-22
5
-40
/
+72
|
*
KVM: Add kvm_arch_vcpu_{un}blocking callbacks
Christoffer Dall
2015-10-22
8
-0
/
+20
|
*
arm/arm64: KVM: Fix disabled distributor operation
Christoffer Dall
2015-10-20
1
-5
/
+6
|
*
arm/arm64: KVM: Clear map->active on pend/active clear
Christoffer Dall
2015-10-20
1
-1
/
+31
|
*
arm/arm64: KVM: Fix arch timer behavior for disabled interrupts
Christoffer Dall
2015-10-20
2
-32
/
+30
|
*
KVM: arm: use GIC support unconditionally
Arnd Bergmann
2015-10-20
1
-0
/
+1
[next]