summaryrefslogtreecommitdiff
path: root/src/pal/src/numa
AgeCommit message (Expand)AuthorFilesLines
2019-04-10Fix few issues discovered by testingJan Vorlicek1-4/+3
2019-04-10Fix RecycledLists size on UnixJan Vorlicek1-2/+3
2019-04-09Fix several issuesJan Vorlicek1-10/+1
2019-04-09Remove Unix CPU groups emulationJan Vorlicek2-796/+19
2019-03-17Fix conversion issuesSinan Kaya1-1/+1
2019-03-15Fix GetFullAffinityMask for cpuCount==64 (#23276)Jan Vorlicek1-1/+6
2019-03-14Fix GetProcessAffinityMask (#23247)Jan Vorlicek1-21/+8
2019-02-16Fix visibility and signed comparison issues for GCC (#22586)Adeel Mujahid1-10/+10
2018-01-26Fix FreeBSD build and update build instructions (#15998)Conrad Meyer1-0/+4
2018-01-16Fix one missing check for NULL after malloc (#15877)Jan Vorlicek1-16/+27
2018-01-15Fix mismatch between new and free in numa.cpp (#15870)Jan Vorlicek1-25/+47
2017-10-07Fix numa build break (#14370)Jan Vorlicek1-0/+2
2017-10-03Fix build with latest Xcode on OSX (#14282)Jan Vorlicek1-2/+4
2017-09-27Add SetThreadIdealProcessorEx PAL API (#13606)Xiangyang (Mark) Guo1-0/+112
2017-07-19fix issue 12725 (#12728)Xiangyang (Mark) Guo2-2/+8
2017-07-18Merge pull request #12748 from helloguo/NUMASupportInitializeAditya Mandaleeka1-7/+2
2017-07-11fix NUMASupportInitializehelloguo1-7/+2
2017-07-10fix error handlehelloguo1-12/+12
2017-07-06Pin GC threads to corresponding processors on Linux (#12486)Xiangyang (Mark) Guo1-4/+128
2017-06-29Make libnuma soft dependency (#12556)Adeel Mujahid2-51/+133
2017-06-23Fix systemMask on Linux (#12387)Xiangyang (Mark) Guo1-9/+14
2017-05-29Implement GetCurrentProcessCpuCount for Unix and merge NumberOfProcesors impl...Tom Deseyn1-3/+15
2017-04-19Add NUMA and thread affinity support for Unix (#10938)Jan Vorlicek1-0/+692