Age | Commit message (Expand) | Author |
2021-08-20 | hugetlb: don't pass page cache pages to restore_reserve_on_error | Mike Kravetz |
2021-08-20 | mm: vmscan: fix missing psi annotation for node_reclaim() | Johannes Weiner |
2021-08-20 | mm/hwpoison: retry with shake_page() for unhandlable pages | Naoya Horiguchi |
2021-08-20 | mm: memcontrol: fix occasional OOMs due to proportional memory.low reclaim | Johannes Weiner |
2021-08-20 | mm/page_alloc: don't corrupt pcppage_migratetype | Doug Berger |
2021-08-20 | Revert "mm: swap: check if swap backing device is congested or not" | Yang Shi |
2021-08-20 | Revert "mm/shmem: fix shmem_swapin() race with swapoff" | Yang Shi |
2021-08-13 | mm/memcg: fix incorrect flushing of lruvec data in obj_stock | Waiman Long |
2021-08-13 | mm/madvise: report SIGBUS as -EFAULT for MADV_POPULATE_(READ|WRITE) | David Hildenbrand |
2021-08-13 | mm: slub: fix slub_debug disabling for list of slabs | Vlastimil Babka |
2021-08-13 | slub: fix kmalloc_pagealloc_invalid_free unit test | Shakeel Butt |
2021-08-13 | kasan, slub: reset tag when printing address | Kuan-Ying Lee |
2021-08-13 | kasan, kmemleak: reset tags when scanning block | Kuan-Ying Lee |
2021-07-30 | mm/memcg: fix NULL pointer dereference in memcg_slab_free_hook() | Wang Hai |
2021-07-30 | slub: fix unreclaimable slab stat for bulk free | Shakeel Butt |
2021-07-30 | mm/migrate: fix NR_ISOLATED corruption on 64-bit | Aneesh Kumar K.V |
2021-07-30 | mm: memcontrol: fix blocking rstat function called from atomic cgroup1 thresh... | Johannes Weiner |
2021-07-23 | mm: fix the deadlock in finish_fault() | Qi Zheng |
2021-07-23 | mm: mmap_lock: fix disabling preemption directly | Muchun Song |
2021-07-23 | mm/secretmem: wire up ->set_page_dirty | Mike Rapoport |
2021-07-23 | writeback, cgroup: remove wb from offline list before releasing refcnt | Roman Gushchin |
2021-07-23 | memblock: make for_each_mem_range() traverse MEMBLOCK_HOTPLUG regions | Mike Rapoport |
2021-07-23 | mm: page_alloc: fix page_poison=1 / INIT_ON_ALLOC_DEFAULT_ON interaction | Sergei Trofimovich |
2021-07-23 | kfence: skip all GFP_ZONEMASK allocations | Alexander Potapenko |
2021-07-23 | kfence: move the size check to the beginning of __kfence_alloc() | Alexander Potapenko |
2021-07-23 | kfence: defer kfence_test_init to ensure that kunit debugfs is created | Weizhao Ouyang |
2021-07-17 | Revert "mm/slub: use stackdepot to save stack trace in objects" | Linus Torvalds |
2021-07-15 | mm/hugetlb: fix refs calculation from unaligned @vaddr | Joao Martins |
2021-07-15 | mm/page_alloc: further fix __alloc_pages_bulk() return value | Chuck Lever |
2021-07-15 | mm/page_alloc: correct return value when failing at preparing | Yanfei Xu |
2021-07-15 | mm/page_alloc: avoid page allocator recursion with pagesets.lock held | Mel Gorman |
2021-07-15 | Revert "mm/page_alloc: make should_fail_alloc_page() static" | Matteo Croce |
2021-07-15 | kasan: add memzero init for unaligned size at DEBUG | Yee Lee |
2021-07-15 | mm: move helper to check slub_debug_enabled | Marco Elver |
2021-07-12 | mm: Make copy_huge_page() always available | Matthew Wilcox (Oracle) |
2021-07-12 | mm/rmap: fix munlocking Anon THP with mlocked ptes | Hugh Dickins |
2021-07-11 | mm/rmap: try_to_migrate() skip zone_device !device_private | Hugh Dickins |
2021-07-11 | mm/rmap: fix new bug: premature return from page_mlock_one() | Hugh Dickins |
2021-07-11 | mm/rmap: fix old bug: munlocking THP missed other mlocks | Hugh Dickins |
2021-07-11 | mm/rmap: fix comments left over from recent changes | Hugh Dickins |
2021-07-10 | mm/page_alloc: Revert pahole zero-sized workaround | Mel Gorman |
2021-07-10 | Merge branch 'for-5.14-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds |
2021-07-08 | mm/mremap: allow arch runtime override | Aneesh Kumar K.V |
2021-07-08 | mm/mremap: hold the rmap lock in write mode when moving page table entries. | Aneesh Kumar K.V |
2021-07-08 | mm/mremap: use pmd/pud_poplulate to update page table entries | Aneesh Kumar K.V |
2021-07-08 | mm/mremap: don't enable optimized PUD move if page table levels is 2 | Aneesh Kumar K.V |
2021-07-08 | mm/mremap: convert huge PUD move to separate helper | Aneesh Kumar K.V |
2021-07-08 | mm: add setup_initial_init_mm() helper | Kefeng Wang |
2021-07-08 | PM: hibernate: disable when there are active secretmem users | Mike Rapoport |
2021-07-08 | mm: introduce memfd_secret system call to create "secret" memory areas | Mike Rapoport |