aboutsummaryrefslogtreecommitdiff
path: root/samples
AgeCommit message (Expand)AuthorFilesLines
2019-05-10samples: add .gitignore for pidfd-metadataGravatar Christian Brauner 1-0/+1
2019-05-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaGravatar Linus Torvalds 3-0/+269
2019-05-08Merge tag 'kbuild-v5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Gravatar Linus Torvalds 3-6/+5
2019-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 6-1/+24
2019-05-07Merge branch 'work.mount-syscalls' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 5-7/+153
2019-05-07Merge tag 'driver-core-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-1/+2
2019-05-07samples: show race-free pidfd metadata accessGravatar Christian Brauner 3-1/+119
2019-05-03samples: kobject: allow CONFIG_SAMPLE_KOBJECT to become yGravatar Masahiro Yamada 1-2/+1
2019-05-03samples: seccomp: turn CONFIG_SAMPLE_SECCOMP into a bool optionGravatar Masahiro Yamada 2-3/+3
2019-05-03kbuild: move samples/ to KBUILD_VMLINUX_OBJSGravatar Masahiro Yamada 1-1/+1
2019-04-25samples: bpf: add hbm sample to .gitignoreGravatar Daniel T. Lee 1-0/+1
2019-04-25samples/kobject: Replace foo_ktype's default_attrs field with groupsGravatar Kimberly Brown 1-1/+2
2019-04-05samples/bpf: fix build with new clangGravatar Alexei Starovoitov 1-0/+1
2019-04-04samples, selftests/bpf: add NULL check for ksym_searchGravatar Daniel T. Lee 4-1/+21
2019-03-27BPF: Add sample code for new ib_umad tracepointGravatar Ira Weiny 3-0/+269
2019-03-21samples: bpf: add xdp_sample_pkts to .gitignoreGravatar Daniel T. Lee 1-0/+1
2019-03-20vfs: Add a sample program for the new mount APIGravatar David Howells 5-7/+153
2019-03-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 1-2/+2
2019-03-09Merge tag 'media/v5.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Gravatar Linus Torvalds 1-4/+4
2019-03-09Merge tag 'docs-5.1' of git://git.lwn.net/linuxGravatar Linus Torvalds 4-1/+92
2019-03-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/liv...Gravatar Linus Torvalds 5-59/+14
2019-03-07samples/mic/mpssd/mpssd.h: remove duplicate headerGravatar Brajeswar Ghosh 1-3/+0
2019-03-07bpf: hbm: fix spelling mistake "deault" -> "default"Gravatar Colin Ian King 1-2/+2
2019-03-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 39-971/+2216
2019-03-05Merge branch 'for-5.0/upstream-fixes' into for-linusGravatar Jiri Kosina 3-9/+10
2019-03-04Merge tag 'vfio-v5.1-rc1' of git://github.com/awilliam/linux-vfioGravatar Linus Torvalds 3-16/+17
2019-03-02bpf: HBM test scriptGravatar brakmo 1-0/+436
2019-03-02bpf: User program for testing HBMGravatar brakmo 2-0/+444
2019-03-02bpf: Sample HBM BPF program to limit egress bwGravatar brakmo 4-0/+327
2019-03-02samples/bpf: silence compiler warning for xdpsock_user.cGravatar Yonghong Song 1-3/+3
2019-03-01samples: bpf: use libbpf where easyGravatar Jakub Kicinski 4-25/+35
2019-03-01samples: bpf: remove load_sock_ops in favour of bpftoolGravatar Jakub Kicinski 12-114/+16
2019-03-01samples: bpf: force IPv4 in pingGravatar Jakub Kicinski 5-5/+5
2019-02-27samples: bpf: fix: broken sample regarding removed functionGravatar Daniel T. Lee 3-3/+3
2019-02-25samples/bpf: convert xdpsock to use libbpf for AF_XDP accessGravatar Magnus Karlsson 4-648/+261
2019-02-22samples/bpf: Fix dummy program unloading for xdp_redirect samplesGravatar Toke Høiland-Jørgensen 2-2/+2
2019-02-18Merge tag 'v5.0-rc7' into patchworkGravatar Mauro Carvalho Chehab 7-10/+28
2019-02-12samples/vfio-mdev/mtty: expand minor range when registering chrdev regionGravatar Chengguang Xu 1-4/+5
2019-02-12samples/vfio-mdev/mdpy: expand minor range when registering chrdev regionGravatar Chengguang Xu 1-4/+4
2019-02-12samples/vfio-mdev/mbochs: expand minor range when registering chrdev regionGravatar Chengguang Xu 1-4/+4
2019-02-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-1/+1
2019-02-05vfio-mdev: Switch to use new generic UUID APIGravatar Andy Shevchenko 1-4/+4
2019-02-01samples/bpf: Check the prog id before exitingGravatar Maciej Fijalkowski 10-48/+308
2019-02-01samples/bpf: Add a "force" flag to XDP samplesGravatar Maciej Fijalkowski 10-40/+119
2019-02-01samples/bpf: Extend RLIMIT_MEMLOCK for xdp_{sample_pkts, router_ipv4}Gravatar Maciej Fijalkowski 2-0/+14
2019-02-01samples/bpf: Convert XDP samples to libbpf usageGravatar Maciej Fijalkowski 6-103/+253
2019-02-01samples/bpf: xdp_redirect_cpu have not need for read_trace_pipeGravatar Jesper Dangaard Brouer 1-10/+0
2019-01-30samples: mei: use /dev/mei0 instead of /dev/meiGravatar Tomas Winkler 1-1/+1
2019-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextGravatar David S. Miller 1-0/+20
2019-01-26selftests: bpf: functional and min/max reasoning unit tests for JMP32Gravatar Jiong Wang 1-0/+20