index
:
linux.git
sunxi/cedar/a33-support
sunxi/cedar/mmio-trace
sunxi/cedrus/jpeg-base
sunxi/cedrus/jpeg-nv16
Linux kernel
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
/
khugepaged.c
Age
Commit message (
Expand
)
Author
2022-05-19
mm: khugepaged: introduce khugepaged_enter_vma() helper
Yang Shi
2022-05-19
mm: khugepaged: make hugepage_vma_check() non-static
Yang Shi
2022-05-19
mm: khugepaged: make khugepaged_enter() void function
Yang Shi
2022-05-19
mm: thp: only regular file could be THP eligible
Yang Shi
2022-05-19
mm: khugepaged: skip DAX vma
Yang Shi
2022-05-19
mm: khugepaged: remove redundant check for VM_NO_KHUGEPAGED
Yang Shi
2022-05-13
mm/khugepaged: don't recycle vma pgtable if uffd-wp registered
Peter Xu
2022-05-09
mm/rmap: drop "compound" parameter from page_add_new_anon_rmap()
David Hildenbrand
2022-04-29
mm/khugepaged: use vma_is_anonymous
xu xin
2022-03-24
mm/khugepaged: remove reuse_swap_page() usage
David Hildenbrand
2022-03-21
mm/rmap: Convert try_to_unmap() to take a folio
Matthew Wilcox (Oracle)
2022-02-17
mm/thp: collapse_file() do try_to_unmap(TTU_BATCH_FLUSH)
Hugh Dickins
2022-02-17
mm/munlock: rmap call mlock_vma_page() munlock_vma_page()
Hugh Dickins
2022-02-04
mm/page_table_check: check entries at pmd levels
Pasha Tatashin
2022-02-04
mm/khugepaged: unify collapse pmd clear, flush and free
Pasha Tatashin
2022-01-15
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2022-01-15
mm: fix some comment errors
Quanfa Fu
2022-01-15
mm/vmstat: add events for THP max_ptes_* exceeds
Yang Yang
2022-01-15
mm: remove last argument of reuse_swap_page()
Matthew Wilcox (Oracle)
2022-01-15
mm: ptep_clear() page table helper
Pasha Tatashin
2022-01-08
mm: Use multi-index entries in the page cache
Matthew Wilcox (Oracle)
2021-11-06
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2021-11-06
mm: khugepaged: recalculate min_free_kbytes after stopping khugepaged
Liangcai Fan
2021-11-01
Merge tag 'folio-5.16' of git://git.infradead.org/users/willy/pagecache
Linus Torvalds
2021-10-28
mm: khugepaged: skip huge page collapse for special files
Yang Shi
2021-10-28
mm, thp: bail out early in collapse_file for writeback page
Rongwei Wang
2021-09-27
mm/memcg: Convert mem_cgroup_uncharge() to take a folio
Matthew Wilcox (Oracle)
2021-09-27
mm/memcg: Convert mem_cgroup_charge() to take a folio
Matthew Wilcox (Oracle)
2021-09-03
huge tmpfs: SGP_NOALLOC to stop collapse_file() on race
Hugh Dickins
2021-06-30
mm, thp: relax the VM_DENYWRITE constraint on file-backed THPs
Collin Fijalkovich
2021-06-30
mm/huge_memory.c: add missing read-only THP checking in transparent_hugepage_...
Miaohe Lin
2021-05-07
mm: fix typos in comments
Ingo Molnar
2021-05-05
mm/vmscan: replace implicit RECLAIM_ZONE checks with explicit checks
Dave Hansen
2021-05-05
khugepaged: remove meaningless !pte_present() check in khugepaged_scan_pmd()
Miaohe Lin
2021-05-05
khugepaged: remove unnecessary out label in collapse_huge_page()
Miaohe Lin
2021-05-05
khugepaged: use helper function range_in_vma() in collapse_pte_mapped_thp()
Miaohe Lin
2021-05-05
mm/khugepaged.c: replace barrier() with READ_ONCE() for a selective variable
Yanfei Xu
2021-05-05
khugepaged: fix wrong result value for trace_mm_collapse_huge_page_isolate()
Miaohe Lin
2021-05-05
khugepaged: use helper khugepaged_test_exit() in __khugepaged_enter()
Miaohe Lin
2021-05-05
khugepaged: reuse the smp_wmb() inside __SetPageUptodate()
Miaohe Lin
2021-05-05
khugepaged: remove unneeded return value of khugepaged_collapse_pte_mapped_th...
Miaohe Lin
2021-02-26
mm,thp,shmem: make khugepaged obey tmpfs mount flags
Rik van Riel
2021-02-24
mm: memcontrol: convert NR_SHMEM_THPS account to pages
Muchun Song
2021-02-24
mm: memcontrol: convert NR_FILE_THPS account to pages
Muchun Song
2021-01-21
mm: Avoid modifying vmf.address in __collapse_huge_page_swapin()
Will Deacon
2020-12-15
mm: fix some spelling mistakes in comments
Haitao Shi
2020-12-15
mm: cleanup kstrto*() usage
Alexey Dobriyan
2020-12-15
mm: use sysfs_emit for struct kobject * uses
Joe Perches
2020-12-15
khugepaged: add parameter explanations for kernel-doc markup
Alex Shi
2020-12-15
mm: memcontrol: add file_thp, shmem_thp to memory.stat
Johannes Weiner
[next]