index
:
linux
drm-debug-qxl
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-qemu-fixes
drm-qemu-next
drm-qemu-next-fixes
drm-qxl
drm-udmabuf
drm-udmabuf-fix
drm-virtio-bootfb
host-phys-bits
master
pcie-hotplug
radeonfb-logging
vfio-usb-reset
linux
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2018-12-26
119
-16329
/
+19024
|
\
|
*
KVM: x86: Add CPUID support for new instruction WBNOINVD
Robert Hoo
2018-12-21
2
-1
/
+2
|
*
kvm: selftests: ucall: fix exit mmio address guessing
Andrew Jones
2018-12-21
1
-11
/
+19
|
*
Revert "compiler-gcc: disable -ftracer for __noclone functions"
Sean Christopherson
2018-12-21
1
-8
/
+1
|
*
KVM: VMX: Move VM-Enter + VM-Exit handling to non-inline sub-routines
Sean Christopherson
2018-12-21
5
-34
/
+78
|
*
KVM: VMX: Explicitly reference RCX as the vmx_vcpu pointer in asm blobs
Sean Christopherson
2018-12-21
2
-42
/
+50
|
*
Merge tag 'kvm-ppc-next-4.21-2' of git://git.kernel.org/pub/scm/linux/kernel/...
Paolo Bonzini
2018-12-21
4
-12
/
+93
|
|
\
|
|
*
KVM: PPC: Book3S HV: Keep rc bits in shadow pgtable in sync with host
Suraj Jitindar Singh
2018-12-21
1
-4
/
+18
|
|
*
KVM: PPC: Book3S HV: Introduce kvmhv_update_nest_rmap_rc_list()
Suraj Jitindar Singh
2018-12-21
4
-2
/
+58
|
|
*
KVM: PPC: Book3S HV: Apply combination of host and l1 pte rc for nested guest
Suraj Jitindar Singh
2018-12-21
1
-0
/
+3
|
|
*
KVM: PPC: Book3S HV: Align gfn to L1 page size when inserting nest-rmap entry
Suraj Jitindar Singh
2018-12-21
1
-0
/
+2
|
|
*
KVM: PPC: Book3S HV: Hold kvm->mmu_lock across updating nested pte rc bits
Suraj Jitindar Singh
2018-12-21
1
-6
/
+12
|
*
|
KVM: x86: Use jmp to invoke kvm_spurious_fault() from .fixup
Sean Christopherson
2018-12-21
1
-1
/
+1
|
*
|
MAINTAINERS: Add arch/x86/kvm sub-directories to existing KVM/x86 entry
Sean Christopherson
2018-12-21
1
-0
/
+1
|
*
|
KVM/x86: Use SVM assembly instruction mnemonics instead of .byte streams
Uros Bizjak
2018-12-21
2
-13
/
+6
|
*
|
KVM/MMU: Flush tlb directly in the kvm_zap_gfn_range()
Lan Tianyu
2018-12-21
1
-3
/
+13
|
*
|
KVM/MMU: Flush tlb directly in kvm_set_pte_rmapp()
Lan Tianyu
2018-12-21
1
-0
/
+5
|
*
|
KVM/MMU: Move tlb flush in kvm_set_pte_rmapp() to kvm_mmu_notifier_change_pte()
Lan Tianyu
2018-12-21
2
-7
/
+6
|
*
|
KVM: Make kvm_set_spte_hva() return int
Lan Tianyu
2018-12-21
10
-11
/
+17
|
*
|
KVM: Replace old tlb flush function with new one to flush a specified range.
Lan Tianyu
2018-12-21
2
-11
/
+23
|
*
|
KVM/MMU: Add tlb flush with range helper function
Lan Tianyu
2018-12-21
1
-1
/
+36
|
*
|
KVM/VMX: Add hv tlb range flush support
Lan Tianyu
2018-12-21
1
-17
/
+44
|
*
|
x86/hyper-v: Add HvFlushGuestAddressList hypercall support
Lan Tianyu
2018-12-21
4
-0
/
+141
|
*
|
KVM: Add tlb_remote_flush_with_range callback in kvm_x86_ops
Lan Tianyu
2018-12-21
1
-0
/
+7
|
*
|
KVM: x86: Disable Intel PT when VMXON in L1 guest
Luwei Kang
2018-12-21
2
-1
/
+8
|
*
|
KVM: x86: Set intercept for Intel PT MSRs read/write
Chao Peng
2018-12-21
2
-7
/
+27
|
*
|
KVM: x86: Implement Intel PT MSRs read/write emulation
Chao Peng
2018-12-21
2
-1
/
+216
|
*
|
KVM: x86: Introduce a function to initialize the PT configuration
Luwei Kang
2018-12-21
1
-0
/
+73
|
*
|
KVM: x86: Add Intel PT context switch for each vcpu
Chao Peng
2018-12-21
2
-0
/
+95
|
*
|
KVM: x86: Add Intel Processor Trace cpuid emulation
Chao Peng
2018-12-21
4
-2
/
+33
|
*
|
KVM: x86: Add Intel PT virtualization work mode
Chao Peng
2018-12-21
5
-3
/
+51
|
*
|
perf/x86/intel/pt: add new capability for Intel PT
Luwei Kang
2018-12-21
2
-0
/
+2
|
*
|
perf/x86/intel/pt: Add new bit definitions for PT MSRs
Luwei Kang
2018-12-21
1
-0
/
+3
|
*
|
perf/x86/intel/pt: Introduce intel_pt_validate_cap()
Luwei Kang
2018-12-21
2
-3
/
+11
|
*
|
perf/x86/intel/pt: Export pt_cap_get()
Chao Peng
2018-12-21
3
-44
/
+49
|
*
|
perf/x86/intel/pt: Move Intel PT MSRs bit defines to global header
Chao Peng
2018-12-21
2
-37
/
+33
|
*
|
kvm: selftests: aarch64: dirty_log_test: support greater than 40-bit IPAs
Andrew Jones
2018-12-21
4
-9
/
+42
|
*
|
kvm: selftests: add pa-48/va-48 VM modes
Andrew Jones
2018-12-21
3
-8
/
+35
|
*
|
kvm: selftests: dirty_log_test: improve mode param management
Andrew Jones
2018-12-21
1
-25
/
+23
|
*
|
kvm: selftests: dirty_log_test: reset guest test phys offset
Andrew Jones
2018-12-21
1
-4
/
+7
|
*
|
kvm: selftests: dirty_log_test: always use -t
Andrew Jones
2018-12-21
1
-19
/
+17
|
*
|
kvm: selftests: dirty_log_test: don't identity map the test mem
Andrew Jones
2018-12-21
1
-13
/
+14
|
*
|
kvm: selftests: x86_64: dirty_log_test: fix -t
Andrew Jones
2018-12-21
1
-0
/
+9
|
*
|
KVM: fix some typos
Wei Yang
2018-12-21
3
-3
/
+3
|
*
|
x86/kvmclock: convert to SPDX identifiers
Peng Hao
2018-12-21
1
-14
/
+1
|
*
|
KVM: x86: Remove KF() macro placeholder
Sean Christopherson
2018-12-21
1
-3
/
+0
|
*
|
kvm: vmx: Allow guest read access to IA32_TSC
Jim Mattson
2018-12-21
1
-0
/
+1
|
*
|
kvm: nVMX: NMI-window and interrupt-window exiting should wake L2 from HLT
Jim Mattson
2018-12-21
1
-3
/
+7
|
*
|
KVM: nSVM: Fix nested guest support for PAUSE filtering.
Tambe, William
2018-12-21
1
-0
/
+12
|
*
|
kvm: Change offset in kvm_write_guest_offset_cached to unsigned
Jim Mattson
2018-12-21
2
-2
/
+4
[next]