sync to trunk revision 36500
[reactos.git] / reactos / ntoskrnl / ke / thrdschd.c
2008-10-20 Timo Kreuzersync to trunk revision 36500
2008-10-20 Timo Kreuzersync to trunk revision 36100
2008-09-19 Timo Kreuzerfix some 64 bit warnings
2008-09-12 Aleksey Bragin- MmDeleteKernelStack should take StackBase as the...
2008-09-05 Timo Kreuzersync to trunk head (35945)
2008-08-25 Stefan Ginsberg- Use MiSyncForProcessAttach and MiSyncForContextSwitch...
2008-08-24 Stefan Ginsberg- Remove KEBUGCHECK and KEBUGCHECKEX macros
2008-08-15 Aleksey Bragin- Fix MiSyncThreadProcessViews. Should fix bug 3658...
2008-08-14 Timo KreuzerSync to trunk head (35333)
2008-08-14 Stefan Ginsberg- Rework MiSyncThreadProcessViews
2008-08-13 Stefan Ginsberg- Apply the same Mm sync hacks in NtYieldExecution...
2008-08-13 Stefan Ginsberg- "Sync" to the next thread's initial stack in KiSwapTh...
2008-02-11 Hervé PoussineauBring back ext2 code from branch
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-03-26 Hervé Poussineau- Move NCI generated files to arch-specific directories
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-26 James TaborFix warning.
2007-01-18 Sylvain Petreollefix gcc4 build
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]:
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-26 Alex Ionescu- Fix dozens of missing typecast errors.
2006-10-08 Art YerkesPartially fixed up tree after merge from HEAD. More...
2006-09-17 Alex Ionescu- Add func.endfunc decoration.
2006-09-14 Alex Ionescu- Implement KeReadyThread that wraps KiReadyThread...
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-11 Alex Ionescu- Fix a critical bug in KiComputeNewPriority.
2006-09-10 Alex Ionescu- No need to apply the ROS Page hack inside thread...
2006-09-10 Alex Ionescu- Get completely rid of old Dispatcher Lock macros...
2006-09-10 Alex Ionescu- Thread Support cleanup 1: Separate kthread.c into...