2010-11-24 |
Sir Richard | [ARMLLB]: Delete deprecated folder
|
commit | commitdiff | tree |
2010-11-23 |
Sir Richard | [FREELDR]: Fix RAM layout assumptions in ARM code.
|
commit | commitdiff | tree |
2010-11-23 |
Sir Richard | [FREELDR]: For *every single heap allocation*, there...
|
commit | commitdiff | tree |
2010-11-23 |
Sir Richard | [FREELDR]: Cleanup firmware table setup and add support...
|
commit | commitdiff | tree |
2010-11-23 |
Sir Richard | [FREELDR]: Use PaToVa to set the Hive and NLS data...
|
commit | commitdiff | tree |
2010-11-23 |
Sir Richard | [FREELDR]: Headless/EMS support is an x86-specific...
|
commit | commitdiff | tree |
2010-11-23 |
Sir Richard | [FREELDR]: VaToPa/PaToVa are assuming all architectures...
|
commit | commitdiff | tree |
2010-11-23 |
Sir Richard | [FREELDR]: Define FreeLoader module for ARM. Differences...
|
commit | commitdiff | tree |
2010-11-23 |
Sir Richard | [FREELDR]: Put ARM boot code in .init section to guarantee...
|
commit | commitdiff | tree |
2010-11-23 |
Sir Richard | [FREELDR]: Add more keycodes.
|
commit | commitdiff | tree |
2010-11-23 |
Sir Richard | [FREELDR]: Add linker script for ARM as well. We drop...
|
commit | commitdiff | tree |
2010-11-23 |
Sir Richard | [NTOS]: Don't put boot.s in "arch" anymore, it's part...
|
commit | commitdiff | tree |
2010-11-23 |
Sir Richard | [FREELDR]: Set load address for ZOOM2, and differentiate...
|
commit | commitdiff | tree |
2010-11-23 |
Sir Richard | [FREELDR]: Add startup file for ARM builds as well...
|
commit | commitdiff | tree |
2010-11-23 |
Sir Richard | [FREELDR]: On ARM, don't turn on maximum, hyper, ultra...
|
commit | commitdiff | tree |
2010-11-23 |
Sir Richard | [ARMLLB]: Split up support between OMAP3 Beagle and...
|
commit | commitdiff | tree |
2010-11-23 |
Sir Richard | [ARMLLB]: Although the soothing BSOD blue color is...
|
commit | commitdiff | tree |
2010-11-23 |
Sir Richard | [ARMLLB]: We made certain assumptions in the "generic...
|
commit | commitdiff | tree |
2010-11-23 |
Sir Richard | [ARMLLB]: Include FreeLoader's keycode mappings (which...
|
commit | commitdiff | tree |
2010-11-23 |
Sir Richard | [ARMLLB]: Forgot to commit this earlier: define the...
|
commit | commitdiff | tree |
2010-11-23 |
Sir Richard | [ARMLLB]: Add the MACHINE_TYPE code for the ZOOM2,...
|
commit | commitdiff | tree |
2010-11-23 |
Sir Richard | [ARMLLB]: Initialize hardware before parsing environment...
|
commit | commitdiff | tree |
2010-11-23 |
Sir Richard | [ARMLLB]: Add uImage header which uBoot expects on...
|
commit | commitdiff | tree |
2010-11-23 |
Sir Richard | [ARMLLB]: Add support for ATAG_REVISION.
|
commit | commitdiff | tree |
2010-11-23 |
Sir Richard | [ARMLLB]: Make DbgPrint compatible so we can use debug.h.
|
commit | commitdiff | tree |
2010-11-23 |
Sir Richard | [HAL]: Make directory/buildfiles for OMAP3-specific...
|
commit | commitdiff | tree |
2010-11-23 |
Sir Richard | [CRT]: _assert should use DbgRaiseAssertionFailure...
|
commit | commitdiff | tree |
2010-11-23 |
Sir Richard | [PSDK]: Add missing DbgRaiseAssertionFailure inline...
|
commit | commitdiff | tree |
2010-11-23 |
Sir Richard | [WINE]: Fix non-x86 versions of Wine's push/pop exception...
|
commit | commitdiff | tree |
2010-11-23 |
Sir Richard | [CRT]: Define JBLEN and JBTYPE for ARM, based on the...
|
commit | commitdiff | tree |
2010-11-23 |
Sir Richard | [NTOS]: Define portable MI_MAKE_ACCESSED_PAGE macro.
|
commit | commitdiff | tree |
2010-11-23 |
Sir Richard | [ARM]: The text section is called ".text", not "text...
|
commit | commitdiff | tree |
2010-11-23 |
Sir Richard | [NTOS]: Bugfixes for the I/O Controller Object.
|
commit | commitdiff | tree |
2010-11-23 |
Sir Richard | [ARM]: Our new target is the ZOOM2 OMAP3, instead of...
|
commit | commitdiff | tree |
2010-11-11 |
Sir Richard | [NTOS]: Start using colored pages. This will help performanc...
|
commit | commitdiff | tree |
2010-11-11 |
Sir Richard | [NTOS]: Use MI_PFN_ELEMENT in this code, as the extra...
|
commit | commitdiff | tree |
2010-11-11 |
Sir Richard | [NTOS]: Fix a bug in MiRemovePageByColor which caused...
|
commit | commitdiff | tree |
2010-11-11 |
Sir Richard | [NTOS]: Fix another bug in the continuous memory allocation...
|
commit | commitdiff | tree |
2010-11-09 |
Sir Richard | [NTOS]: Fix bugs in MiAllocateContiguousPages. Fixes...
|
commit | commitdiff | tree |
2010-11-08 |
Sir Richard | [NTOS]: Assign a working set to the system process...
|
commit | commitdiff | tree |
2010-11-08 |
Sir Richard | [NTOS]: Optimize new context switching code to avoid...
|
commit | commitdiff | tree |
2010-11-08 |
Sir Richard | [NTOS]: KiDispatchInterrupt (the DPC handler) in C...
|
commit | commitdiff | tree |
2010-11-08 |
Sir Richard | [NTOS]: Context switch in C instead of ASM. Can be...
|
commit | commitdiff | tree |
2010-11-05 |
Sir Richard | [NTOS]: Make idle loop portable. Can be moved out of...
|
commit | commitdiff | tree |
2010-11-05 |
Sir Richard | [NTOS]: Implement the idle loop in C.
|
commit | commitdiff | tree |
2010-11-04 |
Sir Richard | [HAL]: Add INIT_FUNCTION where needed. Will save 860KB...
|
commit | commitdiff | tree |
2010-11-02 |
Sir Richard | [NTOS]: Mark all initialization functions INIT_FUNCTION.
|
commit | commitdiff | tree |
2010-11-02 |
Sir Richard | [NTOS]: Add page-tracking macro calls wherever needed...
|
commit | commitdiff | tree |
2010-11-02 |
Sir Richard | [NTOS]: Define an array of MI_USAGE integers to track...
|
commit | commitdiff | tree |
2010-11-02 |
Sir Richard | [NTOS]: CR3 should be PDE_BASE, not PTE_BASE!
|
commit | commitdiff | tree |
2010-11-02 |
Sir Richard | [NTOS]: Misc typo and cleanup fixes.
|
commit | commitdiff | tree |
2010-11-02 |
Sir Richard | [NTOS]: Fix a bug in the MDL Code which would dereference...
|
commit | commitdiff | tree |
2010-11-02 |
Sir Richard | [NTOS]: Fix a bug in MmFindGapBottomUp which could...
|
commit | commitdiff | tree |
2010-11-02 |
Sir Richard | [NTOS]: You can't just set MDL_LOCKED_PAGES without...
|
commit | commitdiff | tree |
2010-11-02 |
Sir Richard | [NTOS]: ASSERT nobody tries to put ARM3 pages into...
|
commit | commitdiff | tree |
2010-11-02 |
Sir Richard | [NTOS]: Assert nobody tries to touch the sharecount...
|
commit | commitdiff | tree |
2010-11-02 |
Sir Richard | [NTOS]: Fix typos.
|
commit | commitdiff | tree |
2010-11-02 |
Sir Richard | [NTOS]: Sanity checks when dealing with creating/cleaning...
|
commit | commitdiff | tree |
2010-11-02 |
Sir Richard | [NTOS]: Make sure we don't get a user-pointer back...
|
commit | commitdiff | tree |
2010-11-02 |
Sir Richard | [NTOS]: Remove merge artifact from newcc.
|
commit | commitdiff | tree |
2010-11-02 |
Sir Richard | [NTOS]: Protect Arty's changes with #ifdef NEWCC, otherwise...
|
commit | commitdiff | tree |
2010-10-19 |
Sir Richard | [NTOS]: Go back to using RosMm for the NLS section...
|
commit | commitdiff | tree |
2010-10-19 |
Sir Richard | [NTOS]: Fix multiple math/logic bugs in the PrototypePTE...
|
commit | commitdiff | tree |
2010-10-19 |
Sir Richard | [NTOS]: C Pointer Math will bite even the most experienced...
|
commit | commitdiff | tree |
2010-10-19 |
Sir Richard | [NTOS]: Add support for unmapping ARM3 sections, destroying...
|
commit | commitdiff | tree |
2010-10-19 |
Sir Richard | [NTOS]: Use allocation attribute 0x1 instead of 0xC0000000...
|
commit | commitdiff | tree |
2010-10-19 |
Sir Richard | [NTOS]: Implement the MAREA<->VAD hack for section...
|
commit | commitdiff | tree |
2010-10-19 |
Sir Richard | [NTOS]: Get rid of MC_NPPOOL and MC_PPOOL memory consumers...
|
commit | commitdiff | tree |
2010-10-19 |
Sir Richard | [NDK]: Add MMVAD_SHORT.
|
commit | commitdiff | tree |
2010-10-19 |
Sir Richard | [NTOS]: Implement MiDecrementReferenceCount and rewrite...
|
commit | commitdiff | tree |
2010-10-18 |
Sir Richard | [NTOS]: Clean up Mm initialization, there is now no...
|
commit | commitdiff | tree |
2010-10-18 |
Sir Richard | [NTOS]: Remove the "35314 sginsberg /...
|
commit | commitdiff | tree |
2010-10-18 |
Sir Richard | [NTOS]: Remove the Bavarian hack, I no longer think...
|
commit | commitdiff | tree |
2010-10-18 |
Sir Richard | [NTOS]: Store the protection mask in the Fake VADs...
|
commit | commitdiff | tree |
2010-10-18 |
Sir Richard | [NTOS]: Complete the VAD-to-MAREA Synchronization hack...
|
commit | commitdiff | tree |
2010-10-17 |
Sir Richard | [NTOS]: Fix brainfart (an interesting bug we would...
|
commit | commitdiff | tree |
2010-10-17 |
Sir Richard | [NTOS]: Use MI_SET_PFN_DELETED where we missed it.
|
commit | commitdiff | tree |
2010-10-17 |
Sir Richard | [NTOS]: Handle faults on non-demand-zero PTEs (and...
|
commit | commitdiff | tree |
2010-10-16 |
Sir Richard | [CSRSS]: Should use MEM_COMMIT | MEM_RESERVE, not just...
|
commit | commitdiff | tree |
2010-10-16 |
Sir Richard | [NTOS]: Add MmProtectToValue array to convert MM/PTE...
|
commit | commitdiff | tree |
2010-10-16 |
Sir Richard | !!! The previous commit message had a typo, these are...
|
commit | commitdiff | tree |
2010-10-16 |
Sir Richard | [CLASSPNP]: Add Windows Server 2003 DDK ClassPNP sample...
|
commit | commitdiff | tree |
2010-10-16 |
Sir Richard | [RTL]: Fix a bug introduced Mon Dec 6 00:25:14 1999...
|
commit | commitdiff | tree |
2010-10-12 |
Sir Richard | [SMSS]: Remove the ROS_DOESNT_SUCK hack, and correctly...
|
commit | commitdiff | tree |
2010-10-07 |
Sir Richard | [NTOS]: Fix copy/paste error.
|
commit | commitdiff | tree |
2010-10-07 |
Sir Richard | [NTOS]: Hackfix a hack. Should get rid of the recent...
|
commit | commitdiff | tree |
2010-10-07 |
Sir Richard | [NTOS]: Add support for user-mode VAD faults on page...
|
commit | commitdiff | tree |
2010-10-07 |
Sir Richard | [NTOS]: My attempt at making bugchecks a thing of the...
|
commit | commitdiff | tree |
2010-10-06 |
Sir Richard | [NTOS]: Fix bugs in the VAD algorithms, we should be...
|
commit | commitdiff | tree |
2010-10-06 |
Sir Richard | [NTOS]: Temporary debugging.
|
commit | commitdiff | tree |
2010-10-06 |
Sir Richard | Lame... build fix.
|
commit | commitdiff | tree |
2010-10-05 |
Sir Richard | [NTOS]: High-level interface fixes to NtAllocateVirtualMemor...
|
commit | commitdiff | tree |
2010-10-05 |
Sir Richard | [NTOS]: Build fix.
|
commit | commitdiff | tree |
2010-10-05 |
Sir Richard | [NTOS]: Fix whitespace typo in comment (two spaces...
|
commit | commitdiff | tree |
2010-10-05 |
Sir Richard | [NTOS]: Delete a bunch of junk, 5 less files in Mm...
|
commit | commitdiff | tree |
2010-10-05 |
Sir Richard | [NTOS]: When shutting down, call Cc to flush the dirty...
|
commit | commitdiff | tree |
2010-10-05 |
Sir Richard | [NTOS]: Implement ARM3 version of MmMapViewOfSection...
|
commit | commitdiff | tree |
2010-10-05 |
Sir Richard | [NTOS]: Add the tiny little bit of code required to...
|
commit | commitdiff | tree |
2010-10-05 |
Sir Richard | [NTOS]: Delete deprecated handling of MEMORY_AREA_IO_MAPPING...
|
commit | commitdiff | tree |
2010-10-05 |
Sir Richard | [NTOS]: Add a _64K macro definition so we can stop...
|
commit | commitdiff | tree |
next |