summaryrefslogtreecommitdiffstats
path: root/mm/khugepaged.c
Commit message (Expand)AuthorAgeFilesLines
* mm/MADV_COLLAPSE: don't expand collapse when vm_end is past requested endZach O'Keefe2023-01-111-1/+1
* mm/khugepaged: fix collapse_pte_mapped_thp() to allow anon_vmaHugh Dickins2023-01-111-8/+6
* Merge tag 'x86_mm_for_6.2_v2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-12-171-1/+1
|\
| * mm: Rename pmd_read_atomic()Peter Zijlstra2022-12-151-1/+1
* | khugepage: replace lru_cache_add() with folio_add_lru()Vishal Moola (Oracle)2022-12-111-4/+7
* | mm/khugepaged: add tracepoint to collapse_file()Gautam Menghani2022-12-111-3/+4
* | khugepage: replace try_to_release_page() with filemap_release_folio()Vishal Moola (Oracle)2022-11-301-11/+12
* | mm,thp,rmap: simplify compound page mapcount handlingHugh Dickins2022-11-301-9/+2
* | mm: vmscan: split khugepaged stats from direct reclaim statsJohannes Weiner2022-11-301-0/+5
* | mm/khugepaged: invoke MMU notifiers in shmem/file collapse pathsJann Horn2022-11-301-0/+5
* | mm/khugepaged: fix GUP-fast interaction by sending IPIJann Horn2022-11-301-0/+2
* | mm/khugepaged: take the right locks for page table retractionJann Horn2022-11-301-4/+51
* | mm/khugepaged: refactor mm_khugepaged_scan_file tracepoint to remove filename...Gautam Menghani2022-11-221-2/+1
* | mm: khugepaged: allow page allocation fallback to eligible nodesYang Shi2022-11-221-18/+14
|/
* 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