Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • O OSKernel2025-SC7
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Terraform modules
  • Monitor
    • Monitor
    • Metrics
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • 智核速启队
  • OSKernel2025-SC7
  • Merge requests
  • !99

[feat] 成功实现伙伴系统,调整brk、mmap 为懒加载策略

  • Review changes

  • Download
  • Patches
  • Plain diff
Merged 智核速启队 requested to merge ly into master Jun 26, 2025
  • Overview 0
  • Commits 6
  • Pipelines 0
  • Changes 17
  1. pagefault_handler会根据缺页地址判断缺页类型,若在进程内存范围内则为堆缺页,若在vma区域内则为mmap缺页
  2. 将伙伴系统的链表实现替换为list链表
  3. 在buddy_free和pmem_free_pages函数中添加了重复释放检查

[bug]

  1. rv libctest Utime fflush_exit
  2. la libcbench 计时问题
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: ly