| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'mm-hotfixes-stable' into mm-stable | Andrew Morton | 2022-12-10 | 2 | -3/+6 |
|\ |
|
| * | memcg: fix possible use-after-free in memcg_write_event_control() | Tejun Heo | 2022-12-10 | 1 | -0/+1 |
| * | mm/swap: fix SWP_PFN_BITS with CONFIG_PHYS_ADDR_T_64BIT on 32bit | David Hildenbrand | 2022-12-10 | 1 | -3/+5 |
* | | s390/mm: use pmd_pgtable_page() helper in __gmap_segment_gaddr() | Anshuman Khandual | 2022-12-01 | 1 | -1/+1 |
* | | mm/thp: rename pmd_to_page() as pmd_pgtable_page() | Anshuman Khandual | 2022-12-01 | 1 | -3/+3 |
* | | mm: add bdi_set_min_ratio_no_scale() function | Stefan Roesch | 2022-12-01 | 1 | -0/+1 |
* | | mm: add bdi_set_max_ratio_no_scale() function | Stefan Roesch | 2022-12-01 | 1 | -0/+1 |
* | | mm: add bdi_set_min_bytes() function | Stefan Roesch | 2022-12-01 | 1 | -0/+1 |
* | | mm: add bdi_get_min_bytes() function | Stefan Roesch | 2022-12-01 | 1 | -0/+1 |
* | | mm: add bdi_set_max_bytes() function | Stefan Roesch | 2022-12-01 | 1 | -0/+1 |
* | | mm: add bdi_get_max_bytes() function | Stefan Roesch | 2022-12-01 | 1 | -0/+1 |
* | | mm: use part per 1000000 for bdi ratios | Stefan Roesch | 2022-12-01 | 1 | -0/+3 |
* | | mm: add bdi_set_strict_limit() function | Stefan Roesch | 2022-12-01 | 1 | -0/+1 |
* | | folio-compat: remove try_to_release_page() | Vishal Moola (Oracle) | 2022-12-01 | 1 | -1/+0 |
* | | mm/gup: reliable R/O long-term pinning in COW mappings | David Hildenbrand | 2022-12-01 | 1 | -3/+24 |
* | | mm: extend FAULT_FLAG_UNSHARE support to anything in a COW mapping | David Hildenbrand | 2022-12-01 | 1 | -4/+4 |
* | | mm: anonymous shared memory naming | Pasha Tatashin | 2022-12-01 | 2 | -14/+14 |
* | | mm: shrinkers: add missing includes for undeclared types | T.J. Mercier | 2022-12-01 | 1 | -0/+3 |
* | | zram: add size class equals check into recompression | Alexey Romanov | 2022-12-01 | 1 | -0/+2 |
* | | mm: delay page_remove_rmap() until after the TLB has been flushed | Linus Torvalds | 2022-12-01 | 1 | -2/+29 |
* | | mm: mmu_gather: prepare to gather encoded page pointers with flags | Linus Torvalds | 2022-12-01 | 2 | -5/+6 |
* | | mm: teach release_pages() to take an array of encoded page pointers too | Linus Torvalds | 2022-12-01 | 1 | -2/+19 |
* | | mm: introduce 'encoded' page pointers with embedded extra bits | Linus Torvalds | 2022-12-01 | 1 | -1/+33 |
* | | mm: remove unused savedwrite infrastructure | David Hildenbrand | 2022-12-01 | 1 | -24/+0 |
* | | mm/autonuma: use can_change_(pte|pmd)_writable() to replace savedwrite | David Hildenbrand | 2022-12-01 | 1 | -0/+2 |
* | | mm/mprotect: factor out check whether manual PTE write upgrades are required | David Hildenbrand | 2022-12-01 | 1 | -2/+14 |
* | | mm,thp,rmap: subpages_mapcount COMPOUND_MAPPED if PMD-mapped | Hugh Dickins | 2022-12-01 | 2 | -10/+22 |
* | | mm,thp,rmap: subpages_mapcount of PTE-mapped subpages | Hugh Dickins | 2022-12-01 | 2 | -25/+36 |
* | | mm,thp,rmap: lock_compound_mapcounts() on THP mapcounts | Hugh Dickins | 2022-12-01 | 1 | -8/+6 |
* | | mm,thp,rmap: simplify compound page mapcount handling | Hugh Dickins | 2022-12-01 | 4 | -47/+82 |
* | | mm,hugetlb: use folio fields in second tail page | Hugh Dickins | 2022-12-01 | 3 | -64/+64 |
* | | mm: use pte markers for swap errors | Peter Xu | 2022-12-01 | 2 | -17/+15 |
* | | mm: always compile in pte markers | Peter Xu | 2022-12-01 | 2 | -38/+3 |
* | | mm/damon/core: add a callback for scheme target regions check | SeongJae Park | 2022-12-01 | 1 | -0/+5 |
* | | mm/hugetlb: convert move_hugetlb_state() to folios | Sidhartha Kumar | 2022-12-01 | 1 | -3/+8 |
* | | mm/hugetlb_cgroup: convert hugetlb_cgroup_uncharge_page() to folios | Sidhartha Kumar | 2022-12-01 | 1 | -8/+8 |
* | | mm/hugetlb_cgroup: convert hugetlb_cgroup_migrate to folios | Sidhartha Kumar | 2022-12-01 | 1 | -4/+4 |
* | | mm/hugetlb_cgroup: convert set_hugetlb_cgroup*() to folios | Sidhartha Kumar | 2022-12-01 | 1 | -6/+6 |
* | | mm/hugetlb_cgroup: convert hugetlb_cgroup_from_page() to folios | Sidhartha Kumar | 2022-12-01 | 1 | -19/+20 |
* | | mm/hugetlb_cgroup: convert __set_hugetlb_cgroup() to folios | Sidhartha Kumar | 2022-12-01 | 1 | -7/+7 |
* | | mm: vmscan: split khugepaged stats from direct reclaim stats | Johannes Weiner | 2022-12-01 | 2 | -0/+9 |
* | | mm, hwpoison: when copy-on-write hits poison, take page offline | Tony Luck | 2022-12-01 | 1 | -1/+5 |
* | | mm, hwpoison: try to recover from copy-on write faults | Tony Luck | 2022-12-01 | 1 | -0/+26 |
* | | percpu_counter: add percpu_counter_sum_all interface | Shakeel Butt | 2022-12-01 | 1 | -0/+6 |
* | | mm: convert mm's rss stats into percpu_counter | Shakeel Butt | 2022-12-01 | 6 | -44/+14 |
* | | Merge branch 'mm-hotfixes-stable' into mm-stable | Andrew Morton | 2022-11-30 | 7 | -16/+75 |
|\| |
|
| * | revert "kbuild: fix -Wimplicit-function-declaration in license_is_gpl_compati... | Andrew Morton | 2022-11-30 | 1 | -2/+0 |
| * | mm/khugepaged: fix GUP-fast interaction by sending IPI | Jann Horn | 2022-11-30 | 1 | -0/+4 |
| * | mm: introduce arch_has_hw_nonleaf_pmd_young() | Juergen Gross | 2022-11-30 | 1 | -0/+11 |
| * | mm: add dummy pmd_young() for architectures not having it | Juergen Gross | 2022-11-30 | 1 | -0/+7 |