index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
include
Age
Commit message (
Expand
)
Author
Lines
2025-07-09
KVM: x86: Provide a capability to disable APERF/MPERF read intercepts
Jim Mattson
-0
/
+1
2025-07-08
uapi: bitops: use UAPI-safe variant of BITS_PER_LONG again (2)
Thomas Weißschuh
-2
/
+2
2025-07-08
tools/nolibc: drop s390 clang target override
Thomas Weißschuh
-3
/
+0
2025-07-07
tools/nolibc: avoid false-positive -Wmaybe-uninitialized through waitpid()
Thomas Weißschuh
-1
/
+1
2025-07-06
selftests/nolibc: correctly report errors from printf() and friends
Thomas Weißschuh
-2
/
+2
2025-07-06
tools/nolibc: add support for clock_nanosleep() and nanosleep()
Thomas Weißschuh
-0
/
+34
2025-07-04
tools/nolibc: Provide vfork()
Mark Brown
-0
/
+45
2025-07-04
tools/nolibc: Replace ifdef with if defined() in sys.h
Mark Brown
-15
/
+15
2025-07-04
tools/nolibc: add support for SuperH
Thomas Weißschuh
-0
/
+164
2025-07-03
bpf: Introduce BPF standard streams
Kumar Kartikeya Dwivedi
-0
/
+24
2025-06-28
tools/nolibc: MIPS: add support for N64 and N32 ABIs
Thomas Weißschuh
-15
/
+90
2025-06-28
tools/nolibc: MIPS: drop noreorder option
Thomas Weißschuh
-4
/
+0
2025-06-28
tools/nolibc: MIPS: drop manual stack pointer alignment
Thomas Weißschuh
-2
/
+0
2025-06-28
tools/nolibc: MIPS: drop $gp setup
Thomas Weißschuh
-6
/
+0
2025-06-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after rc3
Alexei Starovoitov
-11
/
+88
2025-06-24
tools/nolibc: use arm64 name over aarch64
Thomas Weißschuh
-8
/
+7
2025-06-24
tools/nolibc: hide headers_check command by default
Thomas Weißschuh
-1
/
+1
2025-06-22
tools/nolibc: merge i386 and x86_64 into a single x86 arch
Willy Tarreau
-195
/
+179
2025-06-22
tools/nolibc: fix spelling of FD_SETBITMASK in FD_* macros
Willy Tarreau
-2
/
+2
2025-06-17
tools headers: Synchronize linux/bits.h with the kernel sources
Arnaldo Carvalho de Melo
-2
/
+55
2025-06-16
tools headers: Syncronize linux/build_bug.h with the kernel sources
Arnaldo Carvalho de Melo
-5
/
+13
2025-06-16
tools headers UAPI: Sync linux/kvm.h with the kernel sources
Arnaldo Carvalho de Melo
-0
/
+4
2025-06-16
tools headers UAPI: Sync the drm/drm.h with the kernel sources
Arnaldo Carvalho de Melo
-0
/
+4
2025-06-16
tools headers: Update the fs headers with the kernel sources
Arnaldo Carvalho de Melo
-4
/
+10
2025-06-13
syscall_user_dispatch: Add PR_SYS_DISPATCH_INCLUSIVE_ON
Dmitry Vyukov
-1
/
+6
2025-06-12
tools: add coredump.h header
Christian Brauner
-0
/
+104
2025-06-10
bpf: adjust path to trace_output sample eBPF program
Tobias Klauser
-1
/
+1
2025-06-09
bpf: Add cookie to tracing bpf_link_info
Tao Chen
-0
/
+2
2025-06-09
bpf: Implement mprog API on top of existing cgroup progs
Yonghong Song
-0
/
+7
2025-06-05
Merge tag 'net-6.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
-0
/
+2
2025-06-05
bpf: Add cookie to raw_tp bpf_link_info
Tao Chen
-0
/
+2
2025-06-03
Merge tag 'perf-tools-for-v6.16-1-2025-06-03' of git://git.kernel.org/pub/scm...
Linus Torvalds
-15
/
+32
2025-05-31
Merge tag 'mm-stable-2025-05-31-14-50' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
-1
/
+18
2025-05-30
bpf: Fix L4 csum update on IPv6 in CHECKSUM_COMPLETE
Paul Chaignon
-0
/
+2
2025-05-28
Merge tag 'bpf-next-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...
Linus Torvalds
-7
/
+12
2025-05-28
Merge tag 'net-next-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
-3
/
+6
2025-05-28
selftests/bpf: Fix bpf selftest build warning
Saket Kumar Bhaskar
-3
/
+3
2025-05-27
Merge tag 'nolibc-20250526-for-6.16-1' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
-515
/
+2014
2025-05-26
Merge tag 'perf-core-2025-05-25' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
-323
/
+334
2025-05-26
Merge tag 'locking-core-2025-05-25' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
-1
/
+44
2025-05-26
Merge tag 'vfs-6.16-rc1.selftests' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
-0
/
+554
2025-05-23
af_unix: Introduce SO_PASSRIGHTS.
Kuniyuki Iwashima
-0
/
+2
2025-05-22
perf/uapi: Clean up <uapi/linux/perf_event.h> a bit
Ingo Molnar
-321
/
+331
2025-05-22
perf/uapi: Fix PERF_RECORD_SAMPLE comments in <uapi/linux/perf_event.h>
Ian Rogers
-2
/
+3
2025-05-21
tools/nolibc: move NULL and offsetof() to sys/stddef.h
Thomas Weißschuh
-9
/
+26
2025-05-21
tools/nolibc: move uname() and friends to sys/utsname.h
Thomas Weißschuh
-27
/
+44
2025-05-21
tools/nolibc: move makedev() and friends to sys/sysmacros.h
Thomas Weißschuh
-5
/
+22
2025-05-21
tools/nolibc: move getrlimit() and friends to sys/resource.h
Thomas Weißschuh
-39
/
+55
2025-05-21
tools/nolibc: move reboot() to sys/reboot.h
Thomas Weißschuh
-19
/
+36
2025-05-21
tools/nolibc: move prctl() to sys/prctl.h
Thomas Weißschuh
-21
/
+38
[prev]
[next]