Commit Graph

1607 Commits

Author SHA1 Message Date
a33b63842a Add IPI definitions and frozen states, change KAFFINITY_MAP to flexible array 2026-06-07 12:13:55 +02:00
4256a312ae Implement kernel debugger entry point 2026-06-07 02:04:27 +02:00
678a0f4f48 Add static member definitions for kernel debugger active flag and kernel panic state 2026-06-06 19:00:49 +02:00
7344c5ed4a Add function to query kernel debugger active state 2026-06-06 18:57:32 +02:00
537fbc8af4 Track kernel panic state 2026-06-06 18:52:05 +02:00
cf25af23d1 Add conditional acquisition parameter to RAII guard classes 2026-06-06 17:26:39 +02:00
f680830b53 Implement resource cleanup for failed allocations during idle thread setup 2026-06-04 14:36:43 +02:00
53a239958f Propagate allocation failures from idle process and thread setup 2026-06-04 14:30:01 +02:00
f13326ffaf Add PS subsystem overview to kernel documentation 2026-06-04 13:18:33 +02:00
75e7760d04 Delegate idle process and thread setup to PS subsystem 2026-06-04 13:14:21 +02:00
02d0f3f538 Introduce PS subsystem with IDLE process and thread creation 2026-06-04 13:09:09 +02:00
e2a78389f2 Fix incorrect namespace comment 2026-06-04 12:58:59 +02:00
81fdf1f77a Allocate executive thread structure for idle thread and assign PRCB pointers 2026-06-04 11:57:58 +02:00
631f58bf72 Update InitializeProcess doxygen 2026-06-04 11:57:56 +02:00
1d2d66fc83 Dedicated Idle process and thread initialization with dynamic affinity allocation 2026-06-04 11:57:49 +02:00
34aba8c7c7 Remove software interrupt 0x2F trap handler 2026-06-03 15:57:12 +02:00
5e764a0d17 Fix IDT entry for vector 0x2F to use interrupt entry point 2026-06-03 15:43:11 +02:00
65e86db731 Migrate thread affinity from GROUP_AFFINITY to KAFFINITY_MAP 2026-06-01 22:28:21 +02:00
615d253bb4 Update initial thread and process affinity assignment to use group-aware structures 2026-06-01 20:40:34 +02:00
2fcbc7bee8 Implement processor affinity search functions 2026-06-01 01:10:40 +02:00
2c14da997d Convert process affinity assignment to KAFFINITY_MAP 2026-06-01 01:06:13 +02:00
a7c2182d4a Extend processor affinity structures to support group affinity 2026-06-01 01:03:18 +02:00
0aabc206a1 Add BSF and BSR instruction wrappers 2026-06-01 00:36:52 +02:00
7d8b33390a Add runtime accounting and DPC throttling 2026-05-30 23:53:47 +02:00
5a5604c35d Register dispatch interrupt handler 2026-05-28 23:50:02 +02:00
addf9addab Verify system timer expiration on every clock interrupt 2026-05-28 00:38:49 +02:00
f562aa0874 Implement timer table list and check for expired timers 2026-05-28 00:36:25 +02:00
19a9dfe7c6 Add PrcbLock and runtime counters to KPROCESSOR_CONTROL_BLOCK 2026-05-27 23:15:19 +02:00
46594f1fc3 Introduce KWAIT_REASON enumeration for thread wait reasons 2026-05-27 20:23:18 +02:00
a93ebbfb5b Populate pool tracking table with common allocation tags 2026-05-23 17:40:40 +02:00
53726b5743 Correct pool tag registration size 2026-05-22 23:55:02 +02:00
71870cd178 Remove per-CPU pool tracking tables 2026-05-22 23:45:32 +02:00
6f3b5b5e51 Clean up whitespace alignment 2026-05-22 19:29:55 +02:00
6b689baa7a Rename initial stack reserve macro to KTHREAD_STACK_OFFSET 2026-05-22 19:21:28 +02:00
9ac64605d3 Reserve initial thread frame space in AP startup stack 2026-05-22 18:59:43 +02:00
102b357a75 Simplify thread frame setup using pointer arithmetic 2026-05-22 18:42:41 +02:00
6eb0b4d982 Unify initial stack reservation size calculation 2026-05-22 18:40:07 +02:00
d8cb7c9242 Initialize per-CPU spin lock queues during AP bootstrap 2026-05-22 15:27:59 +02:00
9002ac8b5c Implement red-black tree algorithm 2026-05-21 14:56:44 +02:00
72a03f641d Update doxygen comments and formatting 2026-05-20 20:52:52 +02:00
fe2e78f3c7 Extend AP bootstrap code 2026-05-19 12:40:23 +02:00
6e4f0ba6e4 Implement per-processor local clock initialization 2026-05-19 09:45:17 +02:00
19092eda2e Rename architecture CPU functions class 2026-05-19 06:45:48 +02:00
b03cca65d8 Rename ProcSup class to ProcessorSupport and update all callers 2026-05-18 22:55:54 +02:00
fec5bf65f1 Standardize doxygen in KD module 2026-05-18 22:40:41 +02:00
7836dbe147 Fix parameter alignment and improve return value documentation 2026-05-18 22:37:36 +02:00
297aba248b Correct doxygen tags to reflect XT kernel 2026-05-18 20:27:05 +02:00
d41c90f541 Standardize doxygen return descriptions across HL layer 2026-05-18 20:22:19 +02:00
f2c70d582a Update doxygen comments for RTC and timer functions 2026-05-18 20:16:49 +02:00
24c9ae321c Update doxygen comments for AllocateSystemInterrupt and IOAPIC lookup routines 2026-05-18 20:14:46 +02:00