summaryrefslogtreecommitdiffstats
path: root/tools/include/uapi/linux
Commit message (Expand)AuthorAgeFilesLines
...
| | * | bpf: Rename BTF_KIND_TAG to BTF_KIND_DECL_TAGYonghong Song2021-10-181-4/+4
| | * | 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 'perf-core-2021-10-31' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2021-11-011-3/+16
| |\ \ \ | | |/ / | |/| |
| | * | tools/perf: Add mem_hops field in perf_mem_data_src structureKajol Jain2021-10-191-2/+9
| | * | perf: Add comment about current state of PERF_MEM_LVL_* namespace and remove ...Kajol Jain2021-10-191-1/+7
* | | | perf tools: Add support for PERF_RECORD_AUX_OUTPUT_HW_IDAdrian Hunter2021-10-201-0/+15
|/ / /
* | | tools headers UAPI: Sync linux/fs.h with the kernel sourcesArnaldo Carvalho de Melo2021-09-111-0/+1
* | | tools headers UAPI: Sync linux/in.h copy with the kernel sourcesArnaldo Carvalho de Melo2021-09-111-10/+32
* | | tools include UAPI: Update linux/mount.h copyArnaldo Carvalho de Melo2021-09-101-1/+2
* | | tools headers UAPI: Sync linux/prctl.h with the kernel sourcesArnaldo Carvalho de Melo2021-09-101-5/+7
* | | tools headers UAPI: Sync linux/kvm.h with the kernel sourcesArnaldo Carvalho de Melo2021-09-101-4/+7
| |/ |/|
* | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2021-08-302-1/+86
|\ \
| * | bpf: Add bpf_task_pt_regs() helperDaniel Xu2021-08-251-0/+7
| * | tools: include: Add ethtool_drvinfo definition to UAPI headerKumar Kartikeya Dwivedi2021-08-241-0/+53
| * | bpf: Migrate cgroup_bpf to internal cgroup_bpf_attach_type enumDave Marchevsky2021-08-231-1/+1
| * | bpf: Add bpf_get_attach_cookie() BPF helper to access bpf_cookie valueAndrii Nakryiko2021-08-171-0/+16
| * | bpf: Allow to specify user-provided bpf_cookie for BPF perf linksAndrii Nakryiko2021-08-171-0/+7
| * | bpf: Implement minimal BPF perf linkAndrii Nakryiko2021-08-171-0/+2
* | | ipv6: add IFLA_INET6_RA_MTU to expose mtu valueRocco Yue2021-08-271-0/+1
|/ /
* | bonding: add new option lacp_activeHangbin Liu2021-08-031-0/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2021-07-151-4/+81
|\ \ | |/ |/|
| * bpf: Add bpf_get_func_ip helper for kprobe programsJiri Olsa2021-07-151-1/+1
| * bpf: Add bpf_get_func_ip helper for tracing programsJiri Olsa2021-07-151-0/+7
| * bpf: Introduce bpf timers.Alexei Starovoitov2021-07-151-0/+73
| * bpf: Fix a typo of reuseport map in bpf.h.Kuniyuki Iwashima2021-07-141-1/+1
| * bpf: Sync tools/include/uapi/linux/bpf.hAlexei Starovoitov2021-07-141-3/+0
* | Merge tag 'perf-tools-for-v5.14-2021-07-01' of git://git.kernel.org/pub/scm/l...Linus Torvalds2021-07-022-0/+106
|\ \ | |/ |/|
| * tools headers UAPI: Sync linux/kvm.h with the kernel sourcesArnaldo Carvalho de Melo2021-07-011-0/+105
| * tools include UAPI: Update linux/mount.h copyArnaldo Carvalho de Melo2021-07-011-0/+1
* | Merge tag 'net-next-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2021-06-301-7/+75
|\ \ | |/ |/|
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-06-181-2/+3
| |\
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2021-06-171-2/+41
| |\ \
| | * | bpf: Support socket migration by eBPF.Kuniyuki Iwashima2021-06-151-0/+15
| | * | bpf: Support BPF_FUNC_get_socket_cookie() for BPF_PROG_TYPE_SK_REUSEPORT.Kuniyuki Iwashima2021-06-151-0/+1
| | * | xdp: Extend xdp_redirect_map with broadcast supportHangbin Liu2021-05-261-2/+12
| | * | bpf: Add lookup_and_delete_elem support to hashtabDenis Salopek2021-05-241-0/+13
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-05-274-6/+71
| |\ \ \ | | |/ / | |/| |
| * | | bpf: Add cmd alias BPF_PROG_RUNAlexei Starovoitov2021-05-191-0/+1
| * | | bpf: Add bpf_sys_close() helper.Alexei Starovoitov2021-05-191-0/+7
| * | | bpf: Add bpf_btf_find_by_name_kind() helper.Alexei Starovoitov2021-05-191-0/+7
| * | | bpf: Introduce fd_idxAlexei Starovoitov2021-05-191-5/+11
| * | | bpf: Introduce bpf_sys_bpf() helper and program type.Alexei Starovoitov2021-05-191-0/+8
* | | | Merge tag 'sched-core-2021-06-28' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-06-281-0/+8
|\ \ \ \