summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2023-03-22mm/slab: Fix undefined init_cache_node_node() for NUMA and !SMPGeert Uytterhoeven1-1/+1
2023-03-17mm/slub: fix help comment of SLUB_DEBUGVernon Yang1-3/+3
2023-03-13mm: slub: make kobj_type structure constantThomas Weißschuh1-1/+1
2023-03-13mm,jfs: move write_one_page/folio_write_one to jfsChristoph Hellwig1-40/+0
2023-03-12fork/vm: Move common PF_IO_WORKER behavior to new flagMike Christie1-2/+2
2023-03-08mm/damon/paddr: fix folio_nr_pages() after folio_put() in damon_pa_mark_acces...SeongJae Park1-1/+1
2023-03-08mm/damon/paddr: fix folio_size() call after folio_put() in damon_pa_young()SeongJae Park1-2/+1
2023-03-08migrate_pages: try migrate in batch asynchronously firstlyHuang Ying1-18/+62
2023-03-08migrate_pages: move split folios processing out of migrate_pages_batch()Huang Ying1-50/+28
2023-03-08migrate_pages: fix deadlock in batched migrationHuang Ying1-43/+26
2023-03-08mm/userfaultfd: propagate uffd-wp bit when PTE-mapping the huge zeropageDavid Hildenbrand1-2/+4
2023-03-08mm: teach mincore_hugetlb about pte markersJames Houghton1-1/+1
2023-03-06fs: drop unused posix acl handlersChristian Brauner1-4/+0
2023-03-05mm: avoid gcc complaint about pointer castingLinus Torvalds1-2/+8
2023-03-05Merge tag 'mm-hotfixes-stable-2023-03-04-13-12' of git://git.kernel.org/pub/s...Linus Torvalds8-12/+65
2023-03-03kasan: test: fix test for new meminstrinsic instrumentationMarco Elver2-1/+37
2023-03-03kasan: treat meminstrinsic as builtins in uninstrumented filesMarco Elver1-1/+4
2023-03-03kasan: emit different calls for instrumentable memintrinsicsMarco Elver2-0/+15
2023-02-28mm/hwpoison: convert TTU_IGNORE_HWPOISON to TTU_HWPOISONNaoya Horiguchi2-5/+5
2023-02-28mm/damon/paddr: fix missing folio_put()andrew.yang1-4/+3
2023-02-28mm/mremap: fix dup_anon_vma() in vma_merge() case 4Vlastimil Babka1-1/+1
2023-02-27Merge tag 'memblock-v6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-14/+27
2023-02-26mm/mprotect: Fix successful vma_merge() of next in do_mprotect_pkey()Liam R. Howlett1-0/+1
2023-02-24Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds96-4007/+6113
2023-02-24Merge tag 'sysctl-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds1-1/+1
2023-02-24Merge tag 'slab-for-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/vba...Linus Torvalds2-25/+22
2023-02-23Merge tag '6.3-rc-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds3-13/+151
2023-02-22Merge tag 'net-next-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-0/+18
2023-02-22sysctl: fix proc_dobool() usabilityOndrej Mosnacek1-1/+1
2023-02-21Merge branch 'slab/for-6.3/fixes' into slab/for-linusVlastimil Babka2-13/+16
2023-02-21Merge branch 'slab/for-6.3/cleanups' into slab/for-linusVlastimil Babka2-12/+6
2023-02-21Merge tag 'sched-core-2023-02-20' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-0/+42
2023-02-21Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski1-0/+18
2023-02-21netfs: Add a function to extract an iterator into a scatterlistDavid Howells1-0/+1
2023-02-21splice: Export filemap/direct_splice_read()David Howells1-0/+1
2023-02-21splice: Add a func to do a splice from a buffered file without ITER_PIPEDavid Howells2-0/+135
2023-02-21mm: Pass info, not iter, into filemap_get_pages()David Howells1-13/+14
2023-02-21Merge tag 'for-6.3/block-2023-02-16' of git://git.kernel.dk/linuxLinus Torvalds2-7/+3
2023-02-20mm/memory_hotplug: cleanup return value handing in do_migrate_range()SeongJae Park1-6/+2
2023-02-20mm/uffd: fix comment in handling pte markersPeter Xu1-3/+1
2023-02-20mm: change to return bool for isolate_movable_page()Baolin Wang4-11/+11
2023-02-20mm: hugetlb: change to return bool for isolate_hugetlb()Baolin Wang4-11/+13
2023-02-20mm: change to return bool for isolate_lru_page()Baolin Wang8-22/+21
2023-02-20mm: change to return bool for folio_isolate_lru()Baolin Wang8-13/+19
2023-02-20kmsan: disable ftrace in kmsan core codeArnd Bergmann1-1/+7
2023-02-20kasan: mark addr_has_metadata __always_inlineArnd Bergmann1-2/+2
2023-02-20Merge tag 'fs.idmapped.v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds4-34/+43
2023-02-20Merge tag 'remove-get_kernel_pages-for-6.3' of https://git.linaro.org/people/...Linus Torvalds1-30/+0
2023-02-18Merge tag 'mm-hotfixes-stable-2023-02-17-15-16-2' of git://git.kernel.org/pub...Linus Torvalds4-4/+10
2023-02-18mm/migrate: fix wrongly apply write bit after mkdirty on sparc64Peter Xu2-2/+6