| Commit message (Expand) | Author | Age | Files | Lines |
* | tools lib: Adopt zalloc()/zfree() from tools/perf | Arnaldo Carvalho de Melo | 2019-07-09 | 1 | -0/+12 |
* | tools lib: Move argv_{split,free} from tools/perf/util/ | Arnaldo Carvalho de Melo | 2019-07-02 | 1 | -0/+3 |
* | tools lib: Adopt strreplace() from the kernel | Arnaldo Carvalho de Melo | 2019-07-02 | 1 | -0/+2 |
* | tools lib: Adopt strim() from the kernel | Arnaldo Carvalho de Melo | 2019-06-26 | 1 | -0/+2 |
* | tools lib: Adopt skip_spaces() from the kernel sources | Arnaldo Carvalho de Melo | 2019-06-26 | 1 | -1/+3 |
* | tools perf: Move from sane_ctype.h obtained from git to the Linux's original | Arnaldo Carvalho de Melo | 2019-06-26 | 1 | -0/+75 |
* | Merge tag 'v5.2-rc6' into perf/core, to refresh branch | Ingo Molnar | 2019-06-24 | 1 | -2/+4 |
|\ |
|
| * | bpf: sync BPF_FIB_LOOKUP flag changes with BPF uapi | Martynas Pumputis | 2019-06-13 | 1 | -2/+2 |
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf | David S. Miller | 2019-06-07 | 1 | -0/+2 |
| |\ |
|
| | * | bpf: sync tooling uapi header | Daniel Borkmann | 2019-06-07 | 1 | -0/+2 |
* | | | Merge tag 'v5.2-rc3' into perf/core, to pick up fixes | Ingo Molnar | 2019-06-03 | 4 | -36/+4 |
|\| | |
|
| * | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2019-06-02 | 8 | -76/+312 |
| |\ \ |
|
| * | | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156 | Thomas Gleixner | 2019-05-30 | 2 | -26/+2 |
| * | | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 | Thomas Gleixner | 2019-05-30 | 1 | -5/+1 |
| * | | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 36 | Thomas Gleixner | 2019-05-24 | 1 | -5/+1 |
| | |/
| |/| |
|
* | | | perf script: Pad DSO name for --call-trace | Jiri Olsa | 2019-05-28 | 1 | -0/+1 |
| |/
|/| |
|
* | | tools headers UAPI: Sync kvm.h headers with the kernel sources | Arnaldo Carvalho de Melo | 2019-05-28 | 1 | -2/+13 |
* | | tools headers UAPI: Sync drm/drm.h with the kernel | Arnaldo Carvalho de Melo | 2019-05-28 | 1 | -0/+37 |
* | | tools headers UAPI: Sync drm/i915_drm.h with the kernel | Arnaldo Carvalho de Melo | 2019-05-28 | 1 | -73/+181 |
* | | tools headers UAPI: Sync linux/fs.h with the kernel | Arnaldo Carvalho de Melo | 2019-05-28 | 1 | -0/+3 |
* | | tools headers UAPI: Sync linux/sched.h with the kernel | Arnaldo Carvalho de Melo | 2019-05-28 | 1 | -0/+1 |
* | | tools include UAPI: Update copy of files related to new fspick, fsmount, fsco... | Arnaldo Carvalho de Melo | 2019-05-28 | 3 | -1/+77 |
|/ |
|
* | tools/bpf: Sync kernel btf.h header | Gary Lin | 2019-05-14 | 1 | -1/+1 |
* | tools: bpf: synchronise BPF UAPI header with tools | Quentin Monnet | 2019-05-13 | 1 | -70/+75 |
* | tool headers nolibc: add RISCV support | Pranith Kumar | 2019-05-08 | 1 | -0/+194 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2019-05-08 | 3 | -12/+332 |
|\ |
|
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller | 2019-04-28 | 1 | -2/+52 |
| |\ |
|
| | * | bpf: Sync bpf.h to tools | Martin KaFai Lau | 2019-04-27 | 1 | -1/+43 |
| | * | tools: sync bpf.h | Matt Mullins | 2019-04-27 | 1 | -1/+9 |
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2019-04-26 | 1 | -0/+1 |
| |\ \
| | |/
| |/| |
|
| * | | bpf: fix whitespace for ENCAP_L2 defines in bpf.h | Alan Maguire | 2019-04-16 | 1 | -3/+3 |
| * | | bpf: Sync bpf.h to tools/ | Andrey Ignatov | 2019-04-12 | 1 | -1/+50 |
| * | | bpf: Sync bpf.h to tools/ | Andrey Ignatov | 2019-04-12 | 1 | -1/+89 |
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller | 2019-04-12 | 3 | -7/+83 |
| |\ \ |
|
| | * | | bpf: sync bpf.h to tools/ for BPF_F_ADJ_ROOM_ENCAP_L2 | Alan Maguire | 2019-04-11 | 1 | -0/+10 |
| | * | | libbpf: add support for ctx_{size, }_{in, out} in BPF_PROG_TEST_RUN | Stanislav Fomichev | 2019-04-11 | 1 | -0/+7 |
| | * | | bpf, selftest: test {rd, wr}only flags and direct value access | Daniel Borkmann | 2019-04-10 | 1 | -1/+20 |
| | * | | bpf: sync {btf, bpf}.h uapi header from tools infrastructure | Daniel Borkmann | 2019-04-10 | 2 | -6/+46 |
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2019-04-05 | 7 | -5/+104 |
| |\ \ \
| | |/ /
| |/| | |
|
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2019-03-28 | 2 | -37/+121 |
| |\ \ \ |
|
| * | | | | bpf: Sync bpf.h to tools | Willem de Bruijn | 2019-03-22 | 1 | -3/+26 |
| * | | | | tools: update include/uapi/linux/bpf.h | Lorenz Bauer | 2019-03-22 | 1 | -1/+35 |
* | | | | | coresight: etm4x: Add kernel configuration for CONTEXTID | Mathieu Poirier | 2019-04-25 | 1 | -0/+2 |
| |_|_|/
|/| | | |
|
* | | | | tools include uapi: Sync sound/asound.h copy | Arnaldo Carvalho de Melo | 2019-04-16 | 1 | -0/+1 |
| |_|/
|/| | |
|
* | | | tools headers: Update x86's syscall_64.tbl and uapi/asm-generic/unistd | Arnaldo Carvalho de Melo | 2019-03-28 | 1 | -1/+10 |
* | | | tools headers uapi: Update drm/i915_drm.h | Arnaldo Carvalho de Melo | 2019-03-28 | 1 | -0/+64 |
* | | | tools headers uapi: Sync linux/fcntl.h to get the F_SEAL_FUTURE_WRITE addition | Arnaldo Carvalho de Melo | 2019-03-28 | 1 | -0/+1 |
* | | | tools headers uapi: Sync asm-generic/mman-common.h and linux/mman.h | Arnaldo Carvalho de Melo | 2019-03-28 | 4 | -4/+29 |
| |/
|/| |
|
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2019-03-27 | 1 | -61/+127 |
|\| |
|
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf | David S. Miller | 2019-03-16 | 1 | -61/+127 |
| |\ |
|