index
:
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.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
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'net-next-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
2023-08-29
3
-18
/
+145
|
\
|
*
bpf: Add pid filter support for uprobe_multi link
Jiri Olsa
2023-08-21
1
-0
/
+1
|
*
bpf: Add cookies support for uprobe_multi link
Jiri Olsa
2023-08-21
1
-0
/
+1
|
*
bpf: Add multi uprobe link
Jiri Olsa
2023-08-21
1
-0
/
+16
|
*
bpf: Switch BPF_F_KPROBE_MULTI_RETURN macro to enum
Jiri Olsa
2023-08-21
1
-1
/
+3
|
*
bpf: Add support for bpf_get_func_ip helper for uprobe program
Jiri Olsa
2023-08-07
1
-1
/
+6
|
*
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
2023-08-03
1
-3
/
+6
|
|
\
|
|
*
netfilter: bpf: Support BPF_F_NETFILTER_IP_DEFRAG in netfilter link
Daniel Xu
2023-07-28
1
-0
/
+5
|
|
*
bpf: Support new sign-extension load insns
Yonghong Song
2023-07-27
1
-0
/
+1
|
|
*
bpf, net: Support SO_REUSEPORT sockets with bpf_sk_assign
Lorenz Bauer
2023-07-25
1
-3
/
+0
|
*
|
ynl: regenerate all headers
Stanislav Fomichev
2023-07-28
1
-1
/
+2
|
|
/
|
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-07-20
9
-7
/
+244
|
|
\
|
*
|
bpf: sync tools/ uapi header with
Alan Maguire
2023-07-19
1
-0
/
+2
|
*
|
bpf: Add fd-based tcx multi-prog infra with link support
Daniel Borkmann
2023-07-19
1
-4
/
+30
|
*
|
bpf: Add generic attach/detach/query API for multi-progs
Daniel Borkmann
2023-07-19
1
-8
/
+28
|
*
|
selftests/xsk: add basic multi-buffer test
Magnus Karlsson
2023-07-19
1
-0
/
+6
|
*
|
selftests/xsk: transmit and receive multi-buffer packets
Magnus Karlsson
2023-07-19
1
-0
/
+3
|
*
|
xsk: add new netlink attribute dedicated for ZC max frags
Maciej Fijalkowski
2023-07-19
1
-0
/
+1
|
*
|
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
2023-07-13
1
-0
/
+40
|
|
\
\
|
|
*
|
bpf: Support ->fill_link_info for perf_event
Yafang Shao
2023-07-11
1
-0
/
+35
|
|
*
|
bpf: Support ->fill_link_info for kprobe_multi
Yafang Shao
2023-07-11
1
-0
/
+5
*
|
|
|
Merge tag 'linux-kselftest-nolibc-6.6-rc1' of git://git.kernel.org/pub/scm/li...
Linus Torvalds
2023-08-28
20
-994
/
+673
|
\
\
\
\
|
*
|
|
|
tools/nolibc: avoid undesired casts in the __sysret() macro
Willy Tarreau
2023-08-23
1
-14
/
+13
|
*
|
|
|
tools/nolibc: keep brk(), sbrk(), mmap() away from __sysret()
Willy Tarreau
2023-08-23
1
-3
/
+16
|
*
|
|
|
tools/nolibc: silence ppc64 compile warnings
Zhangjin Wu
2023-08-23
1
-3
/
+11
|
*
|
|
|
tools/nolibc: stackprotector.h: make __stack_chk_init static
Zhangjin Wu
2023-08-23
2
-4
/
+3
|
*
|
|
|
tools/nolibc: add support for powerpc64
Zhangjin Wu
2023-08-23
1
-0
/
+16
|
*
|
|
|
tools/nolibc: add support for powerpc
Zhangjin Wu
2023-08-23
2
-0
/
+199
|
*
|
|
|
tools/nolibc: stdint: use __SIZE_TYPE__ for size_t
Thomas Weißschuh
2023-08-23
1
-1
/
+1
|
*
|
|
|
tools/nolibc: sys: avoid implicit sign cast
Thomas Weißschuh
2023-08-23
1
-1
/
+1
|
*
|
|
|
tools/nolibc: setvbuf: avoid unused parameter warnings
Thomas Weißschuh
2023-08-23
1
-1
/
+4
|
*
|
|
|
tools/nolibc: fix return type of getpagesize()
Thomas Weißschuh
2023-08-23
1
-2
/
+2
|
*
|
|
|
tools/nolibc: drop unused variables
Thomas Weißschuh
2023-08-23
1
-1
/
+0
|
*
|
|
|
tools/nolibc: add pipe() and pipe2() support
Yuan Tan
2023-08-23
1
-0
/
+24
|
*
|
|
|
tools/nolibc/stdio: add setvbuf() to set buffering mode
Ryan Roberts
2023-08-23
1
-0
/
+24
|
*
|
|
|
tools/nolibc: s390: shrink _start with _start_c
Zhangjin Wu
2023-08-23
1
-31
/
+5
|
*
|
|
|
tools/nolibc: riscv: shrink _start with _start_c
Zhangjin Wu
2023-08-23
1
-39
/
+5
|
*
|
|
|
tools/nolibc: loongarch: shrink _start with _start_c
Zhangjin Wu
2023-08-23
1
-40
/
+4
|
*
|
|
|
tools/nolibc: mips: shrink _start with _start_c
Zhangjin Wu
2023-08-23
1
-38
/
+8
|
*
|
|
|
tools/nolibc: x86_64: shrink _start with _start_c
Zhangjin Wu
2023-08-23
1
-23
/
+6
|
*
|
|
|
tools/nolibc: i386: shrink _start with _start_c
Zhangjin Wu
2023-08-23
1
-27
/
+7
|
*
|
|
|
tools/nolibc: aarch64: shrink _start with _start_c
Zhangjin Wu
2023-08-23
1
-23
/
+4
|
*
|
|
|
tools/nolibc: arm: shrink _start with _start_c
Zhangjin Wu
2023-08-23
1
-39
/
+5
|
*
|
|
|
tools/nolibc: crt.h: initialize stack protector
Zhangjin Wu
2023-08-23
1
-0
/
+4
|
*
|
|
|
tools/nolibc: stackprotector.h: add empty __stack_chk_init for !_NOLIBC_STACK...
Zhangjin Wu
2023-08-23
1
-0
/
+2
|
*
|
|
|
tools/nolibc: add new crt.h with _start_c
Zhangjin Wu
2023-08-23
2
-0
/
+58
|
*
|
|
|
tools/nolibc: remove the old sys_stat support
Zhangjin Wu
2023-08-23
9
-248
/
+13
|
*
|
|
|
tools/nolibc: fix up startup failures for -O0 under gcc < 11.1.0
Zhangjin Wu
2023-08-23
8
-8
/
+8
|
*
|
|
|
tools/nolibc: arch-*.h: add missing space after ','
Zhangjin Wu
2023-08-23
8
-8
/
+8
|
*
|
|
|
tools/nolibc: completely remove optional environ support
Thomas Weißschuh
2023-08-23
1
-10
/
+2
[next]