[ARMLLB]: Make DbgPrint compatible so we can use debug.h.
[reactos.git] / reactos / ntoskrnl /
2010-11-23 Sir Richard[NTOS]: Define portable MI_MAKE_ACCESSED_PAGE macro.
2010-11-23 Sir Richard[ARM]: The text section is called ".text", not "text...
2010-11-23 Sir Richard[NTOS]: Bugfixes for the I/O Controller Object.
2010-11-22 Pierre Schweitzer[NTOSKRNL]
2010-11-22 Pierre Schweitzer[NTOSKRNL]
2010-11-22 Pierre Schweitzer[NTOSKRNL]
2010-11-22 Pierre Schweitzer[NTOSKRNL]
2010-11-21 Pierre Schweitzer[NTOSKRNL]
2010-11-20 Pierre Schweitzer[NTOSKRNL]
2010-11-20 Pierre Schweitzer[NTOSKRNL]
2010-11-20 Pierre Schweitzer[NTOSKRNL]
2010-11-20 Pierre Schweitzer[NTOSKRNL/PPC]
2010-11-19 Pierre Schweitzer[NTOSKRNL]
2010-11-19 Pierre Schweitzer[NTOSKRNL]
2010-11-19 Pierre Schweitzer[FORMATTING]
2010-11-18 Timo Kreuzer[NTOSKRNL]
2010-11-18 Timo Kreuzer[NTOSKRNL]
2010-11-11 Sir Richard[NTOS]: Start using colored pages. This will help perfo...
2010-11-11 Sir Richard[NTOS]: Use MI_PFN_ELEMENT in this code, as the extra...
2010-11-11 Sir Richard[NTOS]: Fix a bug in MiRemovePageByColor which caused...
2010-11-11 Sir Richard[NTOS]: Fix another bug in the continuous memory alloca...
2010-11-11 Art YerkesPart 1 of fixes: For some reason beyond me, I had abbre...
2010-11-09 Sir Richard[NTOS]: Fix bugs in MiAllocateContiguousPages. Fixes...
2010-11-08 Sir Richard[NTOS]: Assign a working set to the system process...
2010-11-08 Sir Richard[NTOS]: Optimize new context switching code to avoid...
2010-11-08 Sir Richard[NTOS]: KiDispatchInterrupt (the DPC handler) in C...
2010-11-08 Sir Richard[NTOS]: Context switch in C instead of ASM. Can be...
2010-11-08 Pierre Schweitzer[NTOSKRNL]
2010-11-05 Sir Richard[NTOS]: Make idle loop portable. Can be moved out of...
2010-11-05 Sir Richard[NTOS]: Implement the idle loop in C.
2010-11-02 Sir Richard[NTOS]: Mark all initialization functions INIT_FUNCTION.
2010-11-02 Sir Richard[NTOS]: Add page-tracking macro calls wherever needed...
2010-11-02 Sir Richard[NTOS]: Define an array of MI_USAGE integers to track...
2010-11-02 Sir Richard[NTOS]: CR3 should be PDE_BASE, not PTE_BASE!
2010-11-02 Sir Richard[NTOS]: Misc typo and cleanup fixes.
2010-11-02 Sir Richard[NTOS]: Fix a bug in the MDL Code which would dereferen...
2010-11-02 Sir Richard[NTOS]: Fix a bug in MmFindGapBottomUp which could...
2010-11-02 Sir Richard[NTOS]: You can't just set MDL_LOCKED_PAGES without...
2010-11-02 Sir Richard[NTOS]: ASSERT nobody tries to put ARM3 pages into...
2010-11-02 Sir Richard[NTOS]: Assert nobody tries to touch the sharecount...
2010-11-02 Sir Richard[NTOS]: Fix typos.
2010-11-02 Sir Richard[NTOS]: Sanity checks when dealing with creating/cleani...
2010-11-02 Sir Richard[NTOS]: Make sure we don't get a user-pointer back...
2010-11-02 Sir Richard[NTOS]: Remove merge artifact from newcc.
2010-11-02 Sir Richard[NTOS]: Protect Arty's changes with #ifdef NEWCC, other...
2010-11-02 Art Yerkes[CACHE]
2010-10-27 Timo Kreuzer[NTOSKRNL]
2010-10-27 Aleksey Bragin[NTOS/MM]
2010-10-26 Aleksey Bragin[NTOS/MM]
2010-10-25 Aleksey Bragin[NTOS/MM]
2010-10-25 Timo Kreuzer[YAROTOWS] Reintegrate the branch. For a brighter future.
2010-10-24 Aleksey Bragin[N[NTOS/MM]
2010-10-24 Cameron Gutman[NTOSKRNL]
2010-10-24 Cameron Gutman[PNPMGR]
2010-10-24 Cameron Gutman[NTOSKRNL]
2010-10-24 Cameron Gutman[NTOSKRNL]
2010-10-23 Timo Kreuzersync with trunk (r49238)
2010-10-19 Pierre Schweitzer[NTOSKRNL]
2010-10-19 Sir Richard[NTOS]: Go back to using RosMm for the NLS section...
2010-10-19 Sir Richard[NTOS]: Fix multiple math/logic bugs in the PrototypePT...
2010-10-19 Sir Richard[NTOS]: C Pointer Math will bite even the most experien...
2010-10-19 Sir Richard[NTOS]: Add support for unmapping ARM3 sections, destro...
2010-10-19 Sir Richard[NTOS]: Use allocation attribute 0x1 instead of 0xC0000...
2010-10-19 Sir Richard[NTOS]: Implement the MAREA<->VAD hack for section...
2010-10-19 Sir Richard[NTOS]: Get rid of MC_NPPOOL and MC_PPOOL memory consum...
2010-10-19 Sir Richard[NTOS]: Implement MiDecrementReferenceCount and rewrite...
2010-10-18 Sir Richard[NTOS]: Clean up Mm initialization, there is now no...
2010-10-18 Sir Richard[NTOS]: Remove the "35314 sginsberg /...
2010-10-18 Sir Richard[NTOS]: Remove the Bavarian hack, I no longer think...
2010-10-18 Sir Richard[NTOS]: Store the protection mask in the Fake VADs...
2010-10-18 Sir Richard[NTOS]: Complete the VAD-to-MAREA Synchronization hack...
2010-10-17 Sir Richard[NTOS]: Fix brainfart (an interesting bug we would...
2010-10-17 Sir Richard[NTOS]: Use MI_SET_PFN_DELETED where we missed it.
2010-10-17 Sir Richard[NTOS]: Handle faults on non-demand-zero PTEs (and...
2010-10-16 Sir Richard[NTOS]: Add MmProtectToValue array to convert MM/PTE...
2010-10-14 Jérôme GardouSync with trunk head (r49139)
2010-10-12 Pierre Schweitzer[NTOSKRNL]
2010-10-12 Pierre Schweitzer[NTOSKRNL]
2010-10-10 Eric Kohl[NTOSKRNL]
2010-10-07 Pierre Schweitzer[NTOSKRNL]
2010-10-07 Pierre Schweitzer[NTOSKRNL]
2010-10-07 Pierre Schweitzer[NTOSKRNL]
2010-10-07 Pierre Schweitzer[FREELDR]
2010-10-07 Sir Richard[NTOS]: Fix copy/paste error.
2010-10-07 Sir Richard[NTOS]: Hackfix a hack. Should get rid of the recent...
2010-10-07 Sir Richard[NTOS]: Add support for user-mode VAD faults on page...
2010-10-07 Sir Richard[NTOS]: My attempt at making bugchecks a thing of the...
2010-10-06 Sir Richard[NTOS]: Fix bugs in the VAD algorithms, we should be...
2010-10-06 Timo Kreuzer[NTOSKRNL]
2010-10-06 Sir Richard[NTOS]: Temporary debugging.
2010-10-06 Timo Kreuzer[NTOSKRNL]
2010-10-06 Sir RichardLame... build fix.
2010-10-05 Sir Richard[NTOS]: High-level interface fixes to NtAllocateVirtual...
2010-10-05 Sir Richard[NTOS]: Fix whitespace typo in comment (two spaces...
2010-10-05 Sir Richard[NTOS]: Delete a bunch of junk, 5 less files in Mm...
2010-10-05 Sir Richard[NTOS]: When shutting down, call Cc to flush the dirty...
2010-10-05 Sir Richard[NTOS]: Implement ARM3 version of MmMapViewOfSection...
2010-10-05 Aleksey Bragin[HEAP]
2010-10-05 Sir Richard[NTOS]: Add the tiny little bit of code required to...
2010-10-05 Sir Richard[NTOS]: Delete deprecated handling of MEMORY_AREA_IO_MA...
next