summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2015-11-02Merge branch 'kvm-ppc-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Paolo Bonzini9-11/+63
2015-11-02Merge tag 'kvm-s390-next-20151028' of git://git.kernel.org/pub/scm/linux/kern...Paolo Bonzini2-26/+28
2015-10-29KVM: s390: use simple switch statement as multiplexerChristian Borntraeger1-21/+21
2015-10-29KVM: s390: drop useless newline in debugging dataChristian Borntraeger1-4/+4
2015-10-29KVM: s390: SCA must not cross page boundariesDavid Hildenbrand1-1/+3
2015-10-21KVM: PPC: Book3S HV: Handle H_DOORBELL on the guest exit pathGautham R. Shenoy1-3/+14
2015-10-21KVM: PPC: Implement extension to report number of memslotsNikunj A Dadhania1-0/+3
2015-10-21KVM: PPC: Book3S HV: Make H_REMOVE return correct HPTE value for absent HPTEsPaul Mackerras1-0/+2
2015-10-21KVM: PPC: Book3S HV: Don't fall back to smaller HPT size in allocation ioctlPaul Mackerras1-1/+2
2015-10-19KVM: x86: MMU: Initialize force_pt_level before calling mapping_level()Takuya Yoshikawa2-4/+5
2015-10-19kvm: x86: zero EFER on INITPaolo Bonzini2-8/+6
2015-10-16KVM: x86: move steal time initialization to vcpu entry timeMarcelo Tosatti1-7/+2
2015-10-16KVM: x86: MMU: Eliminate an extra memory slot search in mapping_level()Takuya Yoshikawa1-6/+11
2015-10-16KVM: x86: MMU: Remove mapping_level_dirty_bitmap()Takuya Yoshikawa1-8/+16
2015-10-16KVM: x86: MMU: Move mapping_level_dirty_bitmap() call in mapping_level()Takuya Yoshikawa2-18/+17
2015-10-16KVM: x86: MMU: Simplify force_pt_level calculation code in FNAME(page_fault)()Takuya Yoshikawa1-8/+7
2015-10-16KVM: x86: MMU: Make force_pt_level boolTakuya Yoshikawa2-6/+6
2015-10-16kvm: svm: Only propagate next_rip when guest supports itJoerg Roedel2-1/+31
2015-10-16KVM: x86: manually unroll bad_mt_xwr loopPaolo Bonzini1-8/+10
2015-10-16KVM: nVMX: expose VPID capability to L1Wanpeng Li1-2/+7
2015-10-16KVM: nVMX: nested VPID emulationWanpeng Li1-7/+32
2015-10-16KVM: nVMX: emulate the INVVPID instructionWanpeng Li2-1/+61
2015-10-16KVM: PPC: Book3S HV: Deliver machine check with MSR(RI=0) to guest as MCEMahesh Salgaonkar1-4/+8
2015-10-15KVM: PPC: e500: fix couple of shift operations on 64 bitsTudor Laurentiu1-2/+2
2015-10-15KVM: PPC: e500: Emulate TMCFG0 TMRN registerTudor Laurentiu2-0/+24
2015-10-15KVM: PPC: e500: fix handling local_sid_lookup resultAndrzej Hajda1-1/+2
2015-10-15powerpc/e6500: add TMCFG0 register definitionTudor Laurentiu1-0/+6
2015-10-14KVM: VMX: introduce __vmx_flush_tlb to handle specific vpidWanpeng Li1-8/+13
2015-10-14KVM: VMX: adjust interface to allocate/free_vpidWanpeng Li1-13/+12
2015-10-14KVM: x86: don't notify userspace IOAPIC on edge EOIRadim Krčmář1-2/+4
2015-10-14KVM: x86: fix edge EOI and IOAPIC reconfig raceRadim Krčmář2-2/+6
2015-10-14kvm: x86: set KVM_REQ_EVENT when updating IRRRadim Krčmář1-0/+2
2015-10-14Merge branch 'kvm-master' into HEADPaolo Bonzini2-4/+8
2015-10-14KVM: x86: fix RSM into 64-bit protected modePaolo Bonzini1-3/+7
2015-10-14KVM: x86: fix previous commit for 32-bitPaolo Bonzini1-1/+1
2015-10-13Merge branch 'kvm-master' into HEADPaolo Bonzini3-84/+83
2015-10-13KVM: x86: fix SMI to halted VCPUPaolo Bonzini1-0/+3
2015-10-13KVM: x86: clean up kvm_arch_vcpu_runnablePaolo Bonzini1-10/+29
2015-10-13KVM: x86: map/unmap private slots in __x86_set_memory_regionPaolo Bonzini1-32/+30
2015-10-13KVM: x86: build kvm_userspace_memory_region in x86_set_memory_regionPaolo Bonzini3-42/+21
2015-10-13Merge tag 'kvm-s390-next-20151013' of git://git.kernel.org/pub/scm/linux/kern...Paolo Bonzini4-119/+97
2015-10-13KVM: s390: factor out reading of the guest TOD clockDavid Hildenbrand3-15/+14
2015-10-13KVM: s390: factor out and fix setting of guest TOD clockDavid Hildenbrand3-23/+21
2015-10-13KVM: s390: switch to get_tod_clock() and fix STP sync racesDavid Hildenbrand2-20/+6
2015-10-13KVM: s390: correctly handle injection of pgm irqs and per eventsDavid Hildenbrand1-1/+20
2015-10-13KVM: s390: simplify in-kernel program irq injectionDavid Hildenbrand2-32/+20
2015-10-13KVM: s390: drop out early in kvm_s390_has_irq()David Hildenbrand1-11/+9
2015-10-13KVM: s390: kvm_arch_vcpu_runnable already cares about timer interruptsDavid Hildenbrand1-1/+1
2015-10-13KVM: s390: set interception requests for all floating irqsDavid Hildenbrand1-12/+7
2015-10-13KVM: s390: disabled wait cares about machine checks, not PERDavid Hildenbrand1-5/+3