summaryrefslogtreecommitdiffstats
path: root/mm/khugepaged.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-10-101-429/+739
|\
| * mm/khugepaged: add tracepoint to hpage_collapse_scan_file()Zach O'Keefe2022-10-031-1/+2
| * mm/madvise: add file and shmem support to MADV_COLLAPSEZach O'Keefe2022-10-031-57/+188
| * mm/khugepaged: attempt to map file/shmem-backed pte-mapped THPs by pmdsZach O'Keefe2022-10-031-7/+62
| * mm/madvise: MADV_COLLAPSE return EAGAIN when page cannot be isolatedZach O'Keefe2022-10-031-0/+2
| * mm/khugepaged: check compound_order() in collapse_pte_mapped_thp()Zach O'Keefe2022-10-031-0/+3
| * khugepaged: call shmem_get_folio()Matthew Wilcox (Oracle)2022-10-031-2/+5
| * mm: thp: convert to use common struct mm_slotQi Zheng2022-10-031-71/+52
| * mm/khugepaged: stop using vma linked listMatthew Wilcox (Oracle)2022-09-261-3/+6
| * mm/khugepaged: optimize collapse_pte_mapped_thp() by using vma_lookup()Liam R. Howlett2022-09-261-1/+1
| * mm: MADV_COLLAPSE: refetch vm_end after reacquiring mmap_lockYang Shi2022-09-261-0/+2
| * Merge branch 'mm-hotfixes-stable' into mm-stableAndrew Morton2022-09-261-4/+6
| |\
| * | mm/khugepaged: rename prefix of shared collapse functionsZach O'Keefe2022-09-111-33/+35
| * | mm/madvise: introduce MADV_COLLAPSE sync hugepage collapseZach O'Keefe2022-09-111-1/+118
| * | mm/khugepaged: record SCAN_PMD_MAPPED when scan_pmd() finds hugepageZach O'Keefe2022-09-111-12/+48
| * | mm/thp: add flag to enforce sysfs THP in hugepage_vma_check()Zach O'Keefe2022-09-111-11/+14
| * | mm/khugepaged: add flag to predicate khugepaged-only behaviorZach O'Keefe2022-09-111-25/+58
| * | mm/khugepaged: propagate enum scan_result codes back to callersZach O'Keefe2022-09-111-116/+117
| * | mm/khugepaged: dedup and simplify hugepage alloc and chargingZach O'Keefe2022-09-111-43/+35
| * | mm/khugepaged: add struct collapse_controlZach O'Keefe2022-09-111-37/+50
| * | mm: khugepaged: don't carry huge page to the next loop for !CONFIG_NUMAYang Shi2022-09-111-94/+26
* | | Merge tag 'sched-core-2022-10-07' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-10-101-2/+2
|\ \ \ | |_|/ |/| |
| * | freezer,sched: Rewrite core freezer logicPeter Zijlstra2022-09-071-2/+2
| |/
* / mm: gup: fix the fast GUP race against THP collapseYang Shi2022-09-261-4/+6
|/
* mm: khugepaged: reorg some khugepaged helpersYang Shi2022-07-171-7/+11
* mm: thp: kill __transhuge_page_enabled()Yang Shi2022-07-171-4/+4
* mm: thp: kill transparent_hugepage_active()Yang Shi2022-07-171-44/+4
* mm: khugepaged: better comments for anon vma check in hugepage_vma_revalidateYang Shi2022-07-171-1/+7
* mm: thp: consolidate vma size check to transhuge_vma_suitableYang Shi2022-07-171-13/+6
* mm: khugepaged: check THP flag in hugepage_vma_check()Yang Shi2022-07-171-0/+3
* mm: handling Non-LRU pages returned by vm_normal_pagesAlex Sierra2022-07-171-3/+6
* mm/khugepaged: try to free transhuge swapcache when possibleMiaohe Lin2022-07-031-1/+6
* mm/khugepaged: remove unneeded return value of khugepaged_add_pte_mapped_thp()Miaohe Lin2022-07-031-3/+2
* mm/khugepaged: use helper macro __ATTR_RWMiaohe Lin2022-07-031-37/+30
* mm/khugepaged: minor cleanup for collapse_fileMiaohe Lin2022-07-031-5/+5
* mm/khugepaged: trivial typo and codestyle cleanupMiaohe Lin2022-07-031-7/+7
* mm/khugepaged: stop swapping in page when VM_FAULT_RETRY occursMiaohe Lin2022-07-031-18/+14
* mm/khugepaged: remove unneeded shmem_huge_enabled() checkMiaohe Lin2022-07-031-2/+0
* mm: khugepaged: introduce khugepaged_enter_vma() helperYang Shi2022-05-191-3/+3
* mm: khugepaged: make hugepage_vma_check() non-staticYang Shi2022-05-191-16/+9
* mm: khugepaged: make khugepaged_enter() void functionYang Shi2022-05-191-11/+7
* mm: thp: only regular file could be THP eligibleYang Shi2022-05-191-7/+2
* mm: khugepaged: skip DAX vmaYang Shi2022-05-191-0/+4
* mm: khugepaged: remove redundant check for VM_NO_KHUGEPAGEDYang Shi2022-05-191-3/+6
* mm/khugepaged: don't recycle vma pgtable if uffd-wp registeredPeter Xu2022-05-131-1/+13
* mm/rmap: drop "compound" parameter from page_add_new_anon_rmap()David Hildenbrand2022-05-091-1/+1
* mm/khugepaged: use vma_is_anonymousxu xin2022-04-291-2/+2
* mm/khugepaged: remove reuse_swap_page() usageDavid Hildenbrand2022-03-241-11/+0
* mm/rmap: Convert try_to_unmap() to take a folioMatthew Wilcox (Oracle)2022-03-211-1/+2
* mm/thp: collapse_file() do try_to_unmap(TTU_BATCH_FLUSH)Hugh Dickins2022-02-171-2/+8