summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-06-21mm: THP: fix bugs on use-after-free casessandbox/sebuns2/thp-stabilize-sandboxSung-hun Kim1-6/+18
2021-06-21mm: THP: bug fixes for mismatches of map countsSung-hun Kim3-71/+48
2021-06-21mm: THP: bug fix for reboot failure issueSung-hun Kim1-29/+80
2021-05-26mm: THP: remove a variable for delaying THPSung-hun Kim2-12/+0
2021-05-26mm: THP: add condition for hugepage of the area smaller than 2MBSung-hun Kim1-20/+8
2021-05-25mm: THP: fix log level and remove logsSung-hun Kim3-36/+26
2021-05-21mm: THP: separate THP-dependent codes by macrosSung-hun Kim6-18/+51
2021-05-13mm: THP: handling copy of pte maps in forked processesSung-hun Kim5-7/+95
2021-05-11mm: THP: bug fixes: handling problems occurred by swapSung-hun Kim10-10/+134
2021-05-11mm: THP: add 64KB anonymous hugepage fault handlerSung-hun Kim6-54/+583
2021-05-07mm: THP: bug fix: unmap proper pages by indexSung-hun Kim1-1/+1
2021-04-26THP: call __split_huge_pte with the proper head pte/page addressMarek Szyprowski1-3/+6
2021-04-26THP: add support for 64K anon THPs in __split_huge_pteMarek Szyprowski1-10/+35
2021-04-23THP: fix creating of anonymous 64k THPsMarek Szyprowski1-12/+20
2021-04-23THP: add support for 64k THPs to page_trans_huge_mapcount()Marek Szyprowski1-4/+4
2021-04-23THP: enable anonymous 64k THPsMarek Szyprowski1-1/+1
2021-04-22mm: THP: fix debugging messages and possible errorsSung-hun Kim1-6/+14
2021-04-22mm: THP: edit error check conditionSung-hun Kim1-1/+1
2021-04-22mm: THP: enable splitting of 64KB anonymous hugepageSung-hun Kim1-4/+2
2021-04-22mm: THP: split 64KB hugepage on write-protection faultSung-hun Kim1-36/+39
2021-04-22build-script: modify build script to use default gccSung-hun Kim1-5/+5
2021-04-22mm: THP: add debugging messages (would be reverted)Sung-hun Kim2-5/+31
2021-04-07THP: always consider current khugepaged_scan.address for THP typeMarek Szyprowski1-17/+4
2021-04-06thp: add separate counters for 64KB anonymous THPsMarek Szyprowski4-4/+20
2021-04-06thp: reorder enums to match vmstat_text mm/vmstat.cMarek Szyprowski1-2/+2
2021-04-06thp: fix potential NULL pointer dereference in debug messagesMarek Szyprowski1-5/+6
2021-04-06thp: don't leak preallocated 2M huge page if 64k page is appliedMarek Szyprowski1-1/+3
2021-04-06THP: enable THP only if disk pages are properly alignedMarek Szyprowski1-4/+6
2021-04-06thp: final fix for unmap/split related issuesMarek Szyprowski1-0/+5
2021-04-06thp: fix page release code pathsMarek Szyprowski4-5/+8
2021-04-06thp: add potential important warningMarek Szyprowski1-0/+4
2021-04-06THP: simplify the codeMarek Szyprowski1-3/+2
2021-04-06THP: sanity checkMarek Szyprowski1-0/+1
2021-04-06thp: don't leak 2M huge page in each scan tryMarek Szyprowski1-1/+4
2021-04-06THP: adjust a check in VM_BUG_ONMarek Szyprowski1-1/+2
2021-04-06THP: only try to map 2M THP with PMD mappingsMarek Szyprowski1-1/+2
2021-04-06THP: detect huge page size in total_mapcount()Marek Szyprowski1-4/+5
2021-04-06THP: fix statistics for 64k/2M huge file mappingsMarek Szyprowski2-3/+10
2021-04-06thp: always align mmaped files to THP boundary if possibleMarek Szyprowski1-0/+18
2021-04-05mm: THP: reconfigure scanning conditionsandbox/sebuns2/use_hugepageSung-hun Kim1-2/+2
2021-04-05mm: THP: expand memory hook for all kind of transparent hugepagesSung-hun Kim1-1/+1
2021-04-05mm: THP: bug fix in hugepage fault handling on first pmd expansionSung-hun Kim1-4/+9
2021-04-05mm: THP: bug-fixes: resolve condition mis-matchingSung-hun Kim3-11/+11
2021-04-05mm: THP: bug-fixes: resolve unexpected scanning for unmapped regionsSung-hun Kim1-55/+134
2021-04-05mm: THP: extend 64KB hugepage for anonymous pagesSung-hun Kim1-12/+148
2021-04-05mm: THP: add memory hook for quick hugepage mergingSung-hun Kim3-2/+189
2021-04-05mm: THP: remove debugging messageSung-hun Kim1-18/+1
2021-04-05mm: THP: remove unnecessary code and debugging messagesSung-hun Kim2-17/+1
2021-04-05mm: THP: resolve an issue about available memory statisticsSung-hun Kim1-0/+8
2021-04-05mm: THP: clean codes and remove debugging messagesSung-hun Kim6-158/+59