summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2020-09-22selftests: netfilter: remove unused cnt and simplify command testingFabian Frederick
2020-09-22selftests: netfilter: fix nft_meta.sh error reportingFabian Frederick
2020-09-22selftests: netfilter: add cpu counter checkFabian Frederick
2020-09-21selftests/bpf: Fix stat probe in d_path testJiri Olsa
2020-09-21btf: Add BTF_ID_LIST_SINGLE macroLorenz Bauer
2020-09-21libbpf: Fix native endian assumption when parsing BTFTony Ambardar
2020-09-21objtool: Ignore unreachable trap after call to noreturn functionsIlie Halip
2020-09-21objtool: Handle calling non-function symbols in other sectionsJulien Thierry
2020-09-21tools/io_uring: fix compile breakageDouglas Gilbert
2020-09-20Merge tag 'objtool_urgent_for_v5.9_rc6' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2020-09-19selftests/vm: fix display of page size in map_hugetlbChristophe Leroy
2020-09-19selftests/seccomp: powerpc: Fix seccomp return value testingKees Cook
2020-09-19selftests/seccomp: Remove SYSCALL_NUM_RET_SHARE_REG in favor of SYSCALL_RET_SETKees Cook
2020-09-19selftests/seccomp: Avoid redundant register flushesKees Cook
2020-09-19selftests/seccomp: Convert REGSET calls into ARCH_GETREG/ARCH_SETREGKees Cook
2020-09-19selftests/seccomp: Convert HAVE_GETREG into ARCH_GETREG/ARCH_SETREGKees Cook
2020-09-19selftests/seccomp: Remove syscall setting #ifdefsKees Cook
2020-09-19selftests/seccomp: mips: Remove O32-specific macroKees Cook
2020-09-19selftests/seccomp: arm64: Define SYSCALL_NUM_SET macroKees Cook
2020-09-19selftests/seccomp: arm: Define SYSCALL_NUM_SET macroKees Cook
2020-09-19selftests/seccomp: mips: Define SYSCALL_NUM_SET macroKees Cook
2020-09-19selftests/seccomp: Provide generic syscall setting macroKees Cook
2020-09-19selftests/seccomp: Refactor arch register macros to avoid xtensa special caseKees Cook
2020-09-19selftests/seccomp: Use __NR_mknodat instead of __NR_mknodKees Cook
2020-09-18tools/bootconfig: Add --init option for bconf2ftrace.shMasami Hiramatsu
2020-09-18tools/bootconfig: Add a script to generates bootconfig from ftraceMasami Hiramatsu
2020-09-18tools/bootconfig: Add a script to generate ftrace shell-command from bootconfigMasami Hiramatsu
2020-09-18tools/bootconfig: Make all functions staticMasami Hiramatsu
2020-09-18tools/bootconfig: Add list optionMasami Hiramatsu
2020-09-18tools/bootconfig: Show bootconfig compact tree from bootconfig fileMasami Hiramatsu
2020-09-19tools/bpftool: Support passing BPFTOOL_VERSION to makeTony Ambardar
2020-09-19selftests/bpf: Fix endianness issue in test_sockopt_skIlya Leoshkevich
2020-09-18selftests/bpf: Fix endianness issue in sk_assignIlya Leoshkevich
2020-09-18Merge tag 'powerpc-5.9-5' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds
2020-09-18objtool: Fix noreturn detection for ignored functionsJosh Poimboeuf
2020-09-18objtool: Ignore unreachable fake jumpsJulien Thierry
2020-09-18objtool: Remove useless tests before save_reg()Julien Thierry
2020-09-18selftests: arm64: Add build and documentation for FP testsMark Brown
2020-09-18selftests: arm64: Add wrapper scripts for stress testsMark Brown
2020-09-18selftests: arm64: Add utility to set SVE vector lengthsMark Brown
2020-09-18selftests: arm64: Add stress tests for FPSMID and SVE context switchingMark Brown
2020-09-18selftests: arm64: Add test for the SVE ptrace interfaceMark Brown
2020-09-18selftests: arm64: Test case for enumeration of SVE vector lengthsMark Brown
2020-09-18kselftests/arm64: add PAuth tests for single threaded consistency and differe...Boyan Karatotev
2020-09-18kselftests/arm64: add PAuth test for whether exec() changes keysBoyan Karatotev
2020-09-18kselftests/arm64: add nop checks for PAuth testsBoyan Karatotev
2020-09-18kselftests/arm64: add a basic Pointer Authentication testBoyan Karatotev
2020-09-18perf probe: Fall back to debuginfod query if debuginfo and source not found l...Masami Hiramatsu
2020-09-18perf probe: Fix to adjust symbol address with correct reloc_sym addressMasami Hiramatsu
2020-09-17selftests/bpf: Add tailcall_bpf2bpf testsMaciej Fijalkowski