index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
include
/
nolibc
Age
Commit message (
Expand
)
Author
2023-06-09
tools/nolibc: open: fix up compile warning for arm
Zhangjin Wu
2023-06-09
tools/nolibc: arm: add missing my_syscall6
Zhangjin Wu
2023-06-09
selftests/nolibc: not include limits.h for nolibc
Zhangjin Wu
2023-06-09
tools/nolibc: ensure fast64 integer types have 64 bits
Thomas Weißschuh
2023-06-09
tools/nolibc: ppoll/ppoll_time64: add a missing argument
Zhangjin Wu
2023-06-09
tools/nolibc: support nanoseconds in stat()
Thomas Weißschuh
2023-06-09
tools/nolibc: add support for prctl()
Thomas Weißschuh
2023-06-09
tools/nolibc: s390: disable stackprotector in _start
Thomas Weißschuh
2023-06-09
tools/nolibc: fix segfaults on compilers without attribute no_stack_protector
Thomas Weißschuh
2023-06-09
tools/nolibc: add autodetection for stackprotector support
Thomas Weißschuh
2023-06-09
tools/nolibc: reformat list of headers to be installed
Thomas Weißschuh
2023-06-09
tools/nolibc: ensure stack protector guard is never zero
Thomas Weißschuh
2023-06-09
tools/nolibc: x86_64: disable stack protector for _start
Thomas Weißschuh
2023-06-09
tools/nolibc: fix typo pint -> point
Thomas Weißschuh
2023-06-09
tools/nolibc: riscv: add stackprotector support
Thomas Weißschuh
2023-06-09
tools/nolibc: mips: add stackprotector support
Thomas Weißschuh
2023-06-09
tools/nolibc: loongarch: add stackprotector support
Thomas Weißschuh
2023-06-09
tools/nolibc: arm: add stackprotector support
Thomas Weißschuh
2023-06-09
tools/nolibc: aarch64: add stackprotector support
Thomas Weißschuh
2023-06-09
tools/nolibc/unistd: add syscall()
Thomas Weißschuh
2023-06-09
tools/nolibc: riscv: Fix up load/store instructions for rv32
Zhangjin Wu
2023-06-09
tools/nolibc: remove LINUX_REBOOT_ constants
Thomas Weißschuh
2023-06-09
tools/nolibc: s390: provide custom implementation for sys_fork
Thomas Weißschuh
2023-06-09
tools/nolibc: use C89 comment syntax
Thomas Weißschuh
2023-06-09
tools/nolibc: use __inline__ syntax
Thomas Weißschuh
2023-06-09
tools/nolibc: use standard __asm__ statements
Thomas Weißschuh
2023-06-09
tools/nolibc: Fix build of stdio.h due to header ordering
Mark Brown
2023-06-09
tools/nolibc: implement fd-based FILE streams
Thomas Weißschuh
2023-06-09
tools/nolibc: add wrapper for memfd_create
Thomas Weißschuh
2023-04-24
Merge tag 'linux-kselftest-next-6.4-rc1' of git://git.kernel.org/pub/scm/linu...
Linus Torvalds
2023-04-11
tools/nolibc/stdio: Implement vprintf()
Mark Brown
2023-03-27
tools/nolibc: x86_64: add stackprotector support
Thomas Weißschuh
2023-03-27
tools/nolibc: i386: add stackprotector support
Thomas Weißschuh
2023-03-27
tools/nolibc: add support for stack protector
Thomas Weißschuh
2023-03-27
tools/nolibc: add helpers for wait() signal exits
Thomas Weißschuh
2023-03-27
tools/nolibc: add definitions for standard fds
Thomas Weißschuh
2023-03-20
tools/nolibc: Add support for LoongArch
Feiyang Chen
2023-03-20
tools/nolibc: Add statx() and make stat() rely on statx() if necessary
Feiyang Chen
2023-03-20
tools/nolibc: Include linux/fcntl.h and remove duplicate code
Feiyang Chen
2023-03-20
tools/nolibc: check for S_I* macros before defining them
Willy Tarreau
2023-03-20
tools/nolibc: add getuid() and geteuid()
Willy Tarreau
2023-03-20
tools/nolibc: add integer types and integer limit macros
Vincent Dagonneau
2023-03-20
tools/nolibc: add stdint.h
Vincent Dagonneau
2023-03-20
tools/nolibc: Add gitignore to avoid git complaints about sysroot
Paul E. McKenney
2023-01-10
nolibc/sys: Implement `getpagesize(2)` function
Ammar Faizi
2023-01-10
nolibc/stdlib: Implement `getauxval(3)` function
Ammar Faizi
2023-01-10
tools/nolibc: add auxiliary vector retrieval for s390
Sven Schnelle
2023-01-10
tools/nolibc: add auxiliary vector retrieval for mips
Willy Tarreau
2023-01-10
tools/nolibc: add auxiliary vector retrieval for riscv
Willy Tarreau
2023-01-10
tools/nolibc: add auxiliary vector retrieval for arm
Willy Tarreau
[next]