summaryrefslogtreecommitdiff
path: root/samples
AgeCommit message (Expand)Author
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
2025-07-19samples/damon: change enable parameters to enabledHonggyu Kim
2025-07-19samples/damon/mtier: rename to have damon_sample_ prefixSeongJae Park
2025-07-19samples/damon/prcl: rename to have damon_sample_ prefixSeongJae Park
2025-07-19samples/damon/wsse: rename to have damon_sample_ prefixSeongJae Park
2025-07-19rust: samples: dma: set DMA maskDanilo Krummrich
2025-07-16samples: mei: Fix building on musl libcBrahmajit Das
2025-07-16samples/kobject: make attribute_group constMeng Shao Liu
2025-07-16samples/kobject: fix path commentMeng Shao Liu
2025-07-15Merge tag 'alloc-next-v6.17-2025-07-15' of https://github.com/Rust-for-Linux/...Miguel Ojeda
2025-07-14rust: uaccess: use newtype for user pointersAlice Ryhl
2025-07-13samples/damon/mtier: support boot time enable setupSeongJae Park
2025-07-13samples/damon/prcl: fix boot time enable crashSeongJae Park