Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
shift
/
mainline
/
0774a964ef561b7170d8d1b1bfe6f88002b6d219
/
include
/
linux
/
kvm_host.h
0774a96
KVM: Fix out of range accesses to memslots
by Sean Christopherson
· 4 years, 10 months ago
600087b
KVM: Drop largepages_enabled and its accessor/mutator
by Sean Christopherson
· 4 years, 11 months ago
2bde08f
KVM: Drop gfn_to_pfn_atomic()
by Peter Xu
· 4 years, 11 months ago
3c9bd40
KVM: x86: enable dirty log gradually in small chunks
by Jay Zhou
· 4 years, 11 months ago
3694725
KVM: Dynamically size memslot array based on number of used slots
by Sean Christopherson
· 5 years ago
0577d1a
KVM: Terminate memslot walks via used_slots
by Sean Christopherson
· 5 years ago
2a49f61
KVM: Ensure validity of memslot with respect to kvm_get_dirty_log()
by Sean Christopherson
· 5 years ago
0dff084
KVM: Provide common implementation for generic dirty log functions
by Sean Christopherson
· 5 years ago
e96c81e
KVM: Simplify kvm_free_memslot() and all its descendents
by Sean Christopherson
· 5 years ago
9d4c197
KVM: Drop "const" attribute from old memslot in commit_memory_region()
by Sean Christopherson
· 5 years ago
414de7ab
KVM: Drop kvm_arch_create_memslot()
by Sean Christopherson
· 5 years ago
d970a32
KVM: x86: fix missing prototypes
by Paolo Bonzini
· 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
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
7495e22
KVM: Move running VCPU from ARM to common code
by Paolo Bonzini
· 5 years ago
ef82edd
KVM: Remove kvm_read_guest_atomic()
by Peter Xu
· 5 years ago
ddd259c
KVM: Drop kvm_arch_vcpu_init() and kvm_arch_vcpu_uninit()
by Sean Christopherson
· 5 years ago
afede96
KVM: Drop kvm_arch_vcpu_setup()
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
fe931f1
KVM: Remove kvm_arch_vcpu_free() declaration
by Sean Christopherson
· 5 years ago
09cbcef
kvm: Refactor handling of VM debugfs files
by Milan Pandurov
· 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
885f7d6
KVM: Remove duplicated declaration of kvm_vcpu_kick
by Zenghui Yu
· 5 years ago
c593642
treewide: Use sizeof_field() macro
by Pankaj Bharadiya
· 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
7ee30bc
KVM: x86: deliver KVM IOAPIC scan request to target vCPUs
by Nitesh Narayan Lal
· 5 years ago
8750e72
KVM: remember position in kvm->vcpus array
by Radim Krčmář
· 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
c57c804
kvm: Add helper function for creating VM worker threads
by Junaid Shahid
· 5 years ago
149487b
KVM: Add separate helper for putting borrowed reference to kvm
by Sean Christopherson
· 5 years ago
7895856
KVM: x86: Remove unneeded kvm_vcpu variable, guest_xcr0_loaded
by Aaron Lewis
· 5 years ago
8538cb2
KVM: Allow kvm_device_ops to be const
by Steven Price
· 5 years ago
cac0f1b
KVM: Implement kvm_put_guest()
by Steven Price
· 5 years ago
833b45d
kvm: x86, powerpc: do not allow clearing largepages debugfs entry
by Paolo Bonzini
· 5 years ago
3e7093d
KVM: no need to check return value of debugfs_create functions
by Greg KH
· 5 years ago
741cbba
KVM: remove kvm_arch_has_vcpu_debugfs()
by Paolo Bonzini
· 5 years ago
17e433b
KVM: Fix leak vCPU's VMCS value into other pCPU
by Wanpeng Li
· 5 years ago
d73eb57
KVM: Boost vCPUs that are delivering interrupts
by Wanpeng Li
· 5 years ago
a45ff59
Merge tag 'kvm-arm-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEAD
by Paolo Bonzini
· 6 years ago
cdc238e
kvm: x86: Fix -Wmissing-prototypes warnings
by Yi Wang
· 6 years ago
20c8ccb
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 499
by Thomas Gleixner
· 6 years ago
0d9ce16
kvm: Convert kvm_lock to a mutex
by Junaid Shahid
· 6 years ago
f257d6d
KVM: Directly return result from kvm_arch_check_processor_compat()
by Sean Christopherson
· 6 years ago
59c5c58
Merge tag 'kvm-ppc-next-5.2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc into HEAD
by Paolo Bonzini
· 6 years ago
e45adf6
KVM: Introduce a new guest mapping API
by KarimAllah Ahmed
· 6 years ago
da8f0d9
Merge tag 'kvm-s390-next-5.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux into HEAD
by Paolo Bonzini
· 6 years ago
2bde9b3
KVM: Introduce a 'release' method for KVM devices
by Cédric Le Goater
· 6 years ago
a1cd3f0
KVM: Introduce a 'mmap' method for KVM devices
by Cédric Le Goater
· 6 years ago
cdd6ad3
KVM: polling: add architecture backend to disable polling
by Christian Borntraeger
· 6 years ago
1d487e9
KVM: fix spectrev1 gadgets
by Paolo Bonzini
· 6 years ago
49113d3
KVM: Expose the initial start value in grow_halt_poll_ns() as a module parameter
by Nir Weiner
· 6 years ago
164bf7e
KVM: Move the memslot update in-progress flag to bit 63
by Sean Christopherson
· 6 years ago
361209e
KVM: Explicitly define the "memslot update in-progress" bit
by Sean Christopherson
· 6 years ago
1524825
KVM: Call kvm_arch_memslots_updated() before updating memslots
by Sean Christopherson
· 6 years ago
7a86dab
kvm: Change offset in kvm_write_guest_offset_cached to unsigned
by Jim Mattson
· 6 years ago
2a31b9d
kvm: introduce manual dirty log reprotect
by Paolo Bonzini
· 6 years ago
8fe65a8
kvm: rename last argument to kvm_get_dirty_log_protect
by Paolo Bonzini
· 6 years ago
e5d83c7
kvm: make KVM_CAP_ENABLE_CAP_VM architecture agnostic
by Paolo Bonzini
· 8 years ago
822f312
kvm: x86: make kvm_{load|put}_guest_fpu() static
by Sebastian Andrzej Siewior
· 6 years ago
93065ac
mm, oom: distinguish blockable mode for mmu notifiers
by Michal Hocko
· 6 years ago
b08660e
KVM: x86: Add tlb remote flush callback in kvm_x86_ops.
by Tianyu Lan
· 6 years ago
86dafed
KVM: Switch 'requests' to be 64-bit (explicitly)
by KarimAllah Ahmed
· 7 years ago
0313334
KVM: s390: a utility function for migration
by Claudio Imbrenda
· 7 years ago
d1e5b0e
kvm: Make VM ioctl do valloc for some archs
by Marc Orr
· 7 years ago
1499fa8
kvm: Change return type to vm_fault_t
by Souptick Joarder
· 7 years ago
5eec43a
Merge tag 'kvmarm-for-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEAD
by Paolo Bonzini
· 7 years ago
7053df4
KVM: introduce kvm_make_vcpus_request_mask() API
by Vitaly Kuznetsov
· 7 years ago
bd2a639
KVM: arm/arm64: Introduce kvm_arch_vcpu_run_pid_change
by Christoffer Dall
· 7 years ago
ddc9cfb
KVM: Extend MAX_IRQ_ROUTES to 4096 for all archs
by Wanpeng Li
· 7 years ago
f75e492
kvm: fix warning for non-x86 builds
by Sebastian Ott
· 7 years ago
0764674
kvm: fix warning for CONFIG_HAVE_KVM_EVENTFD builds
by Sebastian Ott
· 7 years ago
5cb0944
KVM: introduce kvm_arch_vcpu_async_ioctl
by Paolo Bonzini
· 7 years ago
ec7660c
KVM: Take vcpu->mutex outside vcpu_load
by Christoffer Dall
· 7 years ago
f775b13
x86,kvm: move qemu/guest FPU switching out to vcpu_run
by Rik van Riel
· 7 years ago
20b7035
KVM: Let KVM_SET_SIGNAL_MASK work as advertised
by Jan H. Schönherr
· 7 years ago
f7a6509
KVM: s390: vsie: use common code functions for pinning
by David Hildenbrand
· 7 years ago
199b576
KVM: add spinlock optimization framework
by Longpeng(Mike)
· 7 years ago
5e2f30b
KVM: nVMX: get rid of nested_get_page()
by David Hildenbrand
· 7 years ago
3898da9
KVM: avoid using rcu_dereference_protected
by Paolo Bonzini
· 7 years ago
fdeaf7e
KVM: make pid available for uevents without debugfs
by Claudio Imbrenda
· 7 years ago
7e988b1
KVM: use correct accessor function for __kvm_memslots
by Christian Borntraeger
· 8 years ago
a80cf7b
KVM: mark memory slots as rcu
by Christian Borntraeger
· 8 years ago
4a12f95
KVM: mark kvm->busses as rcu protected
by Christian Borntraeger
· 8 years ago
0e4524a
KVM: mark vcpu->pid pointer as rcu protected
by Christian Borntraeger
· 8 years ago
2fa6e1e
KVM: add kvm_request_pending
by Radim Krčmář
· 8 years ago
2387149
KVM: improve arch vcpu request defining
by Andrew Jones
· 8 years ago
5ccd414
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
by Linus Torvalds
· 8 years ago
de4d195
Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 8 years ago
36c344f
Merge tag 'kvm-arm-for-v4.12-round2' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEAD
by Paolo Bonzini
· 8 years ago
497d72d
KVM: Add kvm_vcpu_get_idx to get vcpu index in kvm->vcpus
by Christoffer Dall
· 8 years ago
4415b33
Merge branch 'kvm-ppc-next' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc into HEAD
by Paolo Bonzini
· 8 years ago
bf5f894
Merge branch 'akpm' (patches from Andrew)
by Linus Torvalds
· 8 years ago
Next »