summaryrefslogtreecommitdiff
path: root/arch/loongarch64/bits/stat.h
AgeCommit message (Collapse)AuthorLines
2024-05-07unify bits/stat.h for all archs sharing a common definitionRich Felker-18/+0
future archs should not define their own bits/stat.h but use this generic one.
2024-05-07align aarch64, riscv64, loongarch64 stat structure padding typeRich Felker-1/+1
this change is purely to document that they are the same in preparation to remove the arch-specific headers for these archs and replace them with a generic version that matches riscv32 and can be shared by these and all future archs.
2024-02-16add loongarch64 portHongliang Wang-0/+18
Author: Xiaojuan Zhai <zhaixiaojuan@loongson.cn> Author: Meidan Li <limeidan@loongson.cn> Author: Guoqi Chen <chenguoqi@loongson.cn> Author: Xiaolin Zhao <zhaoxiaolin@loongson.cn> Author: Fan peng <fanpeng@loongson.cn> Author: Jiantao Shan <shanjiantao@loongson.cn> Author: Xuhui Qiang <qiangxuhui@loongson.cn> Author: Jingyun Hua <huajingyun@loongson.cn> Author: Liu xue <liuxue@loongson.cn> Author: Hongliang Wang <wanghongliang@loongson.cn>