summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2019-11-26Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2019-11-26Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2019-11-26Merge branches 'x86-cpu-for-linus' and 'x86-fpu-for-linus' of git://git.kerne...Linus Torvalds
2019-11-26Merge branches 'core-objtool-for-linus', 'x86-cleanups-for-linus' and 'x86-ap...Linus Torvalds
2019-11-26perf tools: Allow to link with libbpf dynamicalyJiri Olsa
2019-11-26perf tests: Rename tests/map_groups.c to tests/maps.cArnaldo Carvalho de Melo
2019-11-26perf tests: Rename thread-mg-share to thread-maps-shareArnaldo Carvalho de Melo
2019-11-26perf maps: Rename map_groups.h to maps.hArnaldo Carvalho de Melo
2019-11-26perf maps: Rename 'mg' variables to 'maps'Arnaldo Carvalho de Melo
2019-11-26perf map_symbol: Rename ms->mg to ms->mapsArnaldo Carvalho de Melo
2019-11-26perf addr_location: Rename al->mg to al->mapsArnaldo Carvalho de Melo
2019-11-26perf thread: Rename thread->mg to thread->mapsArnaldo Carvalho de Melo
2019-11-26perf maps: Merge 'struct maps' with 'struct map_groups'Arnaldo Carvalho de Melo
2019-11-26x86/insn: perf tools: Add some more instructions to the new instructions testAdrian Hunter
2019-11-26x86/insn: Add some more Intel instructions to the opcode mapAdrian Hunter
2019-11-26perf map: Remove unused functionsArnaldo Carvalho de Melo
2019-11-26perf map: Remove needless struct forward declarationsArnaldo Carvalho de Melo
2019-11-26perf map: Ditch leftover map__reloc_vmlinux() prototypeArnaldo Carvalho de Melo
2019-11-26perf script: Move map__fprintf_srccode() to near its only userArnaldo Carvalho de Melo
2019-11-26Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo
2019-11-26Merge branches 'pm-avs', 'pm-docs' and 'pm-tools'Rafael J. Wysocki
2019-11-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds
2019-11-25Merge tag 'livepatching-for-5.5' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2019-11-25Merge tag 'printk-for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2019-11-25Merge branch 'for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds
2019-11-25Merge tag 'threads-v5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/bra...Linus Torvalds
2019-11-25Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2019-11-25Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2019-11-25Merge tag 'linux-kselftest-5.5-rc1-kunit' of git://git.kernel.org/pub/scm/lin...Linus Torvalds
2019-11-25Merge tag 'linux-kselftest-5.5-rc1-fixes' of git://git.kernel.org/pub/scm/lin...Linus Torvalds
2019-11-25libbpf: Fix usage of u32 in userspace codeAndrii Nakryiko
2019-11-25Merge tag 'for-5.5/block-20191121' of git://git.kernel.dk/linux-blockLinus Torvalds
2019-11-25Merge branch 'for-5.5/system-state' into for-linusPetr Mladek
2019-11-25Merge branch 'x86/core' into perf/core, to resolve conflicts and to pick up c...Ingo Molnar
2019-11-25Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar
2019-11-24bpf: Introduce BPF_TRACE_x helper for the tracing testsMartin KaFai Lau
2019-11-24bpf, testing: Add various tail call test casesDaniel Borkmann
2019-11-24selftests/bpf: Add BPF trampoline performance testAlexei Starovoitov
2019-11-24selftests/bpf: Add verifier tests for better jmp32 register boundsYonghong Song
2019-11-24selftests/bpf: Ensure core_reloc_kernel is reading test_progs's data onlyAndrii Nakryiko
2019-11-24libbpf: Fix bpf_object name determination for bpf_object__open_file()Andrii Nakryiko
2019-11-24libbpf: Support initialized global variablesAndrii Nakryiko
2019-11-24libbpf: Fix various errors and warning reported by checkpatch.plAndrii Nakryiko
2019-11-24libbpf: Refactor relocation handlingAndrii Nakryiko
2019-11-24selftests/bpf: Ensure no DWARF relocations for BPF object filesAndrii Nakryiko
2019-11-24selftests/bpf: Integrate verbose verifier log into test_progsAndrii Nakryiko
2019-11-24selftests, bpftool: Skip the build test if not in treeJakub Kicinski
2019-11-24selftests, bpftool: Set EXIT trap after usage functionQuentin Monnet
2019-11-24tools, bpf: Fix build for 'make -s tools/bpf O=<dir>'Quentin Monnet
2019-11-24tools, bpftool: Fix warning on ignored return value for 'read'Quentin Monnet