summaryrefslogtreecommitdiffstats
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2014-09-17kvm: Make init_rmode_identity_map() return 0 on success.Tang Chen1-10/+8
2014-09-17kvm: Remove ept_identity_pagetable from struct kvm_arch.Tang Chen3-28/+22
2014-09-17KVM: s390: register flic ops dynamicallyCornelia Huck2-1/+3
2014-09-16KVM: x86: Use kvm_make_request when applicableGuo Hui Liu1-8/+7
2014-09-11KVM: x86: make apic_accept_irq tracepoint more genericPaolo Bonzini2-9/+6
2014-09-11kvm: Use APIC_DEFAULT_PHYS_BASE macro as the apic access page address.Tang Chen2-4/+5
2014-09-11Merge tag 'kvm-s390-next-20140910' of git://git.kernel.org/pub/scm/linux/kern...Paolo Bonzini6-20/+74
2014-09-10KVM: s390/interrupt: remove double assignmentChristian Borntraeger1-1/+0
2014-09-10KVM: s390/cmm: Fix prefix handling for diag 10 balloonChristian Borntraeger1-8/+18
2014-09-10KVM: s390: get rid of constant condition in ipte_unlock_simpleChristian Borntraeger1-2/+1
2014-09-10KVM: s390: unintended fallthrough for external callChristian Borntraeger1-0/+1
2014-09-10KVM: s390: Limit guest size to 16TBChristian Borntraeger1-1/+1
2014-09-10KVM: s390: add __must_check to interrupt deliver functionsChristian Borntraeger2-7/+7
2014-09-10KVM: CPACF: Enable MSA4 instructions for kvm guestTony Krowiak2-1/+46
2014-09-05KVM: x86: propagate exception from permission checks on the nested page faultPaolo Bonzini4-11/+16
2014-09-05KVM: x86: skip writeback on injection of nested exceptionPaolo Bonzini2-6/+10
2014-09-03KVM: nSVM: propagate the NPF EXITINFO to the guestPaolo Bonzini2-4/+32
2014-09-03KVM: x86: reserve bit 8 of non-leaf PDPEs and PML4Es in 64-bit mode on AMDPaolo Bonzini2-2/+19
2014-09-03KVM: mmio: cleanup kvm_set_mmio_spte_maskTiejun Chen3-6/+6
2014-09-03kvm: x86: fix stale mmio cache bugDavid Matlack3-6/+17
2014-09-03kvm: fix potentially corrupt mmio cacheDavid Matlack1-8/+12
2014-09-03KVM: do not bias the generation number in kvm_current_mmio_generationPaolo Bonzini1-6/+1
2014-08-29KVM: x86: use guest maxphyaddr to check MTRR valuesPaolo Bonzini1-3/+2
2014-08-29KVM: remove garbage arg to *hardware_{en,dis}ableRadim Krčmář14-23/+23
2014-08-29KVM: static inline empty kvm_arch functionsRadim Krčmář11-163/+57
2014-08-29KVM: forward declare structs in kvm_types.hPaolo Bonzini7-28/+7
2014-08-29KVM: x86: remove Aligned bit from movntps/movntpdPaolo Bonzini1-3/+3
2014-08-29KVM: x86 emulator: emulate MOVNTDQAlex Williamson1-1/+6
2014-08-29KVM: vmx: VMXOFF emulation in vm86 should cause #UDNadav Amit1-6/+8
2014-08-29KVM: x86: fix some sparse warningsPaolo Bonzini2-7/+7
2014-08-29KVM: nVMX: nested TPR shadow/threshold emulationWanpeng Li1-3/+51
2014-08-29KVM: nVMX: introduce nested_get_vmcs12_pagesWanpeng Li1-12/+25
2014-08-29KVM: s390/mm: fix up indentation of set_guest_storage_keyChristian Borntraeger1-6/+6
2014-08-26Merge tag 'kvm-s390-next-20140825' of git://git.kernel.org/pub/scm/linux/kern...Paolo Bonzini12-585/+497
2014-08-26KVM: s390/mm: remove outdated gmap data structuresMartin Schwidefsky1-23/+0
2014-08-26KVM: s390/mm: support gmap page tables with less than 5 levelsMartin Schwidefsky3-33/+59
2014-08-26KVM: s390/mm: use radix trees for guest to host mappingsMartin Schwidefsky7-383/+308
2014-08-25kvm: x86: fix tracing for 32-bitPaolo Bonzini1-2/+2
2014-08-25Merge tag 'kvm-s390-20140825' of git://git.kernel.org/pub/scm/linux/kernel/gi...Paolo Bonzini2-13/+10
2014-08-25KVM: s390/mm: cleanup gmap function arguments, variable namesMartin Schwidefsky7-70/+72
2014-08-25KVM: s390/mm: readd address parameter to gmap_do_ipte_notifyMartin Schwidefsky2-3/+4
2014-08-25KVM: s390/mm: readd address parameter to pgste_ipte_notifyMartin Schwidefsky1-8/+9
2014-08-25KVM: s390: don't use kvm lock in interrupt injection codeJens Freimann1-2/+0
2014-08-25KVM: s390: return -EFAULT if lowcore is not mapped during irq deliveryJens Freimann3-25/+24
2014-08-25KVM: s390: implement KVM_REQ_TLB_FLUSH and make use of itDavid Hildenbrand2-3/+9
2014-08-25KVM: s390: synchronize more registers with kvm_runDavid Hildenbrand2-14/+56
2014-08-25KVM: s390: no special machine check deliveryChristian Borntraeger3-66/+0
2014-08-25KVM: s390: clear kvm_dirty_regs when dropping to user spaceDavid Hildenbrand1-4/+2
2014-08-25KVM: s390: factor out get_ilc() functionJens Freimann1-20/+21
2014-08-25KVM: s390/mm: try a cow on read only pages for key opsChristian Borntraeger1-0/+10