This repository was archived by the owner on Nov 26, 2025. It is now read-only.
forked from arceos-org/arceos
-
Notifications
You must be signed in to change notification settings - Fork 15
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Azure-stars
reviewed
Jun 3, 2025
Azure-stars
reviewed
Jun 3, 2025
Azure-stars
reviewed
Jun 8, 2025
Azure-stars
reviewed
Jun 10, 2025
Merged
Azure-stars
approved these changes
Jun 12, 2025
Mivik
pushed a commit
to Mivik/arceos
that referenced
this pull request
Jun 21, 2025
* support huge page alloc: unmmap * support huge page alloc: area_* -> unmap_* in unmap
AsakuraMizu
pushed a commit
that referenced
this pull request
Jul 7, 2025
* support huge page alloc: unmmap * support huge page alloc: area_* -> unmap_* in unmap
AsakuraMizu
pushed a commit
that referenced
this pull request
Jul 7, 2025
* support huge page alloc: unmmap * support huge page alloc: area_* -> unmap_* in unmap
lurenjia1213
pushed a commit
to lurenjia1213/arceos
that referenced
this pull request
Jul 19, 2025
* support huge page alloc: unmmap * support huge page alloc: area_* -> unmap_* in unmap
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Support for huge page allocation: When performing operations like mmap, consider using huge page allocation instead of only using 4K pages.
Related Issues(If necessary)
Implementation Details
How to Test
Conduct tests in the following areas:
Add this test case to the testcase_list file, and then execute the following commands in sequence from the root directory of starry-next:
Modify the value of the
phys-memory-sizeparameter in theconfigs/platforms/aarch64-qemu-virt.tomlfile to 0x1_0000_0000../scripts/get_deps.shmake ARCH=aarch64 PLATFORM=aarch64-qemu-virt defconfigmake ARCH=aarch64 PLATFORM=aarch64-qemu-virt AX_TESTCASE=libc user_appsmake ARCH=aarch64 PLATFORM=aarch64-qemu-virt MEM=4G LOG=debug AX_TESTCASE=libc BLK=y NET=y FEATURES=fp_simd,page-alloc-4g ACCEL=n runAdditional Notes