index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
samples
Age
Commit message (
Expand
)
Author
Lines
2025-11-12
vfio/mbochs: Convert mbochs to use vfio_info_add_capability()
Jason Gunthorpe
-52
/
+23
2025-11-12
vfio/mbochs: Provide a get_region_info op
Jason Gunthorpe
-25
/
+31
2025-11-12
vfio/mdpy: Provide a get_region_info op
Jason Gunthorpe
-24
/
+29
2025-11-12
vfio/mtty: Provide a get_region_info op
Jason Gunthorpe
-24
/
+29
2025-11-12
rust: debugfs: Replace the usage of Rust native atomics
Boqun Feng
-10
/
+8
2025-11-11
samples: fix coding style issues in Kconfig
Zhou Yuhang
-11
/
+11
2025-11-05
vfio/mtty: Fix spelling typo in samples/vfio-mdev
Chu Guangqing
-1
/
+1
2025-11-04
net: Convert proto_ops connect() callbacks to use sockaddr_unsized
Kees Cook
-1
/
+1
2025-11-05
samples: rust: debugfs_scoped: add example for blobs
Danilo Krummrich
-4
/
+10
2025-11-05
samples: rust: debugfs: add example for blobs
Danilo Krummrich
-0
/
+13
2025-11-03
rust: samples: add a module parameter to the rust_minimal sample
Andreas Hindborg
-0
/
+10
2025-10-29
samples: rust: auxiliary: illustrate driver interaction
Danilo Krummrich
-3
/
+19
2025-10-29
samples: rust: auxiliary: misc cleanup of ParentDriver::connect()
Danilo Krummrich
-6
/
+5
2025-10-29
rust: auxiliary: unregister on parent device unbind
Danilo Krummrich
-7
/
+10
2025-10-29
rust: auxiliary: consider auxiliary devices always have a parent
Danilo Krummrich
-1
/
+1
2025-10-21
rust: driver: let probe() return impl PinInit<Self, Error>
Danilo Krummrich
-80
/
+67
2025-10-20
samples: rust: debugfs: use `core::ffi::CStr` method names
Miguel Ojeda
-1
/
+1
2025-10-20
samples: rust: platform: remove trailing commas
Tamir Duberstein
-2
/
+2
2025-10-18
samples/bpf: Fix spelling typos in samples/bpf
Chu Guangqing
-5
/
+5
2025-10-13
Revert "USB: disable rust bindings from the build for now"
Greg Kroah-Hartman
-1
/
+1
2025-10-04
Merge tag 'char-misc-6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
-4
/
+94
2025-10-02
Merge tag 'mm-stable-2025-10-01-19-00' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
-16
/
+23
2025-10-02
Merge tag 'media/v6.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...
Linus Torvalds
-5
/
+5
2025-10-02
Merge tag 'drm-next-2025-10-01' of https://gitlab.freedesktop.org/drm/kernel
Linus Torvalds
-10
/
+27
2025-10-02
Merge tag 'for-6.18/block-20250929' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
-1
/
+1
2025-10-01
Merge tag 'driver-core-6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
-17
/
+321
2025-09-30
Merge tag 'rust-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/...
Linus Torvalds
-2
/
+2
2025-09-25
USB: disable rust bindings from the build for now
Greg Kroah-Hartman
-1
/
+1
2025-09-24
samples: rust: add a USB driver sample
Daniel Almeida
-0
/
+59
2025-09-21
samples/damon/mtier: use damon_initialized()
SeongJae Park
-4
/
+7
2025-09-21
samples/damon/prcl: use damon_initialized()
SeongJae Park
-4
/
+7
2025-09-21
samples/damon/wsse: use damon_initialized()
SeongJae Park
-6
/
+9
2025-09-21
samples/cgroup: rm unused MEMCG_EVENTS macro
zhang jiao
-2
/
+0
2025-09-17
Merge tag 'mm-hotfixes-stable-2025-09-17-21-10' of git://git.kernel.org/pub/s...
Linus Torvalds
-0
/
+9
2025-09-17
Merge tag 'drm-rust-next-2025-09-16' of https://gitlab.freedesktop.org/drm/ru...
Dave Airlie
-10
/
+27
2025-09-16
rust: configfs: use `core::ffi::CStr` method names
Tamir Duberstein
-1
/
+1
2025-09-15
Merge 6.17-rc6 into driver-core-next
Greg Kroah-Hartman
-1
/
+1
2025-09-13
samples/damon/mtier: avoid starting DAMON before initialization
SeongJae Park
-0
/
+3
2025-09-13
samples/damon/prcl: avoid starting DAMON before initialization
SeongJae Park
-0
/
+3
2025-09-13
samples/damon/wsse: avoid starting DAMON before initialization
SeongJae Park
-0
/
+3
2025-09-12
Merge tag 'pin-init-v6.18' of https://github.com/Rust-for-Linux/linux into dr...
Danilo Krummrich
-1
/
+1
2025-09-11
rust: pin-init: add references to previously initialized fields
Benno Lossin
-1
/
+1
2025-09-10
samples: rust: Add scoped debugfs sample driver
Matthew Maurer
-0
/
+146
2025-09-10
samples: rust: Add debugfs sample driver
Matthew Maurer
-0
/
+163
2025-09-06
Merge patch series "Rust support for `struct iov_iter`"
Greg Kroah-Hartman
-2
/
+34
2025-09-06
samples: rust_misc_device: Expand the sample to support read()ing from userspace
Lee Jones
-2
/
+34
2025-09-05
ftrace/samples: Fix function size computation
Vladimir Riabchun
-1
/
+1
2025-09-04
samples: rust: dma: add sample code for SGTable
Danilo Krummrich
-9
/
+26
2025-09-02
rust: configfs: re-export `configfs_attrs` from `configfs` module
Andreas Hindborg
-1
/
+1
2025-09-01
rust: pci: use pci::Vendor instead of bindings::PCI_VENDOR_ID_*
John Hubbard
-16
/
+11
[prev]
[next]