Age | Commit message (Expand) | Author | Files | Lines |
2022-05-10 | mm: mremap: fix sign for EFAULT error return value | Niels Dossche | 1 | -1/+1 |
2022-04-29 | mm/hwpoison: use pr_err() instead of dump_page() in get_any_page() | Naoya Horiguchi | 1 | -1/+1 |
2022-04-29 | mm/huge_memory: do not overkill when splitting huge_zero_page | Xu Yu | 1 | -1/+6 |
2022-04-29 | Revert "mm/memory-failure.c: skip huge_zero_page in memory_failure()" | Xu Yu | 1 | -13/+0 |
2022-04-27 | kasan: prevent cpu_quarantine corruption when CPU offline and cache shrink oc... | Zqiang | 1 | -0/+7 |
2022-04-25 | no-MMU: expose vmalloc_huge() for alloc_large_system_hash() | Linus Torvalds | 1 | -0/+2 |
2022-04-24 | kvmalloc: use vmalloc_huge for vmalloc allocations | Linus Torvalds | 1 | -2/+9 |
2022-04-24 | page_alloc: use vmalloc_huge for large system hash | Song Liu | 1 | -1/+1 |
2022-04-22 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 8 | -73/+200 |
2022-04-22 | mm/vmalloc: huge vmalloc backing pages should be split rather than compound | Nicholas Piggin | 1 | -15/+21 |
2022-04-22 | mm/mmu_notifier.c: fix race in mmu_interval_notifier_remove() | Alistair Popple | 1 | -1/+13 |
2022-04-22 | oom_kill.c: futex: delay the OOM reaper to allow time for proper futex cleanup | Nico Pache | 1 | -14/+40 |
2022-04-22 | mm, hugetlb: allow for "high" userspace addresses | Christophe Leroy | 1 | -8/+0 |
2022-04-22 | userfaultfd: mark uffd_wp regardless of VM_WRITE flag | Nadav Amit | 1 | -6/+9 |
2022-04-22 | memcg: sync flush only if periodic flush is delayed | Shakeel Butt | 2 | -2/+12 |
2022-04-22 | mm/memory-failure.c: skip huge_zero_page in memory_failure() | Xu Yu | 1 | -0/+13 |
2022-04-22 | mm/hwpoison: fix race between hugetlb free/demotion and memory_failure_hugetlb() | Naoya Horiguchi | 2 | -42/+113 |
2022-04-19 | vmalloc: replace VM_NO_HUGE_VMAP with VM_ALLOW_HUGE_VMAP | Song Liu | 1 | -7/+10 |
2022-04-16 | mm: kmemleak: take a full lowmem check in kmemleak_*_phys() | Patrick Wang | 1 | -4/+4 |
2022-04-16 | mm/vmalloc: fix spinning drain_vmap_work after reading from /proc/vmcore | Omar Sandoval | 1 | -11/+0 |
2022-04-16 | hugetlb: do not demote poisoned hugetlb pages | Mike Kravetz | 1 | -7/+10 |
2022-04-16 | mm: compaction: fix compiler warning when CONFIG_COMPACTION=n | Charan Teja Kalla | 1 | -5/+5 |
2022-04-16 | mm: fix unexpected zeroed page mapping with zram swap | Minchan Kim | 1 | -54/+0 |
2022-04-16 | mm, page_alloc: fix build_zonerefs_node() | Juergen Gross | 1 | -1/+1 |
2022-04-16 | mm, kfence: support kmem_dump_obj() for KFENCE objects | Marco Elver | 8 | -25/+81 |
2022-04-16 | kasan: fix hw tags enablement when KUNIT tests are disabled | Vincenzo Frascino | 2 | -6/+9 |
2022-04-16 | mm/secretmem: fix panic when growing a memfd_secret | Axel Rasmussen | 1 | -0/+17 |
2022-04-16 | tmpfs: fix regressions from wider use of ZERO_PAGE | Hugh Dickins | 2 | -17/+20 |
2022-04-10 | Merge tag 'locking_urgent_for_v5.18_rc2' of git://git.kernel.org/pub/scm/linu... | Linus Torvalds | 1 | -1/+1 |
2022-04-09 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 4 | -8/+6 |
2022-04-09 | mm/list_lru.c: revert "mm/list_lru: optimize memcg_reparent_list_lru_node()" | Andrew Morton | 1 | -6/+0 |
2022-04-09 | mm/mempolicy: fix mpol_new leak in shared_policy_replace | Miaohe Lin | 1 | -0/+1 |
2022-04-09 | mmmremap.c: avoid pointless invalidate_range_start/end on mremap(old_size=0) | Paolo Bonzini | 1 | -0/+3 |
2022-04-09 | highmem: fix checks in __kmap_local_sched_{in,out} | Max Filippov | 1 | -2/+2 |
2022-04-09 | mm: migrate: use thp_order instead of HPAGE_PMD_ORDER for new page allocation. | Zi Yan | 2 | -2/+2 |
2022-04-07 | mm/rmap: Fix handling of hugetlbfs pages in page_vma_mapped_walk | zhenwei pi | 1 | -3/+3 |
2022-04-07 | mm/mempolicy: Use vma_alloc_folio() in new_page() | Matthew Wilcox (Oracle) | 1 | -14/+11 |
2022-04-07 | mm: Add vma_alloc_folio() | Matthew Wilcox (Oracle) | 1 | -0/+13 |
2022-04-07 | mm/migrate: Use a folio in migrate_misplaced_transhuge_page() | Matthew Wilcox (Oracle) | 1 | -42/+16 |
2022-04-07 | mm/migrate: Use a folio in alloc_migration_target() | Matthew Wilcox (Oracle) | 1 | -12/+10 |
2022-04-07 | mm/huge_memory: Avoid calling pmd_page() on a non-leaf PMD | Matthew Wilcox (Oracle) | 1 | -6/+5 |
2022-04-05 | Revert "mm/page_alloc: mark pagesets as __maybe_unused" | Sebastian Andrzej Siewior | 1 | -1/+1 |
2022-04-01 | Merge tag 'folio-5.18d' of git://git.infradead.org/users/willy/pagecache | Linus Torvalds | 2 | -154/+62 |
2022-04-01 | mm/damon: prevent activated scheme from sleeping by deactivated schemes | Jonghyeon Kim | 1 | -1/+4 |
2022-04-01 | mm/kmemleak: reset tag when compare object pointer | Kuan-Ying Lee | 1 | -2/+7 |
2022-04-01 | mm,hwpoison: unmap poisoned page before invalidation | Rik van Riel | 1 | -4/+8 |
2022-04-01 | mm: kfence: fix objcgs vector allocation | Muchun Song | 2 | -1/+13 |
2022-04-01 | mm/munlock: protect the per-CPU pagevec by a local_lock_t | Sebastian Andrzej Siewior | 6 | -16/+47 |
2022-04-01 | mm/munlock: add lru_add_drain() to fix memcg_stat_test | Hugh Dickins | 1 | -2/+8 |
2022-04-01 | Revert "mm: madvise: skip unmapped vma holes passed to process_madvise" | Charan Teja Kalla | 1 | -8/+1 |