index
:
linux.git
arm64-uaccess
for-next
master
nocache-cleanup
vsnprintf
Linux kernel source tree
Gitolite user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
include
Age
Commit message (
Expand
)
Author
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
2025-04-10
tools headers: Update the socket headers with the kernel sources
Namhyung Kim
2025-04-10
tools headers: Update the KVM headers with the kernel sources
Namhyung Kim
2025-04-09
bpf: Clarify the meaning of BPF_F_PSEUDO_HDR
Paul Chaignon
2025-04-09
bpf: Clarify role of BPF_F_RECOMPUTE_CSUM
Paul Chaignon
2025-04-06
tools/include: make uapi/linux/types.h usable from assembly
Thomas Weißschuh
2025-04-04
bpf: Fix a comment describing bpf_attr
Anton Protopopov
2025-04-01
Merge tag 'mm-nonmm-stable-2025-03-30-18-23' of git://git.kernel.org/pub/scm/...
Linus Torvalds
2025-04-01
Merge tag 'mm-stable-2025-03-30-16-52' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2025-03-30
Merge tag 'bpf-next-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...
Linus Torvalds
2025-03-26
Merge tag 'net-next-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
2025-03-25
Merge tag 'timers-vdso-2025-03-23' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2025-03-24
Merge tag 'bitmap-for-6.15' of https://github.com/norov/linux
Linus Torvalds
2025-03-24
Merge tag 'nolibc-20250308-for-6.15-1' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2025-03-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Paolo Abeni
2025-03-20
tools headers: Sync uapi/asm-generic/socket.h with the kernel sources
Alexander Mikhalitsyn
2025-03-17
bpf: BPF token support for BPF_BTF_GET_FD_BY_ID
Mykyta Yatsenko
2025-03-17
lib/interval_tree: add test case for interval_tree_iter_xxx() helpers
Wei Yang
2025-03-17
lib/rbtree: add random seed
Wei Yang
2025-03-17
lib/rbtree: enable userland test suite for rbtree related data structure
Wei Yang
2025-03-16
mm: make vma cache SLAB_TYPESAFE_BY_RCU
Suren Baghdasaryan
2025-03-15
bpf: Introduce load-acquire and store-release instructions
Peilin Ye
2025-03-15
bpf: Allow pre-ordering for bpf cgroup progs
Yonghong Song
2025-03-08
tools/nolibc: don't use asm/ UAPI headers
Thomas Weißschuh
2025-03-06
tools/nolibc: drop outdated example from overview comment
Louis Taylor
2025-03-06
tools/nolibc: process open() vararg as mode_t
Louis Taylor
2025-03-06
tools/nolibc: always use openat(2) instead of open(2)
Louis Taylor
2025-03-06
tools/nolibc: add support for openat(2)
Louis Taylor
[prev]
[next]