summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2022-04-30selftests/net: add missing tests to MakefileHangbin Liu1-1/+2
2022-04-29Merge tag 'perf-tools-fixes-for-v5.18-2022-04-29' of git://git.kernel.org/pub...Linus Torvalds12-79/+56
2022-04-29selftests/seccomp: Don't call read() on TTY from background pgrpJann Horn1-5/+5
2022-04-28Merge tag 'net-5.18-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2-0/+2
2022-04-28Merge tag 'platform-drivers-x86-v5.18-3' of git://git.kernel.org/pub/scm/linu...Linus Torvalds1-1/+1
2022-04-28perf symbol: Remove arch__symbols__fixup_end()Namhyung Kim6-69/+0
2022-04-28perf symbol: Update symbols__fixup_end()Namhyung Kim1-4/+25
2022-04-28perf symbol: Pass is_kallsyms to symbols__fixup_end()Namhyung Kim3-5/+6
2022-04-28perf test: Add perf_event_attr test for Arm SPETimothy Hayes2-0/+13
2022-04-28perf arm-spe: Fix SPE events with phys addressesTimothy Hayes2-1/+12
2022-04-28perf arm-spe: Fix addresses of synthesized SPE eventsTimothy Hayes1-1/+1
2022-04-28perf intel-pt: Fix timeless decoding with perf.data directoryAdrian Hunter1-1/+1
2022-04-23Merge tag 'perf-tools-fixes-for-v5.18-2022-04-22' of git://git.kernel.org/pub...Linus Torvalds4-1/+23
2022-04-23Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds9-128/+100
2022-04-23wireguard: selftests: enable ACPI for SMPJason A. Donenfeld2-0/+2
2022-04-23perf test: Fix error message for test case 71 on s390, where it is not supportedThomas Richter1-0/+4
2022-04-23perf report: Set PERF_SAMPLE_DATA_SRC bit for Arm SPE eventLeo Yan1-0/+14
2022-04-23perf script: Always allow field 'data_src' for auxtraceLeo Yan1-1/+1
2022-04-23perf clang: Fix header include for LLVM >= 14Guilherme Amadio1-0/+4
2022-04-22tools: Add kmem_cache_alloc_lru()Matthew Wilcox (Oracle)2-2/+9
2022-04-22Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-8/+88
2022-04-22objtool: Fix code relocs vs weak symbolsPeter Zijlstra1-22/+165
2022-04-22objtool: Fix type of reloc::addendPeter Zijlstra3-7/+7
2022-04-22selftest/vm: add skip support to mremap_testSidhartha Kumar1-3/+8
2022-04-22selftest/vm: support xfail in mremap_testSidhartha Kumar1-1/+1
2022-04-22selftest/vm: verify remap destination address in mremap_testSidhartha Kumar1-3/+39
2022-04-22selftest/vm: verify mmap addr in mremap_testSidhartha Kumar1-1/+40
2022-04-21kvm: selftests: introduce and use more page size-related constantsPaolo Bonzini8-13/+8
2022-04-21kvm: selftests: do not use bitfields larger than 32-bits for PTEsPaolo Bonzini2-115/+92
2022-04-21Merge tag 'net-5.18-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2-0/+34
2022-04-21KVM: selftests: Silence compiler warning in the kvm_page_table_testThomas Huth1-1/+1
2022-04-21tools/nolibc/string: Implement `strdup()` and `strndup()`Ammar Faizi1-0/+32
2022-04-21tools/nolibc/string: Implement `strnlen()`Ammar Faizi1-0/+9
2022-04-21tools/nolibc/stdlib: Implement `malloc()`, `calloc()`, `realloc()` and `free()`Ammar Faizi1-0/+81
2022-04-21tools/nolibc/types: Implement `offsetof()` and `container_of()` macroAmmar Faizi1-0/+11
2022-04-21tools/nolibc/sys: Implement `mmap()` and `munmap()`Ammar Faizi1-0/+62
2022-04-21tools/nolibc: i386: Implement syscall with 6 argumentsAmmar Faizi1-0/+23
2022-04-21tools/nolibc: Remove .global _start from the entry point codeAmmar Faizi6-6/+0
2022-04-21tools/nolibc: Replace `asm` with `__asm__`Ammar Faizi6-198/+198
2022-04-21tools/nolibc: x86-64: Update System V ABI document linkAmmar Faizi1-1/+1
2022-04-21tools/nolibc/stdlib: only reference the external environ when inlinedWilly Tarreau1-7/+15
2022-04-21tools/nolibc/string: do not use __builtin_strlen() at -O0Willy Tarreau1-1/+10
2022-04-21tools/nolibc: add the nolibc subdir to the common MakefileWilly Tarreau1-0/+4
2022-04-21tools/nolibc: add a makefile to install headersWilly Tarreau1-0/+42
2022-04-21tools/nolibc/types: add poll() and waitpid() flag definitionsWilly Tarreau1-0/+10
2022-04-21tools/nolibc/sys: add syscall definition for getppid()Willy Tarreau1-0/+17
2022-04-21tools/nolibc/string: add strcmp() and strncmp()Willy Tarreau1-0/+23
2022-04-21tools/nolibc/stdio: add support for '%p' to vfprintf()Willy Tarreau1-11/+19
2022-04-21tools/nolibc/stdlib: add a simple getenv() implementationWilly Tarreau1-0/+23
2022-04-21tools/nolibc/stdio: make printf(%s) accept NULLWilly Tarreau1-0/+2