Age | Commit message (Expand) | Author |
2022-07-29 | mm/memcontrol.c: remove the redundant updating of stats_flush_threshold | Jiebin Sun |
2022-07-29 | hugetlb_cgroup: fix wrong hugetlb cgroup numa stat | Miaohe Lin |
2022-07-29 | mm/cma_debug.c: align the name buffer length as struct cma | Kassey Li |
2022-07-29 | mm/mempolicy: remove unneeded out label | Miaohe Lin |
2022-07-29 | mm/page_alloc: correct the wrong cpuset file path in comment | Mark-PK Tsai |
2022-07-29 | mm: remove unneeded PageAnon check in restore_exclusive_pte() | Miaohe Lin |
2022-07-29 | mm/shmem: support FS_IOC_[SG]ETFLAGS in tmpfs | Theodore Ts'o |
2022-07-29 | mm/damon/reclaim: fix potential memory leak in damon_reclaim_init() | Jianglei Nie |
2022-07-29 | mm: vmpressure: don't count proactive reclaim in vmpressure | Yosry Ahmed |
2022-07-29 | zsmalloc: zs_malloc: return ERR_PTR on failure | Hui Zhu |
2022-07-29 | memblock,arm64: expand the static memblock memory table | Zhou Guanghui |
2022-07-29 | mm: remove obsolete comment in do_fault_around() | Miaohe Lin |
2022-07-29 | mm: compaction: include compound page count for scanning in pageblock isolation | William Lam |
2022-07-29 | mm: memcontrol: do not miss MEMCG_MAX events for enforced allocations | Roman Gushchin |
2022-07-29 | filemap: minor cleanup for filemap_write_and_wait_range | Miaohe Lin |
2022-07-29 | mm/mmap.c: fix missing call to vm_unacct_memory in mmap_region | Miaohe Lin |
2022-07-29 | mm: shrinkers: fix double kfree on shrinker name | Tetsuo Handa |
2022-07-29 | mm/hmm: fault non-owner device private entries | Ralph Campbell |
2022-07-29 | page_alloc: fix invalid watermark check on a negative value | Jaewon Kim |
2022-07-26 | Merge tag 'mm-hotfixes-stable-2022-07-26' of git://git.kernel.org/pub/scm/lin... | Linus Torvalds |
2022-07-26 | mm: fix NULL pointer dereference in wp_page_reuse() | Qi Zheng |
2022-07-25 | highmem: Make __kunmap_{local,atomic}() take const void pointer | Fabio M. De Francesco |
2022-07-25 | Merge branch 'for-next/mte' into for-next/core | Will Deacon |
2022-07-25 | Merge branch 'for-next/mm' into for-next/core | Will Deacon |
2022-07-24 | mm: honor FGP_NOWAIT for page cache page allocation | Jens Axboe |
2022-07-24 | mm: Add balance_dirty_pages_ratelimited_flags() function | Jan Kara |
2022-07-24 | mm: Move updates of dirty_exceeded into one place | Jan Kara |
2022-07-24 | mm: Move starting of background writeback into the main balancing loop | Jan Kara |
2022-07-21 | resource: Introduce alloc_free_mem_region() | Dan Williams |
2022-07-20 | mm/slab_common: move generic bulk alloc/free functions to SLOB | Hyeonggon Yoo |
2022-07-20 | mm/sl[au]b: use own bulk free function when bulk alloc failed | Hyeonggon Yoo |
2022-07-20 | arm64: enable THP_SWAP for arm64 | Barry Song |
2022-07-18 | hugetlb: fix memoryleak in hugetlb_mcopy_atomic_pte | Miaohe Lin |
2022-07-18 | secretmem: fix unhandled fault in truncate | Mike Rapoport |
2022-07-18 | mm/hugetlb: separate path for hwpoison entry in copy_hugetlb_page_range() | Naoya Horiguchi |
2022-07-18 | mm: fix missing wake-up event for FSDAX pages | Muchun Song |
2022-07-18 | mm: fix page leak with multiple threads mapping the same page | Josef Bacik |
2022-07-18 | tmpfs: fix the issue that the mount and remount results are inconsistent. | ZhaoLong Wang |
2022-07-18 | mm: kfence: apply kmemleak_ignore_phys on early allocated pool | Yee Lee |
2022-07-17 | mm/mmap: fix obsolete comment of find_extend_vma | Miaohe Lin |
2022-07-17 | mm/page_vma_mapped.c: use helper function huge_pte_lock | Miaohe Lin |
2022-07-17 | mm/page_alloc: use try_cmpxchg in set_pfnblock_flags_mask | Uros Bizjak |
2022-07-17 | mm, hugetlb: skip irrelevant nodes in show_free_areas() | Gang Li |
2022-07-17 | mm: percpu: use kmemleak_ignore_phys() instead of kmemleak_free() | Patrick Wang |
2022-07-17 | mm/mprotect: remove the redundant initialization for error | Xiu Jianfeng |
2022-07-17 | mm/huge_memory: use helper macro IS_ERR_OR_NULL in split_huge_pages_pid | Miaohe Lin |
2022-07-17 | mm/huge_memory: comment the subtly logic in __split_huge_pmd | Miaohe Lin |
2022-07-17 | mm/huge_memory: correct comment of prep_transhuge_page | Miaohe Lin |
2022-07-17 | mm/huge_memory: minor cleanup for split_huge_pages_all | Miaohe Lin |
2022-07-17 | mm/huge_memory: try to free subpage in swapcache when possible | Miaohe Lin |