summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-06-04KVM: Use vmemdup_user()Denis Efremov2-21/+15
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 Bonzini4-16/+10
2020-06-04atomisp: avoid warning about unused functionLinus Torvalds1-6/+4
2020-06-04Merge tag 'media/v5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds1698-7165/+161786
2020-06-04Merge branch 'akpm' (patches from Andrew)Linus Torvalds147-2670/+3443
2020-06-04arm64: mm: use ARCH_HAS_DEBUG_WX instead of arch definedZong Li2-29/+1
2020-06-04x86: mm: use ARCH_HAS_DEBUG_WX instead of arch definedZong Li2-27/+1
2020-06-04riscv: support DEBUG_WXZong Li3-0/+15
2020-06-04mm: add DEBUG_WX supportZong Li1-0/+32
2020-06-04drivers/base/memory.c: cache memory blocks in xarray to accelerate lookupScott Cheloha1-12/+32
2020-06-04mm/thp: rename pmd_mknotpresent() as pmd_mkinvalid()Anshuman Khandual7-7/+7
2020-06-04powerpc/mm: drop platform defined pmd_mknotpresent()Anshuman Khandual1-4/+0
2020-06-04mm: thp: don't need to drain lru cache when splitting and mlocking THPYang Shi1-7/+0
2020-06-04hugetlbfs: get unmapped area below TASK_UNMAPPED_BASE for hugetlbfsShijie Hu1-8/+59
2020-06-04sparc32: register memory occupied by kernel as memblock.memoryMike Rapoport1-0/+1
2020-06-04include/linux/memblock.h: fix minor typo and unclear commentchenqiwu1-2/+2
2020-06-04mm, mempolicy: fix up gup usage in lookup_nodeMichal Hocko2-4/+6
2020-06-04tools/vm/page_owner_sort.c: filter out unneeded lineChanghee Han2-4/+4
2020-06-04mm: swap: memcg: fix memcg stats for huge pagesShakeel Butt1-5/+16
2020-06-04mm: swap: fix vmstats for huge pagesShakeel Butt1-6/+8
2020-06-04mm: vmscan: limit the range of LRU type balancingJohannes Weiner1-9/+13
2020-06-04mm: vmscan: reclaim writepage is IO costJohannes Weiner6-9/+19
2020-06-04mm: vmscan: determine anon/file pressure balance at the reclaim rootJohannes Weiner3-29/+57
2020-06-04mm: balance LRU lists based on relative thrashingJohannes Weiner5-35/+27
2020-06-04mm: only count actual rotations as LRU reclaim costJohannes Weiner1-5/+3
2020-06-04mm: deactivations shouldn't bias the LRU balanceJohannes Weiner1-6/+1
2020-06-04mm: base LRU balancing on an explicit cost modelJohannes Weiner5-59/+45
2020-06-04mm: vmscan: drop unnecessary div0 avoidance rounding in get_scan_count()Johannes Weiner1-1/+1
2020-06-04mm: remove use-once cache bias from LRU balancingJohannes Weiner1-5/+0
2020-06-04mm: workingset: let cache workingset challenge anonJohannes Weiner1-5/+12
2020-06-04mm: fold and remove lru_cache_add_anon() and lru_cache_add_file()Johannes Weiner8-51/+23
2020-06-04mm: allow swappiness that prefers reclaiming anon over the file workingsetJohannes Weiner3-7/+21