Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
greatbridf
/
osdev
Public
Notifications
You must be signed in to change notification settings
Fork
2
Star
6
Code
Issues
17
Pull requests
4
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Fix FDT being overwritten #54
- #55
#55
Open
greatbridf
wants to merge 25 commits into
master
greatbridf/osdev:master
from
fix/smp-freeze
greatbridf/osdev:fix/smp-freeze
Copy head branch name to clipboard
Conversation
Commits
25
(25)
Checks
Files changed
Open
Fix FDT being overwritten #54
#55
greatbridf
wants to merge 25 commits into
master
greatbridf/osdev:master
from
fix/smp-freeze
greatbridf/osdev:fix/smp-freeze
Copy head branch name to clipboard
Commits
Commits on Jan 29, 2026
vfs: rework the vfs subsystem with async
Show description for 19f9ef3
greatbridf
committed
19f9ef3
View commit details
Copy full SHA for 19f9ef3
Browse repository at this point
vfs, rcu: rework path walking with new rcu syntax
Show description for ea21223
greatbridf
committed
ea21223
View commit details
Copy full SHA for ea21223
Browse repository at this point
style, vfs: remove unused imports and InodeRef
Show description for 49a4903
greatbridf
committed
49a4903
View commit details
Copy full SHA for 49a4903
Browse repository at this point
vfs: fix debug print of `Mode` structs
Show description for 632f1c7
greatbridf
committed
632f1c7
View commit details
Copy full SHA for 632f1c7
Browse repository at this point
mem, paging: introduce page locks and exclusive pages
Show description for 210a669
greatbridf
committed
210a669
View commit details
Copy full SHA for 210a669
Browse repository at this point
tls: rework of arch's UserTLS design
Show description for 9223243
greatbridf
committed
9223243
View commit details
Copy full SHA for 9223243
Browse repository at this point
mem, slab: rework the slab system
Show description for 841bb37
greatbridf
committed
841bb37
View commit details
Copy full SHA for 841bb37
Browse repository at this point
mem, buddy: rework the buddy system
Show description for f17236f
greatbridf
committed
f17236f
View commit details
Copy full SHA for f17236f
Browse repository at this point
vfs: rework of inode and page cache system
Show description for 45268e7
greatbridf
committed
45268e7
View commit details
Copy full SHA for 45268e7
Browse repository at this point
mem: introduce new `Folio` abstraction
Show description for 913f71f
greatbridf
committed
913f71f
View commit details
Copy full SHA for 913f71f
Browse repository at this point
script: add a script to help translate stacktraces
Show description for cfc959e
greatbridf
committed
cfc959e
View commit details
Copy full SHA for cfc959e
Browse repository at this point
style: fix or suppress warnings
Show description for b0c8ef4
greatbridf
committed
b0c8ef4
View commit details
Copy full SHA for b0c8ef4
Browse repository at this point
user, init: update riscv64 init script
Show description for bc84f0b
greatbridf
committed
bc84f0b
View commit details
Copy full SHA for bc84f0b
Browse repository at this point
chore: remove and ignore vscode settings from svc
Show description for 47d8906
greatbridf
committed
47d8906
View commit details
Copy full SHA for 47d8906
Browse repository at this point
mm, proc: add an exited thread reaper
Show description for b6d54d6
greatbridf
committed
b6d54d6
View commit details
Copy full SHA for b6d54d6
Browse repository at this point
proc: rewrite process list organization
Show description for 997edb0
greatbridf
committed
997edb0
View commit details
Copy full SHA for 997edb0
Browse repository at this point
style: reformat the files related to next patches
Show description for 2392ac1
greatbridf
committed
2392ac1
View commit details
Copy full SHA for 2392ac1
Browse repository at this point
riscv64, hal: simplify ArchMemory::free_ram implementation
Show description for 6a00786
greatbridf
committed
6a00786
View commit details
Copy full SHA for 6a00786
Browse repository at this point
style: add helper macros to retrieve symbol constants
Show description for 53ae185
greatbridf
committed
53ae185
View commit details
Copy full SHA for 53ae185
Browse repository at this point
style: reformat files
Show description for a117be1
greatbridf
committed
a117be1
View commit details
Copy full SHA for a117be1
Browse repository at this point
riscv64, linker: make sure vdso lies inside .data
Show description for 4d272fe
greatbridf
committed
4d272fe
View commit details
Copy full SHA for 4d272fe
Browse repository at this point
riscv64: rewrite FDT and present free memory parsing
Show description for 5814c00
greatbridf
committed
5814c00
View commit details
Copy full SHA for 5814c00
Browse repository at this point
sysinit: pointee type should be u8 when using ptr::write_bytes
Show description for 20b12df
greatbridf
committed
20b12df
View commit details
Copy full SHA for 20b12df
Browse repository at this point
style: reformat file
Show description for 74c7e0a
greatbridf
committed
74c7e0a
View commit details
Copy full SHA for 74c7e0a
Browse repository at this point
hal, mm: alloc basic folios from low to high addr
Show description for 6a0f703
greatbridf
committed
6a0f703
View commit details
Copy full SHA for 6a0f703
Browse repository at this point
You can’t perform that action at this time.