summaryrefslogtreecommitdiff
path: root/src/pal
AgeCommit message (Expand)AuthorFilesLines
2021-06-29Add YieldProcessor implementation for armsubmit/tizen/20210629.000826accepted/tizen/unified/20210629.130321Gleb Balykov1-1/+1
2020-10-05fix dwarf-based unwinding to the end of stackYaroslav Yamshchikov1-1/+1
2020-10-05Revert "[Tizen] Fix crash on accessing 0x0 while unwinding (#287)"Yaroslav Yamshchikov1-3/+1
2020-08-25Build tests in gbs for x86/x64 (#307)submit/tizen/20200901.065247accepted/tizen/unified/20200907.144049Gleb Balykov/Platform Lab /SRR/Engineer/Samsung Electronics2-2/+2
2020-06-30[Tizen] Fix crash on accessing 0x0 while unwinding (#287)이형주/Common Platform Lab(SR)/Staff Engineer/삼성전자1-1/+3
2020-06-04[Tizen] Enable ASan annotation of passing to native code buffersAndrey Kazmin1-2/+45
2020-04-16Fix PIE options (#26323)submit/tizen/20200415.223728accepted/tizen/unified/20200416.080052Jan Vorlicek3-5/+0
2020-03-25[Tizen] Reduce arm_phdr_cb call overheadJUNG DONG-HEON3-1/+48
2020-03-25Handle glibc sys/sysctl.h deprecation (#27048)Omair Majid1-2/+5
2020-03-25Mark Relocation Section as NotNeeded (#25715)Dong-Heon Jung4-0/+107
2020-03-25[Tizen] Add coreclr_preload_assembly to CoreCLR host APIKonstantin Baladurin6-114/+915
2020-03-25[Tizen] Implement detecting of sanitized librariesAndrey Drobyshev5-0/+182
2020-03-25add access(2) call before dlopening filesYaroslav Yamshchikov1-0/+9
2020-01-16[automated] Merge branch 'release/3.0' => 'release/3.1' (#28002)dotnet-maestro-bot1-1/+7
2020-01-14Revert CPU clipping in the presence of CPU quota to 3.0, 2.x behavior.Vladimir Sadov1-0/+6
2020-01-14Port to 3.1 - Fix VirtualMemoryLogging::logRecords overflow (#27958)Jan Vorlicek1-4/+4
2020-01-14Port to 3.1 - Fix getting affinity set on MUSL on Jetson TX2 (#27957)Jan Vorlicek1-2/+1
2019-11-11[release/3.1] Reword comments for policheck (#27670)Jeremy Koritzinsky1-1/+1
2019-10-30[Release/3.1] Port profiler APIs to set and retrieve environment variables to...David Mason2-1872/+2872
2019-10-21[Release/3.1] Fixes for profiler stack sampling (#27300)David Mason1-1871/+1872
2019-10-14Fix available memory extraction on Linux (#26764) (#26938)agoretsky1-12/+71
2019-09-27Port to Release/3.1 - enabling MHR support (#26803)Jan Vorlicek4-32/+88
2019-09-22Do not clip CPU count when CPU quota is used. (#26153) (#26806)Jan Kotas1-6/+0
2019-08-19arm64 out of proc unwind for DAC (#26156)Mike McLaughlin1-10/+69
2019-08-07Port to 3.0 - Fix WSL alternate stack check (#25980)Jan Vorlicek2-5/+27
2019-07-19Arm32 support VFP registers context to/from native context (#25775)Steve MacLean2-0/+79
2019-07-18Arm32 restore d8-d15 in ThrowExceptionFromContextInternal (#25777)Steve MacLean1-12/+21
2019-07-18Arm64 restore d8-d15 in ThrowExceptionFromContextInternal (#25743)Steve MacLean1-0/+12
2019-07-18Arm64 support SIMD registers context to/from native context (#25757)Steve MacLean2-0/+60
2019-07-18Arm64 Fix Rtl*Context (#25745)Steve MacLean2-5/+5
2019-07-04Fix dotnet-dump/createdump launch failure (#25562)Mike McLaughlin1-1/+2
2019-07-03Remove legacy resource value (PrivateBuild) in binaries. (#25560)Aaron Robinson2-12/+6
2019-06-29Fix a mutex abandon case with WaitHandle.WaitAll in the PAL (#25452)Koundinya Veluri1-2/+6
2019-06-26Delegate inspection API in the DBI (#25362)Juan Hoyos4-17/+119
2019-06-21Fix OSX floating point state extraction (#25295)Jan Vorlicek2-159/+66
2019-06-20Add custom default base address option to crossgen (#25227)Gleb Balykov4-1/+32
2019-06-17Enable running SIGSEGV handler on non-alternate stack (#25196)Jan Vorlicek1-3/+27
2019-06-17Replace 'assert' with '_ASSERTE' (#25177)Andy Hanson1-1/+1
2019-06-11Use pread() to read DOS/NT headers when mapping PE files (#25059)Leandro A. F. Pereira1-14/+2
2019-06-10Add support for the NetTrace EventPipe file formatnoahfalk5-12/+83
2019-06-06Use CMake's C# support to build DacTableGen instead of manually invoking csc....Jeremy Koritzinsky3-23/+23
2019-06-06Fix tmp dir in configure.cmake (#25003)Jan Vorlicek1-3/+4
2019-06-05APIs to allow profilers to use DoStackSnapShot on Linux (#24968)David Mason2-0/+17
2019-06-05Fix PAL_GetLogicalProcessorCacheSizeFromOS on mac (#24777)Andy Hanson3-0/+18
2019-06-05Use Modern CMake features instead of CMAKE_CXX_FLAGS (#24861)Jeremy Koritzinsky3-6/+6
2019-06-02Improve fatal err msg (#24390)Dan Moseley1-1/+1
2019-05-30Frkaya/gcc fix 052919 (#24845)Sinan Kaya1-1/+1
2019-05-29Use /proc/<pid>/mem to read memory in remote DBI data target. It makes the te...Mike McLaughlin2-1/+16
2019-05-29Add COMPlus_LTTng environment variable (#24733)John Salem1-5/+17
2019-05-29Refactor native build to remove the compiler-override files (#23897)Jeremy Koritzinsky7-95/+12