summaryrefslogtreecommitdiffstats
path: root/mm
AgeCommit message (Expand)Author
2021-07-15mm/page_alloc: further fix __alloc_pages_bulk() return valueChuck Lever
2021-07-15mm/page_alloc: correct return value when failing at preparingYanfei Xu
2021-07-15mm/page_alloc: avoid page allocator recursion with pagesets.lock heldMel Gorman
2021-07-15Revert "mm/page_alloc: make should_fail_alloc_page() static"Matteo Croce
2021-07-15kasan: add memzero init for unaligned size at DEBUGYee Lee
2021-07-15mm: move helper to check slub_debug_enabledMarco Elver
2021-07-12mm: Make copy_huge_page() always availableMatthew Wilcox (Oracle)
2021-07-12mm/rmap: fix munlocking Anon THP with mlocked ptesHugh Dickins
2021-07-11mm/rmap: try_to_migrate() skip zone_device !device_privateHugh Dickins
2021-07-11mm/rmap: fix new bug: premature return from page_mlock_one()Hugh Dickins
2021-07-11mm/rmap: fix old bug: munlocking THP missed other mlocksHugh Dickins
2021-07-11mm/rmap: fix comments left over from recent changesHugh Dickins
2021-07-10mm/page_alloc: Revert pahole zero-sized workaroundMel Gorman
2021-07-10Merge branch 'for-5.14-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2021-07-08mm/mremap: allow arch runtime overrideAneesh Kumar K.V
2021-07-08mm/mremap: hold the rmap lock in write mode when moving page table entries.Aneesh Kumar K.V
2021-07-08mm/mremap: use pmd/pud_poplulate to update page table entriesAneesh Kumar K.V
2021-07-08mm/mremap: don't enable optimized PUD move if page table levels is 2Aneesh Kumar K.V
2021-07-08mm/mremap: convert huge PUD move to separate helperAneesh Kumar K.V
2021-07-08mm: add setup_initial_init_mm() helperKefeng Wang
2021-07-08PM: hibernate: disable when there are active secretmem usersMike Rapoport
2021-07-08mm: introduce memfd_secret system call to create "secret" memory areasMike Rapoport
2021-07-08mmap: make mlock_future_check() globalMike Rapoport
2021-07-08mm/slub: use stackdepot to save stack trace in objectsOliver Glitta
2021-07-04Merge branch 'core-rcu-2021.07.04' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2021-07-04Merge tag 'memblock-v5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2021-07-04percpu: flush tlb in pcpu_reclaim_populated()Dennis Zhou
2021-07-03Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2021-07-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-07-01Merge branch 'for-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/denn...Linus Torvalds
2021-07-01mm: device exclusive memory accessAlistair Popple
2021-07-01mm/memory.c: allow different return codes for copy_nonpresent_pte()Alistair Popple
2021-07-01mm: rename migrate_pgmap_ownerAlistair Popple
2021-07-01mm/rmap: split migration into its own functionAlistair Popple
2021-07-01mm/rmap: split try_to_munlock from try_to_unmapAlistair Popple
2021-07-01mm/swapops: rework swap entry manipulation codeAlistair Popple
2021-07-01mm: remove special swap entry functionsAlistair Popple
2021-07-01kfence: unconditionally use unbound work queueMarco Elver
2021-07-01mm/page_alloc: move prototype for find_suitable_fallbackMel Gorman
2021-07-01mm/mmap_lock: remove dead code for !CONFIG_TRACING configurationsMel Gorman
2021-07-01mm/z3fold: add kerneldoc fields for z3fold_poolMel Gorman
2021-07-01mm/zbud: add kerneldoc fields for zbud_poolMel Gorman
2021-07-01mm/memory_hotplug: fix kerneldoc comment for __remove_memoryMel Gorman
2021-07-01mm/memory_hotplug: fix kerneldoc comment for __try_online_nodeMel Gorman
2021-07-01mm/memcontrol.c: fix kerneldoc comment for mem_cgroup_calculate_protectionMel Gorman
2021-07-01mm/mapping_dirty_helpers: remove double Note in kerneldocMel Gorman
2021-07-01mm/page_alloc: make should_fail_alloc_page() staticMel Gorman
2021-07-01mm/vmalloc: include header for prototype of set_iounmap_nonlazyMel Gorman
2021-07-01mm/vmscan: remove kerneldoc-like comment from isolate_lru_pagesMel Gorman
2021-07-01mm: fix spelling mistakesZhen Lei