summaryrefslogtreecommitdiff
path: root/src/utilcode/util.cpp
AgeCommit message (Expand)AuthorFilesLines
2020-01-14Revert CPU clipping in the presence of CPU quota to 3.0, 2.x behavior.Vladimir Sadov1-0/+4
2019-09-22Do not clip CPU count when CPU quota is used. (#26153) (#26806)Jan Kotas1-4/+0
2019-07-06fix merge error (#25573)Maoni Stephens1-2/+3
2019-07-05many core (#25350)Maoni Stephens1-0/+50
2019-04-09Remove Unix CPU groups emulationJan Vorlicek1-13/+19
2019-04-04Modify affinity range config format for WindowsJan Vorlicek1-0/+14
2019-03-15Use HKLM for CLSID lookup (#23258)Elinor Fung1-154/+200
2019-03-11Merge pull request #23093 from franksinankaya/gcc_warnings_9Jan Vorlicek1-1/+1
2019-03-07Fix signed compare warningsSinan Kaya1-1/+1
2019-03-07Cleanup unused hosting interfaces (#23091)Jan Kotas1-15/+0
2019-03-01Revert heapcount and enable CPU Groups to fix Ubuntu FPE (#22861)Varun Venkatesan1-80/+15
2019-01-23Remove all traces of FEATURE_STACK_PROBE. (#22149)Filip Navara1-12/+1
2018-08-25Remove NumaNodeInfo, CPUGroupInfo, AppDomain, SystemDomain, and EEConfig stub...David Mason1-2/+2
2018-08-02Remove unused/nop/questionable code (#19239)Aaron Robinson1-114/+1
2018-07-16Apply tiering's call counting delay more broadly (#18610)Koundinya Veluri1-6/+19
2017-10-16Delete dead code (#14521)Jan Kotas1-343/+1
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