summaryrefslogtreecommitdiff
path: root/samples (follow)
Commit message (Expand)AuthorAgeFilesLines
* samples: minimal: match upstreamMiguel Ojeda2022-10-181-5/+8
* Merge tag 'v6.1-rc1' into syncMiguel Ojeda2022-10-1812-338/+302
|\
| * Merge tag 'vfio-v6.1-rc1' of https://github.com/awilliam/linux-vfioLinus Torvalds2022-10-123-297/+217
| |\
| | * vfio/mdev: add mdev available instance checking to the coreJason Gunthorpe2022-10-041-18/+4
| | * vfio/mdev: consolidate all the description sysfs into the core codeChristoph Hellwig2022-10-042-18/+4
| | * vfio/mdev: consolidate all the available_instance sysfs into the core codeChristoph Hellwig2022-10-043-26/+9
| | * vfio/mdev: consolidate all the name sysfs into the core codeChristoph Hellwig2022-10-043-46/+13
| | * vfio/mdev: consolidate all the device_api sysfs into the core codeJason Gunthorpe2022-10-043-25/+3
| | * vfio/mdev: simplify mdev_type handlingChristoph Hellwig2022-10-043-95/+72
| | * vfio/mdev: embedd struct mdev_parent in the parent data structureChristoph Hellwig2022-10-043-6/+10
| | * vfio/mdev: make mdev.h standalone includableChristoph Hellwig2022-10-043-4/+0
| | * vfio/mbochs: Use the new device life cycle helpersYi Liu2022-09-211-27/+46
| | * vfio/mtty: Use the new device life cycle helpersYi Liu2022-09-211-28/+39
| | * vfio/mdpy: Use the new device life cycle helpersYi Liu2022-09-211-34/+47
| * | Merge tag 'trace-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...Linus Torvalds2022-10-101-7/+18
| |\ \
| | * | tracing/user_events: Use bits vs bytes for enabled status page dataBeau Belgrave2022-09-291-7/+18
| | |/
| * | Merge tag 'arm-drivers-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-10-061-5/+5
| |\ \
| | * | soc: qcom: qmi: use const for struct qmi_elem_infoJeff Johnson2022-08-291-5/+5
| | |/
| * | Merge tag 'net-next-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2022-10-046-21/+33
| |\ \
| | * | samples/bpf: Fix typo in xdp_router_ipv4 sampleDeming Wang2022-09-301-1/+1
| | * | samples/bpf: Replace blk_account_io_done() with __blk_account_io_done()Rong Tao2022-09-203-3/+3
| | * | samples/bpf: Reduce syscall overhead in map_perf_test.Alexei Starovoitov2022-09-052-17/+29
| | |/
| * | Merge tag 'landlock-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-10-041-8/+29
| |\ \
| | * | samples/landlock: Print hints about ABI versionsMickaël Salaün2022-09-291-8/+29
| | |/
| * / samples: add first Rust examplesMiguel Ojeda2022-09-2810-0/+108
| |/
* | rust: rename `Ref` to `Arc`Wedson Almeida Filho2022-10-053-17/+17
* | Merge tag 'v6.0-rc7' into syncMiguel Ojeda2022-09-2722-3392/+145
|\|
| * Merge tag 'trace-v6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2022-08-052-6/+40
| |\
| | * tracing: Add example and documentation for new __vstring() macroSteven Rostedt (Google)2022-07-242-6/+40
| * | Merge tag 'spdx-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2022-08-041-13/+1
| |\ \
| | * | treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_168.RULE (p...Thomas Gleixner2022-06-101-13/+1
| * | | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2022-07-229-14/+29
| |\ \ \
| | * | | samples: bpf: Fix cross-compiling error by using bootstrap bpftoolPu Lehui2022-07-151-6/+4
| | * | | samples: bpf: Replace sizeof(arr)/sizeof(arr[0]) with ARRAY_SIZELinkui Xiao2022-07-136-6/+12
| | * | | samples/bpf: Fix xdp_redirect_map egress devmap progJesper Dangaard Brouer2022-07-112-2/+13
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-07-143-7/+5
| |\ \ \ \ | | |/ / / | |/| | |
| * | | | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2022-07-099-3353/+17
| |\ \ \ \
| | * | | | bpf, samples: Remove AF_XDP samplesMagnus Karlsson2022-07-056-3346/+0
| | * | | | samples/bpf: fixup some tools to be able to support xdp multibufferAndy Gospodarek2022-06-213-7/+17
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-07-071-0/+7
| |\ \ \ \ \
| * \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-06-231-4/+25
| |\ \ \ \ \ \ | | |_|/ / / / | |/| | | | |
| * | | | | | samples/bpf: Check detach prog exist or not in xdp_fwdZhengchao Shao2022-06-151-6/+49
| * | | | | | sample: bpf: xdp_router_ipv4: Allow the kernel to send arp requestsLorenzo Bianconi2022-06-021-0/+9
| | |_|_|/ / | |/| | | |
* | | | | | Merge pull request #859 from nbdd0121/miscMiguel Ojeda2022-08-051-0/+1
|\ \ \ \ \ \
| * | | | | | rust: add missing dependency to rust netfilter sampleGary Guo2022-08-051-0/+1
* | | | | | | rust: take str literal instead bstr literal in `module!` macroGary Guo2022-08-0514-58/+58
|/ / / / / /
* | | | | | Merge pull request #839 from wedsonaf/module_fsWedson Almeida Filho2022-07-251-14/+2
|\ \ \ \ \ \
| * | | | | | rust: add `module_fs` macroWedson Almeida Filho2022-07-251-14/+2
* | | | | | | Merge tag 'v5.19-rc8' into syncMiguel Ojeda2022-07-243-7/+5
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | / / | | |_|_|/ / | |/| | | |
| * | | | | Merge tag 'trace-v5.19-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-07-123-7/+5
| |\ \ \ \ \ | | |_|_|/ / | |/| | | / | | | |_|/ | | |/| |