index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
Age
Commit message (
Expand
)
Author
Files
Lines
2022-01-27
bpftool: Enable line buffering for stdout
Paul Chaignon
1
-0
/
+2
2022-01-27
selftests: harness: avoid false negatives if test has no ASSERTs
Jakub Kicinski
1
-1
/
+1
2022-01-27
selftests: clone3: clone3: add case CLONE3_ARGS_NO_TEST
Anders Roxell
1
-0
/
+6
2022-01-27
bpf: Fix the test_task_vma selftest to support output shorter than 1 kB
Maxim Mikityanskiy
1
-2
/
+3
2022-01-27
libbpf: Clean gen_loader's attach kind.
Alexei Starovoitov
1
-1
/
+3
2022-01-27
libbpf: Silence uninitialized warning/error in btf_dump_dump_type_data
Alan Maguire
1
-1
/
+1
2022-01-27
libbpf: Fix using invalidated memory in bpf_linker
Andrii Nakryiko
1
-1
/
+4
2022-01-27
libbpf: Fix glob_syms memory leak in bpf_linker
Andrii Nakryiko
1
-0
/
+1
2022-01-27
libbpf: Fix potential misaligned memory access in btf_ext__new()
Andrii Nakryiko
2
-6
/
+6
2022-01-27
bpftool: Fix memory leak in prog_dump()
Quentin Monnet
1
-6
/
+9
2022-01-27
libbpf: Free up resources used by inner map definition
Andrii Nakryiko
1
-1
/
+4
2022-01-27
tools/nolibc: fix incorrect truncation of exit code
Willy Tarreau
1
-8
/
+5
2022-01-27
tools/nolibc: i386: fix initial stack alignment
Willy Tarreau
1
-1
/
+9
2022-01-27
tools/nolibc: x86-64: Fix startup code bug
Ammar Faizi
1
-2
/
+8
2022-01-20
perf annotate: Avoid TUI crash when navigating in the annotation of recursive...
Dario Petrillo
1
-9
/
+14
2022-01-11
userfaultfd/selftests: fix hugetlb area allocations
Mike Kravetz
1
-6
/
+10
2022-01-11
selftests: net: udpgro_fwd.sh: explicitly checking the available ping feature
Jianguo Wu
1
-1
/
+2
2022-01-11
selftests: x86: fix [-Wstringop-overread] warn in test_process_vm_readv()
Shuah Khan
1
-1
/
+1
2022-01-05
perf scripts python: intel-pt-events.py: Fix printing of switch events
Adrian Hunter
1
-10
/
+13
2022-01-05
perf script: Fix CPU filtering of a script's switch events
Adrian Hunter
1
-1
/
+1
2022-01-05
perf intel-pt: Fix parsing of VM time correlation arguments
Adrian Hunter
1
-0
/
+1
2022-01-05
selftests: net: using ping6 for IPv6 in udpgro_fwd.sh
Jianguo Wu
1
-1
/
+3
2022-01-05
selftests: net: Fix a typo in udpgro_fwd.sh
Jianguo Wu
1
-1
/
+1
2022-01-05
selftests/net: udpgso_bench_tx: fix dst ip argument
wujianguo
1
-1
/
+7
2022-01-05
selftests: Calculate udpgso segment count without header adjustment
Coco Li
1
-6
/
+6
2021-12-29
selftests: KVM: Fix non-x86 compiling
Andrew Jones
2
-9
/
+6
2021-12-22
selftests/damon: test debugfs file reads/writes with huge count
SeongJae Park
4
-0
/
+61
2021-12-22
perf inject: Fix segfault due to perf_data__fd() without open
Adrian Hunter
1
-3
/
+7
2021-12-22
perf inject: Fix segfault due to close without open
Adrian Hunter
1
-1
/
+2
2021-12-22
bpf, selftests: Fix racing issue in btf_skc_cls_ingress test
Martin KaFai Lau
1
-2
/
+14
2021-12-22
selftest/net/forwarding: declare NETIFS p9 p10
Hangbin Liu
1
-0
/
+2
2021-12-22
selftests/net: toeplitz: fix udp option
Willem de Bruijn
1
-1
/
+1
2021-12-22
selftests: Fix IPv6 address bind tests
David Ahern
1
-3
/
+11
2021-12-22
selftests: Fix raw socket bind tests with VRF
David Ahern
1
-1
/
+2
2021-12-22
selftests: Add duplicate config only for MD5 VRF tests
David Ahern
1
-6
/
+20
2021-12-22
selftests: icmp_redirect: pass xfail=0 to log_test()
Po-Hsu Lin
1
-1
/
+1
2021-12-22
selftests: net: Correct ping6 expected rc from 2 to 1
Jie2x Zhou
1
-1
/
+1
2021-12-22
bpf, selftests: Update test case for atomic cmpxchg on r0 with pointer
Daniel Borkmann
1
-2
/
+65
2021-12-22
bpf, selftests: Add test case trying to taint map value pointer
Daniel Borkmann
1
-0
/
+23
2021-12-22
bpf, selftests: Add test case for atomic fetch on spilled pointer
Daniel Borkmann
1
-0
/
+23
2021-12-22
KVM: selftests: Make sure kvm_create_max_vcpus test won't hit RLIMIT_NOFILE
Vitaly Kuznetsov
1
-0
/
+30
2021-12-17
perf inject: Fix itrace space allowed for new attributes
Adrian Hunter
1
-1
/
+1
2021-12-17
perf bpf_skel: Do not use typedef to avoid error on old clang
Song Liu
3
-20
/
+26
2021-12-16
netfilter: selftest: conntrack_vrf.sh: fix file permission
Greg Kroah-Hartman
1
-0
/
+0
2021-12-14
bpf: Add selftests to cover packet access corner cases
Maxim Mikityanskiy
1
-16
/
+584
2021-12-14
selftests/fib_tests: Rework fib_rp_filter_test()
Peilin Ye
1
-10
/
+49
2021-12-14
tools build: Remove needless libpython-version feature check that breaks test...
Arnaldo Carvalho de Melo
5
-23
/
+0
2021-12-14
perf tools: Fix SMT detection fast read path
Ian Rogers
1
-1
/
+1
2021-12-14
selftests: KVM: avoid failures due to reserved HyperTransport region
Paolo Bonzini
3
-1
/
+78
2021-12-14
perf intel-pt: Fix error timestamp setting on the decoder error path
Adrian Hunter
1
-0
/
+1
[next]