[PORTCLS]
[reactos.git] / reactos / ntoskrnl /
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...
2010-10-05 Sir Richard[NTOS]: Add a _64K macro definition so we can stop...
2010-10-05 Sir Richard[NTOS]: Use the Spare flag in the VAD as a ReactOS...
2010-10-05 Sir Richard[NTOS]: Nobody uses MEMORY_AREA_SYSTEM anymore, call...
2010-10-05 Sir Richard[NTOS]: Nobody actually writes TRUE for WriteCopyView...
2010-10-05 Sir Richard[NTOS]: We don't support SEC_BASED for ARM3 sectios...
2010-10-05 Sir Richard[NTOS]: Nobody reads/checks for MEMORY_AREA_CACHE_SEGME...
2010-10-04 Sir Richard[NTOS]: Implement MiMapViewInSystemSpace, all it took...
2010-10-04 Sir Richard[NTOS]: Implement MmCreateArm3Section, which creates...
2010-10-04 Sir Richard[NTOS]: Implement/fixup the code paths during page...
2010-10-04 Sir Richard[NTOS]: Initialize system views by calling MiInitialize...
2010-10-04 Sir Richard[NTOS]: Define MI_MAKE_PROTOTYPE_PTE macro to make...
2010-10-04 Sir Richard[NTOS]: Go ahead and now fill out the OriginalPte field...
2010-10-02 Sir Richard[NTOS]: Move all the Nt*Section API interfaces into...
2010-09-30 Sir Richard[NTOS]: This is why you shouldn't let Antoine Dodson...
2010-09-30 Sir Richard[NTOS]: He's climbing in yo PFN database, he snatching...
2010-09-30 Sir Richard[NTOS]: Use SYSTEM_PD_SIZE instead of assuming that...
2010-09-30 Sir Richard[NTOS]: MiSetConsumer no longer achieves anything....
2010-09-30 Sir Richard[NTOS]: Add definition for size of a page directory...
2010-09-30 Sir Richard[NTOS]: Fix a bug in MiRemoveAnyPage: it was always...
2010-09-29 Sir Richard[NTOS]: Add MiRemoveZeroPageSafe helper function, when...
2010-09-29 Sir Richard[NTOS]: Fix straggling bugs in color table algorithms.
2010-09-28 Sir Richard[NTOS]: Write missing color code in certain PFN functio...
2010-09-28 Sir Richard[NTOS]: Switch to using an ARM3, much more correct...
2010-09-28 Sir Richard[NTOS]: The RMAP entry only has a valid process if...
2010-09-28 Sir Richard[NTOS]: Zeroed pages should go at the front, not the...
2010-09-28 Sir Richard[NTOS]: One last fix to the zero page thread before...
2010-09-27 Sir Richard- Remove MiZeroPage, use MiZeroPhysicalPage instead...
2010-09-27 Sir Richard[NTOS]: Adding colored page lists means we need to...
2010-09-27 Sir Richard[NTOS]: Don't use dangerous MiRemoveHeadList in MDL...
2010-09-27 Sir Richard[NTOS]: Stop using MiInsertInListTail and MiRemoveHeadL...
2010-09-27 Michael Martin[ntoskrnl/mm]
2010-09-26 Eric Kohl[NTOSKRNL]
2010-09-25 Eric Kohl[NTOSKRNL]
2010-09-24 Sir Richard[NTDLL]: Use LOCK instead of lock for SList assembly...
2010-09-24 Michael Martin[ntoskrnl/ps]
2010-09-24 Michael Martin[ntoskrnl/ps]
2010-09-24 Michael Martin[ntoskrnl/ps]
2010-09-21 Sir RichardPatches to allow Windows PCI Bus Driver to start workin...
2010-09-18 Aleksey Bragin[NTOS]
2010-09-17 Timo KreuzerSync with trunk head (r48786)
2010-09-16 Timo Kreuzer[NTOS]
2010-09-16 Sir RichardPatch by Anton Yarotsky:
2010-09-15 Sir RichardPatch by Anton Yarotsky:
2010-09-15 Sir RichardPatch by Anton Yarotsky:
2010-09-12 Sir RichardLikely fix for bug 5600:
2010-09-12 Sir Richard[NTOS]: Move the fix for pool corruption due to danglin...
next