VirtualBox

source: vbox/trunk/src/VBox/Runtime/r0drv/nt/memobj-r0drv-nt.cpp

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @82968   5 years vboxsync Copyright year updates by scm.
(edit) @82589   5 years vboxsync IPRT/memobj-r0drv-nt.cpp: Use MmAllocatePagesForMdl rather than …
(edit) @78314   6 years vboxsync IPRT/nt: Implemented offSub & cbSub in the NT versions of …
(edit) @78278   6 years vboxsync IPRT/nt: Implemented offSub & cbSub in the NT versions of …
(edit) @78120   6 years vboxsync IPRT: Started adding a RTR0MemObjMapUserEx function that takes offSub …
(edit) @76553   6 years vboxsync scm --update-copyright-year
(edit) @76364   6 years vboxsync *: string.h sans err.h fix. bugref:9344
(edit) @75578   6 years vboxsync IPRT/memobj-r0drv-nt.cpp: Allow mapping RTR0MEMOBJTYPE_PHYS_NC …
(edit) @73097   6 years vboxsync *: Made RT_UOFFSETOF, RT_OFFSETOF, RT_UOFFSETOF_ADD and …
(edit) @70212   7 years vboxsync IPRT/r0drv/nt: Dynamically import 4 more function to make it work on …
(edit) @70157   7 years vboxsync iprt/r0drv/nt: Fixing NT4, broke it just now.
(edit) @70153   7 years vboxsync IPRT: Don't call ExAllocatePool[WithTag] directly unless you must, use …
(edit) @70152   7 years vboxsync iprt/r0drv/nt: Reduce #ifdef'ing TARGET_NT4.
(edit) @70150   7 years vboxsync iprt/r0drv/memobj: Let initterm resolve MmProtectMdlSystemAddress.
(edit) @69111   7 years vboxsync (C) year
(edit) @69046   7 years vboxsync Global: replace fall-through comments with RT_FALL_THRU(). …
(edit) @63063   8 years vboxsync IPRT: warnings
(edit) @62663   8 years vboxsync RuntimeR0Drv: warnings
(edit) @62477   8 years vboxsync (C) 2016
(edit) @58268   9 years vboxsync r0drv/nt: Some rtR0MemObjNativeProtect sketches.
(edit) @57358   9 years vboxsync *: scm cleanup run.
(edit) @56290   10 years vboxsync IPRT: Updated (C) year.
(edit) @48935   11 years vboxsync Runtime: Whitespace and svn:keyword cleanups by scm.
(edit) @44528   12 years vboxsync header (C) fixes
(edit) @39744   13 years vboxsync rtr0memobj: Status code adjustments.
(edit) @38958   13 years vboxsync RTR0MemObjEnterPhys/NT: Support RTMEM_CACHE_POLICY_MMIO.
(edit) @36555   14 years vboxsync Use DECLHIDDEN, especially in IPRT.
(edit) @32348   14 years vboxsync RTR0MemObj*: Return VERR_NOT_SUPPORTED instead of VERR_NOT_IMPLEMENTED …
(edit) @32303   14 years vboxsync rtR0MemObjNativeFree/nt: Handle objects created by …
(edit) @29703   15 years vboxsync Runtime: NT4 fixes
(edit) @29027   15 years vboxsync RTR0MemObjEnterPhys/rtR0MemObjNativeEnterPhys: Validate the cache …
(edit) @28800   15 years vboxsync Automated rebranding to Oracle copyright/license strings via filemuncher
(edit) @28777   15 years vboxsync iprt: added CachePolicy parameter to RTR0MemObjEnterPhys()
(edit) @27352   15 years vboxsync memobj-r0drv-nt.cpp: NT4 (vanilla, didn't check sp6) doesn't have …
(edit) @26847   15 years vboxsync Don't pass uAlignment=0 to rtR0MemObjNativeAllocPhys, resolve the …
(edit) @26840   15 years vboxsync Runtime/nt: In rtR0MemObjNativeAllocPhys() don't use …
(edit) @26455   15 years vboxsync Fixed regression
(edit) @26434   15 years vboxsync Use MmAllocateContiguousMemorySpecifyCache for specifying the …
(edit) @26430   15 years vboxsync Introducing RTR0MemObjAllocPhysEx
(edit) @23610   15 years vboxsync IPRT,VMM,SUPDrv,VBGLR0: Added a parameter to RTR0MemObjLockUser/Kernel …
(edit) @23065   15 years vboxsync Runtime: fixed IPRT_TARGET_NT4.
(edit) @21497   15 years vboxsync RTR0MemObj*: correctly reject unsupported alignment requirements …
(edit) @20525   16 years vboxsync iprt/memobj.h: Added RTR0MemObjProtect, only implemented for darwin.
(edit) @14824   16 years vboxsync IPRT: RTR0MemObjMapKernelEx for mapping a portion of a memory object …
(edit) @8245   17 years vboxsync rebranding: IPRT files again.
(edit) @8170   17 years vboxsync Rebranding: replacing more innotek strings.
(edit) @8155   17 years vboxsync The Big Sun Rebranding Header Change
(edit) @7169   17 years vboxsync Doxygen fixes.
(edit) @5999   17 years vboxsync The Giant CDDL Dual-License Header Change.
(edit) @5005   17 years vboxsync Failure logging
(edit) @4751   17 years vboxsync eol
(edit) @4725   17 years vboxsync Use MmSecureVirtualMemory to have some limited protection with …
(edit) @4671   17 years vboxsync Must free MDL returned by MmAllocatePagesForMdl with ExFreePool
(edit) @4223   17 years vboxsync bugfixes.
(edit) @4222   17 years vboxsync warning.
(edit) @4221   17 years vboxsync forgot one inverted assertion.
(edit) @4220   17 years vboxsync some ideas for virtual address reserving.
(edit) @4219   17 years vboxsync RTR0MemObj for NT (untested).
(edit) @4154   17 years vboxsync work in progress. (bed time)
(edit) @4136   17 years vboxsync Added RTR0MemObjAllocPhysNC. Changed the two APIs taking ring-3 …
(copy) @4135   17 years vboxsync Use size_t for the page index. Added API for querying the ring-3 address.
copied from trunk/src/VBox/Runtime/r0drv/darwin/memobj-r0drv-darwin.cpp
(edit) @4071   17 years vboxsync Biggest check-in ever. New source code headers for all (C) innotek files.
Note: See TracRevisionLog for help on using the revision log.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette