index
:
linux.git
arm64-uaccess
dependabot/pip/drivers/gpu/drm/ci/xfails/certifi-2024.7.4
dependabot/pip/drivers/gpu/drm/ci/xfails/idna-3.7
dependabot/pip/drivers/gpu/drm/ci/xfails/pip-23.3
dependabot/pip/drivers/gpu/drm/ci/xfails/requests-2.32.2
dependabot/pip/drivers/gpu/drm/ci/xfails/setuptools-70.0.0
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.0.7
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.2.2
link_path_walk
master
runtime-constants
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
upstream/master
Unnamed repository; edit this file 'description' to name the repository.
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2025-05-21
tools headers: Synchronize prctl.h ABI header
Sebastian Andrzej Siewior
1
-0
/
+1
2025-05-20
tools headers: Synchronize linux/bits.h with the kernel sources
Arnaldo Carvalho de Melo
1
-3
/
+2
2025-05-20
tools headers compiler: Pick the const_true() define from the kernel sources
Arnaldo Carvalho de Melo
1
-0
/
+22
2025-05-20
tools headers: Synchronize uapi/linux/bits.h with the kernel sources
Arnaldo Carvalho de Melo
1
-6
/
+2
2025-05-20
tools headers: Sync the linux/unaligned.h copy with the kernel sources
Arnaldo Carvalho de Melo
1
-6
/
+6
2025-05-13
net: devmem: TCP tx netlink api
Stanislav Fomichev
1
-0
/
+1
2025-05-12
selftests/fs/mount-notify: build with tools include dir
Amir Goldstein
1
-0
/
+274
2025-05-12
selftests/fs/statmount: build with tools include dir
Amir Goldstein
2
-0
/
+280
2025-05-11
tools headers UAPI: sync linux/fs.h with the kernel sources
Andrei Vagin
1
-1
/
+18
2025-05-09
bpf: Add support to retrieve ref_ctr_offset for uprobe perf link
Jiri Olsa
1
-0
/
+1
2025-05-07
bpf: Clarify handling of mark and tstamp by redirect_peer
Paul Chaignon
1
-0
/
+3
2025-05-03
tools headers: Synchronize prctl.h ABI header
Sebastian Andrzej Siewior
1
-1
/
+43
2025-04-22
tools/nolibc: implement width padding in printf()
Thomas Weißschuh
1
-1
/
+16
2025-04-22
tools/nolibc: add snprintf() and friends
Thomas Weißschuh
1
-0
/
+55
2025-04-22
tools/nolibc: allow limiting of printf destination size
Thomas Weißschuh
1
-6
/
+10
2025-04-22
tools/nolibc: allow different write callbacks in printf
Thomas Weißschuh
1
-4
/
+17
2025-04-22
tools/nolibc: add getopt()
Thomas Weißschuh
3
-0
/
+103
2025-04-22
tools/nolibc: add dprintf() and vdprintf()
Thomas Weißschuh
1
-0
/
+24
2025-04-22
tools/nolibc: implement waitpid() in terms of waitid()
Thomas Weißschuh
1
-12
/
+58
2025-04-22
tools/nolibc: add setpgrp()
Thomas Weißschuh
1
-0
/
+10
2025-04-22
tools/nolibc: add _exit()
Thomas Weißschuh
1
-1
/
+7
2025-04-22
tools/nolibc: add tolower() and toupper()
Thomas Weißschuh
1
-0
/
+17
2025-04-22
tools/nolibc: use ppoll_time64 if available
Thomas Weißschuh
1
-0
/
+8
2025-04-22
tools/nolibc: use pselect6_time64 if available
Thomas Weißschuh
1
-0
/
+8
2025-04-22
tools/nolibc: use intmax definitions from compiler
Thomas Weißschuh
1
-2
/
+2
2025-04-22
tools/nolibc: handle intmax_t/uintmax_t in printf
Thomas Weißschuh
1
-0
/
+2
2025-04-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after rc3
Alexei Starovoitov
8
-29
/
+136
2025-04-19
tools/nolibc: move wait() and friends to sys/wait.h
Thomas Weißschuh
4
-53
/
+73
2025-04-19
tools/nolibc: add sys/types.h shim
Thomas Weißschuh
2
-0
/
+8
2025-04-19
tools/nolibc: move gettimeofday() to sys/time.h
Thomas Weißschuh
4
-21
/
+38
2025-04-19
tools/nolibc: move syscall() to sys/syscall.h
Thomas Weißschuh
4
-6
/
+21
2025-04-19
tools/nolibc: move stat() and friends to sys/stat.h
Thomas Weißschuh
4
-56
/
+76
2025-04-19
tools/nolibc: move mmap() and friends to sys/mman.h
Thomas Weißschuh
4
-48
/
+65
2025-04-19
tools/nolibc: move getauxval() to sys/auxv.h
Thomas Weißschuh
4
-26
/
+43
2025-04-19
tools/nolibc: move open() and friends to fcntl.h
Thomas Weißschuh
5
-52
/
+72
2025-04-19
tools/nolibc: add elf.h
Thomas Weißschuh
3
-0
/
+17
2025-04-19
tools/nolibc: prepare for headers in subdirectories
Thomas Weißschuh
1
-1
/
+1
2025-04-19
tools/nolibc: fix integer overflow in i{64,}toa_r() and
Thomas Weißschuh
1
-2
/
+2
2025-04-19
tools/nolibc: properly align dirent buffer
Thomas Weißschuh
1
-1
/
+2
2025-04-19
tools/nolibc: disable function sanitizer for _start_c()
Thomas Weißschuh
1
-0
/
+5
2025-04-19
tools/nolibc: add __nolibc_aligned() and __nolibc_aligned_as()
Thomas Weißschuh
1
-0
/
+3
2025-04-19
tools/nolibc: add __nolibc_has_feature()
Thomas Weißschuh
1
-0
/
+6
2025-04-14
tools/nolibc: drop manual stack pointer alignment
Thomas Weißschuh
7
-16
/
+0
2025-04-11
tools/nolibc: Add support for SPARC
Thomas Weißschuh
2
-0
/
+193
2025-04-11
tools/nolibc/types.h: fix mismatched parenthesis in minor()
Jemmy Wong
1
-1
/
+1
2025-04-10
tools headers: Update the arch/x86/lib/memset_64.S copy with the kernel sources
Namhyung Kim
1
-0
/
+45
2025-04-10
tools headers: Update the uapi/asm-generic/mman-common.h copy with the kernel...
Namhyung Kim
1
-0
/
+1
2025-04-10
tools headers: Update the syscall table with the kernel sources
Namhyung Kim
1
-1
/
+3
2025-04-10
tools headers: Update the VFS headers with the kernel sources
Namhyung Kim
1
-24
/
+75
2025-04-10
tools headers: Update the uapi/linux/perf_event.h copy with the kernel sources
Namhyung Kim
1
-0
/
+2
[prev]
[next]