Age | Commit message (Expand) | Author | Files | Lines |
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-22 | mm, thp: do not cause memcg oom for thp | David Rientjes | 1 | -2/+6 |
2018-03-22 | mm/khugepaged.c: convert VM_BUG_ON() to collapse fail | Kirill A. Shutemov | 1 | -1/+6 |
2018-01-31 | mm: thp: use down_read_trylock() in khugepaged to avoid long block | Yang Shi | 1 | -4/+8 |
2018-01-31 | 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-15 | 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-10 | mm: make PR_SET_THP_DISABLE immediately active | Michal Hocko | 1 | -1/+2 |
2017-06-23 | mm, thp: remove cond_resched from __collapse_huge_page_copy | David Rientjes | 1 | -1/+0 |
2017-05-12 | mm, thp: copying user pages must schedule on collapse | David Rientjes | 1 | -4/+3 |
2017-05-12 | mm/khugepaged: add missed tracepoint for collapse_huge_page_swapin | SeongJae Park | 1 | -1/+3 |
2017-05-03 | mm: do not use double negation for testing page flags | Minchan Kim | 1 | -2/+2 |
2017-05-03 | 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-27 | mm: add new mmgrab() helper | Vegard Nossum | 1 | -1/+1 |
2017-01-10 | mm: get rid of __GFP_OTHER_NODE | Michal Hocko | 1 | -3/+2 |
2017-01-10 | mm/thp/pagecache/collapse: free the pte page table on collapse for thp page c... | Aneesh Kumar K.V | 1 | -19/+2 |
2016-12-14 | radix-tree: improve multiorder iterators | Matthew Wilcox | 1 | -4/+3 |
2016-12-14 | mm: add orig_pte field into vm_fault | Jan Kara | 1 | -4/+3 |
2016-12-14 | mm: use pgoff in struct vm_fault instead of passing it separately | Jan Kara | 1 | -0/+1 |
2016-12-14 | mm: join struct fault_env and vm_fault | Jan Kara | 1 | -10/+10 |
2016-12-12 | mm: THP page cache support for ppc64 | Aneesh Kumar K.V | 1 | -2/+19 |
2016-12-12 | lib: radix-tree: check accounting of existing slot replacement users | Johannes Weiner | 1 | -2/+3 |
2016-12-12 | mm: khugepaged: fix radix tree node leak in shmem collapse error path | Johannes Weiner | 1 | -2/+4 |
2016-12-12 | mm: khugepaged: close use-after-free race during shmem collapsing | Johannes Weiner | 1 | -0/+5 |
2016-11-30 | mm, thp: propagation of conditional compilation in khugepaged.c | Jérémy Lefaure | 1 | -0/+2 |
2016-09-19 | mm, thp: fix leaking mapped pte in __collapse_huge_page_swapin() | Ebru Akagunduz | 1 | -5/+5 |
2016-09-19 | khugepaged: fix use-after-free in collapse_huge_page() | Kirill A. Shutemov | 1 | -7/+8 |
2016-07-28 | mm, thp: remove __GFP_NORETRY from khugepaged and madvised allocations | Vlastimil Babka | 1 | -1/+1 |
2016-07-28 | mm: convert zone_reclaim to node_reclaim | Mel Gorman | 1 | -2/+2 |
2016-07-28 | mm: move most file-based accounting to the node | Mel Gorman | 1 | -3/+3 |
2016-07-28 | mm, vmscan: move LRU lists to node | Mel Gorman | 1 | -2/+2 |
2016-07-26 | mm, thp: convert from optimistic swapin collapsing to conservative | Ebru Akagunduz | 1 | -15/+23 |
2016-07-26 | mm, thp: fix comment inconsistency for swapin readahead functions | Ebru Akagunduz | 1 | -3/+4 |
2016-07-26 | thp: introduce CONFIG_TRANSPARENT_HUGE_PAGECACHE | Kirill A. Shutemov | 1 | -4/+7 |
2016-07-26 | khugepaged: add support of collapse for tmpfs/shmem pages | Kirill A. Shutemov | 1 | -5/+430 |
2016-07-26 | khugepaged: move up_read(mmap_sem) out of khugepaged_alloc_page() | Kirill A. Shutemov | 1 | -15/+10 |
2016-07-26 | thp: extract khugepaged from mm/huge_memory.c | Kirill A. Shutemov | 1 | -0/+1490 |