aboutsummaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2021-07-12mm: Make copy_huge_page() always availableGravatar Matthew Wilcox (Oracle) 2-48/+10
2021-07-12mm/rmap: fix munlocking Anon THP with mlocked ptesGravatar Hugh Dickins 1-17/+22
2021-07-11mm/rmap: try_to_migrate() skip zone_device !device_privateGravatar Hugh Dickins 1-3/+3
2021-07-11mm/rmap: fix new bug: premature return from page_mlock_one()Gravatar Hugh Dickins 1-6/+5
2021-07-11mm/rmap: fix old bug: munlocking THP missed other mlocksGravatar Hugh Dickins 1-5/+8
2021-07-11mm/rmap: fix comments left over from recent changesGravatar Hugh Dickins 2-7/+2
2021-07-10mm/page_alloc: Revert pahole zero-sized workaroundGravatar Mel Gorman 1-11/+0
2021-07-10Merge branch 'for-5.14-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 3-8/+35
2021-07-08mm/mremap: allow arch runtime overrideGravatar Aneesh Kumar K.V 1-1/+14
2021-07-08mm/mremap: hold the rmap lock in write mode when moving page table entries.Gravatar Aneesh Kumar K.V 1-2/+2
2021-07-08mm/mremap: use pmd/pud_poplulate to update page table entriesGravatar Aneesh Kumar K.V 1-4/+3
2021-07-08mm/mremap: don't enable optimized PUD move if page table levels is 2Gravatar Aneesh Kumar K.V 1-1/+1
2021-07-08mm/mremap: convert huge PUD move to separate helperGravatar Aneesh Kumar K.V 1-7/+73
2021-07-08mm: add setup_initial_init_mm() helperGravatar Kefeng Wang 1-0/+9
2021-07-08PM: hibernate: disable when there are active secretmem usersGravatar Mike Rapoport 1-0/+15
2021-07-08mm: introduce memfd_secret system call to create "secret" memory areasGravatar Mike Rapoport 5-1/+258
2021-07-08mmap: make mlock_future_check() globalGravatar Mike Rapoport 2-3/+5
2021-07-08mm/slub: use stackdepot to save stack trace in objectsGravatar Oliver Glitta 1-30/+49
2021-07-04Merge branch 'core-rcu-2021.07.04' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 5-3/+22
2021-07-04Merge tag 'memblock-v5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-12/+14
2021-07-04percpu: flush tlb in pcpu_reclaim_populated()Gravatar Dennis Zhou 3-8/+35
2021-07-03Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-21/+15
2021-07-02Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 45-1411/+2919
2021-07-01Merge branch 'for-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/denn...Gravatar Linus Torvalds 6-186/+338
2021-07-01mm: device exclusive memory accessGravatar Alistair Popple 5-7/+328
2021-07-01mm/memory.c: allow different return codes for copy_nonpresent_pte()Gravatar Alistair Popple 1-11/+17
2021-07-01mm: rename migrate_pgmap_ownerGravatar Alistair Popple 1-5/+5
2021-07-01mm/rmap: split migration into its own functionGravatar Alistair Popple 3-104/+288
2021-07-01mm/rmap: split try_to_munlock from try_to_unmapGravatar Alistair Popple 2-23/+55
2021-07-01mm/swapops: rework swap entry manipulation codeGravatar Alistair Popple 8-36/+70
2021-07-01mm: remove special swap entry functionsGravatar Alistair Popple 6-18/+17
2021-07-01kfence: unconditionally use unbound work queueGravatar Marco Elver 1-2/+2
2021-07-01mm/page_alloc: move prototype for find_suitable_fallbackGravatar Mel Gorman 1-2/+1
2021-07-01mm/mmap_lock: remove dead code for !CONFIG_TRACING configurationsGravatar Mel Gorman 1-27/+32
2021-07-01mm/z3fold: add kerneldoc fields for z3fold_poolGravatar Mel Gorman 1-0/+2
2021-07-01mm/zbud: add kerneldoc fields for zbud_poolGravatar Mel Gorman 1-0/+2
2021-07-01mm/memory_hotplug: fix kerneldoc comment for __remove_memoryGravatar Mel Gorman 1-1/+1
2021-07-01mm/memory_hotplug: fix kerneldoc comment for __try_online_nodeGravatar Mel Gorman 1-2/+2
2021-07-01mm/memcontrol.c: fix kerneldoc comment for mem_cgroup_calculate_protectionGravatar Mel Gorman 1-1/+1
2021-07-01mm/mapping_dirty_helpers: remove double Note in kerneldocGravatar Mel Gorman 1-1/+1
2021-07-01mm/page_alloc: make should_fail_alloc_page() staticGravatar Mel Gorman 1-1/+1
2021-07-01mm/vmalloc: include header for prototype of set_iounmap_nonlazyGravatar Mel Gorman 1-0/+3
2021-07-01mm/vmscan: remove kerneldoc-like comment from isolate_lru_pagesGravatar Mel Gorman 1-1/+1
2021-07-01mm: fix spelling mistakesGravatar Zhen Lei 4-5/+5
2021-07-01mm: fix typos and grammar error in commentsGravatar Hyeonggon Yoo 1-1/+1
2021-07-01mm/zsmalloc.c: improve readability for async_free_zspage()Gravatar Miaohe Lin 1-1/+1
2021-07-01mm/zsmalloc.c: remove confusing code in obj_free()Gravatar Miaohe Lin 1-1/+0
2021-06-30mm/zswap.c: fix two bugs in zswap_writeback_entry()Gravatar Miaohe Lin 1-10/+7
2021-06-30mm/zswap.c: avoid unnecessary copy-in at map timeGravatar Miaohe Lin 1-1/+1
2021-06-30mm/zswap.c: remove unused function zswap_debugfs_exit()Gravatar Miaohe Lin 1-7/+0