| Age | Commit message (Expand) | Author |
| 2025-11-13 | openmp, nvptx: ompx_gnu_managed_mem_alloc | Andrew Stubbs |
| 2025-10-23 | libgomp, nvptx: Cuda pinned memory | Andrew Stubbs |
| 2025-10-10 | libgomp: Add is_integrated_apu function to plugin/plugin-{gcn,nvptx}.c | Tobias Burnus |
| 2025-09-17 | libgomp: Init hash table for 'indirect'-clause of 'declare target' on the hos... | Tobias Burnus |
| 2025-06-02 | libgomp: Add OpenMP's omp_target_memset/omp_target_memset_async | Tobias Burnus |
| 2025-05-29 | libgomp: Add OpenACC's acc_memcpy_device{,_async} routines [PR93226] | Tobias Burnus |
| 2025-03-24 | libgomp/plugin/plugin-nvptx.c: Fix device used for stream creation | Tobias Burnus |
| 2025-03-21 | libgomp/plugin: Add initial interop support to nvptx + gcn | Tobias Burnus |
| 2025-01-02 | Update copyright years. | Jakub Jelinek |
| 2024-11-18 | libgomp/plugin/plugin-nvptx.c: Change false to NULL to fix C23 wrong-return-t... | Tobias Burnus |
| 2024-09-24 | OpenMP: Add support for 'self_maps' to the 'require' directive | Tobias Burnus |
| 2024-09-23 | OpenMP: Fix omp_get_device_from_uid, minor cleanup | Tobias Burnus |
| 2024-09-20 | OpenMP: Add get_device_from_uid/omp_get_uid_from_device routines | Tobias Burnus |
| 2024-06-06 | nvptx offloading: 'GOMP_NVPTX_NATIVE_GPU_THREAD_STACK_SIZE' environment varia... | Thomas Schwinge |
| 2024-06-06 | nvptx offloading: Global constructor, destructor support, via nvptx-tools 'ld' | Thomas Schwinge |
| 2024-05-29 | libgomp: Enable USM for some nvptx devices | Tobias Burnus |
| 2024-04-08 | GCN, nvptx: Errors during device probing are fatal | Thomas Schwinge |
| 2024-03-08 | nvptx: 'cuDeviceGetCount' failure is fatal | Thomas Schwinge |
| 2024-03-08 | GCN, nvptx: Fatal error for missing symbols in 'libhsa-runtime64.so.1', 'libc... | Thomas Schwinge |
| 2024-01-03 | Update copyright years. | Jakub Jelinek |
| 2023-12-20 | OpenMP, NVPTX: memcpy[23]D bias correction | Julian Brown |
| 2023-12-06 | libgomp, nvptx: low-latency memory allocator | Andrew Stubbs |
| 2023-11-07 | openmp: Add support for the 'indirect' clause in C/C++ | Kwok Cheung Yeung |
| 2023-07-29 | libgomp: cuda.h and omp_target_memcpy_rect cleanup | Tobias Burnus |
| 2023-07-26 | OpenMP: Call cuMemcpy2D/cuMemcpy3D for nvptx for omp_target_memcpy_rect | Tobias Burnus |
| 2023-05-08 | libgomp: Simplify OpenMP reverse offload host <-> device memory copy implemen... | Thomas Schwinge |
| 2023-03-10 | Use 'GOMP_MAP_VARS_TARGET' for OpenACC compute constructs [PR90596] | Thomas Schwinge |
| 2023-03-10 | Simplify OpenACC 'no_create' clause implementation | Thomas Schwinge |
| 2023-01-16 | Update copyright years. | Jakub Jelinek |
| 2022-12-10 | libgomp: Handle OpenMP's reverse offloads | Tobias Burnus |
| 2022-11-25 | libgomp: Add no-target-region rev offload test + fix plugin-nvptx | Tobias Burnus |
| 2022-10-24 | libgomp/nvptx: Prepare for reverse-offload callback handling, resolve spuriou... | Thomas Schwinge |
| 2022-10-24 | libgomp/nvptx: Prepare for reverse-offload callback handling | Tobias Burnus |
| 2022-09-09 | nvptx: libgomp+mkoffload.cc: Prepare for reverse offload fn lookup | Tobias Burnus |
| 2022-09-09 | libgomp: Prepare for reverse offload fn lookup | Tobias Burnus |
| 2022-09-08 | OpenMP, libgomp: Environment variable syntax extension | Marcel Vollweiler |
| 2022-07-04 | OpenMP: Move omp requires checks to libgomp | Tobias Burnus |
| 2022-05-12 | libgomp nvptx plugin: Split 'PLUGIN_NVPTX_DYNAMIC' into 'PLUGIN_NVPTX_INCLUDE... | Thomas Schwinge |
| 2022-04-06 | Move 'libgomp/plugin/cuda/cuda.h' to 'include/cuda/cuda.h' | Thomas Schwinge |
| 2022-01-04 | libgomp: Fix GOMP_DEVICE_NUM_VAR stringification during offload image load | Chung-Lin Tang |
| 2022-01-03 | Update copyright years. | Jakub Jelinek |
| 2021-08-05 | openmp: Implement omp_get_device_num routine | Chung-Lin Tang |
| 2021-01-14 | [nvptx libgomp plugin] Build only in supported configurations | Thomas Schwinge |
| 2021-01-05 | nvptx: Cache stacks block for OpenMP kernel launch | Julian Brown |
| 2021-01-04 | Update copyright years. | Jakub Jelinek |
| 2020-10-08 | [libgomp, nvptx] Report launch dimensions in GOMP_OFFLOAD_run | Tom de Vries |
| 2020-09-22 | [libgomp, nvptx] Print error log for link error | Tom de Vries |
| 2020-08-20 | libgomp: adjust nvptx_free callback context checking | Chung-Lin Tang |
| 2020-02-13 | openmp: ignore nowait if async execution is unsupported [PR93481] | Frederik Harwath |
| 2020-01-10 | OpenACC 'acc_get_property' cleanup | Thomas Schwinge |