Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
051a2d3e59e51ae49fd56aef34e472832897ce46
051a2d3
KVM: VMX: Explicitly reference RCX as the vmx_vcpu pointer in asm blobs
by Sean Christopherson
· 6 years ago
c6ad459
Merge tag 'kvm-ppc-next-4.21-2' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc into kvm-next
by Paolo Bonzini
· 6 years ago
e814349
KVM: x86: Use jmp to invoke kvm_spurious_fault() from .fixup
by Sean Christopherson
· 6 years ago
c2a7fad
MAINTAINERS: Add arch/x86/kvm sub-directories to existing KVM/x86 entry
by Sean Christopherson
· 6 years ago
ac5ffda2
KVM/x86: Use SVM assembly instruction mnemonics instead of .byte streams
by Uros Bizjak
· 6 years ago
71883a6
KVM/MMU: Flush tlb directly in the kvm_zap_gfn_range()
by Lan Tianyu
· 6 years ago
3cc5ea9
KVM/MMU: Flush tlb directly in kvm_set_pte_rmapp()
by Lan Tianyu
· 6 years ago
0cf853c
KVM/MMU: Move tlb flush in kvm_set_pte_rmapp() to kvm_mmu_notifier_change_pte()
by Lan Tianyu
· 6 years ago
748c0e3
KVM: Make kvm_set_spte_hva() return int
by Lan Tianyu
· 6 years ago
c3134ce
KVM: Replace old tlb flush function with new one to flush a specified range.
by Lan Tianyu
· 6 years ago
40ef75a
KVM/MMU: Add tlb flush with range helper function
by Lan Tianyu
· 6 years ago
1f3a3e4
KVM/VMX: Add hv tlb range flush support
by Lan Tianyu
· 6 years ago
cc4edae4
x86/hyper-v: Add HvFlushGuestAddressList hypercall support
by Lan Tianyu
· 6 years ago
a49b963
KVM: Add tlb_remote_flush_with_range callback in kvm_x86_ops
by Lan Tianyu
· 6 years ago
ee85dec
KVM: x86: Disable Intel PT when VMXON in L1 guest
by Luwei Kang
· 6 years ago
b08c289
KVM: x86: Set intercept for Intel PT MSRs read/write
by Chao Peng
· 6 years ago
bf8c55d
KVM: x86: Implement Intel PT MSRs read/write emulation
by Chao Peng
· 6 years ago
6c0f0bb
KVM: x86: Introduce a function to initialize the PT configuration
by Luwei Kang
· 6 years ago
2ef444f
KVM: x86: Add Intel PT context switch for each vcpu
by Chao Peng
· 6 years ago
86f5201
KVM: x86: Add Intel Processor Trace cpuid emulation
by Chao Peng
· 6 years ago
f99e3da
KVM: x86: Add Intel PT virtualization work mode
by Chao Peng
· 6 years ago
e0018af
perf/x86/intel/pt: add new capability for Intel PT
by Luwei Kang
· 6 years ago
69843a9
perf/x86/intel/pt: Add new bit definitions for PT MSRs
by Luwei Kang
· 6 years ago
61be299
perf/x86/intel/pt: Introduce intel_pt_validate_cap()
by Luwei Kang
· 6 years ago
f6d079c
perf/x86/intel/pt: Export pt_cap_get()
by Chao Peng
· 6 years ago
887eda1
perf/x86/intel/pt: Move Intel PT MSRs bit defines to global header
by Chao Peng
· 6 years ago
8cee581
kvm: selftests: aarch64: dirty_log_test: support greater than 40-bit IPAs
by Andrew Jones
· 6 years ago
cdbd242
kvm: selftests: add pa-48/va-48 VM modes
by Andrew Jones
· 6 years ago
696ade7
kvm: selftests: dirty_log_test: improve mode param management
by Andrew Jones
· 6 years ago
fd3f6f8
kvm: selftests: dirty_log_test: reset guest test phys offset
by Andrew Jones
· 6 years ago
6498e1d
kvm: selftests: dirty_log_test: always use -t
by Andrew Jones
· 6 years ago
d4df5a1
kvm: selftests: dirty_log_test: don't identity map the test mem
by Andrew Jones
· 6 years ago
b442324
kvm: selftests: x86_64: dirty_log_test: fix -t
by Andrew Jones
· 6 years ago
bdd303c
KVM: fix some typos
by Wei Yang
· 6 years ago
649472a
x86/kvmclock: convert to SPDX identifiers
by Peng Hao
· 6 years ago
9b7ebff
KVM: x86: Remove KF() macro placeholder
by Sean Christopherson
· 6 years ago
788fc1e
kvm: vmx: Allow guest read access to IA32_TSC
by Jim Mattson
· 6 years ago
9ebdfe5
kvm: nVMX: NMI-window and interrupt-window exiting should wake L2 from HLT
by Jim Mattson
· 6 years ago
e081354
KVM: nSVM: Fix nested guest support for PAUSE filtering.
by Tambe, William
· 6 years ago
7a86dab
kvm: Change offset in kvm_write_guest_offset_cached to unsigned
by Jim Mattson
· 6 years ago
f1b9dd5
kvm: Disallow wraparound in kvm_gfn_to_hva_cache_init
by Jim Mattson
· 6 years ago
ba7424b
KVM: VMX: Remove duplicated include from vmx.c
by YueHaibing
· 6 years ago
b85c32d
selftests: kvm: report failed stage when exit reason is unexpected
by Vitaly Kuznetsov
· 6 years ago
e87555e
KVM: x86: svm: report MSR_IA32_MCG_EXT_CTL as unsupported
by Vitaly Kuznetsov
· 6 years ago
ed8e481
KVM: x86: fix size of x86_fpu_cache objects
by Paolo Bonzini
· 6 years ago
ae59a7e
KVM: PPC: Book3S HV: Keep rc bits in shadow pgtable in sync with host
by Suraj Jitindar Singh
· 6 years ago
90165d3
KVM: PPC: Book3S HV: Introduce kvmhv_update_nest_rmap_rc_list()
by Suraj Jitindar Singh
· 6 years ago
8b23eee
KVM: PPC: Book3S HV: Apply combination of host and l1 pte rc for nested guest
by Suraj Jitindar Singh
· 6 years ago
8400f87
KVM: PPC: Book3S HV: Align gfn to L1 page size when inserting nest-rmap entry
by Suraj Jitindar Singh
· 6 years ago
bec6e03
KVM: PPC: Book3S HV: Hold kvm->mmu_lock across updating nested pte rc bits
by Suraj Jitindar Singh
· 6 years ago
cfdfaf4
Merge tag 'kvm-ppc-next-4.21-1' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc
by Radim Krčmář
· 6 years ago
e9f2e05
Merge tag 'kvm-s390-next-4.21-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux into HEAD
by Paolo Bonzini
· 6 years ago
8c5e14f
Merge tag 'kvmarm-for-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEAD
by Paolo Bonzini
· 6 years ago
8c33df1
arm: KVM: Add S2_PMD_{MASK,SIZE} constants
by Marc Zyngier
· 6 years ago
5846676
arm/arm64: KVM: Add ARM_EXCEPTION_IS_TRAP macro
by Marc Zyngier
· 6 years ago
df655b7
arm64: KVM: Avoid setting the upper 32 bits of VTCR_EL2 to 1
by Will Deacon
· 6 years ago
6794ad5
KVM: arm/arm64: Fix unintended stage 2 PMD mappings
by Christoffer Dall
· 6 years ago
107352a
arm/arm64: KVM: vgic: Force VM halt when changing the active state of GICv3 PPIs/SGIs
by Marc Zyngier
· 6 years ago
599d79d
arm64: KVM: Add trapped system register access tracepoint
by Marc Zyngier
· 6 years ago
da6f166
KVM: arm64: Make vcpu const in vcpu_read_sys_reg
by Christoffer Dall
· 6 years ago
6e14ef1
KVM: arm/arm64: arch_timer: Simplify kvm_timer_vcpu_terminate
by Christoffer Dall
· 6 years ago
8a411b0
KVM: arm/arm64: Remove arch timer workqueue
by Christoffer Dall
· 6 years ago
71a7e47
KVM: arm/arm64: Fixup the kvm_exit tracepoint
by Christoffer Dall
· 6 years ago
9009782
KVM: arm/arm64: vgic: Consider priority and active state for pending irq
by Christoffer Dall
· 6 years ago
c23b2e6f
KVM: arm/arm64: vgic: Fix off-by-one bug in vgic_get_irq()
by Gustavo A. R. Silva
· 6 years ago
bea2ef8
KVM: arm/arm64: vgic: Cap SPIs to the VM-defined maximum
by Marc Zyngier
· 6 years ago
6992195
KVM: arm64: Clarify explanation of STAGE2_PGTABLE_LEVELS
by Christoffer Dall
· 6 years ago
2e2f6c3
KVM: arm/arm64: vgic: Do not cond_resched_lock() with IRQs disabled
by Julien Thierry
· 6 years ago
b8e0ba7
KVM: arm64: Add support for creating PUD hugepages at stage 2
by Punit Agrawal
· 6 years ago
35a6396
KVM: arm64: Update age handlers to support PUD hugepages
by Punit Agrawal
· 6 years ago
eb3f0624
KVM: arm64: Support handling access faults for PUD hugepages
by Punit Agrawal
· 6 years ago
86d1c55
KVM: arm64: Support PUD hugepage in stage2_is_exec()
by Punit Agrawal
· 6 years ago
4ea5af5
KVM: arm64: Support dirty page tracking for PUD hugepages
by Punit Agrawal
· 6 years ago
f8df733
KVM: arm/arm64: Introduce helpers to manipulate page table entries
by Punit Agrawal
· 6 years ago
6396b85
KVM: arm/arm64: Re-factor setting the Stage 2 entry to exec on fault
by Punit Agrawal
· 6 years ago
3f58bf6
KVM: arm/arm64: Share common code in user_mem_abort()
by Punit Agrawal
· 6 years ago
60c3ab3
KVM: arm/arm64: vgic-v2: Set active_source to 0 when restoring state
by Christoffer Dall
· 6 years ago
d1878af
KVM: arm/arm64: Log PSTATE for unhandled sysregs
by Mark Rutland
· 6 years ago
fb544d1
KVM: arm/arm64: Fix VMID alloc race by reverting to lock-less
by Christoffer Dall
· 6 years ago
bd7d95c
arm64: KVM: Consistently advance singlestep when emulating instructions
by Mark Rutland
· 6 years ago
0d64073
arm64: KVM: Skip MMIO insn after emulation
by Mark Rutland
· 6 years ago
7aedd9d
KVM: s390: fix kmsg component kvm-s390
by Michael Mueller
· 6 years ago
308c3e6
KVM: s390: unregister debug feature on failing arch init
by Michael Mueller
· 6 years ago
95d386c
KVM: PPC: Book3S HV: Allow passthrough of an emulated device to an L3 guest
by Suraj Jitindar Singh
· 6 years ago
6ff887b
KVM: PPC: Book3S: Introduce new hcall H_COPY_TOFROM_GUEST to access quadrants 1 & 2
by Suraj Jitindar Singh
· 6 years ago
873db2c
KVM: PPC: Book3S HV: Allow passthrough of an emulated device to an L2 guest
by Suraj Jitindar Singh
· 6 years ago
cc6929c
KVM: PPC: Update kvmppc_st and kvmppc_ld to use quadrants
by Suraj Jitindar Singh
· 6 years ago
dceadcf
KVM: PPC: Add load_from_eaddr and store_to_eaddr to the kvmppc_ops struct
by Suraj Jitindar Singh
· 6 years ago
d7b4561
KVM: PPC: Book3S HV: Implement functions to access quadrants 1 & 2
by Suraj Jitindar Singh
· 6 years ago
d232afe
KVM: PPC: Book3S HV: Add function kvmhv_vcpu_is_radix()
by Suraj Jitindar Singh
· 6 years ago
693ac10
KVM: PPC: Book3S: Only report KVM_CAP_SPAPR_TCE_VFIO on powernv machines
by Suraj Jitindar Singh
· 6 years ago
5af3e9d
KVM: PPC: Book3S HV: Flush guest mappings when turning dirty tracking on/off
by Paul Mackerras
· 6 years ago
c43c3a8
KVM: PPC: Book3S HV: Cleanups - constify memslots, fix comments
by Paul Mackerras
· 6 years ago
f460f67
KVM: PPC: Book3S HV: Map single pages when doing dirty page logging
by Paul Mackerras
· 6 years ago
f032b73
KVM: PPC: Pass change type down to memslot commit function
by Bharata B Rao
· 6 years ago
5132411
kvm: selftests: ucall: improve ucall placement in memory, fix unsigned comparison
by Paolo Bonzini
· 6 years ago
b666a4b
kvm: x86: Dynamically allocate guest_fpu
by Marc Orr
· 6 years ago
240c35a
kvm: x86: Use task structs fpu field for user
by Marc Orr
· 6 years ago
4e445ae
KVM: nVMX: Move the checks for Guest Non-Register States to a separate helper function
by Krish Sadhukhan
· 6 years ago
254b2f3
KVM: nVMX: Move the checks for Host Control Registers and MSRs to a separate helper function
by Krish Sadhukhan
· 6 years ago
Next »