summaryrefslogtreecommitdiff
path: root/include/linux/percpu-refcount.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/percpu-refcount.h')
0 files changed, 0 insertions, 0 deletions
trant safe against irqsShakeel Butt 2025-04-01Merge tag 'mm-stable-2025-03-30-16-52' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds 2025-03-17fs/dax: properly refcount fs dax pagesAlistair Popple 2025-02-07mm: swap: move sysctl to mm/swap.cKaixiong Yu 2025-01-25mm/filemap: add read support for RWF_DONTCACHEJens Axboe 2025-01-25mm/mglru: rework workingset protectionYu Zhao 2025-01-25mm/mglru: optimize deactivationYu Zhao 2025-01-13mm/page_alloc: export free_frozen_pages() instead of free_unref_page()Matthew Wilcox (Oracle) 2024-11-23Merge tag 'mm-stable-2024-11-18-19-27' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds 2024-11-11mm: page_alloc: move mlocked flag clearance into free_pages_prepare()Roman Gushchin 2024-11-11mm: delete the unused put_pages_list()Hugh Dickins 2024-11-05mm/thp: fix deferred split unqueue naming and lockingHugh Dickins 2024-09-09mm: remove isolate_lru_page()Kefeng Wang 2024-09-01mm/swap: take folio refcount after testing the LRU flagyangge 2024-09-01mm/swap: remove boilerplateYu Zhao 2024-09-01mm/swap: remove remaining _fn suffixYu Zhao 2024-09-01mm/swap: fold lru_rotate into cpu_fbatchesYu Zhao 2024-09-01mm/swap: rename cpu_fbatches->activateYu Zhao 2024-09-01mm/swap: reduce indentation levelYu Zhao 2024-07-17mm/gup: clear the LRU flag of a page before adding to LRU batchyangge 2024-07-04mm: refactor folio_undo_large_rmappable()Kefeng Wang 2024-05-05mm: add kernel-doc for folio_mark_accessed()Matthew Wilcox (Oracle) 2024-05-05mm: convert put_devmap_managed_page_refs() to put_devmap_managed_folio_refs()Matthew Wilcox (Oracle) 2024-04-25mm: convert free_zone_device_page to free_zone_device_folioMatthew Wilcox (Oracle) 2024-04-25mm: combine __folio_put_small, __folio_put_large and __folio_putMatthew Wilcox (Oracle) 2024-04-25mm: inline destroy_large_folio() into __folio_put_large()Matthew Wilcox (Oracle) 2024-04-25mm: free non-hugetlb large folios in a batchMatthew Wilcox (Oracle) 2024-04-25mm: add is_huge_zero_folio()Matthew Wilcox (Oracle) 2024-03-12mm: fix list corruption in put_pages_listMatthew Wilcox (Oracle) 2024-03-12mm: remove folio from deferred split list before uncharging itMatthew Wilcox (Oracle) 2024-03-04mm: allow non-hugetlb large folios to be batch processedMatthew Wilcox (Oracle) 2024-03-04mm: use __page_cache_release() in folios_put()Matthew Wilcox (Oracle) 2024-03-04mm: use free_unref_folios() in put_pages_list()Matthew Wilcox (Oracle) 2024-03-04mm: remove use of folio list from folios_put()Matthew Wilcox (Oracle) 2024-03-04mm: use folios_put() in __folio_batch_release()Matthew Wilcox (Oracle) 2024-03-04mm: make folios_put() the basis of release_pages()Matthew Wilcox (Oracle) 2024-02-22mm/mmu_gather: add __tlb_remove_folio_pages()David Hildenbrand