| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2025-01-01 | Update copyright dates with scripts/update-copyrights | Paul Eggert | 7 | -7/+7 | |
| 2024-12-20 | Add HWCAP_LOONGARCH_LSPW from Linux 6.12 to bits/hwcap.h | Joseph Myers | 1 | -0/+1 | |
| Add the new Linux 6.12 HWCAP_LOONGARCH_LSPW to the corresponding bits/hwcap.h. Tested with build-many-glibcs.py for loongarch64-linux-gnu-lp64d. | |||||
| 2024-11-01 | LoongArch: Add RSEQ_SIG in rseq.h. | caiyinyu | 1 | -0/+36 | |
| Signed-off-by: caiyinyu <caiyinyu@loongson.cn> | |||||
| 2024-01-01 | Update copyright dates with scripts/update-copyrights | Paul Eggert | 6 | -6/+6 | |
| 2023-10-26 | LoongArch: Update hwcap.h to sync with LoongArch kernel. | caiyinyu | 1 | -0/+1 | |
| 2023-07-11 | LoongArch: Add vector implementation for _dl_runtime_resolve. | caiyinyu | 1 | -0/+37 | |
| 2023-05-30 | LoongArch: Fix inconsistency in SHMLBA macro values between glibc and kernel | caiyinyu | 1 | -0/+24 | |
| The LoongArch glibc was using the value of the SHMLBA macro from common code, which is __getpagesize() (16k), but this was inconsistent with the value of the SHMLBA macro in the kernel, which is SZ_64K (64k). This caused several shmat-related tests in LTP (Linux Test Project) to fail. This commit fixes the issue by ensuring that the glibc's SHMLBA macro value matches the value used in the kernel like other architectures. | |||||
| 2023-01-06 | Update copyright dates with scripts/update-copyrights | Joseph Myers | 4 | -4/+4 | |
| 2022-07-26 | LoongArch: Linux ABI | caiyinyu | 4 | -0/+165 | |
