summaryrefslogtreecommitdiffstats
path: root/virt (unfollow)
Commit message (Expand)AuthorFilesLines
2020-04-02mm: vmpressure: don't need call kfree if kstrndup failsYang Shi1-4/+2
2020-04-02mm/page_alloc: simplify page_is_buddy() for better code readabilitychenqiwu1-20/+13
2020-04-02mm/page_alloc.c: micro-optimisation Remove unnecessary branchMateusz Nosek1-2/+1
2020-04-02mm/page_alloc.c: use free_area_empty() instead of open-codingchenqiwu1-2/+1
2020-04-02mm, pagealloc: micro-optimisation: save two branches on hot page allocation pathMateusz Nosek2-9/+15
2020-04-02mm/page_alloc: increase default min_free_kbytes boundJoel Savitz1-2/+2
2020-04-02kasan: add test for invalid size in memmoveWalter Wu1-0/+19
2020-04-02kasan: detect negative size in memory operation functionWalter Wu8-21/+54
2020-04-02mm/sparse.c: allocate memmap preferring the given nodeBaoquan He1-2/+2
2020-04-02mm/sparse.c: use kvmalloc/kvfree to alloc/free memmap for the classic sparseBaoquan He1-24/+3
2020-04-02mm/sparse: rename pfn_present() to pfn_in_present_section()Pingfan Liu5-6/+6
2020-04-02mm/sparsemem: get address to page struct instead of address to pfnWei Yang1-1/+1
2020-04-02selftests: add MREMAP_DONTUNMAP selftestBrian Geffon3-0/+329
2020-04-02mm/mremap: add MREMAP_DONTUNMAP to mremap()Brian Geffon2-23/+72
2020-04-02mm: mmap: add trace point of vm_unmapped_areaJaewon Kim2-2/+58
2020-04-02mmap: remove inline of vm_unmapped_areaJaewon Kim2-22/+19
2020-04-02mm/memory.c: clarify a confusing comment for vm_iomap_memoryWang Wenhu1-1/+1
2020-04-02mm: clarify a confusing comment for remap_pfn_range()WANG Wenhu1-1/+1
2020-04-02mm/userfaultfd: honor FAULT_FLAG_KILLABLE in fault pathPeter Xu1-8/+28
2020-04-02mm/gup: allow to react to fatal signalsPeter Xu2-4/+11
2020-04-02mm/gup: allow VM_FAULT_RETRY for multiple timesPeter Xu2-8/+25
2020-04-02mm: allow VM_FAULT_RETRY for multiple timesPeter Xu27-57/+54
2020-04-02mm: introduce FAULT_FLAG_INTERRUPTIBLEPeter Xu2-14/+29
2020-04-02mm: introduce FAULT_FLAG_DEFAULTPeter Xu24-23/+30
2020-04-02userfaultfd: don't retake mmap_sem to emulate NOPAGEPeter Xu1-24/+0
2020-04-02mm: return faster for non-fatal signals in user mode faultsPeter Xu1-1/+2
2020-04-02sh/mm: use helper fault_signal_pending()Peter Xu1-5/+5
2020-04-02powerpc/mm: use helper fault_signal_pending()Peter Xu1-8/+4
2020-04-02arm64/mm: use helper fault_signal_pending()Peter Xu1-12/+7
2020-04-02arc/mm: use helper fault_signal_pending()Peter Xu1-21/+13
2020-04-02x86/mm: use helper fault_signal_pending()Peter Xu1-15/+13
2020-04-02mm: introduce fault_signal_pending()Peter Xu18-18/+32
2020-04-02mm/gup: fix __get_user_pages() on fault retry of hugetlbPeter Xu1-0/+10
2020-04-02mm/gup: rename "nonblocking" to "locked" where properPeter Xu2-27/+25
2020-04-02mm: add pagemap.h to the fine documentationMatthew Wilcox (Oracle)2-4/+7
2020-04-02mm/vma: make is_vma_temporary_stack() available for general useAnshuman Khandual5-20/+18
2020-04-02mm/vma: make vma_is_foreign() available for general useAnshuman Khandual3-27/+11
2020-04-02mm/vma: move VM_NO_KHUGEPAGED into generic headerAnshuman Khandual2-3/+3
2020-04-02mm/mapping_dirty_helpers: update huge page-table entry callbacksThomas Hellstrom1-4/+38
2020-04-02mm: memcg: make memory.oom.group tolerable to task migrationRoman Gushchin1-0/+8
2020-04-02mm, memcg: prevent mem_cgroup_protected store tearingChris Down1-4/+4
2020-04-02mm, memcg: prevent memory.swap.max load tearingChris Down1-3/+4
2020-04-02mm, memcg: prevent memory.min load/store tearingChris Down2-6/+8
2020-04-02mm, memcg: prevent memory.low load/store tearingChris Down1-3/+5
2020-04-02mm, memcg: prevent memory.max load tearingChris Down1-6/+6
2020-04-02mm, memcg: prevent memory.high load/store tearingChris Down1-6/+7
2020-04-02mm/memcontrol.c: make mem_cgroup_id_get_many() __maybe_unusedVincenzo Frascino1-1/+2
2020-04-02memcg: css_tryget_online cleanupsShakeel Butt1-5/+9
2020-04-02mm: memcontrol: recursive memory.low protectionJohannes Weiner4-5/+79
2020-04-02mm: memcontrol: clean up and document effective low/min calculationsJohannes Weiner1-92/+83