aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2023-04-10selftests/resctrl: Correct get_llc_perf() param in function commentIlpo Järvinen1-1/+1
2023-04-10selftests/resctrl: Use remount_resctrlfs() consistently with booleanIlpo Järvinen5-8/+7
2023-04-10selftests/resctrl: Change name from CBM_MASK_PATH to INFO_PATHFenghua Yu2-2/+2
2023-04-10selftests/resctrl: Change initialize_llc_perf() return type to voidIlpo Järvinen1-8/+3
2023-04-10selftests/resctrl: Replace obsolete memalign() with posix_memalign()Ilpo Järvinen1-3/+4
2023-04-10selftests/resctrl: Check for return value after write_schemata()Ilpo Järvinen1-1/+6
2023-04-10selftests/resctrl: Allow ->setup() to return errorsIlpo Järvinen7-6/+12
2023-04-10selftests/resctrl: Move ->setup() call outside of test specific branchesIlpo Järvinen1-13/+6
2023-04-10selftests/resctrl: Return NULL if malloc_and_init_memory() did not alloc memIlpo Järvinen1-0/+2
2023-04-10selftests/bpf: Reset err when symbol name already exist in kprobe_multi_testManu Bretelle1-1/+3
2023-04-08ELF: fix all "Elf" typosAlexey Dobriyan4-4/+4
2023-04-08delayacct: improve the average delay precision of getdelay tool to microsecondWang Yong1-12/+12
2023-04-08Merge tag 'mm-hotfixes-stable-2023-04-07-16-23' of git://git.kernel.org/pub/s...Linus Torvalds1-0/+16
2023-04-08KVM: selftests: Fix spelling mistake "KVM_HYPERCAL_EXIT_SMC" -> "KVM_HYPERCAL...Colin Ian King1-1/+1
2023-04-08KVM: arm64: Test that SMC64 arch calls are reservedOliver Upton1-0/+8
2023-04-07Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski1-3/+27
2023-04-07selftests/bpf: Prevent infinite loop in veristat when base file is too shortEduard Zingerman1-2/+6
2023-04-07bpftool: Set program type only if it differs from the desired oneWei Yongjun1-1/+2
2023-04-07selftests/bpf: Use PERF_COUNT_HW_CPU_CYCLES event for get_branch_snapshotSong Liu1-2/+2
2023-04-07selftests: bonding: add arp validate testHangbin Liu1-0/+55
2023-04-07selftests: bonding: re-format bond option testsHangbin Liu4-246/+354
2023-04-06selftests: forwarding: hw_stats_l3: Detect failure to install countersPetr Machata1-1/+14
2023-04-06perf map: Changes to reference countingIan Rogers11-44/+112
2023-04-06perf maps: Modify maps_by_name to hold a reference to a mapIan Rogers2-18/+33
2023-04-06perf test: Add extra diagnostics to maps testIan Rogers1-15/+36
2023-04-06perf map: Add accessors for ->pgoff and ->relocIan Rogers9-23/+33
2023-04-06perf map: Add accessors for ->prot, ->priv and ->flagsIan Rogers6-12/+28
2023-04-06perf map: Add helper for ->map_ip() and ->unmap_ip()Ian Rogers26-69/+81
2023-04-06perf map: Rename map_ip() and unmap_ip()Ian Rogers6-13/+13
2023-04-06perf vendor events intel: Update free running tigerlake eventsIan Rogers2-36/+50
2023-04-06perf vendor events intel: Update free running snowridgex eventsIan Rogers2-66/+30
2023-04-06perf vendor events intel: Correct knightslanding memory topicIan Rogers2-36/+38
2023-04-06perf vendor events intel: Update free running icelakex eventsIan Rogers2-58/+30
2023-04-06perf vendor events intel: Update free running alderlake eventsIan Rogers2-8/+24
2023-04-06perf pmu: Sort and remove duplicates using JSON PMU nameIan Rogers1-16/+31
2023-04-06perf pmu: Improve name/comments, avoid a memory allocationIan Rogers2-10/+25
2023-04-06perf pmu: Fewer const castsIan Rogers1-6/+6
2023-04-06perf lock contention: Do not try to update if hash map is fullNamhyung Kim1-3/+19
2023-04-06perf lock contention: Revise needs_callstack() conditionNamhyung Kim2-2/+2
2023-04-06perf lock contention: Update total/bad stats for hidden entriesNamhyung Kim3-1/+15
2023-04-06perf lock contention: Add data failure statNamhyung Kim4-2/+8
2023-04-06perf lock contention: Update default map size to 16384Namhyung Kim4-6/+7
2023-04-06perf lock contention: Use -M for --map-nr-entriesNamhyung Kim2-1/+2
2023-04-06perf lock contention: Simplify parse_lock_type()Namhyung Kim1-35/+8
2023-04-06tools: Rename __fallthrough to fallthroughLiam Howlett15-23/+21
2023-04-06perf pmu: Fix a few potential fd leaksIan Rogers1-2/+10
2023-04-06perf pmu: Make parser reentrantIan Rogers4-13/+37
2023-04-06selftests/bpf: Add verifier tests for code pattern '<const> <cond_op> <non_co...Yonghong Song1-0/+460
2023-04-06bpf: Improve handling of pattern '<const> <cond_op> <non_const>' in verifierYonghong Song1-1/+1
2023-04-06selftests/bpf: Add tests for non-constant cond_op NE/EQ bound deductionYonghong Song2-0/+181