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
Accelerator
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
.
multikernel
/
kernelscript
Public
Notifications
You must be signed in to change notification settings
Fork
24
Star
503
Code
Issues
2
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
kernelscript
src
maps.ml
on
main
User selector
All users
All time
Commit history
Commits on Jul 30, 2025
Support ring buffers by introducing new types and operations. Update AST, IR generation, and code generation to handle ring buffer declarations, operations, and validations. Refactor map handling t…
Show description for be582b9
congwang-mk
committed
be582b9
View commit details
Copy full SHA for be582b9
View code at this point
Browse repository at this point
Commits on Jul 25, 2025
Update map type names across documentation, examples, and tests to use `hash` and `array` instead of `HashMap` and `Array`. Ensure consistency in naming conventions for eBPF map types.
congwang-mk
committed
ab362f0
View commit details
Copy full SHA for ab362f0
View code at this point
Browse repository at this point
Commits on Jul 19, 2025
Update type checking to allow enums as valid array indices in maps.
congwang-mk
committed
c216721
View commit details
Copy full SHA for c216721
View code at this point
Browse repository at this point
Commits on Jul 14, 2025
Add Apache License 2.0 header to all source and test files for compliance and consistency.
congwang-mk
committed
4e7697d
View commit details
Copy full SHA for 4e7697d
View code at this point
Browse repository at this point
Commits on Jul 8, 2025
Refactor function call handling in AST, evaluator, and IR generator to unify call representation. Update declaration handling to support optional initializers. Enhance tests to cover new call struc…
Show description for 0a8c35c
congwang-mk
committed
0a8c35c
View commit details
Copy full SHA for 0a8c35c
View code at this point
Browse repository at this point
Commits on Jul 4, 2025
Enhance map declaration syntax in KernelScript by introducing the 'pin' keyword for persistent maps and '@flags' attribute for specifying map flags.
congwang-mk
committed
d05ef9e
View commit details
Copy full SHA for d05ef9e
View code at this point
Browse repository at this point
Commits on Jun 11, 2025
Add 'delete' statement support: Implement AST, parser, and evaluator changes for map deletion operations. Enhance type checking and validation for delete operations on various map types, and introd…
Show description for d796d49
congwang-mk
committed
d796d49
View commit details
Copy full SHA for d796d49
View code at this point
Browse repository at this point
Commits on Jun 10, 2025
Add map flag extraction and validation: Introduce `extract_map_flags` and `validate_map_flags` functions to handle map flag information extraction and validation. Update tests to utilize these new …
Show description for 5c586f2
congwang-mk
committed
5c586f2
View commit details
Copy full SHA for 5c586f2
View code at this point
Browse repository at this point
Commits on Jun 9, 2025
Add map flags support and enhance map configuration
congwang-mk
committed
2d455e0
View commit details
Copy full SHA for 2d455e0
View code at this point
Browse repository at this point
Refactor map declaration syntax and attributes: Transition to a block-less syntax for map declarations, removing unnecessary attributes like `max_entries` and `userspace_writable`. Update parser an…
Show description for 4413fb3
congwang-mk
committed
4413fb3
View commit details
Copy full SHA for 4413fb3
View code at this point
Browse repository at this point
Commits on Jun 8, 2025
Initial commit
Show description for 304c430
congwang-mk
committed
304c430
View commit details
Copy full SHA for 304c430
View code at this point
Browse repository at this point
Loading
You can’t perform that action at this time.