Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
da565e792be540a5726af7f8cd50b282af0358b7
/
tools
75ec0ba
Merge tag 'linux-kselftest-5.7-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest
by Linus Torvalds
· 4 years, 11 months ago
9b3e59e
Merge tag 'objtool-urgent-2020-04-25' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 4 years, 11 months ago
ab51cac
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
by Linus Torvalds
· 4 years, 11 months ago
167ff13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
by David S. Miller
· 4 years, 11 months ago
e1cebd8
selftests/bpf: Fix a couple of broken test_btf cases
by Stanislav Fomichev
· 5 years ago
dfc55ac
tools/runqslower: Ensure own vmlinux.h is picked up first
by Andrii Nakryiko
· 5 years ago
32e4c6f
bpftool: Respect the -d option in struct_ops cmd
by Martin KaFai Lau
· 4 years, 11 months ago
1d8a0af
selftests/bpf: Add test for freplace program with expected_attach_type
by Toke Høiland-Jørgensen
· 4 years, 11 months ago
a33d314
bpf: Fix reStructuredText markup
by Jakub Wilk
· 5 years ago
8e9ccd0
Merge tag 'pm-5.7-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
by Linus Torvalds
· 4 years, 11 months ago
f0c0d0c
selftests/ftrace: Check the first record for kprobe_args_type.tc
by Xiao Yang
· 5 years ago
93a4388
selftests: add build/cross-build dependency check script
by Shuah Khan
· 5 years ago
16bcd0f
selftests/ftrace: Check required filter files before running test
by Xiao Yang
· 5 years ago
257d7d4
libbpf: Only check mode flags in get_xdp_id
by David Ahern
· 5 years ago
7c74b0b
ipv4: Update fib_select_default to handle nexthop objects
by David Ahern
· 5 years ago
7f9b34f
objtool: Fix off-by-one in symbol_by_offset()
by Julien Thierry
· 5 years ago
df2b384
objtool: Fix 32bit cross builds
by Peter Zijlstra
· 5 years ago
2c1dd4c
selftests: Fix suppress test in fib_tests.sh
by David Ahern
· 5 years ago
c578ddb
Merge tag 'linux-kselftest-5.7-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest
by Linus Torvalds
· 5 years ago
18bf340
Merge branch 'akpm' (patches from Andrew)
by Linus Torvalds
· 5 years ago
189522d
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
by Linus Torvalds
· 5 years ago
cf01699
tools/vm: fix cross-compile build
by Lucas Stach
· 5 years ago
a21151b
tools/build: tweak unused value workaround
by George Burgess IV
· 5 years ago
d2b6c3a
bpf, selftests: Add test for BPF_STX BPF_B storing R10
by Luke Nelson
· 5 years ago
6e7e63c
bpf: Forbid XADD on spilled pointers for unprivileged users
by Jann Horn
· 5 years ago
2c9a583
pm-graph v5.6
by Todd Brandt
· 5 years ago
0fe5f9c
Merge tag 'x86-urgent-2020-04-19' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 5 years ago
b737458
Merge tag 'perf-urgent-2020-04-19' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 5 years ago
770f359
tools/virtio: make asm/barrier.h self contained
by Michael S. Tsirkin
· 5 years ago
6bd6b28
tools/virtio: define aligned attribute
by Michael S. Tsirkin
· 5 years ago
3302363
virtio/test: fix up after IOTLB changes
by Michael S. Tsirkin
· 5 years ago
c837266
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
by Linus Torvalds
· 5 years ago
c6c1115
selftests/bpf: Check for correct program attach/detach in xdp_attach test
by Toke Høiland-Jørgensen
· 5 years ago
49b452c
libbpf: Fix type of old_fd in bpf_xdp_set_link_opts
by Toke Høiland-Jørgensen
· 5 years ago
25498a1
libbpf: Always specify expected_attach_type on program load if supported
by Andrii Nakryiko
· 5 years ago
96b2eb6
tools, bpftool: Fix struct_ops command invalid pointer free
by Daniel T. Lee
· 5 years ago
642c165
selftests/bpf: Validate frozen map contents stays frozen
by Andrii Nakryiko
· 5 years ago
b87080e
selftests/ipc: Fix test failure seen after initial test run
by Tyler Hicks
· 5 years ago
aaa2d92
Revert "Kernel selftests: tpm2: check for tpm support"
by Jarkko Sakkinen
· 5 years ago
cdfe56d
selftests/ftrace: Add CONFIG_SAMPLE_FTRACE_DIRECT=m kconfig
by Xiao Yang
· 5 years ago
d42b8db
selftests/seccomp: allow clock_nanosleep instead of nanosleep
by Thadeu Lima de Souza Cascardo
· 5 years ago
651e0d8
kselftest/runner: allow to properly deliver signals to tests
by Andrea Righi
· 5 years ago
d925c89
selftests/harness: fix spelling mistake "SIGARLM" -> "SIGALRM"
by Colin Ian King
· 5 years ago
e3698b2
tools headers: Synchronize linux/bits.h with the kernel sources
by Arnaldo Carvalho de Melo
· 5 years ago
5b992ad
tools headers: Adopt verbatim copy of compiletime_assert() from kernel sources
by Arnaldo Carvalho de Melo
· 5 years ago
d8ed4d7
tools headers: Update x86's syscall_64.tbl with the kernel sources
by Arnaldo Carvalho de Melo
· 5 years ago
54a58eb
tools headers UAPI: Sync drm/i915_drm.h with the kernel sources
by Arnaldo Carvalho de Melo
· 5 years ago
0719bdf4
tools headers UAPI: Update tools's copy of drm.h headers
by Arnaldo Carvalho de Melo
· 5 years ago
b8fc228
tools headers kvm: Sync linux/kvm.h with the kernel sources
by Arnaldo Carvalho de Melo
· 5 years ago
1abcb9d
tools headers UAPI: Sync linux/fscrypt.h with the kernel sources
by Arnaldo Carvalho de Melo
· 5 years ago
3df4d4b
tools include UAPI: Sync linux/vhost.h with the kernel sources
by Arnaldo Carvalho de Melo
· 5 years ago
e00a2d90
tools arch x86: Sync asm/cpufeatures.h with the kernel sources
by Arnaldo Carvalho de Melo
· 5 years ago
f60b387
tools headers UAPI: Sync linux/mman.h with the kernel
by Arnaldo Carvalho de Melo
· 5 years ago
027fa8f
tools headers UAPI: Sync sched.h with the kernel
by Arnaldo Carvalho de Melo
· 5 years ago
ca64d84
tools headers: Update linux/vdso.h and grab a copy of vdso/const.h
by Arnaldo Carvalho de Melo
· 5 years ago
8358f698
perf stat: Fix no metric header if --per-socket and --metric-only set
by Jin Yao
· 5 years ago
9a00df3
perf python: Check if clang supports -fno-semantic-interposition
by Arnaldo Carvalho de Melo
· 5 years ago
bab1a50
tools arch x86: Sync the msr-index.h copy with the kernel sources
by Arnaldo Carvalho de Melo
· 5 years ago
b296695
objtool: Make BP scratch register warning more robust
by Josh Poimboeuf
· 5 years ago
b401efc
objtool: Fix switch table detection in .text.unlikely
by Josh Poimboeuf
· 5 years ago
e81e072
objtool: Support Clang non-section symbols in ORC generation
by Josh Poimboeuf
· 5 years ago
8782e7c
objtool: Support Clang non-section symbols in ORC dump
by Josh Poimboeuf
· 5 years ago
bd841d6
objtool: Fix CONFIG_UBSAN_TRAP unreachable warnings
by Josh Poimboeuf
· 5 years ago
ffa773e
selftests: Fix memfd test run-time regression
by Shuah Khan
· 5 years ago
963e3e9
selftests: vm: Fix 64-bit test builds for powerpc64le
by Sandipan Das
· 5 years ago
24c3f06
selftests: vm: Do not override definition of ARCH
by Sandipan Das
· 5 years ago
b753101
Merge tag 'kbuild-v5.7-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
by Linus Torvalds
· 5 years ago
149ed3d4
change email address for Pali Rohár
by Pali Rohár
· 5 years ago
23756e5
selftests: kmod: test disabling module autoloading
by Eric Biggers
· 5 years ago
6d573a0
selftests: kmod: fix handling test numbers above 9
by Eric Biggers
· 5 years ago
40fc7ad
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
by David S. Miller
· 5 years ago
e4da01d
Merge tag 'powerpc-5.7-2' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux
by Linus Torvalds
· 5 years ago
9b06860
Merge tag 'libnvdimm-for-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm
by Linus Torvalds
· 5 years ago
a0d1c95
kbuild: support LLVM=1 to switch the default tools to Clang/LLVM
by Masahiro Yamada
· 5 years ago
9bb7152
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
by Linus Torvalds
· 5 years ago
34183dd
Merge tag 'thermal-v5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/thermal/linux
by Linus Torvalds
· 5 years ago
cb9533d
tc-testing: remove duplicate code in tdc.py
by Roman Mashak
· 5 years ago
eb203f4
selftests/bpf: Add test for bpf_get_link_xdp_id
by Andrey Ignatov
· 5 years ago
f07cbad
libbpf: Fix bpf_get_link_xdp_id flags handling
by Andrey Ignatov
· 5 years ago
282144e
kselftest: introduce new epoll test case
by Roman Penyaev
· 5 years ago
8d994ca
lib/rbtree: fix coding style of assignments
by chenqiwu
· 5 years ago
9b12488
userfaultfd: selftests: add write-protect test
by Peter Xu
· 5 years ago
5c8aed6
userfaultfd: selftests: refactor statistics
by Peter Xu
· 5 years ago
4734b0f
libbpf: Initialize *nl_pid so gcc 10 is happy
by Jeremy Cline
· 5 years ago
c48b072
Merge tag 'perf-urgent-2020-04-05' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 5 years ago
d38c07a
Merge tag 'powerpc-5.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux
by Linus Torvalds
· 5 years ago
aa1a8ce
Merge tag 'trace-v5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
by Linus Torvalds
· 5 years ago
828907e
Merge tag 'gpio-v5.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio
by Linus Torvalds
· 5 years ago
1e396a5
Merge tag 'threads-v5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux
by Linus Torvalds
· 5 years ago
6ba4a2d
selftests/powerpc: Always build the tm-poison test 64-bit
by Michael Ellerman
· 5 years ago
7dc41b9
Merge tag 'perf-urgent-for-mingo-5.7-20200403' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgent
by Ingo Molnar
· 5 years ago
86f26a7
Merge tag 'pci-v5.7-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci
by Linus Torvalds
· 5 years ago
0ad5b05
Merge tag 'char-misc-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc
by Linus Torvalds
· 5 years ago
ff2ae60
Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/spdx
by Linus Torvalds
· 5 years ago
d883600
Merge branch 'for-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup
by Linus Torvalds
· 5 years ago
9ff76ce
perf python: Fix clang detection to strip out options passed in $CC
by Arnaldo Carvalho de Melo
· 5 years ago
b9c9ce4
perf tools: Support Python 3.8+ in Makefile
by Sam Lunt
· 5 years ago
27486a8
perf script: Fix invalid read of directory entry after closedir()
by Andreas Gerstmayr
· 5 years ago
1a4025f
perf script report: Fix SEGFAULT when using DWARF mode
by Andreas Gerstmayr
· 5 years ago
628d736
perf script: add -S/--symbols documentation
by Ian Rogers
· 5 years ago
Next »