summaryrefslogtreecommitdiff
path: root/samples
AgeCommit message (Expand)AuthorFilesLines
2 daysMerge tag 'soc-drivers-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+1
3 daysMerge tag 'vfio-v7.1-rc1' of https://github.com/awilliam/linux-vfioLinus Torvalds1-19/+14
4 daysMerge tag 'drm-next-2026-04-15' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds1-4/+9
5 daysMerge tag 'driver-core-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-22/+68
5 daysMerge tag 'libcrypto-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-35/+35
12 dayssamples/landlock: Add support for named UNIX domain socket restrictionsGünther Noack1-3/+9
2026-04-01Merge tag 'drm-rust-next-2026-03-30' of https://gitlab.freedesktop.org/drm/ru...Dave Airlie2-26/+77
2026-03-26Merge tag 'landlock-7.0-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-2/+3
2026-03-24rust: dma: add zeroed constructor to `Coherent`Gary Guo1-4/+9
2026-03-19vfio: Adapt drivers to use the core helper vfio_check_precopy_ioctlYishai Hadas1-11/+5
2026-03-19vfio: mdev: replace mtty_dev->vd_class with a const struct classJori Koolstra1-8/+9
2026-03-19sample/tsm-mr: Use SHA-2 library APIsEric Biggers2-35/+35
2026-03-17sample: rust: pci: use `register!` macroAlexandre Courbot1-22/+68
2026-03-16samples: qmi: Use the unified QMI service ID instead of defining it locallyDaniel Lezcano1-1/+1
2026-03-14Merge tag 'drm-fixes-2026-03-14' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds1-14/+16
2026-03-08rust: dma: use pointer projection infra for `dma_{read,write}` macroGary Guo1-14/+16
2026-03-05workqueue: Add stall detector sample moduleBreno Leitao2-0/+99
2026-03-04samples/landlock: Bump ABI version to 8Günther Noack1-2/+3
2026-02-17Merge tag 'usb-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-1/+9
2026-02-17Merge tag 'char-misc-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-2/+1
2026-02-13Merge tag 'configfs-for-v7.0' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-7/+6
2026-02-12Merge tag 'driver-core-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds10-72/+225
2026-02-06samples: rust: pci: Remove some additional `.as_ref()` for `dev_*` printDirk Behme1-3/+3
2026-01-26samples: rust: remove imports available via preludeGary Guo3-4/+1
2026-01-24rust: samples: dma: remove redundant `.as_ref()` for `dev_*` printGary Guo1-5/+8
2026-01-24rust: samples: driver-core: remove redundant `.as_ref()` for `dev_*` printGary Guo4-6/+4
2026-01-24rust: pci: remove redundant `.as_ref()` for `dev_*` printGary Guo1-3/+3
2026-01-23sample: rust: pci: add tests for config space routinesZhi Wang1-0/+26
2026-01-23rust: io: separate generic I/O helpers from MMIO implementationZhi Wang1-0/+1
2026-01-19Merge 6.19-rc6 usb-nextGreg Kroah-Hartman5-14/+14
2026-01-19samples: rust: i2c: replace `kernel::c_str!` with C-StringsTamir Duberstein2-8/+6
2026-01-15samples: configfs: Constify struct configfs_item_operations and configfs_grou...Christophe JAILLET1-4/+4
2026-01-15rust: configfs: replace `kernel::c_str!` with C-StringsTamir Duberstein1-3/+2
2026-01-12Merge tag 'v6.19-rc5' into driver-core-nextDanilo Krummrich5-14/+14
2026-01-12Merge 6.19-rc5 into char-misc-nextGreg Kroah-Hartman6-15/+15
2026-01-07rust: platform: use "kernel vertical" style for importsDanilo Krummrich1-3/+7
2026-01-07rust: auxiliary: use "kernel vertical" style for importsDanilo Krummrich1-3/+5
2026-01-07rust: usb: use "kernel vertical" style for importsDanilo Krummrich1-1/+9
2025-12-31samples/ftrace: Adjust LoongArch register restore order in direct callsChenghao Duan5-14/+14
2025-12-29Merge tag 'v6.19-rc3' into driver-core-nextDanilo Krummrich1-1/+1
2025-12-29rust: miscdevice: replace `kernel::c_str!` with C-StringsTamir Duberstein1-2/+1
2025-12-28rust: Add SoC Driver SampleMatthew Maurer3-0/+93
2025-12-23samples: rust: faux: replace `kernel::c_str!` with C-StringsTamir Duberstein1-2/+6
2025-12-22samples: rust: pci: replace `kernel::c_str!` with C-StringsTamir Duberstein1-2/+8
2025-12-22samples: rust: debugfs: replace `kernel::c_str!` with C-StringsTamir Duberstein2-21/+15
2025-12-22rust: platform: replace `kernel::c_str!` with C-StringsTamir Duberstein1-16/+14
2025-12-22rust: auxiliary: replace `kernel::c_str!` with C-StringsTamir Duberstein1-2/+2
2025-12-22rust: debugfs: use "kernel vertical" style for importsDanilo Krummrich2-15/+38
2025-12-18samples: rust: debugfs: Update ARef imports to use sync::arefShankari Anand1-1/+2
2025-12-17samples: rust: fix endianness issue in rust_driver_pciMarko Turk1-1/+1