Age | Commit message (Expand) | Author | Files | Lines |
2022-01-15 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 1 | -12/+11 |
2022-01-15 | mm: fix some comment errors | Quanfa Fu | 1 | -1/+1 |
2022-01-15 | mm/vmstat: add events for THP max_ptes_* exceeds | Yang Yang | 1 | -0/+7 |
2022-01-15 | mm: remove last argument of reuse_swap_page() | Matthew Wilcox (Oracle) | 1 | -1/+1 |
2022-01-15 | mm: ptep_clear() page table helper | Pasha Tatashin | 1 | -10/+2 |
2022-01-08 | mm: Use multi-index entries in the page cache | Matthew Wilcox (Oracle) | 1 | -1/+11 |
2021-11-07 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 1 | -2/+8 |
2021-11-06 | mm: khugepaged: recalculate min_free_kbytes after stopping khugepaged | Liangcai Fan | 1 | -2/+8 |
2021-11-01 | Merge tag 'folio-5.16' of git://git.infradead.org/users/willy/pagecache | Linus Torvalds | 1 | -4/+4 |
2021-10-29 | mm: khugepaged: skip huge page collapse for special files | Yang Shi | 1 | -8/+11 |
2021-10-29 | mm, thp: bail out early in collapse_file for writeback page | Rongwei Wang | 1 | -1/+6 |
2021-09-27 | mm/memcg: Convert mem_cgroup_uncharge() to take a folio | Matthew Wilcox (Oracle) | 1 | -2/+2 |
2021-09-27 | mm/memcg: Convert mem_cgroup_charge() to take a folio | Matthew Wilcox (Oracle) | 1 | -2/+2 |
2021-09-03 | huge tmpfs: SGP_NOALLOC to stop collapse_file() on race | Hugh Dickins | 1 | -1/+1 |
2021-07-01 | mm, thp: relax the VM_DENYWRITE constraint on file-backed THPs | Collin Fijalkovich | 1 | -1/+15 |
2021-07-01 | mm/huge_memory.c: add missing read-only THP checking in transparent_hugepage_... | Miaohe Lin | 1 | -3/+1 |
2021-05-07 | mm: fix typos in comments | Ingo Molnar | 1 | -1/+1 |
2021-05-05 | mm/vmscan: replace implicit RECLAIM_ZONE checks with explicit checks | Dave Hansen | 1 | -1/+1 |
2021-05-05 | khugepaged: remove meaningless !pte_present() check in khugepaged_scan_pmd() | Miaohe Lin | 1 | -4/+0 |
2021-05-05 | khugepaged: remove unnecessary out label in collapse_huge_page() | Miaohe Lin | 1 | -5/+3 |
2021-05-05 | khugepaged: use helper function range_in_vma() in collapse_pte_mapped_thp() | Miaohe Lin | 1 | -1/+1 |
2021-05-05 | mm/khugepaged.c: replace barrier() with READ_ONCE() for a selective variable | Yanfei Xu | 1 | -3/+1 |
2021-05-05 | khugepaged: fix wrong result value for trace_mm_collapse_huge_page_isolate() | Miaohe Lin | 1 | -9/+9 |
2021-05-05 | khugepaged: use helper khugepaged_test_exit() in __khugepaged_enter() | Miaohe Lin | 1 | -1/+1 |
2021-05-05 | khugepaged: reuse the smp_wmb() inside __SetPageUptodate() | Miaohe Lin | 1 | -7/+6 |
2021-05-05 | khugepaged: remove unneeded return value of khugepaged_collapse_pte_mapped_th... | Miaohe Lin | 1 | -6/+4 |
2021-02-26 | mm,thp,shmem: make khugepaged obey tmpfs mount flags | Rik van Riel | 1 | -6/+16 |
2021-02-25 | mm: memcontrol: convert NR_SHMEM_THPS account to pages | Muchun Song | 1 | -1/+1 |
2021-02-25 | mm: memcontrol: convert NR_FILE_THPS account to pages | Muchun Song | 1 | -1/+3 |
2021-01-21 | mm: Avoid modifying vmf.address in __collapse_huge_page_swapin() | Will Deacon | 1 | -19/+18 |
2020-12-16 | mm: fix some spelling mistakes in comments | Haitao Shi | 1 | -1/+1 |
2020-12-15 | mm: cleanup kstrto*() usage | Alexey Dobriyan | 1 | -9/+9 |
2020-12-15 | mm: use sysfs_emit for struct kobject * uses | Joe Perches | 1 | -11/+11 |
2020-12-15 | khugepaged: add parameter explanations for kernel-doc markup | Alex Shi | 1 | -1/+13 |
2020-12-15 | mm: memcontrol: add file_thp, shmem_thp to memory.stat | Johannes Weiner | 1 | -2/+2 |
2020-10-16 | mm: remove the now-unnecessary mmget_still_valid() hack | Jann Horn | 1 | -1/+1 |
2020-10-11 | mm: khugepaged: recalculate min_free_kbytes after memory hotplug as expected ... | Vijay Balakrishna | 1 | -2/+11 |
2020-10-11 | mm/khugepaged: fix filemap page_to_pgoff(page) != offset | Hugh Dickins | 1 | -0/+12 |
2020-09-05 | mm/khugepaged.c: fix khugepaged's request size in collapse_file | David Howells | 1 | -1/+1 |
2020-08-21 | khugepaged: adjust VM_BUG_ON_MM() in __khugepaged_enter() | Hugh Dickins | 1 | -1/+1 |
2020-08-12 | mm/vmscan: protect the workingset on anonymous LRU | Joonsoo Kim | 1 | -1/+1 |
2020-08-07 | khugepaged: khugepaged_test_exit() check mmget_still_valid() | Hugh Dickins | 1 | -4/+1 |
2020-08-07 | khugepaged: retract_page_tables() remember to test exit | Hugh Dickins | 1 | -10/+14 |
2020-08-07 | khugepaged: collapse_pte_mapped_thp() protect the pmd lock | Hugh Dickins | 1 | -25/+19 |
2020-08-07 | khugepaged: collapse_pte_mapped_thp() flush the right range | Hugh Dickins | 1 | -1/+1 |
2020-07-24 | khugepaged: fix null-pointer dereference due to race | Kirill A. Shutemov | 1 | -0/+3 |
2020-06-09 | mmap locking API: convert mmap_sem comments | Michel Lespinasse | 1 | -17/+17 |
2020-06-09 | mmap locking API: convert mmap_sem API comments | Michel Lespinasse | 1 | -1/+1 |
2020-06-09 | mmap locking API: use coccinelle to convert mmap_sem rwsem call sites | Michel Lespinasse | 1 | -18/+18 |
2020-06-04 | mm: fold and remove lru_cache_add_anon() and lru_cache_add_file() | Johannes Weiner | 1 | -6/+2 |