Commit Graph

1591 Commits

Author SHA1 Message Date
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
7a18a2602f Merge pull request 'Add support for Symmetric Multiprocessing (SMP)' (#26) from smp into master 2026-05-18 18:44:53 +02:00
a39835493a Enable multi-processor support 2026-05-17 20:45:01 +02:00
4e7113a079 Implement HL::Cpu::StartAllProcessors to bootstrap all application processors 2026-05-17 17:33:35 +02:00
8080e07281 Fix stack pointer miscalculation caused by adding KERNEL_STACK_SIZE twice 2026-05-17 14:38:44 +02:00
fc0e1384c4 Fix debug log message 2026-05-17 14:33:01 +02:00
9603453334 Implement Application Processor bootstrap function 2026-05-17 14:29:45 +02:00
29368a0dd8 Implement string to number conversion functions 2026-05-15 15:02:22 +02:00
8ee97ac0ae Add NOX2APIC boot parameter to bypass hardware detection 2026-05-15 12:00:50 +02:00
6bbeb657ea Merge branch 'master' into smp 2026-05-15 11:43:45 +02:00
c824e15cdb Fix stack allocation documentation and remove redundant parameter 2026-05-15 11:42:19 +02:00
38b2e7a1ed Read previously identified CPU features from PRCB 2026-05-15 11:33:23 +02:00
efff262fb5 Replace CPUID queries with cached PRCB feature bits 2026-05-15 09:13:56 +02:00
8da6fefdc0 Describe CLOCK and TIMER kernel options 2026-05-14 22:43:22 +02:00
14cbd63b01 Remove premature SetRunLevel call from InitializeProcessor before APIC initialization 2026-05-14 21:52:42 +02:00
63d18aad1e Add ExtendedFeatureBits field 2026-05-14 21:37:11 +02:00
ed52d421ea Implement processor feature enumeration mapping 2026-05-14 21:35:43 +02:00