Copy wininet to branch
[reactos.git] / reactos / ntoskrnl / mm / i386 / page.c
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
2005-01-25 Hartmut Birr- Implemented a kernel mapping region which is process...
2005-01-06 Martin Fuchsmigrate substitution keywords to SVN
2005-01-05 Hartmut Birr- Replaced MP with CONFIG_SMP.
2004-12-30 KJK::HyperionELF_support, welcome to HEAD! (just in time for the...
2004-12-24 Filip Navara- Fix compilation with GCC 4.0-20041219.
2004-11-27 Hartmut Birr- Made a tlb entry invalid on all processors if the...
2004-11-13 Hartmut Birr- Stored the informations from the cpuid instruction...
2004-11-11 Alex IonescuKernel:
2004-10-05 Hartmut Birr- Removed some hard coded values, which depend on a...
2004-09-26 Hartmut Birr- Detect more cpu features.
2004-09-09 Hartmut Birr- Implemented PAE (physical address extension) mapping.
2004-09-07 Hartmut Birr- Removed most of the calls to KeAttachProcess/KeDetach...
2004-08-19 Hartmut Birr- Replaced MmUpdateStackPageDir by MmUpdatePageDir...
2004-08-15 Casper Hornstrup2004-08-15 Casper S. Hornstrup <chorns@users.sourcefo...
2004-08-14 Hartmut Birr- Enabled global pages if it is possible.
2004-08-10 Hartmut Birr- Returned more of the protection bits in MmGetPageProtect.
2004-08-01 Hartmut Birr- Changed all internal memory functions to use the...
2004-07-18 The ReactOS TeamThis commit was manufactured by cvs2svn to create branch
2004-07-15 The ReactOS TeamThis commit was manufactured by cvs2svn to create branch
2004-05-20 Hartmut Birr- Do not change the mapping count of a page if the...
2004-04-28 Hartmut Birr- Set the offset for a physical page in MmGetPhysicalAd...
2004-04-10 Gunnar Dalsnesindent using astyle v1.15.3: astyle --style=ansi ...
2004-03-09 David Welch- Replaced some common sequences of inline assembly...
2004-02-16 The ReactOS TeamThis commit was manufactured by cvs2svn to create branch
2004-01-05 Thomas Bluemeltamlin's work on compiling the kernel with another...
2003-12-30 Aleksey BraginContinue of MSVC-compiling changes....
2003-10-12 Hartmut Birr- Fixed the freeing of memory from boot load drivers.
2003-08-27 David Welch- Added support for crash dumps:-
2003-08-21 Royce Mitchell IIIC89 compatibility
2003-08-19 David Welch- Patch from PM implementing ldt and tss iobitmap support.
2003-07-21 Royce Mitchell IIIcreated KEBUGCHECK, KEBUGCHECKEX, KEBUGCHECKWITHTS...
2003-07-13 David Welch- Fixed deadlock in pager thread.
2003-07-11 Royce Mitchell IIIfinished applying @implemented and @unimplemented comme...
2003-06-19 Gé van GeldorpRevert last change
2003-06-19 Gé van GeldorpDon't mark pages as unmapped when releasing them via...
2003-06-01 Hartmut Birr- Update two pde's if the kernel stack crosses a 4MB...
2003-05-17 Hartmut Birr- Initialize the page directory for a new process from...
2003-05-08 Gé van GeldorpOnly update page dir for page containing stack
2003-05-07 Gé van GeldorpDon't let page containing stack disappear when switchin...
2002-11-05 David WelchReverted previous changes - Mm{Enable,Disable}VirtualMa...
2002-11-05 Hartmut Birr* Call KeBugcheck in MmDeletePageTable/MmFreePageTable...
2002-10-01 Casper Hornstrup2002-10-01 Casper S. Hornstrup <chorns@users.sourcefo...
2002-09-15 guidoSwitch i287 fpu, if present, into protected mode (ignor...
2002-09-08 Casper HornstrupReverted latest changes.
2002-09-07 Casper HornstrupUse free Windows DDK and compile with latest MinGW...
2002-08-17 Hartmut BirrChange the type of the parameter PhysicalAddress in...
2002-08-14 David Welch2002-08-14 David Welch <welch@computer2.darkstar...
2002-08-10 David Welch2002-08-10 David Welch <welch@computer2.darkstar...
2002-06-10 Hartmut BirrReplaced all calls to MmDereferencePage with MmReleaseP...
2002-06-04 David Welch2002-06-04 David Welch <welch@whitehall1-5.seh.ox...
2002-05-14 David WelchReverted the MPW changes (keep these in a seperate...
2002-05-13 Casper HornstrupUse ULONG_PTR instead of ULONG when doing pointer arith...
2002-01-08 David WelchMore swapping fixes
2002-01-01 David WelchFixed bug with cygwin1.dll (still doesn't work)
2002-01-01 David WelchFixed some swapping bugs and deadlocks
2001-12-31 David WelchSwapping to disk
2001-12-31 David WelchVirtual memory support
2001-04-17 David WelchFurther SMP work (associate an idle thread with each...
2001-04-16 David Welchper processor TSS
2001-04-16 David WelchSMP detection work
2001-04-13 Casper HornstrupAdded Intel MultiProcessor Specification support
2001-03-26 David WelchFixes for page list initialization
2001-03-25 David WelchV86 mode fixes
2001-03-16 David WelchRemoved obsolete header files
2001-03-08 David WelchProper cleanup after processes
2001-02-18 David WelchFix for memory management issue.
2001-02-18 David WelchFixed reference counting of page tables
2001-02-10 David WelchSection and general memory manager enhancements includi...
2001-02-06 David WelchFixed timer code
2001-01-08 David WelchSome memory manager cleanups
2000-10-22 Eric KohlRemoved obsolete linux header files
2000-10-07 David WelchAdded multiboot support to ntoskrnl
2000-08-20 David WelchFixed memory manager bugs
2000-07-19 David WelchRemoved broken dma code
2000-07-07 David WelchCorrected bug where user32.a wasn't being cleaned
2000-07-06 David WelchAdded experimental paging out code (wouldn't activate...
2000-07-04 David WelchAdded working set functions
2000-06-25 David WelchRemoved from redundant files from the mm directory
2000-04-07 David WelchBegan seperation of machine-dependant/independant secti...
2000-04-02 Emanuele AlibertiMm subsystem exports table complete.
1999-12-26 David WelchAdded some security functions
1999-12-22 David WelchCorrected additional object manager issues pointed...
1999-12-20 David WelchFixed problem with handles not being released
1999-12-18 David WelchWorked around compiler bug in NtDelayExecution
1999-11-24 David WelchBegan converting minix fsd to work with new caching...
1999-11-12 David Welch1) Corrected bugs in ERESOURCE code