|
2 | 2 |
|
3 | 3 | In the following posts, we will cover interrupts and exceptions handling in the linux kernel.
|
4 | 4 |
|
5 |
| -* [Interrupts and Interrupt Handling. Part 1.](interrupts-1.md) - describes interrupts and interrupt handling theory. |
6 |
| -* [Interrupts in the Linux Kernel](interrupts-2.md) - describes stuffs related to interrupts and exceptions handling from the early stage. |
7 |
| -* [Early interrupt handlers](interrupts-3.md) - describes early interrupt handlers. |
8 |
| -* [Interrupt handlers](interrupts-4.md) - describes first non-early interrupt handlers. |
9 |
| -* [Implementation of exception handlers](interrupts-5.md) - describes implementation of some exception handlers such as double fault, divide by zero etc. |
10 |
| -* [Handling non-maskable interrupts](interrupts-6.md) - describes handling of non-maskable interrupts and remaining interrupt handlers from the architecture-specific part. |
11 |
| -* [External hardware interrupts](interrupts-7.md) - describes early initialization of code which is related to handling external hardware interrupts. |
12 |
| -* [Non-early initialization of the IRQs](interrupts-8.md) - describes non-early initialization of code which is related to handling external hardware interrupts. |
13 |
| -* [Softirq, Tasklets and Workqueues](interrupts-9.md) - describes softirqs, tasklets and workqueues concepts. |
14 |
| -* [Last part](interrupts-10.md) - this is the last part of the `Interrupts and Interrupt Handling` chapter and here we will see a real hardware driver and some interrupts related stuff. |
| 5 | +* [Interrupts and Interrupt Handling. Part 1.](linux-interrupts-1.md) - describes interrupts and interrupt handling theory. |
| 6 | +* [Interrupts in the Linux Kernel](linux-interrupts-2.md) - describes stuffs related to interrupts and exceptions handling from the early stage. |
| 7 | +* [Early interrupt handlers](linux-interrupts-3.md) - describes early interrupt handlers. |
| 8 | +* [Interrupt handlers](linux-interrupts-4.md) - describes first non-early interrupt handlers. |
| 9 | +* [Implementation of exception handlers](linux-interrupts-5.md) - describes implementation of some exception handlers such as double fault, divide by zero etc. |
| 10 | +* [Handling non-maskable interrupts](linux-interrupts-6.md) - describes handling of non-maskable interrupts and remaining interrupt handlers from the architecture-specific part. |
| 11 | +* [External hardware interrupts](linux-interrupts-7.md) - describes early initialization of code which is related to handling external hardware interrupts. |
| 12 | +* [Non-early initialization of the IRQs](linux-interrupts-8.md) - describes non-early initialization of code which is related to handling external hardware interrupts. |
| 13 | +* [Softirq, Tasklets and Workqueues](linux-interrupts-9.md) - describes softirqs, tasklets and workqueues concepts. |
| 14 | +* [Last part](linux-interrupts-10.md) - this is the last part of the `Interrupts and Interrupt Handling` chapter and here we will see a real hardware driver and some interrupts related stuff. |
0 commit comments