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
/
io
Age
Commit message (
Expand
)
Author
Files
Lines
2026-08-03
rust: io: register: use path fragment for alias destination
Alexandre Courbot
1
-2
/
+5
2026-08-03
rust: io: register: remove unused rule arguments
Alexandre Courbot
1
-15
/
+12
2026-08-03
rust: io: register: dispatch shortcut rules internally
Alexandre Courbot
1
-2
/
+4
2026-07-13
Merge patch series "rust: I/O type generalization and projection"
Danilo Krummrich
3
-36
/
+43
2026-07-13
Merge patch series "ForLt/CovariantForLt split, auxiliary closure API and DevresLt"
Danilo Krummrich
1
-20
/
+45
2026-07-11
rust: io: mem: return DevresLt from IoMem/ExclusiveIoMem::into_devres()
Danilo Krummrich
1
-20
/
+45
2026-07-11
rust: io: move `Io` methods to extension trait
Gary Guo
1
-3
/
+3
2026-07-11
rust: io: remove `MmioOwned`
Gary Guo
1
-11
/
+15
2026-07-11
rust: io: implement `Mmio` as view type
Gary Guo
2
-16
/
+18
2026-07-11
rust: io: rename `Mmio` to `MmioOwned`
Gary Guo
3
-20
/
+20
2026-07-11
rust: io: generalize `MmioRaw` to pointer to arbitrary type
Gary Guo
1
-3
/
+2
2026-07-11
rust: io: restrict untyped IO access and `register!` to `Region`
Gary Guo
1
-9
/
+11
2026-07-03
rust: io: fix example in `register!` macro
Link Mauve
1
-1
/
+1
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
-59
/
+62
2026-06-10
rust: make `build_assert` module the home of related macros
Gary Guo
2
-8
/
+13
2026-06-09
rust: io: use the `bitfield!` macro in `register!`
Alexandre Courbot
1
-244
/
+2
2026-05-27
rust: io: make IoMem and ExclusiveIoMem lifetime-parameterized
Danilo Krummrich
1
-51
/
+52
2026-05-27
rust: platform: make Driver trait lifetime-parameterized
Danilo Krummrich
1
-10
/
+10
2026-05-27
rust: device: make Core and CoreInternal lifetime-parameterized
Danilo Krummrich
1
-2
/
+2
2026-05-27
rust: driver: decouple driver private data from driver type
Danilo Krummrich
1
-0
/
+2
2026-03-17
rust: io: introduce `write_reg` and `LocatedRegister`
Alexandre Courbot
1
-2
/
+33
2026-03-17
rust: io: add `register!` macro
Alexandre Courbot
1
-0
/
+1229
2026-03-17
rust: io: mem: use non-relaxed I/O ops in examples
Alexandre Courbot
1
-4
/
+6
2026-01-26
Merge tag 'v6.19-rc7' into driver-core-next
Danilo Krummrich
1
-0
/
+2
2026-01-23
rust: io: separate generic I/O helpers from MMIO implementation
Zhi Wang
2
-12
/
+20
2026-01-14
rust: io: always inline functions using build_assert with arguments
Alexandre Courbot
1
-0
/
+2
2025-12-22
rust: io: replace `kernel::c_str!` with C-Strings
Tamir Duberstein
1
-4
/
+13
2025-11-13
rust: io: add typedef for phys_addr_t
Alice Ryhl
1
-3
/
+6
2025-11-13
rust: io: move ResourceSize to top-level io module
Alice Ryhl
1
-5
/
+1
2025-11-13
rust: io: define ResourceSize as resource_size_t
Alice Ryhl
1
-1
/
+1
2025-11-11
rust: io: cleanup imports and use "kernel vertical" style
Danilo Krummrich
3
-16
/
+28
2025-11-04
rust: Add read_poll_timeout_atomic function
FUJITA Tomonori
1
-1
/
+76
2025-10-26
rust: simplify read_poll_timeout's example code
FUJITA Tomonori
1
-10
/
+4
2025-10-21
rust: driver: let probe() return impl PinInit<Self, Error>
Danilo Krummrich
1
-4
/
+4
2025-08-21
rust: Add read_poll_timeout function
FUJITA Tomonori
1
-0
/
+104
2025-07-22
rust: io: fix broken intra-doc links to `platform::Device`
Miguel Ojeda
1
-4
/
+4
2025-07-22
rust: io: fix broken intra-doc link to missing `flags` module
Miguel Ojeda
1
-1
/
+2
2025-07-20
rust: io: mem: enable IoRequest doc-tests
Danilo Krummrich
1
-2
/
+2
2025-07-20
rust: platform: add resource accessors
Daniel Almeida
1
-1
/
+0
2025-07-20
rust: io: mem: add a generic iomem abstraction
Daniel Almeida
1
-0
/
+280
2025-07-20
rust: io: add resource abstraction
Daniel Almeida
1
-0
/
+229