index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
Age
Commit message (
Expand
)
Author
Files
Lines
2022-07-22
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
32
-226
/
+926
2022-07-22
bpf/selftests: Fix couldn't retrieve pinned program in xdp veth test
Jie2x Zhou
1
-3
/
+3
2022-07-22
ping: support ipv6 ping socket flow labels
Alan Brady
2
-15
/
+76
2022-07-21
selftests/bpf: Fix test_verifier failed test in unprivileged mode
Kumar Kartikeya Dwivedi
1
-0
/
+1
2022-07-21
selftests/bpf: Add negative tests for new nf_conntrack kfuncs
Kumar Kartikeya Dwivedi
2
-1
/
+189
2022-07-21
selftests/bpf: Add tests for new nf_conntrack kfuncs
Lorenzo Bianconi
2
-12
/
+81
2022-07-21
selftests/bpf: Add verifier tests for trusted kfunc args
Kumar Kartikeya Dwivedi
1
-0
/
+53
2022-07-21
bpf: Switch to new kfunc flags infrastructure
Kumar Kartikeya Dwivedi
1
-5
/
+5
2022-07-21
tools/resolve_btfids: Add support for 8-byte BTF sets
Kumar Kartikeya Dwivedi
1
-6
/
+34
2022-07-21
selftests: tls: add a test for timeo vs lock
Jakub Kicinski
1
-0
/
+32
2022-07-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
6
-20
/
+47
2022-07-21
libbpf: Fix str_has_sfx()'s return value
Dan Carpenter
1
-3
/
+3
2022-07-21
libbpf: Fix sign expansion bug in btf_dump_get_enum_value()
Dan Carpenter
1
-1
/
+1
2022-07-20
selftests: net: af_unix: Fix a build error of unix_connect.c.
Kuniyuki Iwashima
1
-2
/
+1
2022-07-19
libbpf: fix an snprintf() overflow check
Dan Carpenter
1
-1
/
+1
2022-07-19
selftests/bpf: fix a test for snprintf() overflow
Dan Carpenter
1
-1
/
+1
2022-07-19
selftests/bpf: test eager BPF ringbuf size adjustment logic
Andrii Nakryiko
1
-0
/
+11
2022-07-19
libbpf: make RINGBUF map size adjustments more eagerly
Andrii Nakryiko
1
-35
/
+42
2022-07-19
bpf: fix bpf_skb_pull_data documentation
Joanne Koong
1
-1
/
+2
2022-07-19
libbpf: fallback to tracefs mount point if debugfs is not mounted
Andrii Nakryiko
1
-21
/
+40
2022-07-19
selftests/bpf: validate .bss section bigger than 8MB is possible now
Andrii Nakryiko
2
-0
/
+6
2022-07-19
selftests/bpf: use BPF_KSYSCALL and SEC("ksyscall") in selftests
Andrii Nakryiko
3
-32
/
+16
2022-07-19
libbpf: add ksyscall/kretsyscall sections support for syscall kprobes
Andrii Nakryiko
4
-9
/
+157
2022-07-19
libbpf: improve BPF_KPROBE_SYSCALL macro and rename it to BPF_KSYSCALL
Andrii Nakryiko
2
-13
/
+40
2022-07-19
selftests/bpf: add test of __weak unknown virtual __kconfig extern
Andrii Nakryiko
2
-10
/
+10
2022-07-19
libbpf: generalize virtual __kconfig externs and use it for USDT
Andrii Nakryiko
2
-45
/
+66
2022-07-17
perf trace: Fix SIGSEGV when processing syscall args
Naveen N. Rao
1
-0
/
+2
2022-07-17
perf tests: Fix Convert perf time to TSC test for hybrid
Adrian Hunter
1
-14
/
+4
2022-07-17
perf tests: Stop Convert perf time to TSC test opening events twice
Adrian Hunter
1
-3
/
+6
2022-07-17
tools arch x86: Sync the msr-index.h copy with the kernel sources
Arnaldo Carvalho de Melo
1
-0
/
+4
2022-07-17
tools headers cpufeatures: Sync with the kernel sources
Arnaldo Carvalho de Melo
2
-3
/
+30
2022-07-17
tools headers UAPI: Sync linux/kvm.h with the kernel sources
Arnaldo Carvalho de Melo
1
-0
/
+1
2022-07-15
selftests: net: arp_ndisc_untracked_subnets: test for arp_accept and accept_u...
Jaehee Park
2
-0
/
+309
2022-07-15
libbpf: perfbuf: Add API to get the ring buffer
Jon Doron
3
-0
/
+33
2022-07-15
tools: runqslower: Build and use lightweight bootstrap version of bpftool
Pu Lehui
1
-4
/
+3
2022-07-14
selftests/bpf: Do not attach kprobe_multi bench to bpf_dispatcher_xdp_func
Jiri Olsa
1
-0
/
+2
2022-07-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
19
-39
/
+511
2022-07-14
Merge tag 'net-5.19-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
8
-13
/
+138
2022-07-14
selftests/net: test nexthop without gw
Nicolas Dichtel
2
-1
/
+120
2022-07-13
selftests/bpf: Return true/false (not 1/0) from bool functions
Linkui Xiao
1
-15
/
+15
2022-07-13
libbpf: Fix the name of a reused map
Anquan Wu
1
-2
/
+7
2022-07-13
libbpf: Error out when binary_path is NULL for uprobe and USDT
Hengqi Chen
1
-6
/
+7
2022-07-12
selftests: mptcp: add MPC backup tests
Paolo Abeni
1
-0
/
+30
2022-07-12
selftests/bpf: add a ksym iter subtest
Alan Maguire
3
-0
/
+97
2022-07-11
selftests: tls: add test for NoPad getsockopt
Jakub Kicinski
1
-0
/
+51
2022-07-11
selftest: net: add tun to .gitignore
Jakub Kicinski
1
-0
/
+1
2022-07-11
Merge tag 'x86_bugs_retbleed' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
11
-24
/
+372
2022-07-11
selftests: mptcp: validate userspace PM tests by default
Matthieu Baerts
1
-1
/
+1
2022-07-10
Merge tag 'x86_urgent_for_v5.19_rc6' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-2
/
+1
2022-07-09
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
80
-3008
/
+3984
[next]