| Commit message (Expand) | Author | Age | Files | Lines |
* | tools/nolibc/string: Fix memcmp() implementation | Rasmus Villemoes | 2022-11-10 | 1 | -2/+2 |
* | selftests/bpf: Extend verifier and bpf_sock tests for dst_port loads | Jakub Sitnicki | 2022-08-11 | 1 | -1/+2 |
* | bpf: Fix comment for helper bpf_current_task_under_cgroup() | Hengqi Chen | 2022-04-15 | 1 | -2/+2 |
* | tools/nolibc: fix incorrect truncation of exit code | Willy Tarreau | 2022-01-27 | 1 | -8/+5 |
* | tools/nolibc: i386: fix initial stack alignment | Willy Tarreau | 2022-01-27 | 1 | -1/+9 |
* | tools/nolibc: x86-64: Fix startup code bug | Ammar Faizi | 2022-01-27 | 1 | -2/+8 |
* | bpf: Fix a typo of reuseport map in bpf.h. | Kuniyuki Iwashima | 2021-09-15 | 1 | -1/+1 |
* | tools headers UAPI: Sync linux/in.h copy with the kernel sources | Arnaldo Carvalho de Melo | 2021-06-23 | 1 | -0/+3 |
* | tools headers UAPI: Sync linux/const.h with the kernel headers | Arnaldo Carvalho de Melo | 2021-01-06 | 1 | -0/+5 |
* | bpf: Fix comment for helper bpf_current_task_under_cgroup() | Song Liu | 2020-11-01 | 1 | -2/+2 |
* | perf tools: Correct SNOOPX field offset | Al Grant | 2020-09-09 | 1 | -1/+1 |
* | tools lib: Fix builds when glibc contains strlcpy() | Vitaly Chikunov | 2020-02-05 | 1 | -0/+8 |
* | tools headers UAPI: Sync sched.h with the kernel | Arnaldo Carvalho de Melo | 2019-10-15 | 1 | -2/+28 |
* | tools headers kvm: Sync kvm.h headers with the kernel sources | Arnaldo Carvalho de Melo | 2019-10-15 | 1 | -0/+2 |
* | tools headers kvm: Sync kvm headers with the kernel sources | Arnaldo Carvalho de Melo | 2019-09-30 | 1 | -0/+3 |
* | tools headers uapi: Sync linux/fs.h with the kernel sources | Arnaldo Carvalho de Melo | 2019-09-30 | 2 | -51/+185 |
* | tools headers uapi: Sync linux/usbdevice_fs.h with the kernel sources | Arnaldo Carvalho de Melo | 2019-09-30 | 1 | -0/+4 |
* | tools headers uapi: Sync asm-generic/mman-common.h with the kernel | Arnaldo Carvalho de Melo | 2019-09-30 | 1 | -0/+3 |
* | tools headers uapi: Sync drm/i915_drm.h with the kernel sources | Arnaldo Carvalho de Melo | 2019-09-27 | 1 | -0/+1 |
* | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2019-09-26 | 3 | -2/+8 |
|\ |
|
| * | tools: Add missing stdio.h include to asm/bug.h header | Jiri Olsa | 2019-09-25 | 1 | -0/+1 |
| * | tools uapi asm-generic: Sync unistd.h with the kernel sources | Arnaldo Carvalho de Melo | 2019-09-20 | 1 | -1/+1 |
| * | tools headers uapi: Sync prctl.h with the kernel sources | Arnaldo Carvalho de Melo | 2019-09-20 | 1 | -1/+6 |
* | | augmented rbtree: rework the RB_DECLARE_CALLBACKS macro definition | Michel Lespinasse | 2019-09-25 | 1 | -12/+12 |
* | | augmented rbtree: add new RB_DECLARE_CALLBACKS_MAX macro | Michel Lespinasse | 2019-09-25 | 1 | -1/+35 |
* | | augmented rbtree: add comments for RB_DECLARE_CALLBACKS macro | Michel Lespinasse | 2019-09-25 | 1 | -21/+33 |
* | | rbtree: avoid generating code twice for the cached versions (tools copy) | Michel Lespinasse | 2019-09-25 | 2 | -43/+59 |
* | | Merge tag 'f2fs-for-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/jae... | Linus Torvalds | 2019-09-21 | 1 | -0/+1 |
|\ \ |
|
| * | | fs: Reserve flag for casefolding | Daniel Rosenberg | 2019-08-23 | 1 | -0/+1 |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next | Linus Torvalds | 2019-09-18 | 3 | -4/+72 |
|\ \ \
| |_|/
|/| | |
|
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller | 2019-09-06 | 3 | -3/+36 |
| |\ \ |
|
| | * | | libbpf: add flags to umem config | Kevin Laatz | 2019-08-31 | 1 | -0/+9 |
| | * | | tools/bpf: sync bpf.h | Alexei Starovoitov | 2019-08-28 | 1 | -0/+3 |
| | * | | bpf: sync bpf.h to tools/ | Peter Wu | 2019-08-21 | 1 | -3/+5 |
| | * | | tools: bpf: synchronise BPF UAPI header with tools | Quentin Monnet | 2019-08-20 | 1 | -0/+1 |
| | * | | bpf: sync bpf.h to tools/ | Stanislav Fomichev | 2019-08-17 | 1 | -0/+3 |
| | * | | libbpf: add support for need_wakeup flag in AF_XDP part | Magnus Karlsson | 2019-08-17 | 1 | -0/+13 |
| | * | | tools: bpftool: move "__printf()" attributes to header file | Quentin Monnet | 2019-08-15 | 1 | -0/+2 |
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 2019-08-19 | 1 | -2/+2 |
| |\ \ \
| | |/ /
| |/| | |
|
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | Jakub Kicinski | 2019-08-13 | 1 | -3/+41 |
| |\ \ \
| | |_|/
| |/| | |
|
| | * | | bpf: sync bpf.h to tools/ | Petar Penkov | 2019-07-30 | 1 | -3/+34 |
| | * | | tools/include/uapi: Add devmap_hash BPF map type | Toke Høiland-Jørgensen | 2019-07-29 | 1 | -0/+1 |
| | * | | bpf/flow_dissector: support ipv6 flow_label and BPF_FLOW_DISSECTOR_F_STOP_AT_... | Stanislav Fomichev | 2019-07-25 | 1 | -0/+1 |
| | * | | tools/bpf: sync bpf_flow_keys flags | Stanislav Fomichev | 2019-07-25 | 1 | -0/+5 |
* | | | | Merge tag 'v5.3-rc6' into perf/core, to pick up fixes | Ingo Molnar | 2019-08-26 | 1 | -4/+7 |
|\ \ \ \
| | |_|/
| |/| | |
|
| * | | | bpf: sync bpf.h to tools infrastructure | Daniel Borkmann | 2019-08-09 | 1 | -4/+7 |
| |/ / |
|
* | | | tools headers: Add missing perf_event.h include | Jiri Olsa | 2019-08-22 | 1 | -0/+1 |
* | | | tools headers: Fixup bitsperlong per arch includes | Arnaldo Carvalho de Melo | 2019-08-20 | 1 | -9/+9 |
* | | | tools headers: Synchronize linux/bits.h with the kernel sources | Arnaldo Carvalho de Melo | 2019-08-20 | 1 | -7/+10 |
* | | | tools headers: Grab copy of linux/const.h, needed by linux/bits.h | Arnaldo Carvalho de Melo | 2019-08-20 | 2 | -0/+40 |