summaryrefslogtreecommitdiffstats
path: root/tools/include/uapi
Commit message (Expand)AuthorAgeFilesLines
* tools headers UAPI: Sync the linux/in.h with the kernel sourcesYanteng Si2023-06-051-0/+1
* open: return EINVAL for O_DIRECTORY | O_CREATChristian Brauner2023-05-241-1/+0
* tools/headers: Pull in stddef.h to uapi to fix BPF selftests build in CIAndrii Nakryiko2022-11-032-0/+48
* 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-101-0/+2
|\ \
| * | mm/madvise: introduce MADV_COLLAPSE sync hugepage collapseZach O'Keefe2022-09-111-0/+2
* | | 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
* | | | 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
|\ \ \ \ | |/ / / |/| / / | |/ /
| * / tools/include/uapi: Fix <asm/errno.h> for parisc and xtensaBen Hutchings2022-09-131-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-255-89/+423
|\ \ \ | | |/ | |/|
| * | tools headers UAPI: Sync linux/perf_event.h with the kernel sourcesNamhyung Kim2022-08-191-1/+4
| * | tools include UAPI: Sync linux/vhost.h with the kernel sourcesArnaldo Carvalho de Melo2022-08-191-0/+9
| * | tools headers UAPI: Sync linux/kvm.h with the kernel sourcesArnaldo Carvalho de Melo2022-08-191-0/+108
| * | tools headers UAPI: Sync drm/i915_drm.h with the kernel sourcesArnaldo Carvalho de Melo2022-08-191-87/+300
| * | tools headers UAPI: Sync linux/fscrypt.h with the kernel sourcesArnaldo Carvalho de Melo2022-08-191-1/+2
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-08-181-1/+1
|\| | | |/ |/|
| * perf tools: Sync addition of PERF_MEM_SNOOPX_PEERAli Saidi2022-08-111-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 'asm-generic-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-08-051-1/+1
|\ \ | |/ |/|
| * uapi: asm-generic: fcntl: Fix typo 'the the' in commentSlark Xiao2022-07-221-1/+1