summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2023-06-29mm/khugepaged: fix regression in collapse_file()Hugh Dickins
2023-06-28Merge branch 'expand-stack'Linus Torvalds
2023-06-28Merge tag 'net-next-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2023-06-28mm: fix __access_remote_vm() GUP failure caseLinus Torvalds
2023-06-28Merge tag 'mm-nonmm-stable-2023-06-24-19-23' of git://git.kernel.org/pub/scm/...Linus Torvalds
2023-06-28Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-06-27Merge tag 'docs-arm64-move' of git://git.lwn.net/linuxLinus Torvalds
2023-06-27Merge tag 'locking-core-2023-06-27' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2023-06-27gup: add warning if some caller would seem to want stack expansionLinus Torvalds
2023-06-27mm: always expand the stack with the mmap write lock heldLinus Torvalds
2023-06-26Merge tag 'x86_cleanups_for_6.5' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2023-06-26Merge tag 'x86_cc_for_v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-06-26Merge tag 'for-6.5/block-2023-06-23' of git://git.kernel.dk/linuxLinus Torvalds
2023-06-26Merge tag 'for-6.5/splice-2023-06-23' of git://git.kernel.dk/linuxLinus Torvalds
2023-06-24mm: make find_extend_vma() fail if write lock not heldLiam R. Howlett
2023-06-24arm/mm: Convert to using lock_mm_and_find_vma()Ben Hutchings
2023-06-24mm: make the page fault mmap locking killableLinus Torvalds
2023-06-24mm: introduce new 'lock_mm_and_find_vma()' page fault helperLinus Torvalds
2023-06-23hugetlb: revert use of page_cache_next_miss()Mike Kravetz
2023-06-23Revert "page cache: fix page_cache_next/prev_miss off by one"Mike Kravetz
2023-06-23mm/vmscan: fix root proactive reclaim unthrottling unbalanced nodeYosry Ahmed
2023-06-23mm: memcg: rename and document global_reclaim()Yosry Ahmed
2023-06-23mm: compaction: convert to use a folio in isolate_migratepages_block()Kefeng Wang
2023-06-23mm: zswap: fix double invalidate with exclusive loadsYosry Ahmed
2023-06-23mm: remove unnecessary pagevec includesMatthew Wilcox (Oracle)
2023-06-23mm: remove references to pagevecMatthew Wilcox (Oracle)
2023-06-23mm: rename invalidate_mapping_pagevec to mapping_try_invalidateMatthew Wilcox (Oracle)
2023-06-23mm: remove struct pagevecMatthew Wilcox (Oracle)
2023-06-23mm: remove check_move_unevictable_pages()Matthew Wilcox (Oracle)
2023-06-23mm: page_alloc: use the correct type of list for free pagesBaolin Wang
2023-06-23mm: backing-dev: make bdi_class a static const structureIvan Orlov
2023-06-23mm/swapfile: delete outdated pte_offset_map() commentHugh Dickins
2023-06-23mm: pass nid to reserve_bootmem_region()Yajun Deng
2023-06-23mm/gup: do not return 0 from pin_user_pages_fast() for bad argsJason Gunthorpe
2023-06-23mm: fix shmem THP counters on migrationJan Glauber
2023-06-23mm/memcontrol: do not tweak node in mem_cgroup_init()Haifeng Xu
2023-06-23kasan,kmsan: remove __GFP_KSWAPD_RECLAIM usage from kasan/kmsanTetsuo Handa
2023-06-23mm: compaction: skip memory hole rapidly when isolating migratable pagesBaolin Wang
2023-06-23Merge mm-hotfixes-stable into mm-stable to pick up depended-upon changes.Andrew Morton
2023-06-23mm/mglru: make memcg_lru->lock irq safeYu Zhao
2023-06-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-06-21mm: Fix a dangling Documentation/arm64 referenceJonathan Corbet
2023-06-20Merge tag 'mm-hotfixes-stable-2023-06-20-12-31' of git://git.kernel.org/pub/s...Linus Torvalds
2023-06-19mm: page_alloc: make compound_page_dtors staticMiaohe Lin
2023-06-19mm/memcg: remove return value of mem_cgroup_scan_tasks()ZhangPeng
2023-06-19mm/damon/core-test: add a test for damon_set_attrs()SeongJae Park
2023-06-19mm/gup.c: reorganize try_get_folio()Vishal Moola (Oracle)
2023-06-19mm/gup_test.c: convert verify_dma_pinned() to us foliosVishal Moola (Oracle)
2023-06-19kasan: add support for kasan.fault=panic_on_writeMarco Elver
2023-06-19mm: zswap: invaldiate entry after writebackDomenico Cerasuolo