summaryrefslogtreecommitdiffstats
path: root/tools (follow)
Commit message (Expand)AuthorAgeFilesLines
* objtool: Introduce HINT_RET_OFFSETPeter Zijlstra2020-04-223-9/+20
* objtool: Better handle IRETPeter Zijlstra2020-04-223-15/+29
* objtool: Support multiple stack_op per instructionJulien Thierry2020-04-224-31/+62
* objtool: Remove redundant .rodata section name comparisonMuchun Song2020-04-221-2/+2
* objtool: Documentation: document UACCESS warningsNick Desaulniers2020-04-221-0/+26
* objtool: Split out arch-specific CFI definitionsJulien Thierry2020-04-223-20/+29
* objtool: Add abstraction for destination offsetsRaphael Gault2020-04-223-8/+27
* objtool: Use arch specific values in restore_reg()Julien Thierry2020-04-221-2/+2
* objtool: Ignore empty alternativesJulien Thierry2020-04-221-0/+6
* objtool: Clean instruction state before each function validationJulien Thierry2020-04-221-7/+6
* objtool: Remove redundant checks on operand typeJulien Thierry2020-04-221-3/+1
* objtool: Always do header sync checkJulien Thierry2020-04-221-1/+1
* objtool: Fix off-by-one in symbol_by_offset()Julien Thierry2020-04-221-1/+1
* objtool: Fix 32bit cross buildsPeter Zijlstra2020-04-221-1/+1
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-04-212-1/+3
|\
| * tools/vm: fix cross-compile buildLucas Stach2020-04-211-0/+2
| * tools/build: tweak unused value workaroundGeorge Burgess IV2020-04-211-1/+1
* | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2020-04-214-2/+5
|\ \ | |/ |/|
| * tools/virtio: make asm/barrier.h self containedMichael S. Tsirkin2020-04-171-0/+1
| * tools/virtio: define aligned attributeMichael S. Tsirkin2020-04-171-0/+1
| * virtio/test: fix up after IOTLB changesMichael S. Tsirkin2020-04-172-2/+3
* | Merge tag 'x86-urgent-2020-04-19' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-04-193-32/+71
|\ \
| * | objtool: Make BP scratch register warning more robustJosh Poimboeuf2020-04-141-2/+2
| * | objtool: Fix switch table detection in .text.unlikelyJosh Poimboeuf2020-04-141-4/+1
| * | objtool: Support Clang non-section symbols in ORC generationJosh Poimboeuf2020-04-141-7/+26
| * | objtool: Support Clang non-section symbols in ORC dumpJosh Poimboeuf2020-04-141-17/+27
| * | objtool: Fix CONFIG_UBSAN_TRAP unreachable warningsJosh Poimboeuf2020-04-141-2/+15
| |/
* | Merge tag 'perf-urgent-2020-04-19' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-04-1922-387/+646
|\ \
| * | tools headers: Synchronize linux/bits.h with the kernel sourcesArnaldo Carvalho de Melo2020-04-145-6/+115
| * | tools headers: Adopt verbatim copy of compiletime_assert() from kernel sourcesArnaldo Carvalho de Melo2020-04-141-0/+26
| * | tools headers: Update x86's syscall_64.tbl with the kernel sourcesArnaldo Carvalho de Melo2020-04-141-370/+370
| * | tools headers UAPI: Sync drm/i915_drm.h with the kernel sourcesArnaldo Carvalho de Melo2020-04-141-0/+21
| * | tools headers UAPI: Update tools's copy of drm.h headersArnaldo Carvalho de Melo2020-04-141-0/+2
| * | tools headers kvm: Sync linux/kvm.h with the kernel sourcesArnaldo Carvalho de Melo2020-04-141-2/+45
| * | tools headers UAPI: Sync linux/fscrypt.h with the kernel sourcesArnaldo Carvalho de Melo2020-04-141-0/+1
| * | tools include UAPI: Sync linux/vhost.h with the kernel sourcesArnaldo Carvalho de Melo2020-04-141-0/+24
| * | tools arch x86: Sync asm/cpufeatures.h with the kernel sourcesArnaldo Carvalho de Melo2020-04-141-1/+4
| * | tools headers UAPI: Sync linux/mman.h with the kernelArnaldo Carvalho de Melo2020-04-142-2/+4
| * | tools headers UAPI: Sync sched.h with the kernelArnaldo Carvalho de Melo2020-04-142-0/+6
| * | tools headers: Update linux/vdso.h and grab a copy of vdso/const.hArnaldo Carvalho de Melo2020-04-143-4/+12
| * | perf stat: Fix no metric header if --per-socket and --metric-only setJin Yao2020-04-141-2/+5
| * | perf python: Check if clang supports -fno-semantic-interpositionArnaldo Carvalho de Melo2020-04-141-0/+2
| * | tools arch x86: Sync the msr-index.h copy with the kernel sourcesArnaldo Carvalho de Melo2020-04-141-0/+9
| |/
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-04-1612-85/+290
|\ \ | |/ |/|
| * selftests/bpf: Check for correct program attach/detach in xdp_attach testToke Høiland-Jørgensen2020-04-151-1/+29
| * libbpf: Fix type of old_fd in bpf_xdp_set_link_optsToke Høiland-Jørgensen2020-04-151-1/+1
| * libbpf: Always specify expected_attach_type on program load if supportedAndrii Nakryiko2020-04-152-59/+109
| * tools, bpftool: Fix struct_ops command invalid pointer freeDaniel T. Lee2020-04-141-1/+3
| * selftests/bpf: Validate frozen map contents stays frozenAndrii Nakryiko2020-04-141-2/+60
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2020-04-105-18/+86
| |\