index
:
linux/linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
kernel.org maintainers
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
include
Age
Commit message (
Expand
)
Author
2025-06-03
Merge tag 'perf-tools-for-v6.16-1-2025-06-03' of git://git.kernel.org/pub/scm...
Linus Torvalds
2025-05-31
Merge tag 'mm-stable-2025-05-31-14-50' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2025-05-30
bpf: Fix L4 csum update on IPv6 in CHECKSUM_COMPLETE
Paul Chaignon
2025-05-28
Merge tag 'bpf-next-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...
Linus Torvalds
2025-05-28
Merge tag 'net-next-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
2025-05-28
selftests/bpf: Fix bpf selftest build warning
Saket Kumar Bhaskar
2025-05-27
Merge tag 'nolibc-20250526-for-6.16-1' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2025-05-26
Merge tag 'perf-core-2025-05-25' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2025-05-26
Merge tag 'locking-core-2025-05-25' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2025-05-26
Merge tag 'vfs-6.16-rc1.selftests' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2025-05-23
af_unix: Introduce SO_PASSRIGHTS.
Kuniyuki Iwashima
2025-05-22
perf/uapi: Clean up <uapi/linux/perf_event.h> a bit
Ingo Molnar
2025-05-22
perf/uapi: Fix PERF_RECORD_SAMPLE comments in <uapi/linux/perf_event.h>
Ian Rogers
2025-05-21
tools/nolibc: move NULL and offsetof() to sys/stddef.h
Thomas Weißschuh
2025-05-21
tools/nolibc: move uname() and friends to sys/utsname.h
Thomas Weißschuh
2025-05-21
tools/nolibc: move makedev() and friends to sys/sysmacros.h
Thomas Weißschuh
2025-05-21
tools/nolibc: move getrlimit() and friends to sys/resource.h
Thomas Weißschuh
2025-05-21
tools/nolibc: move reboot() to sys/reboot.h
Thomas Weißschuh
2025-05-21
tools/nolibc: move prctl() to sys/prctl.h
Thomas Weißschuh
2025-05-21
tools/nolibc: move mount() to sys/mount.h
Thomas Weißschuh
2025-05-21
tools/nolibc: move ioctl() to sys/ioctl.h
Thomas Weißschuh
2025-05-21
tools/nolibc: implement wait() in terms of waitpid()
Thomas Weißschuh
2025-05-21
tools/nolibc: fall back to sys_clock_gettime() in gettimeofday()
Thomas Weißschuh
2025-05-21
tools/nolibc: add fopen()
Thomas Weißschuh
2025-05-21
tools/nolibc: add namespace functionality
Thomas Weißschuh
2025-05-21
tools/nolibc: add difftime()
Thomas Weißschuh
2025-05-21
tools/nolibc: add timerfd functionality
Thomas Weißschuh
2025-05-21
tools/nolibc: add timer functions
Thomas Weißschuh
2025-05-21
tools/nolibc: add clock_getres(), clock_gettime() and clock_settime()
Thomas Weißschuh
2025-05-21
tools/nolibc: add support for access() and faccessat()
Thomas Weißschuh
2025-05-21
tools/nolibc: add abs() and friends
Thomas Weißschuh
2025-05-21
tools/nolibc: add getrandom()
Thomas Weißschuh
2025-05-21
tools/nolibc: add mremap()
Thomas Weißschuh
2025-05-21
tools/nolibc: add more stat() variants
Thomas Weißschuh
2025-05-21
tools/nolibc: add %m printf format
Thomas Weißschuh
2025-05-21
tools/nolibc: add strstr()
Thomas Weißschuh
2025-05-21
tools/nolibc: use poll-related definitions from UAPI headers
Thomas Weißschuh
2025-05-21
tools/nolibc: move poll() to poll.h
Thomas Weißschuh
2025-05-21
tools/nolibc: Add m68k support
Daniel Palmer
2025-05-21
tools/nolibc: include nolibc.h early from all header files
Thomas Weißschuh
2025-05-21
tools/nolibc: add target to check header usability
Thomas Weißschuh
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
[prev]
[next]