Age | Commit message (Expand) | Author | Files | Lines |
2022-11-30 | mm: add bdi_get_min_bytes() function | Stefan Roesch | 1 | -0/+1 |
2022-11-30 | mm: add bdi_set_max_bytes() function | Stefan Roesch | 1 | -0/+1 |
2022-11-30 | mm: add bdi_get_max_bytes() function | Stefan Roesch | 1 | -0/+1 |
2022-11-30 | mm: use part per 1000000 for bdi ratios | Stefan Roesch | 1 | -0/+3 |
2022-11-30 | mm: add bdi_set_strict_limit() function | Stefan Roesch | 1 | -0/+1 |
2022-11-30 | folio-compat: remove try_to_release_page() | Vishal Moola (Oracle) | 1 | -1/+0 |
2022-11-30 | mm/gup: reliable R/O long-term pinning in COW mappings | David Hildenbrand | 1 | -3/+24 |
2022-11-30 | mm: extend FAULT_FLAG_UNSHARE support to anything in a COW mapping | David Hildenbrand | 1 | -4/+4 |
2022-11-30 | mm: anonymous shared memory naming | Pasha Tatashin | 2 | -14/+14 |
2022-11-30 | mm: shrinkers: add missing includes for undeclared types | T.J. Mercier | 1 | -0/+3 |
2022-11-30 | zram: add size class equals check into recompression | Alexey Romanov | 1 | -0/+2 |
2022-11-30 | mm: delay page_remove_rmap() until after the TLB has been flushed | Linus Torvalds | 1 | -2/+29 |
2022-11-30 | mm: mmu_gather: prepare to gather encoded page pointers with flags | Linus Torvalds | 2 | -5/+6 |
2022-11-30 | mm: teach release_pages() to take an array of encoded page pointers too | Linus Torvalds | 1 | -2/+19 |
2022-11-30 | mm: introduce 'encoded' page pointers with embedded extra bits | Linus Torvalds | 1 | -1/+33 |
2022-11-30 | mm: remove unused savedwrite infrastructure | David Hildenbrand | 1 | -24/+0 |
2022-11-30 | mm/autonuma: use can_change_(pte|pmd)_writable() to replace savedwrite | David Hildenbrand | 1 | -0/+2 |
2022-11-30 | mm/mprotect: factor out check whether manual PTE write upgrades are required | David Hildenbrand | 1 | -2/+14 |
2022-11-30 | mm,thp,rmap: subpages_mapcount COMPOUND_MAPPED if PMD-mapped | Hugh Dickins | 2 | -10/+22 |
2022-11-30 | mm,thp,rmap: subpages_mapcount of PTE-mapped subpages | Hugh Dickins | 2 | -25/+36 |
2022-11-30 | mm,thp,rmap: lock_compound_mapcounts() on THP mapcounts | Hugh Dickins | 1 | -8/+6 |
2022-11-30 | mm,thp,rmap: simplify compound page mapcount handling | Hugh Dickins | 4 | -47/+82 |
2022-11-30 | mm,hugetlb: use folio fields in second tail page | Hugh Dickins | 3 | -64/+64 |
2022-11-30 | mm: use pte markers for swap errors | Peter Xu | 2 | -17/+15 |
2022-11-30 | mm: always compile in pte markers | Peter Xu | 2 | -38/+3 |
2022-11-30 | mm/damon/core: add a callback for scheme target regions check | SeongJae Park | 1 | -0/+5 |
2022-11-30 | mm/hugetlb: convert move_hugetlb_state() to folios | Sidhartha Kumar | 1 | -3/+8 |
2022-11-30 | mm/hugetlb_cgroup: convert hugetlb_cgroup_uncharge_page() to folios | Sidhartha Kumar | 1 | -8/+8 |
2022-11-30 | mm/hugetlb_cgroup: convert hugetlb_cgroup_migrate to folios | Sidhartha Kumar | 1 | -4/+4 |
2022-11-30 | mm/hugetlb_cgroup: convert set_hugetlb_cgroup*() to folios | Sidhartha Kumar | 1 | -6/+6 |
2022-11-30 | mm/hugetlb_cgroup: convert hugetlb_cgroup_from_page() to folios | Sidhartha Kumar | 1 | -19/+20 |
2022-11-30 | mm/hugetlb_cgroup: convert __set_hugetlb_cgroup() to folios | Sidhartha Kumar | 1 | -7/+7 |
2022-11-30 | mm: vmscan: split khugepaged stats from direct reclaim stats | Johannes Weiner | 2 | -0/+9 |
2022-11-30 | mm, hwpoison: when copy-on-write hits poison, take page offline | Tony Luck | 1 | -1/+5 |
2022-11-30 | mm, hwpoison: try to recover from copy-on write faults | Tony Luck | 1 | -0/+26 |
2022-11-30 | percpu_counter: add percpu_counter_sum_all interface | Shakeel Butt | 1 | -0/+6 |
2022-11-30 | mm: convert mm's rss stats into percpu_counter | Shakeel Butt | 6 | -44/+14 |
2022-11-30 | Merge branch 'mm-hotfixes-stable' into mm-stable | Andrew Morton | 7 | -16/+75 |
2022-11-30 | revert "kbuild: fix -Wimplicit-function-declaration in license_is_gpl_compati... | Andrew Morton | 1 | -2/+0 |
2022-11-30 | mm/khugepaged: fix GUP-fast interaction by sending IPI | Jann Horn | 1 | -0/+4 |
2022-11-30 | mm: introduce arch_has_hw_nonleaf_pmd_young() | Juergen Gross | 1 | -0/+11 |
2022-11-30 | mm: add dummy pmd_young() for architectures not having it | Juergen Gross | 1 | -0/+7 |
2022-11-30 | hugetlb: don't delete vma_lock in hugetlb MADV_DONTNEED processing | Mike Kravetz | 1 | -0/+2 |
2022-11-30 | madvise: use zap_page_range_single for madvise dontneed | Mike Kravetz | 1 | -8/+19 |
2022-11-30 | mm: replace VM_WARN_ON to pr_warn if the node is offline with __GFP_THISNODE | Yang Shi | 1 | -2/+16 |
2022-11-22 | mm: fix unexpected changes to {failslab|fail_page_alloc}.attr | Qi Zheng | 1 | -2/+5 |
2022-11-22 | kbuild: fix -Wimplicit-function-declaration in license_is_gpl_compatible | Sam James | 1 | -0/+2 |
2022-11-22 | mm/khugepaged: refactor mm_khugepaged_scan_file tracepoint to remove filename... | Gautam Menghani | 1 | -4/+4 |
2022-11-08 | swap: add a limit for readahead page-cluster value | Kairui Song | 1 | -0/+1 |
2022-11-08 | mm/hwpoison: introduce per-memory_block hwpoison counter | Naoya Horiguchi | 2 | -1/+22 |