summaryrefslogtreecommitdiffstats
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2016-02-29KVM: PPC: Book3S HV: Manage core host stateSuresh Warrier1-0/+44
2016-02-29KVM: PPC: Book3S HV: Host-side RM data structuresSuresh Warrier3-0/+104
2016-02-29powerpc/xics: Add icp_native_cause_ipi_rmSuresh Warrier2-0/+22
2016-02-29powerpc/smp: Add smp_muxed_ipi_set_messageSuresh Warrier2-1/+9
2016-02-29powerpc/smp: Support more IPI messagesSuresh Warrier2-4/+7
2016-02-23KVM: x86: use list_last_entryGeliang Tang2-4/+4
2016-02-23KVM: x86: use list_for_each_entry*Geliang Tang1-10/+4
2016-02-23KVM: x86: MMU: Move handle_mmio_page_fault() call to kvm_mmu_page_fault()Takuya Yoshikawa2-36/+22
2016-02-23KVM: x86: MMU: Consolidate quickly_check_mmio_pf() and is_mmio_page_fault()Takuya Yoshikawa1-11/+4
2016-02-16KVM: x86: pass kvm_get_time_scale arguments in hertzPaolo Bonzini1-7/+7
2016-02-16kvm/x86: Hyper-V VMBus hypercall userspace exitAndrey Smetanin1-7/+32
2016-02-16kvm/x86: Reject Hyper-V hypercall continuationAndrey Smetanin1-0/+7
2016-02-16kvm/x86: Pass return code of kvm_emulate_hypercallAndrey Smetanin3-5/+3
2016-02-16drivers/hv: Move VMBus hypercall codes into Hyper-V UAPI headerAndrey Smetanin1-0/+2
2016-02-16kvm/x86: Rename Hyper-V long spin wait hypercallAndrey Smetanin2-2/+2
2016-02-16KVM: x86: fix missed hardware breakpointsPaolo Bonzini1-0/+1
2016-02-16KVM: x86: fix *NULL on invalid low-prio irqRadim Krčmář1-18/+13
2016-02-16KVM: x86: rewrite handling of scaled TSC for kvmclockPaolo Bonzini1-7/+8
2016-02-16KVM: x86: rename argument to kvm_set_tsc_khzPaolo Bonzini1-7/+7
2016-02-16KVM: VMX: Fix guest debugging while in L2Jan Kiszka1-0/+17
2016-02-16KVM: VMX: Factor out is_exception_n helperJan Kiszka1-8/+9
2016-02-16KVM: PPC: Add support for multiple-TCE hcallsAlexey Kardashevskiy7-9/+281
2016-02-16KVM: PPC: Move reusable bits of H_PUT_TCE handler to helpersAlexey Kardashevskiy2-10/+83
2016-02-16KVM: PPC: Replace SPAPR_TCE_SHIFT with IOMMU_PAGE_SHIFT_4KAlexey Kardashevskiy3-5/+4
2016-02-16KVM: PPC: Account TCE-containing pages in locked_vmAlexey Kardashevskiy1-5/+58
2016-02-16KVM: PPC: Use RCU for arch.spapr_tce_tablesAlexey Kardashevskiy4-11/+14
2016-02-16KVM: PPC: Rework H_PUT_TCE/H_GET_TCE handlersAlexey Kardashevskiy1-42/+75
2016-02-16powerpc: Make vmalloc_to_phys() publicAlexey Kardashevskiy3-8/+11
2016-02-15vfio: Enable VFIO device for powerpcDavid Gibson1-1/+1
2016-02-10KVM: s390: bail out early on fatal signal in dirty loggingChristian Borntraeger1-0/+2
2016-02-10KVM: s390: do not block CPU on dirty loggingChristian Borntraeger1-0/+1
2016-02-10KVM: s390: do not take mmap_sem on dirty log queryChristian Borntraeger1-2/+0
2016-02-10KVM: s390: remove old fragment of vector registersDavid Hildenbrand1-7/+1
2016-02-10KVM: s390: instruction-fetching exceptions on SIE faultsDavid Hildenbrand1-2/+10
2016-02-10KVM: s390: provide prog irq ilc on SIE faultsDavid Hildenbrand1-4/+8
2016-02-10KVM: s390: irq delivery should not rely on icptcodeDavid Hildenbrand2-1/+3
2016-02-10KVM: s390: clean up prog irq injection on prog irq icptsDavid Hildenbrand1-21/+20
2016-02-10KVM: s390: read the correct opcode on SIE faultsDavid Hildenbrand1-2/+1
2016-02-10KVM: s390: gaccess: implement instruction fetching modeDavid Hildenbrand2-4/+28
2016-02-10KVM: s390: gaccess: introduce access modesDavid Hildenbrand5-35/+43
2016-02-10KVM: s390: migration / injection of prog irq ilcDavid Hildenbrand1-1/+11
2016-02-10KVM: s390: PSW forwarding / rewinding / ilc reworkDavid Hildenbrand5-36/+50
2016-02-10KVM: s390: sync of fp registers via kvm_runDavid Hildenbrand2-7/+13
2016-02-10KVM: s390: allow sync of fp registers via vregsDavid Hildenbrand1-1/+4
2016-02-09KVM: x86: consolidate different ways to test for in-kernel LAPICPaolo Bonzini5-29/+22
2016-02-09KVM: x86: consolidate "has lapic" checks into irq.cPaolo Bonzini2-8/+7
2016-02-09KVM: APIC: remove unnecessary double checks on APIC existencePaolo Bonzini1-16/+3
2016-02-09KVM/VMX: Add host irq information in trace event when updating IRTE for poste...Feng Wu2-5/+9
2016-02-09KVM: x86: Add lowest-priority support for vt-d posted-interruptsFeng Wu1-7/+49
2016-02-09KVM: x86: Use vector-hashing to deliver lowest-priority interruptsFeng Wu6-7/+82