summaryrefslogtreecommitdiffstats
path: root/mm/huge_memory.c
Commit message (Expand)AuthorAgeFilesLines
* mm/huge_memory.c: don't discard hugepage if other processes are mapping itMiaohe Lin2021-07-201-1/+1
* mm: thp: replace DEBUG_VM BUG with VM_WARN when unmap fails for splitYang Shi2021-07-111-17/+7
* mm/thp: try_to_unmap() use TTU_SYNC for safe splittingHugh Dickins2021-07-111-1/+1
* mm/thp: make is_huge_zero_pmd() safe and quickerHugh Dickins2021-07-111-1/+4
* mm/thp: fix __split_huge_pmd_locked() on shmem migration entryHugh Dickins2021-07-111-9/+18
* gup: document and work around "COW can break either way" issueLinus Torvalds2021-04-281-4/+3
* mm: thp: fix MADV_REMOVE deadlock on shmem THPHugh Dickins2021-02-101-14/+23
* mm/userfaultfd: do not access vma->vm_mm after calling handle_userfault()Gerald Schaefer2020-11-241-5/+4
* mm/thp: fix __split_huge_pmd_locked() for migration PMDRalph Campbell2020-09-261-17/+23
* mm: thp: make the THP mapcount atomic against __split_huge_pmd_locked()Andrea Arcangeli2020-06-221-3/+28
* mm: fix possible PMD dirty bit lost in set_pmd_migration_entry()Huang Ying2020-03-111-2/+1
* mm, thp: fix defrag setting if newline is not usedDavid Rientjes2020-03-051-16/+8
* mm/huge_memory.c: use head to check huge zero pageWei Yang2020-03-051-1/+1
* mm/huge_memory.c: thp: fix conflict of above-47bit hint address and PMD align...Kirill A. Shutemov2020-01-231-14/+24
* mm/huge_memory.c: make __thp_get_unmapped_area staticBharath Vedartham2020-01-231-1/+1
* mm, thp, proc: report THP eligibility for each vmaMichal Hocko2019-12-171-1/+11
* mm, page_owner: handle THP splits correctlyVlastimil Babka2019-08-291-0/+4
* mm/huge_memory: fix vmf_insert_pfn_{pmd, pud}() crash, handle unaligned addre...Dan Williams2019-05-221-6/+10
* mm/huge_memory.c: fix modifying of page protection by insert_pfn_pmd()Aneesh Kumar K.V2019-04-171-0/+36
* mm: thp: fix flags for pmd migration when splitPeter Xu2018-12-291-9/+11
* mm/huge_memory: fix lockdep complaint on 32-bit i_size_read()Hugh Dickins2018-12-051-6/+13
* mm/huge_memory: splitting set mapping+index before unfreezeHugh Dickins2018-12-051-6/+6
* mm/huge_memory: rename freeze_page() to unmap_page()Hugh Dickins2018-12-051-6/+6
* mremap: properly flush TLB before releasing the pageLinus Torvalds2018-10-181-6/+4
* mm/thp: fix call to mmu_notifier in set_pmd_migration_entry() v2Jérôme Glisse2018-10-131-6/+0
* mm, thp: fix mlocking THP page with migration enabledKirill A. Shutemov2018-10-051-1/+1
* mm: fix BUG_ON() in vmf_insert_pfn_pud() from VM_MIXEDMAP removalDave Jiang2018-09-041-2/+2
* Merge tag 'libnvdimm-for-4.19_dax-memory-failure' of gitolite.kernel.org:pub/...Linus Torvalds2018-08-251-2/+2
|\
| * device-dax: Convert to vmf_insert_mixed and vm_fault_tDan Williams2018-07-201-2/+2
* | mm: Change return type int to vm_fault_t for fault handlersSouptick Joarder2018-08-231-15/+16
* | mm, huge page: copy target sub-page last when copy huge pageHuang Ying2018-08-171-1/+2
* | thp: use mm_file_counter to determine update which rss counterYang Shi2018-08-171-2/+2
* | dax: remove VM_MIXEDMAP for fsdax and device daxDave Jiang2018-08-171-2/+2
* | Merge tag 'v4.18-rc6' into for-4.19/block2Jens Axboe2018-08-051-0/+2
|\ \
| * | mm/huge_memory.c: fix data loss when splitting a file pmdHugh Dickins2018-07-211-0/+2
| |/
* / memcontrol: schedule throttling if we are congestedTejun Heo2018-07-091-3/+3
|/
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-121-2/+2
* mm: use page->deferred_listMatthew Wilcox2018-06-071-5/+2
* Merge tag 'docs-4.18' of git://git.lwn.net/linuxLinus Torvalds2018-06-041-2/+2
|\
| * Merge tag 'v4.17-rc2' into docs-nextJonathan Corbet2018-04-271-1/+4
| |\
| * \ Merge branch 'mm-rst' into docs-nextJonathan Corbet2018-04-161-2/+2
| |\ \
| | * | docs/vm: rename documentation files to .rstMike Rapoport2018-04-161-2/+2
* | | | mm/huge_memory.c: __split_huge_page() use atomic ClearPageDirty()Hugh Dickins2018-06-021-1/+1
| |_|/ |/| |
* | | mm: enable thp migration for shmem thpNaoya Horiguchi2018-04-201-1/+4
|/ /
* | page cache: use xa_lockMatthew Wilcox2018-04-111-5/+5
* | mm: unclutter THP migrationMichal Hocko2018-04-111-0/+6
* | memcg, thp: do not invoke oom killer on thp chargesMichal Hocko2018-04-111-3/+2
* | mm/huge_memory.c: reorder operations in __split_huge_page_tail()Konstantin Khlebnikov2018-04-051-21/+15
* | mm, thp: do not cause memcg oom for thpDavid Rientjes2018-03-221-2/+3
* | mm/thp: do not wait for lock_page() in deferred_split_scan()Kirill A. Shutemov2018-03-221-1/+3
|/