aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2023-03-22selftests/net: Add SHA256 computation over data sent in tcp_mmapXiaoyan Li2-12/+92
2023-03-22open: return EINVAL for O_DIRECTORY | O_CREATChristian Brauner1-1/+0
2023-03-21tools: ynl: skip the explicit op array size when not neededJakub Kicinski1-1/+3
2023-03-22bootconfig: Fix testcase to increase max nodeMasami Hiramatsu (Google)1-4/+8
2023-03-21perf tools: Add support for perf_event_attr::config3Rob Herring6-1/+24
2023-03-21perf vendor events arm64: Add N1 metricsJames Clark23-2/+685
2023-03-21perf jevents: Sort list of input filesBernhard M. Wiedemann1-1/+1
2023-03-21perf kvm: Delete histograms entries before exitingLeo Yan1-0/+3
2023-03-21perf kvm: Reference count 'struct kvm_info'Leo Yan3-2/+46
2023-03-20net: skbuff: move the fields BPF cares about directly next to the offset markerJakub Kicinski1-4/+4
2023-03-20net: skbuff: rename __pkt_vlan_present_offset to __mono_tc_offsetJakub Kicinski1-3/+3
2023-03-20selftests: sigaltstack: fix -WuninitializedNick Desaulniers2-6/+24
2023-03-20perf report: Add 'simd' sort fieldGerman Gomez5-0/+52
2023-03-20perf arm-spe: Add SVE flags to the SPE samplesGerman Gomez1-0/+20
2023-03-20perf arm-spe: Refactor arm-spe to support operation packet typeGerman Gomez3-18/+67
2023-03-20perf event: Add 'simd_flags' field to 'struct perf_sample'German Gomez1-0/+13
2023-03-20perf intel-pt: Add support for new branch instructions ERETS and ERETUAdrian Hunter3-0/+24
2023-03-20perf intel-pt: Add event type names UINTR and UIRETAdrian Hunter1-1/+1
2023-03-20libbpf: Explicitly call write to append content to fileLiu Pan1-5/+9
2023-03-20selftest/bpf: Add a test case for ld_imm64 copy logic.Alexei Starovoitov1-1/+1
2023-03-20libbpf: Fix ld_imm64 copy logic for ksym in light skeleton.Alexei Starovoitov1-4/+6
2023-03-20perf symbol: Sort names under write lockIan Rogers1-0/+7
2023-03-20perf test: Fix memory leak in symbolsIan Rogers1-0/+1
2023-03-20perf tests: Add common error route for code-readingIan Rogers1-16/+23
2023-03-20perf bpf_counter: Use public cpumap accessorsIan Rogers1-3/+3
2023-03-20perf symbol: Avoid memory leak from abi::__cxa_demangleIan Rogers1-3/+2
2023-03-20selftests/nolibc: Adjust indentation for MakefileFeiyang Chen1-37/+37
2023-03-20selftests/nolibc: Add support for LoongArchFeiyang Chen1-0/+4
2023-03-20tools/nolibc: Add support for LoongArchFeiyang Chen2-0/+202
2023-03-20tools/nolibc: Add statx() and make stat() rely on statx() if necessaryFeiyang Chen1-0/+56
2023-03-20tools/nolibc: Include linux/fcntl.h and remove duplicate codeFeiyang Chen2-6/+1
2023-03-20tools/nolibc: check for S_I* macros before defining themWilly Tarreau1-1/+22
2023-03-20selftests/nolibc: skip the chroot_root and link_dir tests when not privilegedWilly Tarreau1-2/+6
2023-03-20tools/nolibc: add getuid() and geteuid()Willy Tarreau1-0/+42
2023-03-20tools/nolibc: add tests for the integer limits in stdint.hVincent Dagonneau1-0/+53
2023-03-20tools/nolibc: enlarge column width of testsVincent Dagonneau1-48/+48
2023-03-20tools/nolibc: add integer types and integer limit macrosVincent Dagonneau1-0/+75
2023-03-20tools/nolibc: add stdint.hVincent Dagonneau3-16/+27
2023-03-20tools/nolibc: Add gitignore to avoid git complaints about sysrootPaul E. McKenney1-0/+1
2023-03-20tools/nolibc: always disable stack protector for testsThomas Weißschuh1-0/+3
2023-03-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski91-544/+857
2023-03-17selftests/bpf: Add --json-summary option to test_progsManu Bretelle5-6/+84
2023-03-17selftests/bpf: Add test for bpf_ksym_exists().Alexei Starovoitov1-1/+19
2023-03-17libbpf: Introduce bpf_ksym_exists() macro.Alexei Starovoitov1-0/+5
2023-03-17libbpf: Fix relocation of kfunc ksym in ld_imm64 insn.Alexei Starovoitov1-0/+6
2023-03-17Merge tag 'net-6.3-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds11-23/+384
2023-03-17kunit: tool: fix pre-existing `mypy --strict` errors and update run_checks.pyDaniel Latypov4-30/+31
2023-03-17kunit: tool: remove unused imports and variablesDaniel Latypov5-5/+3
2023-03-17kunit: tool: add subscripts for type annotations where appropriateDaniel Latypov3-5/+5
2023-03-17Merge tag 'pm-6.3-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds1-3/+2