summaryrefslogtreecommitdiffstats
path: root/tools/include
Commit message (Expand)AuthorAgeFilesLines
* Bonding: add arp_missed_max optionHangbin Liu2023-06-051-0/+1
* tools include: add dis-asm-compat.h to handle version differencesAndres Freund2023-03-171-0/+55
* tools: fix ARRAY_SIZE defines in tools and selftests hdrsShuah Khan2023-02-061-0/+2
* tools/nolibc: fix the O_* fcntl/open macro definitions for riscvWilly Tarreau2023-01-181-7/+7
* tools/nolibc: restore mips branch ordering in the _start blockWilly Tarreau2023-01-181-0/+2
* tools/nolibc: Remove .global _start from the entry point codeAmmar Faizi2023-01-186-6/+0
* tools/nolibc/arch: mark the _start symbol as weakWilly Tarreau2023-01-186-0/+6
* tools/nolibc/arch: split arch-specific code into individual filesWilly Tarreau2023-01-188-1186/+1266
* tools/nolibc/types: split syscall-specific definitions into their own filesWilly Tarreau2023-01-182-108/+135
* tools/nolibc/std: move the standard type definitions to std.hWilly Tarreau2023-01-182-37/+54
* tools/nolibc: use pselect6 on RISCVWilly Tarreau2023-01-181-0/+3
* tools/nolibc: x86-64: Use `mov $60,%eax` instead of `mov $60,%rax`Ammar Faizi2023-01-181-1/+1
* tools/nolibc: x86: Remove `r8`, `r9` and `r10` from the clobber listAmmar Faizi2023-01-181-14/+19
* tools/include: Add _RET_IP_ and math definitions to kernel.hKarolina Drobnik2022-12-311-0/+6
* tools/nolibc/string: Fix memcmp() implementationRasmus Villemoes2022-11-101-2/+2
* tools/include/uapi: Fix <asm/errno.h> for parisc and xtensaBen Hutchings2022-09-231-2/+2
* selftests/bpf: Extend verifier and bpf_sock tests for dst_port loadsJakub Sitnicki2022-08-111-1/+2
* objtool: Re-add UNWIND_HINT_{SAVE_RESTORE}Josh Poimboeuf2022-07-231-2/+4
* objtool: Add entry UNRET validationPeter Zijlstra2022-07-231-0/+3
* bpf: Fix comment for helper bpf_current_task_under_cgroup()Hengqi Chen2022-04-081-2/+2
* tools include UAPI: Sync sound/asound.h copy with the kernel sourcesArnaldo Carvalho de Melo2022-02-081-1/+3
* tools/nolibc: fix incorrect truncation of exit codeWilly Tarreau2022-01-271-8/+5
* tools/nolibc: i386: fix initial stack alignmentWilly Tarreau2022-01-271-1/+9
* tools/nolibc: x86-64: Fix startup code bugAmmar Faizi2022-01-271-2/+8
* x86/insn: Use get_unaligned() instead of memcpy()Borislav Petkov2021-11-181-0/+23
* tools include UAPI: Sync sound/asound.h copy with the kernel sourcesArnaldo Carvalho de Melo2021-10-051-0/+1
* tools: compiler-gcc.h: Guard error attribute use with __has_attributeNathan Chancellor2021-09-131-1/+3
* Merge branch 'gcc-min-version-5.1' (make gcc-5.1 the minimum version)Linus Torvalds2021-09-132-144/+4
|\
| * compiler-gcc.h: drop checks for older GCC versionsNick Desaulniers2021-09-131-3/+1
| * compiler.h: drop fallback overflow checkersNick Desaulniers2021-09-132-141/+3
* | tools headers UAPI: Update tools's copy of drm.h headersArnaldo Carvalho de Melo2021-09-111-2/+12
* | tools headers UAPI: Sync drm/i915_drm.h with the kernel sourcesArnaldo Carvalho de Melo2021-09-111-81/+417
* | tools headers UAPI: Sync linux/fs.h with the kernel sourcesArnaldo Carvalho de Melo2021-09-111-0/+1
* | tools headers UAPI: Sync linux/in.h copy with the kernel sourcesArnaldo Carvalho de Melo2021-09-111-10/+32
* | tools include UAPI: Update linux/mount.h copyArnaldo Carvalho de Melo2021-09-101-1/+2
* | tools headers UAPI: Sync linux/prctl.h with the kernel sourcesArnaldo Carvalho de Melo2021-09-101-5/+7
* | tools include UAPI: Sync sound/asound.h copy with the kernel sourcesArnaldo Carvalho de Melo2021-09-101-0/+1
* | tools headers UAPI: Sync linux/kvm.h with the kernel sourcesArnaldo Carvalho de Melo2021-09-101-4/+7
* | tools headers UAPI: Sync files changed by new process_mrelease syscall and th...Arnaldo Carvalho de Melo2021-09-101-6/+8
|/
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-09-081-2/+2
|\
| * tools: rename bitmap_alloc() to bitmap_zalloc()Andy Shevchenko2021-09-081-2/+2
* | Merge tag 'perf-tools-for-v5.15-2021-09-04' of git://git.kernel.org/pub/scm/l...Linus Torvalds2021-09-051-0/+18
|\ \
| * | tools: Add sparse context/locking annotations in compiler-types.hRiccardo Mancini2021-08-191-0/+18
| |/
* | Merge tag 'net-next-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2021-08-313-5/+169
|\ \
| * \ Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2021-08-302-1/+86
| |\ \
| | * | bpf: Add bpf_task_pt_regs() helperDaniel Xu2021-08-251-0/+7
| | * | tools: include: Add ethtool_drvinfo definition to UAPI headerKumar Kartikeya Dwivedi2021-08-241-0/+53
| | * | bpf: Migrate cgroup_bpf to internal cgroup_bpf_attach_type enumDave Marchevsky2021-08-231-1/+1
| | * | bpf: Add bpf_get_attach_cookie() BPF helper to access bpf_cookie valueAndrii Nakryiko2021-08-171-0/+16
| | * | bpf: Allow to specify user-provided bpf_cookie for BPF perf linksAndrii Nakryiko2021-08-171-0/+7