summaryrefslogtreecommitdiff
path: root/tools/include
AgeCommit message (Expand)Author
2023-12-13tools headers UAPI: Sync linux/perf_event.h with the kernel sourcesNamhyung Kim
2023-10-25perf: Add irq and exception return branch typesAnshuman Khandual
2023-10-06bpf: Fix BTF_ID symbol generation collision in tools/Nick Desaulniers
2023-10-06bpf: Clarify error expectations from bpf_clone_redirectStanislav Fomichev
2023-08-26x86/ibt: Add ANNOTATE_NOENDBRPeter Zijlstra
2023-08-26objtool: Add frame-pointer-specific function ignoreJosh Poimboeuf
2023-06-05Bonding: add arp_missed_max optionHangbin Liu
2023-03-17tools include: add dis-asm-compat.h to handle version differencesAndres Freund
2023-02-06tools: fix ARRAY_SIZE defines in tools and selftests hdrsShuah Khan
2023-01-18tools/nolibc: fix the O_* fcntl/open macro definitions for riscvWilly Tarreau
2023-01-18tools/nolibc: restore mips branch ordering in the _start blockWilly Tarreau
2023-01-18tools/nolibc: Remove .global _start from the entry point codeAmmar Faizi
2023-01-18tools/nolibc/arch: mark the _start symbol as weakWilly Tarreau
2023-01-18tools/nolibc/arch: split arch-specific code into individual filesWilly Tarreau
2023-01-18tools/nolibc/types: split syscall-specific definitions into their own filesWilly Tarreau
2023-01-18tools/nolibc/std: move the standard type definitions to std.hWilly Tarreau
2023-01-18tools/nolibc: use pselect6 on RISCVWilly Tarreau
2023-01-18tools/nolibc: x86-64: Use `mov $60,%eax` instead of `mov $60,%rax`Ammar Faizi
2023-01-18tools/nolibc: x86: Remove `r8`, `r9` and `r10` from the clobber listAmmar Faizi
2022-12-31tools/include: Add _RET_IP_ and math definitions to kernel.hKarolina Drobnik
2022-11-10tools/nolibc/string: Fix memcmp() implementationRasmus Villemoes
2022-09-23tools/include/uapi: Fix <asm/errno.h> for parisc and xtensaBen Hutchings
2022-08-11selftests/bpf: Extend verifier and bpf_sock tests for dst_port loadsJakub Sitnicki
2022-07-23objtool: Re-add UNWIND_HINT_{SAVE_RESTORE}Josh Poimboeuf
2022-07-23objtool: Add entry UNRET validationPeter Zijlstra
2022-04-08bpf: Fix comment for helper bpf_current_task_under_cgroup()Hengqi Chen
2022-02-08tools include UAPI: Sync sound/asound.h copy with the kernel sourcesArnaldo Carvalho de Melo
2022-01-27tools/nolibc: fix incorrect truncation of exit codeWilly Tarreau
2022-01-27tools/nolibc: i386: fix initial stack alignmentWilly Tarreau
2022-01-27tools/nolibc: x86-64: Fix startup code bugAmmar Faizi
2021-11-18x86/insn: Use get_unaligned() instead of memcpy()Borislav Petkov
2021-10-05tools include UAPI: Sync sound/asound.h copy with the kernel sourcesArnaldo Carvalho de Melo
2021-09-13tools: compiler-gcc.h: Guard error attribute use with __has_attributeNathan Chancellor
2021-09-13Merge branch 'gcc-min-version-5.1' (make gcc-5.1 the minimum version)Linus Torvalds
2021-09-13compiler-gcc.h: drop checks for older GCC versionsNick Desaulniers
2021-09-13compiler.h: drop fallback overflow checkersNick Desaulniers
2021-09-11tools headers UAPI: Update tools's copy of drm.h headersArnaldo Carvalho de Melo
2021-09-11tools headers UAPI: Sync drm/i915_drm.h with the kernel sourcesArnaldo Carvalho de Melo
2021-09-11tools headers UAPI: Sync linux/fs.h with the kernel sourcesArnaldo Carvalho de Melo
2021-09-11tools headers UAPI: Sync linux/in.h copy with the kernel sourcesArnaldo Carvalho de Melo
2021-09-10tools include UAPI: Update linux/mount.h copyArnaldo Carvalho de Melo
2021-09-10tools headers UAPI: Sync linux/prctl.h with the kernel sourcesArnaldo Carvalho de Melo
2021-09-10tools include UAPI: Sync sound/asound.h copy with the kernel sourcesArnaldo Carvalho de Melo
2021-09-10tools headers UAPI: Sync linux/kvm.h with the kernel sourcesArnaldo Carvalho de Melo
2021-09-10tools headers UAPI: Sync files changed by new process_mrelease syscall and th...Arnaldo Carvalho de Melo
2021-09-08Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-09-08tools: rename bitmap_alloc() to bitmap_zalloc()Andy Shevchenko
2021-09-05Merge tag 'perf-tools-for-v5.15-2021-09-04' of git://git.kernel.org/pub/scm/l...Linus Torvalds
2021-08-31Merge tag 'net-next-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2021-08-30Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski