summaryrefslogtreecommitdiffstats
path: root/samples
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | samples: bpf: improve xdp1 exampleMatteo Croce2018-11-301-10/+8
| * | | samples: bpf: fix: error handling regarding kprobe_eventsDaniel T. Lee2018-11-231-9/+24
| * | | tools/bpf: do not use pahole if clang/llvm can generate BTF sectionsYonghong Song2018-11-201-0/+8
| * | | bpf_load: add map name to load_maps error messageShannon Nelson2018-11-071-2/+2
| |/ /
* | | media: v4l2-pci-skeleton: replace vb2_buffer with vb2_v4l2_bufferMichael Tretter2018-12-031-5/+6
|/ /
* | Merge tag 'vfio-v4.20-rc1.v2' of git://github.com/awilliam/linux-vfioLinus Torvalds2018-10-311-19/+117
|\ \
| * | vfio: add edid support to mbochs sample driverGerd Hoffmann2018-10-111-19/+117
| |/
* | Merge tag 'char-misc-4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-10-261-1/+1
|\ \
| * | mei: samples: fix a signedness bug in amt_host_if_call()Dan Carpenter2018-10-021-1/+1
| |/
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-10-121-0/+1
|\ \
| * | samples: disable CONFIG_SAMPLES for UMLMasahiro Yamada2018-10-111-0/+1
| |/
* | bpf, tracex3_user: erase "ARRAY_SIZE" redefinedBo YU2018-10-041-2/+0
* | samples/bpf: extend test_cgrp2_attach2 test to use per-cpu cgroup storageRoman Gushchin2018-10-011-1/+18
* | samples/bpf: fix compilation failurePrashant Bhole2018-09-213-11/+12
* | samples/bpf: fix a compilation failureYonghong Song2018-09-181-2/+2
* | samples/bpf: remove duplicated includesYueHaibing2018-09-183-3/+0
* | samples/bpf: xdpsock, minor fixesPrashant Bhole2018-09-012-3/+2
* | bpf: add TCP_SAVE_SYN/TCP_SAVED_SYN sample programNikita V. Shirokov2018-09-012-0/+88
* | samples/bpf: add -c/--copy -z/--zero-copy flags to xdpsockBjörn Töpel2018-08-291-1/+11
|/
* samples/bpf: all XDP samples should unload xdp/bpf prog on SIGTERMJesper Dangaard Brouer2018-08-162-2/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-08-1513-34/+590
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-08-133-2/+160
| |\
| | * samples/bpf: xdp_redirect_cpu load balance like SuricataJesper Dangaard Brouer2018-08-102-2/+105
| | * samples/bpf: add Paul Hsieh's (LGPL 2.1) hash function SuperFastHashJesper Dangaard Brouer2018-08-101-0/+55
| * | Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-08-112-3/+3
| |\ \ | | |/ | |/|
| * | samples/bpf: extend test_cgrp2_attach2 test to use cgroup storageRoman Gushchin2018-08-031-1/+20
| * | samples: bpf: convert xdpsock_user.c to libbpfJakub Kicinski2018-07-272-10/+30
| * | samples: bpf: convert xdp_fwd_user.c to libbpfJakub Kicinski2018-07-272-12/+24
| * | samples/bpf: Add BTF build flags to MakefileTaeung Song2018-07-271-1/+16
OpenPOWER on IntegriCloud