summaryrefslogtreecommitdiffstats
path: root/tools/include
Commit message (Expand)AuthorAgeFilesLines
* tools headers: Syncronize linux/build_bug.h with the kernel sourcesArnaldo Carvalho de Melo2023-01-181-0/+9
* tools headers UAPI: Sync linux/kvm.h with the kernel sourcesArnaldo Carvalho de Melo2023-01-171-0/+3
* tools/nolibc: fix the O_* fcntl/open macro definitions for riscvWilly Tarreau2023-01-091-7/+7
* tools/nolibc: prevent gcc from making memset() loop over itselfWilly Tarreau2023-01-091-1/+4
* tools/nolibc: fix missing includes causing build issues at -O0Willy Tarreau2023-01-0910-0/+29
* tools/nolibc: restore mips branch ordering in the _start blockWilly Tarreau2023-01-091-0/+2
* tools/nolibc: Fix S_ISxxx macrosWarner Losh2023-01-091-7/+7
* nolibc: fix fd_set typeSven Schnelle2023-01-091-23/+30
* tools headers UAPI: Sync linux/kvm.h with the kernel sourcesArnaldo Carvalho de Melo2022-12-201-1/+12
* tools headers UAPI: Sync drm/i915_drm.h with the kernel sourcesArnaldo Carvalho de Melo2022-12-201-26/+36
* tools headers UAPI: Sync linux/fscrypt.h with the kernel sourcesArnaldo Carvalho de Melo2022-12-191-2/+2
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2022-12-155-60/+208
|\
| * Merge remote-tracking branch 'kvm/queue' into HEADPaolo Bonzini2022-12-124-61/+21
| |\
| | * tools: KVM: selftests: Convert clear/set_bit() to actual atomicsSean Christopherson2022-12-022-9/+17
| | * tools: Drop "atomic_" prefix from atomic test_and_set_bit()Sean Christopherson2022-12-021-1/+1
| | * tools: Drop conflicting non-atomic test_and_{clear,set}_bit() helpersSean Christopherson2022-12-021-34/+0
| | * tools: Take @bit as an "unsigned long" in {clear,set}_bit() helpersSean Christopherson2022-12-021-2/+2
| | * KVM: Reference to kvm_userspace_memory_region in doc and commentsJavier Martinez Canillas2022-12-021-3/+3
| | * KVM: Delete all references to removed KVM_SET_MEMORY_ALIAS ioctlJavier Martinez Canillas2022-12-021-2/+0
| | * KVM: Delete all references to removed KVM_SET_MEMORY_REGION ioctlJavier Martinez Canillas2022-12-021-12/+0
| * | Merge tag 'kvmarm-6.2' of https://git.kernel.org/pub/scm/linux/kernel/git/kvm...Paolo Bonzini2022-12-091-0/+176
| |\ \ | | |/ | |/|
| | * Merge branch kvm-arm64/selftest/s2-faults into kvmarm-master/nextMarc Zyngier2022-12-051-0/+176
| | |\
| | | * tools: Copy bitfield.h from the kernel sourcesRicardo Koller2022-11-101-0/+176
| * | | tools: Add atomic_test_and_set_bit()Peter Gonda2022-11-161-0/+12
| |/ /
* | | Merge tag 'x86_core_for_v6.2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-12-141-0/+187
|\ \ \
| * \ \ Merge tag 'v6.1-rc6' into x86/core, to resolve conflictsIngo Molnar2022-11-217-46/+89
| |\ \ \
| * | | | objtool: Fix find_{symbol,func}_containing()Peter Zijlstra2022-10-171-0/+187
* | | | | bpf: Rework process_dynptr_funcKumar Kartikeya Dwivedi2022-12-081-4/+4
* | | | | tools: add IFLA_XFRM_COLLECT_METADATA to uapi/linux/if_link.hEyal Birger2022-12-051-0/+1
* | | | | bpf: Update bpf_{g,s}etsockopt() documentationJi Rongfeng2022-11-231-10/+13
* | | | | bpf: Support bpf_list_head in map valuesKumar Kartikeya Dwivedi2022-11-141-0/+10
* | | | | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2022-11-111-0/+1
|\ \ \ \ \
| * | | | | bpf: Add hwtstamp field for the sockops progMartin KaFai Lau2022-11-111-0/+1
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-11-102-0/+48
|\ \ \ \ \ \ | |/ / / / / |/| | / / / | | |/ / / | |/| | |
| * | | | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2022-11-032-0/+48
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | tools/headers: Pull in stddef.h to uapi to fix BPF selftests build in CIAndrii Nakryiko2022-11-032-0/+48
| | | |/ | | |/|
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-11-031-7/+10
|\| | |
| * | | Merge tag 'nolibc-urgent.2022.10.28a' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2022-11-011-7/+10
| |\ \ \ | | |/ / | |/| |
| | * | tools/nolibc/string: Fix memcmp() implementationRasmus Villemoes2022-10-281-2/+2
| | * | tools/nolibc: Fix missing strlen() definition and infinite loop with gcc-12Willy Tarreau2022-10-281-5/+8
| | |/
* | | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2022-11-021-1/+49
|\ \ \
| * | | bpf: Implement cgroup storage available to non-cgroup-attached bpf progsYonghong Song2022-10-251-1/+49
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-10-274-39/+30
|\ \ \ \ | | |/ / | |/| |
| * | | tools headers UAPI: Sync linux/perf_event.h with the kernel sourcesArnaldo Carvalho de Melo2022-10-261-8/+19
| * | | tools headers uapi: Sync linux/stat.h with the kernel sourcesArnaldo Carvalho de Melo2022-10-251-1/+3
| * | | tools include UAPI: Sync sound/asound.h copy with the kernel sourcesArnaldo Carvalho de Melo2022-10-251-16/+0
| * | | tools headers uapi: Update linux/in.h copyArnaldo Carvalho de Melo2022-10-251-14/+8
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-10-241-0/+1
|\| | | | |/ / |/| |
| * | tools: include: sync include/api/linux/kvm.hPaolo Bonzini2022-10-221-0/+1
| |/
* | Merge tag 'for-netdev' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/b...Jakub Kicinski2022-10-181-213/+219
|\ \ | |/ |/|