[CMBATT]
[reactos.git] / reactos / ntoskrnl /
2010-03-08 Sir Richard[NTOS]: Have I/O Manager Volume Device Objects register...
2010-03-08 Sir Richard[NTOS]: Implement CmSetLazyFlushState to disable lazy...
2010-03-06 Matthias Kupfer- fix palette index for the progress bar
2010-03-04 Sir RichardPatch for better boot logo/progress bar, fixed /SOS...
2010-03-03 Timo KreuzerRevert r45774 until I know why qemu is broken
2010-03-03 Sir Richard[NTOS]: Do the "funny message" (not really funny, my...
2010-03-03 Timo Kreuzer[NTOS]
2010-03-02 Timo Kreuzer[KDBG]
2010-02-26 Ged Murphy- Move from using include guards to pragma once.
2010-02-22 Aleksey Bragin[NTOS]: Enable high/low memory events notifications.
2010-02-22 Aleksey Bragin[NTOS]: Temporarily disable last part of MiInsertZeroLi...
2010-02-21 Sir Richard[NTOS]: Insert pages into zero list with specific MiIns...
2010-02-21 Sir Richard[NTOS]: Use system PTEs for drivers, both boot drivers...
2010-02-20 Sir Richard[NTOS]: Make MM init read MmProductType to determine...
2010-02-20 Sir Richard[NTOS]: Remove SwapEntry parameter from MmAllocPage...
2010-02-20 Sir Richard[NTOS]: Manage the PFN lists using the correct Flink...
2010-02-19 Sir Richard[NTOS]: Disable support for global pages since it does...
2010-02-19 Sir Richard[NTOS]: Fix premature setting of the page location...
2010-02-19 Sir Richard[NTOS]: Fix a logic error which could cause pages on...
2010-02-19 Sir Richard[NTOS]: Fix an off-by-! error which caused MDL page...
2010-02-19 Sir Richard[NTOS]: It seems the code to release a page was not...
2010-02-19 Sir Richard[NTOS]: Fix an off-by-one-error which incorrectly cause...
2010-02-19 Sir Richard[NTOS]: Fix off-by-one error in MDL locking which cause...
2010-02-19 Cameron Gutman[NTOSKRNL]
2010-02-19 Cameron Gutman[NTOSKRNL]
2010-02-19 Sir Richard[NTOS]: Stop storing the consumer in the PFN, as this...
2010-02-19 Sir Richard[NTOS]: Instead of having an LRU linked list of working...
2010-02-18 Dmitry Gorbachev[NTOSKRNL] KiConvertToGuiThread() "accesses memory...
2010-02-18 Sir Richard[NTOS]: Fix build, my bad (missing file).
2010-02-18 Sir Richard[NTOS]: Build the actual ARM3 PFN database.
2010-02-18 Sir Richard[NTOS]: Remove unused code.
2010-02-15 Timo Kreuzer[NTOS] Allocate the trap frame on the stack by decreasi...
2010-02-13 Timo Kreuzer[NTOS] Push vector as error code on the stack in KiUnex...
2010-02-11 Sir Richard[NTOS]: Remove many hacks in freelist.c regarding the...
2010-02-11 Sir Richard[NTOS]: Get rid of page locking mechanism for MDL since...
2010-02-11 Sir Richard[NTOS]: Remove bogus assertion.
2010-02-11 Sir Richard[NTOS]: Fix broken MI_PFNENTRY_TO_PFN macro.
2010-02-11 Sir Richard[NTOS]: Fix a stupid bug: x86 has 1024 PDEs, and ARM...
2010-02-11 Sir Richard[NTOS]: Move more functions from the i386 ARM3 director...
2010-02-10 Timo Kreuzer[REACTOS] Add asm.h containing macros to make assembly...
2010-02-10 Sir Richard[NTOS]: Allocate and initialize color tables based...
2010-02-10 Sir Richard[NTOS]: Factor out SecondaryColor computations into...
2010-02-10 Sir Richard[NTOS]: MxGetNextPage is not platform-specific, so...
2010-02-10 Dmitry GorbachevDo not crash, use valid kernel PTE.
2010-02-10 Sir Richard[NTOS]: Actually use calculated kernel stack size value.
2010-02-10 Sir Richard[NTOS]: Allow registry configuration of large kernel...
2010-02-10 Sir Richard[NTOS]: Combine ARM3 phase 0 and 1 even it means callin...
2010-02-09 Sir Richard[NTOS]: Implement new and correct MiAddressToPte, ToPde...
2010-02-09 Sir Richard[NTOS]: Setup the template PTE and PDE used on ARM.
2010-02-09 Colin FinckThe big RosBE 1.5 compatibility patch. You will need...
2010-02-09 evb- Make KeFlushProcessTb work. Since no MPCore support...
2010-02-09 evb- Fix wrong initialization of different modes and stacks.
2010-02-09 Sir Richard[MISC]: Build fixes to sync up with latest changes.
2010-02-09 Sir Richard[NTOS]: Tabula rasa (clean slate) on the old-MM page...
2010-02-09 Sir Richard[NTOS]: All calls to DbgPrint will go to DbgPrintEarly...
2010-02-09 Sir Richard[NTOS]: Make system startup match x86 code as closely...
2010-02-09 Sir Richard[NTOS]: Update code to use new KPCR structure.
2010-02-09 Sir Richard[NTOS]: Sync up KiDispatchException with x86 code ...
2010-02-09 Sir Richard[NTOS]: Get rid of fixed TLB entries on ARM, I don...
2010-02-09 Sir Richard[NTOS]: Forgot to setup an IRQ stack, the kernel was...
2010-02-07 Sir Richard[NTOS]: Add a branch-to-self to start testing kernel...
2010-02-07 Sir Richard[FREELDR]: Start rewrite of eVb's messed up FreeLDR...
2010-02-06 Sir Richard[NTOS]: Combine all exit trap stubs into a single funct...
2010-02-06 evb- Make boot.s just stub to force load address, since...
2010-02-02 Sir Richard[NTOS]: Yet another fix for KiEnterInterruptTrap: Set...
2010-02-01 Sir Richard[ARM]: Fix the ARM build, hopefully without breaking...
2010-02-01 Sir Richard[NTOS]: Try to fix KiEnterInterrupt once and for all...
2010-01-31 Sir Richard[NTOS]: Always set correct segments; the if/else branch...
2010-01-30 Sir Richard[NTOS]: Simplify KiTrapStub and write registers in...
2010-01-30 Sir Richard[PERF]: Omit setting certain useless trap frame fields.
2010-01-29 Sir Richard[HAL]: Rewrite IRQL handling. Alex's original code...
2010-01-29 Sir Richard[NTOS]: Return correct IRQ 0 vector instead of IRQL...
2010-01-29 Sir Richard[NTOS]: Another try at the chained interrupt dispatch...
2010-01-29 Sir Richard[NTOS]: Implement chained interrupt dispatch. For level...
2010-01-29 Sir Richard[NTOS]: Implement the KiInterruptTemplate in C since...
2010-01-28 Sir Richard[NTOS]: The last big step. Now that the HAL is in C...
2010-01-28 Sir Richard[PERF]: Optimize nested interrupt cases (where a pendin...
2010-01-28 Sir Richard[NTOS]: Fix L1/L2 cache detection and write out the...
2010-01-28 Sir Richard[NDK]: Fix KPCR definition.
2010-01-28 Sir Richard[NTOS]: Remove checks for VDM alert during GPF. This...
2010-01-28 Sir Richard[PERF]: Not in any way a scientific number you should...
2010-01-27 Sir Richard[NTOS/PERF]: Enable VME support. VME stands for Virtual...
2010-01-27 Sir Richard[NTOS]: Trunk boots now (interesting that buildbot...
2010-01-27 Sir Richard[NTOS]: Rework the trap macros again. This time we...
2010-01-26 Sir Richard[HAL]: Implement the profile and clock interrupt trap...
2010-01-26 Sir Richard[PERF]: What to do when your SYSEXIT code has a bug...
2010-01-26 Sir Richard[PERF]: After spending the better part of the last...
2010-01-26 Sir Richard[NTOS]: Refactor some stub code and add a couple of...
2010-01-26 Sir Richard[NTOS]: Implement a C/Extended ASM macro for generating...
2010-01-25 Sir Richard[NTOS]: Split the GENERATE_TRAP_HANDLER in two separate...
2010-01-24 Dmitry Gorbachev- Use __builtin_trap for old GCC, too.
2010-01-24 Sir Richard[PERF]: Make the trap entry/exit macros inlined, just...
2010-01-24 Dmitry GorbachevComment out DECLSPEC_NORETURN for now.
2010-01-24 Dmitry GorbachevUse for GCC before 4.5, too...
2010-01-24 Dmitry GorbachevTrying r45222 hack again...
2010-01-24 Dmitry GorbachevPut #endif where it should be.
2010-01-24 Dmitry GorbachevTrying to fix build...
2010-01-24 Dmitry GorbachevFix vmwinst.exe crash (bug #5134).
2010-01-23 Sir Richard[PERF]: Make all trap handlers, trap exit code, fatal...
2010-01-23 Sir Richard[PERF]: Replace early ZwClose system calls with ObClose...
next