summaryrefslogtreecommitdiffstats
path: root/tools/include
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2021-12-101-2/+103
| |\ \ \ \
| | * | | | bpf: Pass a set of bpf_core_relo-s to prog_load command.Alexei Starovoitov2021-12-021-1/+58
| | * | | | bpf: Define enum bpf_core_relo_kind as uapi.Alexei Starovoitov2021-12-021-0/+19
| | * | | | bpf: Add bpf_loop helperJoanne Koong2021-11-301-0/+25
| | * | | | bpf: Change value of MAX_TAIL_CALL_CNT from 32 to 33Tiezhu Yang2021-11-161-1/+1
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-12-097-176/+0
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-12-022-21/+26
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| * | | | | Bonding: add arp_missed_max optionHangbin Liu2021-11-301-0/+1
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-11-262-37/+286
| |\ \ \ \ \
| * \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-11-184-3/+249
| |\ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | / | | | |_|_|/ | | |/| | |
| * | | | | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2021-11-152-1/+23
| |\ \ \ \ \
| | * | | | | bpf: Support BTF_KIND_TYPE_TAG for btf_type_tag attributesYonghong Song2021-11-111-1/+2
| | * | | | | bpf: Add ingress_ifindex to bpf_sk_lookupMark Pashmfouroush2021-11-101-0/+1
| | * | | | | bpf: Introduce helper bpf_find_vmaSong Liu2021-11-071-0/+20
* | | | | | | Merge tag 'linux-kselftest-next-5.17-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2022-01-101-0/+2
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | tools: fix ARRAY_SIZE defines in tools and selftests hdrsShuah Khan2021-12-101-0/+2
| | |_|_|_|/ | |/| | | |
* / | | | | tools/lib/lockdep: drop leftover liblockdep headersSasha Levin2021-12-097-176/+0
|/ / / / /
* | | | / tools: Fix math.h breakageMatthew Wilcox (Oracle)2021-11-302-21/+26
| |_|_|/ |/| | |
* | | | Merge tag 'net-5.16-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2021-11-261-34/+259
|\ \ \ \
| * | | | tools: sync uapi/linux/if_link.h headerEric Dumazet2021-11-231-34/+259
| | |_|/ | |/| |
* / | | tools headers UAPI: Sync linux/kvm.h with the kernel sourcesArnaldo Carvalho de Melo2021-11-181-3/+27
|/ / /
* | | tools headers UAPI: Sync drm/i915_drm.h with the kernel sourcesArnaldo Carvalho de Melo2021-11-131-1/+241
* | | tools headers UAPI: Sync sound/asound.h with the kernel sourcesArnaldo Carvalho de Melo2021-11-131-1/+1
* | | tools headers UAPI: Sync linux/prctl.h with the kernel sourcesArnaldo Carvalho de Melo2021-11-131-0/+3
* | | tools headers UAPI: Sync files changed by new futex_waitv syscallArnaldo Carvalho de Melo2021-11-131-1/+4
|/ /
* | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2021-11-101-1/+1
|\ \
| * | arm64: mte: change PR_MTE_TCF_NONE back into an unsigned longPeter Collingbourne2021-11-081-1/+1
* | | Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo2021-11-065-26/+159
|\ \ \ | | |/ | |/|
| * | Merge tag 'net-next-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-11-022-23/+108
| |\ \
| | * \ Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2021-11-012-4/+38
| | |\ \
| | | * | bpf: Add alignment padding for "map_extra" + consolidate holesJoanne Koong2021-11-011-0/+1
| | | * | bpf: Add bpf_kallsyms_lookup_name helperKumar Kartikeya Dwivedi2021-10-281-0/+16
| | | * | bpf: Add bloom filter map implementationJoanne Koong2021-10-281-0/+9
| | | * | bpf: Add verified_insns to bpf_prog_info and fdinfoDave Marchevsky2021-10-211-0/+1
| | | * | bpf: Add bpf_skc_to_unix_sock() helperHengqi Chen2021-10-211-0/+7
| | | * | bpf: Rename BTF_KIND_TAG to BTF_KIND_DECL_TAGYonghong Song2021-10-181-4/+4
| | * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-10-071-0/+1
| | |\ \ \ | | | |/ / | | |/| |
| | * | | bpf: Clarify data_len param in bpf_snprintf and bpf_seq_printf commentsDave Marchevsky2021-09-171-2/+3
| | * | | bpf: Add bpf_trace_vprintk helperDave Marchevsky2021-09-171-0/+11
| | * | | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2021-09-172-21/+60
| | |\ \ \ | | | |_|/ | | |/| |
| | | * | bpf: Update bpf_get_smp_processor_id() documentationMatteo Croce2021-09-151-1/+1
| | | * | bpf: Support for new btf kind BTF_KIND_TAGYonghong Song2021-09-141-1/+13
| | | * | btf: Change BTF_KIND_* macros to enumsYonghong Song2021-09-141-19/+22
| | | * | bpf: Introduce helper bpf_get_branch_snapshotSong Liu2021-09-131-0/+22
| | | * | bpf: Add hardware timestamp field to __sk_buffVadim Fedorenko2021-09-101-0/+2
| * | | | Merge tag 'trace-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2021-11-011-0/+12
| |\ \ \ \
| | * | | | objtool: Add frame-pointer-specific function ignoreJosh Poimboeuf2021-09-301-0/+12
| | |/ / /
| * | | | Merge tag 'x86_misc_for_v5.16_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2021-11-011-0/+23
| |\ \ \ \
| | * | | | x86/insn: Use get_unaligned() instead of memcpy()Borislav Petkov2021-10-061-0/+23
| | |/ / /
| * | | | Merge tag 'perf-core-2021-10-31' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2021-11-011-3/+16
| |\ \ \ \ | | |_|_|/ | |/| | |