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.12.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
2020-06-09
mmap locking API: convert mmap_sem comments
Michel Lespinasse
1
-17
/
+17
2020-06-09
mmap locking API: convert mmap_sem API comments
Michel Lespinasse
1
-1
/
+1
2020-06-09
mmap locking API: use coccinelle to convert mmap_sem rwsem call sites
Michel Lespinasse
1
-18
/
+18
2020-06-04
mm: fold and remove lru_cache_add_anon() and lru_cache_add_file()
Johannes Weiner
1
-6
/
+2
2020-06-04
mm: memcontrol: delete unused lrucare handling
Johannes Weiner
1
-2
/
+2
2020-06-04
mm: memcontrol: convert anon and file-thp to new mem_cgroup_charge() API
Johannes Weiner
1
-25
/
+10
2020-06-04
mm: memcontrol: switch to native NR_ANON_MAPPED counter
Johannes Weiner
1
-1
/
+1
2020-06-04
mm: memcontrol: switch to native NR_FILE_PAGES and NR_SHMEM counters
Johannes Weiner
1
-5
/
+11
2020-06-04
mm: memcontrol: drop @compound parameter from memcg charging API
Johannes Weiner
1
-10
/
+10
2020-06-04
khugepaged: introduce 'max_ptes_shared' tunable
Kirill A. Shutemov
1
-4
/
+48
2020-06-04
khugepaged: allow to collapse PTE-mapped compound pages
Kirill A. Shutemov
1
-34
/
+65
2020-06-04
khugepaged: allow to collapse a page shared across fork
Kirill A. Shutemov
1
-9
/
+37
2020-06-04
khugepaged: drain LRU add pagevec after swapin
Kirill A. Shutemov
1
-0
/
+5
2020-06-04
khugepaged: drain all LRU caches before scanning pages
Kirill A. Shutemov
1
-0
/
+2
2020-06-04
khugepaged: do not stop collapse if less than half PTEs are referenced
Kirill A. Shutemov
1
-16
/
+11
2020-05-28
mm,thp: stop leaking unreleased file pages
Hugh Dickins
1
-0
/
+1
2020-04-07
khugepaged: skip collapse if uffd-wp detected
Peter Xu
1
-0
/
+23
2020-04-07
mm: code cleanup for MADV_FREE
Huang Ying
1
-2
/
+2
2020-04-07
mm: remove CONFIG_TRANSPARENT_HUGE_PAGECACHE
Matthew Wilcox (Oracle)
1
-8
/
+4
2020-04-02
mm/vma: make is_vma_temporary_stack() available for general use
Anshuman Khandual
1
-1
/
+1
2020-04-02
mm/vma: move VM_NO_KHUGEPAGED into generic header
Anshuman Khandual
1
-2
/
+0
2019-12-01
mm/thp: flush file for !is_shmem PageDirty() case in collapse_file()
Song Liu
1
-0
/
+18
2019-11-16
mm,thp: recheck each page before collapsing file THP
Song Liu
1
-12
/
+16
2019-11-06
mm/khugepaged: fix might_sleep() warn with CONFIG_HIGHPTE=y
Ville Syrjälä
1
-3
/
+4
2019-09-25
khugepaged: enable collapse pmd for pte-mapped THP
Song Liu
1
-4
/
+188
2019-09-25
mm,thp: avoid writes to file with THP in pagecache
Song Liu
1
-1
/
+3
2019-09-25
mm,thp: add read-only THP support for (non-shmem) FS
Song Liu
1
-42
/
+107
2019-09-25
khugepaged: rename collapse_shmem() and khugepaged_scan_shmem()
Song Liu
1
-12
/
+11
2019-09-25
mm: page cache: store only head pages in i_pages
Matthew Wilcox (Oracle)
1
-2
/
+2
2019-09-03
sched/topology: Improve load balancing on AMD EPYC systems
Matt Fleming
1
-1
/
+1
2019-07-06
Revert "mm: page cache: store only head pages in i_pages"
Linus Torvalds
1
-2
/
+2
2019-06-14
coredump: fix race condition between collapse_huge_page() and core dumping
Andrea Arcangeli
1
-0
/
+3
2019-05-14
mm/mmu_notifier: use correct mmu_notifier events for each invalidation
Jérôme Glisse
1
-1
/
+1
2019-05-14
mm/mmu_notifier: contextual information for event triggering invalidation
Jérôme Glisse
1
-1
/
+2
2019-05-14
mm: page cache: store only head pages in i_pages
Matthew Wilcox
1
-2
/
+2
2019-03-06
mm: memcontrol: expose THP events on a per-memcg basis
Chris Down
1
-0
/
+2
2018-12-28
mm/mmu_notifier: use structure for invalidate_range_start/end calls v2
Jérôme Glisse
1
-6
/
+4
2018-12-04
Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...
Ingo Molnar
1
-2
/
+2
2018-12-01
mm/khugepaged: fix the xas_create_range() error path
Hugh Dickins
1
-11
/
+14
2018-12-01
mm/khugepaged: collapse_shmem() do not crash on Compound
Hugh Dickins
1
-1
/
+9
2018-12-01
mm/khugepaged: collapse_shmem() without freezing new_page
Hugh Dickins
1
-12
/
+7
2018-12-01
mm/khugepaged: minor reorderings in collapse_shmem()
Hugh Dickins
1
-40
/
+32
2018-12-01
mm/khugepaged: collapse_shmem() remember to clear holes
Hugh Dickins
1
-0
/
+10
2018-12-01
mm/khugepaged: fix crashes due to misaccounted holes
Hugh Dickins
1
-1
/
+4
2018-12-01
mm/khugepaged: collapse_shmem() stop if punched or truncated
Hugh Dickins
1
-0
/
+11
2018-11-12
mm: Replace spin_is_locked() with lockdep
Lance Roy
1
-2
/
+2
2018-10-21
mm: Convert khugepaged_scan_shmem to XArray
Matthew Wilcox
1
-12
/
+5
2018-10-21
mm: Convert collapse_shmem to XArray
Matthew Wilcox
1
-93
/
+66
2018-09-30
xarray: Replace exceptional entries
Matthew Wilcox
1
-1
/
+1
2018-08-24
mm: Change return type int to vm_fault_t for fault handlers
Souptick Joarder
1
-1
/
+2
[next]