summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2022-04-26libbpf: Simplify bpf_core_parse_spec() signatureAndrii Nakryiko
2022-04-26libbpf: Refactor CO-RE relo human description formatting routineAndrii Nakryiko
2022-04-26libbpf: Record subprog-resolved CO-RE relocations unconditionallyAndrii Nakryiko
2022-04-26selftests/bpf: Add CO-RE relos and SEC("?...") to linked_funcs selftestsAndrii Nakryiko
2022-04-26libbpf: Avoid joining .BTF.ext data with BPF programs by section nameAndrii Nakryiko
2022-04-26libbpf: Fix logic for finding matching program for CO-RE relocationAndrii Nakryiko
2022-04-26libbpf: Drop unhelpful "program too large" guessAndrii Nakryiko
2022-04-26libbpf: Fix anonymous type check in CO-RE logicAndrii Nakryiko
2022-04-26syscalls: compat: Fix the missing part for __SYSCALL_COMPATGuo Ren
2022-04-26uapi: always define F_GETLK64/F_SETLK64/F_SETLKW64 in fcntl.hChristoph Hellwig
2022-04-26uapi: simplify __ARCH_FLOCK{,64}_PAD a littleChristoph Hellwig
2022-04-26perf intel-pt: Add link to the perf wiki's Intel PT pageAdrian Hunter
2022-04-26selftests/resctrl: Fix null pointer dereference on open failedColin Ian King
2022-04-26testusb: Fix warning comparing pointer to 0Haowen Bai
2022-04-25tools/testing/nvdimm: remove unneeded flush_workqueueran jianping
2022-04-25selftests/bpf: Add test for strict BTF type checkKumar Kartikeya Dwivedi
2022-04-25selftests/bpf: Add verifier tests for kptrKumar Kartikeya Dwivedi
2022-04-25selftests/bpf: Add C tests for kptrKumar Kartikeya Dwivedi
2022-04-25libbpf: Add kptr type tag macros to bpf_helpers.hKumar Kartikeya Dwivedi
2022-04-25bpf: Allow storing referenced kptr in mapKumar Kartikeya Dwivedi
2022-04-26selftests/powerpc/pmu: Fix unsigned function returning negative constantHaowen Bai
2022-04-25bpf: Tag argument to be released in bpf_func_protoKumar Kartikeya Dwivedi
2022-04-25selftests/resctrl: Add missing SPDX license to MakefileShaopeng Tan
2022-04-25selftests/resctrl: Update README about using kselftest framework to build/run...Shaopeng Tan
2022-04-25selftests/resctrl: Make resctrl_tests run using kselftest frameworkShaopeng Tan
2022-04-25selftests/resctrl: Fix resctrl_tests' return code to work with selftest frame...Shaopeng Tan
2022-04-25selftests/resctrl: Change the default limited time to 120 secondsShaopeng Tan
2022-04-25selftests/resctrl: Kill child process before parent process terminates if SIG...Shaopeng Tan
2022-04-25selftests/resctrl: Print a message if the result of MBM&CMT tests is failed o...Shaopeng Tan
2022-04-25selftests/resctrl: Extend CPU vendor detectionShaopeng Tan
2022-04-25bpftool, musl compat: Replace sys/fcntl.h by fcntl.hDominique Martinet
2022-04-25bpftool, musl compat: Replace nftw with FTW_ACTIONRETVALDominique Martinet
2022-04-25selftests/x86/corrupt_xstate_header: Use provided __cpuid_count() macroReinette Chatre
2022-04-25selftests/x86/amx: Use provided __cpuid_count() macroReinette Chatre
2022-04-25selftests/vm/pkeys: Use provided __cpuid_count() macroReinette Chatre
2022-04-25selftests: Provide local define of __cpuid_count()Reinette Chatre
2022-04-25selftests/damon: add damon to selftests root MakefileYuanchu Xie
2022-04-25cgroup: Add config file to cgroup selftest suiteDavid Vernet
2022-04-25cgroup: Add test_cpucg_max_nested() testcaseDavid Vernet
2022-04-25cgroup: Add test_cpucg_max() testcaseDavid Vernet
2022-04-25cgroup: Add test_cpucg_nested_weight_underprovisioned() testcaseDavid Vernet
2022-04-25cgroup: Adding test_cpucg_nested_weight_overprovisioned() testcaseDavid Vernet
2022-04-25selftests/binderfs: Improve message to provide more infoKarthik Alapati
2022-04-25libbpf: Remove unnecessary type castYuntao Wang
2022-04-25selftests: mlxsw: Check device info on activated line cardJiri Pirko
2022-04-25selftests: mlxsw: Check line card info on provisioned line cardJiri Pirko
2022-04-25selftests: mlxsw: Check devices on provisioned line cardJiri Pirko
2022-04-25selftests: alsa: Start validating control namesMark Brown
2022-04-24Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo
2022-04-24libperf evsel: Factor out perf_evsel__ioctl()Adrian Hunter