- Rework MiSyncThreadProcessViews
[reactos.git] / reactos / ntoskrnl / ke / thrdobj.c
2008-08-14 Stefan Ginsberg- Rework MiSyncThreadProcessViews
2008-08-13 Stefan Ginsberg- Fix MiSyncThreadProcessViews in KeInitThread too...
2008-08-13 Stefan Ginsberg- Fix a (comment) typo
2008-08-13 Stefan Ginsberg- Fix a broken check in PspExitThread. We should check...
2008-02-11 Hervé PoussineauBring back ext2 code from branch
2008-01-13 Aleksey Bragin- Sync up Mm interface with WinLdr branch (introduce...
2007-11-23 Art YerkesWe need an address within the stack in order for freein...
2007-11-10 Magnus OlsenMerge from branch ReactX to Trunk,
2007-11-06 Hervé PoussineauSimplify code
2007-11-06 Hervé PoussineauFix some compilation errors in ntkrnlmp
2007-11-04 Art YerkesAdd the beginnings of context switch and decrementer...
2007-09-27 Aleksey Bragin- Wrong param was being sent to MiSyncThreadProcessView...
2007-09-27 Aleksey Bragin- Coalesce all calls to MmUpdatePageDir through a singl...
2007-09-27 Aleksey Bragin- Fix multiple bugs in RtlWalkFrameChain and secure...
2007-09-24 Aleksey Bragin- Add Ex*Spinlock macros and FLUSH_MULTIPLE_MAXIMUM...
2007-04-02 Alex Ionescu- Revert 26244, 26245, 26246, 26247.
2007-04-02 Magnus Olsenfixing the build for gcc 3.4.5
2007-03-26 Hervé Poussineau- Move NCI generated files to arch-specific directories
2007-03-26 Hervé PoussineauCleanup code for easier porting to other architectures
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-25 Alex Ionescu- Clean up kernel32\thread.c and fix some bugs.
2007-01-24 Aleksey Bragin- Merge 25572 (except the NTLPC related part), this...
2007-01-18 Alex Ionescu[25 bug fixes]:
2007-01-17 Alex Ionescu- Remove hack from KiSetPriorityThread. Now it doesn...
2007-01-17 Alex Ionescu[10 bug fixes]:
2007-01-17 Alex Ionescu- Simplify KiSelectReadyThread.
2007-01-16 Alex Ionescu[22 bug fixes]:
2007-01-01 Art Yerkes- most of the churn here is from code and headers impor...
2006-12-04 Aleksey BraginCreate a place for work on creating a bootloader capabl...
2006-11-08 Johannes Anderwaldset most of trunk svn property eol-style:native
2006-10-23 Alex Ionescu- Properly implement inline versions of KeGetCurrentThr...
2006-10-22 Alex Ionescu- Implement KeThawAllThreads based on KeFreezeAllThreads.
2006-10-22 Alex Ionescu- Fix KeFreezeAllThreads prototype and define it in...
2006-10-08 Art YerkesPartially fixed up tree after merge from HEAD. More...
2006-09-14 Alex Ionescu- Converted some macros to inlined functions.
2006-09-14 Alex Ionescu- Implement KeReadyThread that wraps KiReadyThread...
2006-09-14 Alex Ionescu- Implement KiUnlinkThread to unlink a thread from...
2006-09-12 Alex Ionescu- Revert 24020 (good code, but buggy) and 24041 (bad...
2006-09-11 Alex Ionescu- Implement KiReleaseProcessLockFromDpcLevel and use...
2006-09-10 Alex Ionescu- No need to apply the ROS Page hack inside thread...
2006-09-10 Alex Ionescu- Update the last remaining old function, KeSetBasePrio...
2006-09-10 Alex Ionescu- Reposition and update KeQueryBasePriorityThread to...
2006-09-10 Alex Ionescu- Update KeRevertToUserAffinityThread, KeSetSystemAffin...
2006-09-10 Alex Ionescu- Re-organize all internal functions in 3 groups:
2006-09-10 Alex Ionescu- Remove KeSetPreviousMode, KeDisableThreadApcQueueing.
2006-09-10 Alex Ionescu- Implement KiAcquireProcessLock, KiReleaseProcessLock.
2006-09-10 Alex Ionescu- Fix definition of SYNCH_LEVEL.
2006-09-10 Alex Ionescu- Thread Support cleanup 1: Separate kthread.c into...