summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2020-09-10selftests/lkdtm: Use "comm" instead of "diff" for dmesgKees Cook
2020-09-10objtool: Decode unwind hint register depending on architectureJulien Thierry
2020-09-10objtool: Make unwind hint definitions available to other architecturesJulien Thierry
2020-09-10objtool: Refactor jump table code to support other architecturesRaphael Gault
2020-09-10objtool: Make relocation in alternative handling arch dependentJulien Thierry
2020-09-10objtool: Abstract alternative special case handlingJulien Thierry
2020-09-10objtool: Move macros describing structures to arch-dependent codeJulien Thierry
2020-09-10objtool: Make sync-check consider the target architectureJulien Thierry
2020-09-10objtool: Group headers to check in a single listJulien Thierry
2020-09-08selftests/seccomp: Use bitwise instead of arithmetic operator for flagsZou Wei
2020-09-08selftests/seccomp: Add test for unknown SECCOMP_RET kill behaviorKees Cook
2020-09-08tools/libbpf: Avoid counting local symbols in ABI checkTony Ambardar
2020-09-08Merge tag 'linux-kselftest-5.9-rc5' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2020-09-07x86/insn: Make inat-tables.c suitable for pre-decompression codeJoerg Roedel
2020-09-04tools/memory-model: Expand the cheatsheet.txt notion of relaxedPaul E. McKenney
2020-09-04tests: add waitid() tests for non-blocking pidfdsChristian Brauner
2020-09-04mm: Add PG_arch_2 page flagSteven Price
2020-09-04tests: port pidfd_wait to kselftest harnessChristian Brauner
2020-09-03Merge tag 'perf-tools-fixes-for-v5.9-2020-09-03' of git://git.kernel.org/pub/...Linus Torvalds
2020-09-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2020-09-03Merge branch 'gate-page-refcount' (patches from Dave Hansen)Linus Torvalds
2020-09-03selftests/x86/test_vsyscall: Improve the process_vm_readv() testAndy Lutomirski
2020-09-03selftests/bpf: Add bpf_{update, delete}_map_elem in hashmap iter programYonghong Song
2020-09-03perf tools: Add bpf image check to __map__is_kmoduleJiri Olsa
2020-09-03perf record/stat: Explicitly call out event modifiers in the documentationKim Phillips
2020-09-03perf bench: The do_run_multi_threaded() function must use IS_ERR(perf_session...YueHaibing
2020-09-03perf stat: Turn off summary for interval mode by defaultJin Yao
2020-09-03libtraceevent: Fix build warning on 32-bit archesTzvetomir Stoyanov (VMware)
2020-09-03perf jevents: Fix suspicious code in fixregex()Namhyung Kim
2020-09-03perf parse-events: Use uintptr_t when casting numbers to pointersArnaldo Carvalho de Melo
2020-09-03tools/memory-model: Add a simple entry point documentPaul E. McKenney
2020-09-03tools/memory-model: Improve litmus-test documentationPaul E. McKenney
2020-09-03tools/memory-model: Update recipes.txt prime_numbers.c pathPaul E. McKenney
2020-09-03Replace HTTP links with HTTPS ones: LKMMAlexander A. Klimov
2020-09-03libbpf: Remove arch-specific include path in MakefileNaveen N. Rao
2020-09-01Merge tag 'perf-tools-fixes-for-v5.9-2020-09-01' of git://git.kernel.org/pub/...Linus Torvalds
2020-09-01blk-iocost: update iocost_monitor.pyTejun Heo
2020-09-01objtool: Define 'struct orc_entry' only when neededJulien Thierry
2020-09-01objtool: Skip ORC entry creation for non-text sectionsJulien Thierry
2020-09-01objtool: Move ORC logic out of check()Julien Thierry
2020-09-01objtool: Move object file loading out of check()Julien Thierry
2020-09-01tools/bpf: build: Make sure resolve_btfids cleans up after itselfToke Høiland-Jørgensen
2020-09-01perf report: Disable ordered_events for raw dumpJiri Olsa
2020-09-01perf tools: Correct SNOOPX field offsetAl Grant
2020-09-01perf intel-pt: Fix corrupt data after perf inject fromAl Grant
2020-09-01perf cs-etm: Fix corrupt data after perf inject fromAl Grant
2020-09-01perf top/report: Fix infinite loop in the TUI for grouped eventsArnaldo Carvalho de Melo
2020-09-01perf parse-events: Avoid an uninitialized read when using fake PMUsIan Rogers
2020-09-01perf stat: Fix out of bounds array access in the print_counters() evlist methodThomas Richter
2020-09-01perf test: Set NULL sentinel in pmu_events table in "Parse and process metric...Thomas Richter