summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* KVM: Use vmemdup_user()Denis Efremov2020-06-041-10/+7
* x86/kvm: Remove defunct KVM_DEBUG_FS KconfigSean Christopherson2020-06-042-9/+0
* KVM: MIPS: Enable KVM support for Loongson-3Huacai Chen2020-06-043-1/+3
* KVM: MIPS: Add more MMIO load/store instructions emulationHuacai Chen2020-06-041-10/+470
* KVM: MIPS: Add CONFIG6 and DIAG registers emulationHuacai Chen2020-06-044-1/+113
* KVM: MIPS: Add CPUCFG emulation for Loongson-3Huacai Chen2020-06-044-0/+92
* KVM: MIPS: Add Loongson-3 Virtual IPI interrupt supportHuacai Chen2020-06-045-1/+277
* KVM: MIPS: Add more types of virtual interruptsHuacai Chen2020-06-044-133/+67
* KVM: MIPS: Let indexed cacheops cause guest exit on Loongson-3Huacai Chen2020-06-041-2/+6
* KVM: MIPS: Use root tlb to control guest's CCA for Loongson-3Huacai Chen2020-06-041-0/+6
* KVM: MIPS: Introduce and use cpu_guest_has_ldpteHuacai Chen2020-06-043-14/+19
* KVM: MIPS: Use lddir/ldpte instructions to lookup gpa_mm.pgdHuacai Chen2020-06-041-1/+18
* KVM: MIPS: Add EVENTFD support which is needed by VHOSTHuacai Chen2020-06-044-1/+8
* KVM: MIPS: Increase KVM_MAX_VCPUS and KVM_USER_MEM_SLOTS to 16Huacai Chen2020-06-041-2/+2
* KVM: MIPS: Fix VPN2_MASK definition for variable cpu_vmbitsXing Li2020-06-041-0/+4
* KVM: MIPS: Define KVM_ENTRYHI_ASID to cpu_asid_mask(&boot_cpu_data)Xing Li2020-06-041-1/+1
* KVM: x86: Move MPK feature detection to common codeBabu Moger2020-06-042-5/+8
* KVM: x86: Assign correct value to array.maxnentXiaoyao Li2020-06-041-2/+3
* KVM: VMX: Always treat MSR_IA32_PERF_CAPABILITIES as a valid PMU MSRSean Christopherson2020-06-041-1/+1
* KVM: let kvm_destroy_vm_debugfs clean up vCPU debugfs directoriesPaolo Bonzini2020-06-042-10/+5
* Merge tag 'media/v5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds2020-06-032-2/+2
|\
| * Merge tag 'v5.7-rc2' into patchworkMauro Carvalho Chehab2020-04-2020-84/+164
| |\
| * | media: cec: rename CEC platform drivers config optionsMauro Carvalho Chehab2020-04-152-2/+2
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-06-0376-672/+224
|\ \ \
| * | | arm64: mm: use ARCH_HAS_DEBUG_WX instead of arch definedZong Li2020-06-032-29/+1
| * | | x86: mm: use ARCH_HAS_DEBUG_WX instead of arch definedZong Li2020-06-032-27/+1
| * | | riscv: support DEBUG_WXZong Li2020-06-033-0/+15
| * | | mm/thp: rename pmd_mknotpresent() as pmd_mkinvalid()Anshuman Khandual2020-06-036-6/+6
| * | | powerpc/mm: drop platform defined pmd_mknotpresent()Anshuman Khandual2020-06-031-4/+0
| * | | sparc32: register memory occupied by kernel as memblock.memoryMike Rapoport2020-06-031-0/+1
| * | | mm/hugetlb: define a generic fallback for arch_clear_hugepage_flags()Anshuman Khandual2020-06-0311-28/+4
| * | | mm/hugetlb: define a generic fallback for is_hugepage_only_range()Anshuman Khandual2020-06-0311-56/+2
| * | | arm64/mm: drop __HAVE_ARCH_HUGE_PTEP_GETAnshuman Khandual2020-06-031-6/+0
| * | | hugetlbfs: remove hugetlb_add_hstate() warning for existing hstateMike Kravetz2020-06-035-31/+11
| * | | hugetlbfs: move hugepagesz= parsing to arch independent codeMike Kravetz2020-06-036-102/+0
| * | | hugetlbfs: add arch_hugetlb_valid_sizeMike Kravetz2020-06-036-36/+84
| * | | mm: make deferred init's max threads arch-specificDaniel Jordan2020-06-031-0/+12
| * | | mm: rename free_area_init_node() to free_area_init_memoryless_node()Mike Rapoport2020-06-031-4/+1
| * | | mm: free_area_init: allow defining max_zone_pfn in descending orderMike Rapoport2020-06-031-29/+12
| * | | mm: remove early_pfn_in_nid() and CONFIG_NODES_SPAN_OTHER_NODESMike Rapoport2020-06-033-27/+0
| * | | xtensa: simplify detection of memory zone boundariesMike Rapoport2020-06-031-4/+4
| * | | unicore32: simplify detection of memory zone boundariesMike Rapoport2020-06-034-50/+15
| * | | sparc32: simplify detection of memory zone boundariesMike Rapoport2020-06-031-16/+5
| * | | parisc: simplify detection of memory zone boundariesMike Rapoport2020-06-031-19/+3
| * | | m68k: mm: simplify detection of memory zone boundariesMike Rapoport2020-06-032-13/+8
| * | | csky: simplify detection of memory zone boundariesMike Rapoport2020-06-031-15/+11
| * | | arm64: simplify detection of memory zone boundaries for UMA configsMike Rapoport2020-06-031-54/+0
| * | | arm: simplify detection of memory zone boundariesMike Rapoport2020-06-031-59/+7
| * | | alpha: simplify detection of memory zone boundariesMike Rapoport2020-06-031-14/+4
| * | | mm: use free_area_init() instead of free_area_init_nodes()Mike Rapoport2020-06-0313-13/+13