summaryrefslogtreecommitdiff
path: root/src/pal/src/map
AgeCommit message (Expand)AuthorFilesLines
2020-03-25Mark Relocation Section as NotNeeded (#25715)Dong-Heon Jung1-0/+51
2020-03-25[Tizen] Add coreclr_preload_assembly to CoreCLR host APIKonstantin Baladurin1-99/+595
2020-01-14Port to 3.1 - Fix VirtualMemoryLogging::logRecords overflow (#27958)Jan Vorlicek1-4/+4
2019-09-27Port to Release/3.1 - enabling MHR support (#26803)Jan Vorlicek2-32/+46
2019-06-20Add custom default base address option to crossgen (#25227)Gleb Balykov1-1/+8
2019-06-11Use pread() to read DOS/NT headers when mapping PE files (#25059)Leandro A. F. Pereira1-14/+2
2019-04-19Large Pages on Linux & macOS (#24098)Mukul Sabharwal1-7/+22
2019-02-16Fix visibility and signed comparison issues for GCC (#22586)Adeel Mujahid1-93/+93
2018-07-17Delete redundant broken offsetof definitions (#18947)Jan Kotas1-0/+1
2018-06-28Typo (#18684)John Doe1-1/+1
2018-05-24Typo (#18122)John Doe1-1/+1
2017-08-28Delete dead PAL functions (#13613)Justin Van Patten1-73/+0
2017-08-15Allocate FileMappingImmutableData::szFileName and CFileProcessLocalData::unix...gbalykov1-67/+55
2017-06-12[Arm64/Unix] Add 64K page support (#10981)Steve MacLean2-54/+48
2017-05-31Disable inheritance of several common file descriptorsStephen Toub1-3/+3
2017-05-09Stop loading crossgen-ed binaries at preferred address on Unix (#11467)Jan Vorlicek1-5/+4
2017-05-08Make CoreCLR work properly under PaX's RANDMMAP (#11382)Koundinya Veluri2-32/+203
2017-04-24Remove PAL FileAlignment restriction (#10959)Steve MacLean1-31/+28
2017-04-19Add NUMA and thread affinity support for Unix (#10938)Jan Vorlicek1-1/+0
2017-04-14Implement MEM_RESET handling in VirtualAlloc on Unix (#10939)Jan Vorlicek1-4/+74
2016-11-02Set pRetVal as NULL on error inside 'VIRTUALCommitMemory' (#7920)Jonghyun Park1-2/+2
2016-10-25Making MemoryFailPoint functional on xplatRama Krishnan Raghupathy1-0/+1
2016-07-28Remove CorUnix::InternalFree.Aditya Mandaleeka2-15/+15
2016-07-27Add in-memory logging for virtual memory operations.Aditya Mandaleeka1-2/+141
2016-07-27Rename PCMI->pLast and other cleanup of virtual memory code.Aditya Mandaleeka1-57/+51
2016-07-07Merge pull request #6081 from adityamandaleeka/virtual_tempAditya Mandaleeka1-186/+58
2016-07-05One of the flags MAP_SHARED or MAP_PRIVATE has to be specified. MAP_PRIVATE s...Viacheslav Nikolaev1-2/+2
2016-07-01Remove VIRTUALOwnedRegion.Aditya Mandaleeka1-20/+1
2016-06-29Remove MMAP_DOESNOT_ALLOW_REMAP.Aditya Mandaleeka1-144/+18
2016-06-29Clean up ReserveVirtualMemory.Aditya Mandaleeka1-42/+40
2016-06-14Fix PAL executable allocator locking (#5770)Jan Vorlicek2-13/+7
2016-06-12Partial revert "Fix problem with virtual memory commit in OOM scenario on Lin...Jan Kotas1-0/+10
2016-06-09Fix problem with virtual memory commit in OOM scenario on Linux (#5609)Jan Vorlicek1-9/+1
2016-06-06Remove MMAP_IGNORES_HINT.Aditya Mandaleeka1-431/+3
2016-06-04Fix allocation failure handling (#5473)Jan Vorlicek1-2/+5
2016-05-19Add named mutex for cross-process synchronizationKoundinya Veluri1-1/+1
2016-02-26Fix all callers of environment functions.Aditya Mandaleeka1-5/+12
2016-02-17Change MAPMapPEFile to use ExecutableAllcator instead of mmap to reserve VASergiy Kuryata2-3/+23
2016-02-06Revert "Temporary instrumentation in native image loading"Jan Kotas1-4/+4
2016-02-06Temporary instrumentation for PE file loadingJan Kotas1-4/+4
2016-01-27Update license headersdotnet-bot4-16/+12
2015-12-02Address code review feedbackSergiy Kuryata1-37/+53
2015-12-02Implement an allocator for executable (JIT) memory in PALSergiy Kuryata1-27/+216
2015-11-09Remove thread parameter from several more PAL functions.Aditya Mandaleeka1-9/+5
2015-11-04Remove thread parameter from virtual memory functions in PALAditya Mandaleeka1-13/+11
2015-11-03Remove some unnecessary file-related functions from PALAditya Mandaleeka1-2/+2
2015-11-03Remove thread parameter from file-related functionsAditya Mandaleeka1-6/+5
2015-11-02Remove thread parameter from InternalMalloc/Free/New/DeleteAditya Mandaleeka2-31/+31
2015-08-27Replace MAX_PATH defines with new defines in pal.Lakshmi Priya Sekar1-2/+2
2015-08-26Return error upon attemping to create named objects in PAL.Koundinya Veluri1-74/+23