summaryrefslogtreecommitdiffstats
path: root/tools/include
Commit message (Expand)AuthorAgeFilesLines
* tools headers kvm: Sync linux/kvm.h with the kernel sourcesArnaldo Carvalho de Melo2019-12-111-0/+1
* tools headers UAPI: Update tools's copy of drm.h headersArnaldo Carvalho de Melo2019-12-041-1/+2
* tools headers UAPI: Sync drm/i915_drm.h with the kernel sourcesArnaldo Carvalho de Melo2019-12-041-3/+125
* tools headers UAPI: Sync sched.h with the kernelArnaldo Carvalho de Melo2019-12-021-18/+42
* tools headers kvm: Sync kvm headers with the kernel sourcesArnaldo Carvalho de Melo2019-12-021-0/+11
* tools headers uapi: Sync linux/stat.h with the kernel sourcesArnaldo Carvalho de Melo2019-12-021-1/+1
* tools headers uapi: Sync linux/fscrypt.h with the kernel sourcesArnaldo Carvalho de Melo2019-12-021-1/+2
* Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2019-11-261-2/+8
|\
| * perf tools: Add kernel AUX area sampling definitionsAdrian Hunter2019-11-211-2/+8
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2019-11-252-56/+134
|\ \
| * | bpf: Add mmap() support for BPF_MAP_TYPE_ARRAYAndrii Nakryiko2019-11-181-0/+3
| * | libbpf: Add support for attaching BPF programs to other BPF programsAlexei Starovoitov2019-11-151-0/+1
| * | libbpf: Add support to attach to fentry/fexit tracing progsAlexei Starovoitov2019-11-151-0/+2
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-11-021-40/+84
| |\ \
| | * | bpf: Add probe_read_{user, kernel} and probe_read_{user, kernel}_str helpersDaniel Borkmann2019-11-021-40/+82
| | * | libbpf: Add support for prog_tracingAlexei Starovoitov2019-10-311-0/+2
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-11-022-2/+30
| |\ \ \ | | |/ / | |/| / | | |/
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-10-262-1/+29
| |\ \
| | * | tools: Sync if_link.hAndrii Nakryiko2019-10-211-0/+2
| | * | bpf: Check types of arguments passed into helpersAlexei Starovoitov2019-10-171-1/+26
| | * | bpf: Add attach_btf_id attribute to program loadAlexei Starovoitov2019-10-171-0/+1
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-10-206-51/+196
| |\ \ \ | | |/ / | |/| |
| * | | uapi/bpf: fix helper docsAndrii Nakryiko2019-10-061-16/+16
* | | | Merge branch 'for-linus' into for-5.5/blockJens Axboe2019-11-077-53/+226
|\ \ \ \ | | |_|/ | |/| |
| * | | tools headers UAPI: Sync sched.h with the kernelArnaldo Carvalho de Melo2019-10-151-2/+28
| * | | tools headers kvm: Sync kvm.h headers with the kernel sourcesArnaldo Carvalho de Melo2019-10-151-0/+2
| | |/ | |/|
| * | tools headers kvm: Sync kvm headers with the kernel sourcesArnaldo Carvalho de Melo2019-09-301-0/+3
| * | tools headers uapi: Sync linux/fs.h with the kernel sourcesArnaldo Carvalho de Melo2019-09-302-51/+185
| * | tools headers uapi: Sync linux/usbdevice_fs.h with the kernel sourcesArnaldo Carvalho de Melo2019-09-301-0/+4
| * | tools headers uapi: Sync asm-generic/mman-common.h with the kernelArnaldo Carvalho de Melo2019-09-301-0/+3
| * | tools headers uapi: Sync drm/i915_drm.h with the kernel sourcesArnaldo Carvalho de Melo2019-09-271-0/+1
| |/
* / fcntl: fix typo in RWH_WRITE_LIFE_NOT_SET r/w hint nameEugene Syromiatnikov2019-10-251-1/+8
|/
* Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-09-263-2/+8
|\
| * tools: Add missing stdio.h include to asm/bug.h headerJiri Olsa2019-09-251-0/+1
| * tools uapi asm-generic: Sync unistd.h with the kernel sourcesArnaldo Carvalho de Melo2019-09-201-1/+1
| * tools headers uapi: Sync prctl.h with the kernel sourcesArnaldo Carvalho de Melo2019-09-201-1/+6
* | augmented rbtree: rework the RB_DECLARE_CALLBACKS macro definitionMichel Lespinasse2019-09-251-12/+12
* | augmented rbtree: add new RB_DECLARE_CALLBACKS_MAX macroMichel Lespinasse2019-09-251-1/+35
* | augmented rbtree: add comments for RB_DECLARE_CALLBACKS macroMichel Lespinasse2019-09-251-21/+33
* | rbtree: avoid generating code twice for the cached versions (tools copy)Michel Lespinasse2019-09-252-43/+59
* | Merge tag 'f2fs-for-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/jae...Linus Torvalds2019-09-211-0/+1
|\ \
| * | fs: Reserve flag for casefoldingDaniel Rosenberg2019-08-231-0/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2019-09-183-4/+72
|\ \ \ | |_|/ |/| |
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-09-063-3/+36
| |\ \
| | * | libbpf: add flags to umem configKevin Laatz2019-08-311-0/+9
| | * | tools/bpf: sync bpf.hAlexei Starovoitov2019-08-281-0/+3
| | * | bpf: sync bpf.h to tools/Peter Wu2019-08-211-3/+5
| | * | tools: bpf: synchronise BPF UAPI header with toolsQuentin Monnet2019-08-201-0/+1
| | * | bpf: sync bpf.h to tools/Stanislav Fomichev2019-08-171-0/+3
| | * | libbpf: add support for need_wakeup flag in AF_XDP partMagnus Karlsson2019-08-171-0/+13