Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions mm/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -871,6 +871,12 @@ choice
madvise(MADV_HUGEPAGE) but it won't risk to increase the
memory footprint of applications without a guaranteed
benefit.

config TRANSPARENT_HUGEPAGE_NEVER
bool "never"
help
Disable Transparent Hugepage by default. It can still be
enabled at runtime via sysfs.
endchoice

config THP_SWAP
Expand Down