index
:
android_kernel_xiaomi_sdm660.git
lineage-18.1
Unnamed repository; edit this file 'description' to name the repository.
Rafael Marcalo
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
/
huge_memory.c
Age
Commit message (
Expand
)
Author
2021-10-17
Merge 4.4.289 into android-4.4-p
Greg Kroah-Hartman
2021-10-17
mm: check VMA flags to avoid invalid PROT_NONE NUMA balancing
Lorenzo Stoakes
2021-10-17
gup: document and work around "COW can break either way" issue
Linus Torvalds
2020-12-11
Merge 4.4.248 into android-4.4-p
Greg Kroah-Hartman
2020-12-11
mm/userfaultfd: do not access vma->vm_mm after calling handle_userfault()
Gerald Schaefer
2020-08-26
Merge 4.4.234 into android-4.4-p
Greg Kroah-Hartman
2020-08-26
khugepaged: adjust VM_BUG_ON_MM() in __khugepaged_enter()
Hugh Dickins
2020-08-26
khugepaged: khugepaged_test_exit() check mmget_still_valid()
Hugh Dickins
2020-08-26
coredump: fix race condition between collapse_huge_page() and core dumping
Andrea Arcangeli
2018-11-10
Merge 4.4.163 into android-4.4-p
Greg Kroah-Hartman
2018-11-10
mremap: properly flush TLB before releasing the page
Linus Torvalds
2018-09-15
Merge 4.4.156 into android-4.4-p
Greg Kroah-Hartman
2018-09-15
Fixes: Commit cdbf92675fad ("mm: numa: avoid waiting on freed migrated pages")
Chas Williams
2017-12-18
Merge 4.4.106 into android-4.4
Greg Kroah-Hartman
2017-12-16
thp: fix MADV_DONTNEED vs. numa balancing race
Kirill A. Shutemov
2017-12-16
thp: reduce indentation level in change_huge_pmd()
Kirill A. Shutemov
2017-12-14
BACKPORT: mm: coalesce split strings
Joe Perches
2017-12-05
mm, thp: Do not make page table dirty unconditionally in touch_p[mu]d()
Kirill A. Shutemov
2017-07-05
mm: numa: avoid waiting on freed migrated pages
Mark Rutland
2017-05-25
mm/huge_memory.c: respect FOLL_FORCE/FOLL_COW for thp
Keno Fischer
2016-05-04
mm/huge_memory: replace VM_NO_THP VM_BUG_ON with actual VMA check
Konstantin Khlebnikov
2015-11-20
mm: loosen MADV_NOHUGEPAGE to enable Qemu postcopy on s390
Jason J. Herne
2015-11-07
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2015-11-07
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
2015-11-06
mm: make compound_head() robust
Kirill A. Shutemov
2015-11-06
thp: remove unused vma parameter from khugepaged_alloc_page
Aaron Tomlin
2015-11-06
mm, page_alloc: remove MIGRATE_RESERVE
Mel Gorman
2015-11-06
mm, page_alloc: rename __GFP_WAIT to __GFP_RECLAIM
Mel Gorman
2015-11-05
mm: introduce VM_LOCKONFAULT
Eric B Munson
2015-11-03
Merge tag 'arc-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgup...
Linus Torvalds
2015-10-23
thp: use is_zero_pfn() only after pte_present() check
Minchan Kim
2015-10-17
mm,thp: introduce flush_pmd_tlb_range
Vineet Gupta
2015-09-29
mm: Drop unlikely before IS_ERR(_OR_NULL)
Viresh Kumar
2015-09-10
mm: introduce idle page tracking
Vladimir Davydov
2015-09-08
mm/khugepaged: allow interruption of allocation sleep again
Petr Mladek
2015-09-08
mm: rename alloc_pages_exact_node() to __alloc_pages_node()
Vlastimil Babka
2015-09-08
mm: make set_recommended_min_free_kbytes() return void
Nicholas Krause
2015-09-08
dax: don't use set_huge_zero_page()
Kirill A. Shutemov
2015-09-08
thp: fix zap_huge_pmd() for DAX
Kirill A. Shutemov
2015-09-08
thp: decrement refcount on huge zero page if it is split
Kirill A. Shutemov
2015-09-08
thp: change insert_pfn's return type to void
Matthew Wilcox
2015-09-08
mm: add vmf_insert_pfn_pmd()
Matthew Wilcox
2015-09-08
mm: export various functions for the benefit of DAX
Matthew Wilcox
2015-09-08
thp: prepare for DAX huge pages
Matthew Wilcox
2015-09-08
dax: revert userfaultfd change
Andrew Morton
2015-09-08
thp: vma_adjust_trans_huge(): adjust file-backed VMA too
Kirill A. Shutemov
2015-09-04
userfaultfd: propagate the full address in THP faults
Andrea Arcangeli
2015-09-04
userfaultfd: prevent khugepaged to merge if userfaultfd is armed
Andrea Arcangeli
2015-09-04
userfaultfd: call handle_userfault() for userfaultfd_missing() faults
Andrea Arcangeli
2015-08-07
mm: check __PG_HWPOISON separately from PAGE_FLAGS_CHECK_AT_*
Naoya Horiguchi
[next]