detect hyper-threading, determine number of logical processors per phyiscal processor...
[reactos.git] / reactos / ntoskrnl / ke / i386 / kernel.c
2005-03-07 Thomas Bluemeldetect hyper-threading, determine number of logical...
2005-02-14 Alex IonescuReimplemented Kernel and Executive Timers. Use Microsof...
2005-02-08 Alex IonescuFreeLdr Patch. Now fully loads ntoskrnl using a PE...
2005-01-26 Alex IonescuStandardize comment headers. Patch by Trevor McCort
2005-01-25 Hartmut Birr- Enabled SYSENTER/SYSEXIT for application processors...
2005-01-17 Alex IonescuSYSENTER support, INT2E Optimization, new Syscall Table...
2004-12-25 Filip Navara- Fix a typo.
2004-12-25 Filip Navara- Fix comparsion that I broke with my last commit.
2004-12-24 Filip Navara- Fix compilation with GCC 4.0-20041219.
2004-12-04 Gé van GeldorpUse MmMapIoSpace() instead of messing around with the...
2004-11-28 Hartmut Birr- Dipped the code between HalInitializeProcessor and...
2004-11-20 Gregor AnichFPU/SSE state saving on taskswitching, FPU and SSE...
2004-11-13 Hartmut Birr- Stored the informations from the cpuid instruction...
2004-11-01 Hartmut Birr- Initialized the fpu of an application processor.
2004-10-31 Hartmut Birr- Initialize the pcr for an application processor befor...
2004-10-24 Eric KohlSet processor features in the shared user page.
2004-10-17 Hartmut Birr- Used variables from the KPCR for the current irql...
2004-10-17 Alex IonescuFixed definition of KPCR_TIB to match W32API/NT5 defint...
2004-10-17 Alex IonescuFix accidental change.
2004-10-17 Alex IonescuKeStackAttach: Acquire lock before getting thread
2004-09-26 Hartmut Birr- Detect more cpu features.
2004-09-09 Hartmut Birr- Implemented PAE (physical address extension) mapping.
2004-08-15 Casper Hornstrup2004-08-15 Casper S. Hornstrup <chorns@users.sourcefo...
2004-08-14 Hartmut Birr- Enabled global pages if it is possible.
2004-08-04 Filip Navara- Fix setting of GDT and IDT pointers in KPCR.
2004-08-01 Hartmut Birr- Changed all internal memory functions to use the...
2004-04-24 James TaborSet 386 as default cpu type.
2004-04-23 James TaborFix return for cpuid.
2004-03-13 David Welch- Record feature information from cpuid. Not used at...
2004-03-09 David Welch- Replaced some common sequences of inline assembly...
2004-01-05 Thomas Bluemeltamlin's work on compiling the kernel with another...
2003-12-30 Aleksey BraginMake compatible w/both MinGW and MSVC
2003-12-30 Aleksey BraginContinue of MSVC-compiling changes....
2003-10-12 Hartmut Birr- Fixed the freeing of memory from boot load drivers.
2003-06-05 Casper Hornstrup2003-06-05 Casper S. Hornstrup <chorns@users.sourcefo...
2003-04-26 KJK::HyperionMy biggest commit so far (everything compiles and appar...
2002-10-01 Casper Hornstrup2002-10-01 Casper S. Hornstrup <chorns@users.sourcefo...
2002-09-08 Casper HornstrupReverted latest changes.
2002-09-07 Casper HornstrupUse free Windows DDK and compile with latest MinGW...
2002-06-04 David Welch2002-06-04 David Welch <welch@whitehall1-5.seh.ox...
2002-05-14 David WelchReverted the MPW changes (keep these in a seperate...
2002-05-13 Casper HornstrupUse ULONG_PTR instead of ULONG when doing pointer arith...
2001-12-31 David WelchVirtual memory support
2001-09-24 Casper HornstrupInitial OS level SEH support.
2001-04-18 David WelchUP fixes, was enabling interrupts too early
2001-04-17 David WelchSMP scheduling fixes
2001-04-17 David WelchFurther SMP work (associate an idle thread with each...
2001-04-16 David Welchper processor TSS
2001-04-16 David WelchSMP detection work
2001-04-13 Casper HornstrupAdded Intel MultiProcessor Specification support
2001-03-22 David WelchMake the trap handlers work early in the boot process
2001-03-17 David WelchOops, missing files
2001-03-16 David WelchMoved microkernel to the architecture specific directory