aboutsummaryrefslogtreecommitdiffstats
path: root/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-04-14KVM: Check validity of resolved slot when searching memslotsSean Christopherson1-1/+1
2020-04-02Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds3-33/+88
2020-04-02Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/git/zohar/linux-integrityLinus Torvalds1-2/+1
2020-04-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds21-167/+609
2020-04-02Merge branch 'work.dotdot1' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-2/+2
2020-04-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds7-13/+20
2020-04-02include/linux/huge_mm.h: check PageTail in hpage_nr_pages even when !THPMatthew Wilcox (Oracle)1-1/+5
2020-04-02mm/hugetlb: fix build failure with HUGETLB_PAGE but not HUGEBTLBFSChristophe Leroy1-11/+8
2020-04-02hugetlb_cgroup: add accounting for shared mappingsMina Almasry2-0/+46
2020-04-02hugetlb_cgroup: add reservation accounting for private mappingsMina Almasry2-3/+48
2020-04-02hugetlb_cgroup: add interface for charge/uncharge hugetlb reservationsMina Almasry1-18/+105
2020-04-02hugetlb_cgroup: add hugetlb_cgroup reservation counterMina Almasry1-2/+2
2020-04-02hugetlbfs: use i_mmap_rwsem for more pmd sharing synchronizationMike Kravetz2-0/+13
2020-04-02mm/mempolicy: check hugepage migration is supported by arch in vma_migratable()Li Xinhai1-28/+1
2020-04-02kasan: detect negative size in memory operation functionWalter Wu1-1/+1
2020-04-02mm/sparse: rename pfn_present() to pfn_in_present_section()Pingfan Liu1-2/+2
2020-04-02mm/mremap: add MREMAP_DONTUNMAP to mremap()Brian Geffon1-2/+3
2020-04-02mm: mmap: add trace point of vm_unmapped_areaJaewon Kim1-0/+48
2020-04-02mmap: remove inline of vm_unmapped_areaJaewon Kim1-20/+1
2020-04-02mm: allow VM_FAULT_RETRY for multiple timesPeter Xu1-0/+37
2020-04-02mm: introduce FAULT_FLAG_INTERRUPTIBLEPeter Xu1-11/+28
2020-04-02mm: introduce FAULT_FLAG_DEFAULTPeter Xu1-0/+7
2020-04-02mm: return faster for non-fatal signals in user mode faultsPeter Xu1-1/+2
2020-04-02mm: introduce fault_signal_pending()Peter Xu1-0/+15
2020-04-02mm: add pagemap.h to the fine documentationMatthew Wilcox (Oracle)1-4/+4
2020-04-02mm/vma: make is_vma_temporary_stack() available for general useAnshuman Khandual2-3/+15
2020-04-02mm/vma: make vma_is_foreign() available for general useAnshuman Khandual1-0/+11
2020-04-02mm/vma: move VM_NO_KHUGEPAGED into generic headerAnshuman Khandual1-1/+3
2020-04-02mm: memcontrol: recursive memory.low protectionJohannes Weiner1-0/+5
2020-04-02mm: kmem: rename (__)memcg_kmem_(un)charge_memcg() to __memcg_kmem_(un)charge()Roman Gushchin1-10/+9
2020-04-02mm: kmem: switch to nr_pages in (__)memcg_kmem_charge_memcg()Roman Gushchin1-5/+6
2020-04-02mm: kmem: rename memcg_kmem_(un)charge() into memcg_kmem_(un)charge_page()Roman Gushchin1-10/+13
2020-04-02mm: kmem: cleanup memcg_kmem_uncharge_memcg() argumentsRoman Gushchin1-2/+2
2020-04-02mm: kmem: cleanup (__)memcg_kmem_charge_memcg() argumentsRoman Gushchin1-5/+4
2020-04-02mm: swap: make page_evictable() inlineYang Shi2-5/+2
2020-04-02mm/gup/writeback: add callbacks for inaccessible pagesClaudio Imbrenda1-0/+6
2020-04-02mm/gup: /proc/vmstat: pin_user_pages (FOLL_PIN) reportingJohn Hubbard1-0/+2
2020-04-02mm/gup: page->hpage_pinned_refcount: exact pin counts for huge pagesJohn Hubbard2-1/+32
2020-04-02mm/gup: track FOLL_PIN pagesJohn Hubbard1-15/+67
2020-04-02mm: introduce page_ref_sub_return()John Hubbard1-0/+9
2020-04-02include/linux/pagemap.h: rename arguments to find_subpageMatthew Wilcox (Oracle)1-5/+10
2020-04-02revert "topology: add support for node_to_mem_node() to determine the fallback node"Vlastimil Babka1-17/+0
2020-04-02asm-generic: make more kernel-space headers mandatoryMasahiro Yamada1-0/+52
2020-04-02kthread: mark timer used by delayed kthread works as IRQ safePetr Mladek1-1/+2
2020-04-01Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds15-63/+81
2020-04-01Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds3-120/+17
2020-04-01Merge tag 'xarray-5.7' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds1-3/+7
2020-04-01Merge tag 'linux-kselftest-kunit-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftestLinus Torvalds1-8/+55
2020-04-01Merge tag 'drm-next-2020-04-01' of git://anongit.freedesktop.org/drm/drmLinus Torvalds44-394/+985
2020-04-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds5-8/+5