summaryrefslogtreecommitdiffstats
path: root/samples
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/liv...Linus Torvalds2019-03-085-59/+14
|\
| * Merge branch 'for-5.0/upstream-fixes' into for-linusJiri Kosina2019-03-053-9/+10
| |\
| | * livepatch: samples: non static warnings fixNicholas Mc Guire2019-01-253-9/+10
| * | livepatch: Simplify API by removing registration stepPetr Mladek2019-01-114-50/+4
| |/
* | samples/mic/mpssd/mpssd.h: remove duplicate headerBrajeswar Ghosh2019-03-071-3/+0
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2019-03-0539-971/+2216
|\ \
| * | bpf: HBM test scriptbrakmo2019-03-021-0/+436
| * | bpf: User program for testing HBMbrakmo2019-03-022-0/+444
| * | bpf: Sample HBM BPF program to limit egress bwbrakmo2019-03-024-0/+327
| * | samples/bpf: silence compiler warning for xdpsock_user.cYonghong Song2019-03-021-3/+3
| * | samples: bpf: use libbpf where easyJakub Kicinski2019-03-014-25/+35
| * | samples: bpf: remove load_sock_ops in favour of bpftoolJakub Kicinski2019-03-0112-114/+16
| * | samples: bpf: force IPv4 in pingJakub Kicinski2019-03-015-5/+5
| * | samples: bpf: fix: broken sample regarding removed functionDaniel T. Lee2019-02-273-3/+3
| * | samples/bpf: convert xdpsock to use libbpf for AF_XDP accessMagnus Karlsson2019-02-254-648/+261
| * | samples/bpf: Fix dummy program unloading for xdp_redirect samplesToke Høiland-Jørgensen2019-02-222-2/+2
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-02-081-1/+1
| |\ \
| * | | samples/bpf: Check the prog id before exitingMaciej Fijalkowski2019-02-0110-48/+308
| * | | samples/bpf: Add a "force" flag to XDP samplesMaciej Fijalkowski2019-02-0110-40/+119
| * | | samples/bpf: Extend RLIMIT_MEMLOCK for xdp_{sample_pkts, router_ipv4}Maciej Fijalkowski2019-02-012-0/+14
| * | | samples/bpf: Convert XDP samples to libbpf usageMaciej Fijalkowski2019-02-016-103/+253
| * | | samples/bpf: xdp_redirect_cpu have not need for read_trace_pipeJesper Dangaard Brouer2019-02-011-10/+0
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-01-281-0/+20
| |\ \ \
| | * | | selftests: bpf: functional and min/max reasoning unit tests for JMP32Jiong Wang2019-01-261-0/+20
* | | | | Merge tag 'vfio-v5.1-rc1' of git://github.com/awilliam/linux-vfioLinus Torvalds2019-03-043-16/+17
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | samples/vfio-mdev/mtty: expand minor range when registering chrdev regionChengguang Xu2019-02-121-4/+5
| * | | | samples/vfio-mdev/mdpy: expand minor range when registering chrdev regionChengguang Xu2019-02-121-4/+4
| * | | | samples/vfio-mdev/mbochs: expand minor range when registering chrdev regionChengguang Xu2019-02-121-4/+4
| * | | | vfio-mdev: Switch to use new generic UUID APIAndy Shevchenko2019-02-051-4/+4
| |/ / /
* / / / samples: mei: use /dev/mei0 instead of /dev/meiTomas Winkler2019-01-301-1/+1
|/ / /
* / / samples/bpf: workaround clang asm goto compilation errorsYonghong Song2019-01-152-0/+17
|/ /
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-01-163-9/+9
|\ \
| * | samples: bpf: user proper argument indexIoana Ciornei2019-01-101-1/+1
| * | selftests/bpf: fix incorrect users of create_and_get_cgroupStanislav Fomichev2019-01-072-8/+8
* | | samples/seccomp: Fix 32-bit buildTycho Andersen2019-01-081-0/+1
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hid...Linus Torvalds2019-01-051-1/+1
|\ \ \ | |_|/ |/| |
| * | HID: samples/hidraw: fix typo in printed messageJonathan Davies2018-11-211-1/+1
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2019-01-052-0/+9
|\ \ \ | |_|/ |/| |
| * | livepatch: check kzalloc return valuesNicholas Mc Guire2018-12-182-0/+9
* | | Merge branch 'next-seccomp' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-01-023-1/+382
|\ \ \
| * | | samples: add an example of seccomp user trapTycho Andersen2018-12-113-1/+382
| | |/ | |/|
* | | Merge tag 'kbuild-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2018-12-292-4/+2
|\ \ \
| * | | treewide: add intermediate .s files to targetsMasahiro Yamada2018-12-231-0/+1
| * | | treewide: remove explicit rules for *offsets.sMasahiro Yamada2018-12-231-3/+0
| * | | kbuild: announce removal of SUBDIRS if usedMasahiro Yamada2018-12-011-1/+1
| |/ /
* | | Merge tag 'vfio-v4.21-rc1' of git://github.com/awilliam/linux-vfioLinus Torvalds2018-12-281-13/+13
|\ \ \
| * | | vfio-mdev/samples: Use u8 instead of char for handle functionsNathan Chancellor2018-12-171-13/+13
| |/ /
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-12-273-23/+51
|\ \ \
| * | | samples: bpf: fix: seg fault with NULL pointer argDaniel T. Lee2018-12-031-1/+3
| * | | samples: bpf: get ifindex from ifnameMatteo Croce2018-11-301-2/+7