summaryrefslogtreecommitdiff
path: root/src/utilcode/util.cpp
AgeCommit message (Expand)AuthorFilesLines
2017-07-26[Arm64] Enable CPUGroupInfo (#12766)Steve MacLean1-10/+10
2017-07-21Add CGroup CFS CPU limit support (#12797)Guillaume B1-17/+28
2017-06-12[Arm64/Unix] Add 64K page support (#10981)Steve MacLean1-1/+34
2017-05-29Implement GetCurrentProcessCpuCount for Unix and merge NumberOfProcesors impl...Tom Deseyn1-23/+4
2017-05-08Make CoreCLR work properly under PaX's RANDMMAP (#11382)Koundinya Veluri1-5/+20
2017-04-19Add NUMA and thread affinity support for Unix (#10938)Jan Vorlicek1-12/+22
2017-03-17Fix overflow when computing dwWeight in CPUGroupInfo::InitCPUGroupInfoArray (...Han Lee1-3/+26
2017-02-14Remove never defined FEATURE_INCLUDE_ALL_INTERFACESdanmosemsft1-5/+0
2017-02-11Revert "Remove always defined FEATURE_CORESYSTEM"danmosemsft1-0/+53
2017-02-10Revert "Remove always defined FEATURE_CORRUPTING_EXCEPTIONS"danmosemsft1-0/+2
2017-02-10Remove always defined FEATURE_CORRUPTING_EXCEPTIONSdanmosemsft1-2/+0
2017-02-10Remove always defined FEATURE_CORECLRdanmosemsft1-212/+0
2017-02-10Remove always defined FEATURE_CORESYSTEMdanmosemsft1-53/+0
2017-01-24Document jumpStub usage in Codeman.cppBrian Sullivan1-33/+80
2016-05-06enable affinity and numa for GC and some bug fixesMaoni01-35/+9
2016-04-29ARM64: Enabling Crossgen End-to-End MscorlibKyungwoo Lee1-0/+81
2016-03-16Update code to use COMPlus_ instead of COMPLUS_ when referencing knobsManu1-6/+6
2016-02-19This Change Adds initial Support for LongFiles in the VM,Rama Krishnan Raghupathy1-84/+5
2016-01-27Update license headersdotnet-bot1-4/+3
2015-12-16Make JitDump work in ilc.exeJan Kotas1-4/+51
2015-12-02Implement an allocator for executable (JIT) memory in PALSergiy Kuryata1-0/+7
2015-09-25Fix for 134453: fix prefast warningsRahul Kumar1-0/+2
2015-09-08Replace MAX_PATH with new defines, rest of coreclr.Lakshmi Priya Sekar1-3/+3
2015-08-05Fix build breaks on VS2015 RTMJan Kotas1-2/+1
2015-07-16Declare locals in correct order.David Mitchell1-1/+1
2015-05-01Fix loading mscorlib.ni.dll on LinuxJohn Chen (CLR)1-33/+37
2015-04-01Fix next round of warning typesJan Vorlicek1-1/+1
2015-03-17Fix some of the issues found by Viva64 static analyserJan Kotas1-102/+0
2015-02-04Fixed typosPascal Borreli1-2/+2
2015-02-03Remove non ASCII characters from source filesMatt Ellis1-1/+1
2015-01-30Initial commit to populate CoreCLR repo dotnet-bot1-0/+4091