Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
9848e48f4c316ccb64d6f29ff0ed85f11d7bf532
/
virt
/
kvm
49f8a1a
kvm: Fix irqfd resampler list walk
by Alex Williamson
· 12 years ago
d2ff4fc
Merge branch 'for-upstream' of https://github.com/agraf/linux-2.6 into queue
by Marcelo Tosatti
· 12 years ago
914daba
KVM: Distangle eventfd code from irqchip
by Alexander Graf
· 12 years ago
78c6344
kvm: deliver msi interrupts from irq handler
by Michael S. Tsirkin
· 12 years ago
01f2188
kvm: add kvm_set_irq_inatomic
by Michael S. Tsirkin
· 12 years ago
5419369
KVM: Fix user memslot overlap check
by Alex Williamson
· 12 years ago
42897d8
KVM: x86: add kvm_arch_vcpu_postcreate callback, move TSC initialization
by Marcelo Tosatti
· 12 years ago
d828199
KVM: x86: implement PVCLOCK_TSC_STABLE_BIT pvclock flag
by Marcelo Tosatti
· 12 years ago
807f12e
KVM: remove unnecessary return value check
by Guo Chao
· 12 years ago
1859541
KVM: do not kfree error pointer
by Guo Chao
· 12 years ago
81c52c5
KVM: do not treat noslot pfn as a error pfn
by Xiao Guangrong
· 12 years ago
19bf7f8
Merge remote-tracking branch 'master' into queue
by Marcelo Tosatti
· 12 years ago
3d0ceac
Merge tag 'kvm-3.7-2' of git://git.kernel.org/pub/scm/virt/kvm/kvm
by Linus Torvalds
· 12 years ago
f3ac1a4
KVM: MMU: fix release noslot pfn
by Xiao Guangrong
· 12 years ago
d151f63
KVM: change kvm_assign_device() to print return value when iommu_attach_device() fails
by Shuah Khan
· 12 years ago
b74ca3b
kvm: replace test_and_set_bit_le() in mark_page_dirty_in_slot() with set_bit_le()
by Takuya Yoshikawa
· 12 years ago
ecefbd9
Merge tag 'kvm-3.7-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm
by Linus Torvalds
· 12 years ago
033d995
Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
by Linus Torvalds
· 12 years ago
7a84428
KVM: Add resampling irqfds for level triggered interrupts
by Alex Williamson
· 12 years ago
1e08ec4
KVM: optimize apic interrupt delivery
by Gleb Natapov
· 12 years ago
9fc7744
KVM: make processes waiting on vcpu mutex killable
by Michael S. Tsirkin
· 12 years ago
3b4dc3a
KVM: move postcommit flush to x86, as mmio sptes are x86 specific
by Marcelo Tosatti
· 12 years ago
12d6e75
KVM: perform an invalid memslot step for gpa base change
by Marcelo Tosatti
· 12 years ago
2df72e9
KVM: split kvm_arch_flush_shadow
by Marcelo Tosatti
· 12 years ago
66a0350
KVM: PPC: book3s: fix build error caused by gfn_to_hva_memslot()
by Gavin Shan
· 12 years ago
760a9a3
kvm: Fix nonsense handling of compat ioctl
by Alan Cox
· 12 years ago
4d8b81a
KVM: introduce readonly memslot
by Xiao Guangrong
· 12 years ago
ca3a490
KVM: introduce KVM_HVA_ERR_BAD
by Xiao Guangrong
· 12 years ago
12ce13f
KVM: use 'writable' as a hint to map writable pfn
by Xiao Guangrong
· 12 years ago
2fc8431
KVM: reorganize hva_to_pfn
by Xiao Guangrong
· 12 years ago
86ab8cf
KVM: introduce gfn_to_hva_read/kvm_read_hva/kvm_read_hva_atomic
by Xiao Guangrong
· 12 years ago
037d92d
KVM: introduce gfn_to_pfn_memslot_atomic
by Xiao Guangrong
· 12 years ago
a50d64d
KVM: fix missing check for memslot flags
by Xiao Guangrong
· 12 years ago
4382973
workqueue: deprecate flush[_delayed]_work_sync()
by Tejun Heo
· 12 years ago
28a6fda
KVM: x86: drop parameter validation in ioapic/pic
by Michael S. Tsirkin
· 12 years ago
32cad84
KVM: do not release the error page
by Xiao Guangrong
· 12 years ago
cb9aaa3
KVM: do not release the error pfn
by Xiao Guangrong
· 12 years ago
6cede2e
KVM: introduce KVM_ERR_PTR_BAD_PAGE
by Xiao Guangrong
· 12 years ago
83f0922
KVM: inline is_*_pfn functions
by Xiao Guangrong
· 12 years ago
950e950
KVM: introduce KVM_PFN_ERR_BAD
by Xiao Guangrong
· 12 years ago
e6c1502
KVM: introduce KVM_PFN_ERR_HWPOISON
by Xiao Guangrong
· 12 years ago
6c8ee57
KVM: introduce KVM_PFN_ERR_FAULT
by Xiao Guangrong
· 12 years ago
16b854c
KVM: iommu: fix releasing unmapped page
by Xiao Guangrong
· 12 years ago
d89cc61
KVM: Push rmap into kvm_arch_memory_slot
by Takuya Yoshikawa
· 12 years ago
23d43cf
KVM: Move KVM_IRQ_LINE to arch-generic code
by Christoffer Dall
· 12 years ago
a276632
KVM: remove dummy pages
by Xiao Guangrong
· 12 years ago
2b4b5af
KVM: use kvm_release_page_clean to release the page
by Xiao Guangrong
· 12 years ago
e9bda6f
Merge branch 'queue' into next
by Avi Kivity
· 12 years ago
5fecc9d
Merge tag 'kvm-3.6-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm
by Linus Torvalds
· 12 years ago
06e48c5
KVM: Choose better candidate for directed yield
by Raghavendra K T
· 12 years ago
4c08849
KVM: Note down when cpu relax intercepted or pause loop exited
by Raghavendra K T
· 12 years ago
f2a7434
KVM: Add config to support ple or cpu relax optimzation
by Raghavendra K T
· 12 years ago
93b6547
KVM: switch to symbolic name for irq_states size
by Michael S. Tsirkin
· 12 years ago
1a577b7
KVM: fix race with level interrupts
by Michael S. Tsirkin
· 12 years ago
d566104
KVM: remove the unused parameter of gfn_to_pfn_memslot
by Xiao Guangrong
· 12 years ago
ca0565f5
KVM: make bad_pfn static to kvm_main.c
by Xiao Guangrong
· 12 years ago
903816f
KVM: using get_fault_pfn to get the fault pfn
by Xiao Guangrong
· 12 years ago
b3ae209
KVM: Introduce kvm_unmap_hva_range() for kvm_mmu_notifier_invalidate_range_start()
by Takuya Yoshikawa
· 12 years ago
a76beb1
KVM: Fix device assignment threaded irq handler
by Alex Williamson
· 12 years ago
5cfc2aa
KVM: handle last_boosted_vcpu = 0 case
by Rik van Riel
· 12 years ago
f411930
KVM: fix fault page leak
by Xiao Guangrong
· 12 years ago
326cf03
KVM: Sanitize KVM_IRQFD flags
by Alex Williamson
· 12 years ago
d4db293
KVM: Pass kvm_irqfd to functions
by Alex Williamson
· 12 years ago
9900b4b
KVM: use KVM_CAP_IRQ_ROUTING to protect the routing related code
by Marc Zyngier
· 12 years ago
f961f72
KVM: Fix PCI header check on device assignment
by Jan Kiszka
· 12 years ago
f2ebd42
KVM: Fix buffer overflow in kvm_set_irq()
by Avi Kivity
· 13 years ago
c1a7b32
KVM: Avoid wasting pages for small lpage_info arrays
by Takuya Yoshikawa
· 12 years ago
92eca8f
KVM: Separate out dirty_bitmap allocation code as kvm_kvzalloc()
by Takuya Yoshikawa
· 12 years ago
41628d3
KVM: s390: Implement the directed yield (diag 9c) hypervisor call for KVM
by Konstantin Weitz
· 13 years ago
07975ad
KVM: Introduce direct MSI message injection for in-kernel irqchips
by Jan Kiszka
· 13 years ago
eac0556
Merge branch 'linus' into queue
by Marcelo Tosatti
· 13 years ago
21a1416
KVM: lock slots_lock around device assignment
by Alex Williamson
· 13 years ago
a0c9a822
KVM: dont clear TMR on EOI
by Michael S. Tsirkin
· 13 years ago
32f6daa
KVM: unmap pages from the iommu when slots are removed
by Alex Williamson
· 13 years ago
93474b2
KVM: Remove unused dirty_bitmap_head and nr_dirty_pages
by Takuya Yoshikawa
· 13 years ago
8c84780
KVM: fix kvm_vcpu_kick build failure on S390
by Marcelo Tosatti
· 13 years ago
b6d3383
KVM: Factor out kvm_vcpu_kick to arch-generic code
by Christoffer Dall
· 13 years ago
a1300716
KVM: resize kvm_io_range array dynamically
by Amos Kong
· 13 years ago
cf9eeac
KVM: Convert intx_mask_lock to spin lock
by Jan Kiszka
· 13 years ago
bec87d6
KVM: use correct tlbs dirty type in cmpxchg
by Alex Shi
· 13 years ago
07700a9
KVM: Allow host IRQ sharing for assigned PCI 2.3 devices
by Jan Kiszka
· 13 years ago
3e51570
KVM: Ensure all vcpus are consistent with in-kernel irqchip settings
by Avi Kivity
· 13 years ago
565f3be
KVM: mmu_notifier: Flush TLBs before releasing mmu_lock
by Takuya Yoshikawa
· 13 years ago
db3fe4e
KVM: Introduce kvm_memory_slot::arch and move lpage_info into it
by Takuya Yoshikawa
· 13 years ago
189a2f7
KVM: Simplify ifndef conditional usage in __kvm_set_memory_region()
by Takuya Yoshikawa
· 13 years ago
a64f273
KVM: Split lpage_info creation out from __kvm_set_memory_region()
by Takuya Yoshikawa
· 13 years ago
fb03cb6
KVM: Introduce gfn_to_index() which returns the index for a given level
by Takuya Yoshikawa
· 13 years ago
9d4cba7
KVM: Move gfn_to_memslot() to kvm_host.h
by Paul Mackerras
· 13 years ago
b93a355
KVM: fix error handling for out of range irq
by Michael S. Tsirkin
· 13 years ago
a355aa5
KVM: Add barriers to allow mmu_notifier_retry to be used locklessly
by Paul Mackerras
· 13 years ago
5b1c149
KVM: s390: ucontrol: export SIE control block to user
by Carsten Otte
· 13 years ago
e08b963
KVM: s390: add parameter for KVM_CREATE_VM
by Carsten Otte
· 13 years ago
50e92b3
KVM: Fix __set_bit() race in mark_page_dirty() during dirty logging
by Takuya Yoshikawa
· 13 years ago
90ab5ee
module_param: make bool parameters really bool (drivers & misc)
by Rusty Russell
· 13 years ago
1c81065
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu
by Linus Torvalds
· 13 years ago
00fb543
Merge branches 'iommu/fixes', 'arm/omap' and 'x86/amd' into next
by Joerg Roedel
· 13 years ago
4f69b68
KVM: ensure that debugfs entries have been created
by Hamo
· 13 years ago
d546cb4
KVM: drop bsp_vcpu pointer from kvm struct
by Gleb Natapov
· 13 years ago
ff5c2c0
KVM: Use memdup_user instead of kmalloc/copy_from_user
by Sasha Levin
· 13 years ago
cdfca7b
KVM: Use kmemdup() instead of kmalloc/memcpy
by Sasha Levin
· 13 years ago
Next »