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
Age
Commit message (
Expand
)
Author
Files
Lines
2026-07-11
rust: auxiliary: add registration_data_with() for ForLt types
Danilo Krummrich
1
-26
/
+67
2026-07-11
rust: types: introduce ForLt base trait for CovariantForLt
Danilo Krummrich
2
-18
/
+67
2026-07-11
rust: types: rename ForLt to CovariantForLt
Danilo Krummrich
3
-40
/
+42
2026-07-11
rust: io: implement `IoSysMap`
Gary Guo
1
-0
/
+137
2026-07-11
rust: io: add copying methods
Gary Guo
2
-1
/
+286
2026-07-11
rust: dma: drop `dma_read!` and `dma_write!` API
Gary Guo
1
-128
/
+0
2026-07-11
rust: io: add `read_val` and `write_val` functions on `Io`
Gary Guo
1
-0
/
+106
2026-07-11
rust: io: implement a view type for `Coherent`
Gary Guo
1
-2
/
+136
2026-07-11
rust: io: add I/O backend for system memory with volatile access
Laura Nao
1
-0
/
+122
2026-07-11
rust: io: add projection macro and methods
Gary Guo
1
-0
/
+128
2026-07-11
rust: io: move `Io` methods to extension trait
Gary Guo
4
-17
/
+34
2026-07-11
rust: io: remove `MmioOwned`
Gary Guo
4
-125
/
+32
2026-07-11
rust: io: use view types instead of addresses for `Io`
Gary Guo
2
-206
/
+246
2026-07-11
rust: pci: io: make `ConfigSpace` a view
Gary Guo
1
-28
/
+36
2026-07-11
rust: io: implement `Mmio` as view type
Gary Guo
3
-57
/
+153
2026-07-11
rust: io: rename `Mmio` to `MmioOwned`
Gary Guo
6
-64
/
+65
2026-07-11
rust: io: generalize `MmioRaw` to pointer to arbitrary type
Gary Guo
4
-26
/
+57
2026-07-11
rust: io: implement `Io` on reference types instead
Gary Guo
2
-46
/
+48
2026-07-11
rust: io: restrict untyped IO access and `register!` to `Region`
Gary Guo
2
-25
/
+44
2026-07-11
rust: io: add missing safety requirement in `IoCapable` methods
Gary Guo
1
-9
/
+16
2026-07-11
rust: io: add dynamically-sized `Region` type
Gary Guo
6
-74
/
+118
2026-07-09
rust: iommu: replace core::mem::zeroed with Zeroable::zeroed
Nicolás Antinori
1
-2
/
+1
2026-07-08
usb: rust: Use pin_init::zeroed for usb_device_id initialization
Nicolás Antinori
1
-21
/
+10
2026-07-07
cred: delete task_euid()
Alice Ryhl
1
-10
/
+0
2026-07-07
rust: task: clarify comments on task UID accessors
Jann Horn
1
-3
/
+6
2026-07-03
rust: io: fix example in `register!` macro
Link Mauve
1
-1
/
+1
2026-06-29
kunit,rust: Add ability to skip entire test suites
Vaibhav Jain
1
-0
/
+1
2026-06-28
Merge tag 'v7.2-rc1' into drm-rust-next
Danilo Krummrich
47
-421
/
+1472
2026-06-25
rust: faux: Allow retrieving a bound Device
Lyude Paul
1
-5
/
+13
2026-06-25
rust: drm: gem: Introduce shmem::Object::sg_table()
Lyude Paul
1
-10
/
+164
2026-06-24
Merge tag 'rust-7.2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/linux
Linus Torvalds
1
-2
/
+8
2026-06-24
Merge tag 'rust-fixes-7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/linux
Linus Torvalds
1
-0
/
+1
2026-06-22
Merge tag 'char-misc-7.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc
Linus Torvalds
1
-6
/
+17
2026-06-19
Merge tag 'mm-stable-2026-06-18-09-26' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
Linus Torvalds
1
-0
/
+1
2026-06-17
Merge tag 'modules-7.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/modules/linux
Linus Torvalds
1
-2
/
+1
2026-06-17
Merge tag 'drm-next-2026-06-17' of https://gitlab.freedesktop.org/drm/kernel
Linus Torvalds
9
-112
/
+1501
2026-06-17
rust: bitfield: mark `Debug` impl as `#[inline]`
Gary Guo
1
-0
/
+1
2026-06-17
rust: prelude: add `zerocopy{,_derive}::IntoBytes`
Gary Guo
1
-2
/
+8
2026-06-16
Merge tag 'for-7.2/block-20260615' of git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux
Linus Torvalds
2
-2
/
+20
2026-06-15
Merge tag 'locking-core-2026-06-14' of gitolite.kernel.org:pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-0
/
+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
16
-359
/
+750
2026-06-15
Merge tag 'pm-7.2-rc1' of gitolite.kernel.org:pub/scm/linux/kernel/git/rafael/linux-pm
Linus Torvalds
1
-0
/
+3
2026-06-15
Merge tag 'rust-7.2' of gitolite.kernel.org:pub/scm/linux/kernel/git/ojeda/linux
Linus Torvalds
35
-390
/
+1349
2026-06-12
rust: drm: gpuvm: add SmContext lifetime bound
Boris Brezillon
2
-3
/
+5
2026-06-12
rust: drm: gpuvm: update DriverGpuVm for DeviceContext
Deborah Brouwer
1
-4
/
+4
2026-06-12
rust: drm: gem: shmem: Add vmap functions
Lyude Paul
1
-1
/
+337
2026-06-12
rust: drm: gem: shmem: Add DmaResvGuard helper
Lyude Paul
1
-2
/
+37
2026-06-10
rust: make `build_assert` module the home of related macros
Gary Guo
12
-36
/
+59
2026-06-10
rust: str: clean unused import for Rust >= 1.98
Miguel Ojeda
1
-1
/
+0
2026-06-10
rust: str: use the "kernel vertical" imports style
Miguel Ojeda
1
-5
/
+19
[prev]
[next]