Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update copyright dates with scripts/update-copyrights | 2024-01-01 | 6 | -6/+6 | |
| | |||||
* | LoongArch: Update hwcap.h to sync with LoongArch kernel. | 2023-10-26 | 1 | -0/+1 | |
| | |||||
* | LoongArch: Add vector implementation for _dl_runtime_resolve. | 2023-07-11 | 1 | -0/+37 | |
| | |||||
* | LoongArch: Fix inconsistency in SHMLBA macro values between glibc and kernel | 2023-05-30 | 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. | ||||
* | Update copyright dates with scripts/update-copyrights | 2023-01-06 | 4 | -4/+4 | |
| | |||||
* | LoongArch: Linux ABI | 2022-07-26 | 4 | -0/+165 | |