index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
rust
Age
Commit message (
Expand
)
Author
Files
Lines
2026-07-31
rust: debugfs: remove unsafe blocks from traits impl for Vec
Josef Ippisch
1
-19
/
+2
2026-07-31
rust: debugfs: migrate debugfs traits requirements to zerocopy
Josef Ippisch
1
-13
/
+11
2026-07-30
rust: driver: remove duplicate ID table
Gary Guo
1
-49
/
+27
2026-07-30
rust: driver: remove open-coded matching logic
Gary Guo
6
-146
/
+18
2026-07-30
rust: driver: store pointers in `DeviceId`
Gary Guo
8
-71
/
+77
2026-07-30
rust: driver: remove `$module_table_name` from `module_device_table`
Gary Guo
7
-24
/
+17
2026-07-30
rust: driver: centralize device ID handling
Gary Guo
8
-55
/
+46
2026-07-30
rust: usb: use `Option<&IdInfo>` for device ID info
Gary Guo
1
-3
/
+3
2026-07-30
rust: pci: use `Option<&IdInfo>` for device ID info
Gary Guo
1
-3
/
+3
2026-07-30
rust: driver: simplify `IdArray::new_without_index`
Gary Guo
2
-38
/
+28
2026-07-30
rust: driver: remove `IdTable::id`
Gary Guo
1
-7
/
+0
2026-07-30
rust: iommu: add device lifetime to IoPageTable
Deborah Brouwer
1
-23
/
+9
2026-07-27
rust: devres: use `cast_pin_init` instead of manual reimplementation
Gary Guo
1
-5
/
+1
2026-07-27
Merge 7.2-rc5 into char-misc-next
Greg Kroah-Hartman
36
-90
/
+208
2026-07-27
rust: pin-init: mark `pin_init::zeroed` and `Zeroable::zeroed` as `#[inline]`
Nicolás Antinori
1
-0
/
+2
2026-07-27
rust: pin-init: docs: link `Zeroable::zeroed` and `pin_init::zeroed` in documentation
Nicolás Antinori
1
-2
/
+8
2026-07-27
rust: pin-init: internal: rework how `#[pin_data]` handles cfg
Gary Guo
1
-18
/
+64
2026-07-27
Merge 7.2-rc5 into usb-next
Greg Kroah-Hartman
36
-90
/
+208
2026-07-23
rust: add basic serial device bus abstractions
Markus Probst
5
-0
/
+631
2026-07-23
rust: pci: add sriov_get_totalvfs() helper
Zhi Wang
2
-0
/
+21
2026-07-21
rust: irq: fix C header path in module docs
Younes Akhouayri
1
-1
/
+1
2026-07-21
rust: io: document const-offset requirement for infallible accessors
Gary Guo
1
-0
/
+16
2026-07-21
rust: device: make lifetime on `Core` and `CoreInternal` invariant
Gary Guo
1
-2
/
+8
2026-07-19
rust: drm: fix non-const `read8` in unit test
Gary Guo
1
-1
/
+1
2026-07-18
rust: time: fix as_micros_ceil() to round correctly for negative Delta
FUJITA Tomonori
1
-2
/
+9
2026-07-18
rust: device: move drvdata_borrow() to InternalBoundContext
Danilo Krummrich
1
-16
/
+2
2026-07-18
rust: device: add BoundInternal device context and InternalBoundContext trait
Danilo Krummrich
1
-2
/
+41
2026-07-17
rust: firmware: avoid UB in example by passing parameter
Miguel Ojeda
1
-6
/
+2
2026-07-17
rust: miscdevice: fix write_iter safety docs
Yilin Chen
1
-1
/
+1
2026-07-17
rust: poll: use kfree_rcu() for PollCondVar
Alice Ryhl
1
-1
/
+72
2026-07-17
rust_binder: report netlink transactions
Carlos Llamas
1
-0
/
+1
2026-07-17
rust: netlink: add raw netlink abstraction
Alice Ryhl
5
-0
/
+389
2026-07-17
rust: net: add rust/kernel/net to NETWORKING [GENERAL]
Alice Ryhl
1
-0
/
+0
2026-07-17
rust_binder: Add dynamic debug logging mask
Jahnavi MN
1
-0
/
+7
2026-07-17
usb: rust: mark Device and Interface methods as inline
Nicolás Antinori
1
-0
/
+4
2026-07-16
rust: device: avoid trailing ; in printing macros
Alice Ryhl
1
-11
/
+9
2026-07-15
rust: sync: add SRCU abstraction
Onur Özkan
2
-0
/
+173
2026-07-15
srcu: expose srcu_readers_active()
Onur Özkan
1
-0
/
+5
2026-07-15
rust: helpers: add SRCU helpers
Onur Özkan
2
-0
/
+31
2026-07-15
cpufreq: intel_pstate: Adjust the .adjust_perf() driver callback
Rafael J. Wysocki
1
-2
/
+9
2026-07-14
rust: devres: ensure revocation is complete before device finishes unbinding
Danilo Krummrich
1
-0
/
+7
2026-07-14
rust: devres: fix race between concurrent revokers
Danilo Krummrich
1
-2
/
+16
2026-07-14
Merge tag 'rust-io-7.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/driver-core/driver-core into drm-rust-next
Danilo Krummrich
12
-622
/
+1554
2026-07-13
Merge patch series "rust: I/O type generalization and projection"
Danilo Krummrich
11
-556
/
+1525
2026-07-13
Merge patch series "ForLt/CovariantForLt split, auxiliary closure API and DevresLt"
Danilo Krummrich
9
-91
/
+363
2026-07-13
rust: drm: Fix typo in FEAT_RENDER documentation
Younes Akhouayri
1
-1
/
+1
2026-07-13
rust: drm: gpuvm: implement Send and Sync for GpuVaAlloc and GpuVmBo
Sami Tolvanen
2
-0
/
+17
2026-07-13
rust: drm: gpuvm: require Send + Sync for the driver's associated data
Sami Tolvanen
1
-11
/
+15
2026-07-13
rust: pin-init: make `[pin_]chain` unwind safe
Mirko Adzic
1
-12
/
+10
2026-07-13
rust: pin-init: make `[pin_]init_array_from_fn` unwind safe
Mirko Adzic
1
-42
/
+80
[prev]
[next]