index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
KVM: PPC: Book3S PR: Keep volatile reg values in vcpu rather than shadow_vcpu
Paul Mackerras
2013-10-17
9
-239
/
+162
*
KVM: PPC: Book3S PR: Fix compilation without CONFIG_ALTIVEC
Paul Mackerras
2013-10-17
1
-0
/
+2
*
KVM: PPC: Book3S HV: Don't crash host on unknown guest interrupt
Paul Mackerras
2013-10-17
1
-1
/
+1
*
KVM: PPC: Book3S HV: Support POWER6 compatibility mode on POWER7
Paul Mackerras
2013-10-17
6
-2
/
+66
*
KVM: PPC: Book3S HV: Add support for guest Program Priority Register
Paul Mackerras
2013-10-17
7
-1
/
+30
*
KVM: PPC: Book3S HV: Store LPCR value for each virtual core
Paul Mackerras
2013-10-17
8
-17
/
+74
*
KVM: PPC: BookE: Add GET/SET_ONE_REG interface for VRSAVE
Paul Mackerras
2013-10-17
1
-0
/
+6
*
KVM: PPC: Book3S HV: Avoid unbalanced increments of VPA yield count
Paul Mackerras
2013-10-17
1
-10
/
+10
*
KVM: PPC: Book3S HV: Pull out interrupt-reading code into a subroutine
Paul Mackerras
2013-10-17
1
-49
/
+68
*
KVM: PPC: Book3S HV: Restructure kvmppc_hv_entry to be a subroutine
Paul Mackerras
2013-10-17
1
-166
/
+178
*
KVM: PPC: Book3S HV: Implement H_CONFER
Paul Mackerras
2013-10-17
1
-0
/
+9
*
KVM: PPC: Book3S: Add GET/SET_ONE_REG interface for VRSAVE
Paul Mackerras
2013-10-17
2
-0
/
+12
*
KVM: PPC: Book3S HV: Implement timebase offset for guests
Paul Mackerras
2013-10-17
6
-10
/
+56
*
KVM: PPC: Book3S HV: Save/restore SIAR and SDAR along with other PMU registers
Paul Mackerras
2013-10-17
4
-0
/
+24
*
KVM: PPC: Book3S HV: Reserve POWER8 space in get/set_one_reg
Michael Neuling
2013-10-17
1
-0
/
+54
*
Merge tag 'kvm-arm-for-3.13-1' of git://git.linaro.org/people/cdall/linux-kvm...
Gleb Natapov
2013-10-16
14
-130
/
+242
|
\
|
*
KVM: ARM: Add support for Cortex-A7
Jonathan Austin
2013-10-13
8
-124
/
+184
|
*
KVM: ARM: fix the size of TTBCR_{T0SZ,T1SZ} masks
Jonathan Austin
2013-10-13
1
-2
/
+2
|
*
KVM: ARM: Fix calculation of virtual CPU ID
Jonathan Austin
2013-10-13
1
-7
/
+4
|
*
ARM/ARM64: KVM: Implement KVM_ARM_PREFERRED_TARGET ioctl
Anup Patel
2013-10-02
1
-0
/
+13
|
*
ARM64: KVM: Implement kvm_vcpu_preferred_target() function
Anup Patel
2013-10-02
2
-0
/
+21
|
*
ARM: KVM: Implement kvm_vcpu_preferred_target() function
Anup Patel
2013-10-02
2
-0
/
+21
|
*
KVM: ARM: Fix typo in comments of inject_abt()
Anup Patel
2013-10-02
1
-1
/
+1
*
|
KVM: Drop FOLL_GET in GUP when doing async page fault
chai wen
2013-10-15
1
-2
/
+2
*
|
KVM: s390: Get rid of KVM_HPAGE defines
Christoffer Dall
2013-10-14
1
-7
/
+0
*
|
KVM: PPC: Get rid of KVM_HPAGE defines
Christoffer Dall
2013-10-14
1
-5
/
+0
*
|
KVM: ia64: Get rid of KVM_HPAGE defines
Christoffer Dall
2013-10-14
1
-4
/
+0
*
|
KVM: mips: Get rid of KVM_HPAGE defines
Christoffer Dall
2013-10-14
1
-7
/
+0
*
|
KVM: arm64: Get rid of KVM_HPAGE defines
Christoffer Dall
2013-10-14
1
-5
/
+0
*
|
KVM: ARM: Get rid of KVM_HPAGE defines
Christoffer Dall
2013-10-14
1
-5
/
+0
*
|
KVM: Move gfn_to_index to x86 specific code
Christoffer Dall
2013-10-14
1
-0
/
+7
*
|
KVM: nVMX: Fully support nested VMX preemption timer
Arthur Chunqi Li
2013-10-10
2
-2
/
+41
*
|
KVM: mmu: change useless int return types to void
Paolo Bonzini
2013-10-03
6
-58
/
+37
*
|
KVM: mmu: unify destroy_kvm_mmu with kvm_mmu_unload
Paolo Bonzini
2013-10-03
1
-10
/
+4
*
|
KVM: mmu: remove uninteresting MMU "new_cr3" callbacks
Paolo Bonzini
2013-10-03
3
-14
/
+3
*
|
KVM: mmu: remove uninteresting MMU "free" callbacks
Paolo Bonzini
2013-10-03
2
-19
/
+4
*
|
KVM: x86: only copy XSAVE state for the supported features
Paolo Bonzini
2013-10-03
3
-6
/
+34
*
|
KVM: x86: prevent setting unsupported XSAVE states
Paolo Bonzini
2013-10-03
3
-3
/
+24
*
|
KVM: x86: mask unsupported XSAVE entries from leaf 0Dh index 0
Paolo Bonzini
2013-10-03
2
-1
/
+4
*
|
KVM: Convert kvm_lock back to non-raw spinlock
Paolo Bonzini
2013-09-30
2
-7
/
+6
*
|
KVM: nVMX: Do not generate #DF if #PF happens during exception delivery into L2
Gleb Natapov
2013-09-30
1
-0
/
+20
*
|
KVM: nVMX: Check all exceptions for intercept during delivery to L2
Gleb Natapov
2013-09-30
1
-8
/
+4
*
|
KVM: nVMX: Do not put exception that caused vmexit to IDT_VECTORING_INFO
Gleb Natapov
2013-09-30
1
-4
/
+4
*
|
KVM: nVMX: Amend nested_run_pending logic
Gleb Natapov
2013-09-30
1
-14
/
+12
*
|
KVM: s390: Intercept SCK instruction
Thomas Huth
2013-09-24
1
-0
/
+33
*
|
KVM: s390: Implement TEST BLOCK
Thomas Huth
2013-09-24
1
-0
/
+28
*
|
KVM: s390: Helper for converting real addresses to absolute
Thomas Huth
2013-09-24
1
-7
/
+14
*
|
KVM: s390: Allow NULL parameter for kvm_s390_get_regs_rre
Thomas Huth
2013-09-24
1
-2
/
+4
*
|
KVM: s390: Lock kvm->srcu at the appropriate places
Thomas Huth
2013-09-24
3
-3
/
+16
*
|
KVM: s390: Push run loop into __vcpu_run
Thomas Huth
2013-09-24
1
-24
/
+25
[next]