summaryrefslogtreecommitdiffstats
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
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
2020-06-03mm: rename free_area_init_node() to free_area_init_memoryless_node()Mike Rapoport1-4/+1
2020-06-03mm: free_area_init: allow defining max_zone_pfn in descending orderMike Rapoport1-29/+12
2020-06-03mm: remove early_pfn_in_nid() and CONFIG_NODES_SPAN_OTHER_NODESMike Rapoport3-27/+0
2020-06-03xtensa: simplify detection of memory zone boundariesMike Rapoport1-4/+4
2020-06-03unicore32: simplify detection of memory zone boundariesMike Rapoport4-50/+15
2020-06-03sparc32: simplify detection of memory zone boundariesMike Rapoport1-16/+5
2020-06-03parisc: simplify detection of memory zone boundariesMike Rapoport1-19/+3
2020-06-03m68k: mm: simplify detection of memory zone boundariesMike Rapoport2-13/+8
2020-06-03csky: simplify detection of memory zone boundariesMike Rapoport1-15/+11
2020-06-03arm64: simplify detection of memory zone boundaries for UMA configsMike Rapoport1-54/+0
2020-06-03arm: simplify detection of memory zone boundariesMike Rapoport1-59/+7
2020-06-03alpha: simplify detection of memory zone boundariesMike Rapoport1-14/+4
2020-06-03mm: use free_area_init() instead of free_area_init_nodes()Mike Rapoport13-13/+13
2020-06-03mm: free_area_init: use maximal zone PFNs rather than zone sizesMike Rapoport10-56/+35
2020-06-03mm: remove CONFIG_HAVE_MEMBLOCK_NODE_MAP optionMike Rapoport12-14/+4