summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-23selftests: cgroup: fix unexpected failure on test_memcg_sockHaifeng Xu
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-23kasan, doc: note kasan.fault=panic_on_write behaviour for async modesMarco Elver
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-19mm: page_alloc: make compound_page_dtors staticMiaohe Lin
2023-06-19Docs/admin-guide/mm/damon/usage: update the ways for getting monitoring resultsSeongJae Park
2023-06-19Docs/admin-guide/mm/damon/usage: clarify quotas and watermarks sysfs interfaceSeongJae Park
2023-06-19Docs/admin-guide/mm/damon/usage: link design document for DAMOSSeongJae Park
2023-06-19Docs/admin-guide/mm/damon/usage: remove unnecessary sentences about supported...SeongJae Park
2023-06-19Docs/admin-guide/mm/damon/usage: fix typos in references and commasSeongJae Park
2023-06-19Docs/admin-guide/mm/damon/start: update DAMOS example commandSeongJae Park
2023-06-19Docs/mm/damon/design: document 'age' of regionSeongJae Park
2023-06-19mm: move mm_count into its own cache lineMathieu Desnoyers
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: remove is_longterm_pinnable_page() and reimplement folio_is_longterm_pinn...Vishal Moola (Oracle)
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-19mmzone: introduce folio_migratetype()Vishal Moola (Oracle)
2023-06-19mmzone: introduce folio_is_zone_movable()Vishal Moola (Oracle)
2023-06-19kasan: add support for kasan.fault=panic_on_writeMarco Elver
2023-06-19zram: further limit recompression thresholdSergey Senozhatsky
2023-06-19mm: zswap: invaldiate entry after writebackDomenico Cerasuolo
2023-06-19mm: kill lock|unlock_page_memcg()Kefeng Wang
2023-06-19mm/page_owner/cma: show pfn in cma/page_owner with hex formatKassey Li
2023-06-19buffer: convert block_truncate_page() to use a folioMatthew Wilcox (Oracle)
2023-06-19buffer: use a folio in __find_get_block_slow()Matthew Wilcox (Oracle)
2023-06-19buffer: convert link_dev_buffers to take a folioMatthew Wilcox (Oracle)
2023-06-19buffer: convert init_page_buffers() to folio_init_buffers()Matthew Wilcox (Oracle)
2023-06-19buffer: convert grow_dev_page() to use a folioMatthew Wilcox (Oracle)
2023-06-19buffer: convert page_zero_new_buffers() to folio_zero_new_buffers()Matthew Wilcox (Oracle)
2023-06-19buffer: convert __block_commit_write() to take a folioMatthew Wilcox (Oracle)
2023-06-19buffer: convert block_page_mkwrite() to use a folioMatthew Wilcox (Oracle)
2023-06-19buffer: make block_write_full_page() handle large folios correctlyMatthew Wilcox (Oracle)
2023-06-19gfs2: support ludicrously large folios in gfs2_trans_add_databufs()Matthew Wilcox (Oracle)
2023-06-19buffer: convert __block_write_full_page() to __block_write_full_folio()Matthew Wilcox (Oracle)
2023-06-19gfs2: convert gfs2_write_jdata_page() to gfs2_write_jdata_folio()Matthew Wilcox (Oracle)
2023-06-19gfs2: pass a folio to __gfs2_jdata_write_folio()Matthew Wilcox (Oracle)
2023-06-19gfs2: use a folio inside gfs2_jdata_writepage()Matthew Wilcox (Oracle)
2023-06-19mm/khugepaged: use DEFINE_READ_MOSTLY_HASHTABLE macroNick Desaulniers
2023-06-19percpu-internal/pcpu_chunk: re-layout pcpu_chunk structure to reduce false sh...Yu Ma
2023-06-19memory tier: remove unneeded !IS_ENABLED(CONFIG_MIGRATION) checkMiaohe Lin