Age | Commit message (Expand) | Author |
2023-03-04 | mm: avoid gcc complaint about pointer casting | Linus Torvalds |
2023-03-04 | Merge tag 'mm-hotfixes-stable-2023-03-04-13-12' of git://git.kernel.org/pub/s... | Linus Torvalds |
2023-03-02 | kasan: test: fix test for new meminstrinsic instrumentation | Marco Elver |
2023-03-02 | kasan: treat meminstrinsic as builtins in uninstrumented files | Marco Elver |
2023-03-02 | kasan: emit different calls for instrumentable memintrinsics | Marco Elver |
2023-02-27 | mm/hwpoison: convert TTU_IGNORE_HWPOISON to TTU_HWPOISON | Naoya Horiguchi |
2023-02-27 | mm/damon/paddr: fix missing folio_put() | andrew.yang |
2023-02-27 | mm/mremap: fix dup_anon_vma() in vma_merge() case 4 | Vlastimil Babka |
2023-02-27 | Merge tag 'memblock-v6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds |
2023-02-25 | mm/mprotect: Fix successful vma_merge() of next in do_mprotect_pkey() | Liam R. Howlett |
2023-02-23 | Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds |
2023-02-23 | Merge tag 'sysctl-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m... | Linus Torvalds |
2023-02-23 | Merge tag 'slab-for-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/vba... | Linus Torvalds |
2023-02-22 | Merge tag '6.3-rc-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6 | Linus Torvalds |
2023-02-21 | Merge tag 'net-next-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds |
2023-02-21 | sysctl: fix proc_dobool() usability | Ondrej Mosnacek |
2023-02-21 | Merge branch 'slab/for-6.3/fixes' into slab/for-linus | Vlastimil Babka |
2023-02-21 | Merge branch 'slab/for-6.3/cleanups' into slab/for-linus | Vlastimil Babka |
2023-02-20 | Merge tag 'sched-core-2023-02-20' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2023-02-20 | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf... | Jakub Kicinski |
2023-02-20 | netfs: Add a function to extract an iterator into a scatterlist | David Howells |
2023-02-20 | splice: Export filemap/direct_splice_read() | David Howells |
2023-02-20 | splice: Add a func to do a splice from a buffered file without ITER_PIPE | David Howells |
2023-02-20 | mm: Pass info, not iter, into filemap_get_pages() | David Howells |
2023-02-20 | Merge tag 'for-6.3/block-2023-02-16' of git://git.kernel.dk/linux | Linus Torvalds |
2023-02-20 | mm/memory_hotplug: cleanup return value handing in do_migrate_range() | SeongJae Park |
2023-02-20 | mm/uffd: fix comment in handling pte markers | Peter Xu |
2023-02-20 | mm: change to return bool for isolate_movable_page() | Baolin Wang |
2023-02-20 | mm: hugetlb: change to return bool for isolate_hugetlb() | Baolin Wang |
2023-02-20 | mm: change to return bool for isolate_lru_page() | Baolin Wang |
2023-02-20 | mm: change to return bool for folio_isolate_lru() | Baolin Wang |
2023-02-20 | kmsan: disable ftrace in kmsan core code | Arnd Bergmann |
2023-02-20 | kasan: mark addr_has_metadata __always_inline | Arnd Bergmann |
2023-02-20 | Merge tag 'fs.idmapped.v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds |
2023-02-20 | Merge tag 'remove-get_kernel_pages-for-6.3' of https://git.linaro.org/people/... | Linus Torvalds |
2023-02-17 | Merge tag 'mm-hotfixes-stable-2023-02-17-15-16-2' of git://git.kernel.org/pub... | Linus Torvalds |
2023-02-17 | mm/migrate: fix wrongly apply write bit after mkdirty on sparc64 | Peter Xu |
2023-02-16 | mm: memcontrol: rename memcg_kmem_enabled() | Roman Gushchin |
2023-02-16 | mm: percpu: fix incorrect size in pcpu_obj_full_size() | Yafang Shao |
2023-02-16 | mm: page_alloc: call panic() when memoryless node allocation fails | Qi Zheng |
2023-02-16 | mm: multi-gen LRU: avoid futile retries | Yu Zhao |
2023-02-16 | migrate_pages: move THP/hugetlb migration support check to simplify code | Huang Ying |
2023-02-16 | migrate_pages: batch flushing TLB | Huang Ying |
2023-02-16 | migrate_pages: share more code between _unmap and _move | Huang Ying |
2023-02-16 | migrate_pages: move migrate_folio_unmap() | Huang Ying |
2023-02-16 | migrate_pages: batch _unmap and _move | Huang Ying |
2023-02-16 | migrate_pages: split unmap_and_move() to _unmap() and _move() | Huang Ying |
2023-02-16 | migrate_pages: restrict number of pages to migrate in batch | Huang Ying |
2023-02-16 | migrate_pages: separate hugetlb folios migration | Huang Ying |
2023-02-16 | migrate_pages: organize stats with struct migrate_pages_stats | Huang Ying |