summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2022-04-28perf arm-spe: Fix addresses of synthesized SPE eventsTimothy Hayes
2022-04-28perf intel-pt: Fix timeless decoding with perf.data directoryAdrian Hunter
2022-04-23Merge tag 'perf-tools-fixes-for-v5.18-2022-04-22' of git://git.kernel.org/pub...Linus Torvalds
2022-04-22Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2022-04-22wireguard: selftests: enable ACPI for SMPJason A. Donenfeld
2022-04-22perf test: Fix error message for test case 71 on s390, where it is not supportedThomas Richter
2022-04-22perf report: Set PERF_SAMPLE_DATA_SRC bit for Arm SPE eventLeo Yan
2022-04-22perf script: Always allow field 'data_src' for auxtraceLeo Yan
2022-04-22perf clang: Fix header include for LLVM >= 14Guilherme Amadio
2022-04-22tools: Add kmem_cache_alloc_lru()Matthew Wilcox (Oracle)
2022-04-22Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2022-04-22objtool: Fix code relocs vs weak symbolsPeter Zijlstra
2022-04-22objtool: Fix type of reloc::addendPeter Zijlstra
2022-04-21selftest/vm: add skip support to mremap_testSidhartha Kumar
2022-04-21selftest/vm: support xfail in mremap_testSidhartha Kumar
2022-04-21selftest/vm: verify remap destination address in mremap_testSidhartha Kumar
2022-04-21selftest/vm: verify mmap addr in mremap_testSidhartha Kumar
2022-04-21kvm: selftests: introduce and use more page size-related constantsPaolo Bonzini
2022-04-21kvm: selftests: do not use bitfields larger than 32-bits for PTEsPaolo Bonzini
2022-04-21Merge tag 'net-5.18-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2022-04-21KVM: selftests: Silence compiler warning in the kvm_page_table_testThomas Huth
2022-04-20tools/nolibc/string: Implement `strdup()` and `strndup()`Ammar Faizi
2022-04-20tools/nolibc/string: Implement `strnlen()`Ammar Faizi
2022-04-20tools/nolibc/stdlib: Implement `malloc()`, `calloc()`, `realloc()` and `free()`Ammar Faizi
2022-04-20tools/nolibc/types: Implement `offsetof()` and `container_of()` macroAmmar Faizi
2022-04-20tools/nolibc/sys: Implement `mmap()` and `munmap()`Ammar Faizi
2022-04-20tools/nolibc: i386: Implement syscall with 6 argumentsAmmar Faizi
2022-04-20tools/nolibc: Remove .global _start from the entry point codeAmmar Faizi
2022-04-20tools/nolibc: Replace `asm` with `__asm__`Ammar Faizi
2022-04-20tools/nolibc: x86-64: Update System V ABI document linkAmmar Faizi
2022-04-20tools/nolibc/stdlib: only reference the external environ when inlinedWilly Tarreau
2022-04-20tools/nolibc/string: do not use __builtin_strlen() at -O0Willy Tarreau
2022-04-20tools/nolibc: add the nolibc subdir to the common MakefileWilly Tarreau
2022-04-20tools/nolibc: add a makefile to install headersWilly Tarreau
2022-04-20tools/nolibc/types: add poll() and waitpid() flag definitionsWilly Tarreau
2022-04-20tools/nolibc/sys: add syscall definition for getppid()Willy Tarreau
2022-04-20tools/nolibc/string: add strcmp() and strncmp()Willy Tarreau
2022-04-20tools/nolibc/stdio: add support for '%p' to vfprintf()Willy Tarreau
2022-04-20tools/nolibc/stdlib: add a simple getenv() implementationWilly Tarreau
2022-04-20tools/nolibc/stdio: make printf(%s) accept NULLWilly Tarreau
2022-04-20tools/nolibc/stdlib: implement abort()Willy Tarreau
2022-04-20tools/nolibc: also mention how to build by just setting the include pathWilly Tarreau
2022-04-20tools/nolibc/time: create time.h with time()Willy Tarreau
2022-04-20tools/nolibc/signal: move raise() to signal.hWilly Tarreau
2022-04-20tools/nolibc/unistd: add usleep()Willy Tarreau
2022-04-20tools/nolibc/unistd: extract msleep(), sleep(), tcsetpgrp() to unistd.hWilly Tarreau
2022-04-20tools/nolibc/errno: extract errno.h from sys.hWilly Tarreau
2022-04-20tools/nolibc/string: export memset() and memmove()Willy Tarreau
2022-04-20tools/nolibc/types: define PATH_MAX and MAXPATHLENWilly Tarreau
2022-04-20tools/nolibc/arch: mark the _start symbol as weakWilly Tarreau