summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * KVM: vmx: VMXOFF emulation in vm86 should cause #UDNadav Amit2014-08-291-6/+8
| * KVM: x86: fix some sparse warningsPaolo Bonzini2014-08-292-7/+7
| * KVM: nVMX: nested TPR shadow/threshold emulationWanpeng Li2014-08-291-3/+51
| * KVM: nVMX: introduce nested_get_vmcs12_pagesWanpeng Li2014-08-291-12/+25
| * KVM: Unconditionally export KVM_CAP_USER_NMIChristoffer Dall2014-08-291-3/+1
| * KVM: Unconditionally export KVM_CAP_READONLY_MEMChristoffer Dall2014-08-292-3/+1
| * KVM: s390/mm: fix up indentation of set_guest_storage_keyChristian Borntraeger2014-08-291-6/+6
| * Merge tag 'kvm-s390-next-20140825' of git://git.kernel.org/pub/scm/linux/kern...Paolo Bonzini2014-08-2613-585/+501
| |\
| | * KVM: s390/mm: remove outdated gmap data structuresMartin Schwidefsky2014-08-261-23/+0
| | * KVM: s390/mm: support gmap page tables with less than 5 levelsMartin Schwidefsky2014-08-263-33/+59
| | * KVM: s390/mm: use radix trees for guest to host mappingsMartin Schwidefsky2014-08-267-383/+308
| | * KVM: s390/mm: cleanup gmap function arguments, variable namesMartin Schwidefsky2014-08-257-70/+72
| | * KVM: s390/mm: readd address parameter to gmap_do_ipte_notifyMartin Schwidefsky2014-08-252-3/+4
| | * KVM: s390/mm: readd address parameter to pgste_ipte_notifyMartin Schwidefsky2014-08-251-8/+9
| | * KVM: s390: don't use kvm lock in interrupt injection codeJens Freimann2014-08-251-2/+0
| | * KVM: s390: return -EFAULT if lowcore is not mapped during irq deliveryJens Freimann2014-08-253-25/+24
| | * KVM: s390: implement KVM_REQ_TLB_FLUSH and make use of itDavid Hildenbrand2014-08-252-3/+9
| | * KVM: s390: synchronize more registers with kvm_runDavid Hildenbrand2014-08-252-14/+56
| | * KVM: s390: no special machine check deliveryChristian Borntraeger2014-08-253-66/+0
| | * KVM: s390: clear kvm_dirty_regs when dropping to user spaceDavid Hildenbrand2014-08-251-4/+2
| | * KVM: clarify the idea of kvm_dirty_regsDavid Hildenbrand2014-08-251-0/+4
| | * KVM: s390: factor out get_ilc() functionJens Freimann2014-08-251-20/+21
| | * KVM: s390: add defines for pfault init delivery codeJens Freimann2014-08-251-2/+4
| * | kvm: x86: fix tracing for 32-bitPaolo Bonzini2014-08-251-2/+2
| * | Merge tag 'kvm-s390-20140825' of git://git.kernel.org/pub/scm/linux/kernel/gi...Paolo Bonzini2014-08-252-13/+10
| |\ \ | | |/
| | * KVM: s390/mm: try a cow on read only pages for key opsChristian Borntraeger2014-08-251-0/+10
| | * KVM: s390: Fix user triggerable bug in dead codeChristian Borntraeger2014-08-251-13/+0
* | | KVM: EVENTFD: remove inclusion of irq.hEric Auger2014-09-111-1/+0
* | | ARM/arm64: KVM: fix use of WnR bit in kvm_is_write_fault()Ard Biesheuvel2014-09-113-26/+10
* | | KVM: vgic: declare probe function pointer as constWill Deacon2014-08-271-2/+2
* | | KVM: vgic: return int instead of bool when checking I/O rangesWill Deacon2014-08-271-1/+1
* | | KVM: ARM/arm64: return -EFAULT if copy_from_user fails in set_timer_regWill Deacon2014-08-272-2/+2
* | | KVM: ARM/arm64: avoid returning negative error code as boolWill Deacon2014-08-272-2/+2
* | | KVM: ARM/arm64: fix broken __percpu annotationWill Deacon2014-08-272-2/+2
* | | KVM: ARM/arm64: fix non-const declaration of function returning constWill Deacon2014-08-272-2/+2
* | | arm/arm64: KVM: Support KVM_CAP_READONLY_MEMChristoffer Dall2014-08-274-14/+11
* | | KVM: Introduce gfn_to_hva_memslot_protChristoffer Dall2014-08-272-2/+11
|/ /
* | KVM: trace kvm_ple_window grow/shrinkRadim Krčmář2014-08-213-0/+35
* | KVM: VMX: dynamise PLE windowRadim Krčmář2014-08-211-2/+93
* | KVM: VMX: make PLE window per-VCPURadim Krčmář2014-08-211-1/+11
* | KVM: x86: introduce sched_in to kvm_x86_opsRadim Krčmář2014-08-214-0/+15
* | KVM: add kvm_arch_sched_inRadim Krčmář2014-08-217-0/+24
* | KVM: x86: Replace X86_FEATURE_NX offset with the definitionNadav Amit2014-08-211-2/+2
* | KVM: avoid unnecessary synchronize_rcuChristian Borntraeger2014-08-211-1/+2
* | KVM: emulate: warn on invalid or uninitialized exception numbersPaolo Bonzini2014-08-202-1/+5
* | KVM: emulate: do not return X86EMUL_PROPAGATE_FAULT explicitlyPaolo Bonzini2014-08-201-5/+3
* | KVM: x86: Clarify PMU related features bit manipulationNadav Amit2014-08-201-10/+14
* | KVM: vmx: fix ept reserved bits for 1-GByte pageWanpeng Li2014-08-201-10/+12
* | KVM: x86: recalculate_apic_map after enabling apicNadav Amit2014-08-191-11/+14
* | KVM: x86: Clear apic tsc-deadline after deadlineNadav Amit2014-08-191-0/+5
OpenPOWER on IntegriCloud