summaryrefslogtreecommitdiffstats
path: root/mm/huge_memory.c
Commit message (Expand)AuthorAgeFilesLines
* mm, page_owner: handle THP splits correctlyVlastimil Babka2019-08-291-0/+4
* 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.c: reorder operations in __split_huge_page_tail()Konstantin Khlebnikov2018-12-051-21/+15
* 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-201-6/+4
* mm/thp: fix call to mmu_notifier in set_pmd_migration_entry() v2Jérôme Glisse2018-10-181-6/+0
* mm, thp: fix mlocking THP page with migration enabledKirill A. Shutemov2018-10-131-1/+1
* mm/huge_memory.c: fix data loss when splitting a file pmdHugh Dickins2018-07-251-0/+2
* mm/huge_memory.c: __split_huge_page() use atomic ClearPageDirty()Hugh Dickins2018-06-051-1/+1
* mm, thp: do not cause memcg oom for thpDavid Rientjes2018-05-301-2/+3
* mm/thp: do not wait for lock_page() in deferred_split_scan()Kirill A. Shutemov2018-03-281-1/+3
* mm, thp: Do not make page table dirty unconditionally in touch_p[mu]d()Kirill A. Shutemov2017-12-051-23/+13
* mm/huge_memory.c: deposit page table when copying a PMD migration entryZi Yan2017-11-031-0/+3
* mm: soft-dirty: keep soft-dirty bits over thp migrationNaoya Horiguchi2017-09-081-3/+24
* mm: thp: check pmd migration entry in common pathZi Yan2017-09-081-6/+59
* mm: thp: enable thp migration in generic pathZi Yan2017-09-081-5/+79
* mm: thp: introduce separate TTU flag for thp freezingNaoya Horiguchi2017-09-081-1/+1
* mm: hugetlb: clear target sub-page last when clearing huge pageHuang Ying2017-09-061-2/+2
* mm, THP, swap: support splitting THP for THP swap outHuang Ying2017-09-061-1/+9
* mm, THP, swap: make reuse_swap_page() works for THP swapped outHuang Ying2017-09-061-1/+15
* mm/huge_memory.c: constify attribute_group structuresArvind Yadav2017-09-061-1/+1
* Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar2017-08-251-8/+22
|\
| * mm, oom: fix potential data corruption when oom_reaper races with writerMichal Hocko2017-08-181-8/+22
* | mm, locking: Fix up flush_tlb_pending() related merge in do_huge_pmd_numa_page()Peter Zijlstra2017-08-111-17/+5
* | Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar2017-08-111-0/+7
|\|
| * Revert "mm: numa: defer TLB flush for THP migration as long as possible"Nadav Amit2017-08-101-0/+7
* | mm, locking: Rework {set,clear,mm}_tlb_flush_pending()Peter Zijlstra2017-08-101-0/+20
|/
* mm, THP, swap: check whether THP can be split firstlyHuang Ying2017-07-061-4/+16
* mm, THP, swap: delay splitting THP during swap outHuang Ying2017-07-061-3/+8
* thp, mm: fix crash due race in MADV_FREE handlingKirill A. Shutemov2017-07-061-1/+1
* mm: numa: avoid waiting on freed migrated pagesMark Rutland2017-06-171-1/+7
* mm/huge_memory.c: deposit a pgtable for DAX PMD faults when requiredOliver O'Halloran2017-05-081-2/+18
* mm/huge_memory.c: use zap_deposited_table() moreOliver O'Halloran2017-05-081-6/+2
* mm: make ttu's return booleanMinchan Kim2017-05-031-3/+3
* mm: reclaim MADV_FREE pagesShaohua Li2017-05-031-0/+2
* mm: move MADV_FREE pages into LRU_INACTIVE_FILE listShaohua Li2017-05-031-3/+0
* mm: don't assume anonymous pages have SwapBacked flagShaohua Li2017-05-031-1/+0
* thp: fix MADV_DONTNEED vs. MADV_FREE raceKirill A. Shutemov2017-04-131-2/+1
* thp: fix MADV_DONTNEED vs. numa balancing raceKirill A. Shutemov2017-04-131-1/+33
* thp: reduce indentation level in change_huge_pmd()Kirill A. Shutemov2017-04-131-26/+26
* mm, thp: fix setting of defer+madvise thp defrag modeDavid Rientjes2017-04-081-6/+6
* Merge branch 'prep-for-5level'Linus Torvalds2017-03-101-1/+6
|\
| * mm: convert generic code to 5-level pagingKirill A. Shutemov2017-03-091-1/+6
* | mm/vmstats: add thp_split_pud event for clarityYisheng Xie2017-03-091-1/+1
|/
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* mm/thp/autonuma: use TNF flag instead of vm faultAneesh Kumar K.V2017-02-241-1/+1
* mm/autonuma: let architecture override how the write bit should be stashed in...Aneesh Kumar K.V2017-02-241-3/+3
* mm: convert try_to_unmap_one() to use page_vma_mapped_walk()Kirill A. Shutemov2017-02-241-12/+4