summaryrefslogtreecommitdiffstats
path: root/tools/include
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | | tools/nolibc: riscv: Fix up load/store instructions for rv32Zhangjin Wu2023-06-091-5/+9
| * | | | tools/nolibc: remove LINUX_REBOOT_ constantsThomas Weißschuh2023-06-092-8/+1
| * | | | tools/nolibc: s390: provide custom implementation for sys_forkThomas Weißschuh2023-06-092-0/+11
| * | | | tools/nolibc: use C89 comment syntaxThomas Weißschuh2023-06-0910-149/+149
| * | | | tools/nolibc: use __inline__ syntaxThomas Weißschuh2023-06-091-9/+9
| * | | | tools/nolibc: use standard __asm__ statementsThomas Weißschuh2023-06-091-2/+2
| * | | | tools/nolibc: Fix build of stdio.h due to header orderingMark Brown2023-06-091-1/+1
| * | | | tools/nolibc: implement fd-based FILE streamsThomas Weißschuh2023-06-091-27/+68
| * | | | tools/nolibc: add wrapper for memfd_createThomas Weißschuh2023-06-091-0/+23
| | |/ / | |/| |
* | | | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-06-071-0/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | bpf: netfilter: Add BPF_NETFILTER bpf_attach_typeFlorian Westphal2023-06-051-0/+1
| | |/ | |/|
* | | tools headers UAPI: Sync the linux/in.h with the kernel sourcesArnaldo Carvalho de Melo2023-05-261-0/+1
* | | perf cs-etm: Copy kernel coresight-pmu.h headerJames Clark2023-05-261-13/+0
|/ /
* | tools headers: Update the copy of x86's mem{cpy,set}_64.S used in 'perf bench'Arnaldo Carvalho de Melo2023-05-171-2/+1
* | tools headers UAPI: Sync linux/prctl.h with the kernel sourcesArnaldo Carvalho de Melo2023-05-161-0/+2
* | tools headers kvm: Sync uapi/{asm/linux} kvm.h headers with the kernel sourcesYanteng Si2023-05-101-2/+10
* | tools include UAPI: Sync the sound/asound.h copy with the kernel sourcesYanteng Si2023-05-101-4/+10
* | tools headers UAPI: Sync the linux/const.h with the kernel headersYanteng Si2023-05-101-1/+1
* | tools headers UAPI: Sync the i915_drm.h with the kernel sourcesYanteng Si2023-05-101-1/+24
* | tools headers UAPI: Sync the drm/drm.h with the kernel sourcesYanteng Si2023-05-101-2/+55