summaryrefslogtreecommitdiffstats
path: root/mm (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | iov_iter: replace iov_iter_copy_from_user_atomic() with iterator-advancing va...Al Viro2021-06-101-8/+8
| * | | generic_perform_write()/iomap_write_actor(): saner logics for short copyAl Viro2021-06-021-15/+9
| | |/ | |/|
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-07-0245-1411/+2919
|\ \ \
| * | | mm: device exclusive memory accessAlistair Popple2021-07-015-7/+328
| * | | mm/memory.c: allow different return codes for copy_nonpresent_pte()Alistair Popple2021-07-011-11/+17
| * | | mm: rename migrate_pgmap_ownerAlistair Popple2021-07-011-5/+5
| * | | mm/rmap: split migration into its own functionAlistair Popple2021-07-013-104/+288
| * | | mm/rmap: split try_to_munlock from try_to_unmapAlistair Popple2021-07-012-23/+55
| * | | mm/swapops: rework swap entry manipulation codeAlistair Popple2021-07-018-36/+70
| * | | mm: remove special swap entry functionsAlistair Popple2021-07-016-18/+17
| * | | kfence: unconditionally use unbound work queueMarco Elver2021-07-011-2/+2
| * | | mm/page_alloc: move prototype for find_suitable_fallbackMel Gorman2021-07-011-2/+1
| * | | mm/mmap_lock: remove dead code for !CONFIG_TRACING configurationsMel Gorman2021-07-011-27/+32
| * | | mm/z3fold: add kerneldoc fields for z3fold_poolMel Gorman2021-07-011-0/+2
| * | | mm/zbud: add kerneldoc fields for zbud_poolMel Gorman2021-07-011-0/+2
| * | | mm/memory_hotplug: fix kerneldoc comment for __remove_memoryMel Gorman2021-07-011-1/+1
| * | | mm/memory_hotplug: fix kerneldoc comment for __try_online_nodeMel Gorman2021-07-011-2/+2
| * | | mm/memcontrol.c: fix kerneldoc comment for mem_cgroup_calculate_protectionMel Gorman2021-07-011-1/+1
| * | | mm/mapping_dirty_helpers: remove double Note in kerneldocMel Gorman2021-07-011-1/+1
| * | | mm/page_alloc: make should_fail_alloc_page() staticMel Gorman2021-07-011-1/+1
| * | | mm/vmalloc: include header for prototype of set_iounmap_nonlazyMel Gorman2021-07-011-0/+3
| * | | mm/vmscan: remove kerneldoc-like comment from isolate_lru_pagesMel Gorman2021-07-011-1/+1
| * | | mm: fix spelling mistakesZhen Lei2021-07-014-5/+5
| * | | mm: fix typos and grammar error in commentsHyeonggon Yoo2021-07-011-1/+1
| * | | mm/zsmalloc.c: improve readability for async_free_zspage()Miaohe Lin2021-07-011-1/+1
| * | | mm/zsmalloc.c: remove confusing code in obj_free()Miaohe Lin2021-07-011-1/+0
| * | | mm/zswap.c: fix two bugs in zswap_writeback_entry()Miaohe Lin2021-07-011-10/+7
| * | | mm/zswap.c: avoid unnecessary copy-in at map timeMiaohe Lin2021-07-011-1/+1
| * | | mm/zswap.c: remove unused function zswap_debugfs_exit()Miaohe Lin2021-07-011-7/+0
| * | | mm,memory_hotplug: drop unneeded lockingOscar Salvador2021-07-011-15/+1
| * | | mm/memory_hotplug: rate limit page migration warningsLiam Mark2021-07-011-5/+11
| * | | mm/madvise: introduce MADV_POPULATE_(READ|WRITE) to prefault page tablesDavid Hildenbrand2021-07-013-0/+127
| * | | mm: make variable names for populate_vma_page_range() consistentDavid Hildenbrand2021-07-011-1/+1
| * | | mm: generalize ZONE_[DMA|DMA32]Kefeng Wang2021-07-011-0/+12
| * | | mm/nommu: unexport do_munmap()Liam Howlett2021-07-011-1/+0
| * | | nommu: remove __GFP_HIGHMEM in vmalloc/vzallocChen Li2021-07-011-2/+2
| * | | mm/thp: fix strncpy warningMatthew Wilcox (Oracle)2021-07-011-1/+1
| * | | mm: hwpoison_user_mappings() try_to_unmap() with TTU_SYNCHugh Dickins2021-07-011-1/+1
| * | | mm/thp: remap_page() is only needed on anonymous THPHugh Dickins2021-07-011-0/+5
| * | | mm: rmap: make try_to_unmap() void functionYang Shi2021-07-013-20/+13
| * | | mm: thp: skip make PMD PROT_NONE if THP migration is not supportedYang Shi2021-07-011-0/+4
| * | | mm: migrate: check mapcount for THP instead of refcountYang Shi2021-07-011-12/+4
| * | | mm: migrate: don't split THP for misplaced NUMA pageYang Shi2021-07-011-1/+3
| * | | mm: migrate: account THP NUMA migration counters correctlyYang Shi2021-07-011-3/+4
| * | | mm: thp: refactor NUMA fault handlingYang Shi2021-07-013-263/+77
| * | | mm: memory: make numa_migrate_prep() non-staticYang Shi2021-07-012-3/+5
| * | | mm: memory: add orig_pmd to struct vm_faultYang Shi2021-07-012-16/+19
| * | | mm, thp: relax the VM_DENYWRITE constraint on file-backed THPsCollin Fijalkovich2021-07-011-1/+15
| * | | mm: migrate: fix missing update page_private to hugetlb_page_subpoolMuchun Song2021-07-011-1/+1
| * | | memblock: update initialization of reserved pagesMike Rapoport2021-07-011-2/+26