summaryrefslogtreecommitdiff
path: root/samples
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'rust/rust-next'Stephen Rothwell2021-05-2514-0/+1072
|\
| * samples: rust: remove release method that's the same as the default implAlex Gaynor2021-04-271-2/+0
| * samples: rust: add `rust_random` sample that uses `module_misc_device`Wedson Almeida Filho2021-04-273-0/+71
| * rust: reduce the need for boilerplate code in simple driversWedson Almeida Filho2021-04-271-13/+2
| * Samples: Rust examplesMiguel Ojeda2021-04-1413-0/+1014
* | Merge remote-tracking branch 'net-next/master'Stephen Rothwell2021-05-251-1/+1
|\ \
| * | samples, bpf: Suppress compiler warningHailong Liu2021-05-121-1/+1
* | | Merge remote-tracking branch 'jc_docs/docs-next'Stephen Rothwell2021-05-251-16/+17
|\ \ \
| * | | samples/kprobes: Fix typo in handler_post()Tiezhu Yang2021-05-201-16/+17
| * | | samples/kprobes: Fix typo in handler_fault()Tiezhu Yang2021-05-201-1/+1
| |/ /
* | | Merge remote-tracking branch 'vfio-fixes/for-linus'Stephen Rothwell2021-05-251-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
| |/