summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2023-06-28Merge tag 'locking-core-2023-06-27' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-64/+128
2023-06-27gup: add warning if some caller would seem to want stack expansionLinus Torvalds1-2/+10
2023-06-27mm: always expand the stack with the mmap write lock heldLinus Torvalds4-39/+116
2023-06-27Merge tag 'x86_cleanups_for_6.5' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-6/+0
2023-06-27Merge tag 'x86_cc_for_v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds4-0/+192
2023-06-26Merge tag 'for-6.5/block-2023-06-23' of git://git.kernel.dk/linuxLinus Torvalds3-8/+64
2023-06-26Merge tag 'for-6.5/splice-2023-06-23' of git://git.kernel.dk/linuxLinus Torvalds2-8/+157
2023-06-25mm: make find_extend_vma() fail if write lock not heldLiam R. Howlett3-19/+36
2023-06-25arm/mm: Convert to using lock_mm_and_find_vma()Ben Hutchings1-1/+1
2023-06-25mm: make the page fault mmap locking killableLinus Torvalds1-4/+2
2023-06-25mm: introduce new 'lock_mm_and_find_vma()' page fault helperLinus Torvalds2-0/+125
2023-06-24hugetlb: revert use of page_cache_next_miss()Mike Kravetz1-6/+6
2023-06-24Revert "page cache: fix page_cache_next/prev_miss off by one"Mike Kravetz1-16/+10
2023-06-24mm/vmscan: fix root proactive reclaim unthrottling unbalanced nodeYosry Ahmed1-7/+12
2023-06-24mm: memcg: rename and document global_reclaim()Yosry Ahmed1-8/+13
2023-06-24mm: compaction: convert to use a folio in isolate_migratepages_block()Kefeng Wang1-40/+44
2023-06-24mm: zswap: fix double invalidate with exclusive loadsYosry Ahmed1-9/+12
2023-06-24mm: remove unnecessary pagevec includesMatthew Wilcox (Oracle)5-5/+0
2023-06-24mm: remove references to pagevecMatthew Wilcox (Oracle)7-13/+13
2023-06-24mm: rename invalidate_mapping_pagevec to mapping_try_invalidateMatthew Wilcox (Oracle)3-24/+21
2023-06-24mm: remove struct pagevecMatthew Wilcox (Oracle)1-9/+9
2023-06-24mm: remove check_move_unevictable_pages()Matthew Wilcox (Oracle)1-17/+0
2023-06-24mm: page_alloc: use the correct type of list for free pagesBaolin Wang1-1/+1
2023-06-24mm: backing-dev: make bdi_class a static const structureIvan Orlov1-6/+11
2023-06-24mm/swapfile: delete outdated pte_offset_map() commentHugh Dickins1-5/+0
2023-06-24mm: pass nid to reserve_bootmem_region()Yajun Deng2-23/+38
2023-06-24mm/gup: do not return 0 from pin_user_pages_fast() for bad argsJason Gunthorpe1-1/+1
2023-06-24mm: fix shmem THP counters on migrationJan Glauber1-0/+5
2023-06-24mm/memcontrol: do not tweak node in mem_cgroup_init()Haifeng Xu1-2/+1
2023-06-24kasan,kmsan: remove __GFP_KSWAPD_RECLAIM usage from kasan/kmsanTetsuo Handa4-7/+7
2023-06-24mm: compaction: skip memory hole rapidly when isolating migratable pagesBaolin Wang1-1/+34
2023-06-24Merge mm-hotfixes-stable into mm-stable to pick up depended-upon changes.Andrew Morton10-112/+134
2023-06-24mm/mglru: make memcg_lru->lock irq safeYu Zhao1-6/+7
2023-06-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski7-114/+116
2023-06-21mm: Fix a dangling Documentation/arm64 referenceJonathan Corbet1-1/+2
2023-06-21Merge tag 'mm-hotfixes-stable-2023-06-20-12-31' of git://git.kernel.org/pub/s...Linus Torvalds6-94/+99
2023-06-20mm: page_alloc: make compound_page_dtors staticMiaohe Lin1-1/+1
2023-06-20mm/memcg: remove return value of mem_cgroup_scan_tasks()ZhangPeng1-5/+4
2023-06-20mm/damon/core-test: add a test for damon_set_attrs()SeongJae Park1-0/+24
2023-06-20mm/gup.c: reorganize try_get_folio()Vishal Moola (Oracle)1-43/+43
2023-06-20mm/gup_test.c: convert verify_dma_pinned() to us foliosVishal Moola (Oracle)1-6/+7
2023-06-20kasan: add support for kasan.fault=panic_on_writeMarco Elver1-5/+26
2023-06-20mm: zswap: invaldiate entry after writebackDomenico Cerasuolo1-16/+17
2023-06-20mm: kill lock|unlock_page_memcg()Kefeng Wang3-18/+8
2023-06-20mm/page_owner/cma: show pfn in cma/page_owner with hex formatKassey Li2-3/+3
2023-06-20mm/khugepaged: use DEFINE_READ_MOSTLY_HASHTABLE macroNick Desaulniers1-1/+1
2023-06-20percpu-internal/pcpu_chunk: re-layout pcpu_chunk structure to reduce false sh...Yu Ma1-2/+9
2023-06-20memory tier: remove unneeded !IS_ENABLED(CONFIG_MIGRATION) checkMiaohe Lin1-1/+1
2023-06-20mm: compaction: mark kcompactd_run() and kcompactd_stop() __meminitMiaohe Lin1-2/+2
2023-06-20userfaultfd: fix regression in userfaultfd_unmap_prep()Liam R. Howlett1-16/+15