| Commit message (Expand) | Author | Age | Files | Lines |
* | mmap locking API: convert mmap_sem comments | Michel Lespinasse | 2020-06-09 | 1 | -17/+17 |
* | mmap locking API: convert mmap_sem API comments | Michel Lespinasse | 2020-06-09 | 1 | -1/+1 |
* | mmap locking API: use coccinelle to convert mmap_sem rwsem call sites | Michel Lespinasse | 2020-06-09 | 1 | -18/+18 |
* | mm: fold and remove lru_cache_add_anon() and lru_cache_add_file() | Johannes Weiner | 2020-06-03 | 1 | -6/+2 |
* | mm: memcontrol: delete unused lrucare handling | Johannes Weiner | 2020-06-03 | 1 | -2/+2 |
* | mm: memcontrol: convert anon and file-thp to new mem_cgroup_charge() API | Johannes Weiner | 2020-06-03 | 1 | -25/+10 |
* | mm: memcontrol: switch to native NR_ANON_MAPPED counter | Johannes Weiner | 2020-06-03 | 1 | -1/+1 |
* | mm: memcontrol: switch to native NR_FILE_PAGES and NR_SHMEM counters | Johannes Weiner | 2020-06-03 | 1 | -5/+11 |
* | mm: memcontrol: drop @compound parameter from memcg charging API | Johannes Weiner | 2020-06-03 | 1 | -10/+10 |
* | khugepaged: introduce 'max_ptes_shared' tunable | Kirill A. Shutemov | 2020-06-03 | 1 | -4/+48 |
* | khugepaged: allow to collapse PTE-mapped compound pages | Kirill A. Shutemov | 2020-06-03 | 1 | -34/+65 |
* | khugepaged: allow to collapse a page shared across fork | Kirill A. Shutemov | 2020-06-03 | 1 | -9/+37 |
* | khugepaged: drain LRU add pagevec after swapin | Kirill A. Shutemov | 2020-06-03 | 1 | -0/+5 |
* | khugepaged: drain all LRU caches before scanning pages | Kirill A. Shutemov | 2020-06-03 | 1 | -0/+2 |
* | khugepaged: do not stop collapse if less than half PTEs are referenced | Kirill A. Shutemov | 2020-06-03 | 1 | -16/+11 |
* | mm,thp: stop leaking unreleased file pages | Hugh Dickins | 2020-05-28 | 1 | -0/+1 |
* | khugepaged: skip collapse if uffd-wp detected | Peter Xu | 2020-04-07 | 1 | -0/+23 |
* | mm: code cleanup for MADV_FREE | Huang Ying | 2020-04-07 | 1 | -2/+2 |
* | mm: remove CONFIG_TRANSPARENT_HUGE_PAGECACHE | Matthew Wilcox (Oracle) | 2020-04-07 | 1 | -8/+4 |
* | mm/vma: make is_vma_temporary_stack() available for general use | Anshuman Khandual | 2020-04-02 | 1 | -1/+1 |
* | mm/vma: move VM_NO_KHUGEPAGED into generic header | Anshuman Khandual | 2020-04-02 | 1 | -2/+0 |
* | mm/thp: flush file for !is_shmem PageDirty() case in collapse_file() | Song Liu | 2019-12-01 | 1 | -0/+18 |
* | mm,thp: recheck each page before collapsing file THP | Song Liu | 2019-11-15 | 1 | -12/+16 |
* | mm/khugepaged: fix might_sleep() warn with CONFIG_HIGHPTE=y | Ville Syrjälä | 2019-11-06 | 1 | -3/+4 |
* | khugepaged: enable collapse pmd for pte-mapped THP | Song Liu | 2019-09-24 | 1 | -4/+188 |
* | mm,thp: avoid writes to file with THP in pagecache | Song Liu | 2019-09-24 | 1 | -1/+3 |
* | mm,thp: add read-only THP support for (non-shmem) FS | Song Liu | 2019-09-24 | 1 | -42/+107 |
* | khugepaged: rename collapse_shmem() and khugepaged_scan_shmem() | Song Liu | 2019-09-24 | 1 | -12/+11 |
* | mm: page cache: store only head pages in i_pages | Matthew Wilcox (Oracle) | 2019-09-24 | 1 | -2/+2 |
* | sched/topology: Improve load balancing on AMD EPYC systems | Matt Fleming | 2019-09-03 | 1 | -1/+1 |
* | Revert "mm: page cache: store only head pages in i_pages" | Linus Torvalds | 2019-07-05 | 1 | -2/+2 |
* | coredump: fix race condition between collapse_huge_page() and core dumping | Andrea Arcangeli | 2019-06-13 | 1 | -0/+3 |
* | mm/mmu_notifier: use correct mmu_notifier events for each invalidation | Jérôme Glisse | 2019-05-14 | 1 | -1/+1 |
* | mm/mmu_notifier: contextual information for event triggering invalidation | Jérôme Glisse | 2019-05-14 | 1 | -1/+2 |
* | mm: page cache: store only head pages in i_pages | Matthew Wilcox | 2019-05-14 | 1 | -2/+2 |
* | mm: memcontrol: expose THP events on a per-memcg basis | Chris Down | 2019-03-05 | 1 | -0/+2 |
* | mm/mmu_notifier: use structure for invalidate_range_start/end calls v2 | Jérôme Glisse | 2018-12-28 | 1 | -6/+4 |
* | Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau... | Ingo Molnar | 2018-12-04 | 1 | -2/+2 |
|\ |
|
| * | mm: Replace spin_is_locked() with lockdep | Lance Roy | 2018-11-12 | 1 | -2/+2 |
* | | mm/khugepaged: fix the xas_create_range() error path | Hugh Dickins | 2018-11-30 | 1 | -11/+14 |
* | | mm/khugepaged: collapse_shmem() do not crash on Compound | Hugh Dickins | 2018-11-30 | 1 | -1/+9 |
* | | mm/khugepaged: collapse_shmem() without freezing new_page | Hugh Dickins | 2018-11-30 | 1 | -12/+7 |
* | | mm/khugepaged: minor reorderings in collapse_shmem() | Hugh Dickins | 2018-11-30 | 1 | -40/+32 |
* | | mm/khugepaged: collapse_shmem() remember to clear holes | Hugh Dickins | 2018-11-30 | 1 | -0/+10 |
* | | mm/khugepaged: fix crashes due to misaccounted holes | Hugh Dickins | 2018-11-30 | 1 | -1/+4 |
* | | mm/khugepaged: collapse_shmem() stop if punched or truncated | Hugh Dickins | 2018-11-30 | 1 | -0/+11 |
|/ |
|
* | mm: Convert khugepaged_scan_shmem to XArray | Matthew Wilcox | 2018-10-21 | 1 | -12/+5 |
* | mm: Convert collapse_shmem to XArray | Matthew Wilcox | 2018-10-21 | 1 | -93/+66 |
* | xarray: Replace exceptional entries | Matthew Wilcox | 2018-09-29 | 1 | -1/+1 |
* | mm: Change return type int to vm_fault_t for fault handlers | Souptick Joarder | 2018-08-23 | 1 | -1/+2 |