Age | Commit message (Expand) | Author | Files | Lines |
2019-05-14 | mm/mmu_notifier: use correct mmu_notifier events for each invalidation | Jérôme Glisse | 1 | -1/+1 |
2019-05-14 | mm/mmu_notifier: contextual information for event triggering invalidation | Jérôme Glisse | 1 | -1/+2 |
2019-05-14 | mm: page cache: store only head pages in i_pages | Matthew Wilcox | 1 | -2/+2 |
2019-03-06 | mm: memcontrol: expose THP events on a per-memcg basis | Chris Down | 1 | -0/+2 |
2018-12-28 | mm/mmu_notifier: use structure for invalidate_range_start/end calls v2 | Jérôme Glisse | 1 | -6/+4 |
2018-12-04 | Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau... | Ingo Molnar | 1 | -2/+2 |
2018-12-01 | mm/khugepaged: fix the xas_create_range() error path | Hugh Dickins | 1 | -11/+14 |
2018-12-01 | mm/khugepaged: collapse_shmem() do not crash on Compound | Hugh Dickins | 1 | -1/+9 |
2018-12-01 | mm/khugepaged: collapse_shmem() without freezing new_page | Hugh Dickins | 1 | -12/+7 |
2018-12-01 | mm/khugepaged: minor reorderings in collapse_shmem() | Hugh Dickins | 1 | -40/+32 |
2018-12-01 | mm/khugepaged: collapse_shmem() remember to clear holes | Hugh Dickins | 1 | -0/+10 |
2018-12-01 | mm/khugepaged: fix crashes due to misaccounted holes | Hugh Dickins | 1 | -1/+4 |
2018-12-01 | mm/khugepaged: collapse_shmem() stop if punched or truncated | Hugh Dickins | 1 | -0/+11 |
2018-11-12 | mm: Replace spin_is_locked() with lockdep | Lance Roy | 1 | -2/+2 |
2018-10-21 | mm: Convert khugepaged_scan_shmem to XArray | Matthew Wilcox | 1 | -12/+5 |
2018-10-21 | mm: Convert collapse_shmem to XArray | Matthew Wilcox | 1 | -93/+66 |
2018-09-30 | xarray: Replace exceptional entries | Matthew Wilcox | 1 | -1/+1 |
2018-08-24 | mm: Change return type int to vm_fault_t for fault handlers | Souptick Joarder | 1 | -1/+2 |
2018-08-18 | mm: thp: pass correct vm_flags to hugepage_vma_check() | Song Liu | 1 | -7/+8 |
2018-08-18 | mm: thp: inc counter for collapsed shmem THP | Yang Shi | 1 | -0/+2 |
2018-08-18 | mm: thp: register mm for khugepaged when merging vma for shmem | Yang Shi | 1 | -27/+26 |
2018-04-11 | page cache: use xa_lock | Matthew Wilcox | 1 | -26/+23 |
2018-04-11 | mm/thp: don't count ZONE_MOVABLE as the target for freepage reserving | Joonsoo Kim | 1 | -1/+9 |
2018-04-11 | memcg, thp: do not invoke oom killer on thp charges | Michal Hocko | 1 | -6/+2 |
2018-03-23 | mm, thp: do not cause memcg oom for thp | David Rientjes | 1 | -2/+6 |
2018-03-23 | mm/khugepaged.c: convert VM_BUG_ON() to collapse fail | Kirill A. Shutemov | 1 | -1/+6 |
2018-02-01 | mm: thp: use down_read_trylock() in khugepaged to avoid long block | Yang Shi | 1 | -4/+8 |
2018-02-01 | mm: add unmap_mapping_pages() | Matthew Wilcox | 1 | -2/+1 |
2017-11-29 | Revert "mm, thp: Do not make pmd/pud dirty without a reason" | Linus Torvalds | 1 | -1/+1 |
2017-11-27 | mm, thp: Do not make pmd/pud dirty without a reason | Kirill A. Shutemov | 1 | -1/+1 |
2017-11-16 | mm: introduce wrappers to access mm->nr_ptes | Kirill A. Shutemov | 1 | -1/+1 |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 1 | -0/+1 |
2017-07-11 | mm: make PR_SET_THP_DISABLE immediately active | Michal Hocko | 1 | -1/+2 |
2017-06-24 | mm, thp: remove cond_resched from __collapse_huge_page_copy | David Rientjes | 1 | -1/+0 |
2017-05-13 | mm, thp: copying user pages must schedule on collapse | David Rientjes | 1 | -4/+3 |
2017-05-13 | mm/khugepaged: add missed tracepoint for collapse_huge_page_swapin | SeongJae Park | 1 | -1/+3 |
2017-05-04 | mm: do not use double negation for testing page flags | Minchan Kim | 1 | -2/+2 |
2017-05-04 | mm: don't assume anonymous pages have SwapBacked flag | Shaohua Li | 1 | -5/+3 |
2017-03-02 | sched/headers: Prepare for new header dependencies before moving code to <lin... | Ingo Molnar | 1 | -0/+1 |
2017-03-02 | sched/headers: Prepare for new header dependencies before moving code to <lin... | Ingo Molnar | 1 | -0/+1 |
2017-02-28 | mm: add new mmgrab() helper | Vegard Nossum | 1 | -1/+1 |
2017-01-11 | mm: get rid of __GFP_OTHER_NODE | Michal Hocko | 1 | -3/+2 |
2017-01-11 | mm/thp/pagecache/collapse: free the pte page table on collapse for thp page c... | Aneesh Kumar K.V | 1 | -19/+2 |
2016-12-15 | radix-tree: improve multiorder iterators | Matthew Wilcox | 1 | -4/+3 |
2016-12-15 | mm: add orig_pte field into vm_fault | Jan Kara | 1 | -4/+3 |
2016-12-15 | mm: use pgoff in struct vm_fault instead of passing it separately | Jan Kara | 1 | -0/+1 |
2016-12-15 | mm: join struct fault_env and vm_fault | Jan Kara | 1 | -10/+10 |
2016-12-13 | mm: THP page cache support for ppc64 | Aneesh Kumar K.V | 1 | -2/+19 |
2016-12-13 | lib: radix-tree: check accounting of existing slot replacement users | Johannes Weiner | 1 | -2/+3 |
2016-12-13 | mm: khugepaged: fix radix tree node leak in shmem collapse error path | Johannes Weiner | 1 | -2/+4 |