index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
android
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2018-12-21
KVM: Replace old tlb flush function with new one to flush a specified range.
Lan Tianyu
2
-11
/
+23
2018-12-21
KVM/MMU: Add tlb flush with range helper function
Lan Tianyu
1
-1
/
+36
2018-12-21
KVM/VMX: Add hv tlb range flush support
Lan Tianyu
1
-17
/
+44
2018-12-21
x86/hyper-v: Add HvFlushGuestAddressList hypercall support
Lan Tianyu
4
-0
/
+141
2018-12-21
KVM: Add tlb_remote_flush_with_range callback in kvm_x86_ops
Lan Tianyu
1
-0
/
+7
2018-12-21
KVM: x86: Disable Intel PT when VMXON in L1 guest
Luwei Kang
2
-1
/
+8
2018-12-21
KVM: x86: Set intercept for Intel PT MSRs read/write
Chao Peng
2
-7
/
+27
2018-12-21
KVM: x86: Implement Intel PT MSRs read/write emulation
Chao Peng
2
-1
/
+216
2018-12-21
KVM: x86: Introduce a function to initialize the PT configuration
Luwei Kang
1
-0
/
+73
2018-12-21
KVM: x86: Add Intel PT context switch for each vcpu
Chao Peng
2
-0
/
+95
2018-12-21
KVM: x86: Add Intel Processor Trace cpuid emulation
Chao Peng
4
-2
/
+33
2018-12-21
KVM: x86: Add Intel PT virtualization work mode
Chao Peng
5
-3
/
+51
2018-12-21
perf/x86/intel/pt: add new capability for Intel PT
Luwei Kang
2
-0
/
+2
2018-12-21
perf/x86/intel/pt: Add new bit definitions for PT MSRs
Luwei Kang
1
-0
/
+3
2018-12-21
perf/x86/intel/pt: Introduce intel_pt_validate_cap()
Luwei Kang
2
-3
/
+11
2018-12-21
perf/x86/intel/pt: Export pt_cap_get()
Chao Peng
3
-44
/
+49
2018-12-21
perf/x86/intel/pt: Move Intel PT MSRs bit defines to global header
Chao Peng
2
-37
/
+33
2018-12-21
kvm: selftests: aarch64: dirty_log_test: support greater than 40-bit IPAs
Andrew Jones
4
-9
/
+42
2018-12-21
kvm: selftests: add pa-48/va-48 VM modes
Andrew Jones
3
-8
/
+35
2018-12-21
kvm: selftests: dirty_log_test: improve mode param management
Andrew Jones
1
-25
/
+23
2018-12-21
kvm: selftests: dirty_log_test: reset guest test phys offset
Andrew Jones
1
-4
/
+7
2018-12-21
kvm: selftests: dirty_log_test: always use -t
Andrew Jones
1
-19
/
+17
2018-12-21
kvm: selftests: dirty_log_test: don't identity map the test mem
Andrew Jones
1
-13
/
+14
2018-12-21
kvm: selftests: x86_64: dirty_log_test: fix -t
Andrew Jones
1
-0
/
+9
2018-12-21
KVM: fix some typos
Wei Yang
3
-3
/
+3
2018-12-21
x86/kvmclock: convert to SPDX identifiers
Peng Hao
1
-14
/
+1
2018-12-21
KVM: x86: Remove KF() macro placeholder
Sean Christopherson
1
-3
/
+0
2018-12-21
kvm: vmx: Allow guest read access to IA32_TSC
Jim Mattson
1
-0
/
+1
2018-12-21
kvm: nVMX: NMI-window and interrupt-window exiting should wake L2 from HLT
Jim Mattson
1
-3
/
+7
2018-12-21
KVM: nSVM: Fix nested guest support for PAUSE filtering.
Tambe, William
1
-0
/
+12
2018-12-21
kvm: Change offset in kvm_write_guest_offset_cached to unsigned
Jim Mattson
2
-2
/
+4
2018-12-21
kvm: Disallow wraparound in kvm_gfn_to_hva_cache_init
Jim Mattson
1
-20
/
+21
2018-12-21
KVM: VMX: Remove duplicated include from vmx.c
YueHaibing
1
-1
/
+0
2018-12-21
selftests: kvm: report failed stage when exit reason is unexpected
Vitaly Kuznetsov
2
-4
/
+4
2018-12-21
KVM: x86: svm: report MSR_IA32_MCG_EXT_CTL as unsupported
Vitaly Kuznetsov
1
-0
/
+7
2018-12-21
KVM: x86: fix size of x86_fpu_cache objects
Paolo Bonzini
1
-1
/
+1
2018-12-19
arm: KVM: Add S2_PMD_{MASK,SIZE} constants
Marc Zyngier
1
-0
/
+3
2018-12-19
arm/arm64: KVM: Add ARM_EXCEPTION_IS_TRAP macro
Marc Zyngier
3
-1
/
+6
2018-12-19
arm64: KVM: Avoid setting the upper 32 bits of VTCR_EL2 to 1
Will Deacon
1
-1
/
+1
2018-12-19
KVM: arm/arm64: Fix unintended stage 2 PMD mappings
Christoffer Dall
1
-22
/
+64
2018-12-19
arm/arm64: KVM: vgic: Force VM halt when changing the active state of GICv3 P...
Marc Zyngier
1
-2
/
+4
2018-12-19
arm64: KVM: Add trapped system register access tracepoint
Marc Zyngier
3
-0
/
+41
2018-12-19
KVM: arm64: Make vcpu const in vcpu_read_sys_reg
Christoffer Dall
2
-2
/
+2
2018-12-19
KVM: arm/arm64: arch_timer: Simplify kvm_timer_vcpu_terminate
Christoffer Dall
1
-3
/
+0
2018-12-19
KVM: arm/arm64: Remove arch timer workqueue
Christoffer Dall
2
-31
/
+7
2018-12-19
KVM: arm/arm64: Fixup the kvm_exit tracepoint
Christoffer Dall
3
-13
/
+15
2018-12-19
KVM: arm/arm64: vgic: Consider priority and active state for pending irq
Christoffer Dall
1
-1
/
+6
2018-12-19
KVM: arm/arm64: vgic: Fix off-by-one bug in vgic_get_irq()
Gustavo A. R. Silva
1
-1
/
+1
2018-12-18
KVM: arm/arm64: vgic: Cap SPIs to the VM-defined maximum
Marc Zyngier
1
-2
/
+2
2018-12-18
KVM: arm64: Clarify explanation of STAGE2_PGTABLE_LEVELS
Christoffer Dall
2
-10
/
+8
[next]