summaryrefslogtreecommitdiff
path: root/mm/huge_memory.c (follow)
Commit message (Expand)AuthorAge
* Merge 4.4.248 into android-4.4-pGreg Kroah-Hartman2020-12-11
|\
| * mm/userfaultfd: do not access vma->vm_mm after calling handle_userfault()Gerald Schaefer2020-12-11
* | Merge 4.4.234 into android-4.4-pGreg Kroah-Hartman2020-08-26
|\|
| * khugepaged: adjust VM_BUG_ON_MM() in __khugepaged_enter()Hugh Dickins2020-08-26
| * khugepaged: khugepaged_test_exit() check mmget_still_valid()Hugh Dickins2020-08-26
| * coredump: fix race condition between collapse_huge_page() and core dumpingAndrea Arcangeli2020-08-26
* | Merge 4.4.163 into android-4.4-pGreg Kroah-Hartman2018-11-10
|\|
| * mremap: properly flush TLB before releasing the pageLinus Torvalds2018-11-10
* | Merge 4.4.156 into android-4.4-pGreg Kroah-Hartman2018-09-15
|\|
| * Fixes: Commit cdbf92675fad ("mm: numa: avoid waiting on freed migrated pages")Chas Williams2018-09-15
* | Merge 4.4.106 into android-4.4Greg Kroah-Hartman2017-12-18
|\|
| * thp: fix MADV_DONTNEED vs. numa balancing raceKirill A. Shutemov2017-12-16
| * thp: reduce indentation level in change_huge_pmd()Kirill A. Shutemov2017-12-16
* | BACKPORT: mm: coalesce split stringsJoe Perches2017-12-14
|/
* mm, thp: Do not make page table dirty unconditionally in touch_p[mu]d()Kirill A. Shutemov2017-12-05
* mm: numa: avoid waiting on freed migrated pagesMark Rutland2017-07-05
* mm/huge_memory.c: respect FOLL_FORCE/FOLL_COW for thpKeno Fischer2017-05-25
* mm/huge_memory: replace VM_NO_THP VM_BUG_ON with actual VMA checkKonstantin Khlebnikov2016-05-04
* mm: loosen MADV_NOHUGEPAGE to enable Qemu postcopy on s390Jason J. Herne2015-11-20
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-11-07
|\
| * mm: make compound_head() robustKirill A. Shutemov2015-11-06
| * thp: remove unused vma parameter from khugepaged_alloc_pageAaron Tomlin2015-11-06
| * mm, page_alloc: remove MIGRATE_RESERVEMel Gorman2015-11-06
| * mm, page_alloc: rename __GFP_WAIT to __GFP_RECLAIMMel Gorman2015-11-06
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2015-11-07
|\ \ | |/ |/|
| * mm: Drop unlikely before IS_ERR(_OR_NULL)Viresh Kumar2015-09-29
* | mm: introduce VM_LOCKONFAULTEric B Munson2015-11-05
* | Merge tag 'arc-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgup...Linus Torvalds2015-11-03
|\ \
| * | mm,thp: introduce flush_pmd_tlb_rangeVineet Gupta2015-10-17
* | | thp: use is_zero_pfn() only after pte_present() checkMinchan Kim2015-10-23
|/ /
* | mm: introduce idle page trackingVladimir Davydov2015-09-10
* | mm/khugepaged: allow interruption of allocation sleep againPetr Mladek2015-09-08
* | mm: rename alloc_pages_exact_node() to __alloc_pages_node()Vlastimil Babka2015-09-08
* | mm: make set_recommended_min_free_kbytes() return voidNicholas Krause2015-09-08
* | dax: don't use set_huge_zero_page()Kirill A. Shutemov2015-09-08
* | thp: fix zap_huge_pmd() for DAXKirill A. Shutemov2015-09-08
* | thp: decrement refcount on huge zero page if it is splitKirill A. Shutemov2015-09-08
* | thp: change insert_pfn's return type to voidMatthew Wilcox2015-09-08
* | mm: add vmf_insert_pfn_pmd()Matthew Wilcox2015-09-08
* | mm: export various functions for the benefit of DAXMatthew Wilcox2015-09-08
* | thp: prepare for DAX huge pagesMatthew Wilcox2015-09-08
* | dax: revert userfaultfd changeAndrew Morton2015-09-08
* | thp: vma_adjust_trans_huge(): adjust file-backed VMA tooKirill A. Shutemov2015-09-08
* | userfaultfd: propagate the full address in THP faultsAndrea Arcangeli2015-09-04
* | userfaultfd: prevent khugepaged to merge if userfaultfd is armedAndrea Arcangeli2015-09-04
* | userfaultfd: call handle_userfault() for userfaultfd_missing() faultsAndrea Arcangeli2015-09-04
* | mm: check __PG_HWPOISON separately from PAGE_FLAGS_CHECK_AT_*Naoya Horiguchi2015-08-07
|/
* mm: clarify that the function operates on hugepage pteAneesh Kumar K.V2015-06-24
* mm/thp: split out pmd collapse flush into separate functionsAneesh Kumar K.V2015-06-24
* thp: cleanup how khugepaged enters freezerJiri Kosina2015-06-24