summaryrefslogtreecommitdiffstats
path: root/samples
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'vfio-v5.13-rc5' of git://github.com/awilliam/linux-vfioLinus Torvalds2021-06-031-4/+9
|\
| * samples: vfio-mdev: fix error handing in mdpy_fb_probe()Wei Yongjun2021-05-241-4/+9
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2021-05-111-1/+1
|\ \ | |/ |/|
| * samples/bpf: Consider frame size in tx_only of xdpsock sampleMagnus Karlsson2021-05-071-1/+1
* | Merge tag 'kbuild-v5.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2021-05-0812-16/+18
|\ \
| * | .gitignore: prefix local generated files with a slashMasahiro Yamada2021-05-0212-16/+18
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-05-071-2/+0
|\ \ \
| * | | treewide: remove editor modelines and cruftMasahiro Yamada2021-05-071-2/+0
| |/ /
* | | Merge tag 'vfio-v5.13-rc1pt2' of git://github.com/awilliam/linux-vfioLinus Torvalds2021-05-062-4/+1
|\ \ \
| * | | vfio/mdev: remove unnecessary NULL check in mbochs_create()Dan Carpenter2021-05-042-4/+1
* | | | Merge tag 'riscv-for-linus-5.13-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-05-061-0/+8
|\ \ \ \ | |/ / / |/| | |
| * | | samples/kprobes: Add riscv supportJisheng Zhang2021-04-261-0/+8
* | | | Merge tag 'landlock_v34' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2021-05-015-0/+260
|\ \ \ \ | |_|/ / |/| | |
| * | | samples/landlock: Add a sandbox manager exampleMickaël Salaün2021-04-225-0/+260
* | | | samples/vfio-mdev/mdpy: use remap_vmalloc_rangeChristoph Hellwig2021-04-301-3/+1
* | | | kfifo: fix ternary sign extension bugsDan Carpenter2021-04-303-6/+18
| |_|/ |/| |
* | | Merge tag 'net-next-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2021-04-2916-116/+127
|\ \ \
| * | | samples/bpf: Fix broken tracex1 due to kprobe argument changeYaqi Chen2021-04-191-2/+2
| * | | samples: bpf: Do not unload prog within xdpsockMaciej Fijalkowski2021-03-301-41/+14
| * | | bpf: Remove unused headersLu Wei2021-03-252-2/+0
| * | | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2021-03-251-1/+1
| |\ \ \
| | * | | samples: bpf: Fix a spelling typo in do_hbm_test.shMasanari Iida2021-03-151-1/+1
| | |/ /
| * | | samples: pktgen: new append modeIgor Russkikh2021-03-149-50/+101
| * | | samples: pktgen: allow to specify delay parameter via new optIgor Russkikh2021-03-1410-21/+10
| |/ /
* | | vfio/mdev: Correct the function signatures for the mdev_type_attributesJason Gunthorpe2021-04-123-30/+38
* | | vfio/mdev: Remove kobj from mdev_parent_ops->create()Jason Gunthorpe2021-04-123-3/+3
* | | vfio/mbochs: Use mdev_get_type_group_id()Jason Gunthorpe2021-04-071-14/+7
* | | vfio/mdpy: Use mdev_get_type_group_id()Jason Gunthorpe2021-04-071-16/+6
* | | vfio/mtty: Use mdev_get_type_group_id()Jason Gunthorpe2021-04-071-43/+7
* | | vfio/mdev: Fix missing static's on MDEV_TYPE_ATTR'sJason Gunthorpe2021-04-072-10/+10
|/ /
* | Merge git://git.kernel.org:/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2021-03-091-0/+2
|\ \ | |/ |/|
| * samples, bpf: Add missing munmap in xdpsockMaciej Fijalkowski2021-03-041-0/+2
* | treewide: Miguel has movedMiguel Ojeda2021-02-261-1/+1
|/
* Merge tag 'char-misc-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-02-244-0/+166
|\
| * sample/acrn: Introduce a sample of HSM ioctl interface usageShuo Liu2021-02-094-0/+166
* | Merge tag 'keys-misc-20210126' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-02-232-2/+2
|\ \
| * | watch_queue: Drop references to /dev/watch_queueGabriel Krisman Bertazi2021-01-212-2/+2
| |/
* | Merge tag 'docs-5.12' of git://git.lwn.net/linuxLinus Torvalds2021-02-221-1/+8
|\ \
| * | samples/kprobes: Add ARM supportMarc Koderer2021-01-181-0/+8
| * | samples/kprobes: Remove misleading commentMarc Koderer2021-01-111-1/+0
| |/
* | samples: bpf: Remove unneeded semicolonYang Li2021-02-021-1/+1
* | samples/bpf: Add include dir for MIPS Loongson64 to fix build errorsTiezhu Yang2021-02-021-0/+4
* | samples/bpf: Set flag __SANE_USERSPACE_TYPES__ for MIPS to fix build warningsTiezhu Yang2021-01-261-0/+4
* | samples/bpf: Add xdp program on egress for xdp_redirect_mapHangbin Liu2021-01-232-25/+147
* | bpf, docs: Update build procedure for manually compiling LLVM and ClangTiezhu Yang2021-01-232-9/+15
* | samples/bpf: Add BPF_ATOMIC_OP macro for BPF samplesBjörn Töpel2021-01-201-4/+20
* | bpf: Rename BPF_XADD and prepare to encode other atomics in .immBrendan Jackman2021-01-144-9/+10
|/
* Merge tag 'arm-soc-drivers-5.11' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2020-12-161-2/+2
|\
| * Merge tag 'qcom-drivers-for-5.11' of git://git.kernel.org/pub/scm/linux/kerne...Arnd Bergmann2020-12-091-2/+2
| |\
| | * samples: qmi: Constify static qmi opsRikard Falkeborn2020-11-241-2/+2