reactos/ntoskrnl/ke
2025-02-01 16:36:32 +02:00
..
amd64 WIP [NTOS:KE/x64] Handle NewThread == OldThread in KiIdleLoop 2025-02-01 16:36:32 +02:00
arm [NTOS:KE] Make KeQueryActiveProcessors portable and non-paged 2025-01-24 18:38:34 +02:00
i386 [NTOS:KE] Make KeQueryActiveProcessors portable and non-paged 2025-01-24 18:38:34 +02:00
apc.c
balmgr.c
bug.c [NTOS:KE] Fix freeze in KeBugCheckWithTf 2024-12-26 11:27:39 +02:00
clock.c
config.c
devqueue.c
dpc.c [NTOS:KE] KeRemoveQueueDpc(): Use KeRestoreInterrupts() 2024-12-14 23:33:49 +01:00
eventobj.c
except.c [NTOS:KE] Improve NtRaiseException and NtContinue 2024-05-01 11:30:29 +02:00
freeze.c [NTOS:KE/x64] Implement processor freeze code 2024-04-23 15:50:06 +02:00
gate.c
gmutex.c
ipi.c
krnlinit.c [NTOS:KE] Make KeQueryActiveProcessors portable and non-paged 2025-01-24 18:38:34 +02:00
mutex.c
processor.c [NTOS:KE] Make KeQueryActiveProcessors portable and non-paged 2025-01-24 18:38:34 +02:00
procobj.c
profobj.c
queue.c
semphobj.c
spinlock.c
thrdobj.c [NTOS:KE] Implement KiFindIdealProcessor 2025-01-30 19:57:06 +02:00
thrdschd.c WIP [NTOS:KE/x64] Handle NewThread == OldThread in KiIdleLoop 2025-02-01 16:36:32 +02:00
time.c [NTOS][HAL:APIC] Call HalBegin/EndSystemInterrupt from clock handler 2024-12-16 16:21:44 +02:00
timerobj.c [NTOS:KE] Fix calculation of timer expiration 2024-04-07 09:14:26 +02:00
wait.c