Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
2ab4e8c06dc084c1bba8c8edfa1b33424c16d336
/
virt
/
kvm
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
27ef63c
KVM: IOMMU: hva align mapping page size
by Greg Edwards
· 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
e0f0bbc
kvm: Create non-coherent DMA registeration
by Alex Williamson
· 11 years ago
d96eb2c
kvm/x86: Convert iommu_flags to iommu_noncoherent
by Alex Williamson
· 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
f2e1066
KVM: Drop FOLL_GET in GUP when doing async page fault
by chai wen
· 11 years ago
29242cb
virt/kvm/iommu.c: Add leading zeros to device's BDF notation in debug messages
by Andre Richter
· 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
98fda16
kvm: remove .done from struct kvm_async_pf
by Radim Krčmář
· 11 years ago
28b441e
kvm: free resources after canceling async_pf
by Radim Krčmář
· 11 years ago
ba6a354
KVM: mmu: allow page tables to be in read-only slots
by Paolo Bonzini
· 11 years ago
45d9a22
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 11 years ago
cffe78d
kvm eventfd: switch to fdget
by Al Viro
· 11 years ago
8d98915
ARM: KVM: Bugfix: vgic_bytemap_get_reg per cpu regs
by Christoffer Dall
· 11 years ago
6545eae
ARM: KVM: vgic: fix GICD_ICFGRn access
by Marc Zyngier
· 11 years ago
986af8e
ARM: KVM: vgic: simplify vgic_get_target_reg
by Marc Zyngier
· 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
fe489bf
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
by Linus Torvalds
· 11 years ago
96f7edf
Merge git://git.linaro.org/people/cdall/linux-kvm-arm.git tags/kvm-arm-3.11 into queue
by Gleb Natapov
· 11 years ago
24f7bb5
KVM: Fix RTC interrupt coalescing tracking
by Gleb Natapov
· 11 years ago
5ae7f87
ARM: KVM: Allow host virt timer irq to be different from guest timer virt irq
by Anup Patel
· 12 years ago
6ea34c9
kvm: exclude ioeventfd from counting kvm_io_range limit
by Amos Kong
· 11 years ago
7275acd
ARM: KVM: move GIC/timer code to a common location
by Marc Zyngier
· 11 years ago
f1ed045
KVM: x86: Remove support for reporting coalesced APIC IRQs
by Jan Kiszka
· 12 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
· 11 years ago
daf799c
Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus
by Linus Torvalds
· 11 years ago
5e0e61d
Merge branch 'next/kvm' into mips-for-linux-next
by Ralf Baechle
· 11 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
· 11 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
5df554a
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
e8cde09
KVM: Move irq routing setup to irqchip.c
by Alexander Graf
· 12 years ago
1c9f852
KVM: Extract generic irqchip logic into irqchip.c
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
8175e5b
KVM: Add KVM_IRQCHIP_NUM_PINS in addition to KVM_IOAPIC_NUM_PINS
by Alexander Graf
· 12 years ago
a20ed54
KVM: VMX: Add the deliver posted interrupt algorithm
by Yang Zhang
· 12 years ago
cf9e65b
KVM: Set TMR when programming ioapic entry
by Yang Zhang
· 12 years ago
3d81bc7
KVM: Call common update function when ioapic entry changed.
by Yang Zhang
· 12 years ago
2c2bf01
KVM: Use eoi to track RTC interrupt delivery status
by Yang Zhang
· 12 years ago
aa2fbe6
KVM: Let ioapic know the irq line status
by Yang Zhang
· 12 years ago
f3bff63
KVM: Force vmexit with virtual interrupt delivery
by Yang Zhang
· 12 years ago
1060691
KVM: Add reset/restore rtc_status support
by Yang Zhang
· 12 years ago
b4f2225
KVM: Return destination vcpu on interrupt injection
by Yang Zhang
· 12 years ago
8dc6aade
KVM: Introduce struct rtc_status
by Yang Zhang
· 12 years ago
1fcc789
KVM: Add vcpu info to ioapic_update_eoi()
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
05e07f9
kvm: fix MMIO/PIO collision misdetection
by Michael S. Tsirkin
· 12 years ago
44944d4
KVM: Call kvm_apic_match_dest() to check destination vcpu
by Yang Zhang
· 12 years ago
8f96452
KVM: Allow cross page reads and writes from cached translations.
by Andrew Honig
· 12 years ago
2ae33b3
Merge remote-tracking branch 'upstream/master' into queue
by Marcelo Tosatti
· 12 years ago
a2c118b
KVM: Fix bounds checking in ioapic indirect register reads (CVE-2013-1798)
by Andy 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
2b83451
KVM: ioeventfd for virtio-ccw devices.
by Cornelia Huck
· 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
74d0727
KVM: set_memory_region: Make kvm_mr_change available to arch code
by Takuya Yoshikawa
· 12 years ago
47ae31e
KVM: set_memory_region: Drop user_alloc from set_memory_region()
by Takuya Yoshikawa
· 12 years ago
462fce4
KVM: set_memory_region: Drop user_alloc from prepare/commit_memory_region()
by Takuya Yoshikawa
· 12 years ago
b67bfe0
hlist: drop the node parameter from iterators
by Sasha Levin
· 12 years ago
7a905b1
KVM: Remove user_alloc from struct kvm_memory_slot
by Takuya Yoshikawa
· 12 years ago
75d61fb
KVM: set_memory_region: Disallow changing read-only attribute later
by Takuya Yoshikawa
· 12 years ago
f64c039
KVM: set_memory_region: Identify the requested change explicitly
by Takuya Yoshikawa
· 12 years ago
c45c528
kvm: Handle yield_to failure return code for potential undercommit case
by Raghavendra K T
· 12 years ago
c7c9c56
x86, apicv: add virtual interrupt delivery support
by Yang Zhang
· 12 years ago
d47510e2
kvm: Obey read-only mappings in iommu
by Alex Williamson
· 12 years ago
261874b
kvm: Force IOMMU remapping on memory slot read-only flag changes
by Alex Williamson
· 12 years ago
a843fac
KVM: set_memory_region: Remove unnecessary variable memslot
by Takuya Yoshikawa
· 12 years ago
0a706be
KVM: set_memory_region: Don't check for overlaps unless we create or move a slot
by Takuya Yoshikawa
· 12 years ago
0ea75e1
KVM: set_memory_region: Don't jump to out_free unnecessarily
by Takuya Yoshikawa
· 12 years ago
c972f3b
KVM: Write protect the updated slot only when dirty logging is enabled
by Takuya Yoshikawa
· 12 years ago
7ec4fb4
KVM: move the code that installs new slots array to a separate function.
by Gleb Natapov
· 12 years ago
116c14c
kvm: Fix memory slot generation updates
by Alex Williamson
· 12 years ago
871a069
KVM: remove a wrong hack of delivery PIT intr to vcpu0
by Yang Zhang
· 12 years ago
1e702d9
KVM: struct kvm_memory_slot.id -> short
by Alex Williamson
· 12 years ago
Next »