Commit Graph

941 Commits

Author SHA1 Message Date
7336710c23 Add Object Manager module inclusion 2026-07-09 08:14:58 +02:00
195c749396 Implement core Object Manager subsystem 2026-07-09 08:11:44 +02:00
96502d5db6 Add executive work item stubs 2026-07-09 07:18:45 +02:00
279aba9742 Add process quota block pool tag 2026-07-08 23:25:31 +02:00
9012f82681 Introduce process quota management 2026-07-08 21:51:41 +02:00
f2922349de Simplify lookaside list free path with early returns and direct pool fallback 2026-07-08 09:32:11 +02:00
10aaac59e4 Allocate contiguous memory for local lookaside lists 2026-07-07 14:42:49 +02:00
a0e707d35f Implement buffer return logic for general lookaside lists 2026-07-04 14:08:05 +02:00
042bf8520c Add per-processor lookaside list cache management functions 2026-07-04 00:54:52 +02:00
cba4c6fffb Define pool allocation tag for security descriptor objects 2026-07-04 00:12:32 +02:00
66f74be947 Add initial security subsystem 2026-07-04 00:09:07 +02:00
d164495d48 Add basic paged pool setup 2026-07-02 09:27:54 +02:00
2b7fc5b41d Fix swapped arguments in queued spinlock release 2026-07-01 18:45:03 +02:00
5cd52a4a12 Implement conversion of shared push lock to exclusive mode 2026-07-01 16:29:30 +02:00
c58305022f add push lock initialization code 2026-06-30 23:33:25 +02:00
d8f4f6bfd0 Add memory manager probe functions 2026-06-30 22:28:39 +02:00
ef4f9ba74d Introduce very basic exception handling support 2026-06-30 22:21:30 +02:00
f9cbe78f84 Implement architecture-specific user probe address retrieval 2026-06-30 21:41:08 +02:00
91946ae88f Use non-paged pool as temporary fallback for paged pool allocations 2026-06-29 22:19:52 +02:00
84d35e3c97 Implement kernel push lock infrastructure 2026-06-29 18:25:40 +02:00
9ef8c569d5 Add event priority boost stub 2026-06-29 16:04:28 +02:00
7d9c338e2a Provide atomic bit test and clear functionality 2026-06-29 00:31:55 +02:00
2868db63ca Retrieve interrupt time via kernel shared data 2026-06-29 00:13:00 +02:00
119480382b Add dispatcher object routing for wait satisfaction and interval calculation 2026-06-28 23:25:45 +02:00
3011df6f3c Update thread initialization code to use MutexListHead 2026-06-28 19:31:01 +02:00
a54c4b48fb Add initial NLS support 2026-06-26 23:52:58 +02:00
b3ce1a8be8 Add KThread critical region management 2026-06-26 10:45:38 +02:00
d6f925ebfd Update APC initialization comment 2026-06-26 10:31:20 +02:00
53a8b57a96 Register APC interrupt handler 2026-06-26 10:22:18 +02:00
77c1138f7d Add CheckApcDelivery to evaluate APC interrupt request or direct delivery 2026-06-26 09:54:38 +02:00
03f97d94ae Add executive resource synchronization functions 2026-06-25 23:33:09 +02:00
8c6e06c973 Introduce RAII wrapper for in-stack queued spinlock acquisition 2026-06-25 21:32:16 +02:00
f2168e8c55 Update queued spinlock guard naming 2026-06-25 18:54:44 +02:00
6184e9e73d Implement in-stack queued spinlock 2026-06-25 16:22:37 +02:00
3d42ecf3d3 Fix incorrect namespace description 2026-06-25 14:52:00 +02:00
c309bd769d Export Unicode string support functions 2026-06-24 09:48:39 +02:00
7b27b09748 Add basic unicode string support 2026-06-24 09:37:42 +02:00
195c4a34ad Refactor singly linked list into arch-specific modules 2026-06-23 21:39:04 +02:00
8479c95e82 Implement kernel lookaside lists 2026-06-23 19:05:04 +02:00
08f26c6762 Implement arch-specific atomic singly-linked list functions 2026-06-23 16:19:35 +02:00
19a1b11236 Delete broken RTL atomic functions 2026-06-23 14:21:50 +02:00
d10b2cc2a1 Add atomic 128-bit compare-exchange function 2026-06-23 10:40:13 +02:00
18d36b9f23 Replace inline pool tags with definitions 2026-06-22 12:50:35 +02:00
fe02bb9214 Define pool allocation tags 2026-06-22 12:44:41 +02:00
76b1807eee Reduce code duplication in rundown protection 2026-06-22 11:27:31 +02:00
e431bccd44 Extend rundown protection with counted acquire and release functions 2026-06-22 11:22:09 +02:00
7526f90759 Implement pool quota accounting and stub raise functionality 2026-06-21 01:45:37 +02:00
c45b81d345 Add atomic addition functions 2026-06-21 01:36:02 +02:00
95ec18a1de Add helper to get currently executing process 2026-06-18 20:34:28 +02:00
9faf19b57e Enforce volatile semantics on inline assembly 2026-06-18 11:33:54 +02:00