summaryrefslogtreecommitdiff
path: root/tools/include
AgeCommit message (Expand)AuthorFilesLines
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-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski12-38/+79
2023-01-11nolibc/sys: Implement `getpagesize(2)` functionAmmar Faizi1-0/+21
2023-01-11nolibc/stdlib: Implement `getauxval(3)` functionAmmar Faizi1-0/+27
2023-01-11tools/nolibc: add auxiliary vector retrieval for s390Sven Schnelle1-0/+10
2023-01-11tools/nolibc: add auxiliary vector retrieval for mipsWilly Tarreau1-0/+11
2023-01-11tools/nolibc: add auxiliary vector retrieval for riscvWilly Tarreau1-0/+10
2023-01-11tools/nolibc: add auxiliary vector retrieval for armWilly Tarreau1-0/+13
2023-01-11tools/nolibc: add auxiliary vector retrieval for arm64Willy Tarreau1-0/+7
2023-01-11tools/nolibc: add auxiliary vector retrieval for x86_64Willy Tarreau1-0/+7
2023-01-11tools/nolibc: add auxiliary vector retrieval for i386Willy Tarreau1-0/+7
2023-01-11tools/nolibc: export environ as a weak symbol on s390Sven Schnelle1-0/+4
2023-01-11tools/nolibc: export environ as a weak symbol on riscvWilly Tarreau1-0/+4
2023-01-11tools/nolibc: export environ as a weak symbol on mipsWilly Tarreau1-0/+5
2023-01-11tools/nolibc: export environ as a weak symbol on armWilly Tarreau1-1/+8
2023-01-11tools/nolibc: export environ as a weak symbol on arm64Willy Tarreau1-0/+4
2023-01-11tools/nolibc: export environ as a weak symbol on i386Willy Tarreau1-0/+3
2023-01-11tools/nolibc: export environ as a weak symbol on x86_64Willy Tarreau1-0/+3
2023-01-11tools/nolibc: make errno a weak symbol instead of a static oneWilly Tarreau1-3/+1
2023-01-11tools/nolibc: remove local definitions of O_* flags for open/fcntlWilly Tarreau8-84/+1
2023-01-11tools/nolibc: support thumb mode with frame pointers on ARMWilly Tarreau1-13/+47
2023-01-11tools/nolibc: enable support for thumb1 mode for ARMWilly Tarreau1-4/+10
2023-01-11tools/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
2023-01-09nolibc: add support for s390Sven Schnelle3-0/+226
2023-01-09tools/nolibc: prevent gcc from making memset() loop over itselfWilly Tarreau1-1/+4
2023-01-09tools/nolibc: fix missing includes causing build issues at -O0Willy Tarreau10-0/+29
2023-01-09tools/nolibc: restore mips branch ordering in the _start blockWilly Tarreau1-0/+2
2023-01-09tools/nolibc: Fix S_ISxxx macrosWarner Losh1-7/+7
2023-01-09nolibc: fix fd_set typeSven Schnelle1-23/+30
2023-01-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-29/+50
2023-01-05Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski1-0/+4
2022-12-20tools headers UAPI: Sync linux/kvm.h with the kernel sourcesArnaldo Carvalho de Melo1-1/+12
2022-12-20tools headers UAPI: Sync drm/i915_drm.h with the kernel sourcesArnaldo Carvalho de Melo1-26/+36
2022-12-20bpf: Add flag BPF_F_NO_TUNNEL_KEY to bpf_skb_set_tunnel_key()Christian Ehrig1-0/+4
2022-12-19tools headers UAPI: Sync linux/fscrypt.h with the kernel sourcesArnaldo Carvalho de Melo1-2/+2
2022-12-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds5-60/+208
2022-12-15Merge tag 'x86_core_for_v6.2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+187
2022-12-12Merge remote-tracking branch 'kvm/queue' into HEADPaolo Bonzini4-61/+21
2022-12-09Merge tag 'kvmarm-6.2' of https://git.kernel.org/pub/scm/linux/kernel/git/kvm...Paolo Bonzini1-0/+176
2022-12-09bpf: Rework process_dynptr_funcKumar Kartikeya Dwivedi1-4/+4
2022-12-06tools: add IFLA_XFRM_COLLECT_METADATA to uapi/linux/if_link.hEyal Birger1-0/+1
2022-12-05Merge branch kvm-arm64/selftest/s2-faults into kvmarm-master/nextMarc Zyngier1-0/+176
2022-12-02tools: KVM: selftests: Convert clear/set_bit() to actual atomicsSean Christopherson2-9/+17
2022-12-02tools: Drop "atomic_" prefix from atomic test_and_set_bit()Sean Christopherson1-1/+1
2022-12-02tools: Drop conflicting non-atomic test_and_{clear,set}_bit() helpersSean Christopherson1-34/+0
2022-12-02tools: Take @bit as an "unsigned long" in {clear,set}_bit() helpersSean Christopherson1-2/+2
2022-12-02KVM: Reference to kvm_userspace_memory_region in doc and commentsJavier Martinez Canillas1-3/+3