- NtUserWaitForInputIdle: Call EngGetTickCount, removing duplicated code
[reactos.git] / reactos / ntoskrnl / ke / i386 / ctxswitch.S
2008-10-29 KJK::HyperionMerging r37048, r37051, r37052, r37055 from the-real...
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-21 Stefan Ginsberg- Fix various compilation errors in SMP assembly (typos...
2008-10-13 Cameron Gutman - Merge aicom-network-fixes up to r36740
2008-09-21 Colin FinckWow, WriteConfigurationFile() in rbuild never worked...
2008-08-25 Stefan Ginsberg- Use MiSyncForProcessAttach and MiSyncForContextSwitch...
2008-08-15 Aleksey Bragin- Fix MiSyncThreadProcessViews. Should fix bug 3658...
2008-08-14 Stefan Ginsberg- Rework MiSyncThreadProcessViews
2008-08-01 Art YerkesCreate a branch for network fixes.
2008-02-11 Hervé PoussineauBring back ext2 code from branch
2008-01-19 Aleksey Bragin- Add missing label.
2008-01-16 Aleksey Bragin- Sync NDK changes.
2008-01-13 Aleksey Bragin- Sync up Mm interface with WinLdr branch (introduce...
2007-09-27 Aleksey Bragin- Coalesce all calls to MmUpdatePageDir through a singl...
2007-08-04 Aleksey Bragin- Fix NtSetInformationThread(ThreadBasePriority)
2007-03-26 Hervé Poussineau- Move NCI generated files to arch-specific directories
2007-03-21 Aleksey Bragin- Clear DPC request when delivering DPCs from the idle...
2007-03-19 Alex Ionescu- Don't use the stack in FASTCALL_PROLOG. It messes...
2007-03-19 Alex Ionescu- Fix NPX check in context switcher.
2007-02-16 Alex Ionescu- Create KD branch. All debugging support is removed...
2007-02-11 Sylvain Petreollemove from branch
2007-02-05 Aleksey BraginMerge 25584, 25588.
2007-01-31 Magnus Olsenmerge trunk rev : 25663 and 25664 to 0.3.1 branch ...
2007-01-23 Alex Ionescu- Convert KxDelayThreadWait, KxSingleThreadWait, KxMult...
2007-01-18 Alex Ionescu- Fix __rdtsc so it's considered volatile by GCC instea...
2007-01-17 Alex Ionescu- Remove hack from KiSetPriorityThread. Now it doesn...
2007-01-17 Alex Ionescu[10 bug fixes]:
2006-12-04 Aleksey BraginCreate a place for work on creating a bootloader capabl...
2006-10-08 Art YerkesPartially fixed up tree after merge from HEAD. More...
2006-09-18 Alex Ionescu- On SMP systems, update KPROCESS->ActiveProcessors...
2006-09-18 Alex Ionescu- Assert that the current CPU is the one the thread...
2006-09-18 Alex Ionescu- Fix some bugs in LDT switch (EDI->EBP)
2006-09-18 Alex Ionescu- Don't update CR3 in KTSS, it's not used.
2006-09-18 Alex Ionescu- Stop doing cli/sti doing context switching (For now...
2006-09-17 Alex Ionescu- Add func.endfunc decoration.
2006-09-16 Alex Ionescu- Fix one of the oldest hacks in ReactOS: KeGetCurrentT...
2006-09-12 Alex Ionescu- Re-merge 24062+24063, with a minor difference, they...
2006-09-11 Alex Ionescu- Implement HalProcessorIdle.
2006-09-11 Alex Ionescu- Implement and export HalClearSoftawareInterrupt ...
2006-09-10 Alex Ionescu- Remove KeGetCurrentProcess. This API doesn't exist.
2006-09-04 Art YerkesBig merge: thanks alex and greatlord. Not a complete...
2006-08-31 Alex Ionescu- Don't do fast system calls with the wrong DS/ES selec...
2006-08-30 Alex Ionescu- It should now be safe to remove the V86 ESP0 hack...
2006-08-25 Alex Ionescu- We do not speak about the v86 hack.
2006-08-20 Alex Ionescu- Detect NPX/FPU in simple assembly and XMMI/SSE2 by...
2006-08-20 Alex Ionescu- Don't use EFLAGS to store the Wait IRQL, just push...
2006-08-20 Alex Ionescu- Add support for APC-delivery after context-switch...
2006-08-20 Alex Ionescu- Some micro-architectural changes and cleanups.
2006-01-17 Alex Ionescu- Move some assembly functions around in better suited...
2006-01-16 Alex IonescuDo set ESP0, but after we save the old value for the...
2006-01-16 Alex IonescuDisable correct usage of ESP0 since it seems the V86...
2006-01-16 Alex Ionescu- Fix some nasty context switch bugs:
2006-01-15 Hartmut BirrFix the smp build.
2006-01-05 Alex Ionescu- Disable commented out define-check which i had only...
2006-01-05 Hartmut BirrKefReleaseSpinLockFromDpcLevel needs the address of...
2006-01-05 Alex Ionescu- Optimized the dispatcher lock. It is now gone on...
2005-12-02 Alex Ionescu- Correctly zero out esi. Thanks to Patrick Baggett.
2005-11-27 Alex Ionescu- Update selector names to official names and define...
2005-11-22 Alex Ionescu- Fix inclusion of deleted file.
2005-09-13 Alex IonescuSome work-in-progress improvements and rethought of...
2005-07-20 Alex Ionescu - Move asm.h to NDK.
2005-06-26 Alex IonescuSatisfy blight's excessively arrogant attitude and...
2005-06-25 Alex IonescuLarge partial cleanup of ntoskrnl internal headers...
2005-06-17 Gregor AnichFix setjmp (didn't save correct ESP, so it crashed...
2005-05-14 Casper HornstrupMerge 14981:15268 from trunk
2005-05-13 Casper HornstrupCopy w32api from trunk
2005-05-08 Hartmut BirrFixed the stack switching.
2005-05-07 Alex IonescuImplement FsRtlMdlRead, FsRtlMdlReadComplete, FsMdlRead...
2005-05-07 Alex IonescuUpdate ETHREAD to latest version.
2005-05-05 Casper HornstrupMerge 14551:14980 from trunk
2005-05-05 Casper HornstrupCopy wininet to branch
2005-05-01 Martin Fuchsmerge ROS Shell without integrated explorer part into...
2005-04-23 Hartmut BirrFixed restoring of registers.
2005-04-23 Hartmut BirrFixed the smp build.
2005-04-23 Alex IonescuImplement KiServiceExit2 which restores debug registers...
2005-04-23 Alex IonescuAdd KDBG debugging hack from old code and convert it...
2005-04-22 Alex IonescuThread Creation and Context Switching re-write, plus...