Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
bd0e96fdc5a517e8d3d7924160b2367c44c10f2f
/
virt
bd0e96f
KVM: Explicitly free allocated-but-unused dirty bitmap
by Sean Christopherson
· 4 years, 11 months ago
414de7ab
KVM: Drop kvm_arch_create_memslot()
by Sean Christopherson
· 4 years, 11 months ago
13f6788
KVM: Don't free new memslot if allocation of said memslot fails
by Sean Christopherson
· 4 years, 11 months ago
13ea525
KVM: Reinstall old memslots if arch preparation fails
by Sean Christopherson
· 4 years, 11 months ago
1f03b2b
KVM: Disable preemption in kvm_get_running_vcpu()
by Marc Zyngier
· 5 years ago
7df003c
KVM: fix overflow of zero page refcount with ksm running
by Zhuang Yanying
· 5 years ago
4cbc418
Merge branch 'cve-2019-3016' into kvm-next-5.6
by Paolo Bonzini
· 5 years ago
9172481
x86/kvm: Cache gfn to pfn translation
by Boris Ostrovsky
· 5 years ago
1eff70a
x86/kvm: Introduce kvm_(un)map_gfn()
by Boris Ostrovsky
· 5 years ago
621ab20
Merge tag 'kvmarm-5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEAD
by Paolo Bonzini
· 5 years ago
4a267aa
KVM: arm64: Treat emulated TVAL TimerValue as a signed 32-bit integer
by Alexandru Elisei
· 5 years ago
c01d6a1
KVM: arm64: pmu: Only handle supported event counters
by Eric Auger
· 5 years ago
aa76829
KVM: arm64: pmu: Fix chained SW_INCR counters
by Eric Auger
· 5 years ago
76c9fc5
KVM: arm64: pmu: Don't mark a counter as chained if the odd one is disabled
by Eric Auger
· 5 years ago
3837407
KVM: arm64: pmu: Don't increment SW_INCR if PMCR.E is unset
by Eric Auger
· 5 years ago
42cde48
KVM: Play nice with read-only memslots when querying host page size
by Sean Christopherson
· 5 years ago
f9b84e1
KVM: Use vcpu-specific gva->hva translation when querying host page size
by Sean Christopherson
· 5 years ago
005ba37
mm: thp: KVM: Explicitly check for THP when populating secondary MMU
by Sean Christopherson
· 5 years ago
dc9ce71
KVM: Return immediately if __kvm_gfn_to_hva_cache_init() fails
by Sean Christopherson
· 5 years ago
6ad1e29
KVM: Clean up __kvm_gfn_to_hva_cache_init() and its callers
by Sean Christopherson
· 5 years ago
fcfbc61
KVM: Check for a bad hva before dropping into the ghc slow path
by Sean Christopherson
· 5 years ago
7495e22
KVM: Move running VCPU from ARM to common code
by Paolo Bonzini
· 5 years ago
fcd97ad
KVM: Add build-time error check on kvm_run size
by Peter Xu
· 5 years ago
ef82edd
KVM: Remove kvm_read_guest_atomic()
by Peter Xu
· 5 years ago
8bd826d
KVM: Move vcpu->run page allocation out of kvm_vcpu_init()
by Sean Christopherson
· 5 years ago
9941d22
KVM: Move putting of vcpu->pid to kvm_vcpu_destroy()
by Sean Christopherson
· 5 years ago
ddd259c
KVM: Drop kvm_arch_vcpu_init() and kvm_arch_vcpu_uninit()
by Sean Christopherson
· 5 years ago
19bcc89
KVM: arm64: Free sve_state via arm specific hook
by Sean Christopherson
· 5 years ago
39a93a8
KVM: ARM: Move all vcpu init code into kvm_arch_vcpu_create()
by Sean Christopherson
· 5 years ago
afede96
KVM: Drop kvm_arch_vcpu_setup()
by Sean Christopherson
· 5 years ago
d5c48de
KVM: Move initialization of preempt notifier to kvm_vcpu_init()
by Sean Christopherson
· 5 years ago
aaba298
KVM: Unexport kvm_vcpu_cache and kvm_vcpu_{un}init()
by Sean Christopherson
· 5 years ago
e529ef6
KVM: Move vcpu alloc and init invocation to common code
by Sean Christopherson
· 5 years ago
4543bdc
KVM: Introduce kvm_vcpu_destroy()
by Sean Christopherson
· 5 years ago
897cc38
KVM: Add kvm_arch_vcpu_precreate() to handle pre-allocation issues
by Sean Christopherson
· 5 years ago
4b8fff7
KVM: arm: Drop kvm_arch_vcpu_free()
by Sean Christopherson
· 5 years ago
21aecdb
KVM: arm: Make inject_abt32() inject an external abort instead
by James Morse
· 5 years ago
018f22f
KVM: arm: Fix DFSR setting for non-LPAE aarch32 guests
by James Morse
· 5 years ago
cf2d23e
KVM: arm/arm64: Fix young bit from mmu notifier
by Gavin Shan
· 5 years ago
0e20f5e
KVM: arm/arm64: Cleanup MMIO handling
by Marc Zyngier
· 5 years ago
4425f56
KVM: async_pf: drop kvm_arch_async_page_present wrappers
by Paolo Bonzini
· 5 years ago
09cbcef
kvm: Refactor handling of VM debugfs files
by Milan Pandurov
· 5 years ago
311497e
KVM: Fix some writing mistakes
by Miaohe Lin
· 5 years ago
0011679
KVM: Fix some grammar mistakes
by Miaohe Lin
· 5 years ago
668effb
KVM: Fix some wrong function names in comment
by Miaohe Lin
· 5 years ago
31a9b0b
KVM: arm/arm64: vgic: Drop the kvm_vgic_register_mmio_region()
by Zenghui Yu
· 5 years ago
821c10c
KVM: arm/arm64: vgic-its: Properly check the unmapped coll in DISCARD handler
by Zenghui Yu
· 5 years ago
1cfbb48
KVM: arm/arm64: Correct AArch32 SPSR on exception entry
by Mark Rutland
· 5 years ago
3c2483f
KVM: arm/arm64: Correct CPSR on exception entry
by Mark Rutland
· 5 years ago
1559b75
KVM: arm/arm64: Re-check VMA on detecting a poisoned page
by James Morse
· 5 years ago
de93756
KVM: arm: Remove duplicate include
by YueHaibing
· 5 years ago
c3e3540
KVM: ARM: Call hyp_cpu_pm_exit at the right place
by Shannon Zhao
· 5 years ago
5f675c5
KVM: arm/arm64: vgic: Handle GICR_PENDBASER.PTZ filed as RAZ
by Zenghui Yu
· 5 years ago
8c58be3
KVM: arm/arm64: vgic-its: Fix restoration of unmapped collections
by Eric Auger
· 5 years ago
b6ae256
KVM: arm64: Only sign-extend MMIO up to register width
by Christoffer Dall
· 5 years ago
736c291
KVM: x86: Use gpa_t for cr2/gpa to fix TDP support on 32-bit KVM
by Sean Christopherson
· 5 years ago
bbfdafa
KVM: lib: use jump label to handle resource release in irq_bypass_register_producer()
by Miaohe Lin
· 5 years ago
8262fe8
KVM: lib: use jump label to handle resource release in irq_bypass_register_consumer()
by Miaohe Lin
· 5 years ago
d29c03a
KVM: get rid of var page in kvm_set_pfn_dirty()
by Miaohe Lin
· 5 years ago
d68321d
Merge tag 'kvm-ppc-fixes-5.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc into kvm-master
by Paolo Bonzini
· 5 years ago
f5d5f5f
Merge tag 'kvmarm-fixes-5.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into kvm-master
by Paolo Bonzini
· 5 years ago
6d674e2
KVM: arm/arm64: Properly handle faulting of device mappings
by Marc Zyngier
· 5 years ago
97418e9
KVM: arm/arm64: Remove excessive permission check in kvm_arch_prepare_memory_region
by Jia He
· 5 years ago
72a610f
KVM: arm/arm64: vgic: Use wrapper function to lock/unlock all vcpus in kvm_vgic_create()
by Miaohe Lin
· 5 years ago
0bda949
KVM: arm/arm64: vgic: Fix potential double free dist->spis in __kvm_vgic_destroy()
by Miaohe Lin
· 5 years ago
7e0befd
KVM: arm/arm64: Get rid of unused arg in cpu_init_hyp_mode()
by Miaohe Lin
· 5 years ago
faf0be2
KVM: Fix jump label out_free_* in kvm_init()
by Miaohe Lin
· 5 years ago
46f4f0a
Merge branch 'kvm-tsx-ctrl' into HEAD
by Paolo Bonzini
· 5 years ago
14edff8
Merge tag 'kvmarm-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEAD
by Paolo Bonzini
· 5 years ago
8750e72
KVM: remember position in kvm->vcpus array
by Radim Krčmář
· 5 years ago
b139b5a
KVM: MMIO: get rid of odd out_err label in kvm_coalesced_mmio_init
by Miaohe Lin
· 5 years ago
9cb09e7
KVM: Add a comment describing the /dev/kvm no_compat handling
by Marc Zyngier
· 5 years ago
b9876e6
KVM: Forbid /dev/kvm being opened by a compat task when CONFIG_KVM_COMPAT=n
by Marc Zyngier
· 5 years ago
8c5bd25
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
by Linus Torvalds
· 5 years ago
a78986a
KVM: MMU: Do not treat ZONE_DEVICE pages as being reserved
by Sean Christopherson
· 5 years ago
e2d3fca
KVM: fix placement of refcount initialization
by Paolo Bonzini
· 5 years ago
8a44119
KVM: Fix NULL-ptr deref after kvm_create_vm fails
by Paolo Bonzini
· 5 years ago
cd7056a
Merge remote-tracking branch 'kvmarm/misc-5.5' into kvmarm/next
by Marc Zyngier
· 5 years ago
ef2e78d
KVM: arm64: Opportunistically turn off WFI trapping when using direct LPI injection
by Marc Zyngier
· 5 years ago
5bd90b0
KVM: vgic-v4: Track the number of VLPIs per vcpu
by Marc Zyngier
· 5 years ago
9090825
KVM: arm/arm64: Let the timer expire in hardirq context on RT
by Thomas Gleixner
· 5 years ago
1aa9b95
kvm: x86: mmu: Recovery of shattered NX large pages
by Junaid Shahid
· 5 years ago
c57c804
kvm: Add helper function for creating VM worker threads
by Junaid Shahid
· 5 years ago
a97b0e7
kvm: call kvm_arch_destroy_vm if vm creation fails
by Jim Mattson
· 5 years ago
ca185b2
KVM: arm/arm64: vgic: Don't rely on the wrong pending table
by Zenghui Yu
· 5 years ago
bad36e4
KVM: arm/arm64: vgic: Fix some comments typo
by Zenghui Yu
· 5 years ago
8e01d9a
KVM: arm64: vgic-v4: Move the GICv4 residency flow to be driven by vcpu_load/put
by Marc Zyngier
· 5 years ago
9121923
kvm: Allocate memslots and buses before calling kvm_arch_init_vm
by Jim Mattson
· 5 years ago
a4b28f5
Merge remote-tracking branch 'kvmarm/kvm-arm64/stolen-time' into kvmarm-master/next
by Marc Zyngier
· 5 years ago
149487b
KVM: Add separate helper for putting borrowed reference to kvm
by Sean Christopherson
· 5 years ago
9800c24
Merge tag 'kvmarm-fixes-5.4-2' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEAD
by Paolo Bonzini
· 5 years ago
44551b2
KVM: Don't shrink/grow vCPU halt_poll_ns if host side polling is disabled
by Wanpeng Li
· 5 years ago
58772e9
KVM: arm64: Provide VCPU attributes for stolen time
by Steven Price
· 5 years ago
8538cb2
KVM: Allow kvm_device_ops to be const
by Steven Price
· 5 years ago
8564d63
KVM: arm64: Support stolen time reporting via shared structure
by Steven Price
· 5 years ago
b48c1a4
KVM: arm64: Implement PV_TIME_FEATURES call
by Steven Price
· 5 years ago
55009c6
KVM: arm/arm64: Factor out hypercall handling from PSCI code
by Christoffer Dall
· 5 years ago
da34517
KVM: arm/arm64: Allow user injection of external data aborts
by Christoffer Dall
· 5 years ago
c726200
KVM: arm/arm64: Allow reporting non-ISV data aborts to userspace
by Christoffer Dall
· 5 years ago
8c3252c
KVM: arm64: pmu: Reset sample period on overflow handling
by Marc Zyngier
· 5 years ago
Next »