index
:
linux-rng
jd/vdso-skip-insn
jd/vdso-test-harness
linus/master
master
Development tree for the kernel CSPRNG
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
rust
/
kernel
/
i2c.rs
Age
Commit message (
Expand
)
Author
Files
Lines
14 days
Merge tag 'i2c-7.3-part2' of git://git.kernel.org/pub/scm/linux/kernel/git/andi.shyti/linux
Linus Torvalds
1
-0
/
+3
2026-08-22
i2c: rust: mark I2cAdapter methods as inline
Nicolás Antinori
1
-0
/
+3
2026-08-19
Merge tag 'driver-core-7.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/driver-core/driver-core
Linus Torvalds
1
-18
/
+8
2026-08-12
rust: module: move module types into `module.rs`
Alvin Sun
1
-1
/
+1
2026-07-30
rust: driver: remove open-coded matching logic
Gary Guo
1
-2
/
+4
2026-07-30
rust: driver: store pointers in `DeviceId`
Gary Guo
1
-5
/
+2
2026-07-30
rust: driver: remove `$module_table_name` from `module_device_table`
Gary Guo
1
-3
/
+0
2026-07-30
rust: driver: centralize device ID handling
Gary Guo
1
-8
/
+2
2026-06-15
Merge tag 'driver-core-7.2-rc1' of gitolite.kernel.org:pub/scm/linux/kernel/git/driver-core/driver-core
Linus Torvalds
1
-27
/
+34
2026-06-06
rust: i2c: fix I2cAdapter refcounts double increment
Nicolás Antinori
1
-1
/
+3
2026-05-27
rust: i2c: make Driver trait lifetime-parameterized
Danilo Krummrich
1
-18
/
+21
2026-05-27
rust: device: make Core and CoreInternal lifetime-parameterized
Danilo Krummrich
1
-8
/
+8
2026-05-27
rust: driver: decouple driver private data from driver type
Danilo Krummrich
1
-14
/
+18
2026-05-27
rust: driver: move 'static bounds to constructor
Gary Guo
1
-4
/
+4
2026-03-15
rust: i2c: Update ARef and AlwaysRefCounted imports to use sync::aref
Shankari Anand
1
-7
/
+6
2026-02-10
Merge tag 'rust-6.20-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/linux
Linus Torvalds
1
-4
/
+4
2026-01-19
rust: i2c: replace `kernel::c_str!` with C-Strings
Tamir Duberstein
1
-4
/
+4
2026-01-16
rust: driver: drop device private data post unbind
Danilo Krummrich
1
-2
/
+2
2026-01-16
rust: driver: add DriverData type to the DriverLayout trait
Danilo Krummrich
1
-0
/
+2
2026-01-16
rust: driver: add DEVICE_DRIVER_OFFSET to the DriverLayout trait
Danilo Krummrich
1
-0
/
+3
2026-01-16
rust: driver: introduce a DriverLayout trait
Danilo Krummrich
1
-7
/
+11
2026-01-15
rust: i2c: do not drop device private data on shutdown()
Danilo Krummrich
1
-2
/
+2
2025-11-24
rust: i2c: prepare for `core::ffi::CStr`
Miguel Ojeda
1
-10
/
+4
2025-11-18
rust: Add trait to convert a device reference to a bus device reference
Markus Probst
1
-0
/
+7
2025-11-18
rust: i2c: add manual I2C device creation abstractions
Igor Korotin
1
-1
/
+152
2025-11-18
rust: i2c: add basic I2C device and driver abstractions
Igor Korotin
1
-0
/
+434