summaryrefslogtreecommitdiffstats
path: root/tools/include
Commit message (Expand)AuthorAgeFilesLines
* mm: make PR_MDWE_REFUSE_EXEC_GAIN an unsigned longFlorent Revest2023-11-281-1/+1
* maple_tree: add GFP_KERNEL to allocations in mas_expected_entries()Liam R. Howlett2023-11-021-0/+40
* bpf: Fix BTF_ID symbol generation collision in tools/Nick Desaulniers2023-10-061-1/+1
* memblock tests: fix warning ‘struct seq_file’ declared inside parameter listMike Rapoport (IBM)2023-10-061-0/+2
* memblock tests: fix warning: "__ALIGN_KERNEL" redefinedMike Rapoport (IBM)2023-10-061-2/+0
* bpf: Clarify error expectations from bpf_clone_redirectStanislav Fomichev2023-10-061-1/+3
* memblock tests: Fix compilation errors.Rong Tao2023-10-061-1/+1
* tools/nolibc: fix up startup failures for -O0 under gcc < 11.1.0Zhangjin Wu2023-09-138-8/+8
* tools/nolibc: arch-*.h: add missing space after ','Zhangjin Wu2023-09-138-8/+8
* tools include UAPI: Sync the sound/asound.h copy with the kernel sourcesArnaldo Carvalho de Melo2023-07-141-2/+79
* tools include UAPI: Sync linux/vhost.h with the kernel sourcesArnaldo Carvalho de Melo2023-07-141-0/+31
* tools headers UAPI: Sync linux/prctl.h with the kernel sourcesArnaldo Carvalho de Melo2023-07-111-0/+11
* tools include UAPI: Sync linux/mount.h copy with the kernel sourcesArnaldo Carvalho de Melo2023-07-111-1/+2
* tools headers UAPI: Sync linux/kvm.h with the kernel sourcesArnaldo Carvalho de Melo2023-07-111-1/+5
* tools headers uapi: Sync linux/fcntl.h with the kernel sourcesArnaldo Carvalho de Melo2023-07-111-0/+5
* tools headers UAPI: Sync files changed by new cachestat syscall with the kern...Arnaldo Carvalho de Melo2023-07-112-1/+18
* tools headers UAPI: Sync drm/i915_drm.h with the kernel sourcesArnaldo Carvalho de Melo2023-07-111-2/+93
* Merge tag 'asm-generic-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-07-063-106/+43
|\
| * syscalls: Remove file path comments from headersSohil Mehta2023-06-221-99/+30
| * asm-generic: Unify uapi bitsperlong.h for arm64, riscv and loongarchTiezhu Yang2023-06-222-7/+13
* | Merge tag 'net-next-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2023-06-282-3/+31
|\ \
| * \ Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-06-241-3/+18
| |\ \
| | * | bpf: Add table ID to bpf_fib_lookup BPF helperLouis DeLosSantos2023-06-011-3/+18
| * | | net: core: add getsockopt SO_PEERPIDFDAlexander Mikhalitsyn2023-06-121-0/+1
| * | | scm: add SO_PASSPIDFD and SCM_PIDFDAlexander Mikhalitsyn2023-06-121-0/+2
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-06-081-0/+1
| |\ \ \
| * \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-06-012-13/+1
| |\ \ \ \ | | |_|/ / | |/| | |
| * | | | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-05-261-0/+10
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | bpf: Support O_PATH FDs in BPF_OBJ_PIN and BPF_OBJ_GET commandsAndrii Nakryiko2023-05-231-0/+10
* | | | | Merge tag 'nolibc.2023.06.22a' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-06-2720-264/+486
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | tools/nolibc: open: fix up compile warning for armZhangjin Wu2023-06-091-1/+1
| * | | | tools/nolibc: arm: add missing my_syscall6Zhangjin Wu2023-06-091-0/+23
| * | | | selftests/nolibc: not include limits.h for nolibcZhangjin Wu2023-06-091-0/+14
| * | | | tools/nolibc: ensure fast64 integer types have 64 bitsThomas Weißschuh2023-06-091-5/+5
| * | | | tools/nolibc: ppoll/ppoll_time64: add a missing argumentZhangjin Wu2023-06-091-1/+1
| * | | | tools/nolibc: support nanoseconds in stat()Thomas Weißschuh2023-06-092-33/+39
| * | | | tools/nolibc: add support for prctl()Thomas Weißschuh2023-06-091-0/+27
| * | | | tools/nolibc: s390: disable stackprotector in _startThomas Weißschuh2023-06-091-1/+3
| * | | | tools/nolibc: fix segfaults on compilers without attribute no_stack_protectorThomas Weißschuh2023-06-099-8/+18
| * | | | tools/nolibc: add autodetection for stackprotector supportThomas Weißschuh2023-06-0910-28/+40
| * | | | tools/nolibc: reformat list of headers to be installedThomas Weißschuh2023-06-091-2/+16
| * | | | tools/nolibc: ensure stack protector guard is never zeroThomas Weißschuh2023-06-091-2/+3
| * | | | tools/nolibc: x86_64: disable stack protector for _startThomas Weißschuh2023-06-091-1/+1
| * | | | tools/nolibc: fix typo pint -> pointThomas Weißschuh2023-06-091-1/+1
| * | | | tools/nolibc: riscv: add stackprotector supportThomas Weißschuh2023-06-091-1/+6
| * | | | tools/nolibc: mips: add stackprotector supportThomas Weißschuh2023-06-091-1/+7
| * | | | tools/nolibc: loongarch: add stackprotector supportThomas Weißschuh2023-06-091-1/+6
| * | | | tools/nolibc: arm: add stackprotector supportThomas Weißschuh2023-06-091-1/+6
| * | | | tools/nolibc: aarch64: add stackprotector supportThomas Weißschuh2023-06-091-1/+6
| * | | | tools/nolibc/unistd: add syscall()Thomas Weißschuh2023-06-091-0/+15