Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add transparent hugepage support #430

Open
wants to merge 4 commits into
base: 6.6-rt
Choose a base branch
from
Open
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Update config_x86-64-v3 / add THP support
  • Loading branch information
leonpano2006 committed Apr 20, 2024
commit 2e0331201d899faaaa61926adef412c7b8a2d257
3 changes: 2 additions & 1 deletion CONFIGS/xanmod-rt/gcc/config_x86-64-v3
Original file line number Diff line number Diff line change
Expand Up @@ -956,7 +956,8 @@ CONFIG_ARCH_HAS_PARANOID_L1D_FLUSH=y
CONFIG_DYNAMIC_SIGFRAME=y
CONFIG_HAVE_ARCH_NODE_DEV_GROUP=y
CONFIG_ARCH_HAS_NONLEAF_PMD_YOUNG=y

CONFIG_TRANSPARENT_HUGEPAGE=y
CONFIG_TRANSPARENT_HUGEPAGE_MADVISE=y
#
# GCOV-based kernel profiling
#
Expand Down