index
:
linux-stable.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mm
/
khugepaged.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mm/khugepaged: fix conflicting mods to collapse_file()
Hugh Dickins
2023-04-27
1
-22
/
+1
*
mm/khugepaged: maintain page cache uptodate flag
David Stevens
2023-04-18
1
-52
/
+33
*
mm/khugepaged: skip shmem with userfaultfd
David Stevens
2023-04-18
1
-20
/
+79
*
mm/khugepaged: refactor collapse_file control flow
David Stevens
2023-04-18
1
-117
/
+113
*
mm/khugepaged: drain lru after swapping in shmem
David Stevens
2023-04-18
1
-0
/
+2
*
mm/khugepaged: recover from poisoned file-backed memory
Jiaqi Yan
2023-04-18
1
-31
/
+56
*
mm/khugepaged: recover from poisoned anonymous memory
Jiaqi Yan
2023-04-18
1
-13
/
+99
*
mm: khugepaged: fix kernel BUG in hpage_collapse_scan_file()
Ivan Orlov
2023-04-18
1
-0
/
+20
*
sync mm-stable with mm-hotfixes-stable to pick up depended-upon upstream changes
Andrew Morton
2023-04-16
1
-0
/
+4
|
\
|
*
mm/khugepaged: check again on anon uffd-wp during isolation
Peter Xu
2023-04-16
1
-0
/
+4
*
|
mm/khugepaged: write-lock VMA while collapsing a huge page
Suren Baghdasaryan
2023-04-05
1
-0
/
+8
*
|
mm/uffd: UFFD_FEATURE_WP_UNPOPULATED
Peter Xu
2023-04-05
1
-1
/
+1
*
|
mm/khugepaged: cleanup memcg uncharge for failure path
Peter Xu
2023-03-28
1
-6
/
+2
*
|
mm/khugepaged: alloc_charge_hpage() take care of mem charge errors
Peter Xu
2023-03-28
1
-1
/
+8
|
/
*
Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2023-02-23
1
-18
/
+29
|
\
|
*
mm: change to return bool for isolate_lru_page()
Baolin Wang
2023-02-20
1
-1
/
+1
|
*
mm: change to return bool for folio_isolate_lru()
Baolin Wang
2023-02-20
1
-1
/
+1
|
*
mm/khugepaged: fix invalid page access in release_pte_pages()
Vishal Moola (Oracle)
2023-02-13
1
-4
/
+10
|
*
mm/khugepaged: convert release_pte_pages() to use folios
Vishal Moola (Oracle)
2023-02-02
1
-7
/
+7
|
*
mm/khugepaged: introduce release_pte_folio() to replace release_pte_page()
Vishal Moola (Oracle)
2023-02-02
1
-5
/
+10
|
*
mm/mmu_notifier: remove unused mmu_notifier_range_update_to_read_only export
Alistair Popple
2023-02-02
1
-3
/
+3
*
|
mm/MADV_COLLAPSE: set EAGAIN on unexpected page refcount
Zach O'Keefe
2023-02-16
1
-0
/
+1
|
/
*
mm/MADV_COLLAPSE: catch !none !huge !bad pmd lookups
Zach O'Keefe
2023-01-31
1
-0
/
+8
*
mm/khugepaged: fix ->anon_vma race
Jann Horn
2023-01-31
1
-1
/
+13
*
mm/MADV_COLLAPSE: don't expand collapse when vm_end is past requested end
Zach O'Keefe
2023-01-11
1
-1
/
+1
*
mm/khugepaged: fix collapse_pte_mapped_thp() to allow anon_vma
Hugh Dickins
2023-01-11
1
-8
/
+6
*
Merge tag 'x86_mm_for_6.2_v2' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2022-12-17
1
-1
/
+1
|
\
|
*
mm: Rename pmd_read_atomic()
Peter Zijlstra
2022-12-15
1
-1
/
+1
*
|
khugepage: replace lru_cache_add() with folio_add_lru()
Vishal Moola (Oracle)
2022-12-11
1
-4
/
+7
*
|
mm/khugepaged: add tracepoint to collapse_file()
Gautam Menghani
2022-12-11
1
-3
/
+4
*
|
khugepage: replace try_to_release_page() with filemap_release_folio()
Vishal Moola (Oracle)
2022-11-30
1
-11
/
+12
*
|
mm,thp,rmap: simplify compound page mapcount handling
Hugh Dickins
2022-11-30
1
-9
/
+2
*
|
mm: vmscan: split khugepaged stats from direct reclaim stats
Johannes Weiner
2022-11-30
1
-0
/
+5
*
|
mm/khugepaged: invoke MMU notifiers in shmem/file collapse paths
Jann Horn
2022-11-30
1
-0
/
+5
*
|
mm/khugepaged: fix GUP-fast interaction by sending IPI
Jann Horn
2022-11-30
1
-0
/
+2
*
|
mm/khugepaged: take the right locks for page table retraction
Jann Horn
2022-11-30
1
-4
/
+51
*
|
mm/khugepaged: refactor mm_khugepaged_scan_file tracepoint to remove filename...
Gautam Menghani
2022-11-22
1
-2
/
+1
*
|
mm: khugepaged: allow page allocation fallback to eligible nodes
Yang Shi
2022-11-22
1
-18
/
+14
|
/
*
Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2022-10-10
1
-429
/
+739
|
\
|
*
mm/khugepaged: add tracepoint to hpage_collapse_scan_file()
Zach O'Keefe
2022-10-03
1
-1
/
+2
|
*
mm/madvise: add file and shmem support to MADV_COLLAPSE
Zach O'Keefe
2022-10-03
1
-57
/
+188
|
*
mm/khugepaged: attempt to map file/shmem-backed pte-mapped THPs by pmds
Zach O'Keefe
2022-10-03
1
-7
/
+62
|
*
mm/madvise: MADV_COLLAPSE return EAGAIN when page cannot be isolated
Zach O'Keefe
2022-10-03
1
-0
/
+2
|
*
mm/khugepaged: check compound_order() in collapse_pte_mapped_thp()
Zach O'Keefe
2022-10-03
1
-0
/
+3
|
*
khugepaged: call shmem_get_folio()
Matthew Wilcox (Oracle)
2022-10-03
1
-2
/
+5
|
*
mm: thp: convert to use common struct mm_slot
Qi Zheng
2022-10-03
1
-71
/
+52
|
*
mm/khugepaged: stop using vma linked list
Matthew Wilcox (Oracle)
2022-09-26
1
-3
/
+6
|
*
mm/khugepaged: optimize collapse_pte_mapped_thp() by using vma_lookup()
Liam R. Howlett
2022-09-26
1
-1
/
+1
|
*
mm: MADV_COLLAPSE: refetch vm_end after reacquiring mmap_lock
Yang Shi
2022-09-26
1
-0
/
+2
|
*
Merge branch 'mm-hotfixes-stable' into mm-stable
Andrew Morton
2022-09-26
1
-4
/
+6
|
|
\
[next]