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
2026-02-17
Merge tag 'usb-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
-1
/
+9
2026-02-17
Merge tag 'char-misc-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
-2
/
+1
2026-02-12
Merge tag 'configfs-for-v7.0' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
-7
/
+6
2026-02-11
Merge tag 'driver-core-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
-72
/
+225
2026-02-06
samples: rust: pci: Remove some additional `.as_ref()` for `dev_*` print
Dirk Behme
-3
/
+3
2026-01-26
samples: rust: remove imports available via prelude
Gary Guo
-4
/
+1
2026-01-24
rust: samples: dma: remove redundant `.as_ref()` for `dev_*` print
Gary Guo
-5
/
+8
2026-01-24
rust: samples: driver-core: remove redundant `.as_ref()` for `dev_*` print
Gary Guo
-6
/
+4
2026-01-24
rust: pci: remove redundant `.as_ref()` for `dev_*` print
Gary Guo
-3
/
+3
2026-01-23
sample: rust: pci: add tests for config space routines
Zhi Wang
-0
/
+26
2026-01-23
rust: io: separate generic I/O helpers from MMIO implementation
Zhi Wang
-0
/
+1
2026-01-19
Merge 6.19-rc6 usb-next
Greg Kroah-Hartman
-14
/
+14
2026-01-19
samples: rust: i2c: replace `kernel::c_str!` with C-Strings
Tamir Duberstein
-8
/
+6
2026-01-15
samples: configfs: Constify struct configfs_item_operations and configfs_grou...
Christophe JAILLET
-4
/
+4
2026-01-15
rust: configfs: replace `kernel::c_str!` with C-Strings
Tamir Duberstein
-3
/
+2
2026-01-12
Merge tag 'v6.19-rc5' into driver-core-next
Danilo Krummrich
-14
/
+14
2026-01-12
Merge 6.19-rc5 into char-misc-next
Greg Kroah-Hartman
-15
/
+15
2026-01-07
rust: platform: use "kernel vertical" style for imports
Danilo Krummrich
-3
/
+7
2026-01-07
rust: auxiliary: use "kernel vertical" style for imports
Danilo Krummrich
-3
/
+5
2026-01-07
rust: usb: use "kernel vertical" style for imports
Danilo Krummrich
-1
/
+9
2025-12-31
samples/ftrace: Adjust LoongArch register restore order in direct calls
Chenghao Duan
-14
/
+14
2025-12-29
Merge tag 'v6.19-rc3' into driver-core-next
Danilo Krummrich
-1
/
+1
2025-12-29
rust: miscdevice: replace `kernel::c_str!` with C-Strings
Tamir Duberstein
-2
/
+1
2025-12-28
rust: Add SoC Driver Sample
Matthew Maurer
-0
/
+93
2025-12-23
samples: rust: faux: replace `kernel::c_str!` with C-Strings
Tamir Duberstein
-2
/
+6
2025-12-22
samples: rust: pci: replace `kernel::c_str!` with C-Strings
Tamir Duberstein
-2
/
+8
2025-12-22
samples: rust: debugfs: replace `kernel::c_str!` with C-Strings
Tamir Duberstein
-21
/
+15
2025-12-22
rust: platform: replace `kernel::c_str!` with C-Strings
Tamir Duberstein
-16
/
+14
2025-12-22
rust: auxiliary: replace `kernel::c_str!` with C-Strings
Tamir Duberstein
-2
/
+2
2025-12-22
rust: debugfs: use "kernel vertical" style for imports
Danilo Krummrich
-15
/
+38
2025-12-18
samples: rust: debugfs: Update ARef imports to use sync::aref
Shankari Anand
-1
/
+2
2025-12-17
samples: rust: fix endianness issue in rust_driver_pci
Marko Turk
-1
/
+1
2025-12-06
Merge tag 'usb-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
-1
/
+1
2025-12-06
Merge tag 'mm-nonmm-stable-2025-12-06-11-14' of git://git.kernel.org/pub/scm/...
Linus Torvalds
-11
/
+12
2025-12-06
Merge tag 'modules-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
-0
/
+10
2025-12-05
Merge tag 'driver-core-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
-107
/
+393
2025-12-04
Merge tag 'vfio-v6.19-rc1' of https://github.com/awilliam/linux-vfio
Linus Torvalds
-102
/
+38
2025-12-03
Merge tag 'net-next-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
-1
/
+1
2025-12-03
Merge tag 'bpf-next-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...
Linus Torvalds
-5
/
+5
2025-12-03
Merge tag 'rust-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/...
Linus Torvalds
-3
/
+3
2025-12-01
Merge tag 'locking-core-2025-12-01' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
-10
/
+8
2025-11-27
selftests: complete kselftest include centralization
Bala-Vignesh-Reddy
-0
/
+1
2025-11-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-0
/
+12
2025-11-26
samples/kobject: constify 'struct foo_attribute'
Thomas Weißschuh
-16
/
+17
2025-11-26
samples/kobject: add is_visible() callback to attribute group
Thomas Weißschuh
-1
/
+16
2025-11-22
samples: rust: fix module name for Rust PCI driver sample
Peter Colberg
-1
/
+1
2025-11-21
samples: work around glibc redefining some of our defines wrong
Linus Torvalds
-0
/
+12
2025-11-18
samples: rust: add Rust I2C client registration sample
Igor Korotin
-0
/
+160
2025-11-18
samples: rust: add Rust I2C sample driver
Igor Korotin
-0
/
+86
2025-11-12
vfio: Move the remaining drivers to get_region_info_caps
Jason Gunthorpe
-64
/
+13
[next]