index
:
delta/linux-rt.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
master
stable-rt/v3.14-rt
stable-rt/v3.14-rt-rebase
stable-rt/v3.2-rt
stable-rt/v3.2-rt-rebase
stable-rt/v5.10-rt
v3.0-rt
v3.0-rt-rebase
v3.10-rt
v3.10-rt-rebase
v3.12-rt
v3.12-rt-rebase
v3.14-rt
v3.14-rt-rebase
v3.18-rt
v3.18-rt-next
v3.18-rt-rebase
v3.2-rt
v3.2-rt-features
v3.2-rt-rebase
v3.4-rt
v3.4-rt-features
v3.4-rt-rebase
v3.6-rt
v3.6-rt-rebase
v3.6-stable
v3.8-rt
v3.8-rt-rebase
v4.1-rt
v4.1-rt-rebase
v4.14-rt
v4.14-rt-next
v4.14-rt-rebase
v4.19-rt
v4.19-rt-next
v4.19-rt-rebase
v4.4-rt
v4.4-rt-next
v4.4-rt-rebase
v4.9-rt
v4.9-rt-next
v4.9-rt-rebase
v5.10-rt
v5.10-rt-next
v5.10-rt-rebase
v5.15-rt
v5.15-rt-next
v5.15-rt-rebase
v5.4-rt
v5.4-rt-rebase
v6.1-rt
v6.1-rt-next
v6.1-rt-rebase
git.kernel.org: pub/scm/linux/kernel/git/rt/linux-stable-rt.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
/
khugepaged.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mm: khugepaged: recalculate min_free_kbytes after memory hotplug as expected ...
Vijay Balakrishna
2020-10-14
1
-2
/
+11
*
mm/khugepaged: fix filemap page_to_pgoff(page) != offset
Hugh Dickins
2020-10-14
1
-0
/
+12
*
khugepaged: adjust VM_BUG_ON_MM() in __khugepaged_enter()
Hugh Dickins
2020-08-26
1
-1
/
+1
*
khugepaged: khugepaged_test_exit() check mmget_still_valid()
Hugh Dickins
2020-08-26
1
-4
/
+1
*
khugepaged: retract_page_tables() remember to test exit
Hugh Dickins
2020-08-21
1
-9
/
+13
*
coredump: fix race condition between collapse_huge_page() and core dumping
Andrea Arcangeli
2019-08-06
1
-0
/
+3
*
mm/khugepaged: collapse_shmem() do not crash on Compound
Hugh Dickins
2018-12-05
1
-1
/
+9
*
mm/khugepaged: collapse_shmem() without freezing new_page
Hugh Dickins
2018-12-05
1
-12
/
+7
*
mm/khugepaged: minor reorderings in collapse_shmem()
Hugh Dickins
2018-12-05
1
-43
/
+30
*
mm/khugepaged: collapse_shmem() remember to clear holes
Hugh Dickins
2018-12-05
1
-0
/
+10
*
mm/khugepaged: fix crashes due to misaccounted holes
Hugh Dickins
2018-12-05
1
-1
/
+3
*
mm/khugepaged: collapse_shmem() stop if punched or truncated
Hugh Dickins
2018-12-05
1
-0
/
+15
*
mm, thp: do not cause memcg oom for thp
David Rientjes
2018-05-30
1
-2
/
+6
*
mm: thp: use down_read_trylock() in khugepaged to avoid long block
Yang Shi
2018-05-30
1
-4
/
+8
*
mm/khugepaged.c: convert VM_BUG_ON() to collapse fail
Kirill A. Shutemov
2018-03-28
1
-1
/
+6
*
mm: khugepaged: fix radix tree node leak in shmem collapse error path
Johannes Weiner
2017-01-12
1
-2
/
+4
*
mm: khugepaged: close use-after-free race during shmem collapsing
Johannes Weiner
2017-01-12
1
-0
/
+5
*
mm, thp: propagation of conditional compilation in khugepaged.c
Jérémy Lefaure
2016-11-30
1
-0
/
+2
*
mm, thp: fix leaking mapped pte in __collapse_huge_page_swapin()
Ebru Akagunduz
2016-09-19
1
-5
/
+5
*
khugepaged: fix use-after-free in collapse_huge_page()
Kirill A. Shutemov
2016-09-19
1
-7
/
+8
*
mm, thp: remove __GFP_NORETRY from khugepaged and madvised allocations
Vlastimil Babka
2016-07-28
1
-1
/
+1
*
mm: convert zone_reclaim to node_reclaim
Mel Gorman
2016-07-28
1
-2
/
+2
*
mm: move most file-based accounting to the node
Mel Gorman
2016-07-28
1
-3
/
+3
*
mm, vmscan: move LRU lists to node
Mel Gorman
2016-07-28
1
-2
/
+2
*
mm, thp: convert from optimistic swapin collapsing to conservative
Ebru Akagunduz
2016-07-26
1
-15
/
+23
*
mm, thp: fix comment inconsistency for swapin readahead functions
Ebru Akagunduz
2016-07-26
1
-3
/
+4
*
thp: introduce CONFIG_TRANSPARENT_HUGE_PAGECACHE
Kirill A. Shutemov
2016-07-26
1
-4
/
+7
*
khugepaged: add support of collapse for tmpfs/shmem pages
Kirill A. Shutemov
2016-07-26
1
-5
/
+430
*
khugepaged: move up_read(mmap_sem) out of khugepaged_alloc_page()
Kirill A. Shutemov
2016-07-26
1
-15
/
+10
*
thp: extract khugepaged from mm/huge_memory.c
Kirill A. Shutemov
2016-07-26
1
-0
/
+1490