aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2023-10-12tools/nolibc: automatically detect necessity to use pselect6Thomas Weißschuh4-14/+6
2023-10-12tools/nolibc: don't define new syscall numberThomas Weißschuh1-4/+3
2023-10-12tools/nolibc: avoid unused parameter warnings for ENOSYS fallbacksThomas Weißschuh1-17/+27
2023-10-12selftests/nolibc: allow building i386 with multiarch compilerThomas Weißschuh1-0/+1
2023-10-12selftests/nolibc: don't embed initramfs into kernel imageThomas Weißschuh2-16/+27
2023-10-12selftests/nolibc: libc-test: avoid -Wstringop-overflow warningsThomas Weißschuh1-3/+3
2023-10-12tools/nolibc: string: Remove the `_nolibc_memcpy_up()` functionAmmar Faizi1-13/+7
2023-10-12tools/nolibc: string: Remove the `_nolibc_memcpy_down()` functionAmmar Faizi1-10/+0
2023-10-12tools/nolibc: x86-64: Use `rep stosb` for `memset()`Ammar Faizi2-0/+15
2023-10-12tools/nolibc: x86-64: Use `rep movsb` for `memcpy()` and `memmove()`Ammar Faizi2-0/+33
2023-10-12selftests/nolibc: use -nostdinc for nolibc-testThomas Weißschuh1-1/+1
2023-10-12tools/nolibc: add stdarg.h headerThomas Weißschuh5-5/+21
2023-10-12tools/nolibc: mark start_c as weakThomas Weißschuh1-0/+1
2023-10-12tools/nolibc: i386: Fix a stack misalign bug on _startAmmar Faizi1-1/+3
2023-10-12selftests/thermel/intel: Add test to read power floor statusSrinivas Pandruvada3-0/+121
2023-10-12perf cs-etm: Fix incorrect or missing decoder for raw traceBesar Wicaksono1-41/+65
2023-10-12perf bpf_counter: Fix a few memory leaksIan Rogers1-1/+4
2023-10-12perf header: Fix various error path memory leaksIan Rogers1-26/+34
2023-10-12perf trace-event-info: Avoid passing NULL value to closedirIan Rogers1-1/+2
2023-10-12tools api: Avoid potential double freeIan Rogers1-0/+1
2023-10-12perf parse-events: Fix unlikely memory leak when cloning termsIan Rogers1-1/+3
2023-10-12perf lock: Fix a memory leak on an error pathIan Rogers1-0/+1
2023-10-12perf svghelper: Avoid memory leakIan Rogers1-2/+3
2023-10-12perf hists browser: Avoid potential NULL dereferenceIan Rogers1-1/+1
2023-10-12perf hists browser: Reorder variables to reduce paddingIan Rogers1-2/+2
2023-10-12perf dlfilter: Be defensive against potential NULL dereferenceIan Rogers1-1/+3
2023-10-12perf mem-events: Avoid uninitialized readIan Rogers1-1/+2
2023-10-12perf jitdump: Avoid memory leakIan Rogers1-0/+1
2023-10-12perf env: Remove unnecessary NULL testsIan Rogers1-3/+3
2023-10-12perf buildid-cache: Fix use of uninitialized valueIan Rogers1-2/+4
2023-10-12perf bench uprobe: Fix potential use of memory after freeIan Rogers1-0/+1
2023-10-12perf parse-events: Fix for term values that are raw eventsIan Rogers1-5/+3
2023-10-12perf build: Add missing comment about NO_LIBTRACEEVENT=1Arnaldo Carvalho de Melo1-0/+4
2023-10-12perf symbols: Add 'intel_idle_ibrs' to the list of idle symbolsArnaldo Carvalho de Melo1-0/+1
2023-10-12perf parse-events: Avoid erange from hex numbersIan Rogers1-2/+2
2023-10-12KVM: selftests: Force load all supported XSAVE state in state testSean Christopherson2-0/+23
2023-10-12KVM: selftests: Load XSAVE state into untouched vCPU during state testSean Christopherson1-2/+17
2023-10-12KVM: selftests: Touch relevant XSAVE state in guest for state testSean Christopherson2-0/+91
2023-10-12KVM: riscv: selftests: get-reg-list print_reg should never failAndrew Jones1-51/+42
2023-10-12KVM: riscv: selftests: Add condops extensions to get-reg-list testAnup Patel1-0/+17
2023-10-12KVM: riscv: selftests: Add smstateen registers to get-reg-list testAnup Patel1-0/+34
2023-10-12KVM: riscv: selftests: Add senvcfg register to get-reg-list testAnup Patel1-0/+3
2023-10-12KVM: selftests: Add array order helpers to riscv get-reg-listAndrew Jones1-39/+47
2023-10-11selftests/bpf: Add tests for cgroup unix socket address hooksDaan De Meyer10-0/+883
2023-10-11selftests/bpf: Make sure mount directory existsDaan De Meyer1-0/+5
2023-10-11bpftool: Add support for cgroup unix socket address hooksDaan De Meyer5-23/+38
2023-10-11libbpf: Add support for cgroup unix socket address hooksDaan De Meyer1-0/+10
2023-10-11bpf: Implement cgroup sockaddr hooks for unix socketsDaan De Meyer1-4/+9
2023-10-11tools: ynl: use ynl-gen -o instead of stdout in MakefileJakub Kicinski1-2/+2
2023-10-11selftests/bpf: Add missing section name tests for getpeername/getsocknameDaan De Meyer1-0/+20