linux-2.6-block.git
2024-05-07 Vishal Vermadax/bus.c: fix locking for unregister_dax_dev / unregis...
2024-05-07 Vishal Vermadax/bus.c: replace WARN_ON_ONCE() with lockdep asserts
2024-05-07 Breno Leitaomm: memcg: use READ_ONCE()/WRITE_ONCE() to access stock...
2024-05-07 Ryan Robertsmm: fix race between __split_huge_pmd_locked() and...
2024-05-07 Ryan Robertsmm/debug_vm_pgtable: test pmd_leaf() behavior with...
2024-05-07 Shakeel Buttmemcg: use proper type for mod_memcg_state
2024-05-07 Shakeel Buttmemcg: warn for unexpected events and stats
2024-05-07 Shakeel Buttmm: cleanup WORKINGSET_NODES in workingset
2024-05-07 Shakeel Buttmemcg: cleanup __mod_memcg_lruvec_state
2024-05-07 Shakeel Buttmemcg: reduce memory for the lruvec and memcg stats
2024-05-07 Roman Gushchinmm: memcg: account memory used for memcg vmstats and...
2024-05-07 Shakeel Buttmemcg: dynamically allocate lruvec_stats
2024-05-07 Shakeel Buttmemcg: reduce memory size of mem_cgroup_events_index
2024-05-07 Saurav Shahselftests/memfd: fix spelling mistakes
2024-05-07 David Hildenbrandmm/hugetlb: document why hugetlb uses folio_mapcount...
2024-05-07 David Hildenbrandselftests: mm: cow: flag vmsplice() hugetlb tests as...
2024-05-06 linke limm/swapfile: mark racy access on si->highest_bit
2024-05-06 Hao Gemm/rmap: change the type of we_locked from int to bool
2024-05-06 Hao Gemm/pagemap: make trylock_page return bool
2024-05-06 Zi Yanmm/rmap: do not add fully unmapped large folio to defer...
2024-05-06 SeongJae ParkDocs/ABI/damon: update for 'youg page' type DAMOS filter
2024-05-06 SeongJae ParkDocs/admin-guide/mm/damon/usage: update for young page...
2024-05-06 SeongJae ParkDocs/mm/damon/design: document 'young page' type DAMOS...
2024-05-06 SeongJae Parkmm/damon/paddr: implement DAMOS filter type YOUNG
2024-05-06 SeongJae Parkmm/damon: add DAMOS filter type YOUNG
2024-05-06 SeongJae Parkmm/damon/paddr: implement damon_folio_mkold()
2024-05-06 SeongJae Parkmm/damon/paddr: implement damon_folio_young()
2024-05-06 Matthew Wilcox... mm: optimise vmf_anon_prepare() for VMAs without an...
2024-05-06 Matthew Wilcox... mm: fix some minor per-VMA lock issues in userfaultfd
2024-05-06 Matthew Wilcox... mm: delay the check for a NULL anon_vma
2024-05-06 Matthew Wilcox... mm: assert the mmap_lock is held in __anon_vma_prepare()
2024-05-06 Matthew Wilcoxmm: simplify thp_vma_allowable_order
2024-05-06 Kemeng Shimm: remove stale comment __folio_mark_dirty
2024-05-06 Kemeng Shimm: call __wb_calc_thresh instead of wb_calc_thresh...
2024-05-06 Kemeng Shimm: correct calculation of wb's bg_thresh in cgroup...
2024-05-06 Kemeng Shimm: enable __wb_calc_thresh to calculate dirty backgrou...
2024-05-06 Kemeng Shiwriteback: rename nr_reclaimable to nr_dirty in balance...
2024-05-06 Kemeng Shiwriteback: add wb_monitor.py script to monitor writebac...
2024-05-06 Kemeng Shiwriteback: support retrieving per group debug writeback...
2024-05-06 Kemeng Shiwriteback: collect stats of all wb of bdi in bdi_debug_...
2024-05-06 Ryan Robertsselftests/mm: soft-dirty should fail if a testcase...
2024-05-06 Hariom Panthimm: vmalloc: dump page owner info if page is already...
2024-05-06 David Hildenbrandmm/khugepaged: replace page_mapcount() check by folio_l...
2024-05-06 Breno Leitaomemcg: fix data-race KCSAN bug in rstats
2024-05-06 Matthew Wilcox... mm: remove PageReferenced
2024-05-06 Matthew Wilcox... mm: add kernel-doc for folio_mark_accessed()
2024-05-06 Matthew Wilcox... gup: use folios for gup_devmap
2024-05-06 Matthew Wilcox... mm: remove page_ref_sub_return()
2024-05-06 Matthew Wilcox... mm: convert put_devmap_managed_page_refs() to put_devma...
2024-05-06 Matthew Wilcox... mm: remove put_devmap_managed_page()
2024-05-06 Matthew Wilcox... mm: remove page_cache_alloc()
2024-05-06 Matthew Wilcox... userfault; expand folio use in mfill_atomic_install_pte()
2024-05-06 Matthew Wilcox... migrate: expand the use of folio in __migrate_device_pa...
2024-05-06 Matthew Wilcox... memory-failure: remove calls to page_mapping()
2024-05-06 Matthew Wilcox... f2fs: convert f2fs_clear_page_cache_dirty_tag to use...
2024-05-06 Matthew Wilcox... fscrypt: convert bh_get_inode_and_lblk_num to use a...
2024-05-06 Matthew Wilcox... mm/memory-failure: pass the folio to collect_procs_ksm()
2024-05-06 Matthew Wilcox... mm/memory-failure: use folio functions throughout colle...
2024-05-06 Matthew Wilcox... mm/memory-failure: add some folio conversions to unpois...
2024-05-06 Matthew Wilcox... mm/memory-failure: convert hwpoison_user_mappings to...
2024-05-06 Matthew Wilcox... mm/memory-failure: convert memory_failure() to use...
2024-05-06 Matthew Wilcox... mm: convert hugetlb_page_mapping_lock_write to folio
2024-05-06 Matthew Wilcox... mm/memory-failure: convert shake_page() to shake_folio()
2024-05-06 Matthew Wilcox... mm: make page_mapped_in_vma conditional on CONFIG_MEMOR...
2024-05-06 Matthew Wilcox... mm: return the address from page_mapped_in_vma()
2024-05-06 Matthew Wilcox... mm/memory-failure: pass addr to __add_to_kill()
2024-05-06 Matthew Wilcox... mm/memory-failure: remove fsdax_pgoff argument from...
2024-05-06 Andy Shevchenkoxarray: don't use "proxy" headers
2024-05-06 Andy Shevchenkoxarray: use BITS_PER_LONGS()
2024-05-06 Shakeel Buttmemcg: simple cleanup of stats update functions
2024-05-06 Kefeng Wangmm: memory: check userfaultfd_wp() in vmf_orig_pte_uffd...
2024-05-06 Hao Gemm/page-flags: make PageUptodate return bool
2024-05-06 Lance Yangmm/madvise: optimize lazyfreeing with mTHP in madvise_free
2024-05-06 Lance Yangmm/memory: add any_dirty optional pointer to folio_pte_...
2024-05-06 Lance Yangmm/arm64: override clear_young_dirty_ptes() batch helper
2024-05-06 Lance Yangmm/madvise: introduce clear_young_dirty_ptes() batch...
2024-05-06 Kefeng Wangmm: swapfile: check usable swap device in __folio_throt...
2024-05-06 David Hildenbrandmm/huge_memory: improve split_huge_page_to_list_to_orde...
2024-05-06 Peter Xumm/page_table_check: support userfault wr-protect entries
2024-05-06 Peter Xumm/hugetlb: assert hugetlb_lock in __hugetlb_cgroup_com...
2024-05-06 David Hildenbrandfs/proc/task_mmu: convert smaps_hugetlb_range() to...
2024-05-06 David Hildenbrandfs/proc/task_mmu: convert pagemap_hugetlb_range() to...
2024-05-06 Wei Yangmm/sparse: guard the size of mem_section is power of 2
2024-05-06 Matthew Wilcox... doc: split buffer.rst out of api-summary.rst
2024-05-06 Matthew Wilcox... buffer: improve bdev_getblk documentation
2024-05-06 Matthew Wilcox... buffer: add kernel-doc for bforget() and __bforget()
2024-05-06 Matthew Wilcox... buffer: add kernel-doc for brelse() and __brelse()
2024-05-06 Matthew Wilcox... buffer: fix __bread and __bread_gfp kernel-doc
2024-05-06 Matthew Wilcox... buffer: add kernel-doc for try_to_free_buffers()
2024-05-06 Matthew Wilcox... buffer: add kernel-doc for block_dirty_folio()
2024-05-06 Matthew Wilcox... doc: improve the description of __folio_mark_dirty
2024-05-06 Long Lixarray: inline xas_descend to improve performance
2024-05-06 David Hildenbrandmm/ksm: remove page_mapcount() usage in stable_tree_sea...
2024-05-06 Yosry Ahmedmm: zswap: remove same_filled module params
2024-05-06 Yosry Ahmedmm: zswap: move more same-filled pages checks outside...
2024-05-06 Yosry Ahmedmm: zswap: refactor limit checking from zswap_store()
2024-05-06 Yosry Ahmedmm: zswap: always shrink in zswap_store() if zswap_pool...
2024-05-06 Suren Baghdasaryanuserfaultfd: remove WRITE_ONCE when setting folio-...
2024-05-06 Baolin Wangmm: page_alloc: allowing mTHP compaction to capture...
2024-05-06 Kefeng Wangmm: filemap: batch mm counter updating in filemap_map_p...
next