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 }}
openvelinux
/
kernel
Public
Notifications
You must be signed in to change notification settings
Fork
52
Star
110
Code
Issues
0
Pull requests
63
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
[Intel-SIG] Fix sched domain build error for GNR, CWF in SNC-3 mode
- #101
#101
Open
aubreyli
wants to merge 20 commits into
6.6-velinux
openvelinux/kernel:6.6-velinux
from
intel-numa-sched-domain-6.6
openvelinux/kernel-intel:intel-numa-sched-domain-6.6
Copy head branch name to clipboard
Conversation
Commits
20
(20)
Checks
Files changed
Open
[Intel-SIG] Fix sched domain build error for GNR, CWF in SNC-3 mode
#101
aubreyli
wants to merge 20 commits into
6.6-velinux
openvelinux/kernel:6.6-velinux
from
intel-numa-sched-domain-6.6
openvelinux/kernel-intel:intel-numa-sched-domain-6.6
Copy head branch name to clipboard
Commits
Commits on Sep 17, 2026
powerpc/smp: Enable Asym packing for cores on shared processor
Show description for f23462b
srikard
authored and
aubreyli
committed
f23462b
View commit details
Copy full SHA for f23462b
Browse repository at this point
powerpc/smp: Disable MC domain for shared processor
Show description for fe72193
srikard
authored and
aubreyli
committed
fe72193
View commit details
Copy full SHA for fe72193
Browse repository at this point
powerpc/smp: Add __ro_after_init attribute
Show description for 11da578
srikard
authored and
aubreyli
committed
11da578
View commit details
Copy full SHA for 11da578
Browse repository at this point
powerpc/smp: Avoid asym packing within thread_group of a core
Show description for c8c506a
srikard
authored and
aubreyli
committed
c8c506a
View commit details
Copy full SHA for c8c506a
Browse repository at this point
powerpc/smp: Dynamically build Powerpc topology
Show description for 60475f1
srikard
authored and
aubreyli
committed
60475f1
View commit details
Copy full SHA for 60475f1
Browse repository at this point
bitmap: Define a cleanup function for bitmaps
Show description for 7c945a9
Bartosz Golaszewski
authored and
aubreyli
committed
7c945a9
View commit details
Copy full SHA for 7c945a9
Browse repository at this point
sched: Create architecture specific sched domain distances
Show description for 2a66e4d
pdxChen
authored and
aubreyli
committed
2a66e4d
View commit details
Copy full SHA for 2a66e4d
Browse repository at this point
sched/topology: Fix sched domain build error for GNR, CWF in SNC-3 mode
Show description for d2a4bf3
pdxChen
authored and
aubreyli
committed
d2a4bf3
View commit details
Copy full SHA for d2a4bf3
Browse repository at this point
sched/topology,x86: Fix build warning
Show description for cf577f5
Peter Zijlstra
authored and
aubreyli
committed
cf577f5
View commit details
Copy full SHA for cf577f5
Browse repository at this point
x86/mm: Don't print out SRAT table information
Show description for bff1680
lrq-max
authored and
aubreyli
committed
bff1680
View commit details
Copy full SHA for bff1680
Browse repository at this point
x86/topology: Remove x86_smt_flags and use cpu_smt_flags directly
Show description for c2782ea
kudureranganath
authored and
aubreyli
committed
c2782ea
View commit details
Copy full SHA for c2782ea
Browse repository at this point
sched: Move sched domain name out of CONFIG_SCHED_DEBUG
Show description for a532442
SSapkal
authored and
aubreyli
committed
a532442
View commit details
Copy full SHA for a532442
Browse repository at this point
smpboot: introduce SDTL_INIT() helper to tidy sched topology setup
Show description for 936c603
FirstLoveLife
authored and
aubreyli
committed
936c603
View commit details
Copy full SHA for 936c603
Browse repository at this point
x86/smpboot: remove redundant CONFIG_SCHED_SMT
Show description for ebcdc58
FirstLoveLife
authored and
aubreyli
committed
ebcdc58
View commit details
Copy full SHA for ebcdc58
Browse repository at this point
x86/smpboot: moves x86_topology to static initialize and truncate
Show description for aaad9c0
FirstLoveLife
authored and
aubreyli
committed
aaad9c0
View commit details
Copy full SHA for aaad9c0
Browse repository at this point
x86/smpboot: avoid SMT domain attach/destroy if SMT is not enabled
Show description for 5836eaa
FirstLoveLife
authored and
aubreyli
committed
5836eaa
View commit details
Copy full SHA for 5836eaa
Browse repository at this point
x86/numa: Store extra copy of numa_nodes_parsed
Show description for 286917f
Peter Zijlstra
authored and
aubreyli
committed
286917f
View commit details
Copy full SHA for 286917f
Browse repository at this point
x86/topo: Add topology_num_nodes_per_package()
Show description for ac0e964
Peter Zijlstra
authored and
aubreyli
committed
ac0e964
View commit details
Copy full SHA for ac0e964
Browse repository at this point
x86/topo: Replace x86_has_numa_in_package
Show description for e87fecb
Peter Zijlstra
authored and
aubreyli
committed
e87fecb
View commit details
Copy full SHA for e87fecb
Browse repository at this point
x86/topo: Fix SNC topology mess
Show description for 09884a3
Peter Zijlstra
authored and
aubreyli
committed
09884a3
View commit details
Copy full SHA for 09884a3
Browse repository at this point
You can’t perform that action at this time.