Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
6eba87c781aaa02f6bf1b64df2f8b12833eee521
/
tools
2dc7c1f
tools: bpftool: use more common tag format
by Jakub Kicinski
· 7 years ago
6710e11
bpf: introduce new bpf cpu map type BPF_MAP_TYPE_CPUMAP
by Jesper Dangaard Brouer
· 7 years ago
7f6661a
tc-testing: fix the -l argument bug in tdc.py
by Lucas Bates
· 7 years ago
cf797ac
tc-testing: Add test cases for police and skbmod
by Lucas Bates
· 7 years ago
0923edf
tc-testing: Split test case files into smaller chunks
by Lucas Bates
· 7 years ago
ae3c33c
tc-testing: Add test cases for flushing actions
by Lucas Bates
· 7 years ago
2d0d21c
selftests: rtnetlink: add a small macsec test case
by Florian Westphal
· 7 years ago
8f88f74
selftests: rtnetlink: test RTM_GETNETCONF
by Florian Westphal
· 7 years ago
c9c3599
tools: bpftool: use the kernel's instruction printer
by Jakub Kicinski
· 7 years ago
a99ca6d
selftests/bpf: add a test for verifier logs
by Jakub Kicinski
· 7 years ago
d93fa2b
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
067cae4
bpf: Use char in prog and map name
by Martin KaFai Lau
· 7 years ago
81b9cf8
bpf: add a test case for helper bpf_perf_prog_read_value
by Yonghong Song
· 7 years ago
020a32d
bpf: add a test case for helper bpf_perf_event_read_value
by Yonghong Song
· 7 years ago
fe9b5f7
libbpf: use map_flags when creating maps
by Craig Gallek
· 7 years ago
b13c5c1
libbpf: parse maps sections of varying size
by Craig Gallek
· 7 years ago
1561b32
selftests/net: rxtimestamp: Fix an off by one
by Dan Carpenter
· 7 years ago
0b02503
VSOCK: add tools/testing/vsock/vsock_diag_test
by Stefan Hajnoczi
· 7 years ago
53954cf
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
ff69c21
tools: bpftool: add documentation
by Jakub Kicinski
· 7 years ago
71bb428
tools: bpf: add bpftool
by Jakub Kicinski
· 7 years ago
a92bb54
tools: rename tools/net directory to tools/bpf
by Jakub Kicinski
· 7 years ago
5d0cbf9
libbpf: add support for BPF_PROG_QUERY
by Alexei Starovoitov
· 7 years ago
defd9c4
libbpf: sync bpf.h
by Alexei Starovoitov
· 7 years ago
244d20e
libbpf: introduce bpf_prog_detach2()
by Alexei Starovoitov
· 7 years ago
390ee7e
bpf: enforce return code for cgroup-bpf programs
by Alexei Starovoitov
· 7 years ago
e9b871e
selftests: rtnetlink: try concurrent change of ifalias
by Florian Westphal
· 7 years ago
6227efc1
selftests: rtnetlink.sh: add vxlan and fou test cases
by Florian Westphal
· 7 years ago
1c6f705
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 7 years ago
1addcd5
Merge tag 'perf-urgent-for-mingo-4.14-20170928' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgent
by Ingo Molnar
· 7 years ago
3a8ad56
bpf: Test new fields in bpf_attr and bpf_{prog, map}_info
by Martin KaFai Lau
· 7 years ago
6e525d0
bpf: Swap the order of checking prog_info and map_info
by Martin KaFai Lau
· 7 years ago
88cda1c
bpf: libbpf: Provide basic API support to specify BPF obj name
by Martin KaFai Lau
· 7 years ago
61f26d9
selftests: rtnetlink.sh: add rudimentary vrf test
by Florian Westphal
· 7 years ago
5357413
perf test: Fix vmlinux failure on s390x part 2
by Thomas Richter
· 7 years ago
b28503a
perf test: Fix vmlinux failure on s390x
by Thomas Richter
· 7 years ago
607a402
objtool: Support unoptimized frame pointer setup
by Josh Poimboeuf
· 7 years ago
225d3b6
Merge tag 'linux-kselftest-4.14-rc3-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest
by Linus Torvalds
· 7 years ago
22c8852
bpf: improve selftests and add tests for meta pointer
by Daniel Borkmann
· 7 years ago
ac29991
bpf: update bpf.h uapi header for tools
by Daniel Borkmann
· 7 years ago
eefd95e
selftests: timers: set-timer-lat: Fix hang when testing unsupported alarms
by Shuah Khan
· 7 years ago
01db7fb
selftests: timers: set-timer-lat: fix hang when std out/err are redirected
by Shuah Khan
· 7 years ago
21aadfa
selftests/memfd: correct run_tests.sh permission
by Li Zhijian
· 7 years ago
10859f3
selftests/seccomp: Support glibc 2.26 siginfo_t.h
by Kees Cook
· 7 years ago
659dbfd
selftests: futex: Makefile: fix for loops in targets to run silently
by Shuah Khan
· 7 years ago
1ede053
selftests: Makefile: fix for loops in targets to run silently
by Shuah Khan
· 7 years ago
8230b90
selftests: mqueue: Use full path to run tests from Makefile
by Shuah Khan
· 7 years ago
9c3340e
selftests: futex: copy sub-dir test scripts for make O=dir run
by Shuah Khan
· 7 years ago
090657c
perf tools: Fix syscalltbl build failure
by Akemi Yagi
· 7 years ago
9789e7e
perf report: Fix debug messages with --call-graph option
by Mengting Zhang
· 7 years ago
f1e52f1
perf evsel: Fix attr.exclude_kernel setting for default cycles:p
by Arnaldo Carvalho de Melo
· 7 years ago
549a397
tools include: Sync kernel ABI headers with tooling headers
by Ingo Molnar
· 7 years ago
89975bd
perf tools: Get all of tools/{arch,include}/ in the MANIFEST
by Arnaldo Carvalho de Melo
· 7 years ago
a141fd5
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 7 years ago
1f8d31d
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
f5caf62
x86/asm: Fix inline asm call constraints for Clang
by Josh Poimboeuf
· 7 years ago
0d0970e
objtool: Handle another GCC stack pointer adjustment bug
by Josh Poimboeuf
· 7 years ago
c0a3a64
Merge tag 'seccomp-v4.14-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux
by Linus Torvalds
· 7 years ago
6e80ecd
Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm
by Linus Torvalds
· 7 years ago
b655fc1
samples/bpf: Fix pt_regs issues when cross-compiling
by Joel Fernandes
· 7 years ago
1a94068
selftests: lib.mk: copy test scripts and test files for make O=dir run
by Shuah Khan
· 7 years ago
b2fc6ade
selftests: sync: kselftest and kselftest-clean fail for make O=dir case
by Shuah Khan
· 7 years ago
38f7251
selftests: sync: use TEST_CUSTOM_PROGS instead of TEST_PROGS
by Shuah Khan
· 7 years ago
be16a24
selftests: lib.mk: add TEST_CUSTOM_PROGS to allow custom test run/install
by Shuah Khan
· 7 years ago
e2fb655
selftests: watchdog: fix to use TEST_GEN_PROGS and remove clean
by Shuah Khan
· 7 years ago
e0a5696
selftests: lib.mk: fix test executable status check to use full path
by Shuah Khan
· 7 years ago
52fd1d0
selftests: Makefile: clear LDFLAGS for make O=dir use-case
by Shuah Khan
· 7 years ago
8050ef2
selftests: lib.mk: kselftest and kselftest-clean fail for make O=dir case
by Shuah Khan
· 7 years ago
69e33b2
selftests: rtnetlink.sh: add test case for device ifalias
by Florian Westphal
· 7 years ago
e8d1749
bpf: Test deletion in BPF_MAP_TYPE_LPM_TRIE
by Craig Gallek
· 7 years ago
bae3046
bpf: Add uniqueness invariant to trivial lpm test implementation
by Craig Gallek
· 7 years ago
06e8852
selftests/net: msg_zerocopy enable build with older kernel headers
by Thomas Meyer
· 7 years ago
e06d79f
selftests: actually run the various net selftests
by Josef Bacik
· 7 years ago
422d8dc
selftest: add a reuseaddr test
by Josef Bacik
· 7 years ago
fbcab13
selftests: silence test output by default
by Josef Bacik
· 7 years ago
5e75fe3
tools/testing/nvdimm: disable labels for nfit_test.1
by Dan Williams
· 7 years ago
84c0656
selftests/ftrace: multiple_kprobes: Also check for support
by Thomas Meyer
· 7 years ago
56a268c
selftests/bpf: Make bpf_util work on uniprocessor systems
by Thomas Meyer
· 7 years ago
6f00033
selftests/intel_pstate: No need to compile test progs in the run script
by Thomas Meyer
· 7 years ago
67b2e30
selftests: intel_pstate: build only on x86
by Daniel Díaz
· 7 years ago
172a8ca
selftests: breakpoints: re-order TEST_GEN_PROGS targets
by Fathi Boudra
· 7 years ago
96e5335
tools: fix testing/selftests/sigaltstack for s390x
by Thomas Richter
· 7 years ago
64cfcae
selftests: net: More graceful finding of `ip'.
by Daniel Díaz
· 7 years ago
0666f56
Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 7 years ago
48bddb1
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 7 years ago
e67b8a6
bpf/verifier: reject BPF_ALU64|BPF_END
by Edward Cree
· 7 years ago
97dab2a
objtool: Fix object file corruption
by Josh Poimboeuf
· 7 years ago
df968c9
objtool: Do not retrieve data from empty sections
by Petr Vandrovec
· 7 years ago
0998b7a
objtool: Fix memory leak in elf_create_rela_section()
by Martin Kepplinger
· 7 years ago
a2bc8de
Merge tag 'kbuild-v4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
by Linus Torvalds
· 7 years ago
0ee931c
mm: treewide: remove GFP_TEMPORARY allocation flag
by Michal Hocko
· 7 years ago
b130a69
Merge tag 'perf-urgent-for-mingo-4.14-20170912' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgent
by Ingo Molnar
· 7 years ago
e6328a7
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 7 years ago
dfc9eec
perf stat: Wait for the correct child
by Milian Wolff
· 7 years ago
3192f1e
perf tools: Support running perf binaries with a dash in their name
by Milian Wolff
· 7 years ago
cba225d
perf config: Check not only section->from_system_config but also item's
by Taeung Song
· 7 years ago
a82bfd0
perf ui progress: Fix progress update
by Jiri Olsa
· 7 years ago
4d286c8
perf ui progress: Make sure we always define step value
by Jiri Olsa
· 7 years ago
cd6379e
perf tools: Open perf.data with O_CLOEXEC flag
by Jiri Olsa
· 7 years ago
58b7918
tools lib api: Fix make DEBUG=1 build
by Jiri Olsa
· 7 years ago
Next »