index
:
kernel
0x221E-v0.0.1-v6.19
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.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.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
Hosts the 0x221E linux distro kernel.
Ubuntu
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
/
khugepaged.c
Age
Commit message (
Expand
)
Author
2025-10-03
mm/khugepaged: use KMEM_CACHE()
Wei Yang
2025-09-28
mm/khugepaged: use start_addr/addr for improved readability
Wei Yang
2025-09-28
mm/khugepaged: remove definition of struct khugepaged_mm_slot
Wei Yang
2025-09-23
mm/khugepaged: do not fail collapse_pte_mapped_thp() on SCAN_PMD_NULL
Kiryl Shutsemau
2025-09-21
mm: drop all references of writable and SCAN_PAGE_RO
Dev Jain
2025-09-21
mm: enable khugepaged anonymous collapse on non-writable regions
Dev Jain
2025-09-21
Merge branch 'mm-hotfixes-stable' into mm-stable in order to pick up
Andrew Morton
2025-09-13
mm/khugepaged: use list_xxx() helper to improve readability
Wei Yang
2025-09-13
mm/huge_memory: convert "tva_flags" to "enum tva_type"
David Hildenbrand
2025-09-13
prctl: extend PR_SET_THP_DISABLE to optionally exclude VM_HUGEPAGE
David Hildenbrand
2025-09-13
mm: convert core mm to mm_flags_*() accessors
Lorenzo Stoakes
2025-09-03
mm/khugepaged: fix the address passed to notifier on testing young
Wei Yang
2025-08-05
mm: fix the race between collapse and PT_RECLAIM under per-vma lock
Barry Song
2025-08-02
khugepaged: optimize collapse_pte_mapped_thp() by PTE batching
Dev Jain
2025-08-02
khugepaged: optimize __collapse_huge_page_copy_succeeded() by PTE batching
Dev Jain
2025-07-13
khugepaged: reduce race probability between migration and khugepaged
Dev Jain
2025-07-13
mm/madvise: eliminate very confusing manipulation of prev VMA
Lorenzo Stoakes
2025-07-09
mm/khugepaged: remove redundant pmd_devmap() check
Alistair Popple
2025-07-09
mm: update core kernel code to use vm_flags_t consistently
Lorenzo Stoakes
2025-05-31
mm/khugepaged: clean up refcount check using folio_expected_ref_count()
Shivank Garg
2025-05-31
mm/khugepaged: fix race with folio split/free using temporary reference
Shivank Garg
2025-05-22
mm: khugepaged: decouple SHMEM and file folios' collapse
Baolin Wang
2025-05-22
mm: convert do_set_pmd() to take a folio
Baolin Wang
2025-05-22
mm: khugepaged: convert set_huge_pmd() to take a folio
Baolin Wang
2025-05-12
khugepaged: pass folio instead of head page to trace events
Fan Ni
2025-05-11
mm: convert free_page_and_swap_cache() to free_folio_and_swap_cache()
Fan Ni
2025-05-11
mm: add folio_mk_pmd()
Matthew Wilcox (Oracle)
2025-03-17
mm: convert folio_likely_mapped_shared() to folio_maybe_mapped_shared()
David Hildenbrand
2025-01-26
Merge tag 'mm-stable-2025-01-26-14-59' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2025-01-15
mm: khugepaged: fix call hpage_collapse_scan_file() for anonymous vma
Liu Shixin
2025-01-13
mm: khugepaged: recheck pmd state in retract_page_tables()
Qi Zheng
2024-12-30
mm, madvise: fix potential workingset node list_lru leaks
Kairui Song
2024-11-05
mm: khugepaged: collapse_pte_mapped_thp() use pte_offset_map_rw_nolock()
Qi Zheng
2024-11-05
mm: khugepaged: __collapse_huge_page_swapin() use pte_offset_map_ro_nolock()
Qi Zheng
2024-11-05
mm: move mm flags to mm_types.h
Nanyong Sun
2024-11-05
mm: shmem: fix khugepaged activation policy for shmem
Baolin Wang
2024-10-17
mm: khugepaged: fix the incorrect statistics when collapsing large file folios
Baolin Wang
2024-10-17
mm: khugepaged: fix the arguments order in khugepaged_collapse_file trace point
Yang Shi
2024-09-09
mm,tmpfs: consider end of file write in shmem_is_huge
Rik van Riel
2024-09-09
mm: split underused THPs
Usama Arif
2024-09-09
mm: remove isolate_lru_page()
Kefeng Wang
2024-09-03
mm: khugepaged: support shmem mTHP collapse
Baolin Wang
2024-09-03
mm: khugepaged: support shmem mTHP copy
Baolin Wang
2024-09-03
mm: khugepaged: use the number of pages in the folio to check the reference c...
Baolin Wang
2024-09-03
mm: khugepaged: expand the is_refcount_suitable() to support file folios
Baolin Wang
2024-07-21
Merge tag 'mm-stable-2024-07-21-14-50' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2024-07-12
mm: fix khugepaged activation policy
Ryan Roberts
2024-07-03
mm: extend rmap flags arguments for folio_add_new_anon_rmap
Barry Song
2024-07-03
khugepaged: simplify the allocation of slab caches
Hongfu Li
2024-06-25
vfs: remove redundant smp_mb for thp handling in do_dentry_open
Mateusz Guzik
[next]