aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAge
...
| * | KVM: remove redundant assignments in __kvm_set_memory_regionChristian Borntraeger2014-09-05
| * | KVM: remove redundant assigment of return value in kvm_dev_ioctlChristian Borntraeger2014-09-05
| * | KVM: remove redundant check of in_spin_loopChristian Borntraeger2014-09-05
| * | KVM: x86: propagate exception from permission checks on the nested page faultPaolo Bonzini2014-09-05
| * | KVM: x86: skip writeback on injection of nested exceptionPaolo Bonzini2014-09-05
| * | KVM: nSVM: propagate the NPF EXITINFO to the guestPaolo Bonzini2014-09-03
| * | KVM: x86: reserve bit 8 of non-leaf PDPEs and PML4Es in 64-bit mode on AMDPaolo Bonzini2014-09-03
| * | KVM: mmio: cleanup kvm_set_mmio_spte_maskTiejun Chen2014-09-03
| * | kvm: x86: fix stale mmio cache bugDavid Matlack2014-09-03
| * | kvm: fix potentially corrupt mmio cacheDavid Matlack2014-09-03
| * | KVM: do not bias the generation number in kvm_current_mmio_generationPaolo Bonzini2014-09-03
| |/
| * KVM: x86: use guest maxphyaddr to check MTRR valuesPaolo Bonzini2014-08-29
| * KVM: remove garbage arg to *hardware_{en,dis}ableRadim Krčmář2014-08-29
| * KVM: static inline empty kvm_arch functionsRadim Krčmář2014-08-29
| * KVM: forward declare structs in kvm_types.hPaolo Bonzini2014-08-29
| * KVM: x86: remove Aligned bit from movntps/movntpdPaolo Bonzini2014-08-29
| * KVM: x86 emulator: emulate MOVNTDQAlex Williamson2014-08-29
| * KVM: vmx: VMXOFF emulation in vm86 should cause #UDNadav Amit2014-08-29
| * KVM: x86: fix some sparse warningsPaolo Bonzini2014-08-29
| * KVM: nVMX: nested TPR shadow/threshold emulationWanpeng Li2014-08-29
| * KVM: nVMX: introduce nested_get_vmcs12_pagesWanpeng Li2014-08-29
| * KVM: Unconditionally export KVM_CAP_USER_NMIChristoffer Dall2014-08-29
| * KVM: Unconditionally export KVM_CAP_READONLY_MEMChristoffer Dall2014-08-29
| * KVM: s390/mm: fix up indentation of set_guest_storage_keyChristian Borntraeger2014-08-29
| * Merge tag 'kvm-s390-next-20140825' of git://git.kernel.org/pub/scm/linux/kern...Paolo Bonzini2014-08-26
| |\
| | * KVM: s390/mm: remove outdated gmap data structuresMartin Schwidefsky2014-08-26
| | * KVM: s390/mm: support gmap page tables with less than 5 levelsMartin Schwidefsky2014-08-26
| | * KVM: s390/mm: use radix trees for guest to host mappingsMartin Schwidefsky2014-08-26
| | * KVM: s390/mm: cleanup gmap function arguments, variable namesMartin Schwidefsky2014-08-25
| | * KVM: s390/mm: readd address parameter to gmap_do_ipte_notifyMartin Schwidefsky2014-08-25
| | * KVM: s390/mm: readd address parameter to pgste_ipte_notifyMartin Schwidefsky2014-08-25
| | * KVM: s390: don't use kvm lock in interrupt injection codeJens Freimann2014-08-25
| | * KVM: s390: return -EFAULT if lowcore is not mapped during irq deliveryJens Freimann2014-08-25
| | * KVM: s390: implement KVM_REQ_TLB_FLUSH and make use of itDavid Hildenbrand2014-08-25
| | * KVM: s390: synchronize more registers with kvm_runDavid Hildenbrand2014-08-25
| | * KVM: s390: no special machine check deliveryChristian Borntraeger2014-08-25
| | * KVM: s390: clear kvm_dirty_regs when dropping to user spaceDavid Hildenbrand2014-08-25
| | * KVM: clarify the idea of kvm_dirty_regsDavid Hildenbrand2014-08-25
| | * KVM: s390: factor out get_ilc() functionJens Freimann2014-08-25
| | * KVM: s390: add defines for pfault init delivery codeJens Freimann2014-08-25
| * | kvm: x86: fix tracing for 32-bitPaolo Bonzini2014-08-25
| * | Merge tag 'kvm-s390-20140825' of git://git.kernel.org/pub/scm/linux/kernel/gi...Paolo Bonzini2014-08-25
| |\|
| | * KVM: s390/mm: try a cow on read only pages for key opsChristian Borntraeger2014-08-25
| | * KVM: s390: Fix user triggerable bug in dead codeChristian Borntraeger2014-08-25
* | | KVM: EVENTFD: remove inclusion of irq.hEric Auger2014-09-11
* | | ARM/arm64: KVM: fix use of WnR bit in kvm_is_write_fault()Ard Biesheuvel2014-09-11
* | | KVM: vgic: declare probe function pointer as constWill Deacon2014-08-27
* | | KVM: vgic: return int instead of bool when checking I/O rangesWill Deacon2014-08-27
* | | KVM: ARM/arm64: return -EFAULT if copy_from_user fails in set_timer_regWill Deacon2014-08-27
* | | KVM: ARM/arm64: avoid returning negative error code as boolWill Deacon2014-08-27