summaryrefslogtreecommitdiffstats
path: root/tools/include
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'net-next-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2023-08-293-18/+145
|\
| * bpf: Add pid filter support for uprobe_multi linkJiri Olsa2023-08-211-0/+1
| * bpf: Add cookies support for uprobe_multi linkJiri Olsa2023-08-211-0/+1
| * bpf: Add multi uprobe linkJiri Olsa2023-08-211-0/+16
| * bpf: Switch BPF_F_KPROBE_MULTI_RETURN macro to enumJiri Olsa2023-08-211-1/+3
| * bpf: Add support for bpf_get_func_ip helper for uprobe programJiri Olsa2023-08-071-1/+6
| * Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-08-031-3/+6
| |\
| | * netfilter: bpf: Support BPF_F_NETFILTER_IP_DEFRAG in netfilter linkDaniel Xu2023-07-281-0/+5
| | * bpf: Support new sign-extension load insnsYonghong Song2023-07-271-0/+1
| | * bpf, net: Support SO_REUSEPORT sockets with bpf_sk_assignLorenz Bauer2023-07-251-3/+0
| * | ynl: regenerate all headersStanislav Fomichev2023-07-281-1/+2
| |/
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-07-209-7/+244
| |\
| * | bpf: sync tools/ uapi header withAlan Maguire2023-07-191-0/+2
| * | bpf: Add fd-based tcx multi-prog infra with link supportDaniel Borkmann2023-07-191-4/+30
| * | bpf: Add generic attach/detach/query API for multi-progsDaniel Borkmann2023-07-191-8/+28
| * | selftests/xsk: add basic multi-buffer testMagnus Karlsson2023-07-191-0/+6
| * | selftests/xsk: transmit and receive multi-buffer packetsMagnus Karlsson2023-07-191-0/+3
| * | xsk: add new netlink attribute dedicated for ZC max fragsMaciej Fijalkowski2023-07-191-0/+1
| * | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-07-131-0/+40
| |\ \
| | * | bpf: Support ->fill_link_info for perf_eventYafang Shao2023-07-111-0/+35
| | * | bpf: Support ->fill_link_info for kprobe_multiYafang Shao2023-07-111-0/+5
* | | | Merge tag 'linux-kselftest-nolibc-6.6-rc1' of git://git.kernel.org/pub/scm/li...Linus Torvalds2023-08-2820-994/+673
|\ \ \ \
| * | | | tools/nolibc: avoid undesired casts in the __sysret() macroWilly Tarreau2023-08-231-14/+13
| * | | | tools/nolibc: keep brk(), sbrk(), mmap() away from __sysret()Willy Tarreau2023-08-231-3/+16
| * | | | tools/nolibc: silence ppc64 compile warningsZhangjin Wu2023-08-231-3/+11
| * | | | tools/nolibc: stackprotector.h: make __stack_chk_init staticZhangjin Wu2023-08-232-4/+3
| * | | | tools/nolibc: add support for powerpc64Zhangjin Wu2023-08-231-0/+16
| * | | | tools/nolibc: add support for powerpcZhangjin Wu2023-08-232-0/+199
| * | | | tools/nolibc: stdint: use __SIZE_TYPE__ for size_tThomas Weißschuh2023-08-231-1/+1
| * | | | tools/nolibc: sys: avoid implicit sign castThomas Weißschuh2023-08-231-1/+1
| * | | | tools/nolibc: setvbuf: avoid unused parameter warningsThomas Weißschuh2023-08-231-1/+4
| * | | | tools/nolibc: fix return type of getpagesize()Thomas Weißschuh2023-08-231-2/+2
| * | | | tools/nolibc: drop unused variablesThomas Weißschuh2023-08-231-1/+0
| * | | | tools/nolibc: add pipe() and pipe2() supportYuan Tan2023-08-231-0/+24
| * | | | tools/nolibc/stdio: add setvbuf() to set buffering modeRyan Roberts2023-08-231-0/+24
| * | | | tools/nolibc: s390: shrink _start with _start_cZhangjin Wu2023-08-231-31/+5
| * | | | tools/nolibc: riscv: shrink _start with _start_cZhangjin Wu2023-08-231-39/+5
| * | | | tools/nolibc: loongarch: shrink _start with _start_cZhangjin Wu2023-08-231-40/+4
| * | | | tools/nolibc: mips: shrink _start with _start_cZhangjin Wu2023-08-231-38/+8
| * | | | tools/nolibc: x86_64: shrink _start with _start_cZhangjin Wu2023-08-231-23/+6
| * | | | tools/nolibc: i386: shrink _start with _start_cZhangjin Wu2023-08-231-27/+7
| * | | | tools/nolibc: aarch64: shrink _start with _start_cZhangjin Wu2023-08-231-23/+4
| * | | | tools/nolibc: arm: shrink _start with _start_cZhangjin Wu2023-08-231-39/+5
| * | | | tools/nolibc: crt.h: initialize stack protectorZhangjin Wu2023-08-231-0/+4
| * | | | tools/nolibc: stackprotector.h: add empty __stack_chk_init for !_NOLIBC_STACK...Zhangjin Wu2023-08-231-0/+2
| * | | | tools/nolibc: add new crt.h with _start_cZhangjin Wu2023-08-232-0/+58
| * | | | tools/nolibc: remove the old sys_stat supportZhangjin Wu2023-08-239-248/+13
| * | | | tools/nolibc: fix up startup failures for -O0 under gcc < 11.1.0Zhangjin Wu2023-08-238-8/+8
| * | | | tools/nolibc: arch-*.h: add missing space after ','Zhangjin Wu2023-08-238-8/+8
| * | | | tools/nolibc: completely remove optional environ supportThomas Weißschuh2023-08-231-10/+2