aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2023-11-14KVM: selftests: Add a memory region subtest to validate invalid flagsSean Christopherson2-8/+50
2023-11-14KVM: selftests: Test KVM exit behavior for private memory/accessAckerley Tng2-0/+121
2023-11-14KVM: selftests: Add basic selftest for guest_memfd()Chao Peng2-0/+208
2023-11-14KVM: selftests: Expand set_memory_region_test to validate guest_memfd()Chao Peng2-2/+114
2023-11-14KVM: selftests: Add KVM_SET_USER_MEMORY_REGION2 helperChao Peng2-0/+36
2023-11-14KVM: selftests: Add x86-only selftest for private memory conversionsVishal Annapurve2-0/+483
2023-11-14KVM: selftests: Add GUEST_SYNC[1-6] macros for synchronizing more dataSean Christopherson1-0/+11
2023-11-14KVM: selftests: Introduce VM "shape" to allow tests to specify the VM typeSean Christopherson7-35/+73
2023-11-14KVM: selftests: Add helpers to do KVM_HC_MAP_GPA_RANGE hypercalls (x86)Vishal Annapurve1-0/+15
2023-11-14KVM: selftests: Add helpers to convert guest memory b/w private and sharedVishal Annapurve2-0/+76
2023-11-14KVM: selftests: Add support for creating private memslotsSean Christopherson3-31/+73
2023-11-14KVM: selftests: Convert lib's mem regions to KVM_SET_USER_MEMORY_REGION2Sean Christopherson2-10/+11
2023-11-14KVM: selftests: Drop unused kvm_userspace_memory_region_find() helperSean Christopherson2-33/+0
2023-11-13selftests/bpf: Add assert for user stacks in test_task_stackJordan Rome2-0/+7
2023-11-13selftests/nolibc: don't hang on config inputThomas Weißschuh1-2/+2
2023-11-12LSM: selftests for Linux Security Module syscallsCasey Schaufler9-0/+633
2023-11-12LSM: wireup Linux Security Module syscallsCasey Schaufler4-0/+12
2023-11-12cgroup/cpuset: Take isolated CPUs out of workqueue unbound cpumaskWaiman Long1-9/+65
2023-11-12selftests/cgroup: Minor code cleanup and reorganization of test_cpuset_prs.shWaiman Long1-71/+71
2023-11-12selftests: cgroup: Fixes a typo in a commentAtul Kumar Pant1-1/+1
2023-11-12Merge tag 'loongarch-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/ch...Linus Torvalds6-6/+12
2023-11-11selftests/bpf: Fix pyperf180 compilation failure with clang18Yonghong Song1-0/+22
2023-11-10hv/hv_kvp_daemon: Some small fixes for handling NM keyfilesAni Sinha2-10/+14
2023-11-10bpf: Add crosstask check to __bpf_get_stackJordan Rome1-0/+3
2023-11-10perf probe: Convert to check dwarf_getcfi featureNamhyung Kim2-4/+9
2023-11-10perf build: Add feature check for dwarf_getcfi()Namhyung Kim3-0/+14
2023-11-10perf dwarf-aux: Add die_find_variable_by_reg() helperNamhyung Kim2-0/+79
2023-11-10perf dwarf-aux: Add die_get_scopes() alternative to dwarf_getscopes()Namhyung Kim2-0/+56
2023-11-10perf dwarf-aux: Move #else block of #ifdef HAVE_DWARF_GETLOCATIONS_SUPPORT co...Namhyung Kim2-9/+17
2023-11-10perf dwarf-aux: Fix die_get_typename() for void *Namhyung Kim1-1/+8
2023-11-10perf tools: Add util/debuginfo.[ch] filesNamhyung Kim5-210/+272
2023-11-10perf annotate: Move raw_comment and raw_func_start fields out of 'struct ins_...Namhyung Kim3-9/+20
2023-11-10perf annotate: Pass "-l" option to objdump conditionallyNamhyung Kim1-1/+2
2023-11-10perf header: Additional note on AMD IBS for max_precise pmu capArnaldo Carvalho de Melo4-5/+35
2023-11-09selftests/bpf: add more test cases for check_cfg()Andrii Nakryiko1-0/+62
2023-11-09bpf: fix control-flow graph checking in privileged modeAndrii Nakryiko2-6/+9
2023-11-09selftests/bpf: add edge case backtracking logic testAndrii Nakryiko1-0/+40
2023-11-09bpf: handle ldimm64 properly in check_cfg()Andrii Nakryiko1-4/+4
2023-11-09selftests: bpf: xskxceiver: ksft_print_msg: fix format type errorAnders Roxell1-7/+12
2023-11-09bpf: Use named fields for certain bpf uapi structsYonghong Song1-16/+7
2023-11-09selftests/bpf: Test bpf_refcount_acquire of node obtained via direct ldDave Marchevsky2-0/+104
2023-11-09selftests/bpf: Add test passing MAYBE_NULL reg to bpf_refcount_acquireDave Marchevsky1-0/+19
2023-11-09veristat: add ability to filter top N resultsAndrii Nakryiko1-0/+10
2023-11-09veristat: add ability to sort by stat's absolute valueAndrii Nakryiko1-12/+56
2023-11-09libbpf: Fix potential uninitialized tail padding with LIBBPF_OPTS_RESETYonghong Song1-5/+8
2023-11-09selftests/bpf: Disable CONFIG_DEBUG_INFO_REDUCED in config.aarch64Anders Roxell1-0/+1
2023-11-09bpftool: Fix prog object type in manpageArtem Savkov1-1/+1
2023-11-09selftests/bpf: Consolidate VIRTIO/9P configs in config.vm fileManu Bretelle5-38/+15
2023-11-09selftsets/bpf: Retry map update for non-preallocated per-cpu mapHou Tao1-1/+19
2023-11-09selftests/bpf: Export map_update_retriable()Hou Tao2-5/+17