summaryrefslogtreecommitdiff
path: root/samples
AgeCommit message (Expand)Author
4 daysMerge tag 'char-misc-6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
6 daysMerge tag 'mm-stable-2025-10-01-19-00' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
6 daysMerge tag 'media/v6.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds
6 daysMerge tag 'drm-next-2025-10-01' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds
7 daysMerge tag 'for-6.18/block-20250929' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
8 daysMerge tag 'driver-core-6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
8 daysMerge tag 'rust-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/...Linus Torvalds
14 daysUSB: disable rust bindings from the build for nowGreg Kroah-Hartman
2025-09-24samples: rust: add a USB driver sampleDaniel Almeida
2025-09-21samples/damon/mtier: use damon_initialized()SeongJae Park
2025-09-21samples/damon/prcl: use damon_initialized()SeongJae Park
2025-09-21samples/damon/wsse: use damon_initialized()SeongJae Park
2025-09-21samples/cgroup: rm unused MEMCG_EVENTS macrozhang jiao
2025-09-17Merge tag 'mm-hotfixes-stable-2025-09-17-21-10' of git://git.kernel.org/pub/s...Linus Torvalds
2025-09-17Merge tag 'drm-rust-next-2025-09-16' of https://gitlab.freedesktop.org/drm/ru...Dave Airlie
2025-09-16rust: configfs: use `core::ffi::CStr` method namesTamir Duberstein
2025-09-15Merge 6.17-rc6 into driver-core-nextGreg Kroah-Hartman
2025-09-13samples/damon/mtier: avoid starting DAMON before initializationSeongJae Park
2025-09-13samples/damon/prcl: avoid starting DAMON before initializationSeongJae Park
2025-09-13samples/damon/wsse: avoid starting DAMON before initializationSeongJae Park
2025-09-12Merge tag 'pin-init-v6.18' of https://github.com/Rust-for-Linux/linux into dr...Danilo Krummrich
2025-09-11rust: pin-init: add references to previously initialized fieldsBenno Lossin
2025-09-10samples: rust: Add scoped debugfs sample driverMatthew Maurer
2025-09-10samples: rust: Add debugfs sample driverMatthew Maurer
2025-09-06Merge patch series "Rust support for `struct iov_iter`"Greg Kroah-Hartman
2025-09-06samples: rust_misc_device: Expand the sample to support read()ing from userspaceLee Jones
2025-09-05ftrace/samples: Fix function size computationVladimir Riabchun
2025-09-04samples: rust: dma: add sample code for SGTableDanilo Krummrich
2025-09-02rust: configfs: re-export `configfs_attrs` from `configfs` moduleAndreas Hindborg
2025-09-01rust: pci: use pci::Vendor instead of bindings::PCI_VENDOR_ID_*John Hubbard
2025-08-19rust: miscdevice: update ARef import to sync::arefShankari Anand
2025-08-15rust: dma: Update ARef and AlwaysRefCounted imports from sync::arefShankari Anand
2025-08-15rust: driver-core: Update ARef and AlwaysRefCounted imports from sync::arefShankari Anand
2025-08-13media: v4l2-pci-skeleton: Rename second ioctl handlers argument to 'void *priv'Laurent Pinchart
2025-08-03Merge tag 'mm-nonmm-stable-2025-08-03-12-47' of git://git.kernel.org/pub/scm/...Linus Torvalds
2025-08-03Merge tag 'rust-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/...Linus Torvalds
2025-08-02samples: Kconfig: fix spelling mistake "instancess" -> "instances"Colin Ian King
2025-07-31Merge tag 'mm-stable-2025-07-30-15-25' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-07-31Merge tag 'fsnotify_for_v6.17-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2025-07-30Merge tag 'drm-next-2025-07-30' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds
2025-07-29Merge tag 'driver-core-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2025-07-29Merge tag 'char-misc-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-07-28Merge tag 'landlock-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2025-07-28samples: fix building fs-monitor on musl systemsBrahmajit Das
2025-07-21rust: use `kernel::{fmt,prelude::fmt!}`Tamir Duberstein
2025-07-19samples: enhance hung_task detector test with read-write semaphore supportZi Li
2025-07-19mm/damon/vaddr: put pid in cleanup_target()SeongJae Park
2025-07-19samples/damon/wsse: use damon_call() repeat mode instead of damon_callbackSeongJae Park
2025-07-19samples/damon/prcl: use damon_call() repeat mode instead of damon_callbackSeongJae Park
2025-07-19samples/damon: support automatic node address detectionYunjeong Mun