aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-03-10Merge tag 'perf-tools-fixes-for-v6.3-1-2023-03-09' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linuxLinus Torvalds7-1/+28
2023-03-09Merge tag 'net-6.3-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds1-1/+1
2023-03-07ynl: re-license uniformly under GPL-2.0 OR BSD-3-ClauseJakub Kicinski1-1/+1
2023-03-06tools headers UAPI: Sync linux/perf_event.h with the kernel sourcesArnaldo Carvalho de Melo1-0/+3
2023-03-06tools include UAPI: Sync linux/vhost.h with the kernel sourcesArnaldo Carvalho de Melo1-0/+8
2023-03-03tools headers kvm: Sync uapi/{asm/linux} kvm.h headers with the kernel sourcesArnaldo Carvalho de Melo1-0/+9
2023-03-03tools include UAPI: Synchronize linux/fcntl.h with the kernel sourcesArnaldo Carvalho de Melo1-0/+1
2023-03-03tools headers: Synchronize {linux,vdso}/bits.h with the kernel sourcesArnaldo Carvalho de Melo2-1/+1
2023-03-03tools headers UAPI: Sync linux/prctl.h with the kernel sourcesArnaldo Carvalho de Melo1-0/+6
2023-03-02Merge tag 'objtool-core-2023-03-02' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-4/+7
2023-02-27Merge tag 'net-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds1-1/+1
2023-02-24netdev-genl: fix repeated typo oflloading -> offloadingTariq Toukan1-1/+1
2023-02-23Merge tag 'nolibc.2023.02.06a' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcuLinus Torvalds11-200/+526
2023-02-23Merge branch 'linus' into objtool/core, to pick up Xen dependenciesIngo Molnar14-38/+91
2023-02-17bpf: Add BPF_FIB_LOOKUP_SKIP_NEIGH for bpf_fib_lookupMartin KaFai Lau1-0/+6
2023-02-15selftests/bpf: Fix build error for LoongArchTiezhu Yang1-0/+2
2023-02-13bpf: Add basic bpf_rb_{root,node} supportDave Marchevsky1-0/+11
2023-02-11x86/unwind/orc: Add 'signal' field to ORC metadataJosh Poimboeuf1-4/+7
2023-02-03bpf: fix typo in header for bpf_perf_prog_read_valueFlorian Lehner1-1/+1
2023-02-02netdev-genl: create a simple family for netdev stuffJakub Kicinski1-0/+59
2023-02-02tools/bpf: Use tab instead of white spaces to sync bpf.hTiezhu Yang1-2/+2
2023-01-28Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski1-0/+12
2023-01-23bpf: Introduce device-bound XDP programsStanislav Fomichev1-0/+5
2023-01-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-0/+12
2023-01-18tools headers: Syncronize linux/build_bug.h with the kernel sourcesArnaldo Carvalho de Melo1-0/+9
2023-01-17tools headers UAPI: Sync linux/kvm.h with the kernel sourcesArnaldo Carvalho de Melo1-0/+3
2023-01-15bpf: Add ipip6 and ip6ip decap support for bpf_skb_adjust_room()Ziyang Xuan1-0/+7
2023-01-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski12-38/+79
2023-01-10nolibc/sys: Implement `getpagesize(2)` functionAmmar Faizi1-0/+21
2023-01-10nolibc/stdlib: Implement `getauxval(3)` functionAmmar Faizi1-0/+27
2023-01-10tools/nolibc: add auxiliary vector retrieval for s390Sven Schnelle1-0/+10
2023-01-10tools/nolibc: add auxiliary vector retrieval for mipsWilly Tarreau1-0/+11
2023-01-10tools/nolibc: add auxiliary vector retrieval for riscvWilly Tarreau1-0/+10
2023-01-10tools/nolibc: add auxiliary vector retrieval for armWilly Tarreau1-0/+13
2023-01-10tools/nolibc: add auxiliary vector retrieval for arm64Willy Tarreau1-0/+7
2023-01-10tools/nolibc: add auxiliary vector retrieval for x86_64Willy Tarreau1-0/+7
2023-01-10tools/nolibc: add auxiliary vector retrieval for i386Willy Tarreau1-0/+7
2023-01-10tools/nolibc: export environ as a weak symbol on s390Sven Schnelle1-0/+4
2023-01-10tools/nolibc: export environ as a weak symbol on riscvWilly Tarreau1-0/+4
2023-01-10tools/nolibc: export environ as a weak symbol on mipsWilly Tarreau1-0/+5
2023-01-10tools/nolibc: export environ as a weak symbol on armWilly Tarreau1-1/+8
2023-01-10tools/nolibc: export environ as a weak symbol on arm64Willy Tarreau1-0/+4
2023-01-10tools/nolibc: export environ as a weak symbol on i386Willy Tarreau1-0/+3
2023-01-10tools/nolibc: export environ as a weak symbol on x86_64Willy Tarreau1-0/+3
2023-01-10tools/nolibc: make errno a weak symbol instead of a static oneWilly Tarreau1-3/+1
2023-01-10tools/nolibc: remove local definitions of O_* flags for open/fcntlWilly Tarreau8-84/+1
2023-01-10tools/nolibc: support thumb mode with frame pointers on ARMWilly Tarreau1-13/+47
2023-01-10tools/nolibc: enable support for thumb1 mode for ARMWilly Tarreau1-4/+10
2023-01-10tools/nolibc: make compiler and assembler agree on the section around _startWilly Tarreau7-133/+135
2023-01-09tools/nolibc: fix the O_* fcntl/open macro definitions for riscvWilly Tarreau1-7/+7