aboutsummaryrefslogtreecommitdiff
path: root/kernel/trap.c
Commit message (Expand)AuthorAgeFilesLines
* Prepend the name of the task on debugMiquel Sabaté Solà2024-12-021-5/+5
* Document what we mean by scheduling on this kernelMiquel Sabaté Solà2024-11-301-4/+17
* Rename 'switch_to' to 'set_return_address_to'Miquel Sabaté Solà2024-11-301-5/+4
* dt: Fetch the CPU frequency as wellMiquel Sabaté Solà2024-11-261-9/+2
* Simplify scheduling by introducing an init processMiquel Sabaté Solà2024-11-241-9/+10
* Enable exception handling from user modeMiquel Sabaté Solà2024-11-221-7/+36
* Enable the timer from the SBI interfaceMiquel Sabaté Solà2024-11-221-0/+125