summaryrefslogtreecommitdiffstats
path: root/tools/include
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'perf-tools-fixes-for-v6.9-2024-04-19' of git://git.kernel.org/pub/...Linus Torvalds2024-04-196-691/+64
|\
| * tools/include: Sync asm-generic/bitops/fls.h with the kernel sourcesNamhyung Kim2024-04-112-4/+12
| * tools/include: Sync uapi/sound/asound.h with the kernel sourcesNamhyung Kim2024-04-111-2/+2
| * tools/include: Sync uapi/linux/kvm.h and asm/kvm.h with the kernel sourcesNamhyung Kim2024-04-111-684/+5
| * tools/include: Sync uapi/linux/fs.h with the kernel sourcesNamhyung Kim2024-04-111-1/+29
| * tools/include: Sync uapi/drm/i915_drm.h with the kernel sourcesNamhyung Kim2024-04-111-0/+16
* | Merge tag 'fixes-2024-04-08' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2024-04-083-0/+25
|\ \ | |/ |/|
| * memblock tests: fix undefined reference to `panic'Wei Yang2024-04-042-0/+20
| * memblock tests: fix undefined reference to `early_pfn_to_nid'Wei Yang2024-04-041-0/+5
* | tools/resolve_btfids: fix build with musl libcNatanael Copa2024-03-281-0/+2
|/
* Merge tag 'loongarch-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/ch...Linus Torvalds2024-03-221-0/+11
|\
| * objtool/LoongArch: Implement instruction decoderTiezhu Yang2024-03-111-0/+11
* | Merge tag 'slab-for-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/vba...Linus Torvalds2024-03-121-1/+0
|\ \
| * | slab: remove PARTIAL_NODE slab_stateChengming Zhou2024-03-051-1/+0
* | | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2024-03-111-0/+19
|\ \ \
| * | | bpf: Disasm support for addr_space_cast instruction.Alexei Starovoitov2024-03-111-0/+4
| * | | bpf: Introduce bpf_arena.Alexei Starovoitov2024-03-111-0/+10
| * | | bpf: Introduce may_goto instructionAlexei Starovoitov2024-03-061-0/+5
* | | | netdev: add queue stat for alloc failuresJakub Kicinski2024-03-071-0/+1
* | | | netdev: add per-queue statisticsJakub Kicinski2024-03-071-0/+19
|/ / /
* | | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2024-03-022-2/+32
|\ \ \
| * | | bpf: Replace bpf_lpm_trie_key 0-length array with flexible arrayKees Cook2024-02-291-1/+18
| * | | bpf: Clarify batch lookup/lookup_and_delete semanticsMartin Kelly2024-02-221-1/+5
| * | | tools/resolve_btfids: Refactor set sorting with types from btf_ids.hViktor Malik2024-02-071-0/+9
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-02-151-2/+2
|\ \ \ \ | | |_|/ | |/| |
| * | | work around gcc bugs with 'asm goto' with outputsLinus Torvalds2024-02-091-2/+2
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-02-088-110/+227
|\| | |
| * | | perf tools headers: update the asm-generic/unaligned.h copy with the kernel s...Arnaldo Carvalho de Melo2024-01-311-12/+12
| * | | tools include UAPI: Sync linux/mount.h copy with the kernel sourcesArnaldo Carvalho de Melo2024-01-301-0/+70
| * | | tools headers UAPI: Sync unistd.h to pick {list,stat}mount, lsm_{[gs]et_self_...Arnaldo Carvalho de Melo2024-01-291-1/+14
| * | | tools headers UAPI: Sync kvm headers with the kernel sourcesArnaldo Carvalho de Melo2024-01-271-90/+50
| * | | tools headers UAPI: Update tools's copy of drm.h headers to pick DRM_IOCTL_MO...Arnaldo Carvalho de Melo2024-01-262-7/+77
| * | | tools headers UAPI: Sync linux/fcntl.h with the kernel sourcesArnaldo Carvalho de Melo2024-01-261-0/+3
| * | | tools headers uapi: Sync linux/stat.h with the kernel sources to pick STATX_M...Arnaldo Carvalho de Melo2024-01-261-0/+1
| | |/ | |/|
* | | bonding: Add independent control state machineAahil Awatramani2024-02-061-0/+1
| |/ |/|
* | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2024-01-261-4/+75
|\ \ | |/ |/|
| * bpf: Add BPF token support to BPF_PROG_LOAD commandAndrii Nakryiko2024-01-241-0/+5
| * bpf: Add BPF token support to BPF_BTF_LOAD commandAndrii Nakryiko2024-01-241-0/+5
| * bpf: Add BPF token support to BPF_MAP_CREATE commandAndrii Nakryiko2024-01-241-0/+8
| * bpf: Introduce BPF token objectAndrii Nakryiko2024-01-241-0/+37
| * bpf: pass attached BTF to the bpf_struct_ops subsystemKui-Feng Lee2024-01-231-0/+8
| * bpf: pass btf object id in bpf_map_info.Kui-Feng Lee2024-01-231-1/+1
| * bpf: Store cookies in kprobe_multi bpf_link_info dataJiri Olsa2024-01-231-0/+1
| * bpf: Add cookie to perf_event bpf_link_info recordsJiri Olsa2024-01-231-0/+6
| * bpf: Sync uapi bpf.h header for the tooling infraDaniel Borkmann2024-01-231-3/+4
* | Merge tag 'perf-tools-for-v6.8-1-2024-01-09' of git://git.kernel.org/pub/scm/...Linus Torvalds2024-01-191-0/+13
|\ \ | |/ |/|
| * Merge remote-tracking branch 'torvalds/master' into perf-tools-nextArnaldo Carvalho de Melo2023-12-1833-94/+1869
| |\
| * | tools: Disable __packed attribute compiler warning due to -Werror=attributesArnaldo Carvalho de Melo2023-11-091-0/+1
| * | tools headers UAPI: Sync include/uapi/linux/perf_event.h header with the kernelKan Liang2023-11-061-0/+13
* | | Merge tag 'sound-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2024-01-121-2/+5
|\ \ \