aboutsummaryrefslogtreecommitdiffstats
path: root/.gitattributes (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2018-06-01kvm: Make VM ioctl do valloc for some archsMarc Orr6-4/+32
2018-06-01kvm: Change return type to vm_fault_tSouptick Joarder7-7/+7
2018-05-26KVM: docs: mmu: Fix link to NPT presentation from KVM Forum 2008Liran Alon1-1/+1
2018-05-26kvm: x86: Amend the KVM_GET_SUPPORTED_CPUID API documentationJim Mattson1-6/+12
2018-05-26KVM: x86: hyperv: declare KVM_CAP_HYPERV_TLBFLUSH capabilityVitaly Kuznetsov3-0/+11
2018-05-26KVM: x86: hyperv: simplistic HVCALL_FLUSH_VIRTUAL_ADDRESS_{LIST,SPACE}_EX implementationVitaly Kuznetsov2-12/+125
2018-05-26KVM: x86: hyperv: simplistic HVCALL_FLUSH_VIRTUAL_ADDRESS_{LIST,SPACE} implementationVitaly Kuznetsov3-1/+82
2018-05-26KVM: introduce kvm_make_vcpus_request_mask() APIVitaly Kuznetsov2-8/+29
2018-05-26KVM: x86: hyperv: do rep check for each hypercall separatelyVitaly Kuznetsov1-9/+12
2018-05-26KVM: x86: hyperv: use defines when parsing hypercall parametersVitaly Kuznetsov1-3/+3
2018-05-26x86/hyper-v: move struct hv_flush_pcpu{,ex} definitions to common headerVitaly Kuznetsov3-23/+23
2018-05-25KVM: arm/arm64: Bump VGIC_V3_MAX_CPUS to 512Eric Auger1-1/+1
2018-05-25KVM: arm/arm64: Implement KVM_VGIC_V3_ADDR_TYPE_REDIST_REGIONEric Auger4-4/+67
2018-05-25KVM: arm/arm64: Add KVM_VGIC_V3_ADDR_TYPE_REDIST_REGIONEric Auger2-0/+2
2018-05-25KVM: arm/arm64: Check all vcpu redistributors are set on map_resourcesEric Auger1-5/+14
2018-05-25KVM: arm/arm64: Check vcpu redist base before registering an iodevEric Auger2-0/+6
2018-05-25KVM: arm/arm64: Remove kvm_vgic_vcpu_early_initEric Auger3-45/+37
2018-05-25KVM: arm/arm64: Helper to register a new redistributor regionEric Auger2-16/+81
2018-05-25KVM: arm/arm64: Adapt vgic_v3_check_base to multiple rdist regionsEric Auger2-17/+42
2018-05-25KVM: arm/arm64: Revisit Redistributor TYPER last bit computationEric Auger1-1/+6
2018-05-25KVM: arm/arm64: Helper to locate free rdist indexEric Auger3-2/+35
2018-05-25KVM: arm/arm64: Replace the single rdist region by a listEric Auger5-24/+77
2018-05-25KVM: arm/arm64: Document KVM_VGIC_V3_ADDR_TYPE_REDIST_REGIONEric Auger1-2/+28
2018-05-25KVM: arm/arm64: Set dist->spis to NULL after kfreeEric Auger1-0/+1
2018-05-25KVM: arm64: Invoke FPSIMD context switch trap from CDave Martin3-51/+13
2018-05-25KVM: arm64: Fold redundant exit code checks out of fixup_guest_exit()Dave Martin1-4/+8
2018-05-25KVM: arm64: Remove redundant *exit_code changes in fpsimd_guest_exit()Dave Martin1-12/+4
2018-05-25KVM: arm64: Remove eager host SVE state savingDave Martin4-37/+0
2018-05-25KVM: arm64: Save host SVE context as appropriateDave Martin6-2/+47
2018-05-25arm64/sve: Move sve_pffr() to fpsimd.h and make inlineDave Martin3-13/+24
2018-05-25arm64/sve: Switch sve_pffr() argument from task to threadDave Martin1-5/+5
2018-05-25arm64/sve: Move read_zcr_features() out of cpufeature.hDave Martin5-29/+32
2018-05-25KVM: arm64: Optimise FPSIMD handling to reduce guest/host thrashingDave Martin9-31/+192
2018-05-25KVM: arm64: Repurpose vcpu_arch.debug_flags for general-purpose flagsDave Martin6-19/+18
2018-05-25arm64/sve: Refactor user SVE trap maintenance for external useDave Martin1-15/+15
2018-05-25arm64: fpsimd: Eliminate task->mm checksDave Martin2-25/+19
2018-05-25arm64: fpsimd: Avoid FPSIMD context leakage for the init taskDave Martin1-6/+7
2018-05-25arm64: fpsimd: Generalise context saving for non-task contextsDave Martin1-12/+14
2018-05-25KVM: arm64: Convert lazy FPSIMD context switch trap to CDave Martin2-35/+46
2018-05-25KVM: arm/arm64: Introduce kvm_arch_vcpu_run_pid_changeChristoffer Dall3-1/+18
2018-05-25arm64: Use update{,_tsk}_thread_flag()Dave Martin1-10/+8
2018-05-25thread_info: Add update_thread_flag() helpersDave Martin2-0/+17
2018-05-25arm64: fpsimd: Fix TIF_FOREIGN_FPSTATE after invalidating cpu regsDave Martin1-5/+2
2018-05-24KVM: x86: Expose CLDEMOTE CPU feature to guest VMJingqi Liu1-1/+2
2018-05-24KVM: nVMX: Emulate L1 individual-address invvpid by L0 individual-address invvpidLiran Alon1-3/+16
2018-05-24KVM: nVMX: Don't flush TLB when vmcs12 uses VPIDLiran Alon1-6/+14
2018-05-24KVM: nVMX: Use vmx local var for referencing vpid02Liran Alon1-1/+1
2018-05-24KVM: x86: prevent integer overflows in KVM_MEMORY_ENCRYPT_REG_REGIONDan Carpenter1-1/+7
2018-05-24KVM: x86: remove obsolete EXPORT... of handle_mmio_page_faultSean Christopherson1-1/+0
2018-05-23KVM: nVMX: Ensure that VMCS12 field offsets do not changeJim Mattson1-0/+157