summaryrefslogtreecommitdiff
path: root/tools/include
Commit message (Expand)AuthorAgeFilesLines
* 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
* | 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
* | tools: include: sync include/api/linux/kvm.hPaolo Bonzini2022-10-221-0/+1
|/
* Merge tag 'perf-tools-for-v6.1-1-2022-10-07' of git://git.kernel.org/pub/scm/...Linus Torvalds2022-10-111-2/+38
|\
| * tools headers UAPI: Sync include/uapi/linux/perf_event.h header with the kernelRavi Bangoria2022-10-061-1/+3
| * perf branch: Add PERF_BR_NEW_ARCH_[N] map for BRBE on arm64 platformAnshuman Khandual2022-10-041-0/+6
| * perf branch: Add branch privilege information request flagAnshuman Khandual2022-10-041-1/+13
| * perf branch: Extend branch type classificationAnshuman Khandual2022-10-041-1/+15
| * perf branch: Add system error and not in transaction branch typesAnshuman Khandual2022-10-041-0/+2
* | Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-10-103-13/+19
|\ \
| * | hugetlb_encode.h: fix undefined behaviour (34 << 26)Matthias Goergens2022-10-031-13/+13
| * | radix tree test suite: add support for slab bulk APIsLiam R. Howlett2022-09-261-0/+4
| * | Merge branch 'mm-hotfixes-stable' into mm-stableAndrew Morton2022-09-262-20/+2
| |\ \
| * | | mm/madvise: introduce MADV_COLLAPSE sync hugepage collapseZach O'Keefe2022-09-111-0/+2
* | | | Merge tag 'bitmap-6.1-rc1' of https://github.com/norov/linuxLinus Torvalds2022-10-101-49/+12
|\ \ \ \
| * | | | tools: sync find_bit() implementationYury Norov2022-09-211-49/+12
| |/ / /
* | | | Merge tag 'net-next-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2022-10-042-29/+158
|\ \ \ \ | |_|_|/ |/| | |
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-10-031-2/+5
| |\ \ \
| | * \ \ Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski2022-10-031-2/+5
| | |\ \ \
| | | * | | bpf, cgroup: Reject prog_attach_flags array when effective queryPu Lehui2022-09-211-2/+5
| | | |/ /
| * | | | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2022-10-031-4/+55
| |\ \ \ \
| | * | | | bpf: Handle bpf_link_info for the parameterized task BPF iterators.Kui-Feng Lee2022-09-281-0/+4
| | * | | | bpf: Parameterize task iterators.Kui-Feng Lee2022-09-281-0/+6
| | * | | | bpf: Return value in kprobe get_func_ip only for entry addressJiri Olsa2022-09-261-0/+1
| | * | | | bpf: Add bpf_user_ringbuf_drain() helperDavid Vernet2022-09-211-0/+38
| | * | | | bpf: Define new BPF_MAP_TYPE_USER_RINGBUF map typeDavid Vernet2022-09-211-0/+1
| | * | | | bpf: Update descriptions for helpers bpf_get_func_arg[_cnt]()Yonghong Song2022-09-061-4/+5
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-09-292-20/+2
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| * | | | | headers: Remove some left-over license textChristophe JAILLET2022-09-271-5/+0
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-09-221-2/+2
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextPaolo Abeni2022-09-061-14/+69
| |\ \ \ \ \
| | * | | | | bpf: Support getting tunnel flagsShmulik Ladkani2022-09-021-1/+9
| | * | | | | bpf: Fix a few typos in BPF helpers documentationQuentin Monnet2022-08-261-8/+8
| | * | | | | bpf: Add CGROUP prefix to cgroup_iter_orderHao Luo2022-08-251-5/+5
| | * | | | | bpf: Introduce cgroup iterHao Luo2022-08-251-0/+30
| | * | | | | bpf: update bpf_{g,s}et_retval documentationStanislav Fomichev2022-08-231-5/+17
| | * | | | | bpf, flow_dissector: Introduce BPF_FLOW_DISSECTOR_CONTINUE retcode for bpf progsShmulik Ladkani2022-08-231-0/+5
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-08-256-89/+427
| |\ \ \ \ \ \ | | | |_|_|/ / | | |/| | | |
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-08-181-1/+1
| |\ \ \ \ \ \ | | |_|/ / / / | |/| | | | |
| * | | | | | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2022-08-171-4/+29
| |\ \ \ \ \ \
| | * | | | | | bpf: Clear up confusion in bpf_skb_adjust_room()'s documentationQuentin Monnet2022-08-151-2/+4
| | * | | | | | bpf: Add BPF-helper for accessing CLOCK_TAIJesper Dangaard Brouer2022-08-091-0/+13
| | * | | | | | bpf: Improve docstring for BPF_F_USER_BUILD_ID flagDave Marchevsky2022-08-081-2/+12
* | | | | | | | Merge tag 'rust-v6.1-rc1' of https://github.com/Rust-for-Linux/linuxLinus Torvalds2022-10-031-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | kallsyms: increase maximum kernel symbol length to 512Miguel Ojeda2022-09-281-1/+1
| | |_|_|_|/ / / | |/| | | | | |