Fix building some modules.
[reactos.git] / reactos / ntoskrnl /
2009-12-07 Samuel Serapionsync rostests to r44455
2009-12-07 Samuel Serapionsync rosapps to r44454
2009-12-06 Timo KreuzerMerge from amd64 branch:
2009-12-05 Timo KreuzerFix a typo
2009-12-05 Timo Kreuzer[EX]
2009-12-05 Timo KreuzerMove architecture specific inline functions in into...
2009-12-05 Timo Kreuzer[KE]
2009-12-04 Timo Kreuzer[MM]
2009-12-04 Timo Kreuzerfix a debugprint
2009-12-04 Timo KreuzerAdd some msr constants
2009-12-04 Timo Kreuzer[MM]
2009-12-04 Michael Martin[ntoskrnl/config]
2009-12-03 Timo KreuzerFix a bug in MiAllocatePagesForMdl that made it loop...
2009-12-03 Samuel SerapionSync to trunk (r44371)
2009-12-03 Samuel SerapionSync to trunk (r44371)
2009-12-01 Aleksey Bragin[ntoskrnl/cc]
2009-12-01 Aleksey Bragin[ntoskrnl/se]
2009-11-30 Timo Kreuzer[MM]
2009-11-29 Timo Kreuzer[MM]
2009-11-29 Timo Kreuzer[MM]
2009-11-29 Timo Kreuzer[MM]
2009-11-28 Michael Martin[ntoskrnl/config]
2009-11-27 Timo Kreuzer- Don't use a pointer to SINGLE_LIST_ENTRY as parameter...
2009-11-26 Timo Kreuzer- rewrite the completely broken RtlInterlockedPopEntryS...
2009-11-24 Aleksey Bragin[ntoskrnl/cm]
2009-11-23 Timo KreuzerSeCaptureSecurityDescriptor: instead of first copying...
2009-11-23 Timo KreuzerMm64BitPhysicalAddress is a BOOLEAN, not a PBOOLEAN
2009-11-22 Timo KreuzerRemove some useless code.
2009-11-22 Timo Kreuzer[MM]
2009-11-22 Timo Kreuzer[MM]
2009-11-21 Aleksey Bragin[ntoskrnl/se]
2009-11-21 Timo KreuzerULONG -> ULONG_PTR
2009-11-21 Timo Kreuzer- MmArmAccessFault: Don't assume that PDE's are accessi...
2009-11-21 Timo KreuzerPFN_TYPE -> PFN_NUMBER
2009-11-21 Timo Kreuzer- Update MMPFN for WIN64
2009-11-18 Timo Kreuzer[MM]
2009-11-18 Timo Kreuzer[MM]
2009-11-17 Timo Kreuzer[MM]
2009-11-17 Timo KreuzerAmmendment to r44220
2009-11-17 Timo Kreuzer[MM]
2009-11-17 Timo KreuzerRemove unused variable.
2009-11-16 Timo Kreuzer[MM]
2009-11-16 Timo Kreuzeradd 64 bit POOL_HEADER, to make pool allocations work...
2009-11-16 Timo KreuzerOn amd64 the NextEntry member of MMPTE_LIST has 32...
2009-11-16 Dmitry GorbachevRemove MmVerifierData.
2009-11-16 Dmitry GorbachevFix a bug, silence GCC 4.5.x warnings.
2009-11-16 Dmitry GorbachevBreak long expressions, fix formatting.
2009-11-15 Timo KreuzerAdd some debugging code
2009-11-15 Timo Kreuzer- Get rid of the MmGlobalKernelPageDirectory hack....
2009-11-14 Timo KreuzerDon't truncate MI_MAPPING_RANGE_START to ULONG
2009-11-14 Timo KreuzerPass pointers to MiAddressToPte instead of integer
2009-11-14 Timo Kreuzer- Remove old debugging code from MiArmInitializePageTable
2009-11-14 Timo KreuzerThe freelist code is an increadible hack. It #defines...
2009-11-13 Timo Kreuzer- Share some more inline functions between the kernel...
2009-11-13 Timo KreuzerInitialize MmDebugPte from MiDebugMapping variable...
2009-11-13 Johannes Anderwald- Silence (on request of Christoph)
2009-11-13 Timo KreuzerConvert KdpDprintf to conditional KDDBGPRINT macros...
2009-11-12 Stefan Ginsberg- Add missing synchronization for access to PsLoadedMod...
2009-11-11 Stefan Ginsberg- Add inital support for PCI and ISA interrupts.
2009-11-11 Timo Kreuzer- Correct implementations of MiAddressToP*e() would...
2009-11-10 Stefan Ginsberg- Correct author of freeze.c (code was copied from...
2009-11-10 Timo Kreuzer[MM]
2009-11-10 Timo Kreuzerfix build of ntoskrnl
2009-11-10 Timo KreuzerMerge trunk HEAD (r44067)
2009-11-10 Timo Kreuzer[MM]
2009-11-10 Timo Kreuzerdon't anable interrupts as long as that's all broken...
2009-11-09 Timo Kreuzer[KE]
2009-11-09 Stefan Ginsberg- Add KCALLOUT_FRAME to define the kernel callback...
2009-11-09 Stefan Ginsberg- Set and check for the correct PTE write bits on x86...
2009-11-09 Timo KreuzerFix my broken copy pasta, spotted by talley
2009-11-09 Timo Kreuzer[KE]
2009-11-09 Stefan Ginsberg- Fix build with neither KDBG or _WINKD_ defined -...
2009-11-09 Timo Kreuzerfix build of ntoskrnl
2009-11-09 Timo Kreuzer[MM]
2009-11-09 Timo Kreuzer- Move the hack for MmUpdatePageDir before KeInitialize...
2009-11-08 Stefan Ginsberg- Add freeze.c to the build too
2009-11-08 Stefan Ginsberg- Move processor freeze support out from x86 cpu.c...
2009-11-08 Stefan Ginsberg- Fix _WINKD_ build breakage from 44023 -- missed to...
2009-11-08 Timo Kreuzer[MM]
2009-11-08 Timo Kreuzer[MM]
2009-11-08 Stefan Ginsberg- Disable the MiCacheImageSymbols call in MmLoadSystemI...
2009-11-07 Timo Kreuzercleanup amd64 specific Mm stubs
2009-11-07 Timo KreuzerFix KiDoubleFaultAbort
2009-11-07 Timo Kreuzer- Remove useless check in KeInvalidateAllCaches
2009-11-05 Timo Kreuzeruse RtlPcToFileHeader instead of RtlpLookupModuleBase
2009-11-04 Stefan Ginsberg- Convert one more __invlpg to KeInvalidateTlbEntry
2009-11-04 Stefan Ginsberg- Oh snap. KDBG is not dead yet.
2009-11-04 Stefan Ginsberg- Implement support for reading and writing physical...
2009-11-04 Stefan Ginsberg- Finish the work around for the Pentium cmpxchg8b...
2009-11-02 Stefan Ginsberg- Document what the 'NoBuses' member in the PCI_REGISTR...
2009-11-02 Stefan Ginsberg- Commit something to get build server building --...
2009-11-02 Stefan Ginsberg- Fix incorrect comment, spotted by Timo.
2009-11-02 Stefan Ginsberg- Fix support for /CRASHDEBUG and /NODEBUG; we didn...
2009-10-31 Stefan Ginsberg- Don't define the SizePcr entry to the size of the...
2009-10-31 Stefan Ginsberg...and fix non-KD build for the rest of you.
2009-10-31 Stefan Ginsberg- Add 'simple' implementation of MmDbgCopyMemory to...
2009-10-31 Stefan Ginsberg- Clarify a check and don't cast KPCR->GDT to PKIPCR...
2009-10-29 Stefan Ginsberg- INITIAL_STALL_COUNT makes more sense in decimal ...
2009-10-29 Stefan Ginsberg- Re-enable some debug prints for unsupported hardware...
2009-10-29 Stefan Ginsberg- Implement the ThreadDescriptorTableEntry case for...
next