Age | Commit message (Expand) | Author | Files | Lines |
2022-08-03 | Merge tag 'folio-6.0' of git://git.infradead.org/users/willy/pagecache | Linus Torvalds | 19 | -474/+314 |
2022-08-03 | Merge tag 'selinux-pr-20220801' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -0/+9 |
2022-08-03 | Merge tag 'hardening-v5.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -1/+1 |
2022-08-02 | Merge tag 'for-5.20/io_uring-buffered-writes-2022-07-29' of git://git.kernel.... | Linus Torvalds | 2 | -32/+61 |
2022-08-02 | mm/folio-compat: Remove migration compatibility functions | Matthew Wilcox (Oracle) | 2 | -23/+1 |
2022-08-02 | fs: Remove aops->migratepage() | Matthew Wilcox (Oracle) | 2 | -6/+2 |
2022-08-02 | secretmem: Convert to migrate_folio | Matthew Wilcox (Oracle) | 1 | -4/+3 |
2022-08-02 | hugetlb: Convert to migrate_folio | Matthew Wilcox (Oracle) | 1 | -9/+9 |
2022-08-02 | mm/migrate: Add filemap_migrate_folio() | Matthew Wilcox (Oracle) | 1 | -0/+20 |
2022-08-02 | mm/migrate: Convert migrate_page() to migrate_folio() | Matthew Wilcox (Oracle) | 4 | -20/+24 |
2022-08-02 | mm/migrate: Convert expected_page_refs() to folio_expected_refs() | Matthew Wilcox (Oracle) | 1 | -7/+12 |
2022-08-02 | mm/migrate: Convert buffer_migrate_page() to buffer_migrate_folio() | Matthew Wilcox (Oracle) | 1 | -30/+46 |
2022-08-02 | mm/migrate: Convert writeout() to take a folio | Matthew Wilcox (Oracle) | 1 | -11/+10 |
2022-08-02 | mm/migrate: Convert fallback_migrate_page() to fallback_migrate_folio() | Matthew Wilcox (Oracle) | 1 | -10/+9 |
2022-08-02 | fs: Add aops->migrate_folio | Matthew Wilcox (Oracle) | 2 | -5/+10 |
2022-08-02 | mm: Convert all PageMovable users to movable_operations | Matthew Wilcox (Oracle) | 6 | -191/+62 |
2022-08-02 | secretmem: Remove isolate_page | Matthew Wilcox (Oracle) | 1 | -6/+0 |
2022-08-01 | Merge tag 'slab-for-5.20_or_6.0' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 5 | -142/+84 |
2022-08-01 | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds | 4 | -18/+32 |
2022-07-30 | Merge tag 'mm-hotfixes-stable-2022-07-29' of git://git.kernel.org/pub/scm/lin... | Linus Torvalds | 2 | -15/+16 |
2022-07-29 | mm/hmm: fault non-owner device private entries | Ralph Campbell | 1 | -11/+8 |
2022-07-29 | page_alloc: fix invalid watermark check on a negative value | Jaewon Kim | 1 | -4/+8 |
2022-07-27 | Merge tag 'mm-hotfixes-stable-2022-07-26' of git://git.kernel.org/pub/scm/lin... | Linus Torvalds | 7 | -30/+57 |
2022-07-26 | mm: fix NULL pointer dereference in wp_page_reuse() | Qi Zheng | 1 | -1/+1 |
2022-07-25 | Merge branch 'for-next/mte' into for-next/core | Will Deacon | 2 | -10/+12 |
2022-07-25 | Merge branch 'for-next/mm' into for-next/core | Will Deacon | 1 | -1/+1 |
2022-07-25 | mm: honor FGP_NOWAIT for page cache page allocation | Jens Axboe | 1 | -0/+4 |
2022-07-25 | mm: Add balance_dirty_pages_ratelimited_flags() function | Jan Kara | 1 | -10/+41 |
2022-07-25 | mm: Move updates of dirty_exceeded into one place | Jan Kara | 1 | -5/+2 |
2022-07-25 | mm: Move starting of background writeback into the main balancing loop | Jan Kara | 1 | -17/+14 |
2022-07-20 | mm/slab_common: move generic bulk alloc/free functions to SLOB | Hyeonggon Yoo | 3 | -40/+21 |
2022-07-20 | mm/sl[au]b: use own bulk free function when bulk alloc failed | Hyeonggon Yoo | 2 | -3/+3 |
2022-07-20 | arm64: enable THP_SWAP for arm64 | Barry Song | 1 | -1/+1 |
2022-07-19 | hugetlb: fix memoryleak in hugetlb_mcopy_atomic_pte | Miaohe Lin | 1 | -0/+1 |
2022-07-19 | secretmem: fix unhandled fault in truncate | Mike Rapoport | 1 | -7/+26 |
2022-07-19 | mm/hugetlb: separate path for hwpoison entry in copy_hugetlb_page_range() | Naoya Horiguchi | 1 | -2/+7 |
2022-07-19 | mm: fix missing wake-up event for FSDAX pages | Muchun Song | 2 | -5/+7 |
2022-07-19 | mm: fix page leak with multiple threads mapping the same page | Josef Bacik | 1 | -2/+5 |
2022-07-19 | tmpfs: fix the issue that the mount and remount results are inconsistent. | ZhaoLong Wang | 1 | -5/+2 |
2022-07-19 | mm: kfence: apply kmemleak_ignore_phys on early allocated pool | Yee Lee | 1 | -9/+9 |
2022-07-07 | mm: kasan: Skip page unpoisoning only if __GFP_SKIP_KASAN_UNPOISON | Catalin Marinas | 1 | -7/+5 |
2022-07-07 | mm: kasan: Skip unpoisoning of user pages | Catalin Marinas | 1 | -2/+5 |
2022-07-07 | mm: kasan: Ensure the tags are visible before the tag in page->flags | Catalin Marinas | 1 | -1/+2 |
2022-07-04 | mm: slab: optimize memcg_slab_free_hook() | Muchun Song | 3 | -68/+32 |
2022-07-04 | mm/tracing: add 'accounted' entry into output of allocation tracepoints | Vasily Averin | 4 | -24/+23 |
2022-07-04 | mm/slub: Simplify __kmem_cache_alias() | Xiongwei Song | 1 | -5/+3 |
2022-07-04 | mm, slab: fix bad alignments | Jiapeng Chong | 1 | -2/+2 |
2022-07-04 | mm: split huge PUD on wp_huge_pud fallback | Gowans, James | 1 | -13/+14 |
2022-07-04 | mm/rmap: fix dereferencing invalid subpage pointer in try_to_migrate_one() | David Hildenbrand | 1 | -10/+17 |
2022-07-04 | mm: sparsemem: fix missing higher order allocation splitting | Muchun Song | 1 | -0/+8 |