index
:
linux.git
dev
master
v4.9.13
Unnamed repository; edit this file 'description' to name the repository.
Lucas Castro
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
include
Age
Commit message (
Expand
)
Author
2023-02-06
tools: fix ARRAY_SIZE defines in tools and selftests hdrs
Shuah Khan
2023-01-18
tools/nolibc: fix the O_* fcntl/open macro definitions for riscv
Willy Tarreau
2023-01-18
tools/nolibc: restore mips branch ordering in the _start block
Willy Tarreau
2023-01-18
tools/nolibc: Remove .global _start from the entry point code
Ammar Faizi
2023-01-18
tools/nolibc/arch: mark the _start symbol as weak
Willy Tarreau
2023-01-18
tools/nolibc/arch: split arch-specific code into individual files
Willy Tarreau
2023-01-18
tools/nolibc/types: split syscall-specific definitions into their own files
Willy Tarreau
2023-01-18
tools/nolibc/std: move the standard type definitions to std.h
Willy Tarreau
2023-01-18
tools/nolibc: use pselect6 on RISCV
Willy Tarreau
2023-01-18
tools/nolibc: x86-64: Use `mov $60,%eax` instead of `mov $60,%rax`
Ammar Faizi
2023-01-18
tools/nolibc: x86: Remove `r8`, `r9` and `r10` from the clobber list
Ammar Faizi
2022-12-31
tools/include: Add _RET_IP_ and math definitions to kernel.h
Karolina Drobnik
2022-11-10
tools/nolibc/string: Fix memcmp() implementation
Rasmus Villemoes
2022-09-23
tools/include/uapi: Fix <asm/errno.h> for parisc and xtensa
Ben Hutchings
2022-08-11
selftests/bpf: Extend verifier and bpf_sock tests for dst_port loads
Jakub Sitnicki
2022-07-23
objtool: Re-add UNWIND_HINT_{SAVE_RESTORE}
Josh Poimboeuf
2022-07-23
objtool: Add entry UNRET validation
Peter Zijlstra
2022-04-08
bpf: Fix comment for helper bpf_current_task_under_cgroup()
Hengqi Chen
2022-02-08
tools include UAPI: Sync sound/asound.h copy with the kernel sources
Arnaldo Carvalho de Melo
2022-01-27
tools/nolibc: fix incorrect truncation of exit code
Willy Tarreau
2022-01-27
tools/nolibc: i386: fix initial stack alignment
Willy Tarreau
2022-01-27
tools/nolibc: x86-64: Fix startup code bug
Ammar Faizi
2021-11-18
x86/insn: Use get_unaligned() instead of memcpy()
Borislav Petkov
2021-10-05
tools include UAPI: Sync sound/asound.h copy with the kernel sources
Arnaldo Carvalho de Melo
2021-09-13
tools: compiler-gcc.h: Guard error attribute use with __has_attribute
Nathan Chancellor
2021-09-13
Merge branch 'gcc-min-version-5.1' (make gcc-5.1 the minimum version)
Linus Torvalds
2021-09-13
compiler-gcc.h: drop checks for older GCC versions
Nick Desaulniers
2021-09-13
compiler.h: drop fallback overflow checkers
Nick Desaulniers
2021-09-11
tools headers UAPI: Update tools's copy of drm.h headers
Arnaldo Carvalho de Melo
2021-09-11
tools headers UAPI: Sync drm/i915_drm.h with the kernel sources
Arnaldo Carvalho de Melo
2021-09-11
tools headers UAPI: Sync linux/fs.h with the kernel sources
Arnaldo Carvalho de Melo
2021-09-11
tools headers UAPI: Sync linux/in.h copy with the kernel sources
Arnaldo Carvalho de Melo
2021-09-10
tools include UAPI: Update linux/mount.h copy
Arnaldo Carvalho de Melo
2021-09-10
tools headers UAPI: Sync linux/prctl.h with the kernel sources
Arnaldo Carvalho de Melo
2021-09-10
tools include UAPI: Sync sound/asound.h copy with the kernel sources
Arnaldo Carvalho de Melo
2021-09-10
tools headers UAPI: Sync linux/kvm.h with the kernel sources
Arnaldo Carvalho de Melo
2021-09-10
tools headers UAPI: Sync files changed by new process_mrelease syscall and th...
Arnaldo Carvalho de Melo
2021-09-08
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2021-09-08
tools: rename bitmap_alloc() to bitmap_zalloc()
Andy Shevchenko
2021-09-05
Merge tag 'perf-tools-for-v5.15-2021-09-04' of git://git.kernel.org/pub/scm/l...
Linus Torvalds
2021-08-31
Merge tag 'net-next-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
2021-08-30
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
2021-08-27
ipv6: add IFLA_INET6_RA_MTU to expose mtu value
Rocco Yue
2021-08-25
bpf: Add bpf_task_pt_regs() helper
Daniel Xu
2021-08-24
tools: include: Add ethtool_drvinfo definition to UAPI header
Kumar Kartikeya Dwivedi
2021-08-23
bpf: Migrate cgroup_bpf to internal cgroup_bpf_attach_type enum
Dave Marchevsky
2021-08-19
tools: Add sparse context/locking annotations in compiler-types.h
Riccardo Mancini
2021-08-17
bpf: Add bpf_get_attach_cookie() BPF helper to access bpf_cookie value
Andrii Nakryiko
2021-08-17
bpf: Allow to specify user-provided bpf_cookie for BPF perf links
Andrii Nakryiko
2021-08-17
bpf: Implement minimal BPF perf link
Andrii Nakryiko
[next]