summaryrefslogtreecommitdiff
path: root/mm/madvise.c
AgeCommit message (Expand)Author
2025-03-17mm/madvise: remove len parameter of madvise_do_behavior()SeongJae Park
2025-03-17mm/madvise: deduplicate madvise_do_behavior() skip case handlingsSeongJae Park
2025-03-17mm/madvise: split out populate behavior check logicSeongJae Park
2025-03-17mm/madvise: use is_memory_failure() from madvise_do_behavior()SeongJae Park
2025-03-17mm: convert folio_likely_mapped_shared() to folio_maybe_mapped_shared()David Hildenbrand
2025-03-16mm: allow guard regions in file-backed and read-only mappingsLorenzo Stoakes
2025-03-16mm/madvise: remove redundant mmap_lock operations from process_madvise()SeongJae Park
2025-03-16mm/madvise: split out madvise() behavior executionSeongJae Park
2025-03-16mm/madvise: split out madvise input validity checkSeongJae Park
2025-03-16mm/madvise: split out mmap locking operations for madvise()SeongJae Park
2025-02-17mm,madvise,hugetlb: check for 0-length range after end address adjustmentRicardo CaƱuelo Navarro
2025-01-13mm: pgtable: reclaim empty PTE page in madvise(MADV_DONTNEED)Qi Zheng
2024-11-11mm: madvise: implement lightweight guard page mechanismLorenzo Stoakes
2024-11-05mm/madvise: unrestrict process_madvise() for current processLorenzo Stoakes
2024-11-05mm: refactor mm_access() to not return NULLLorenzo Stoakes
2024-09-21Merge tag 'mm-stable-2024-09-20-02-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2024-09-17mm/madvise: process_madvise() drop capability check if same mmLorenzo Stoakes
2024-09-03mseal: replace can_modify_mm_madv with a vma variantPedro Falcato
2024-07-24Merge tag 'random-6.11-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2024-07-19mm: add MAP_DROPPABLE for designating always lazily freeable mappingsJason A. Donenfeld
2024-07-03mm/madvise: add MF_ACTION_REQUIRED to madvise(MADV_HWPOISON)Jane Chu
2024-05-23mseal: add mseal syscallJeff Xu
2024-05-07mm/vmscan: remove ignore_references argument of reclaim_pages()SeongJae Park
2024-05-05mm/madvise: optimize lazyfreeing with mTHP in madvise_freeLance Yang
2024-05-05mm/memory: add any_dirty optional pointer to folio_pte_batch()Lance Yang
2024-05-05mm/madvise: introduce clear_young_dirty_ptes() batch helperLance Yang
2024-04-25mm: madvise: avoid split during MADV_PAGEOUT and MADV_COLDRyan Roberts
2024-04-25mm: swap: free_swap_and_cache_nr() as batched free_swap_and_cache()Ryan Roberts
2024-04-25mm: add pmd_folio()Matthew Wilcox (Oracle)
2024-04-25mm: convert folio_estimated_sharers() to folio_likely_mapped_shared()David Hildenbrand
2024-04-25mm/madvise: don't perform madvise VMA walk for MADV_POPULATE_(READ|WRITE)David Hildenbrand
2024-04-16mm/madvise: make MADV_POPULATE_(READ|WRITE) handle VM_FAULT_RETRY properlyDavid Hildenbrand
2024-03-04mm: madvise: pageout: ignore references rather than clearing youngBarry Song
2024-02-23madvise:madvise_cold_or_pageout_pte_range(): allow split while folio_estimate...Barry Song
2024-02-07mm/madvise: don't forget to leave lazy MMU mode in madvise_cold_or_pageout_pt...Sergey Senozhatsky
2023-12-29mm: return a folio from read_swap_cache_async()Matthew Wilcox (Oracle)
2023-12-06mm/madvise: add cond_resched() in madvise_cold_or_pageout_pte_range()Jiexun Wang
2023-10-18mm: drop the assumption that VM_SHARED always implies writableLorenzo Stoakes
2023-10-18mm: abstract the vma_merge()/split_vma() pattern for mprotect() et al.Lorenzo Stoakes
2023-10-04mm: remove remnants of SPLIT_RSS_COUNTINGMateusz Guzik
2023-08-24swap: remove remnants of polling from read_swap_cache_asyncSuren Baghdasaryan
2023-08-24merge mm-hotfixes-stable into mm-stable to pick up depended-upon changesAndrew Morton
2023-08-24madvise:madvise_free_pte_range(): don't use mapcount() against large folio fo...Yin Fengwei
2023-08-24madvise:madvise_cold_or_pageout_pte_range(): don't use mapcount() against lar...Yin Fengwei
2023-08-21merge mm-hotfixes-stable into mm-stable to pick up depended-upon changesAndrew Morton
2023-08-21mm: lock vma explicitly before doing vm_flags_reset and vm_flags_reset_onceSuren Baghdasaryan
2023-08-21mm: enable page walking API to lock vmas during the walkSuren Baghdasaryan
2023-08-18mm: make PTE_MARKER_SWAPIN_ERROR more generalAxel Rasmussen
2023-08-18mm: madvise: fix uneven accounting of psiCharan Teja Kalla
2023-06-19mm: ptep_get() conversionRyan Roberts