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