Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
773cd38f40b8834be991dbfed36683acc1dd41ee
/
virt
/
kvm
« Previous
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
f82a8cf
KVM: struct kvm_memory_slot.user_alloc -> bool
by Alex Williamson
· 12 years ago
bbacc0c
KVM: Rename KVM_MEMORY_SLOTS -> KVM_USER_MEM_SLOTS
by Alex Williamson
· 12 years ago
b7f69c5
KVM: Minor memory slot optimization
by Alex Williamson
· 12 years ago
e40f193
KVM: Fix iommu map/unmap to handle memory slot moves
by Alex Williamson
· 12 years ago
9c695d4
KVM: Check userspace_addr when modifying a memory slot
by Alex Williamson
· 12 years ago
f0736cf0
KVM: Restrict non-existing slot state transitions
by Alex Williamson
· 12 years ago
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
Next »