Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
common
/
842f4be95899df22b5843ba1a7c8cf37e831a6e8
842f4be
KVM: VMX: Add a trampoline to fix VMREAD error handling
by Sean Christopherson
· 5 years ago
9c14ee2
KVM: SVM: Annotate svm_x86_ops as __initdata
by Sean Christopherson
· 5 years ago
e286ac0
KVM: VMX: Annotate vmx_x86_ops as __initdata
by Sean Christopherson
· 5 years ago
6e4fd06
KVM: x86: Drop __exit from kvm_x86_ops' hardware_unsetup()
by Sean Christopherson
· 5 years ago
afaf0b2
KVM: x86: Copy kvm_x86_ops by value to eliminate layer of indirection
by Sean Christopherson
· 5 years ago
69c6f69
KVM: x86: Set kvm_x86_ops only after ->hardware_setup() completes
by Sean Christopherson
· 5 years ago
72b0eaa
KVM: VMX: Configure runtime hooks using vmx_x86_ops
by Sean Christopherson
· 5 years ago
484014f
KVM: VMX: Move hardware_setup() definition below vmx_x86_ops
by Sean Christopherson
· 5 years ago
d008dfd
KVM: x86: Move init-only kvm_x86_ops to separate struct
by Sean Christopherson
· 5 years ago
b990408
KVM: Pass kvm_init()'s opaque param to additional arch funcs
by Sean Christopherson
· 5 years ago
4f4af84
Merge tag 'kvm-ppc-next-5.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc into HEAD
by Paolo Bonzini
· 5 years ago
cf39d37
Merge tag 'kvmarm-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEAD
by Paolo Bonzini
· 5 years ago
830948e
Merge tag 'kvm-s390-next-5.7-3' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux into HEAD
by Paolo Bonzini
· 5 years ago
7a26536
s390/gmap: return proper error code on ksm unsharing
by Christian Borntraeger
· 5 years ago
8bf8961
Merge tag 'kvm-s390-next-5.7-2' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux into HEAD
by Paolo Bonzini
· 5 years ago
4b547a8
KVM: selftests: Fix cosmetic copy-paste error in vm_mem_region_move()
by Sean Christopherson
· 5 years ago
0774a96
KVM: Fix out of range accesses to memslots
by Sean Christopherson
· 5 years ago
d536167
KVM: X86: Micro-optimize IPI fastpath delay
by Wanpeng Li
· 5 years ago
8a1038d
KVM: X86: Delay read msr data iff writes ICR MSR
by Wanpeng Li
· 5 years ago
9a5788c
KVM: PPC: Book3S HV: Add a capability for enabling secure guests
by Paul Mackerras
· 5 years ago
4630505
Merge tag 'kvm-arm-removal' into kvmarm-master/next
by Marc Zyngier
· 5 years ago
cc98702
Merge branch 'kvm-arm64/gic-v4.1' into kvmarm-master/next
by Marc Zyngier
· 5 years ago
dab4fe3
KVM: arm64: GICv4.1: Expose HW-based SGIs in debugfs
by Marc Zyngier
· 5 years ago
7bdabad
KVM: arm64: GICv4.1: Allow non-trapping WFI when using HW SGIs
by Marc Zyngier
· 5 years ago
d9c3872
KVM: arm64: GICv4.1: Reload VLPI configuration on distributor enable/disable
by Marc Zyngier
· 5 years ago
2291ff2
KVM: arm64: GICv4.1: Plumb SGI implementation selection in the distributor
by Marc Zyngier
· 5 years ago
bacf2c6
KVM: arm64: GICv4.1: Allow SGIs to switch between HW and SW interrupts
by Marc Zyngier
· 5 years ago
ef1820b
KVM: arm64: GICv4.1: Add direct injection capability to SGI registers
by Marc Zyngier
· 5 years ago
9879b79
KVM: arm64: GICv4.1: Let doorbells be auto-enabled
by Marc Zyngier
· 5 years ago
009384b
irqchip/gic-v4.1: Eagerly vmap vPEs
by Marc Zyngier
· 5 years ago
d50676f
irqchip/gic-v4.1: Add VSGI property setup
by Marc Zyngier
· 5 years ago
6d31b6f
irqchip/gic-v4.1: Add VSGI allocation/teardown
by Marc Zyngier
· 5 years ago
ae699ad
irqchip/gic-v4.1: Move doorbell management to the GICv4 abstraction layer
by Marc Zyngier
· 5 years ago
05d32df
irqchip/gic-v4.1: Plumb set_vcpu_affinity SGI callbacks
by Marc Zyngier
· 5 years ago
7017ff0
irqchip/gic-v4.1: Plumb get/set_irqchip_state SGI callbacks
by Marc Zyngier
· 5 years ago
b4e8d64
irqchip/gic-v4.1: Plumb mask/unmask SGI callbacks
by Marc Zyngier
· 5 years ago
e252cf8
irqchip/gic-v4.1: Add initial SGI configuration
by Marc Zyngier
· 5 years ago
166cba7
irqchip/gic-v4.1: Plumb skeletal VSGI irqchip
by Marc Zyngier
· 5 years ago
544e56a
MAINTAINERS: RIP KVM/arm
by Marc Zyngier
· 5 years ago
15ff9a3
arm: Remove the ability to set HYP vectors outside of the decompressor
by Marc Zyngier
· 5 years ago
59c1d9c
arm: Remove GICv3 vgic compatibility macros
by Marc Zyngier
· 5 years ago
3fbb96c
arm: Remove HYP/Stage-2 page-table support
by Marc Zyngier
· 5 years ago
541ad01
arm: Remove 32bit KVM host support
by Marc Zyngier
· 5 years ago
bb7c62b
arm: Remove KVM from config files
by Marc Zyngier
· 5 years ago
8a90a32
arm: Unplug KVM from the build system
by Marc Zyngier
· 5 years ago
377f02d
KVM: PPC: Book3S HV: H_SVM_INIT_START must call UV_RETURN
by Laurent Dufour
· 5 years ago
8c47b6ff
KVM: PPC: Book3S HV: Check caller of H_SVM_* Hcalls
by Laurent Dufour
· 5 years ago
9bee484
KVM: PPC: Book3S HV: Skip kvmppc_uvmem_free if Ultravisor is not supported
by Fabiano Rosas
· 5 years ago
4f6ea0a
KVM: VMX: Gracefully handle faults on VMXON
by Sean Christopherson
· 5 years ago
d260f9e
KVM: VMX: Fold loaded_vmcs_init() into alloc_loaded_vmcs()
by Sean Christopherson
· 5 years ago
31603d4
KVM: VMX: Always VMCLEAR in-use VMCSes during crash with kexec support
by Sean Christopherson
· 5 years ago
e374740
KVM: x86: Expose fast short REP MOV for supported cpuid
by Zhenyu Wang
· 5 years ago
0c794dc
tools/kvm_stat: add command line switch '-c' to log in csv format
by Stefan Raspl
· 5 years ago
3cbb394
tools/kvm_stat: add command line switch '-s' to set update interval
by Stefan Raspl
· 5 years ago
0e6618f
tools/kvm_stat: switch to argparse
by Stefan Raspl
· 5 years ago
eecda7a
tools/kvm_stat: rework command line sequence and message texts
by Stefan Raspl
· 5 years ago
f3dd18d
KVM: s390: mark sie block as 512 byte aligned
by Christian Borntraeger
· 5 years ago
3b684a4
KVM: s390: Use fallthrough;
by Joe Perches
· 5 years ago
5e46a48
irqchip/gic-v4.1: Map the ITS SGIR register page
by Marc Zyngier
· 5 years ago
3c40706
irqchip/gic-v4.1: Advertise support v4.1 to KVM
by Marc Zyngier
· 5 years ago
9058a4e
irqchip/gic-v4.1: Ensure mutual exclusion betwen invalidations on the same RD
by Marc Zyngier
· 5 years ago
b978c25
irqchip/gic-v4.1: Wait for completion of redistributor's INVALL operation
by Zenghui Yu
· 5 years ago
f3a05921
irqchip/gic-v4.1: Ensure mutual exclusion between vPE affinity change and RD access
by Marc Zyngier
· 5 years ago
28d160d
irqchip/gic-v4.1: Skip absent CPUs while iterating over redistributors
by Marc Zyngier
· 5 years ago
0b04758
irqchip/gic-v3: Use SGIs without active state if offered
by Marc Zyngier
· 5 years ago
6fef0c6
KVM: PPC: Kill kvmppc_ops::mmu_destroy() and kvmppc_mmu_destroy()
by Greg Kurz
· 5 years ago
3f1268d
KVM: PPC: Book3S PR: Move kvmppc_mmu_init() into PR KVM
by Greg Kurz
· 5 years ago
b2fa4f9
KVM: PPC: Book3S PR: Fix kernel crash with PR KVM
by Greg Kurz
· 5 years ago
8fc6ba0
KVM: PPC: Use fallthrough;
by Joe Perches
· 5 years ago
1f50cc1
KVM: PPC: Book3S HV: Fix H_CEDE return code for nested guests
by Michael Roth
· 5 years ago
1dff306
KVM: PPC: Book3S HV: Treat TM-related invalid form instructions on P9 like the valid ones
by Gustavo Romero
· 5 years ago
afd3135
KVM: PPC: Book3S HV: Use RADIX_PTE_INDEX_SIZE in Radix MMU code
by Michael Ellerman
· 5 years ago
cd758a9
KVM: PPC: Book3S HV: Use __gfn_to_pfn_memslot in HPT page fault handler
by Paul Mackerras
· 6 years ago
bfcaa84
KVM: selftests: Rework timespec functions and usage
by Andrew Jones
· 5 years ago
cf6c26e
KVM: x86: Code style cleanup in kvm_arch_dev_ioctl()
by Xiaoyao Li
· 5 years ago
2b110b6
KVM: x86: Add blurb to CPUID tracepoint when using max basic leaf values
by Sean Christopherson
· 5 years ago
e7adda2
KVM: x86: Add requested index to the CPUID tracepoint
by Sean Christopherson
· 5 years ago
d55c9d4
KVM: nSVM: check for EFER.SVME=1 before entering guest
by Paolo Bonzini
· 5 years ago
9401f2e
KVM: x86: Expose AVX512 VP2INTERSECT in cpuid for TGL
by Zhenyu Wang
· 5 years ago
96b100c
KVM: nVMX: remove side effects from nested_vmx_exit_reflected
by Paolo Bonzini
· 5 years ago
bb03911
KVM: VMX: access regs array in vmenter.S in its natural order
by Uros Bizjak
· 5 years ago
1c48245
Merge tag 'kvm-s390-next-5.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux into HEAD
by Paolo Bonzini
· 5 years ago
6d05a96
KVM: selftests: enlightened VMPTRLD with an incorrect GPA
by Vitaly Kuznetsov
· 5 years ago
41b0552
KVM: selftests: test enlightened vmenter with wrong eVMCS version
by Vitaly Kuznetsov
· 5 years ago
7bcf732
KVM: selftests: define and use EVMCS_VERSION
by Vitaly Kuznetsov
· 5 years ago
b6a0653
KVM: nVMX: properly handle errors in nested_vmx_handle_enlightened_vmptrld()
by Vitaly Kuznetsov
· 5 years ago
e942dbf
KVM: nVMX: stop abusing need_vmcs12_to_shadow_sync for eVMCS mapping
by Vitaly Kuznetsov
· 5 years ago
0c54672
Merge branch 'kvm-null-pointer-fix' into HEAD
by Paolo Bonzini
· 5 years ago
352be2c
selftests: kvm: Uses TEST_FAIL in tests/utilities
by Wainer dos Santos Moschetta
· 5 years ago
a46f8a6
selftests: kvm: Introduce the TEST_FAIL macro
by Wainer dos Santos Moschetta
· 5 years ago
3203a01
selftests: KVM: s390: check for registers to NOT change on reset
by Christian Borntraeger
· 5 years ago
b0435a1
selftests: KVM: s390: test more register variants for the reset ioctl
by Christian Borntraeger
· 5 years ago
41cbed5
selftests: KVM: s390: fix early guest crash
by Christian Borntraeger
· 5 years ago
94c4b76
KVM: selftests: Introduce steal-time test
by Andrew Jones
· 5 years ago
beca547
KVM: selftests: virt_map should take npages, not size
by Andrew Jones
· 5 years ago
d0aac33
KVM: selftests: Use consistent message for test skipping
by Andrew Jones
· 5 years ago
d9eaf19
KVM: selftests: Enable printf format warnings for TEST_ASSERT
by Andrew Jones
· 5 years ago
6a46fcf
selftests: KVM: s390: fix format strings for access reg test
by Christian Borntraeger
· 5 years ago
53362fe
selftests: KVM: s390: fixup fprintf format error in reset.c
by Christian Borntraeger
· 5 years ago
4259362
KVM: selftests: Share common API documentation
by Andrew Jones
· 5 years ago
Next »