summaryrefslogtreecommitdiff
path: root/openmp/runtime/src/z_Linux_util.cpp
AgeCommit message (Expand)Author
2025-10-31[OpenMP] Remove OS checks for ARM and AArch64 (#165640)Brad Smith
2025-06-04[OpenMP] Don't use libproc on Solaris (#142379)Rainer Orth
2025-04-17[OpenMP] Disable load balance on Haiku (#136082)Brad Smith
2025-04-01[OpenMP] [AIX] Add missing } in openmp/runtime/src/z_Linux_util.cpp (#133973)Mark Danial
2025-03-26[OpenMP] Add support for Haiku (#133034)Brad Smith
2024-08-31[OpenMP] Support setting POSIX thread name on *BSD's and Solaris (#106489)Brad Smith
2024-08-13[OpenMP] Rename worker threads for improved debuggability (#102065)HighW4y2H3ll
2024-05-10[OpenMP][AIX] Implement __kmp_get_load_balance() for AIX (#91520)Xing Xue
2024-04-30[OpenMP][AIX] Implement __kmp_is_address_mapped() for AIX (#90516)Xing Xue
2024-04-12[OpenMP] Fix re-locking hang found in issue 86684 (#88539)Jonathan Peyton
2024-04-02[OpenMP] get logical core count on modern apple platform (#87231)nihui
2024-04-02[OpenMP] arm64_32 port for Apple WatchOS (#87246)nihui
2024-03-22[OpenMP][AIX] Affinity implementation for AIX (#84984)Xing Xue
2024-03-14[openmp][wasm] Fix microtask type mismatch (#84355)Andrew Brown
2024-03-10[openmp] adding affinity support to DragonFlyBSD. (#84672)David CARLIER
2024-03-09[openmp] porting affinity feature to netbsd. (#84618)David CARLIER
2024-03-08[OpenMP] Implements __kmp_is_address_mapped for Solaris/Illumos. (#82930)David CARLIER
2024-02-25[OpenMP] Implement __kmp_is_address_mapped on DragonFlyBSD. (#82895)David CARLIER
2024-01-09[openmp][AIX] Add AIX to __kmp_set_stack_info() (#77421)Brad Smith
2024-01-08[openmp][AIX]Initial changes for porting to AIX (#76841)Xing Xue
2023-12-14[openmp][wasm] Allow compiling OpenMP to WebAssembly (#71297)Andrew Brown
2023-12-11[OpenMP] Change check for OS to check for defined for a macro (#75012)Brad Smith
2023-11-17[OpenMP] Add missing pieces in __kmp_launch_worker for Solaris support (#72613)Brad Smith
2023-11-09[OpenMP] Fix a condition for KMP_OS_SOLARIS. (#71831)xingxue-ibm
2023-11-03Add openmp support to System z (#66081)Neale Ferguson
2023-11-02[OpenMP] Add support for Solaris/x86_64 (#70593)Brad Smith
2023-10-29[OpenMP] Add missing bit with the Hurd support (#70609)Brad Smith
2023-10-29[OpenMP] Make use of getloadavg() on *BSD OS's (#70586)Brad Smith
2023-09-20[OpenMP][VE] Limit the number of threads to create (#66729)Kazushi Marukawa
2023-09-13Fix /tmp approach, and add environment variable method as third fallback duri...Terry Wilmarth
2023-09-10[OpenMP][VE] Support OpenMP runtime on VEKazushi (Jam) Marukawa
2023-08-22[OpenMP] Let primary thread gather topology info for each worker threadJonathan Peyton
2023-08-18[OpenMP] Add option to use different units for blocktimeTerry Wilmarth
2023-07-31[OpenMP] Introduce hybrid core attributes to OMP_PLACES and KMP_AFFINITYJonathan Peyton
2023-07-05[OpenMP] Minor improvement in error msg and fixes few coverity reported issuesNawrin Sultana
2022-12-08[openmp] Provide an assembly implementation of __kmp_invoke_microtask on ARMMartin Storsjö
2022-12-06[OpenMP][libomp] Cleanup version script and exported symbolsJonathan Peyton
2022-11-13Move variable declarations out of #if guard, NFCKrzysztof Parzyszek
2022-10-28[OpenMP][libomp] Add hidden helper affinityJonathan Peyton
2022-10-28[OpenMP][libomp] Parameterize affinity functionsJonathan Peyton
2022-10-03[OpenMP][libomp] Allow unused-but-set warningsJonathan Peyton
2022-09-19[OpenMP] Add LoongArch64 supportSignKirigami
2022-08-12[openmp] Remove __ANDROID_API__ < 19 workaroundFangrui Song
2022-07-19[OpenMP][libomp] Fix /dev/shm pollution after forked child process terminatesAndreyChurbanov
2021-11-17[OpenMP][libomp] Add support for offline CPUs in LinuxPeyton, Jonathan L
2021-11-17[OpenMP][libomp][NFC] Remove non-ASCII apostrophe in commentJonathan Peyton
2021-07-30[OpenMP][NFC] libomp: silence warnings on unused variables.AndreyChurbanov
2021-07-29[OpenMP] libomp: Add new experimental barrier: two-level distributed barrierTerry Wilmarth
2021-07-12[OpenMP] Remove TSAN annotations from libompJoachim Protze
2021-07-01[OpenMP] Fix a few issues with hidden helper taskHansang Bae