summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
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
2023-02-17mm: memcontrol: rename memcg_kmem_enabled()Roman Gushchin5-15/+15
2023-02-17mm: percpu: fix incorrect size in pcpu_obj_full_size()Yafang Shao1-2/+4
2023-02-17mm: page_alloc: call panic() when memoryless node allocation failsQi Zheng1-5/+3
2023-02-17mm: multi-gen LRU: avoid futile retriesYu Zhao1-10/+15
2023-02-17migrate_pages: move THP/hugetlb migration support check to simplify codeHuang Ying1-47/+36
2023-02-17migrate_pages: batch flushing TLBHuang Ying2-4/+21
2023-02-17migrate_pages: share more code between _unmap and _moveHuang Ying1-122/+85
2023-02-17migrate_pages: move migrate_folio_unmap()Huang Ying1-50/+50
2023-02-17migrate_pages: batch _unmap and _moveHuang Ying1-25/+189
2023-02-17migrate_pages: split unmap_and_move() to _unmap() and _move()Huang Ying1-41/+128
2023-02-17migrate_pages: restrict number of pages to migrate in batchHuang Ying1-68/+106
2023-02-17migrate_pages: separate hugetlb folios migrationHuang Ying1-22/+119
2023-02-17migrate_pages: organize stats with struct migrate_pages_statsHuang Ying1-26/+34