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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
rust-osdev
/
x86_64
Public
Notifications
You must be signed in to change notification settings
Fork
156
Star
939
Code
Issues
24
Pull requests
11
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Support mapping ranges
- #266
#266
Open
Freax13
wants to merge 18 commits into
rust-osdev:master
rust-osdev/x86_64:master
from
Freax13:map-ranges
Freax13/x86_64:map-ranges
Copy head branch name to clipboard
Conversation
Commits
18
(18)
Checks
Files changed
Open
Support mapping ranges
#266
Freax13
wants to merge 18 commits into
rust-osdev:master
rust-osdev/x86_64:master
from
Freax13:map-ranges
Freax13/x86_64:map-ranges
Copy head branch name to clipboard
Commits
Commits on May 10, 2022
add range functions to Mapper
Freax13
committed
8f7a050
View commit details
Copy full SHA for 8f7a050
Browse repository at this point
specialize *_range methods for MappedPageTable
Freax13
committed
73a051e
View commit details
Copy full SHA for 73a051e
Browse repository at this point
specialize count for PageRange and PhysFrameRange
Freax13
committed
4fb47e4
View commit details
Copy full SHA for 4fb47e4
Browse repository at this point
specialize *_range methods for RecursivePageTable
Freax13
committed
6ffad4a
View commit details
Copy full SHA for 6ffad4a
Browse repository at this point
make unmap_range unsafe
Freax13
committed
1f6ce05
View commit details
Copy full SHA for 1f6ce05
Browse repository at this point
add map_range
Freax13
committed
d3a8468
View commit details
Copy full SHA for d3a8468
Browse repository at this point
make map_range safe
Freax13
committed
96a2892
View commit details
Copy full SHA for 96a2892
Browse repository at this point
fix map_to_range_4kib
Freax13
committed
caecf80
View commit details
Copy full SHA for caecf80
Browse repository at this point
fix offsets
Freax13
committed
fc941f9
View commit details
Copy full SHA for fc941f9
Browse repository at this point
forward map_to_range to map_to_range_with_table_flags by default
Freax13
committed
e232d1f
View commit details
Copy full SHA for e232d1f
Browse repository at this point
fix bounds on unmap_range to make sure Mapper is object safe
Freax13
committed
6f197c7
View commit details
Copy full SHA for 6f197c7
Browse repository at this point
rename MapperFlushRange::flush and add MapperFlushRange::flush_all
Freax13
committed
82acf51
View commit details
Copy full SHA for 82acf51
Browse repository at this point
rename map_range_2mib to map_to_range_2mib
Freax13
committed
e38d84e
View commit details
Copy full SHA for e38d84e
Browse repository at this point
make map_range_with_table_flags and map_range unsafe
Freax13
committed
87c8e4c
View commit details
Copy full SHA for 87c8e4c
Browse repository at this point
fix typo
Freax13
committed
3fc7687
View commit details
Copy full SHA for 3fc7687
Browse repository at this point
add experimental feature flag
Freax13
committed
6995024
View commit details
Copy full SHA for 6995024
Browse repository at this point
check if entry contains a frame
Freax13
committed
532244e
View commit details
Copy full SHA for 532244e
Browse repository at this point
remove unused import
Freax13
committed
e46d8d8
View commit details
Copy full SHA for e46d8d8
Browse repository at this point
You can’t perform that action at this time.