Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
CS452 Kernel
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
2
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Franklin Kaifeng Zheng
CS452 Kernel
Merge requests
!9
Baby steps for the context switch
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Baby steps for the context switch
fkzheng-context-switch-1
into
main
Overview
0
Commits
8
Pipelines
0
Changes
15
Merged
Franklin Kaifeng Zheng
requested to merge
fkzheng-context-switch-1
into
main
1 year ago
Overview
0
Commits
8
Pipelines
0
Changes
15
Expand
Functinality to enter user mode, execute a subroutine, return back to kernel mode
👍
0
👎
0
Merge request reports
Activity
All activity
Filter activity
Deselect all
Approvals
Assignees & reviewers
Comments (from bots)
Comments (from users)
Commits & branches
Edits
Labels
Lock status
Mentions
Merge request status
Tracking
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Please
register
or
sign in
to reply
Jan 24, 2023
WORKING: context switch, request passing, return value passing
· 1f9b8111
Harrison
authored
1 year ago
1f9b8111
save all user registers on SP_EL0 before SVC
· 48bde7d6
fkzheng
authored
1 year ago
48bde7d6
pause and resume a task
· cdc15b4c
fkzheng
authored
1 year ago
cdc15b4c
Jan 23, 2023
request passing from user to kernel
· c86b3b68
fkzheng
authored
1 year ago
c86b3b68
rebase
· cef027aa
Harrison
authored
1 year ago
cef027aa
clean up the code
· 463a0515
fkzheng
authored
1 year ago
463a0515
jumping in and out of EL0
· d0900844
fkzheng
authored
1 year ago
d0900844
Jan 22, 2023
EL1 to EL0 exception return
· 6810cba5
fkzheng
authored
1 year ago
6810cba5
Loading