- fa417ab mm, slub: move disabling irqs closer to get_partial() in ___slab_alloc() by Vlastimil Babka · 3 years, 8 months ago
- 0b303fb mm, slub: do initial checks in ___slab_alloc() with irqs enabled by Vlastimil Babka · 3 years, 8 months ago
- e500059 mm, slub: move disabling/enabling irqs to ___slab_alloc() by Vlastimil Babka · 3 years, 8 months ago
- 9b4bc85 mm, slub: simplify kmem_cache_cpu and tid setup by Vlastimil Babka · 3 years, 8 months ago
- 1572df7 mm, slub: restructure new page checks in ___slab_alloc() by Vlastimil Babka · 3 years, 8 months ago
- 75c8ff2 mm, slub: return slab page from get_partial() and set c->page afterwards by Vlastimil Babka · 3 years, 8 months ago
- 53a0de0 mm, slub: dissolve new_slab_objects() into ___slab_alloc() by Vlastimil Babka · 3 years, 8 months ago
- 2a90490 mm, slub: extract get_partial() from new_slab_objects() by Vlastimil Babka · 3 years, 8 months ago
- 976b805 mm, slub: remove redundant unfreeze_partials() from put_cpu_partial() by Vlastimil Babka · 3 years, 7 months ago
- 8404803 mm, slub: don't disable irq for debug_check_no_locks_freed() by Vlastimil Babka · 3 years, 7 months ago
- 0a19e7d mm, slub: allocate private object map for validate_slab_cache() by Vlastimil Babka · 3 years, 7 months ago
- b3fd64e mm, slub: allocate private object map for debugfs listings by Vlastimil Babka · 3 years, 7 months ago
- eafb1d6 mm, slub: don't call flush_all() from slab_debug_trace_open() by Vlastimil Babka · 3 years, 7 months ago
- 946746d1 mm/memory_hotplug: fix potential permanent lru cache disable by Miaohe Lin · 3 years, 4 months ago
- c7b1850 hugetlb: don't pass page cache pages to restore_reserve_on_error by Mike Kravetz · 3 years, 4 months ago
- 57f2976 mm: vmscan: fix missing psi annotation for node_reclaim() by Johannes Weiner · 3 years, 4 months ago
- fcc0062 mm/hwpoison: retry with shake_page() for unhandlable pages by Naoya Horiguchi · 3 years, 4 months ago
- f56ce41 mm: memcontrol: fix occasional OOMs due to proportional memory.low reclaim by Johannes Weiner · 3 years, 4 months ago
- 47aef60 mm/page_alloc: don't corrupt pcppage_migratetype by Doug Berger · 3 years, 4 months ago
- c04b3d06 Revert "mm: swap: check if swap backing device is congested or not" by Yang Shi · 3 years, 4 months ago
- b1e1ef3 Revert "mm/shmem: fix shmem_swapin() race with swapoff" by Yang Shi · 3 years, 4 months ago
- 7fa0dac mm/memcg: fix incorrect flushing of lruvec data in obj_stock by Waiman Long · 3 years, 5 months ago
- eb2faa5 mm/madvise: report SIGBUS as -EFAULT for MADV_POPULATE_(READ|WRITE) by David Hildenbrand · 3 years, 5 months ago
- a7f1d48 mm: slub: fix slub_debug disabling for list of slabs by Vlastimil Babka · 3 years, 5 months ago
- 1ed7ce5 slub: fix kmalloc_pagealloc_invalid_free unit test by Shakeel Butt · 3 years, 5 months ago
- 340caf1 kasan, slub: reset tag when printing address by Kuan-Ying Lee · 3 years, 5 months ago
- 6c7a00b kasan, kmemleak: reset tags when scanning block by Kuan-Ying Lee · 3 years, 5 months ago
- 121dffe mm/memcg: fix NULL pointer dereference in memcg_slab_free_hook() by Wang Hai · 3 years, 5 months ago
- f227f0f slub: fix unreclaimable slab stat for bulk free by Shakeel Butt · 3 years, 5 months ago
- b5916c0 mm/migrate: fix NR_ISOLATED corruption on 64-bit by Aneesh Kumar K.V · 3 years, 5 months ago
- 30def93 mm: memcontrol: fix blocking rstat function called from atomic cgroup1 thresholding code by Johannes Weiner · 3 years, 5 months ago
- e4dc348 mm: fix the deadlock in finish_fault() by Qi Zheng · 3 years, 5 months ago
- e904c2c mm: mmap_lock: fix disabling preemption directly by Muchun Song · 3 years, 5 months ago
- af64237 mm/secretmem: wire up ->set_page_dirty by Mike Rapoport · 3 years, 5 months ago
- b43a9e7 writeback, cgroup: remove wb from offline list before releasing refcnt by Roman Gushchin · 3 years, 5 months ago
- 79e482e memblock: make for_each_mem_range() traverse MEMBLOCK_HOTPLUG regions by Mike Rapoport · 3 years, 5 months ago
- 69e5d32 mm: page_alloc: fix page_poison=1 / INIT_ON_ALLOC_DEFAULT_ON interaction by Sergei Trofimovich · 3 years, 5 months ago
- 236e9f1 kfence: skip all GFP_ZONEMASK allocations by Alexander Potapenko · 3 years, 5 months ago
- 235a85c kfence: move the size check to the beginning of __kfence_alloc() by Alexander Potapenko · 3 years, 5 months ago
- 32ae8a0 kfence: defer kfence_test_init to ensure that kunit debugfs is created by Weizhao Ouyang · 3 years, 5 months ago
- ae14c63 Revert "mm/slub: use stackdepot to save stack trace in objects" by Linus Torvalds · 3 years, 5 months ago
- d08af0a mm/hugetlb: fix refs calculation from unaligned @vaddr by Joao Martins · 3 years, 6 months ago
- 0614784 mm/page_alloc: further fix __alloc_pages_bulk() return value by Chuck Lever · 3 years, 6 months ago
- e5c15ce mm/page_alloc: correct return value when failing at preparing by Yanfei Xu · 3 years, 6 months ago
- 187ad46 mm/page_alloc: avoid page allocator recursion with pagesets.lock held by Mel Gorman · 3 years, 6 months ago
- 54aa386 Revert "mm/page_alloc: make should_fail_alloc_page() static" by Matteo Croce · 3 years, 6 months ago
- 77a63c6 kasan: add memzero init for unaligned size at DEBUG by Yee Lee · 3 years, 6 months ago
- 0d4a062 mm: move helper to check slub_debug_enabled by Marco Elver · 3 years, 6 months ago
- 79789db mm: Make copy_huge_page() always available by Matthew Wilcox (Oracle) · 3 years, 6 months ago
- efdb672 mm/rmap: fix munlocking Anon THP with mlocked ptes by Hugh Dickins · 3 years, 6 months ago
- 6c855fc mm/rmap: try_to_migrate() skip zone_device !device_private by Hugh Dickins · 3 years, 6 months ago
- 023e1a8 mm/rmap: fix new bug: premature return from page_mlock_one() by Hugh Dickins · 3 years, 6 months ago
- d9770fc mm/rmap: fix old bug: munlocking THP missed other mlocks by Hugh Dickins · 3 years, 6 months ago
- 64b586d mm/rmap: fix comments left over from recent changes by Hugh Dickins · 3 years, 6 months ago
- 6bce244 mm/page_alloc: Revert pahole zero-sized workaround by Mel Gorman · 3 years, 6 months ago
- 20d5e57 Merge branch 'for-5.14-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/dennis/percpu by Linus Torvalds · 3 years, 6 months ago
- 3bbda69 mm/mremap: allow arch runtime override by Aneesh Kumar K.V · 3 years, 6 months ago
- 97113eb mm/mremap: hold the rmap lock in write mode when moving page table entries. by Aneesh Kumar K.V · 3 years, 6 months ago
- 0881ace mm/mremap: use pmd/pud_poplulate to update page table entries by Aneesh Kumar K.V · 3 years, 6 months ago
- d6655df mm/mremap: don't enable optimized PUD move if page table levels is 2 by Aneesh Kumar K.V · 3 years, 6 months ago
- 7d846db mm/mremap: convert huge PUD move to separate helper by Aneesh Kumar K.V · 3 years, 6 months ago
- 5748fbc mm: add setup_initial_init_mm() helper by Kefeng Wang · 3 years, 6 months ago
- 9a436f8 PM: hibernate: disable when there are active secretmem users by Mike Rapoport · 3 years, 6 months ago
- 1507f51 mm: introduce memfd_secret system call to create "secret" memory areas by Mike Rapoport · 3 years, 6 months ago
- 6aeb254 mmap: make mlock_future_check() global by Mike Rapoport · 3 years, 6 months ago
- 78869146 mm/slub: use stackdepot to save stack trace in objects by Oliver Glitta · 3 years, 6 months ago
- 28e92f9 Merge branch 'core-rcu-2021.07.04' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu by Linus Torvalds · 3 years, 6 months ago
- a412897 Merge tag 'memblock-v5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rppt/memblock by Linus Torvalds · 3 years, 6 months ago
- 93274f1 percpu: flush tlb in pcpu_reclaim_populated() by Dennis Zhou · 3 years, 6 months ago
- d3acb15 Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 3 years, 6 months ago
- 71bd934 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 3 years, 6 months ago
- e267992 Merge branch 'for-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/dennis/percpu by Linus Torvalds · 3 years, 6 months ago
- b756a3b mm: device exclusive memory access by Alistair Popple · 3 years, 6 months ago
- 9a5cc85 mm/memory.c: allow different return codes for copy_nonpresent_pte() by Alistair Popple · 3 years, 6 months ago
- 6b49bf6 mm: rename migrate_pgmap_owner by Alistair Popple · 3 years, 6 months ago
- a98a2f0 mm/rmap: split migration into its own function by Alistair Popple · 3 years, 6 months ago
- cd62734 mm/rmap: split try_to_munlock from try_to_unmap by Alistair Popple · 3 years, 6 months ago
- 4dd845b mm/swapops: rework swap entry manipulation code by Alistair Popple · 3 years, 6 months ago
- af5cdaf mm: remove special swap entry functions by Alistair Popple · 3 years, 6 months ago
- ff06e45 kfence: unconditionally use unbound work queue by Marco Elver · 3 years, 6 months ago
- ffd8f25 mm/page_alloc: move prototype for find_suitable_fallback by Mel Gorman · 3 years, 6 months ago
- d01079f mm/mmap_lock: remove dead code for !CONFIG_TRACING configurations by Mel Gorman · 3 years, 6 months ago
- 3052217 mm/z3fold: add kerneldoc fields for z3fold_pool by Mel Gorman · 3 years, 6 months ago
- a29a750 mm/zbud: add kerneldoc fields for zbud_pool by Mel Gorman · 3 years, 6 months ago
- 5640c9c mm/memory_hotplug: fix kerneldoc comment for __remove_memory by Mel Gorman · 3 years, 6 months ago
- ba2d266 mm/memory_hotplug: fix kerneldoc comment for __try_online_node by Mel Gorman · 3 years, 6 months ago
- 0539571 mm/memcontrol.c: fix kerneldoc comment for mem_cgroup_calculate_protection by Mel Gorman · 3 years, 6 months ago
- b417941 mm/mapping_dirty_helpers: remove double Note in kerneldoc by Mel Gorman · 3 years, 6 months ago
- f717309 mm/page_alloc: make should_fail_alloc_page() static by Mel Gorman · 3 years, 6 months ago
- 5da96bd mm/vmalloc: include header for prototype of set_iounmap_nonlazy by Mel Gorman · 3 years, 6 months ago
- f611fab mm/vmscan: remove kerneldoc-like comment from isolate_lru_pages by Mel Gorman · 3 years, 6 months ago
- 041711c mm: fix spelling mistakes by Zhen Lei · 3 years, 6 months ago
- c4ffefd mm: fix typos and grammar error in comments by Hyeonggon Yoo · 3 years, 6 months ago
- 3384833 mm/zsmalloc.c: improve readability for async_free_zspage() by Miaohe Lin · 3 years, 6 months ago
- ce8475b mm/zsmalloc.c: remove confusing code in obj_free() by Miaohe Lin · 3 years, 6 months ago
- 46b76f2 mm/zswap.c: fix two bugs in zswap_writeback_entry() by Miaohe Lin · 3 years, 6 months ago
- ae34af1 mm/zswap.c: avoid unnecessary copy-in at map time by Miaohe Lin · 3 years, 6 months ago
- 2c1e9a2 mm/zswap.c: remove unused function zswap_debugfs_exit() by Miaohe Lin · 3 years, 6 months ago
- 27cacaa mm,memory_hotplug: drop unneeded locking by Oscar Salvador · 3 years, 6 months ago
- 786dee8 mm/memory_hotplug: rate limit page migration warnings by Liam Mark · 3 years, 6 months ago