Displaying 20 results from an estimated 2000 matches similar to: "[klibc 36/43] sparc64 support for klibc"
2006 May 11
0
[patch] klibc: merge s390 and s390x
Merge s390 and s390x into s390. Compiled and tested on s390/s390x and i386.
Also cross compilation for s390/s390x tested. This patch shouldn't break the
build of any architecture.
Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
---
Makefile | 1
scripts/Kbuild.install | 4 +-
scripts/Kbuild.klibc
2019 Jan 05
0
Pull request: collected patches for klibc
The following changes since commit 4d19974d7020488f63651244e1f9f51727c3f66c:
[klibc] fwrite: fix typo in comment (2016-02-01 13:26:01 -0800)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/bwh/klibc.git for-hpa
for you to fetch changes up to 7b49d9729ff6b3118c57eb6fe52c4f186016cfa0:
[klibc] x86_64: Use -Ttext-segment to avoid address collision
2023 Mar 05
0
[klibc:master] Add LoongArch64 port
Commit-ID: 53ce949578446360c4b636a46eadfdb7aed2779d
Gitweb: http://git.kernel.org/?p=libs/klibc/klibc.git;a=commit;h=53ce949578446360c4b636a46eadfdb7aed2779d
Author: Feiyang Chen <chenfeiyang at loongson.cn>
AuthorDate: Mon, 20 Feb 2023 10:46:02 +0800
Committer: Ben Hutchings <ben at decadent.org.uk>
CommitDate: Fri, 3 Mar 2023 21:13:27 +0100
[klibc] Add LoongArch64 port
2006 Jun 26
0
[klibc 35/43] sparc support for klibc
The parts of klibc specific to the sparc architecture.
Signed-off-by: H. Peter Anvin <hpa at zytor.com>
---
commit 1b5c93603ed3460ed1fba9e5d453a6fa54d0ccce
tree 7fb0a134b3add408c02b470616d440ad398d86d3
parent 94473ed85b00ec45ff8ee6cac62f60a368ff4534
author H. Peter Anvin <hpa at zytor.com> Sun, 25 Jun 2006 16:58:47 -0700
committer H. Peter Anvin <hpa at zytor.com> Sun, 25 Jun
2006 Jun 26
0
[klibc 26/43] m32r support for klibc
The parts of klibc specific to the m32r architecture.
Signed-off-by: H. Peter Anvin <hpa at zytor.com>
---
commit 7ba219f9bcddda38ddc9010b54fd10431292f744
tree 1cf287dfd321d6b980789f49bb0750e8a4217c22
parent 951dc85bd690c6cc5a971815665da947160cbe51
author H. Peter Anvin <hpa at zytor.com> Sun, 25 Jun 2006 16:58:27 -0700
committer H. Peter Anvin <hpa at zytor.com> Sun, 25 Jun
2006 Jun 26
0
[klibc 34/43] sh support for klibc
The parts of klibc specific to the sh architecture.
Signed-off-by: H. Peter Anvin <hpa at zytor.com>
---
commit 94473ed85b00ec45ff8ee6cac62f60a368ff4534
tree 5c09fdd824962cba83c198ac1dd077045d2cb0b1
parent 418ab99cc64fed344e2d3e446208f48655cccb31
author H. Peter Anvin <hpa at zytor.com> Sun, 25 Jun 2006 16:58:44 -0700
committer H. Peter Anvin <hpa at zytor.com> Sun, 25 Jun 2006
2006 May 24
1
[patch] klibc: merge s390/s390x 2nd try
From: Heiko Carstens <heiko.carstens@de.ibm.com>
Merge s390 and s390x into s390. Patch is against current linux-2.6-klibc
tree and seems to work.
Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
---
As a side note: a bitops patch is missing to make this working. Martin will
send it soon. If it's needed earlier I can send it as well.
Makefile
2006 Jun 26
0
[klibc 27/43] m68k support for klibc
The parts of klibc specific to the m68k architecture.
Signed-off-by: H. Peter Anvin <hpa at zytor.com>
---
commit bc9b363b31d301ab94c115cccc2e079c0d318498
tree db9cf277429e2722b8c51f68897991f0759b1d02
parent 7ba219f9bcddda38ddc9010b54fd10431292f744
author H. Peter Anvin <hpa at zytor.com> Sun, 25 Jun 2006 16:58:29 -0700
committer H. Peter Anvin <hpa at zytor.com> Sun, 25 Jun
2006 Jun 26
0
[klibc 30/43] parisc support for klibc
The parts of klibc specific to the parisc architecture.
Signed-off-by: H. Peter Anvin <hpa at zytor.com>
---
commit 078d6614054391efe17093f8d70340e2c0644ffb
tree 63a4bf899e5ca2ef3c0a8e9ef3098273012f7a33
parent ebd2860ad3dc19cb11fd5b9cc235cab54e9165f4
author H. Peter Anvin <hpa at zytor.com> Sun, 25 Jun 2006 16:58:36 -0700
committer H. Peter Anvin <hpa at zytor.com> Sun, 25 Jun
2006 Jun 26
0
[klibc 31/43] ppc support for klibc
The parts of klibc specific to the ppc architecture.
Signed-off-by: H. Peter Anvin <hpa at zytor.com>
---
commit a82c9b6e9b3428bae592241d1ac276054bc46fc5
tree 70852f39dd495c9bffc307d38f6da673d91ab08a
parent 078d6614054391efe17093f8d70340e2c0644ffb
author H. Peter Anvin <hpa at zytor.com> Sun, 25 Jun 2006 16:58:37 -0700
committer H. Peter Anvin <hpa at zytor.com> Sun, 25 Jun
2019 Jan 18
0
[klibc:master] Add RISC-V (RV64) port
Commit-ID: f1c1f4f99e60ac0f855a0582b4aebebfbb0804dc
Gitweb: http://git.kernel.org/?p=libs/klibc/klibc.git;a=commit;h=f1c1f4f99e60ac0f855a0582b4aebebfbb0804dc
Author: Ben Hutchings <ben at decadent.org.uk>
AuthorDate: Tue, 17 Jul 2018 02:55:19 +0100
Committer: Ben Hutchings <ben at decadent.org.uk>
CommitDate: Fri, 18 Jan 2019 03:10:14 +0000
[klibc] Add RISC-V (RV64) port
2006 Jun 26
0
[klibc 32/43] ppc64 support for klibc
The parts of klibc specific to the ppc64 architecture.
Signed-off-by: H. Peter Anvin <hpa at zytor.com>
---
commit 6db62c809bf46ac8a9f743513384d29fd339f877
tree e4850136d00d6b9fc1d5fb7eae9a329ac79947e1
parent a82c9b6e9b3428bae592241d1ac276054bc46fc5
author H. Peter Anvin <hpa at zytor.com> Sun, 25 Jun 2006 16:58:40 -0700
committer H. Peter Anvin <hpa at zytor.com> Sun, 25 Jun
2006 Jun 26
0
[klibc 33/43] s390 support for klibc
The parts of klibc specific to the s390 architecture.
Signed-off-by: H. Peter Anvin <hpa at zytor.com>
---
commit 418ab99cc64fed344e2d3e446208f48655cccb31
tree 958352848ed34bcf1aacdf5357ba453f96e38cbb
parent 6db62c809bf46ac8a9f743513384d29fd339f877
author H. Peter Anvin <hpa at zytor.com> Sun, 25 Jun 2006 16:58:42 -0700
committer H. Peter Anvin <hpa at zytor.com> Sun, 25 Jun
2013 Nov 12
0
[klibc:master] arm64: Add arm64 support
Commit-ID: e4a2c914446ba907c5aaccf6ae1d089a09d21df7
Gitweb: http://git.kernel.org/?p=libs/klibc/klibc.git;a=commit;h=e4a2c914446ba907c5aaccf6ae1d089a09d21df7
Author: Steve Capper <steve.capper at linaro.org>
AuthorDate: Mon, 11 Nov 2013 17:04:12 +0000
Committer: H. Peter Anvin <hpa at zytor.com>
CommitDate: Mon, 11 Nov 2013 19:31:31 -0800
[klibc] arm64: Add arm64 support
2006 Jun 26
0
[klibc 23/43] cris support for klibc
The parts of klibc specific to the cris architecture.
Signed-off-by: H. Peter Anvin <hpa at zytor.com>
---
commit 84f6a72f42cf41e32daa59871a0b5424572093e4
tree 52bad10c1575f773a71cd4f4ea4b8083631f9d82
parent 1eff7c685b36cd0120694fd4150b32a26168d926
author H. Peter Anvin <hpa at zytor.com> Sun, 25 Jun 2006 16:58:18 -0700
committer H. Peter Anvin <hpa at zytor.com> Sun, 25 Jun
2023 Feb 20
1
[PATCH] Add LoongArch64 port
From: Feiyang Chen <chenfeiyang at loongson.cn>
Add LoongArch64 support. I've cribbed most of this from the
RISC-V and MIPS ports.
Signed-off-by: Feiyang Chen <chenfeiyang at loongson.cn>
---
.../arch/loongarch64/klibc/archconfig.h | 15 ++++++
.../arch/loongarch64/klibc/archsetjmp.h | 26 ++++++++++
.../arch/loongarch64/klibc/archsignal.h | 14 ++++++
2006 Jun 26
0
[klibc 22/43] arm support for klibc
The parts of klibc specific to the arm architecture.
Signed-off-by: H. Peter Anvin <hpa at zytor.com>
---
commit 1eff7c685b36cd0120694fd4150b32a26168d926
tree 953dd1dbd2e994fc27c6cf5708fcbe06fe000d58
parent 5e5ce29210ac33a0b3704eb9ab5e5d5b55375575
author H. Peter Anvin <hpa at zytor.com> Sun, 25 Jun 2006 16:58:16 -0700
committer H. Peter Anvin <hpa at zytor.com> Sun, 25 Jun
2013 Nov 08
0
[PATCH 3/3] arm64: Introduce arm64 support
Based on work by Neil Williams (codehelp at debian.org) and Anil Singhar
(anil.singhar at linaro.org), this patch introduces arm64 support.
Signed-off-by: Steve Capper <steve.capper at linaro.org>
---
Makefile | 3 +-
usr/include/arch/arm64/klibc/archconfig.h | 17 ++++++++++
usr/include/arch/arm64/klibc/archsetjmp.h | 20 ++++++++++++
2006 Jun 26
0
[klibc 37/43] x86_64 support for klibc
The parts of klibc specific to the x86_64 architecture.
Signed-off-by: H. Peter Anvin <hpa at zytor.com>
---
commit f889dd04bef1aed36ba18161c727af47338e167a
tree c25f184d2e3337b52dfe3abd191ec639d4d9543d
parent f30fa3db62972125afa68d3b53d03cdb843d3bbd
author H. Peter Anvin <hpa at zytor.com> Sun, 25 Jun 2006 16:58:53 -0700
committer H. Peter Anvin <hpa at zytor.com> Sun, 25 Jun
2006 Jun 26
0
[klibc 21/43] alpha support for klibc
The parts of klibc specific to the alpha architecture.
Signed-off-by: H. Peter Anvin <hpa at zytor.com>
---
commit 5e5ce29210ac33a0b3704eb9ab5e5d5b55375575
tree 2ec24df596e13c21b68da4d905f546770d36fdad
parent 8529b52550ba78984998d3a9cc9deb467217fa3e
author H. Peter Anvin <hpa at zytor.com> Sun, 25 Jun 2006 16:58:14 -0700
committer H. Peter Anvin <hpa at zytor.com> Sun, 25 Jun