Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-5.4
/
f62f12b3a426c8f65b10011b1ec40ba4277cbf5f
/
virt
/
kvm
/
kvm_main.c
d3fccc7
kvm: fix kvm_is_mmio_pfn() and rename to kvm_is_reserved_pfn()
by Ard Biesheuvel
· 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
c77dcac
KVM: Move more code under CONFIG_HAVE_KVM_IRQFD
by Paolo Bonzini
· 10 years ago
297e210
KVM: Give IRQFD its own separate enabling Kconfig option
by Paul Mackerras
· 10 years ago
92b591a
KVM: Allow KVM_CHECK_EXTENSION on the vm fd
by Alexander Graf
· 10 years ago
784aa3d
KVM: Rename and add argument to check_extension
by Alexander Graf
· 10 years ago
b2e09f6
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 10 years ago
fa93384
sched: Fix signedness bug in yield_to()
by Dan Carpenter
· 10 years ago
820b3fc
KVM: add missing cleanup_srcu_struct
by Paolo Bonzini
· 10 years ago
719d93c
kvm/irqchip: Speed up KVM_SET_GSI_ROUTING
by Christian Borntraeger
· 11 years ago
a086f6a
Revert "KVM: Simplify kvm->tlbs_dirty handling"
by Xiao Guangrong
· 11 years ago
63b5cf0
Merge tag 'kvm-s390-20140422' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux into queue
by Marcelo Tosatti
· 11 years ago
15f36eb
KVM: s390: Add proper dirty bitmap support to S390 kvm.
by Jason J. Herne
· 12 years ago
68c3b4d
KVM: VMX: speed up wildcard MMIO EVENTFD
by Michael S. Tsirkin
· 11 years ago
7cbb39d
Merge tag 'kvm-3.15-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm
by Linus Torvalds
· 11 years ago
98f4a14
KVM: add kvm_arch_vcpu_runnable() test to kvm_vcpu_on_spin() loop
by Michael Mueller
· 11 years ago
5befdc3
KVM: Simplify kvm->tlbs_dirty handling
by Takuya Yoshikawa
· 11 years ago
5248013
asmlinkage, kvm: Make kvm_rebooting visible
by Andi Kleen
· 11 years ago
c05c418
KVM: s390: add floating irq controller
by Jens Freimann
· 11 years ago
7ebd3fa
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
by Linus Torvalds
· 11 years ago
4a55dd7
kvm: Provide kvm_vcpu_eligible_for_directed_yield() stub
by Scott Wood
· 11 years ago
ea0269b
kvm: remove dead code
by Stephen Hemminger
· 11 years ago
7940876
kvm: make local functions static
by Stephen Hemminger
· 11 years ago
7330672
KVM: arm-vgic: Support KVM_CREATE_DEVICE for VGIC
by Christoffer Dall
· 11 years ago
c08ac06
KVM: Use cond_resched() directly and remove useless kvm_resched()
by Takuya Yoshikawa
· 11 years ago
338c7db
KVM: Improve create VCPU parameter (CVE-2013-4587)
by Andy Honig
· 11 years ago
8a3caa6
KVM: kvm_clear_guest_page(): fix empty_zero_page usage
by Heiko Carstens
· 11 years ago
f080480
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
by Linus Torvalds
· 11 years ago
80f5b5e
KVM: remove vm mmap method
by Gleb Natapov
· 11 years ago
95f328d
Merge branch 'kvm-ppc-queue' of git://github.com/agraf/linux-2.6 into queue
by Gleb Natapov
· 11 years ago
ec53500
kvm: Add VFIO device
by Alex Williamson
· 11 years ago
0c8eb04
KVM: use a more sensible error number when debugfs directory creation fails
by Paolo Bonzini
· 11 years ago
e0230e1
KVM: Mapping IOMMU pages after updating memslot
by Yang Zhang
· 11 years ago
13acfd5
Powerpc KVM work is based on a commit after rc4.
by Gleb Natapov
· 11 years ago
5587027
kvm: Add struct kvm arg to memslot APIs
by Aneesh Kumar K.V
· 11 years ago
2ba9f0d
kvm: powerpc: book3s: Support building HV and PR KVM as module
by Aneesh Kumar K.V
· 11 years ago
a2ac07f
Fix NULL dereference in gfn_to_hva_prot()
by Gleb Natapov
· 11 years ago
2f303b7
KVM: Convert kvm_lock back to non-raw spinlock
by Paolo Bonzini
· 11 years ago
4a937f9
KVM: protect kvm_usage_count with its own spinlock
by Paolo Bonzini
· 11 years ago
4fa92fb
KVM: cleanup (physical) CPU hotplug
by Paolo Bonzini
· 11 years ago
ba6a354
KVM: mmu: allow page tables to be in read-only slots
by Paolo Bonzini
· 11 years ago
c21fbff
KVM: rename __kvm_io_bus_sort_cmp to kvm_io_bus_cmp
by Paolo Bonzini
· 11 years ago
11feeb4
kvm: optimize away THP checks in kvm_is_mmio_pfn()
by Andrea Arcangeli
· 11 years ago
24009b0
kvm: use anon_inode_getfd() with O_CLOEXEC flag
by Yann Droneaud
· 11 years ago
a343c9b
KVM: introduce __kvm_io_bus_sort_cmp
by Paolo Bonzini
· 11 years ago
e59dbe0
KVM: Introduce kvm_arch_memslots_updated()
by Takuya Yoshikawa
· 11 years ago
126a5af
KVM: kvm-io: support cookies
by Cornelia Huck
· 11 years ago
6ea34c9
kvm: exclude ioeventfd from counting kvm_io_range limit
by Amos Kong
· 11 years ago
afc2f79
KVM: add missing misc_deregister() on error in kvm_init()
by Wei Yongjun
· 12 years ago
c67723e
Merge tag 'kvm-3.10-2' of git://git.kernel.org/pub/scm/virt/kvm/kvm
by Linus Torvalds
· 12 years ago
daf799c
Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus
by Linus Torvalds
· 12 years ago
5e0e61d
Merge branch 'next/kvm' into mips-for-linux-next
by Ralf Baechle
· 12 years ago
2f4d9b5
KVM/MIPS32: Do not call vcpu_load when injecting interrupts.
by Sanjay Lal
· 12 years ago
7dac16c
KVM: Fix kvm_irqfd_init initialization
by Asias He
· 12 years ago
01227a8
Merge tag 'kvm-3.10-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm
by Linus Torvalds
· 12 years ago
db6ae61
kvm: Add compat_ioctl for device control API
by Scott Wood
· 12 years ago
5975a2e
KVM: PPC: Book3S: Add API for in-kernel XICS emulation
by Paul Mackerras
· 12 years ago
07f0a7b
kvm: destroy emulated devices on VM exit
by Scott Wood
· 12 years ago
5df554ad
kvm/ppc/mpic: in-kernel MPIC emulation
by Scott Wood
· 12 years ago
852b6d5
kvm: add device control API
by Scott Wood
· 12 years ago
7df35f5
KVM: Move irqfd resample cap handling to generic code
by Alexander Graf
· 12 years ago
aa8d594
KVM: Move irq routing to generic code
by Alexander Graf
· 12 years ago
a725d56
KVM: Introduce CONFIG_HAVE_KVM_IRQ_ROUTING
by Alexander Graf
· 12 years ago
a20ed54
KVM: VMX: Add the deliver posted interrupt algorithm
by Yang Zhang
· 12 years ago
3d81bc7
KVM: Call common update function when ioapic entry changed.
by Yang Zhang
· 12 years ago
aa2fbe6
KVM: Let ioapic know the irq line status
by Yang Zhang
· 12 years ago
e3ba45b
KVM: Move kvm_spurious_fault to x86.c
by Geoff Levand
· 12 years ago
39369f7
KVM: Make local routines static
by Geoff Levand
· 12 years ago
8f96452
KVM: Allow cross page reads and writes from cached translations.
by Andrew Honig
· 12 years ago
7bc7ae2
kvm: Iterate over only vcpus that are preempted
by Raghavendra K T
· 12 years ago
3a08a8f
kvm: Record the preemption status of vcpus using preempt notifiers
by Raghavendra K T
· 12 years ago
a0f155e
KVM: Initialize irqfd from kvm_init().
by Cornelia Huck
· 12 years ago
8482644
KVM: set_memory_region: Refactor commit_memory_region()
by Takuya Yoshikawa
· 12 years ago
7b6195a
KVM: set_memory_region: Refactor prepare_memory_region()
by Takuya Yoshikawa
· 12 years ago
Next »