aboutsummaryrefslogtreecommitdiffstats
path: root/tools/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-12-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller3-3/+16
2019-12-19bpf: Support replacing cgroup-bpf program in MULTI modeAndrey Ignatov1-0/+10
2019-12-19riscv, bpf: Add missing uapi header for BPF_PROG_TYPE_PERF_EVENT programsBjörn Töpel1-0/+2
2019-12-15libbpf: Support libbpf-provided extern variablesAndrii Nakryiko1-3/+4
2019-12-11tools headers kvm: Sync linux/kvm.h with the kernel sourcesArnaldo Carvalho de Melo1-0/+1
2019-12-04tools headers UAPI: Update tools's copy of drm.h headersArnaldo Carvalho de Melo1-1/+2
2019-12-04tools headers UAPI: Sync drm/i915_drm.h with the kernel sourcesArnaldo Carvalho de Melo1-3/+125
2019-12-02tools headers UAPI: Sync sched.h with the kernelArnaldo Carvalho de Melo1-18/+42
2019-12-02tools headers kvm: Sync kvm headers with the kernel sourcesArnaldo Carvalho de Melo1-0/+11
2019-12-02tools headers uapi: Sync linux/stat.h with the kernel sourcesArnaldo Carvalho de Melo1-1/+1
2019-12-02tools headers uapi: Sync linux/fscrypt.h with the kernel sourcesArnaldo Carvalho de Melo1-1/+2
2019-11-26Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+8
2019-11-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2-56/+134
2019-11-21perf tools: Add kernel AUX area sampling definitionsAdrian Hunter1-2/+8
2019-11-18bpf: Add mmap() support for BPF_MAP_TYPE_ARRAYAndrii Nakryiko1-0/+3
2019-11-15libbpf: Add support for attaching BPF programs to other BPF programsAlexei Starovoitov1-0/+1
2019-11-15libbpf: Add support to attach to fentry/fexit tracing progsAlexei Starovoitov1-0/+2
2019-11-07Merge branch 'for-linus' into for-5.5/blockJens Axboe7-53/+226
2019-11-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-40/+84
2019-11-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2-2/+30
2019-11-02bpf: Add probe_read_{user, kernel} and probe_read_{user, kernel}_str helpersDaniel Borkmann1-40/+82
2019-10-31libbpf: Add support for prog_tracingAlexei Starovoitov1-0/+2
2019-10-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2-1/+29
2019-10-25fcntl: fix typo in RWH_WRITE_LIFE_NOT_SET r/w hint nameEugene Syromiatnikov1-1/+8
2019-10-21tools: Sync if_link.hAndrii Nakryiko1-0/+2
2019-10-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller6-51/+196
2019-10-17bpf: Check types of arguments passed into helpersAlexei Starovoitov1-1/+26
2019-10-17bpf: Add attach_btf_id attribute to program loadAlexei Starovoitov1-0/+1
2019-10-15tools headers UAPI: Sync sched.h with the kernelArnaldo Carvalho de Melo1-2/+28
2019-10-15tools headers kvm: Sync kvm.h headers with the kernel sourcesArnaldo Carvalho de Melo1-0/+2
2019-10-06uapi/bpf: fix helper docsAndrii Nakryiko1-16/+16
2019-09-30tools headers kvm: Sync kvm headers with the kernel sourcesArnaldo Carvalho de Melo1-0/+3
2019-09-30tools headers uapi: Sync linux/fs.h with the kernel sourcesArnaldo Carvalho de Melo2-51/+185
2019-09-30tools headers uapi: Sync linux/usbdevice_fs.h with the kernel sourcesArnaldo Carvalho de Melo1-0/+4
2019-09-30tools headers uapi: Sync asm-generic/mman-common.h with the kernelArnaldo Carvalho de Melo1-0/+3
2019-09-27tools headers uapi: Sync drm/i915_drm.h with the kernel sourcesArnaldo Carvalho de Melo1-0/+1
2019-09-26Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-2/+8
2019-09-25augmented rbtree: rework the RB_DECLARE_CALLBACKS macro definitionMichel Lespinasse1-12/+12
2019-09-25augmented rbtree: add new RB_DECLARE_CALLBACKS_MAX macroMichel Lespinasse1-1/+35
2019-09-25augmented rbtree: add comments for RB_DECLARE_CALLBACKS macroMichel Lespinasse1-21/+33
2019-09-25rbtree: avoid generating code twice for the cached versions (tools copy)Michel Lespinasse2-43/+59
2019-09-25tools: Add missing stdio.h include to asm/bug.h headerJiri Olsa1-0/+1
2019-09-21Merge tag 'f2fs-for-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fsLinus Torvalds1-0/+1
2019-09-20tools uapi asm-generic: Sync unistd.h with the kernel sourcesArnaldo Carvalho de Melo1-1/+1
2019-09-20tools headers uapi: Sync prctl.h with the kernel sourcesArnaldo Carvalho de Melo1-1/+6
2019-09-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds3-4/+72
2019-09-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller3-3/+36
2019-08-31libbpf: add flags to umem configKevin Laatz1-0/+9
2019-08-28tools/bpf: sync bpf.hAlexei Starovoitov1-0/+3
2019-08-26Merge tag 'v5.3-rc6' into perf/core, to pick up fixesIngo Molnar1-4/+7