index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
/
khugepaged.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-02-24
Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-18
/
+29
2023-02-20
mm: change to return bool for isolate_lru_page()
Baolin Wang
1
-1
/
+1
2023-02-20
mm: change to return bool for folio_isolate_lru()
Baolin Wang
1
-1
/
+1
2023-02-17
mm/MADV_COLLAPSE: set EAGAIN on unexpected page refcount
Zach O'Keefe
1
-0
/
+1
2023-02-14
mm/khugepaged: fix invalid page access in release_pte_pages()
Vishal Moola (Oracle)
1
-4
/
+10
2023-02-03
mm/khugepaged: convert release_pte_pages() to use folios
Vishal Moola (Oracle)
1
-7
/
+7
2023-02-03
mm/khugepaged: introduce release_pte_folio() to replace release_pte_page()
Vishal Moola (Oracle)
1
-5
/
+10
2023-02-03
mm/mmu_notifier: remove unused mmu_notifier_range_update_to_read_only export
Alistair Popple
1
-3
/
+3
2023-02-01
mm/MADV_COLLAPSE: catch !none !huge !bad pmd lookups
Zach O'Keefe
1
-0
/
+8
2023-02-01
mm/khugepaged: fix ->anon_vma race
Jann Horn
1
-1
/
+13
2023-01-12
mm/MADV_COLLAPSE: don't expand collapse when vm_end is past requested end
Zach O'Keefe
1
-1
/
+1
2023-01-12
mm/khugepaged: fix collapse_pte_mapped_thp() to allow anon_vma
Hugh Dickins
1
-8
/
+6
2022-12-17
Merge tag 'x86_mm_for_6.2_v2' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-1
/
+1
2022-12-15
mm: Rename pmd_read_atomic()
Peter Zijlstra
1
-1
/
+1
2022-12-12
khugepage: replace lru_cache_add() with folio_add_lru()
Vishal Moola (Oracle)
1
-4
/
+7
2022-12-12
mm/khugepaged: add tracepoint to collapse_file()
Gautam Menghani
1
-3
/
+4
2022-12-01
khugepage: replace try_to_release_page() with filemap_release_folio()
Vishal Moola (Oracle)
1
-11
/
+12
2022-12-01
mm,thp,rmap: simplify compound page mapcount handling
Hugh Dickins
1
-9
/
+2
2022-12-01
mm: vmscan: split khugepaged stats from direct reclaim stats
Johannes Weiner
1
-0
/
+5
2022-12-01
mm/khugepaged: invoke MMU notifiers in shmem/file collapse paths
Jann Horn
1
-0
/
+5
2022-12-01
mm/khugepaged: fix GUP-fast interaction by sending IPI
Jann Horn
1
-0
/
+2
2022-12-01
mm/khugepaged: take the right locks for page table retraction
Jann Horn
1
-4
/
+51
2022-11-23
mm/khugepaged: refactor mm_khugepaged_scan_file tracepoint to remove filename...
Gautam Menghani
1
-2
/
+1
2022-11-23
mm: khugepaged: allow page allocation fallback to eligible nodes
Yang Shi
1
-18
/
+14
2022-10-11
Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-429
/
+739
2022-10-10
Merge tag 'sched-core-2022-10-07' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-2
/
+2
2022-10-04
mm/khugepaged: add tracepoint to hpage_collapse_scan_file()
Zach O'Keefe
1
-1
/
+2
2022-10-04
mm/madvise: add file and shmem support to MADV_COLLAPSE
Zach O'Keefe
1
-57
/
+188
2022-10-04
mm/khugepaged: attempt to map file/shmem-backed pte-mapped THPs by pmds
Zach O'Keefe
1
-7
/
+62
2022-10-04
mm/madvise: MADV_COLLAPSE return EAGAIN when page cannot be isolated
Zach O'Keefe
1
-0
/
+2
2022-10-04
mm/khugepaged: check compound_order() in collapse_pte_mapped_thp()
Zach O'Keefe
1
-0
/
+3
2022-10-04
khugepaged: call shmem_get_folio()
Matthew Wilcox (Oracle)
1
-2
/
+5
2022-10-04
mm: thp: convert to use common struct mm_slot
Qi Zheng
1
-71
/
+52
2022-09-27
mm/khugepaged: stop using vma linked list
Matthew Wilcox (Oracle)
1
-3
/
+6
2022-09-27
mm/khugepaged: optimize collapse_pte_mapped_thp() by using vma_lookup()
Liam R. Howlett
1
-1
/
+1
2022-09-27
mm: MADV_COLLAPSE: refetch vm_end after reacquiring mmap_lock
Yang Shi
1
-0
/
+2
2022-09-26
Merge branch 'mm-hotfixes-stable' into mm-stable
Andrew Morton
1
-4
/
+6
2022-09-26
mm: gup: fix the fast GUP race against THP collapse
Yang Shi
1
-4
/
+6
2022-09-12
mm/khugepaged: rename prefix of shared collapse functions
Zach O'Keefe
1
-33
/
+35
2022-09-12
mm/madvise: introduce MADV_COLLAPSE sync hugepage collapse
Zach O'Keefe
1
-1
/
+118
2022-09-12
mm/khugepaged: record SCAN_PMD_MAPPED when scan_pmd() finds hugepage
Zach O'Keefe
1
-12
/
+48
2022-09-12
mm/thp: add flag to enforce sysfs THP in hugepage_vma_check()
Zach O'Keefe
1
-11
/
+14
2022-09-12
mm/khugepaged: add flag to predicate khugepaged-only behavior
Zach O'Keefe
1
-25
/
+58
2022-09-12
mm/khugepaged: propagate enum scan_result codes back to callers
Zach O'Keefe
1
-116
/
+117
2022-09-12
mm/khugepaged: dedup and simplify hugepage alloc and charging
Zach O'Keefe
1
-43
/
+35
2022-09-12
mm/khugepaged: add struct collapse_control
Zach O'Keefe
1
-37
/
+50
2022-09-12
mm: khugepaged: don't carry huge page to the next loop for !CONFIG_NUMA
Yang Shi
1
-94
/
+26
2022-09-07
freezer,sched: Rewrite core freezer logic
Peter Zijlstra
1
-2
/
+2
2022-07-18
mm: khugepaged: reorg some khugepaged helpers
Yang Shi
1
-7
/
+11
2022-07-18
mm: thp: kill __transhuge_page_enabled()
Yang Shi
1
-4
/
+4
[next]