index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2021-11-04
selftests/net: Fix reuseport_bpf_numa by skipping unavailable nodes
Kleber Sacilotto de Souza
1
-0
/
+4
2021-11-04
perf clang: Fixes for more recent LLVM/clang
Ian Rogers
1
-8
/
+13
2021-11-04
tools: Bump minimum LLVM C++ std to GNU++14
Ian Rogers
2
-4
/
+4
2021-11-04
selftests: net: properly support IPv6 in GSO GRE test
Andrea Righi
1
-4
/
+5
2021-11-03
libbpf: Deprecate bpf_program__load() API
Andrii Nakryiko
2
-16
/
+24
2021-11-03
libbpf: Improve ELF relo sanitization
Andrii Nakryiko
1
-5
/
+19
2021-11-03
libbpf: Fix section counting logic
Andrii Nakryiko
1
-4
/
+4
2021-11-03
libbpf: Validate that .BTF and .BTF.ext sections contain data
Andrii Nakryiko
1
-0
/
+4
2021-11-03
libbpf: Improve sanity checking during BTF fix up
Andrii Nakryiko
1
-3
/
+2
2021-11-03
libbpf: Detect corrupted ELF symbols section
Andrii Nakryiko
1
-1
/
+1
2021-11-03
selftests/seccomp: Report event mismatches more clearly
Kees Cook
1
-5
/
+49
2021-11-03
selftests/seccomp: Stop USER_NOTIF test if kcmp() fails
Kees Cook
1
-1
/
+1
2021-11-03
libbpf: Deprecate bpf_program__get_prog_info_linear
Dave Marchevsky
1
-0
/
+3
2021-11-03
perf: Pull in bpf_program__get_prog_info_linear
Dave Marchevsky
11
-33
/
+374
2021-11-03
bpftool: Use bpf_obj_get_info_by_fd directly
Dave Marchevsky
2
-50
/
+149
2021-11-03
bpftool: Migrate -1 err checks of libbpf fn calls
Dave Marchevsky
2
-2
/
+2
2021-11-03
Merge tag 'trace-v5.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
Linus Torvalds
1
-0
/
+63
2021-11-03
selftests/bpf: Verifier test on refill from a smaller spill
Martin KaFai Lau
1
-0
/
+17
2021-11-03
selftests/bpf: Make netcnt selftests serial to avoid spurious failures
Andrii Nakryiko
1
-1
/
+1
2021-11-03
selftests/bpf: Test RENAME_EXCHANGE and RENAME_NOREPLACE on bpffs
Lorenz Bauer
1
-1
/
+64
2021-11-03
selftests/bpf: Convert test_bpffs to ASSERT macros
Lorenz Bauer
1
-11
/
+11
2021-11-03
kselftests/net: add missed toeplitz.sh/toeplitz_client.sh to Makefile
Hangbin Liu
1
-0
/
+1
2021-11-03
kselftests/net: add missed vrf_strict_mode_test.sh test to Makefile
Hangbin Liu
1
-0
/
+1
2021-11-03
kselftests/net: add missed SRv6 tests
Hangbin Liu
1
-0
/
+3
2021-11-03
kselftests/net: add missed setup_loopback.sh/setup_veth.sh to Makefile
Hangbin Liu
1
-1
/
+1
2021-11-03
kselftests/net: add missed icmp.sh test to Makefile
Hangbin Liu
1
-1
/
+1
2021-11-02
Merge tag 'linux-kselftest-kunit-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest
Linus Torvalds
9
-479
/
+1159
2021-11-02
Merge tag 'linux-kselftest-next-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest
Linus Torvalds
3
-3
/
+3
2021-11-02
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
33
-180
/
+3492
2021-11-02
Merge tag 'x86_core_for_v5.16_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-20
/
+58
2021-11-02
Merge tag 'net-next-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next
Linus Torvalds
359
-3139
/
+13371
2021-11-01
Merge tag 'rcu.2021.11.01a' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu
Linus Torvalds
4
-4
/
+44
2021-11-01
Merge tag 'trace-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
Linus Torvalds
15
-122
/
+90
2021-11-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
6
-6
/
+153
2021-11-01
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
213
-1808
/
+5727
2021-11-01
selftests: net: add arp_ndisc_evict_nocarrier
James Prestwood
1
-0
/
+220
2021-11-01
libbpf: Deprecate AF_XDP support
Magnus Karlsson
1
-38
/
+52
2021-11-01
selftests/bpf: Add a testcase for 64-bit bounds propagation issue.
Alexei Starovoitov
2
-0
/
+63
2021-11-01
bpf: Fix propagation of bounds from 64-bit min/max into 32-bit and var_off.
Alexei Starovoitov
1
-1
/
+1
2021-11-01
tracing/selftests: Add tests for hist trigger expression parsing
Kalesh Singh
1
-0
/
+63
2021-11-01
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux
Linus Torvalds
9
-524
/
+640
2021-11-01
selftests/bpf: Fix also no-alu32 strobemeta selftest
Andrii Nakryiko
1
-13
/
+2
2021-11-01
Merge tag 'x86_misc_for_v5.16_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
3
-2
/
+28
2021-11-01
perf bpf: Pull in bpf_program__get_prog_info_linear()
Dave Marchevsky
11
-33
/
+374
2021-11-01
selftests/bpf: Add bloom map success test for userspace calls
Joanne Koong
1
-26
/
+33
2021-11-01
bpf: Add alignment padding for "map_extra" + consolidate holes
Joanne Koong
1
-0
/
+1
2021-11-01
selftests/bpf: Add test cases for struct_ops prog
Hou Tao
2
-0
/
+165
2021-11-01
Merge tag 'x86-fpu-2021-11-01' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
2
-1
/
+852
2021-11-01
Merge tag 'sched-core-2021-11-01' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-10
/
+18
2021-11-01
Merge tag 'objtool-core-2021-10-31' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
11
-379
/
+604
[prev]
[next]