index
:
blackbird-obmc-linux
dev-5.0-raptor-04-16-2019
dev-5.0-raptor-04-16-2019-dev
Blackbird™ Linux sources for OpenBMC
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
virt
/
kvm
/
kvm_main.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
kvm: warn on more invariant breakage
Paolo Bonzini
2014-12-28
1
-1
/
+3
*
kvm: fix sorting of memslots with base_gfn == 0
Paolo Bonzini
2014-12-28
1
-5
/
+17
*
Merge tag 'kvm-arm-for-3.19-take2' of git://git.kernel.org/pub/scm/linux/kern...
Paolo Bonzini
2014-12-15
1
-8
/
+8
|
\
|
*
kvm: fix kvm_is_mmio_pfn() and rename to kvm_is_reserved_pfn()
Ard Biesheuvel
2014-11-25
1
-8
/
+8
*
|
KVM: track pid for VCPU only on KVM_RUN ioctl
Christian Borntraeger
2014-12-04
1
-9
/
+9
*
|
KVM: don't check for PF_VCPU when yielding
David Hildenbrand
2014-12-04
1
-4
/
+0
*
|
kvm: optimize GFN to memslot lookup with large slots amount
Igor Mammedov
2014-12-04
1
-1
/
+7
*
|
kvm: change memslot sorting rule from size to GFN
Igor Mammedov
2014-12-04
1
-6
/
+11
*
|
kvm: update_memslots: drop not needed check for the same slot
Igor Mammedov
2014-12-04
1
-14
/
+11
*
|
kvm: update_memslots: drop not needed check for the same number of pages
Igor Mammedov
2014-12-04
1
-15
/
+13
*
|
kvm: x86: move assigned-dev.c and iommu.c to arch/x86/
Radim Krčmář
2014-11-23
1
-2
/
+0
*
|
kvm: x86: move ioapic.c and irq_comm.c back to arch/x86/
Paolo Bonzini
2014-11-21
1
-3
/
+0
*
|
kvm: simplify update_memslots invocation
Paolo Bonzini
2014-11-17
1
-14
/
+6
*
|
kvm: commonize allocation of the new memory slots
Paolo Bonzini
2014-11-17
1
-17
/
+11
*
|
kvm: memslots: track id_to_index changes during the insertion sort
Paolo Bonzini
2014-11-14
1
-19
/
+19
*
|
kvm: memslots: replace heap sort with an insertion sort pass
Igor Mammedov
2014-11-14
1
-28
/
+28
*
|
KVM: trivial fix comment regarding __kvm_set_memory_region
Dominik Dingel
2014-11-03
1
-1
/
+1
|
/
*
kvm: vfio: fix unregister kvm_device_ops of vfio
Wanpeng Li
2014-10-24
1
-0
/
+7
*
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2014-10-08
1
-59
/
+133
|
\
|
*
Merge tag 'kvm-arm-for-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git...
Paolo Bonzini
2014-09-27
1
-2
/
+9
|
|
\
|
|
*
Merge remote-tracking branch 'kvm/next' into queue
Christoffer Dall
2014-09-18
1
-46
/
+55
|
|
|
\
|
|
*
|
KVM: Introduce gfn_to_hva_memslot_prot
Christoffer Dall
2014-08-27
1
-2
/
+9
|
*
|
|
kvm: Fix kvm_get_page_retry_io __gup retval check
Andres Lagar-Cavilla
2014-09-26
1
-1
/
+1
|
*
|
|
kvm: Add arch specific mmu notifier for page invalidation
Tang Chen
2014-09-24
1
-0
/
+3
|
*
|
|
kvm: Rename make_all_cpus_request() to kvm_make_all_cpus_request() and make i...
Tang Chen
2014-09-24
1
-5
/
+5
|
*
|
|
kvm: Fix page ageing bugs
Andres Lagar-Cavilla
2014-09-24
1
-2
/
+3
|
*
|
|
kvm: don't take vcpu mutex for obviously invalid vcpu ioctls
David Matlack
2014-09-24
1
-0
/
+4
|
*
|
|
kvm: Faults which trigger IO release the mmap_sem
Andres Lagar-Cavilla
2014-09-24
1
-3
/
+46
|
*
|
|
kvm-vfio: do not use module_init
Paolo Bonzini
2014-09-24
1
-0
/
+4
|
|
|
/
|
|
/
|
|
*
|
KVM: VFIO: register kvm_device_ops dynamically
Will Deacon
2014-09-17
1
-4
/
+0
|
*
|
KVM: s390: register flic ops dynamically
Cornelia Huck
2014-09-17
1
-4
/
+0
|
*
|
KVM: ARM: vgic: register kvm_device_ops dynamically
Will Deacon
2014-09-17
1
-4
/
+0
|
*
|
KVM: device: add simple registration mechanism for kvm_device_ops
Will Deacon
2014-09-17
1
-27
/
+38
|
*
|
KVM: remove redundant assignments in __kvm_set_memory_region
Christian Borntraeger
2014-09-05
1
-3
/
+0
|
*
|
KVM: remove redundant assigment of return value in kvm_dev_ioctl
Christian Borntraeger
2014-09-05
1
-2
/
+0
|
*
|
KVM: remove redundant check of in_spin_loop
Christian Borntraeger
2014-09-05
1
-2
/
+1
|
*
|
kvm: fix potentially corrupt mmio cache
David Matlack
2014-09-03
1
-7
/
+16
|
*
|
KVM: do not bias the generation number in kvm_current_mmio_generation
Paolo Bonzini
2014-09-03
1
-0
/
+7
|
*
|
KVM: remove garbage arg to *hardware_{en,dis}able
Radim Krčmář
2014-08-29
1
-2
/
+2
|
*
|
KVM: Unconditionally export KVM_CAP_READONLY_MEM
Christoffer Dall
2014-08-29
1
-1
/
+1
|
|
/
|
*
KVM: add kvm_arch_sched_in
Radim Krčmář
2014-08-21
1
-0
/
+2
|
*
KVM: avoid unnecessary synchronize_rcu
Christian Borntraeger
2014-08-21
1
-1
/
+2
*
|
KVM: correct null pid check in kvm_vcpu_yield_to()
Sam Bobroff
2014-09-22
1
-1
/
+1
*
|
KVM: check for !is_zero_pfn() in kvm_is_mmio_pfn()
Ard Biesheuvel
2014-09-14
1
-1
/
+1
|
/
*
KVM: Move more code under CONFIG_HAVE_KVM_IRQFD
Paolo Bonzini
2014-08-06
1
-0
/
+2
*
KVM: Give IRQFD its own separate enabling Kconfig option
Paul Mackerras
2014-08-05
1
-1
/
+1
*
KVM: Allow KVM_CHECK_EXTENSION on the vm fd
Alexander Graf
2014-07-28
1
-27
/
+31
*
KVM: Rename and add argument to check_extension
Alexander Graf
2014-07-28
1
-3
/
+3
*
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2014-06-12
1
-2
/
+2
|
\
|
*
sched: Fix signedness bug in yield_to()
Dan Carpenter
2014-06-05
1
-2
/
+2
[next]