summaryrefslogtreecommitdiff
path: root/samples
AgeCommit message (Expand)Author
4 daysMerge tag 'vfio-v6.19-rc1' of https://github.com/awilliam/linux-vfioLinus Torvalds
5 daysMerge tag 'net-next-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
5 daysMerge tag 'bpf-next-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...Linus Torvalds
5 daysMerge tag 'rust-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/...Linus Torvalds
7 daysMerge tag 'locking-core-2025-12-01' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
11 daysMerge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-11-21samples: work around glibc redefining some of our defines wrongLinus Torvalds
2025-11-12vfio: Move the remaining drivers to get_region_info_capsJason Gunthorpe
2025-11-12vfio/mbochs: Convert mbochs to use vfio_info_add_capability()Jason Gunthorpe
2025-11-12vfio/mbochs: Provide a get_region_info opJason Gunthorpe
2025-11-12vfio/mdpy: Provide a get_region_info opJason Gunthorpe
2025-11-12vfio/mtty: Provide a get_region_info opJason Gunthorpe
2025-11-12rust: debugfs: Replace the usage of Rust native atomicsBoqun Feng
2025-11-05vfio/mtty: Fix spelling typo in samples/vfio-mdevChu Guangqing
2025-11-04net: Convert proto_ops connect() callbacks to use sockaddr_unsizedKees Cook
2025-10-20samples: rust: debugfs: use `core::ffi::CStr` method namesMiguel Ojeda
2025-10-20samples: rust: platform: remove trailing commasTamir Duberstein
2025-10-18samples/bpf: Fix spelling typos in samples/bpfChu Guangqing
2025-10-04Merge tag 'char-misc-6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-10-02Merge tag 'mm-stable-2025-10-01-19-00' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-10-02Merge tag 'media/v6.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds
2025-10-02Merge tag 'drm-next-2025-10-01' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds
2025-10-02Merge tag 'for-6.18/block-20250929' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2025-10-01Merge tag 'driver-core-6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2025-09-30Merge tag 'rust-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/...Linus Torvalds
2025-09-25USB: 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