Age | Commit message (Expand) | Author | Files | Lines |
2019-06-07 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 25 | -138/+28 |
2019-06-05 | samples: fix pidfd-metadata compilation | Guenter Roeck | 1 | -0/+4 |
2019-06-01 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller | 18 | -559/+169 |
2019-06-01 | bpf: Add more stats to HBM | brakmo | 4 | -10/+117 |
2019-06-01 | bpf: Add cn support to hbm_out_kern.c | brakmo | 4 | -12/+45 |
2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 206 | Thomas Gleixner | 20 | -80/+20 |
2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156 | Thomas Gleixner | 3 | -43/+3 |
2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 145 | Thomas Gleixner | 1 | -15/+1 |
2019-05-28 | selftests/bpf: convert test_cgrp2_attach2 example into kselftest | Roman Gushchin | 2 | -461/+0 |
2019-05-28 | samples/bpf: fix a couple of style issues in bpf_load | Daniel T. Lee | 1 | -4/+4 |
2019-05-25 | samples: bpf: add ibumad sample to .gitignore | Matteo Croce | 1 | -0/+1 |
2019-05-24 | samples: bpf: Do not define bpf_printk macro | Michal Rostecki | 10 | -72/+2 |
2019-05-24 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 36 | Thomas Gleixner | 2 | -10/+2 |
2019-05-21 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13 | Thomas Gleixner | 7 | -91/+7 |
2019-05-21 | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner | 17 | -0/+17 |
2019-05-21 | treewide: Add SPDX license identifier for more missed files | Thomas Gleixner | 4 | -0/+4 |
2019-05-18 | samples: guard sub-directories with CONFIG options | Masahiro Yamada | 3 | -6/+22 |
2019-05-14 | Add gitignore file for samples/vfs/ generated files | Linus Torvalds | 1 | -0/+2 |
2019-05-10 | samples: add .gitignore for pidfd-metadata | Christian Brauner | 1 | -0/+1 |
2019-05-09 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma | Linus Torvalds | 3 | -0/+269 |
2019-05-08 | Merge tag 'kbuild-v5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/masa... | Linus Torvalds | 3 | -6/+5 |
2019-05-08 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 6 | -1/+24 |
2019-05-08 | Merge branch 'work.mount-syscalls' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 5 | -7/+153 |
2019-05-07 | Merge tag 'driver-core-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -1/+2 |
2019-05-07 | samples: show race-free pidfd metadata access | Christian Brauner | 3 | -1/+119 |
2019-05-03 | samples: kobject: allow CONFIG_SAMPLE_KOBJECT to become y | Masahiro Yamada | 1 | -2/+1 |
2019-05-03 | samples: seccomp: turn CONFIG_SAMPLE_SECCOMP into a bool option | Masahiro Yamada | 2 | -3/+3 |
2019-05-03 | kbuild: move samples/ to KBUILD_VMLINUX_OBJS | Masahiro Yamada | 1 | -1/+1 |
2019-04-26 | samples: bpf: add hbm sample to .gitignore | Daniel T. Lee | 1 | -0/+1 |
2019-04-25 | samples/kobject: Replace foo_ktype's default_attrs field with groups | Kimberly Brown | 1 | -1/+2 |
2019-04-05 | samples/bpf: fix build with new clang | Alexei Starovoitov | 1 | -0/+1 |
2019-04-04 | samples, selftests/bpf: add NULL check for ksym_search | Daniel T. Lee | 4 | -1/+21 |
2019-03-27 | BPF: Add sample code for new ib_umad tracepoint | Ira Weiny | 3 | -0/+269 |
2019-03-22 | samples: bpf: add xdp_sample_pkts to .gitignore | Daniel T. Lee | 1 | -0/+1 |
2019-03-21 | vfs: Add a sample program for the new mount API | David Howells | 5 | -7/+153 |
2019-03-11 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 1 | -2/+2 |
2019-03-10 | Merge tag 'media/v5.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch... | Linus Torvalds | 1 | -4/+4 |
2019-03-09 | Merge tag 'docs-5.1' of git://git.lwn.net/linux | Linus Torvalds | 4 | -1/+92 |
2019-03-08 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/liv... | Linus Torvalds | 5 | -59/+14 |
2019-03-08 | samples/mic/mpssd/mpssd.h: remove duplicate header | Brajeswar Ghosh | 1 | -3/+0 |
2019-03-07 | bpf: hbm: fix spelling mistake "deault" -> "default" | Colin Ian King | 1 | -2/+2 |
2019-03-05 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 39 | -971/+2216 |
2019-03-05 | Merge branch 'for-5.0/upstream-fixes' into for-linus | Jiri Kosina | 3 | -9/+10 |
2019-03-05 | Merge tag 'vfio-v5.1-rc1' of git://github.com/awilliam/linux-vfio | Linus Torvalds | 3 | -16/+17 |
2019-03-02 | bpf: HBM test script | brakmo | 1 | -0/+436 |
2019-03-02 | bpf: User program for testing HBM | brakmo | 2 | -0/+444 |
2019-03-02 | bpf: Sample HBM BPF program to limit egress bw | brakmo | 4 | -0/+327 |
2019-03-02 | samples/bpf: silence compiler warning for xdpsock_user.c | Yonghong Song | 1 | -3/+3 |
2019-03-01 | samples: bpf: use libbpf where easy | Jakub Kicinski | 4 | -25/+35 |
2019-03-01 | samples: bpf: remove load_sock_ops in favour of bpftool | Jakub Kicinski | 12 | -114/+16 |