Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
4edabfd7d0f7d39eeda8ffac76d9e884c22951d9
/
include
/
linux
/
kvm_host.h
90db104
KVM: kvm_io_bus_unregister_dev() should never fail
by David Hildenbrand
· 8 years ago
e3736c3
kvm: convert kvm.users_count from atomic_t to refcount_t
by Elena Reshetova
· 8 years ago
bd7e5b0
KVM: x86: remove code for lazy FPU handling
by Paolo Bonzini
· 8 years ago
bbd6411
KVM: Support vCPU-based gfn->hva cache
by Cao, Lei
· 8 years ago
9d93dc1
arm/arm64: KVM: Get rid of KVM_MEMSLOT_INCOHERENT
by Marc Zyngier
· 8 years ago
93173b5
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
by Linus Torvalds
· 8 years ago
518bacf
Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 8 years ago
ffcb09f
Merge branch 'kvm-ppc-next' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc
by Radim Krčmář
· 8 years ago
ec76d81
KVM: Export kvm module parameter variables
by Suraj Jitindar Singh
· 8 years ago
ae0f549
kvm: x86: don't print warning messages for unimplemented msrs
by Bandan Das
· 8 years ago
4ec6e86
kvm: Introduce kvm_write_guest_offset_cached()
by Pan Xinhui
· 8 years ago
4d69f15
Merge tag 'v4.9-rc1' into x86/fpu, to resolve conflict
by Ingo Molnar
· 8 years ago
3d42de2
x86/fpu, kvm: Remove KVM vcpu->fpu_counter
by Rik van Riel
· 8 years ago
45b5939
kvm: create per-vcpu dirs in debugfs
by Luiz Capitulino
· 8 years ago
235539b
kvm: add stubs for arch specific debugfs support
by Luiz Capitulino
· 8 years ago
a28ebea
KVM: Protect device ops->create and list_add with kvm->lock
by Christoffer Dall
· 8 years ago
023e9fd
KVM: PPC: Move xics_debugfs_init out of create
by Christoffer Dall
· 8 years ago
6f49b2f
Merge tag 'kvm-arm-for-4.8-take2' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEAD
by Paolo Bonzini
· 8 years ago
912902c
Merge tag 'kvm-arm-for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into next
by Radim Krčmář
· 8 years ago
995a0ee
KVM: arm/arm64: Enable MSI routing
by Eric Auger
· 8 years ago
d9565a7
KVM: Move kvm_setup_default/empty_irq_routing declaration in arch specific header
by Eric Auger
· 8 years ago
0455e72
KVM: Add devid in kvm_kernel_irq_routing_entry
by Eric Auger
· 8 years ago
8a39d00
KVM: kvm_io_bus: Add kvm_io_bus_get_dev() call
by Andre Przywara
· 8 years ago
c63cf53
KVM: pass struct kvm to kvm_set_routing_entry
by Radim Krčmář
· 8 years ago
6edaa53
KVM: remove kvm_guest_enter/exit wrappers
by Paolo Bonzini
· 8 years ago
ebaac17
context_tracking: move rcu_virt_note_context_switch out of kvm_host.h
by Paolo Bonzini
· 8 years ago
557abc4
KVM: remove kvm_vcpu_compatible
by Paolo Bonzini
· 8 years ago
6c7caeb
KVM: introduce kvm->created_vcpus
by Paolo Bonzini
· 8 years ago
536a6f8
KVM: Create debugfs dir and stat files for each VM
by Janosch Frank
· 9 years ago
dd1a4cc
KVM: split kvm_vcpu_wake_up from kvm_vcpu_kick
by Radim Krčmář
· 9 years ago
3491caf
KVM: halt_polling: provide a way to qualify wakeups during poll
by Christian Borntraeger
· 9 years ago
14717e2
kvm: Conditionally register IRQ bypass consumer
by Alex Williamson
· 9 years ago
0b1b1df
kvm: introduce KVM_MAX_VCPU_ID
by Greg Kurz
· 9 years ago
9b9e3fc
KVM: remove NULL return path for vcpu ids >= KVM_MAX_VCPUS
by Greg Kurz
· 9 years ago
2e4682b
KVM: add missing memory barrier in kvm_{make,check}_request
by Paolo Bonzini
· 9 years ago
8577370
KVM: Use simple waitqueue for vcpu->wq
by Marcelo Tosatti
· 9 years ago
ba049e9
kvm: rename pfn_t to kvm_pfn_t
by Dan Williams
· 9 years ago
2860c4b
KVM: move architecture-dependent requests to arch/
by Paolo Bonzini
· 9 years ago
6662ba3
KVM: renumber vcpu->request bits
by Paolo Bonzini
· 9 years ago
0cd3104
KVM: document which architecture uses each request bit
by Paolo Bonzini
· 9 years ago
6c71f8a
KVM: Remove unused KVM_REQ_KICK to save a bit in vcpu->requests
by Paolo Bonzini
· 9 years ago
671d9ab
kvm: Dump guest rIP when the guest tried something unsupported
by Borislav Petkov
· 9 years ago
1f4b34f
kvm/x86: Hyper-V SynIC timers
by Andrey Smetanin
· 9 years ago
765eaa0
kvm/x86: Hyper-V SynIC message slot pending clearing at SINT ack
by Andrey Smetanin
· 9 years ago
4bd33b5
KVM: Remove unnecessary debugfs dentry references
by Janosch Frank
· 9 years ago
c896939
KVM: use heuristic for fast VCPU lookup by id
by David Hildenbrand
· 9 years ago
33e9415
KVM: kvm_is_visible_gfn can be boolean
by Yaowei Bai
· 9 years ago
db397571
kvm/x86: Hyper-V kvm exit
by Andrey Smetanin
· 9 years ago
5c919412
kvm/x86: Hyper-V synthetic interrupt controller
by Andrey Smetanin
· 9 years ago
abdb080
kvm/irqchip: kvm_arch_irq_routing_update renaming split
by Andrey Smetanin
· 9 years ago
db27a7a
KVM: Provide function for VCPU lookup by id
by David Hildenbrand
· 9 years ago
35181e8
KVM: x86: Add a common TSC scaling function
by Haozhong Zhang
· 9 years ago
8a22f23
KVM: x86: move kvm_set_irq_inatomic to legacy device assignment
by Paolo Bonzini
· 9 years ago
b97e6de
KVM: x86: merge kvm_arch_set_irq with kvm_set_msi_inatomic
by Paolo Bonzini
· 9 years ago
197a4f4
Merge tag 'kvm-arm-for-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEAD
by Paolo Bonzini
· 9 years ago
3217f7c
KVM: Add kvm_arch_vcpu_{un}blocking callbacks
by Christoffer Dall
· 9 years ago
c9a5ecc
kvm/eventfd: add arch-specific set_irq
by Andrey Smetanin
· 9 years ago
ba1aefc
kvm/eventfd: factor out kvm_notify_acked_gsi()
by Andrey Smetanin
· 9 years ago
bf9f6ac
KVM: Update Posted-Interrupts Descriptor when vCPU is blocked
by Feng Wu
· 9 years ago
f70c20a
KVM: Add an arch specific hooks in 'struct kvm_kernel_irqfd'
by Feng Wu
· 9 years ago
1a02b27
KVM: introduce kvm_arch functions for IRQ bypass
by Eric Auger
· 9 years ago
e516ceb
kvm/x86: Hyper-V HV_X64_MSR_RESET msr
by Andrey Smetanin
· 9 years ago
b053b2a
KVM: x86: Add EOI exit bitmap inference
by Steve Rutherford
· 9 years ago
7543a63
KVM: x86: Add KVM exit for IOAPIC EOIs
by Steve Rutherford
· 9 years ago
49df639
KVM: x86: Split the APIC from the rest of IRQCHIP.
by Steve Rutherford
· 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
2ce7918
kvm/x86: add sending hyper-v crash notification to user space
by Andrey Smetanin
· 9 years ago
ee86dbc
kvm: introduce vcpu_debug = kvm_debug + vcpu context
by Andrey Smetanin
· 9 years ago
5544eb9
KVM: count number of assigned devices
by Paolo Bonzini
· 9 years ago
f481b06
KVM: implement multiple address spaces
by Paolo Bonzini
· 10 years ago
8e73485
KVM: add vcpu-specific functions to read/write/translate GFNs
by Paolo Bonzini
· 10 years ago
64d6067
KVM: x86: stubs for SMM support
by Paolo Bonzini
· 10 years ago
d9ef13c
KVM: pass kvm_memory_slot to gfn_to_page_many_atomic
by Paolo Bonzini
· 10 years ago
f36f3f2
KVM: add "new" argument to kvm_arch_commit_memory_region
by Paolo Bonzini
· 10 years ago
15f4601
KVM: add memslots argument to kvm_arch_memslots_updated
by Paolo Bonzini
· 10 years ago
09170a4
KVM: const-ify uses of struct kvm_userspace_memory_region
by Paolo Bonzini
· 10 years ago
3520469
KVM: export __gfn_to_pfn_memslot, drop gfn_to_pfn_async
by Paolo Bonzini
· 10 years ago
653f52c
kvm,x86: load guest FPU context more eagerly
by Rik van Riel
· 10 years ago
0097d12
KVM: provide irq_unsafe kvm_guest_{enter|exit}
by Christian Borntraeger
· 10 years ago
e95e7f6
Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 10 years ago
58d269d
KVM: x86: BSP in MSR_IA32_APICBASE is writable
by Nadav Amit
· 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
e32edf4
KVM: Redesign kvm_io_bus_ API to pass VCPU structure to the callbacks.
by Nikolay Nikolaev
· 10 years ago
01c94e6
KVM: introduce kvm_arch_intc_initialized and use it in irqfd
by Eric Auger
· 10 years ago
548ef28
KVM: Get rid of kvm_kvfree()
by Thomas Huth
· 10 years ago
126a6a5
kvm,rcu,nohz: use RCU extended quiescent state when running KVM guest
by Rik van Riel
· 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
1c2b364
kvm: remove KVM_MMIO_SIZE
by Tiejun Chen
· 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
8fff5e3
Merge tag 'kvm-s390-next-20150122' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux into kvm-next
by Paolo Bonzini
· 10 years ago
31928aa
KVM: remove unneeded return value of vcpu_postcreate
by Dominik Dingel
· 10 years ago
a0675c2
arm/arm64: KVM: add virtual GICv3 distributor emulation
by Andre Przywara
· 11 years ago
ea2f83a
arm/arm64: KVM: move kvm_register_device_ops() into vGIC probing
by Andre Przywara
· 10 years ago
ba0513b
KVM: Add generic support for dirty page logging
by Mario Smarduch
· 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
9c1a5d38
kvm: optimize GFN to memslot lookup with large slots amount
by Igor Mammedov
· 10 years ago
d4ae84a0
kvm: search_memslots: add simple LRU memslot caching
by Igor Mammedov
· 10 years ago
Next »