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
Age
Commit message (
Expand
)
Author
Files
Lines
2020-11-04
selftests: net: bridge: add test for mldv2 exc -> is_include report
Nikolay Aleksandrov
1
-1
/
+29
2020-11-04
selftests: net: bridge: add test for mldv2 exc -> allow report
Nikolay Aleksandrov
1
-1
/
+29
2020-11-04
selftests: net: bridge: add test for mldv2 inc -> to_exclude report
Nikolay Aleksandrov
1
-1
/
+55
2020-11-04
selftests: net: bridge: add test for mldv2 inc -> is_exclude report
Nikolay Aleksandrov
1
-1
/
+53
2020-11-04
selftests: net: bridge: add test for mldv2 inc -> is_include report
Nikolay Aleksandrov
1
-1
/
+28
2020-11-04
selftests: net: bridge: add test for mldv2 inc -> allow report
Nikolay Aleksandrov
1
-1
/
+28
2020-11-04
selftests: net: bridge: add initial MLDv2 include test
Nikolay Aleksandrov
1
-0
/
+146
2020-11-04
selftests: net: bridge: factor out and rename sg state functions
Nikolay Aleksandrov
2
-123
/
+123
2020-11-04
selftests: net: lib: add support for IPv6 mcast packet test
Nikolay Aleksandrov
1
-3
/
+11
2020-11-04
selftests: net: bridge: factor out mcast_packet_test
Nikolay Aleksandrov
2
-32
/
+32
2020-11-04
libbpf: Fix possible use after free in xsk_socket__delete
Magnus Karlsson
1
-2
/
+4
2020-11-04
libbpf: Fix null dereference in xsk_socket__delete
Magnus Karlsson
1
-1
/
+2
2020-11-04
perf jevents: Add test for arch std events
John Garry
4
-0
/
+31
2020-11-04
perf jevents: Tidy error handling
John Garry
1
-48
/
+35
2020-11-04
perf trace beauty: Allow header files in a different path
Namhyung Kim
2
-3
/
+3
2020-11-04
perf stat: Add --quiet option
Andi Kleen
3
-1
/
+10
2020-11-04
perf stat: Support regex pattern in --for-each-cgroup
Namhyung Kim
3
-26
/
+182
2020-11-04
perf test: Use generic event for expand_libpfm_events()
Namhyung Kim
1
-1
/
+1
2020-11-04
perf kvm: Add kvm-stat for arm64
Sergey Senozhatsky
4
-0
/
+179
2020-11-04
perf env: Conditionally compile BPF support code on having HAVE_LIBBPF_SUPPORT
Arnaldo Carvalho de Melo
4
-22
/
+32
2020-11-04
perf annotate: Move bpf header inclusion to inside HAVE_LIBBPF_SUPPORT
Arnaldo Carvalho de Melo
1
-4
/
+4
2020-11-04
perf tests: Skip the llvm and bpf tests if HAVE_LIBBPF_SUPPORT isn't defined
Arnaldo Carvalho de Melo
2
-13
/
+21
2020-11-04
perf bpf: Enclose libbpf.h include within HAVE_LIBBPF_SUPPORT
Arnaldo Carvalho de Melo
2
-0
/
+28
2020-11-04
perf test: Implement skip_reason callback for watchpoint tests
Tommi Rantala
3
-6
/
+17
2020-11-04
perf tests tsc: Add checking helper is_supported()
Leo Yan
3
-0
/
+15
2020-11-04
perf tests tsc: Make tsc testing as a common testing
Leo Yan
7
-10
/
+8
2020-11-04
perf mem2node: Improve warning if detected no memory nodes
Leo Yan
1
-1
/
+2
2020-11-04
perf version: Add a feature for libpfm4
Ian Rogers
1
-0
/
+1
2020-11-04
perf annotate mips: Add perf arch instructions annotate handlers
Dengcheng Zhu
3
-1
/
+55
2020-11-03
selftest/bpf: Use global variables instead of maps for test_tcpbpf_kern
Alexander Duyck
3
-108
/
+31
2020-11-03
selftests/bpf: Migrate tcpbpf_user.c to use BPF skeleton
Alexander Duyck
1
-27
/
+14
2020-11-03
selftests/bpf: Replace EXPECT_EQ with ASSERT_EQ and refactor verify_results
Alexander Duyck
1
-70
/
+41
2020-11-03
selftests/bpf: Drop python client/server in favor of threads
Alexander Duyck
3
-147
/
+78
2020-11-03
selftests/bpf: Move test_tcppbf_user into test_progs
Alexander Duyck
3
-36
/
+10
2020-11-03
Merge tag 'perf-tools-for-v5.10-2020-11-03' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux
Linus Torvalds
35
-52
/
+257
2020-11-03
Merge tag 'docs-5.10-warnings' of git://git.lwn.net/linux
Linus Torvalds
1
-22
/
+22
2020-11-03
tools feature: Fixup fast path feature detection
Arnaldo Carvalho de Melo
1
-1
/
+0
2020-11-03
perf tools: Add missing swap for cgroup events
Namhyung Kim
1
-0
/
+13
2020-11-03
perf tools: Add missing swap for ino_generation
Jiri Olsa
1
-0
/
+1
2020-11-03
perf tools: Initialize output buffer in build_id__sprintf
Jiri Olsa
1
-0
/
+2
2020-11-03
perf hists browser: Increase size of 'buf' in perf_evsel__hists_browse()
Song Liu
1
-1
/
+1
2020-11-03
tools include UAPI: Update linux/mount.h copy
Arnaldo Carvalho de Melo
1
-0
/
+1
2020-11-03
tools headers UAPI: Update tools's copy of linux/perf_event.h
Arnaldo Carvalho de Melo
1
-1
/
+1
2020-11-03
tools kvm headers: Update KVM headers from the kernel sources
Arnaldo Carvalho de Melo
6
-1
/
+82
2020-11-03
tools UAPI: Update copy of linux/mman.h from the kernel sources
Arnaldo Carvalho de Melo
1
-0
/
+1
2020-11-03
tools arch x86: Sync the msr-index.h copy with the kernel sources
Arnaldo Carvalho de Melo
1
-0
/
+10
2020-11-03
tools x86 headers: Update required-features.h header from the kernel
Arnaldo Carvalho de Melo
1
-1
/
+1
2020-11-03
tools x86 headers: Update cpufeatures.h headers copies
Arnaldo Carvalho de Melo
2
-2
/
+13
2020-11-03
tools headers UAPI: Update fscrypt.h copy
Arnaldo Carvalho de Melo
1
-3
/
+3
2020-11-03
tools headers UAPI: Sync drm/i915_drm.h with the kernel sources
Arnaldo Carvalho de Melo
1
-3
/
+56
[prev]
[next]