Sync trunk head (r41026)
[reactos.git] / reactos / ntoskrnl / mm / i386 / page.c
2009-05-21 Timo KreuzerSync trunk head (r41026)
2009-05-01 Timo KreuzerMerge from amd64-branch:
2009-04-30 Timo Kreuzermerge 37282 from amd64-branch:
2009-04-27 Aleksey Bragin- Change storage of ReactOS-specific virtual address...
2009-04-20 Timo KreuzerSync to trunk r40610
2009-04-16 Timo KreuzerSync trunk r40500
2009-03-18 Timo KreuzerSync to trunk head (r40091)
2009-03-14 Dmitry Gorbachev- Use MmCreateHyperspaceMapping() again.
2009-03-10 ReactOS Portable... - Rework Hyperspace Mapping Interface for Page zeroing...
2009-03-10 Aleksey Bragin- Fix a typo: set a value, not a bit.
2009-03-10 Dmitry GorbachevFix bug #4249 and crash in QEMU. Alex Ionescu, bug...
2009-03-10 ReactOS Portable... - Implement a new Hyperspace Mapping Interface:
2009-02-19 Dmitry GorbachevChange page file PTE format to distinguish paged out...
2009-02-17 Timo KreuzerMerge freeldr from amd64 branch:
2009-02-03 Timo KreuzerSync to trunk r39350.
2009-01-01 Timo KreuzerSync to trunk r38500
2009-01-01 Timo KreuzerSync to trunk r38250
2008-12-15 Samuel SerapionSync to trunk head(r38096)
2008-12-08 Timo Kreuzersync trunk head (r37928)
2008-12-06 Timo Kreuzermerge trunk head (37902)
2008-12-05 Timo Kreuzersync to trunk head (37853) (except rbuild changes)
2008-11-29 Stefan Ginsberg- STDCALL -> NTAPI
2008-11-26 Aleksey Bragin- Fix some coverity errors.
2008-11-10 Samuel Serapion- Merge to trunk r37270.
2008-10-30 Timo Kreuzersync to trunk head (37079)
2008-10-29 KJK::HyperionMerging r37048, r37051, r37052, r37055 from the-real...
2008-10-27 Timo Kreuzersync trunk head (37032)
2008-10-25 KJK::HyperionVisual C++ backend for rbuild (for now just a hacked...
2008-10-25 KJK::HyperionThe real, definitive, Visual C++ support branch. Accept...
2008-10-20 Samuel SerapionMerge to trunk HEAD(r36856)
2008-10-20 Timo Kreuzersync to trunk revision 36700
2008-10-20 Timo Kreuzersync to trunk revision 36500
2008-10-20 Timo Kreuzersync to trunk revision 36100
2008-10-13 Cameron Gutman - Merge aicom-network-fixes up to r36740
2008-09-05 Timo Kreuzersync to trunk head (35945)
2008-08-30 Stefan Ginsberg- Remove the (now deprecated) ntoskrnl/internal/debug...
2008-08-25 Timo KreuzerMerge 34739 - 34769, 34796 - 34905, 34916 - 34967,...
2008-08-25 Timo Kreuzer__readcr3() returns an unsigned __int64, fix x86 MmGetP...
2008-08-24 Stefan Ginsberg- Remove KEBUGCHECK and KEBUGCHECKEX macros
2008-08-17 Stefan Ginsberg- Remove dead code
2008-08-16 ReactOS Portable... Implement InterlockedComparePte and InterlockedCompareE...
2008-08-14 Timo KreuzerSync to trunk head (35333)
2008-08-11 Aleksey Bragin- NDK Fix: DirectoryTableBase member of KPROCESS is...
2008-08-01 Art YerkesCreate a branch for network fixes.
2008-07-31 ReactOS Portable... fix formatting of i386 mmu code.
2008-07-28 Timo Kreuzersync with trunk head (34904)
2008-07-28 ReactOS Portable... Now that MADDRESS_SPACE became nearly an empty structur...
2008-07-28 ReactOS Portable... The address space creation lock is a guarded mutex...
2008-07-27 ReactOS Portable... It seems unclear as to what the point of the Page Refer...
2008-03-09 Aleksey Bragin- Move some PTE/PDE macros from i386/page.c into arch...
2008-03-09 Aleksey Bragin- Remove autoupdated "$Id:" lines from the kernel sourc...
2008-02-28 Aleksey Bragin- Fix coding style in some places.
2008-02-15 ReactOS Portable... Remove Ke386Pae conditionals from page code -- PAE...
2008-02-14 ReactOS Portable... One would expect that a function called "MmIsUsablePage...
2008-02-11 Hervé PoussineauBring back ext2 code from branch
2008-01-13 Aleksey Bragin- Sync up Mm interface with WinLdr branch (introduce...
2007-11-10 Magnus OlsenMerge from branch ReactX to Trunk,
2007-11-06 Hervé PoussineauFix some compilation errors in ntkrnlmp
2007-09-26 Aleksey Bragin- PS_UNKNOWN_VALUE determines if the process should...
2007-09-04 Aleksey Bragin- Use real NT KPCR address (0xFFDFF000).
2007-08-05 Aleksey Bragin- More MSVC fixes
2007-03-26 Hervé Poussineau- Move NCI generated files to arch-specific directories
2007-02-16 Alex Ionescu- Create KD branch. All debugging support is removed...
2006-12-04 Aleksey BraginCreate a place for work on creating a bootloader capabl...
2006-10-25 Alex Ionescu- Add some missing/internal definitions to proper headers.
2006-10-25 Alex Ionescu- Implement more of the Ke386 ASM macros for MSVC.
2006-10-25 Alex Ionescu- Move all ASM internal intrinsics to intrin_i.h. Reque...
2006-09-04 Art YerkesBig merge: thanks alex and greatlord. Not a complete...
2006-09-03 Alex Ionescu- Final cleanup for now:
2006-05-18 Alex Ionescu- Get rid of ROS_EPROCESS and all the ugly type-casting...
2006-05-18 Alex Ionescu- Use EPROCESS 's AddressCreationLock instead of the...
2006-05-10 Alex Ionescu- NDK 0.98, now with versionned headers. Too many chang...
2006-03-04 Ged Murphy- Make ROS buildable with GCC 4.1
2006-01-08 Alex Ionescu- Remove some public APIs from internal headers.
2005-11-28 Alex Ionescu- Support INIT section pragmas for msvc. Patch by Breze...
2005-11-13 Hartmut Birr- Removed the process from the parameter list of MmCrea...
2005-09-14 Alex Ionescuntoskrnl header cleanups
2005-08-16 Hartmut BirrIf we delete a page table, we have also to clear the...
2005-07-16 Hartmut Birr- Fixed the size of the hyperspace area (thanks to...
2005-07-07 Hartmut BirrFixed a bug which was introduced by r16441.
2005-07-06 Filip NavaraKernel base address and system space start can be disti...
2005-07-06 Filip NavaraPut the page tables and hyperspace at the right place...
2005-07-05 Thomas Bluemelfixed some signed/unsigned comparison warnings with...
2005-07-05 Thomas Bluemelfix code that depends on GCC's void* pointer arithmetic...
2005-05-14 Casper HornstrupMerge 14981:15268 from trunk
2005-05-13 Casper HornstrupCopy w32api from trunk
2005-05-09 Steven Edwardsstrip whitespace from end of lines
2005-05-05 Alex IonescuUpdate KPROCESS structure to latest version and documen...
2005-05-05 Casper HornstrupMerge 14551:14980 from trunk
2005-05-05 Casper HornstrupCopy wininet to branch
2005-05-01 Martin Fuchsmerge ROS Shell without integrated explorer part into...
2005-05-01 Thomas Bluemelfixed some warnings with gcc4 (mostly assignment differ...
2005-04-18 Alex IonescuMini-merge from my local changes. Rewrite of Process...
2005-02-15 Casper HornstrupMerge 13159:13510 from trunk
2005-02-15 Casper HornstrupCopy msimg32
2005-02-12 Casper HornstrupBranch setupapi (again)
2005-02-12 Casper HornstrupBranch setupapi
2005-02-08 Alex IonescuFreeLdr Patch. Now fully loads ntoskrnl using a PE...
2005-01-26 Hartmut Birr- Fixed a crash in PAE mode and without the '/3GB'...
2005-01-26 Alex IonescuStandardize comment headers. Patch by Trevor McCort
next