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
Age
Commit message (
Expand
)
Author
2025-05-21
tools headers: Synchronize prctl.h ABI header
Sebastian Andrzej Siewior
2025-05-20
tools headers: Synchronize linux/bits.h with the kernel sources
Arnaldo Carvalho de Melo
2025-05-20
tools headers compiler: Pick the const_true() define from the kernel sources
Arnaldo Carvalho de Melo
2025-05-20
tools headers: Synchronize uapi/linux/bits.h with the kernel sources
Arnaldo Carvalho de Melo
2025-05-20
tools headers: Sync the linux/unaligned.h copy with the kernel sources
Arnaldo Carvalho de Melo
2025-05-13
net: devmem: TCP tx netlink api
Stanislav Fomichev
2025-05-12
selftests/fs/mount-notify: build with tools include dir
Amir Goldstein
2025-05-12
selftests/fs/statmount: build with tools include dir
Amir Goldstein
2025-05-11
tools headers UAPI: sync linux/fs.h with the kernel sources
Andrei Vagin
2025-05-09
bpf: Add support to retrieve ref_ctr_offset for uprobe perf link
Jiri Olsa
2025-05-07
bpf: Clarify handling of mark and tstamp by redirect_peer
Paul Chaignon
2025-05-03
tools headers: Synchronize prctl.h ABI header
Sebastian Andrzej Siewior
2025-04-22
tools/nolibc: implement width padding in printf()
Thomas Weißschuh
2025-04-22
tools/nolibc: add snprintf() and friends
Thomas Weißschuh
2025-04-22
tools/nolibc: allow limiting of printf destination size
Thomas Weißschuh
2025-04-22
tools/nolibc: allow different write callbacks in printf
Thomas Weißschuh
2025-04-22
tools/nolibc: add getopt()
Thomas Weißschuh
2025-04-22
tools/nolibc: add dprintf() and vdprintf()
Thomas Weißschuh
2025-04-22
tools/nolibc: implement waitpid() in terms of waitid()
Thomas Weißschuh
2025-04-22
tools/nolibc: add setpgrp()
Thomas Weißschuh
2025-04-22
tools/nolibc: add _exit()
Thomas Weißschuh
2025-04-22
tools/nolibc: add tolower() and toupper()
Thomas Weißschuh
2025-04-22
tools/nolibc: use ppoll_time64 if available
Thomas Weißschuh
2025-04-22
tools/nolibc: use pselect6_time64 if available
Thomas Weißschuh
2025-04-22
tools/nolibc: use intmax definitions from compiler
Thomas Weißschuh
2025-04-22
tools/nolibc: handle intmax_t/uintmax_t in printf
Thomas Weißschuh
2025-04-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after rc3
Alexei Starovoitov
2025-04-19
tools/nolibc: move wait() and friends to sys/wait.h
Thomas Weißschuh
2025-04-19
tools/nolibc: add sys/types.h shim
Thomas Weißschuh
2025-04-19
tools/nolibc: move gettimeofday() to sys/time.h
Thomas Weißschuh
2025-04-19
tools/nolibc: move syscall() to sys/syscall.h
Thomas Weißschuh
2025-04-19
tools/nolibc: move stat() and friends to sys/stat.h
Thomas Weißschuh
2025-04-19
tools/nolibc: move mmap() and friends to sys/mman.h
Thomas Weißschuh
2025-04-19
tools/nolibc: move getauxval() to sys/auxv.h
Thomas Weißschuh
2025-04-19
tools/nolibc: move open() and friends to fcntl.h
Thomas Weißschuh
2025-04-19
tools/nolibc: add elf.h
Thomas Weißschuh
2025-04-19
tools/nolibc: prepare for headers in subdirectories
Thomas Weißschuh
2025-04-19
tools/nolibc: fix integer overflow in i{64,}toa_r() and
Thomas Weißschuh
2025-04-19
tools/nolibc: properly align dirent buffer
Thomas Weißschuh
2025-04-19
tools/nolibc: disable function sanitizer for _start_c()
Thomas Weißschuh
2025-04-19
tools/nolibc: add __nolibc_aligned() and __nolibc_aligned_as()
Thomas Weißschuh
2025-04-19
tools/nolibc: add __nolibc_has_feature()
Thomas Weißschuh
2025-04-14
tools/nolibc: drop manual stack pointer alignment
Thomas Weißschuh
2025-04-11
tools/nolibc: Add support for SPARC
Thomas Weißschuh
2025-04-11
tools/nolibc/types.h: fix mismatched parenthesis in minor()
Jemmy Wong
2025-04-10
tools headers: Update the arch/x86/lib/memset_64.S copy with the kernel sources
Namhyung Kim
2025-04-10
tools headers: Update the uapi/asm-generic/mman-common.h copy with the kernel...
Namhyung Kim
2025-04-10
tools headers: Update the syscall table with the kernel sources
Namhyung Kim
2025-04-10
tools headers: Update the VFS headers with the kernel sources
Namhyung Kim
2025-04-10
tools headers: Update the uapi/linux/perf_event.h copy with the kernel sources
Namhyung Kim
[prev]
[next]