index
:
linux-rng
jd/vdso-skip-insn
jd/vdso-test-harness
linus/master
master
Development tree for the kernel CSPRNG
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
include
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-04-10
tools headers: Update the uapi/linux/perf_event.h copy with the kernel sources
Namhyung Kim
1
-0
/
+2
2025-04-10
tools headers: Update the socket headers with the kernel sources
Namhyung Kim
1
-0
/
+2
2025-04-10
tools headers: Update the KVM headers with the kernel sources
Namhyung Kim
1
-4
/
+5
2025-04-09
bpf: Clarify the meaning of BPF_F_PSEUDO_HDR
Paul Chaignon
1
-1
/
+1
2025-04-09
bpf: Clarify role of BPF_F_RECOMPUTE_CSUM
Paul Chaignon
1
-5
/
+9
2025-04-06
tools/include: make uapi/linux/types.h usable from assembly
Thomas Weißschuh
1
-0
/
+3
2025-04-04
bpf: Fix a comment describing bpf_attr
Anton Protopopov
1
-1
/
+1
2025-04-01
Merge tag 'mm-nonmm-stable-2025-03-30-18-23' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
Linus Torvalds
9
-13
/
+119
2025-04-01
Merge tag 'mm-stable-2025-03-30-16-52' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
Linus Torvalds
1
-0
/
+5
2025-03-30
Merge tag 'bpf-next-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Linus Torvalds
2
-2
/
+11
2025-03-26
Merge tag 'net-next-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next
Linus Torvalds
3
-0
/
+56
2025-03-25
Merge tag 'timers-vdso-2025-03-23' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
3
-0
/
+532
2025-03-24
Merge tag 'bitmap-for-6.15' of https://github.com/norov/linux
Linus Torvalds
2
-2
/
+2
2025-03-24
Merge tag 'nolibc-20250308-for-6.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu
Linus Torvalds
14
-27
/
+281
2025-03-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Paolo Abeni
1
-2
/
+19
2025-03-20
tools headers: Sync uapi/asm-generic/socket.h with the kernel sources
Alexander Mikhalitsyn
1
-2
/
+19
2025-03-17
bpf: BPF token support for BPF_BTF_GET_FD_BY_ID
Mykyta Yatsenko
1
-0
/
+1
2025-03-17
lib/interval_tree: add test case for interval_tree_iter_xxx() helpers
Wei Yang
1
-0
/
+21
2025-03-17
lib/rbtree: add random seed
Wei Yang
1
-0
/
+2
2025-03-17
lib/rbtree: enable userland test suite for rbtree related data structure
Wei Yang
7
-13
/
+96
2025-03-16
mm: make vma cache SLAB_TYPESAFE_BY_RCU
Suren Baghdasaryan
1
-0
/
+5
2025-03-15
bpf: Introduce load-acquire and store-release instructions
Peilin Ye
1
-0
/
+3
2025-03-15
bpf: Allow pre-ordering for bpf cgroup progs
Yonghong Song
1
-0
/
+1
2025-03-08
tools/nolibc: don't use asm/ UAPI headers
Thomas Weißschuh
3
-8
/
+7
2025-03-06
tools/nolibc: drop outdated example from overview comment
Louis Taylor
1
-2
/
+1
2025-03-06
tools/nolibc: process open() vararg as mode_t
Louis Taylor
1
-1
/
+1
2025-03-06
tools/nolibc: always use openat(2) instead of open(2)
Louis Taylor
1
-6
/
+0
2025-03-06
tools/nolibc: add support for openat(2)
Louis Taylor
1
-0
/
+25
2025-03-05
treewide: fix typo 'unsigned __init128' -> 'unsigned __int128'
Vincent Mailhol
2
-2
/
+2
2025-03-03
tools/nolibc: add limits.h shim header
Thomas Weißschuh
2
-0
/
+8
2025-03-03
tools/include: Add uapi/linux/elf.h
Thomas Weißschuh
1
-0
/
+524
2025-02-26
tools/nolibc: add support for [v]sscanf()
Thomas Weißschuh
1
-0
/
+98
2025-02-21
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
3
-0
/
+43
2025-02-20
xsk: Add launch time hardware offload support to XDP Tx metadata
Song Yoong Siang
2
-0
/
+13
2025-02-20
bpf: Add BPF_SOCK_OPS_TSTAMP_SENDMSG_CB callback
Jason Xing
1
-0
/
+5
2025-02-20
bpf: Add BPF_SOCK_OPS_TSTAMP_ACK_CB callback
Jason Xing
1
-0
/
+5
2025-02-20
bpf: Add BPF_SOCK_OPS_TSTAMP_SND_HW_CB callback
Jason Xing
1
-0
/
+4
2025-02-20
bpf: Add BPF_SOCK_OPS_TSTAMP_SND_SW_CB callback
Jason Xing
1
-0
/
+4
2025-02-20
bpf: Add BPF_SOCK_OPS_TSTAMP_SCHED_CB callback
Jason Xing
1
-0
/
+5
2025-02-20
bpf: Add networking timestamping support to bpf_get/setsockopt()
Jason Xing
1
-0
/
+7
2025-02-20
tools/nolibc: add support for 32-bit s390
Thomas Weißschuh
2
-1
/
+6
2025-02-17
netdev-genl: Add an XSK attribute to queues
Joe Damato
1
-0
/
+6
2025-02-12
bpf: Sync uapi bpf.h header for the tooling infra
Yonghong Song
1
-1
/
+4
2025-02-09
tools/nolibc: add support for directory access
Thomas Weißschuh
3
-0
/
+100
2025-02-09
tools/nolibc: add support for sys_llseek()
Thomas Weißschuh
1
-1
/
+28
2025-02-06
netdev: add io_uring memory provider info
David Wei
1
-0
/
+7
2025-02-05
docs/bpf: Document the semantics of BTF tags with kind_flag
Ihor Solodrai
1
-1
/
+2
2025-02-03
tools/nolibc: make signature of ioctl() more flexible
Thomas Weißschuh
1
-8
/
+4
2025-02-03
tools/nolibc: add prototypes for non-static functions
Thomas Weißschuh
6
-0
/
+11
2025-01-28
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux
Linus Torvalds
1
-0
/
+15
[prev]
[next]