Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
e86c62066e7be8b9f5284842ca8347991dd02edf
/
virt
/
kvm
/
kvm_main.c
62bea5b
KVM: add halt_attempted_poll to VCPU stats
by Paolo Bonzini
· 9 years ago
8f4216c7
kvm: fix zero length mmio searching
by Jason Wang
· 9 years ago
edb9272
KVM: fix polling for guest halt continued even if disable it
by Wanpeng Li
· 9 years ago
33e247c
Merge branch 'akpm' (patches from Andrew)
by Linus Torvalds
· 9 years ago
1d7715c
mmu-notifier: add clear_young callback
by Vladimir Davydov
· 9 years ago
2cbd782
KVM: trace kvm_halt_poll_ns grow/shrink
by Wanpeng Li
· 9 years ago
aca6ff2
KVM: dynamic halt-polling
by Wanpeng Li
· 9 years ago
19020f8
KVM: make halt_poll_ns per-vCPU
by Wanpeng Li
· 9 years ago
dd48924
KVM: document memory barriers for kvm->vcpus/kvm->online_vcpus
by Paolo Bonzini
· 9 years ago
d71ba78
KVM: move code related to KVM_SET_BOOT_CPU_ID to x86
by Paolo Bonzini
· 9 years ago
2ecd9d2
sched, preempt_notifier: separate notifier registration from static_key inc/dec
by Peter Zijlstra
· 9 years ago
f481b06
KVM: implement multiple address spaces
by Paolo Bonzini
· 9 years ago
8e73485
KVM: add vcpu-specific functions to read/write/translate GFNs
by Paolo Bonzini
· 9 years ago
bc009e4
KVM: remove unused argument from mark_page_dirty_in_slot
by Paolo Bonzini
· 9 years ago
e37afc6
KVM: remove __gfn_to_pfn
by Paolo Bonzini
· 9 years ago
d9ef13c
KVM: pass kvm_memory_slot to gfn_to_page_many_atomic
by Paolo Bonzini
· 9 years ago
f36f3f2
KVM: add "new" argument to kvm_arch_commit_memory_region
by Paolo Bonzini
· 9 years ago
15f4601
KVM: add memslots argument to kvm_arch_memslots_updated
by Paolo Bonzini
· 9 years ago
09170a4
KVM: const-ify uses of struct kvm_userspace_memory_region
by Paolo Bonzini
· 9 years ago
9f6b802
KVM: use kvm_memslots whenever possible
by Paolo Bonzini
· 9 years ago
a47d2b0
KVM: introduce kvm_alloc/free_memslots
by Paolo Bonzini
· 9 years ago
3520469
KVM: export __gfn_to_pfn_memslot, drop gfn_to_pfn_async
by Paolo Bonzini
· 10 years ago
a4cca3b
KVM: remove pointless cpu hotplug messages
by Heiko Carstens
· 10 years ago
251eb84
KVM: reuse memslot in kvm_write_guest_page
by Radim Krčmář
· 10 years ago
e23a808
KVM: PPC: Book3S HV: Create debugfs file for each guest's HPT
by Paul Mackerras
· 10 years ago
9003601
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
by Linus Torvalds
· 10 years ago
ca3f087
KVM: use slowpath for cross page cached accesses
by Radim Krčmář
· 10 years ago
3180a7f
KVM: remove kvm_read_hva and kvm_read_hva_atomic
by Paolo Bonzini
· 10 years ago
7f22b45
Merge tag 'kvm-s390-next-20150331' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux into HEAD
by Paolo Bonzini
· 10 years ago
bf0fb67
Merge tag 'kvm-arm-for-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into 'kvm-next'
by Paolo Bonzini
· 10 years ago
47b43c5
KVM: s390: add ioctl to inject local interrupts
by Jens Freimann
· 10 years ago
af669ac
KVM: move iodev.h from virt/kvm/ to include/kvm
by Andre Przywara
· 10 years ago
e32edf4
KVM: Redesign kvm_io_bus_ API to pass VCPU structure to the callbacks.
by Nikolay Nikolaev
· 10 years ago
7449613
kvm: avoid page allocation failure in kvm_set_memory_region()
by Igor Mammedov
· 10 years ago
58d2930
KVM: Eliminate extra function calls in kvm_get_dirty_log_protect()
by Takuya Yoshikawa
· 10 years ago
dc9be0f
kvm: move advertising of KVM_CAP_IRQFD to common code
by Paolo Bonzini
· 10 years ago
1170adc
KVM: Use pr_info/pr_err in kvm_main.c
by Xiubo Li
· 10 years ago
20e87b7
KVM: Fix indentation in kvm_main.c
by Xiubo Li
· 10 years ago
b7d409d
KVM: no space before tabs in kvm_main.c
by Xiubo Li
· 10 years ago
f95ef0c
KVM: Missing blank line after declarations in kvm_main.c
by Xiubo Li
· 10 years ago
ee54315
KVM: EXPORT_SYMBOL should immediately follow its function
by Xiubo Li
· 10 years ago
f4fee93
KVM: Fix ERROR: do not initialise statics to 0 or NULL in kvm_main.c
by Xiubo Li
· 10 years ago
a642a17
KVM: Fix WARNING: labels should not be indented in kvm_main.c
by Xiubo Li
· 10 years ago
893bdbf
KVM: Fix WARNINGs for 'sizeof(X)' instead of 'sizeof X' in kvm_main.c
by Xiubo Li
· 10 years ago
548ef28
KVM: Get rid of kvm_kvfree()
by Thomas Huth
· 10 years ago
0fa9778
KVM: make halt_poll_ns static
by Christian Borntraeger
· 10 years ago
bfda0e8
KVM: white space formatting in kvm_main.c
by Kevin Mulvey
· 10 years ago
b9085bc
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
by Linus Torvalds
· 10 years ago
0664e57
mm: gup: kvm use get_user_pages_unlocked
by Andrea Arcangeli
· 10 years ago
de8e5d7
KVM: Disable compat ioctl for s390
by Christian Borntraeger
· 10 years ago
f781951
kvm: add halt_poll_ns module parameter
by Paolo Bonzini
· 10 years ago
3b0f1d0
KVM: Rename kvm_arch_mmu_write_protect_pt_masked to be more generic for log dirty
by Kai Huang
· 10 years ago
b0165f1
kvm: update_memslots: clean flags for invalid memslots
by Tiejun Chen
· 10 years ago
ba0513b
KVM: Add generic support for dirty page logging
by Mario Smarduch
· 10 years ago
a6d5101
KVM: Add architecture-defined TLB flush support
by Mario Smarduch
· 10 years ago
ff651cb
KVM: nVMX: Add nested msr load/restore algorithm
by Wincy Van
· 10 years ago
dbaff30
kvm: warn on more invariant breakage
by Paolo Bonzini
· 10 years ago
efbeec7
kvm: fix sorting of memslots with base_gfn == 0
by Paolo Bonzini
· 10 years ago
333bce5
Merge tag 'kvm-arm-for-3.19-take2' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEAD
by Paolo Bonzini
· 10 years ago
7a72f7a
KVM: track pid for VCPU only on KVM_RUN ioctl
by Christian Borntraeger
· 10 years ago
eed6e79
KVM: don't check for PF_VCPU when yielding
by David Hildenbrand
· 10 years ago
9c1a5d38
kvm: optimize GFN to memslot lookup with large slots amount
by Igor Mammedov
· 10 years ago
0e60b07
kvm: change memslot sorting rule from size to GFN
by Igor Mammedov
· 10 years ago
7f379cf
kvm: update_memslots: drop not needed check for the same slot
by Igor Mammedov
· 10 years ago
5a38b6e
kvm: update_memslots: drop not needed check for the same number of pages
by Igor Mammedov
· 10 years ago
bf4bea8
kvm: fix kvm_is_mmio_pfn() and rename to kvm_is_reserved_pfn()
by Ard Biesheuvel
· 10 years ago
c274e03
kvm: x86: move assigned-dev.c and iommu.c to arch/x86/
by Radim Krčmář
· 10 years ago
6ef768f
kvm: x86: move ioapic.c and irq_comm.c back to arch/x86/
by Paolo Bonzini
· 10 years ago
5cc1502
kvm: simplify update_memslots invocation
by Paolo Bonzini
· 10 years ago
f2a8103
kvm: commonize allocation of the new memory slots
by Paolo Bonzini
· 10 years ago
8593176c
kvm: memslots: track id_to_index changes during the insertion sort
by Paolo Bonzini
· 10 years ago
063584d
kvm: memslots: replace heap sort with an insertion sort pass
by Igor Mammedov
· 10 years ago
02d5d55
KVM: trivial fix comment regarding __kvm_set_memory_region
by Dominik Dingel
· 10 years ago
571ee1b
kvm: vfio: fix unregister kvm_device_ops of vfio
by Wanpeng Li
· 10 years ago
e4e6567
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
by Linus Torvalds
· 10 years ago
e77d99d
Merge tag 'kvm-arm-for-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into kvm-next
by Paolo Bonzini
· 10 years ago
bb0ca6a
kvm: Fix kvm_get_page_retry_io __gup retval check
by Andres Lagar-Cavilla
· 10 years ago
fe71557
kvm: Add arch specific mmu notifier for page invalidation
by Tang Chen
· 10 years ago
445b823
kvm: Rename make_all_cpus_request() to kvm_make_all_cpus_request() and make it non-static
by Tang Chen
· 10 years ago
5712846
kvm: Fix page ageing bugs
by Andres Lagar-Cavilla
· 10 years ago
2ea75be
kvm: don't take vcpu mutex for obviously invalid vcpu ioctls
by David Matlack
· 10 years ago
234b239
kvm: Faults which trigger IO release the mmap_sem
by Andres Lagar-Cavilla
· 10 years ago
3c3c29f
kvm-vfio: do not use module_init
by Paolo Bonzini
· 10 years ago
27fbe64b
KVM: correct null pid check in kvm_vcpu_yield_to()
by Sam Bobroff
· 10 years ago
a875daf
Merge remote-tracking branch 'kvm/next' into queue
by Christoffer Dall
· 10 years ago
80ce163
KVM: VFIO: register kvm_device_ops dynamically
by Will Deacon
· 10 years ago
84877d9
KVM: s390: register flic ops dynamically
by Cornelia Huck
· 10 years ago
c06a841
KVM: ARM: vgic: register kvm_device_ops dynamically
by Will Deacon
· 10 years ago
d60eacb
KVM: device: add simple registration mechanism for kvm_device_ops
by Will Deacon
· 10 years ago
85c8555
KVM: check for !is_zero_pfn() in kvm_is_mmio_pfn()
by Ard Biesheuvel
· 10 years ago
f2a2516
KVM: remove redundant assignments in __kvm_set_memory_region
by Christian Borntraeger
· 10 years ago
a13f533
KVM: remove redundant assigment of return value in kvm_dev_ioctl
by Christian Borntraeger
· 10 years ago
3465611
KVM: remove redundant check of in_spin_loop
by Christian Borntraeger
· 10 years ago
ee3d157
kvm: fix potentially corrupt mmio cache
by David Matlack
· 10 years ago
00f034a
KVM: do not bias the generation number in kvm_current_mmio_generation
by Paolo Bonzini
· 10 years ago
13a34e0
KVM: remove garbage arg to *hardware_{en,dis}able
by Radim Krčmář
· 10 years ago
0f8a4de
KVM: Unconditionally export KVM_CAP_READONLY_MEM
by Christoffer Dall
· 10 years ago
64d8312
KVM: Introduce gfn_to_hva_memslot_prot
by Christoffer Dall
· 10 years ago
e790d9e
KVM: add kvm_arch_sched_in
by Radim Krčmář
· 10 years ago
7103f60
KVM: avoid unnecessary synchronize_rcu
by Christian Borntraeger
· 10 years ago
Next »