- NtUserWaitForInputIdle: Call EngGetTickCount, removing duplicated code
[reactos.git] / reactos / ntoskrnl / ke /
2009-01-06 Stefan Ginsberg- NtUserWaitForInputIdle: Call EngGetTickCount, removin...
2009-01-03 Dmitry Gorbachev- Add hack-sync again (bug #3591).
2009-01-01 Stefan Ginsberg- Only reserve APIC memory on x86
2008-12-25 Christoph von Wittichfix some more typos
2008-12-08 Aleksey Bragin- Implement KeQueryRuntimeProcess for querying total...
2008-12-03 Dmitry GorbachevFix GCC complaints about uninitialized variables (bug...
2008-12-03 Dmitry GorbachevSilence compiler warnings (3/11).
2008-11-29 Stefan Ginsberg- STDCALL -> NTAPI
2008-11-29 Cameron Gutman - Fix behavior of kernel APCs interrupting waits on...
2008-11-26 Aleksey Bragin- Fix some coverity errors.
2008-11-24 KJK::HyperionEverything
2008-11-05 Aleksey Bragin- Fix behavior of KeRundownQueue (save the next link...
2008-11-02 Stefan Ginsberg- Stub out Ke386IoSetAccessProcess, Ke386SetIoAccessMap...
2008-11-01 Stefan Ginsberg- Fix release build -- attempt 2
2008-11-01 Stefan Ginsberg- Fix release build
2008-11-01 Stefan Ginsberg- Implement the MP case for KiTimerExpiration and KiTim...
2008-11-01 Aleksey Bragin- Refactor timer code to share more macros (see dcl...
2008-11-01 Stefan Ginsberg- Implement most of SMP KeFlushEntireTb (currently...
2008-11-01 Stefan Ginsberg- Disable old and unused IPI code, add new NT compatibl...
2008-10-29 KJK::HyperionMerging r37048, r37051, r37052, r37055 from the-real...
2008-10-29 Stefan Ginsberg- KeSetTimerEx: When canceling the insertion of an...
2008-10-25 KJK::HyperionVisual C++ backend for rbuild (for now just a hacked...
2008-10-25 KJK::HyperionThe real, definitive, Visual C++ support branch. Accept...
2008-10-22 Stefan Ginsberg- Fix an assertion by casting to internal structures...
2008-10-21 Stefan Ginsberg- Correct an assertion after ARM system call changes...
2008-10-21 Stefan Ginsberg- Fix various compilation errors in SMP assembly (typos...
2008-10-13 Cameron Gutman - Merge aicom-network-fixes up to r36740
2008-10-07 Stefan Ginsberg- Add missing KiIdleSchedule and KiProcessDeferredReadyList
2008-10-02 Colin Finck- Add the other CPU_* codes (got them from a PDB)
2008-10-01 Christoph von Wittichfix formatting
2008-10-01 KJK::Hyperionmodified ke/i386/cpu.c
2008-09-28 Stefan Ginsberg- Fix comments (no code change)
2008-09-24 Aleksey Bragin- Create a VdmpInitialize function for NtVdmControl...
2008-09-21 Colin FinckWow, WriteConfigurationFile() in rbuild never worked...
2008-09-12 Aleksey Bragin- MmDeleteKernelStack should take StackBase as the...
2008-09-04 Stefan Ginsberg- Fix kernel exports ARM
2008-08-30 Stefan Ginsberg- Remove the (now deprecated) ntoskrnl/internal/debug...
2008-08-25 Stefan Ginsberg- Use MiSyncForProcessAttach and MiSyncForContextSwitch...
2008-08-25 Stefan Ginsberg- Remove LIST_FOR_EACH and LIST_FOR_EACH_SAFE from...
2008-08-24 Stefan Ginsberg- Remove KEBUGCHECK and KEBUGCHECKEX macros
2008-08-24 Stefan Ginsberg- Formatting and comment fixes (no code change)
2008-08-23 Stefan Ginsberg- Add THREAD_TERMINATE_HELD_MUTEX bugcode and make...
2008-08-22 Stefan Ginsberg- Remove a LIST_FOR_EACH
2008-08-22 Stefan Ginsberg- Replace more magic values with symbolic constants
2008-08-22 Stefan Ginsberg- Add EFLAGS_IOPL to asm.h and make use of it in assembly
2008-08-21 Stefan Ginsberg- Change ASSERT to C_ASSERT
2008-08-21 Aleksey Bragin- "When releasing the gmutex my awesome code was removi...
2008-08-18 Stefan Ginsberg- Replace the remaining X86_EFLAGS* with EFLAGS_*
2008-08-18 Stefan Ginsberg- Remove 3 deprecated macros
2008-08-15 Aleksey Bragin- Fix MiSyncThreadProcessViews. Should fix bug 3658...
2008-08-14 Stefan Ginsberg- Rework MiSyncThreadProcessViews
2008-08-13 Stefan Ginsberg- Remove INIT_FUNCTION from exported functions
2008-08-13 Stefan Ginsberg- Apply the same Mm sync hacks in NtYieldExecution...
2008-08-13 Stefan Ginsberg- Fix MiSyncThreadProcessViews in KeInitThread too...
2008-08-13 Stefan Ginsberg- Remove KiRawTicks -- this was previously a ros-specif...
2008-08-13 Stefan Ginsberg- "Sync" to the next thread's initial stack in KiSwapTh...
2008-08-13 Stefan Ginsberg- Fix a (comment) typo
2008-08-13 Stefan Ginsberg- Fix a broken check in PspExitThread. We should check...
2008-08-11 Aleksey Bragin- NDK Fix: DirectoryTableBase member of KPROCESS is...
2008-08-10 Hervé PoussineauI was wrong, because KeUpdateSystemTime prototype is...
2008-08-10 Hervé PoussineauTry to fix some symbol names
2008-08-04 Stefan Ginsberg- Export KeI386MachineType and KeInitializeThreadedDpc
2008-08-01 Stefan Ginsberg- Use macros instead of magic "1" and "2" for Setup...
2008-08-01 Stefan Ginsberg- Get rid of a confusing goto and call KiUnwaitThread...
2008-08-01 Art YerkesCreate a branch for network fixes.
2008-07-31 Stefan Ginsberg- Change an infinite loop to an assert to simplify...
2008-07-31 ReactOS Portable... implement kiuserinitializeapc, and begin writing test...
2008-07-28 Aleksey BraginDmitry Gorbachev
2008-07-21 ReactOS Portable... - Improve system call handler by adding more debugging...
2008-07-20 Jeffrey MorlanFix KeInsertQueueApc error checking
2008-07-20 Jeffrey MorlanKiMoveApcState: Fix reversal of RepairList arguments...
2008-07-19 ReactOS Portable... - Enable interrupts after probing and capturing paramet...
2008-07-19 ReactOS Portable... - Cleanup some stray header issues for ARM.
2008-07-14 ReactOS Portable... - Get rid of stubs.c, it's empty now.
2008-07-14 ReactOS Portable... - Implement NtSetLdrEntries, NtVdmControl, KeSaveStateF...
2008-07-14 ReactOS Portable... - Re-organize our unimplemented function stubs accordin...
2008-07-14 ReactOS Portable... - Remove this DPRINT1 too, it was used for debugging...
2008-07-14 ReactOS Portable... - Enable timer expiration code.
2008-07-14 ReactOS Portable... - Fix context switch code. It works perfectly now.
2008-07-14 ReactOS Portable... - Remove DPRINT1s all over the context switching code.
2008-07-14 ReactOS Portable... - Increment the PC by 4 during a DebugService-style...
2008-07-14 ReactOS Portable... - ARM instructions are 4 bytes long, not 1, so decremen...
2008-07-14 ReactOS Portable... - Implement KeContextToTrapFrame.
2008-07-13 ReactOS Portable... - Implement KeTrapFrameToContext.
2008-07-13 ReactOS Portable... - Okay so we've got a basic KiDispatchException, we...
2008-07-13 ReactOS Portable... - Start implementing KiPrefetchAbortHandler for BKPT...
2008-07-13 ReactOS Portable... - Prefetch aborts behave like other exceptions, not...
2008-07-13 ReactOS Portable... - Write a DebugService routine for ARM in the RTL libra...
2008-07-13 ReactOS Portable... - Now that KDCOM works for printing on the serial port...
2008-07-13 ReactOS Portable... - Get rid of a really-early debug print, since it's...
2008-07-13 ReactOS Portable... - Uncomment the check to see if we came from kernel...
2008-07-13 ReactOS Portable... - Does now fire off a DPC when quantum has ended this...
2008-07-13 ReactOS Portable... - Only print out debug data for aborts if we can't...
2008-07-08 ReactOS Portable... - Rewrite the low-level trap/exception/system call...
2008-07-01 Aleksey Bragin- Yes, Alex's code is perfect, sorry.
2008-07-01 Aleksey Bragin- Fix code comments, in addition to 34230.
2008-07-01 Aleksey Bragin- Fix a problem with normal and special APCs being...
2008-06-30 ReactOS Portable... - Add driver database code to FreeLDR (using ReactOS...
2008-06-30 ReactOS Portable... - Add RAM disk support to FreeLDR and to the NTLDR...
2008-06-29 ReactOS Portable... - Implement beginnings of Ramdisk Port Driver. Planning...
next