Age | Commit message (Expand) | Author |
2023-08-24 | swap: remove remnants of polling from read_swap_cache_async | Suren Baghdasaryan |
2023-08-24 | merge mm-hotfixes-stable into mm-stable to pick up depended-upon changes | Andrew Morton |
2023-08-24 | madvise:madvise_free_pte_range(): don't use mapcount() against large folio fo... | Yin Fengwei |
2023-08-24 | madvise:madvise_cold_or_pageout_pte_range(): don't use mapcount() against lar... | Yin Fengwei |
2023-08-21 | merge mm-hotfixes-stable into mm-stable to pick up depended-upon changes | Andrew Morton |
2023-08-21 | mm: lock vma explicitly before doing vm_flags_reset and vm_flags_reset_once | Suren Baghdasaryan |
2023-08-21 | mm: enable page walking API to lock vmas during the walk | Suren Baghdasaryan |
2023-08-18 | mm: make PTE_MARKER_SWAPIN_ERROR more general | Axel Rasmussen |
2023-08-18 | mm: madvise: fix uneven accounting of psi | Charan Teja Kalla |
2023-06-19 | mm: ptep_get() conversion | Ryan Roberts |
2023-06-19 | mm/madvise: clean up force_shm_swapin_readahead() | Hugh Dickins |
2023-06-19 | mm/madvise: clean up pte_offset_map_lock() scans | Hugh Dickins |
2023-04-28 | Merge tag 'x86_mm_for_6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/t... | Linus Torvalds |
2023-04-27 | Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds |
2023-04-18 | mm/madvise: use vma_lookup() instead of find_vma() | ZhangPeng |
2023-03-30 | iov_iter: add iter_iov_addr() and iter_iov_len() helpers | Jens Axboe |
2023-03-16 | mm: Introduce untagged_addr_remote() | Kirill A. Shutemov |
2023-02-23 | Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds |
2023-02-20 | mm: change to return bool for folio_isolate_lru() | Baolin Wang |
2023-02-20 | Merge tag 'fs.idmapped.v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds |
2023-02-09 | mm: replace vma->vm_flags direct modifications with modifier calls | Suren Baghdasaryan |
2023-02-09 | madvise: use split_vma() instead of __split_vma() | Liam R. Howlett |
2023-02-09 | mm: switch vma_merge(), split_vma(), and __split_vma to vma iterator | Liam R. Howlett |
2023-02-09 | madvise: use vmi iterator for __split_vma() and vma_merge() | Liam R. Howlett |
2023-02-02 | mm: madvise: use vm_normal_folio() in madvise_free_pte_range() | Kefeng Wang |
2023-02-02 | mm/mmu_notifier: remove unused mmu_notifier_range_update_to_read_only export | Alistair Popple |
2023-01-19 | fs: port inode_owner_or_capable() to mnt_idmap | Christian Brauner |
2023-01-18 | mm/swap: convert deactivate_page() to folio_deactivate() | Vishal Moola (Oracle) |
2023-01-18 | madvise: convert madvise_cold_or_pageout_pte_range() to use folios | Vishal Moola (Oracle) |
2023-01-18 | mm: swap: convert mark_page_lazyfree() to folio_mark_lazyfree() | Kefeng Wang |
2023-01-11 | mm: update mmap_sem comments to refer to mmap_lock | Lorenzo Stoakes |
2022-12-13 | Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds |
2022-12-12 | Merge tag 'pull-iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/vi... | Linus Torvalds |
2022-12-11 | mm: add cond_resched() in swapin_walk_pmd_entry() | Kefeng Wang |
2022-12-11 | mm/madvise: fix madvise_pageout for private file mappings | Pavankumar Kondeti |
2022-11-30 | mm: anonymous shared memory naming | Pasha Tatashin |
2022-11-30 | madvise: use zap_page_range_single for madvise dontneed | Mike Kravetz |
2022-11-25 | use less confusing names for iov_iter direction initializers | Al Viro |
2022-10-28 | mm,madvise,hugetlb: fix unexpected data loss with MADV_DONTNEED on hugetlbfs | Rik van Riel |
2022-10-03 | madvise: convert madvise_free_pte_range() to use a folio | Matthew Wilcox (Oracle) |
2022-09-26 | mm/madvise: use vma_find() instead of vma linked list | Liam R. Howlett |
2022-09-26 | Merge branch 'mm-hotfixes-stable' into mm-stable | Andrew Morton |
2022-09-26 | mm: fix madivse_pageout mishandling on non-LRU page | Minchan Kim |
2022-09-11 | mm/madvise: add MADV_COLLAPSE to process_madvise() | Zach O'Keefe |
2022-09-11 | mm/madvise: introduce MADV_COLLAPSE sync hugepage collapse | Zach O'Keefe |
2022-07-17 | mm: handling Non-LRU pages returned by vm_normal_pages | Alex Sierra |
2022-07-03 | mm/madvise: minor cleanup for swapin_walk_pmd_entry() | Miaohe Lin |
2022-06-16 | mm/memory-failure: disable unpoison once hw error happens | zhenwei pi |
2022-05-27 | mm: filter out swapin error entry in shmem mapping | Miaohe Lin |
2022-05-27 | mm/madvise: free hwpoison and swapin error entry in madvise_free_pte_range | Miaohe Lin |