| Commit message (Expand) | Author | Age | Files | Lines |
* | samples: guard sub-directories with CONFIG options | Masahiro Yamada | 2019-05-18 | 3 | -6/+22 |
* | Add gitignore file for samples/vfs/ generated files | Linus Torvalds | 2019-05-14 | 1 | -0/+2 |
* | samples: add .gitignore for pidfd-metadata | Christian Brauner | 2019-05-10 | 1 | -0/+1 |
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma | Linus Torvalds | 2019-05-09 | 3 | -0/+269 |
|\ |
|
| * | BPF: Add sample code for new ib_umad tracepoint | Ira Weiny | 2019-03-27 | 3 | -0/+269 |
* | | Merge tag 'kbuild-v5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/masa... | Linus Torvalds | 2019-05-08 | 3 | -6/+5 |
|\ \ |
|
| * | | samples: kobject: allow CONFIG_SAMPLE_KOBJECT to become y | Masahiro Yamada | 2019-05-03 | 1 | -2/+1 |
| * | | samples: seccomp: turn CONFIG_SAMPLE_SECCOMP into a bool option | Masahiro Yamada | 2019-05-03 | 2 | -3/+3 |
| * | | kbuild: move samples/ to KBUILD_VMLINUX_OBJS | Masahiro Yamada | 2019-05-03 | 1 | -1/+1 |
| |/ |
|
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2019-05-08 | 6 | -1/+24 |
|\ \ |
|
| * | | samples: bpf: add hbm sample to .gitignore | Daniel T. Lee | 2019-04-25 | 1 | -0/+1 |
| * | | samples/bpf: fix build with new clang | Alexei Starovoitov | 2019-04-05 | 1 | -0/+1 |
| * | | samples, selftests/bpf: add NULL check for ksym_search | Daniel T. Lee | 2019-04-04 | 4 | -1/+21 |
| * | | samples: bpf: add xdp_sample_pkts to .gitignore | Daniel T. Lee | 2019-03-22 | 1 | -0/+1 |
| |/ |
|
* | | Merge branch 'work.mount-syscalls' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2019-05-08 | 5 | -7/+153 |
|\ \ |
|
| * | | vfs: Add a sample program for the new mount API | David Howells | 2019-03-20 | 5 | -7/+153 |
| |/ |
|
* | | Merge tag 'driver-core-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2019-05-07 | 1 | -1/+2 |
|\ \ |
|
| * | | samples/kobject: Replace foo_ktype's default_attrs field with groups | Kimberly Brown | 2019-04-25 | 1 | -1/+2 |
| |/ |
|
* / | samples: show race-free pidfd metadata access | Christian Brauner | 2019-05-07 | 3 | -1/+119 |
|/ |
|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2019-03-11 | 1 | -2/+2 |
|\ |
|
| * | bpf: hbm: fix spelling mistake "deault" -> "default" | Colin Ian King | 2019-03-07 | 1 | -2/+2 |
* | | Merge tag 'media/v5.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch... | Linus Torvalds | 2019-03-09 | 1 | -4/+4 |
|\ \ |
|
| * \ | Merge tag 'v5.0-rc7' into patchwork | Mauro Carvalho Chehab | 2019-02-18 | 7 | -10/+28 |
| |\ \ |
|
| * | | | media: v4l2-pci-skeleton.c: fix outdated irq code | Hans Verkuil | 2019-01-25 | 1 | -4/+4 |
* | | | | Merge tag 'docs-5.1' of git://git.lwn.net/linux | Linus Torvalds | 2019-03-09 | 4 | -1/+92 |
|\ \ \ \ |
|
| * | | | | samples: add binderfs sample program | Christian Brauner | 2019-01-15 | 4 | -1/+92 |
| |/ / / |
|
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/liv... | Linus Torvalds | 2019-03-08 | 5 | -59/+14 |
|\ \ \ \ |
|
| * \ \ \ | Merge branch 'for-5.0/upstream-fixes' into for-linus | Jiri Kosina | 2019-03-05 | 3 | -9/+10 |
| |\ \ \ \ |
|
| | * | | | | livepatch: samples: non static warnings fix | Nicholas Mc Guire | 2019-01-25 | 3 | -9/+10 |
| * | | | | | livepatch: Simplify API by removing registration step | Petr Mladek | 2019-01-11 | 4 | -50/+4 |
| |/ / / / |
|
* | | | / | samples/mic/mpssd/mpssd.h: remove duplicate header | Brajeswar Ghosh | 2019-03-08 | 1 | -3/+0 |
| |_|_|/
|/| | | |
|
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2019-03-05 | 39 | -971/+2216 |
|\ \ \ \ |
|
| * | | | | bpf: HBM test script | brakmo | 2019-03-02 | 1 | -0/+436 |
| * | | | | bpf: User program for testing HBM | brakmo | 2019-03-02 | 2 | -0/+444 |
| * | | | | bpf: Sample HBM BPF program to limit egress bw | brakmo | 2019-03-02 | 4 | -0/+327 |
| * | | | | samples/bpf: silence compiler warning for xdpsock_user.c | Yonghong Song | 2019-03-02 | 1 | -3/+3 |
| * | | | | samples: bpf: use libbpf where easy | Jakub Kicinski | 2019-03-01 | 4 | -25/+35 |
| * | | | | samples: bpf: remove load_sock_ops in favour of bpftool | Jakub Kicinski | 2019-03-01 | 12 | -114/+16 |
| * | | | | samples: bpf: force IPv4 in ping | Jakub Kicinski | 2019-03-01 | 5 | -5/+5 |
| * | | | | samples: bpf: fix: broken sample regarding removed function | Daniel T. Lee | 2019-02-27 | 3 | -3/+3 |
| * | | | | samples/bpf: convert xdpsock to use libbpf for AF_XDP access | Magnus Karlsson | 2019-02-25 | 4 | -648/+261 |
| * | | | | samples/bpf: Fix dummy program unloading for xdp_redirect samples | Toke Høiland-Jørgensen | 2019-02-22 | 2 | -2/+2 |
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2019-02-09 | 1 | -1/+1 |
| |\ \ \ \
| | | |_|/
| | |/| | |
|
| * | | | | samples/bpf: Check the prog id before exiting | Maciej Fijalkowski | 2019-02-01 | 10 | -48/+308 |
| * | | | | samples/bpf: Add a "force" flag to XDP samples | Maciej Fijalkowski | 2019-02-01 | 10 | -40/+119 |
| * | | | | samples/bpf: Extend RLIMIT_MEMLOCK for xdp_{sample_pkts, router_ipv4} | Maciej Fijalkowski | 2019-02-01 | 2 | -0/+14 |
| * | | | | samples/bpf: Convert XDP samples to libbpf usage | Maciej Fijalkowski | 2019-02-01 | 6 | -103/+253 |
| * | | | | samples/bpf: xdp_redirect_cpu have not need for read_trace_pipe | Jesper Dangaard Brouer | 2019-02-01 | 1 | -10/+0 |
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller | 2019-01-29 | 1 | -0/+20 |
| |\ \ \ \ |
|
| | * | | | | selftests: bpf: functional and min/max reasoning unit tests for JMP32 | Jiong Wang | 2019-01-26 | 1 | -0/+20 |