| Commit message (Expand) | Author | Age | Files | Lines |
* | mm/huge_memory.c: don't discard hugepage if other processes are mapping it | Miaohe Lin | 2021-07-20 | 1 | -1/+1 |
* | mm: thp: replace DEBUG_VM BUG with VM_WARN when unmap fails for split | Yang Shi | 2021-07-11 | 1 | -17/+7 |
* | mm/thp: try_to_unmap() use TTU_SYNC for safe splitting | Hugh Dickins | 2021-07-11 | 1 | -1/+1 |
* | mm/thp: make is_huge_zero_pmd() safe and quicker | Hugh Dickins | 2021-07-11 | 1 | -1/+4 |
* | mm/thp: fix __split_huge_pmd_locked() on shmem migration entry | Hugh Dickins | 2021-07-11 | 1 | -9/+18 |
* | gup: document and work around "COW can break either way" issue | Linus Torvalds | 2021-04-28 | 1 | -4/+3 |
* | mm: thp: fix MADV_REMOVE deadlock on shmem THP | Hugh Dickins | 2021-02-10 | 1 | -14/+23 |
* | mm/userfaultfd: do not access vma->vm_mm after calling handle_userfault() | Gerald Schaefer | 2020-11-24 | 1 | -5/+4 |
* | mm/thp: fix __split_huge_pmd_locked() for migration PMD | Ralph Campbell | 2020-09-26 | 1 | -17/+23 |
* | mm: thp: make the THP mapcount atomic against __split_huge_pmd_locked() | Andrea Arcangeli | 2020-06-22 | 1 | -3/+28 |
* | mm: fix possible PMD dirty bit lost in set_pmd_migration_entry() | Huang Ying | 2020-03-11 | 1 | -2/+1 |
* | mm, thp: fix defrag setting if newline is not used | David Rientjes | 2020-03-05 | 1 | -16/+8 |
* | mm/huge_memory.c: use head to check huge zero page | Wei Yang | 2020-03-05 | 1 | -1/+1 |
* | mm/huge_memory.c: thp: fix conflict of above-47bit hint address and PMD align... | Kirill A. Shutemov | 2020-01-23 | 1 | -14/+24 |
* | mm/huge_memory.c: make __thp_get_unmapped_area static | Bharath Vedartham | 2020-01-23 | 1 | -1/+1 |
* | mm, thp, proc: report THP eligibility for each vma | Michal Hocko | 2019-12-17 | 1 | -1/+11 |
* | mm, page_owner: handle THP splits correctly | Vlastimil Babka | 2019-08-29 | 1 | -0/+4 |
* | mm/huge_memory: fix vmf_insert_pfn_{pmd, pud}() crash, handle unaligned addre... | Dan Williams | 2019-05-22 | 1 | -6/+10 |
* | mm/huge_memory.c: fix modifying of page protection by insert_pfn_pmd() | Aneesh Kumar K.V | 2019-04-17 | 1 | -0/+36 |
* | mm: thp: fix flags for pmd migration when split | Peter Xu | 2018-12-29 | 1 | -9/+11 |
* | mm/huge_memory: fix lockdep complaint on 32-bit i_size_read() | Hugh Dickins | 2018-12-05 | 1 | -6/+13 |
* | mm/huge_memory: splitting set mapping+index before unfreeze | Hugh Dickins | 2018-12-05 | 1 | -6/+6 |
* | mm/huge_memory: rename freeze_page() to unmap_page() | Hugh Dickins | 2018-12-05 | 1 | -6/+6 |
* | mremap: properly flush TLB before releasing the page | Linus Torvalds | 2018-10-18 | 1 | -6/+4 |
* | mm/thp: fix call to mmu_notifier in set_pmd_migration_entry() v2 | Jérôme Glisse | 2018-10-13 | 1 | -6/+0 |
* | mm, thp: fix mlocking THP page with migration enabled | Kirill A. Shutemov | 2018-10-05 | 1 | -1/+1 |
* | mm: fix BUG_ON() in vmf_insert_pfn_pud() from VM_MIXEDMAP removal | Dave Jiang | 2018-09-04 | 1 | -2/+2 |
* | Merge tag 'libnvdimm-for-4.19_dax-memory-failure' of gitolite.kernel.org:pub/... | Linus Torvalds | 2018-08-25 | 1 | -2/+2 |
|\ |
|
| * | device-dax: Convert to vmf_insert_mixed and vm_fault_t | Dan Williams | 2018-07-20 | 1 | -2/+2 |
* | | mm: Change return type int to vm_fault_t for fault handlers | Souptick Joarder | 2018-08-23 | 1 | -15/+16 |
* | | mm, huge page: copy target sub-page last when copy huge page | Huang Ying | 2018-08-17 | 1 | -1/+2 |
* | | thp: use mm_file_counter to determine update which rss counter | Yang Shi | 2018-08-17 | 1 | -2/+2 |
* | | dax: remove VM_MIXEDMAP for fsdax and device dax | Dave Jiang | 2018-08-17 | 1 | -2/+2 |
* | | Merge tag 'v4.18-rc6' into for-4.19/block2 | Jens Axboe | 2018-08-05 | 1 | -0/+2 |
|\ \ |
|
| * | | mm/huge_memory.c: fix data loss when splitting a file pmd | Hugh Dickins | 2018-07-21 | 1 | -0/+2 |
| |/ |
|
* / | memcontrol: schedule throttling if we are congested | Tejun Heo | 2018-07-09 | 1 | -3/+3 |
|/ |
|
* | treewide: kmalloc() -> kmalloc_array() | Kees Cook | 2018-06-12 | 1 | -2/+2 |
* | mm: use page->deferred_list | Matthew Wilcox | 2018-06-07 | 1 | -5/+2 |
* | Merge tag 'docs-4.18' of git://git.lwn.net/linux | Linus Torvalds | 2018-06-04 | 1 | -2/+2 |
|\ |
|
| * | Merge tag 'v4.17-rc2' into docs-next | Jonathan Corbet | 2018-04-27 | 1 | -1/+4 |
| |\ |
|
| * \ | Merge branch 'mm-rst' into docs-next | Jonathan Corbet | 2018-04-16 | 1 | -2/+2 |
| |\ \ |
|
| | * | | docs/vm: rename documentation files to .rst | Mike Rapoport | 2018-04-16 | 1 | -2/+2 |
* | | | | mm/huge_memory.c: __split_huge_page() use atomic ClearPageDirty() | Hugh Dickins | 2018-06-02 | 1 | -1/+1 |
| |_|/
|/| | |
|
* | | | mm: enable thp migration for shmem thp | Naoya Horiguchi | 2018-04-20 | 1 | -1/+4 |
|/ / |
|
* | | page cache: use xa_lock | Matthew Wilcox | 2018-04-11 | 1 | -5/+5 |
* | | mm: unclutter THP migration | Michal Hocko | 2018-04-11 | 1 | -0/+6 |
* | | memcg, thp: do not invoke oom killer on thp charges | Michal Hocko | 2018-04-11 | 1 | -3/+2 |
* | | mm/huge_memory.c: reorder operations in __split_huge_page_tail() | Konstantin Khlebnikov | 2018-04-05 | 1 | -21/+15 |
* | | mm, thp: do not cause memcg oom for thp | David Rientjes | 2018-03-22 | 1 | -2/+3 |
* | | mm/thp: do not wait for lock_page() in deferred_split_scan() | Kirill A. Shutemov | 2018-03-22 | 1 | -1/+3 |
|/ |
|