index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
lshrdi3.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-12-22
MAINTAINERS: Orphan KVM for MIPS
James Hogan
1
-2
/
+2
2019-12-18
kvm: x86: Host feature SSBD doesn't imply guest feature AMD_SSBD
Jim Mattson
1
-1
/
+2
2019-12-18
kvm: x86: Host feature SSBD doesn't imply guest feature SPEC_CTRL_SSBD
Jim Mattson
1
-1
/
+2
2019-12-18
KVM: PPC: Book3S HV: Don't do ultravisor calls on systems without ultravisor
Paul Mackerras
1
-1
/
+2
2019-12-12
KVM: arm/arm64: Properly handle faulting of device mappings
Marc Zyngier
1
-4
/
+17
2019-12-12
KVM: arm64: Ensure 'params' is initialised when looking up sys register
Will Deacon
1
-1
/
+4
2019-12-06
KVM: arm/arm64: Remove excessive permission check in kvm_arch_prepare_memory_...
Jia He
1
-9
/
+0
2019-12-06
KVM: arm64: Don't log IMP DEF sysreg traps
Mark Rutland
1
-0
/
+8
2019-12-06
KVM: arm64: Sanely ratelimit sysreg messages
Mark Rutland
2
-8
/
+21
2019-12-06
KVM: arm/arm64: vgic: Use wrapper function to lock/unlock all vcpus in kvm_vg...
Miaohe Lin
1
-15
/
+4
2019-12-06
KVM: arm/arm64: vgic: Fix potential double free dist->spis in __kvm_vgic_dest...
Miaohe Lin
1
-0
/
+1
2019-12-06
KVM: arm/arm64: Get rid of unused arg in cpu_init_hyp_mode()
Miaohe Lin
1
-2
/
+2
2019-12-04
kvm: vmx: Stop wasting a page for guest_msrs
Jim Mattson
2
-11
/
+9
2019-12-04
KVM: x86: fix out-of-bounds write in KVM_GET_EMULATED_CPUID (CVE-2019-19332)
Paolo Bonzini
1
-1
/
+4
2019-11-29
Documentation: kvm: Fix mention to number of ioctls classes
Wainer dos Santos Moschetta
1
-1
/
+1
2019-11-28
powerpc: Ultravisor: Add PPC_UV config option
Anshuman Khandual
1
-0
/
+17
2019-11-28
KVM: PPC: Book3S HV: Support reset of secure guest
Bharata B Rao
7
-0
/
+128
2019-11-28
KVM: PPC: Book3S HV: Handle memory plug/unplug to secure VM
Bharata B Rao
6
-0
/
+76
2019-11-28
KVM: PPC: Book3S HV: Radix changes for secure guest
Bharata B Rao
5
-0
/
+66
2019-11-28
KVM: PPC: Book3S HV: Shared pages support for secure guests
Bharata B Rao
2
-4
/
+84
2019-11-28
KVM: PPC: Book3S HV: Support for running secure guests
Bharata B Rao
8
-0
/
+769
2019-11-28
mm: ksm: Export ksm_madvise()
Bharata B Rao
1
-0
/
+1
2019-11-27
KVM x86: Move kvm cpuid support out of svm
Peter Gonda
2
-7
/
+5
2019-11-23
kvm: nVMX: Relax guest IA32_FEATURE_CONTROL constraints
Jim Mattson
1
-1
/
+3
2019-11-23
KVM: x86: Grab KVM's srcu lock when setting nested state
Sean Christopherson
1
-0
/
+3
2019-11-23
KVM: x86: Open code shared_msr_update() in its only caller
Sean Christopherson
1
-20
/
+9
2019-11-23
KVM: Fix jump label out_free_* in kvm_init()
Miaohe Lin
1
-4
/
+3
2019-11-23
KVM: x86: Remove a spurious export of a static function
Sean Christopherson
1
-1
/
+0
2019-11-21
KVM: x86: create mmu/ subdirectory
Paolo Bonzini
4
-2
/
+2
2019-11-21
KVM: nVMX: Remove unnecessary TLB flushes on L1<->L2 switches when L1 use api...
Liran Alon
1
-7
/
+0
2019-11-21
KVM: x86: remove set but not used variable 'called'
Mao Wenan
1
-3
/
+2
2019-11-21
KVM: nVMX: Do not mark vmcs02->apic_access_page as dirty when unpinning
Liran Alon
1
-3
/
+3
2019-11-21
KVM: vmx: use MSR_IA32_TSX_CTRL to hard-disable TSX on guest that lack it
Paolo Bonzini
1
-14
/
+30
2019-11-21
KVM: vmx: implement MSR_IA32_TSX_CTRL disable RTM functionality
Paolo Bonzini
2
-21
/
+40
2019-11-21
KVM: x86: implement MSR_IA32_TSX_CTRL effect on CPUID
Paolo Bonzini
3
-4
/
+9
2019-11-21
KVM: x86: do not modify masked bits of shared MSRs
Paolo Bonzini
1
-2
/
+3
2019-11-21
KVM: x86: fix presentation of TSX feature in ARCH_CAPABILITIES
Paolo Bonzini
1
-2
/
+8
2019-11-21
KVM: PPC: Book3S HV: XIVE: Fix potential page leak on error path
Greg Kurz
1
-6
/
+7
2019-11-21
KVM: PPC: Book3S HV: XIVE: Free previous EQ page when setting up a new one
Greg Kurz
1
-9
/
+22
2019-11-20
KVM: nVMX: Assume TLB entries of L1 and L2 are tagged differently if L0 use EPT
Liran Alon
1
-2
/
+4
2019-11-20
KVM: x86: Unexport kvm_vcpu_reload_apic_access_page()
Liran Alon
1
-1
/
+0
2019-11-20
KVM: nVMX: add CR4_LA57 bit to nested CR4_FIXED1
Chenyi Qiang
1
-0
/
+1
2019-11-20
KVM: nVMX: Use semi-colon instead of comma for exit-handlers initialization
Liran Alon
1
-13
/
+13
2019-11-20
KVM: x86: Zero the IOAPIC scan request dest vCPUs bitmap
Nitesh Narayan Lal
1
-0
/
+1
2019-11-15
KVM: x86: deliver KVM IOAPIC scan request to target vCPUs
Nitesh Narayan Lal
6
-2
/
+96
2019-11-15
KVM: remember position in kvm->vcpus array
Radim Krčmář
2
-10
/
+6
2019-11-15
KVM: nVMX: Add support for capturing highest observable L2 TSC
Aaron Lewis
3
-7
/
+101
2019-11-15
kvm: vmx: Rename function find_msr() to vmx_find_msr_index()
Aaron Lewis
1
-5
/
+5
2019-11-15
kvm: vmx: Rename NR_AUTOLOAD_MSRS to NR_LOADSTORE_MSRS
Aaron Lewis
2
-4
/
+4
2019-11-15
kvm: nested: Introduce read_and_check_msr_entry()
Aaron Lewis
1
-13
/
+22
[next]