summaryrefslogtreecommitdiffstats
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2020-06-11KVM: async_pf: Inject 'page ready' event only if 'page not present' was previ...Vitaly Kuznetsov4-5/+10
2020-06-11kvm: i8254: remove redundant assignment to pointer sColin Ian King1-1/+0
2020-06-11KVM: x86: respect singlestep when emulating instructionFelipe Franciosi1-1/+1
2020-06-11Merge branch 'kvm-basic-exit-reason' into HEADPaolo Bonzini1-2/+2
2020-06-11KVM: nVMX: Consult only the "basic" exit reason when routing nested exitSean Christopherson1-1/+1
2020-06-09KVM: x86: Unexport x86_fpu_cache and make it staticSean Christopherson2-3/+1
2020-06-08KVM: x86: Fix APIC page invalidation raceEiichi Tsukata1-5/+2
2020-06-08KVM: SVM: fix calls to is_interceptPaolo Bonzini2-2/+4
2020-06-08Revert "KVM: x86: work around leak of uninitialized stack contents"Vitaly Kuznetsov1-7/+0
2020-06-08KVM: VMX: Properly handle kvm_read/write_guest_virt*() resultVitaly Kuznetsov3-40/+74
2020-06-05KVM: x86: emulate reserved nops from 0f/18 to 0f/1fPaolo Bonzini1-2/+6
2020-06-04Merge tag 'kvm-ppc-next-5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini22-237/+276
2020-06-04KVM: x86: minor code refactor and comments fixup around dirty loggingAnthony Yznaga1-55/+49
2020-06-04KVM: x86: avoid unnecessary rmap walks when creating/moving slotsAnthony Yznaga1-1/+1
2020-06-04KVM: x86: remove unnecessary rmap walk of read-only memslotsAnthony Yznaga1-4/+2
2020-06-04KVM: Use vmemdup_user()Denis Efremov1-10/+7
2020-06-04x86/kvm: Remove defunct KVM_DEBUG_FS KconfigSean Christopherson2-9/+0
2020-06-04KVM: MIPS: Enable KVM support for Loongson-3Huacai Chen3-1/+3
2020-06-04KVM: MIPS: Add more MMIO load/store instructions emulationHuacai Chen1-10/+470
2020-06-04KVM: MIPS: Add CONFIG6 and DIAG registers emulationHuacai Chen4-1/+113
2020-06-04KVM: MIPS: Add CPUCFG emulation for Loongson-3Huacai Chen4-0/+92
2020-06-04KVM: MIPS: Add Loongson-3 Virtual IPI interrupt supportHuacai Chen5-1/+277
2020-06-04KVM: MIPS: Add more types of virtual interruptsHuacai Chen4-133/+67
2020-06-04KVM: MIPS: Let indexed cacheops cause guest exit on Loongson-3Huacai Chen1-2/+6
2020-06-04KVM: MIPS: Use root tlb to control guest's CCA for Loongson-3Huacai Chen1-0/+6
2020-06-04KVM: MIPS: Introduce and use cpu_guest_has_ldpteHuacai Chen3-14/+19
2020-06-04KVM: MIPS: Use lddir/ldpte instructions to lookup gpa_mm.pgdHuacai Chen1-1/+18
2020-06-04KVM: MIPS: Add EVENTFD support which is needed by VHOSTHuacai Chen4-1/+8
2020-06-04KVM: MIPS: Increase KVM_MAX_VCPUS and KVM_USER_MEM_SLOTS to 16Huacai Chen1-2/+2
2020-06-04KVM: MIPS: Fix VPN2_MASK definition for variable cpu_vmbitsXing Li1-0/+4
2020-06-04KVM: MIPS: Define KVM_ENTRYHI_ASID to cpu_asid_mask(&boot_cpu_data)Xing Li1-1/+1
2020-06-04KVM: x86: Move MPK feature detection to common codeBabu Moger2-5/+8
2020-06-04KVM: x86: Assign correct value to array.maxnentXiaoyao Li1-2/+3
2020-06-04KVM: VMX: Always treat MSR_IA32_PERF_CAPABILITIES as a valid PMU MSRSean Christopherson1-1/+1
2020-06-04KVM: let kvm_destroy_vm_debugfs clean up vCPU debugfs directoriesPaolo Bonzini2-10/+5
2020-06-03Merge tag 'media/v5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds2-2/+2
2020-06-03Merge branch 'akpm' (patches from Andrew)Linus Torvalds76-672/+224
2020-06-03arm64: mm: use ARCH_HAS_DEBUG_WX instead of arch definedZong Li2-29/+1
2020-06-03x86: mm: use ARCH_HAS_DEBUG_WX instead of arch definedZong Li2-27/+1
2020-06-03riscv: support DEBUG_WXZong Li3-0/+15
2020-06-03mm/thp: rename pmd_mknotpresent() as pmd_mkinvalid()Anshuman Khandual6-6/+6
2020-06-03powerpc/mm: drop platform defined pmd_mknotpresent()Anshuman Khandual1-4/+0
2020-06-03sparc32: register memory occupied by kernel as memblock.memoryMike Rapoport1-0/+1
2020-06-03mm/hugetlb: define a generic fallback for arch_clear_hugepage_flags()Anshuman Khandual11-28/+4
2020-06-03mm/hugetlb: define a generic fallback for is_hugepage_only_range()Anshuman Khandual11-56/+2
2020-06-03arm64/mm: drop __HAVE_ARCH_HUGE_PTEP_GETAnshuman Khandual1-6/+0
2020-06-03hugetlbfs: remove hugetlb_add_hstate() warning for existing hstateMike Kravetz5-31/+11
2020-06-03hugetlbfs: move hugepagesz= parsing to arch independent codeMike Kravetz6-102/+0
2020-06-03hugetlbfs: add arch_hugetlb_valid_sizeMike Kravetz6-36/+84
2020-06-03mm: make deferred init's max threads arch-specificDaniel Jordan1-0/+12