summaryrefslogtreecommitdiffstats
path: root/mm/huge_memory.c
Commit message (Expand)AuthorAgeFilesLines
* 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/+4Star
* mm/thp: fix call to mmu_notifier in set_pmd_migration_entry() v2Jérôme Glisse2018-10-131-6/+0Star
* mm, thp: fix mlocking THP page with migration enabledKirill A. Shutemov2018-10-061-1/+1
* mm: fix BUG_ON() in vmf_insert_pfn_pud() from VM_MIXEDMAP removalDave Jiang2018-09-051-2/+2
* Merge tag 'libnvdimm-for-4.19_dax-memory-failure' of gitolite.kernel.org:pub/...Linus Torvalds2018-08-261-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-241-15/+16
* | mm, huge page: copy target sub-page last when copy huge pageHuang Ying2018-08-181-1/+2
* | thp: use mm_file_counter to determine update which rss counterYang Shi2018-08-181-2/+2
* | dax: remove VM_MIXEDMAP for fsdax and device daxDave Jiang2018-08-181-2/+2
* | Merge tag 'v4.18-rc6' into for-4.19/block2Jens Axboe2018-08-061-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-131-2/+2
* mm: use page->deferred_listMatthew Wilcox2018-06-081-5/+2Star
* 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-281-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-211-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/+2Star
* | mm/huge_memory.c: reorder operations in __split_huge_page_tail()Konstantin Khlebnikov2018-04-061-21/+15Star
* | mm, thp: do not cause memcg oom for thpDavid Rientjes2018-03-231-2/+3
* | mm/thp: do not wait for lock_page() in deferred_split_scan()Kirill A. Shutemov2018-03-231-1/+3
|/
* mm/thp: remove pmd_huge_split_prepare()Aneesh Kumar K.V2018-02-011-37/+35Star
* mm: use updated pmdp_invalidate() interface to track dirty/accessed bitsKirill A. Shutemov2018-02-011-17/+12Star
* mm/huge_memory.c: fix comment in __split_huge_pmd_lockedYisheng Xie2018-02-011-4/+3Star
* Revert "mm: replace p??_write with pte_access_permitted in fault + gup paths"Linus Torvalds2017-12-161-3/+3
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-11-301-3/+3
|\
| * mm: replace pmd_write with pmd_access_permitted in fault + gup pathsDan Williams2017-11-301-2/+2
| * mm: replace pud_write with pud_access_permitted in fault + gup pathsDan Williams2017-11-301-1/+1
* | Revert "mm, thp: Do not make pmd/pud dirty without a reason"Linus Torvalds2017-11-291-19/+12Star
|/
* mm, thp: Do not make pmd/pud dirty without a reasonKirill A. Shutemov2017-11-271-12/+19
* mm, thp: Do not make page table dirty unconditionally in touch_p[mu]d()Kirill A. Shutemov2017-11-271-23/+13Star
* mm: consolidate page table accountingKirill A. Shutemov2017-11-161-1/+1
* mm: introduce wrappers to access mm->nr_ptesKirill A. Shutemov2017-11-161-5/+5
* mm/mmu_notifier: avoid call to invalidate_range() in range_end()Jérôme Glisse2017-11-161-4/+42
* mm/mmu_notifier: avoid double notification when it is uselessJérôme Glisse2017-11-161-3/+17
* Merge branch 'for-linus' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-11-151-4/+4
|\
| * mm/huge_memory.c: fixup grammar in commentMichael DeGuzis2017-10-121-4/+4
* | Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar2017-11-071-0/+3
|\ \