summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-netdev' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2022-12-248-0/+216
|\
| * selftests/bpf: Add host-tools to gitignoreStanislav Fomichev2022-12-231-0/+1
| * selftests/bpf: check null propagation only neither reg is PTR_TO_BTF_IDHao Sun2022-12-222-0/+51
| * bpftool: Fix linkage with statically built libllvmAnton Protopopov2022-12-221-0/+4
| * selftests/bpf: Test bpf_skb_adjust_room on CHECKSUM_PARTIALMartin KaFai Lau2022-12-224-0/+160
* | Merge tag 'net-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2022-12-219-8/+340
|\|
| * Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2022-12-165-5/+78
| |\
| | * selftests/bpf: Add a test for using a cpumap from an freplace-to-XDP programToke Høiland-Jørgensen2022-12-142-0/+72
| | * selftests/bpf: Select CONFIG_FUNCTION_ERROR_INJECTIONSong Liu2022-12-141-0/+1
| | * selftests/bpf: Fix a selftest compilation error with CONFIG_SMP=nYonghong Song2022-12-142-5/+5
| * | selftests: devlink: add a warning for interfaces coming upJakub Kicinski2022-12-161-0/+13
| * | selftests: devlink: fix the fd redirect in dummy_reporter_testJakub Kicinski2022-12-161-2/+2
| |/
| * selftests: bonding: add bonding prio option testLiang Li2022-12-132-1/+247
* | Merge tag 'spdx-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2022-12-202-23/+2
|\ \
| * | testing: use the copyleft-next-0.3.1 SPDX tagLuis Chamberlain2022-11-082-23/+2
* | | Merge tag 'parisc-for-6.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-12-202-18/+6
|\ \ \
| * | | parisc: Align parisc MADV_XXX constants with all other architecturesHelge Deller2022-12-172-18/+6
* | | | Merge tag 'powerpc-6.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2022-12-1928-104/+345
|\ \ \ \
| * \ \ \ Merge branch 'topic/objtool' into nextMichael Ellerman2022-12-0819-56/+271
| |\ \ \ \
| | * | | | objtool/powerpc: Implement arch_pc_relative_reloc()Michael Ellerman2022-11-232-0/+11
| | * | | | objtool/powerpc: Add --mcount specific implementationSathvika Vasireddy2022-11-182-0/+18
| | * | | | objtool/powerpc: Enable objtool to be built on ppcSathvika Vasireddy2022-11-186-0/+146
| | * | | | objtool: Add arch specific function arch_ftrace_match()Sathvika Vasireddy2022-11-183-1/+8
| | * | | | objtool: Use macros to define arch specific reloc typesSathvika Vasireddy2022-11-182-1/+3
| | * | | | objtool: Read special sections with alts only when specific options are selectedSathvika Vasireddy2022-11-181-3/+5
| | * | | | objtool: Add --mnop as an option to --mcountSathvika Vasireddy2022-11-183-9/+25
| | * | | | objtool: Use target file class size instead of a compiled constantChristophe Leroy2022-11-183-10/+24
| | * | | | objtool: Use target file endianness instead of a compiled constantChristophe Leroy2022-11-186-31/+30
| | * | | | objtool: Fix SEGFAULTChristophe Leroy2022-11-181-1/+1
| * | | | | selftests/powerpc: Fix resource leaksMiaoqian Lin2022-12-051-1/+4
| * | | | | selftests/powerpc: Add ptrace setup_core_pattern() null-terminatorBenjamin Gray2022-12-021-1/+3
| * | | | | selftests/powerpc: Use mfspr/mtspr macrosBenjamin Gray2022-12-024-21/+10
| * | | | | selftests: powerpc: Use "grep -E" instead of "egrep"Tiezhu Yang2022-12-021-1/+1
| * | | | | selftests/powerpc: Account for offline cpus in perf-hwbreak testNaveen N. Rao2022-11-301-6/+39
| * | | | | selftests/powerpc: Bump up rlimit for perf-hwbreak testNaveen N. Rao2022-11-301-0/+12
| * | | | | selftests/powerpc: Move perror closer to its useNaveen N. Rao2022-11-301-16/+5
| * | | | | selftests/powerpc: Remove repeated word in commentsShaomin Deng2022-11-241-1/+1
| * | | | | selftests/powerpc: Fix spelling mistake "mmaping" -> "mmapping"Colin Ian King2022-11-241-1/+1
| |/ / / /
* | | | | Merge tag 'mm-stable-2022-12-17-2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2022-12-191-2/+3
|\ \ \ \ \
| * | | | | maple_tree: update copyright dates for test codeLiam Howlett2022-12-151-2/+3
* | | | | | Merge tag 'perf-tools-for-v6.2-1-2022-12-16' of git://git.kernel.org/pub/scm/...Linus Torvalds2022-12-16373-26299/+11241
|\ \ \ \ \ \
| * | | | | | libperf: Fix install_pkgconfig targetAlexander Gordeev2022-12-161-1/+1
| * | | | | | Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo2022-12-16504-5547/+36419
| |\| | | | |
| * | | | | | perf tools: Use "grep -E" instead of "egrep"Tiezhu Yang2022-12-1438-89/+89
| * | | | | | perf stat: Do not delay the workload with --delayNamhyung Kim2022-12-141-16/+17
| * | | | | | perf evlist: Remove group option.Ian Rogers2022-12-1413-79/+3
| * | | | | | perf build: Fix python/perf.so library's nameIan Rogers2022-12-142-2/+4
| * | | | | | perf test arm64: Add attr tests for new VG registerJames Clark2022-12-143-0/+33
| * | | | | | perf test: Add mechanism for skipping attr tests on kernel versionsJames Clark2022-12-141-1/+27
| * | | | | | perf test: Add mechanism for skipping attr tests on auxiliary vector valuesJames Clark2022-12-141-2/+31