This website requires JavaScript.
Explore
Help
Sign In
fergalmoran
/
ladybird
Watch
1
Star
0
Fork
0
You've already forked ladybird
mirror of
https://github.com/fergalmoran/ladybird.git
synced
2026-03-17 10:56:07 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
dc6fb43d261beaf0899b2e4cd53589275b28cf76
ladybird
/
Kernel
/
Interrupts
History
Idan Horowitz
9abbeff79f
Kernel: Store IRQControllers in NonnullRefPtrs instead of RefPtrs
...
These are always non-null, so there's no point in storing them in a nullable container.
2022-09-25 16:52:56 +03:00
..
GenericInterruptHandler.cpp
Kernel: Move IRQController and InterruptManagement to Arch directory
2022-06-02 13:14:12 +01:00
GenericInterruptHandler.h
…
IRQHandler.cpp
Kernel: Store IRQControllers in NonnullRefPtrs instead of RefPtrs
2022-09-25 16:52:56 +03:00
IRQHandler.h
Kernel: Store IRQControllers in NonnullRefPtrs instead of RefPtrs
2022-09-25 16:52:56 +03:00
SharedIRQHandler.cpp
Kernel: Move IRQController and InterruptManagement to Arch directory
2022-06-02 13:14:12 +01:00
SharedIRQHandler.h
Kernel: Store IRQControllers in NonnullRefPtrs instead of RefPtrs
2022-09-25 16:52:56 +03:00
SpuriousInterruptHandler.cpp
Kernel: Move x86-specific IRQ controller code to Arch/x86 directory
2022-09-20 18:43:05 +01:00
SpuriousInterruptHandler.h
Kernel: Store IRQControllers in NonnullRefPtrs instead of RefPtrs
2022-09-25 16:52:56 +03:00
UnhandledInterruptHandler.cpp
…
UnhandledInterruptHandler.h
…