index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
tools
/
include
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-11-03
tools headers asm: Sync fls headers header with the kernel sources
Arnaldo Carvalho de Melo
3
-4
/
+4
2025-11-03
tools headers UAPI: Sync linux/kvm.h with the kernel sources
Arnaldo Carvalho de Melo
1
-0
/
+3
2025-11-03
tools headers UAPI: Update tools's copy of drm.h to pick DRM_IOCTL_GEM_CHANGE_HANDLE
Arnaldo Carvalho de Melo
1
-12
/
+51
2025-10-11
Merge tag 'x86_core_for_v6.18_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-0
/
+1
2025-10-11
Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Linus Torvalds
1
-1
/
+1
2025-10-08
Merge tag 'perf-tools-for-v6.18-1-2025-10-08' of git://git.kernel.org/pub/scm/linux/kernel/git/perf/perf-tools
Linus Torvalds
8
-1
/
+1755
2025-10-07
tools headers: kcfi: rename missed CONFIG_CFI_CLANG
Carlos Llamas
1
-1
/
+1
2025-10-04
bpf: Finish constification of 1st parameter of bpf_d_path()
Rong Tao
1
-1
/
+1
2025-10-04
Merge tag 'vfio-v6.18-rc1' of https://github.com/awilliam/linux-vfio
Linus Torvalds
5
-1
/
+501
2025-10-02
Merge tag 'mm-stable-2025-10-01-19-00' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
Linus Torvalds
1
-0
/
+22
2025-10-02
Merge tag 'slab-for-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/vbabka/slab
Linus Torvalds
1
-4
/
+161
2025-10-02
tools include: Add headers to make tools builds more hermetic
Ian Rogers
6
-0
/
+1362
2025-10-02
tools include: Replace tools linux/gfp_types.h with kernel version
Ian Rogers
1
-1
/
+392
2025-10-02
tools bitmap: Add missing asm-generic/bitsperlong.h include
Ian Rogers
1
-0
/
+1
2025-09-30
Merge tag 'nolibc-20250928-for-6.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/nolibc/linux-nolibc
Linus Torvalds
9
-102
/
+52
2025-09-30
Merge tag 'bpf-next-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Linus Torvalds
1
-0
/
+22
2025-09-29
Merge tag 'hardening-v6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux
Linus Torvalds
1
-3
/
+3
2025-09-29
tools/testing: Add support for prefilled slab sheafs
Liam R. Howlett
1
-0
/
+28
2025-09-29
tools/testing: Add support for changes to slab for sheaves
Liam R. Howlett
1
-4
/
+133
2025-09-25
tools/nolibc: add stdbool.h to nolibc includes
André Almeida
1
-0
/
+1
2025-09-24
kcfi: Rename CONFIG_CFI_CLANG to CONFIG_CFI
Kees Cook
1
-3
/
+3
2025-09-23
bpf: bpf task work plumbing
Mykyta Yatsenko
1
-0
/
+4
2025-09-22
bpf: Implement signature verification for BPF programs
KP Singh
1
-0
/
+10
2025-09-20
tools/nolibc: make time_t robust if __kernel_old_time_t is missing in host headers
Zhouyi Zhou
1
-1
/
+1
2025-09-19
tools: update nsfs.h uapi header
Christian Brauner
1
-2
/
+15
2025-09-18
bpf: Return hashes of maps in BPF_OBJ_GET_INFO_BY_FD
KP Singh
1
-0
/
+2
2025-09-18
bpf: Implement exclusive map creation
KP Singh
1
-0
/
+6
2025-09-13
tools/include: implement a couple of atomic_t ops
Brendan Jackman
1
-0
/
+22
2025-09-01
tools/nolibc: drop wait4() support
Thomas Weißschuh
1
-17
/
+0
2025-09-01
tools/nolibc: fold llseek fallback into lseek()
Thomas Weißschuh
1
-28
/
+14
2025-09-01
tools/nolibc: remove __nolibc_enosys() fallback from fork functions
Thomas Weißschuh
1
-6
/
+2
2025-09-01
tools/nolibc: remove __nolibc_enosys() fallback from dup2()
Thomas Weißschuh
1
-3
/
+1
2025-09-01
tools/nolibc: remove __nolibc_enosys() fallback from *at() functions
Thomas Weißschuh
1
-24
/
+8
2025-09-01
tools/nolibc: remove __nolibc_enosys() fallback from time64-related functions
Thomas Weißschuh
4
-18
/
+6
2025-09-01
tools/nolibc: use tabs instead of spaces for indentation
Thomas Weißschuh
2
-3
/
+3
2025-09-01
tools/nolibc: avoid error in dup2() if old fd equals new fd
Thomas Weißschuh
1
-0
/
+13
2025-08-27
Merge tag 'perf-tools-fixes-for-v6.17-2025-08-27' of git://git.kernel.org/pub/scm/linux/kernel/git/perf/perf-tools
Linus Torvalds
4
-24
/
+63
2025-08-27
tools headers: Add symlink to linux/pci_ids.h
David Matlack
1
-0
/
+1
2025-08-27
tools headers: Import x86 MMIO helper overrides
David Matlack
1
-0
/
+4
2025-08-27
tools headers: Import asm-generic MMIO helpers
David Matlack
3
-1
/
+492
2025-08-27
tools headers: Add stub definition for __iomem
David Matlack
1
-0
/
+4
2025-08-19
tools/testing: add linux/args.h header and fix radix, VMA tests
Lorenzo Stoakes
1
-0
/
+28
2025-08-18
tools headers: Sync syscall tables with the kernel source
Namhyung Kim
1
-1
/
+7
2025-08-18
tools headers: Sync linux/cfi_types.h with the kernel source
Namhyung Kim
1
-0
/
+23
2025-08-18
tools headers: Sync linux/bits.h with the kernel source
Namhyung Kim
1
-23
/
+6
2025-08-18
tools headers: Sync KVM headers with the kernel source
Namhyung Kim
1
-0
/
+27
2025-08-18
objtool: Validate kCFI calls
Peter Zijlstra
1
-0
/
+1
2025-08-17
tools/nolibc: fix error return value of clock_nanosleep()
Thomas Weißschuh
1
-2
/
+3
2025-07-30
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-0
/
+1
2025-07-30
Merge tag 'bpf-next-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Linus Torvalds
1
-1
/
+44
[next]