summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* KVM: Remove redundant argument to kvm_arch_vcpu_ioctl_runTianjia Zhang2020-04-211-1/+1
* KVM: x86/mmu: Avoid an extra memslot lookup in try_async_pf() for L2Paolo Bonzini2020-04-211-0/+6
* kvm_host: unify VM_STAT and VCPU_STAT definitions in a single placeEmanuele Giuseppe Esposito2020-04-211-0/+5
* KVM: Check validity of resolved slot when searching memslotsSean Christopherson2020-04-141-1/+1
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2020-04-023-33/+88
|\
| * KVM: Pass kvm_init()'s opaque param to additional arch funcsSean Christopherson2020-03-311-2/+2
| * Merge tag 'kvm-ppc-next-5.7-1' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini2020-03-311-0/+1
| |\
| | * KVM: PPC: Book3S HV: Add a capability for enabling secure guestsPaul Mackerras2020-03-261-0/+1
| * | Merge tag 'kvmarm-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar...Paolo Bonzini2020-03-3138-331/+232
| |\ \
| | * | KVM: arm64: GICv4.1: Allow SGIs to switch between HW and SW interruptsMarc Zyngier2020-03-241-0/+3
| * | | KVM: Fix out of range accesses to memslotsSean Christopherson2020-03-261-0/+3
| | |/ | |/|
| * | Merge tag 'kvm-s390-next-5.7-1' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini2020-03-1614-48/+88
| |\ \
| | * | KVM: s390: protvirt: introduce and enable KVM_CAP_S390_PROTECTEDChristian Borntraeger2020-02-271-0/+1
| | * | KVM: s390: protvirt: UV calls in support of diag308 0, 1Janosch Frank2020-02-271-0/+2
| | * | KVM: S390: protvirt: Introduce instruction data area bounce bufferJanosch Frank2020-02-271-2/+7
| | * | KVM: s390: protvirt: Add initial vm and cpu lifecycle handlingJanosch Frank2020-02-271-0/+31
| * | | KVM: Drop largepages_enabled and its accessor/mutatorSean Christopherson2020-03-161-2/+0
| * | | KVM: Drop gfn_to_pfn_atomic()Peter Xu2020-03-161-1/+0
| * | | KVM: x86: enable dirty log gradually in small chunksJay Zhou2020-03-162-1/+13
| * | | KVM: Dynamically size memslot array based on number of used slotsSean Christopherson2020-03-161-1/+1
| * | | KVM: Terminate memslot walks via used_slotsSean Christopherson2020-03-161-6/+12
| * | | KVM: Ensure validity of memslot with respect to kvm_get_dirty_log()Sean Christopherson2020-03-161-1/+1
| * | | KVM: Provide common implementation for generic dirty log functionsSean Christopherson2020-03-161-13/+10
| * | | KVM: Simplify kvm_free_memslot() and all its descendentsSean Christopherson2020-03-161-2/+1
| * | | KVM: Drop "const" attribute from old memslot in commit_memory_region()Sean Christopherson2020-03-161-1/+1
| * | | KVM: Drop kvm_arch_create_memslot()Sean Christopherson2020-03-161-2/+0
* | | | Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-04-021-2/+1
|\ \ \ \
| * | | | ima: add a new CONFIG for loading arch-specific policiesNayna Jain2020-03-121-2/+1
* | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-04-0221-167/+609
|\ \ \ \ \
| * | | | | include/linux/huge_mm.h: check PageTail in hpage_nr_pages even when !THPMatthew Wilcox (Oracle)2020-04-021-1/+5
| * | | | | mm/hugetlb: fix build failure with HUGETLB_PAGE but not HUGEBTLBFSChristophe Leroy2020-04-021-11/+8
| * | | | | hugetlb_cgroup: add accounting for shared mappingsMina Almasry2020-04-022-0/+46
| * | | | | hugetlb_cgroup: add reservation accounting for private mappingsMina Almasry2020-04-022-3/+48
| * | | | | hugetlb_cgroup: add interface for charge/uncharge hugetlb reservationsMina Almasry2020-04-021-18/+105
| * | | | | hugetlb_cgroup: add hugetlb_cgroup reservation counterMina Almasry2020-04-021-2/+2
| * | | | | hugetlbfs: use i_mmap_rwsem for more pmd sharing synchronizationMike Kravetz2020-04-022-0/+13
| * | | | | mm/mempolicy: check hugepage migration is supported by arch in vma_migratable()Li Xinhai2020-04-021-28/+1
| * | | | | kasan: detect negative size in memory operation functionWalter Wu2020-04-021-1/+1
| * | | | | mm/sparse: rename pfn_present() to pfn_in_present_section()Pingfan Liu2020-04-021-2/+2
| * | | | | mm/mremap: add MREMAP_DONTUNMAP to mremap()Brian Geffon2020-04-021-2/+3
| * | | | | mm: mmap: add trace point of vm_unmapped_areaJaewon Kim2020-04-021-0/+48
| * | | | | mmap: remove inline of vm_unmapped_areaJaewon Kim2020-04-021-20/+1
| * | | | | mm: allow VM_FAULT_RETRY for multiple timesPeter Xu2020-04-021-0/+37
| * | | | | mm: introduce FAULT_FLAG_INTERRUPTIBLEPeter Xu2020-04-021-11/+28
| * | | | | mm: introduce FAULT_FLAG_DEFAULTPeter Xu2020-04-021-0/+7
| * | | | | mm: return faster for non-fatal signals in user mode faultsPeter Xu2020-04-021-1/+2
| * | | | | mm: introduce fault_signal_pending()Peter Xu2020-04-021-0/+15
| * | | | | mm: add pagemap.h to the fine documentationMatthew Wilcox (Oracle)2020-04-021-4/+4
| * | | | | mm/vma: make is_vma_temporary_stack() available for general useAnshuman Khandual2020-04-022-3/+15
| * | | | | mm/vma: make vma_is_foreign() available for general useAnshuman Khandual2020-04-021-0/+11