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
.
thesofproject
/
sof
Public
Notifications
You must be signed in to change notification settings
Fork
369
Star
678
Code
Issues
95
Pull requests
131
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
Interrupt subsystem update for cascaded interrupts
- #1053
#1053
Merged
lgirdwood
merged 25 commits into
thesofproject:master
thesofproject/sof:master
from
lyakh:interrupt
lyakh/sof:interrupt
Copy head branch name to clipboard
Jul 26, 2019
Conversation
Commits
25
(25)
Checks
Files changed
Merged
Interrupt subsystem update for cascaded interrupts
#1053
lgirdwood
merged 25 commits into
thesofproject:master
thesofproject/sof:master
from
lyakh:interrupt
lyakh/sof:interrupt
Copy head branch name to clipboard
Commits
Commits on Jul 25, 2019
interrupt: introduce a separate struct for cascading interrupts
Show description for 79d4ea1
lyakh
committed
79d4ea1
View commit details
Copy full SHA for 79d4ea1
Browse repository at this point
interrupt: add a parameter to interrupt_unregister()
Show description for b1306e8
lyakh
committed
b1306e8
View commit details
Copy full SHA for b1306e8
Browse repository at this point
xtensa: only enable interrupts after allocating context
Show description for 0a4cbc3
lyakh
committed
0a4cbc3
View commit details
Copy full SHA for 0a4cbc3
Browse repository at this point
byt, hsw: call arch_interrupt_clear() directly
Show description for d4cd20a
lyakh
committed
d4cd20a
View commit details
Copy full SHA for d4cd20a
Browse repository at this point
cavs: don't call known dummy function
Show description for e8aea53
lyakh
committed
e8aea53
View commit details
Copy full SHA for e8aea53
Browse repository at this point
interrupt: unify interrupt_clear() and interrupt_set() functions
Show description for 1fdb3a0
lyakh
committed
1fdb3a0
View commit details
Copy full SHA for 1fdb3a0
Browse repository at this point
interrupt: remove an unused function parameter
Show description for 7b2bb57
lyakh
committed
7b2bb57
View commit details
Copy full SHA for 7b2bb57
Browse repository at this point
interrupt: add a macro to distinguish DSP interrupts
Show description for 7a29d5e
lyakh
committed
7a29d5e
View commit details
Copy full SHA for 7a29d5e
Browse repository at this point
interrupt: introduce a list of interrupt controllers
Show description for 6f27cbe
lyakh
committed
6f27cbe
View commit details
Copy full SHA for 6f27cbe
Browse repository at this point
cavs: optimise the interrupt handler
Show description for e7873b6
lyakh
committed
e7873b6
View commit details
Copy full SHA for e7873b6
Browse repository at this point
cavs: fix wrong interrupt masking
Show description for 1a002f8
lyakh
committed
1a002f8
View commit details
Copy full SHA for 1a002f8
Browse repository at this point
cavs: eliminate per-core interrupt controller descriptors
Show description for b6198cd
lyakh
committed
b6198cd
View commit details
Copy full SHA for b6198cd
Browse repository at this point
interrupt: add controller mask and unmask operations
Show description for 5aa0cc0
lyakh
committed
5aa0cc0
View commit details
Copy full SHA for 5aa0cc0
Browse repository at this point
interrupt: add a cpu argument to interrupt_(un)mask()
Show description for 0af63ec
lyakh
committed
0af63ec
View commit details
Copy full SHA for 0af63ec
Browse repository at this point
interrupt: stop using SOF_IRQ_CPU()
Show description for 30c7bf9
lyakh
committed
30c7bf9
View commit details
Copy full SHA for 30c7bf9
Browse repository at this point
interrupt: SOF_IRQ_NUMBER() for DSP interrupts is not needed
Show description for 0468e75
lyakh
committed
0468e75
View commit details
Copy full SHA for 0468e75
Browse repository at this point
interrupt: use the parent IRQ instead of SOF_IRQ_NUMBER()
Show description for 7d00840
lyakh
committed
7d00840
View commit details
Copy full SHA for 7d00840
Browse repository at this point
schedule: add an irq private data member
Show description for ef7a83e
lyakh
committed
ef7a83e
View commit details
Copy full SHA for ef7a83e
Browse repository at this point
idc: add an irq private data member
Show description for aa3255a
lyakh
committed
aa3255a
View commit details
Copy full SHA for aa3255a
Browse repository at this point
spi: remove the unused irq field
Show description for 2af8e79
lyakh
committed
2af8e79
View commit details
Copy full SHA for 2af8e79
Browse repository at this point
interrupt: call the interrupt handler only for enabled descriptors
Show description for ed1aff4
lyakh
committed
ed1aff4
View commit details
Copy full SHA for ed1aff4
Browse repository at this point
interrupt: switch from bitfields to dynamic interrupt mapping
Show description for a9c4309
lyakh
committed
a9c4309
View commit details
Copy full SHA for a9c4309
Browse repository at this point
interrupt: support arbitrary interrupt controller cascading
Show description for df67a0e
lyakh
committed
df67a0e
View commit details
Copy full SHA for df67a0e
Browse repository at this point
interrupt: reduce the use of the container_of() macro
Show description for 1e3ea00
lyakh
committed
1e3ea00
View commit details
Copy full SHA for 1e3ea00
Browse repository at this point
interrupt: add doxygen documentation for struct irq_desc
Show description for 01c6818
lyakh
committed
01c6818
View commit details
Copy full SHA for 01c6818
Browse repository at this point
You can’t perform that action at this time.