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 }}
FlareCoding
/
StelluxOS
Public
Notifications
You must be signed in to change notification settings
Fork
5
Star
60
Code
Issues
1
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Actions: FlareCoding/StelluxOS
Actions
All workflows
Workflows
Kernel CI
Kernel CI
Show more workflows...
Management
Caches
All workflows
All workflows
Actions
Loading...
Loading
Sorry, something went wrong.
Uh oh!
There was an error while loading.
Please reload this page
.
will be ignored since log searching is not yet available
Showing runs from all workflows
will be ignored since log searching is not yet available
1,196 workflow runs
1,196 workflow runs
Workflow
Filter by Workflow
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
No matching workflows.
Event
Filter by Event
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
No matching events.
Status
Filter by Status
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
No matching statuses.
Branch
Filter by Branch
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
No matching branches.
Actor
Filter by Actor
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
No matching users.
docs(rules): refreshed project agent rules and removed stale agent co…
Kernel CI
#1192:
Commit
2199ef6
pushed by
FlareCoding
10m 15s
master
master
10m 15s
View workflow file
docs(dynpriv): documented the dynamic privilege rules and added curso…
Kernel CI
#1191:
Commit
b645b4a
pushed by
FlareCoding
10m 43s
master
master
10m 43s
View workflow file
chore(dynpriv): moved network subsystem state into unprivileged memory
Kernel CI
#1190:
Commit
6047d12
pushed by
FlareCoding
10m 11s
master
master
10m 11s
View workflow file
chore(dynpriv): moved driver registers, memory, and tables out of pri…
Kernel CI
#1189:
Commit
945785f
pushed by
FlareCoding
10m 16s
master
master
10m 16s
View workflow file
chore(dynpriv): moved packet, debug, and randomness buffers off the p…
Kernel CI
#1188:
Commit
b5dbadd
pushed by
FlareCoding
10m 25s
master
master
10m 25s
View workflow file
chore(dynpriv): demoted fs and resource helpers into unprivileged ker…
Kernel CI
#1187:
Commit
5693183
pushed by
FlareCoding
10m 31s
master
master
10m 31s
View workflow file
chore(dynpriv): demoted helper functions and data into unprivileged k…
Kernel CI
#1186:
Commit
4932997
pushed by
FlareCoding
10m 50s
master
master
10m 50s
View workflow file
fix(dynpriv): moved ring-0 dispatch and MMIO base state into privileg…
Kernel CI
#1185:
Commit
2afcf74
pushed by
FlareCoding
10m 48s
master
master
10m 48s
View workflow file
chore(style): normalized common header includes and dropped -Icommon
Kernel CI
#1184:
Commit
ffbb1ff
pushed by
FlareCoding
11m 2s
master
master
11m 2s
View workflow file
chore(style): the grand unsloppening of the code, applied stanza form…
Kernel CI
#1183:
Commit
cfc59d4
pushed by
FlareCoding
9m 44s
master
master
9m 44s
View workflow file
chore(sync): migrated kernel atomics to the typed atomic wrappers (#177)
Kernel CI
#1182:
Commit
50301a1
pushed by
FlareCoding
10m 40s
master
master
10m 40s
View workflow file
chore(sync): migrated kernel atomics to the typed atomic wrappers
Kernel CI
#1181:
Pull request
#177
synchronize by
FlareCoding
11m 39s
pr/almighty-atomic-migration
pr/almighty-atomic-migration
11m 39s
View #177
View workflow file
chore(sync): added explicit zero initializers to privileged data atomics
Kernel CI
#1180:
Commit
61b9fb8
pushed by
FlareCoding
5m 23s
pr/almighty-atomic-migration
pr/almighty-atomic-migration
5m 23s
View #177
View workflow file
chore(sync): migrated kernel atomics to the typed atomic wrappers
Kernel CI
#1179:
Pull request
#177
opened by
FlareCoding
10m 39s
pr/almighty-atomic-migration
pr/almighty-atomic-migration
10m 39s
View #177
View workflow file
fix(tests): replaced task mock memset with in-place value initialization
Kernel CI
#1178:
Commit
f9cd38e
pushed by
FlareCoding
11m 5s
pr/almighty-atomic-migration
pr/almighty-atomic-migration
11m 5s
View workflow file
feat(sync): added atomic<T> and atomic_ref<T> wrapper primitives over…
Kernel CI
#1177:
Commit
f328a52
pushed by
FlareCoding
10m 42s
master
master
10m 42s
View workflow file
feat(sync): added atomic<T> and atomic_ref<T> wrapper primitives over raw atomic builtins
Kernel CI
#1176:
Pull request
#176
opened by
FlareCoding
11m 46s
pr/sync-atomic-primitive
pr/sync-atomic-primitive
11m 46s
View #176
View workflow file
feat(sync): added atomic<T> and atomic_ref<T> wrapper primitives over…
Kernel CI
#1175:
Commit
9a5eb48
pushed by
FlareCoding
10m 39s
pr/sync-atomic-primitive
pr/sync-atomic-primitive
10m 39s
View #176
View workflow file
chore(style): enforced internal linkage, naming, and formatting rules
Kernel CI
#1174:
Commit
43adf3d
pushed by
FlareCoding
10m 39s
master
master
10m 39s
View workflow file
chore(rc): applied stanza formatting to strong_ref
Kernel CI
#1173:
Commit
9ca114b
pushed by
FlareCoding
11m 7s
master
master
11m 7s
View workflow file
chore(style): cleaned up anonymous namespaces and restricted them to …
Kernel CI
#1172:
Commit
57139cd
pushed by
FlareCoding
11m 20s
master
master
11m 20s
View workflow file
chore(style): normalized unicode punctuation to ascii
Kernel CI
#1171:
Commit
f4dbc1b
pushed by
FlareCoding
10m 42s
master
master
10m 42s
View workflow file
chore(style): removed decorative separators and dated comment references
Kernel CI
#1170:
Commit
2262c29
pushed by
FlareCoding
10m 33s
master
master
10m 33s
View workflow file
feat(rules): added the style rule and synced conventions
Kernel CI
#1169:
Commit
d5c7c27
pushed by
FlareCoding
10m 37s
master
master
10m 37s
View workflow file
refactor(boot): moved the limine protocol header from common/ into boot/
Kernel CI
#1168:
Commit
b3ba38e
pushed by
FlareCoding
10m 17s
master
master
10m 17s
View workflow file
Previous
1
2
3
4
5
…
47
48
Next
You can’t perform that action at this time.