|
|
4a1c6cae69
|
sched: add support for scheduling functions to be executed later
|
2023-06-14 17:36:45 +01:00 |
|
|
|
cec6b644ac
|
kernel: add functions to query the number of available/online CPUs
|
2023-05-05 15:25:44 +01:00 |
|
|
|
bb524c1576
|
kernel: add support for getting percpu variables that belong to other CPUs
|
2023-05-04 21:42:51 +01:00 |
|
|
|
40762ffb95
|
kernel: add function to query the current preempt count
|
2023-05-01 08:26:41 +01:00 |
|
|
|
8a0291c9b3
|
sched: add timer tasks and schedule_timeout()
|
2023-04-30 21:09:36 +01:00 |
|
|
|
085c3d2a89
|
sched: add kernel-mode context switching
|
2023-04-30 14:27:57 +01:00 |
|
|
|
6b1b4a2416
|
kernel: add function to calculate delta between two cycle timestamps
|
2023-04-28 21:05:13 +01:00 |
|
|
|
e7fe5a8f8e
|
kernel: add function to query CPU clock cycle count
|
2023-04-22 21:07:34 +01:00 |
|
|
|
b6f8c1ccaa
|
kernel: don't use typedef for enums or non-opaque structs
|
2023-04-13 11:40:52 +01:00 |
|
|
|
7d003da960
|
sched: add current_task(), current_thread(), and preempt_disable/enable()
|
2023-03-28 21:40:56 +01:00 |
|
|
|
474878911b
|
kernel: add enable_irq() and disable_irq()
|
2023-03-28 19:44:51 +01:00 |
|
|
|
2bfb6bcd78
|
kernel: add c++ support
|
2023-03-20 20:41:39 +00:00 |
|
|
|
57eaf4e01c
|
kernel: implement cpu IDs and per-cpu variables
|
2023-03-18 19:35:00 +00:00 |
|
|
|
e1e897c953
|
kernel: add per-cpu data section to kernel image
|
2023-03-17 20:07:19 +00:00 |
|