index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
rust
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
2025-12-02
rust: id_pool: do not immediately acquire new ids
Alice Ryhl
1
-16
/
+61
2025-12-02
rust: id_pool: do not supply starting capacity
Alice Ryhl
1
-0
/
+19
2025-12-01
Merge tag 'locking-core-2025-12-01' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
4
-43
/
+70
2025-11-29
mm: introduce VMA flags bitmap type
Lorenzo Stoakes
1
-1
/
+1
2025-11-28
Merge branches 'acpi-misc' and 'pnp'
Rafael J. Wysocki
1
-3
/
+1
2025-11-28
Merge tag 'drm-rust-next-2025-11-21' of https://gitlab.freedesktop.org/drm/ru...
Dave Airlie
1
-4
/
+4
2025-11-26
rust: id_pool: rename IdPool::new() to with_capacity()
Alice Ryhl
1
-4
/
+4
2025-11-26
rust: bitmap: add BitmapVec::new_inline()
Alice Ryhl
1
-0
/
+10
2025-11-26
rust: bitmap: add MAX_LEN and MAX_INLINE_LEN constants
Alice Ryhl
2
-31
/
+41
2025-11-26
rust: list: add warning to List::remove docs about mem::take
Alice Ryhl
1
-0
/
+3
2025-11-25
Merge tag 'opp-updates-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git...
Rafael J. Wysocki
1
-55
/
+59
2025-11-24
rust: num: bounded: rename `try_into_bitint` to `try_into_bounded`
Alexandre Courbot
1
-6
/
+6
2025-11-23
rust: num: bounded: Always inline fits_within and from_expr
Alexandre Courbot
1
-0
/
+2
2025-11-24
rust: i2c: prepare for `core::ffi::CStr`
Miguel Ojeda
1
-10
/
+4
2025-11-21
Merge tag 'v6.18-rc6' into drm-next
Dave Airlie
4
-11
/
+5
2025-11-20
rust: slice: fix broken intra-doc links
Miguel Ojeda
1
-4
/
+4
2025-11-19
rust: sync: replace `kernel::c_str!` with C-Strings
Tamir Duberstein
1
-2
/
+1
2025-11-19
rust: num: add Bounded integer wrapping type
Alexandre Courbot
2
-0
/
+1059
2025-11-18
rust: Add trait to convert a device reference to a bus device reference
Markus Probst
6
-1
/
+75
2025-11-17
rust: add num module and Integer trait
Alexandre Courbot
2
-0
/
+77
2025-11-17
rust: allow `clippy::disallowed_names` for doctests
Miguel Ojeda
2
-3
/
+1
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
2
-0
/
+436
2025-11-17
rust: allow `unreachable_pub` for doctests
Miguel Ojeda
2
-2
/
+2
2025-11-17
rust: str: replace `kernel::c_str!` with C-Strings
Tamir Duberstein
1
-30
/
+29
2025-11-17
rust: firmware: replace `kernel::c_str!` with C-Strings
Tamir Duberstein
1
-3
/
+3
2025-11-16
rust: rbtree: add immutable cursor
Vitaly Wool
1
-47
/
+197
2025-11-14
rust: enable slice_flatten feature and provide it through an extension trait
Alexandre Courbot
3
-0
/
+56
2025-11-13
pwm: Fix Rust formatting
Miguel Ojeda
2
-23
/
+27
2025-11-13
rust: pwm: Fix broken intra-doc link
Miguel Ojeda
1
-1
/
+1
2025-11-13
rust: io: add typedef for phys_addr_t
Alice Ryhl
3
-9
/
+38
2025-11-13
rust: scatterlist: import ResourceSize from kernel::io
Alice Ryhl
1
-1
/
+1
2025-11-13
rust: io: move ResourceSize to top-level io module
Alice Ryhl
2
-5
/
+7
2025-11-13
rust: io: define ResourceSize as resource_size_t
Alice Ryhl
1
-1
/
+1
2025-11-12
rust: debugfs: Replace the usage of Rust native atomics
Boqun Feng
1
-36
/
+17
2025-11-12
rust: sync: atomic: Implement Debug for Atomic<Debug>
Boqun Feng
1
-0
/
+9
2025-11-12
rust: sync: atomic: Make Atomic*Ops pub(crate)
Boqun Feng
1
-1
/
+2
2025-11-11
rust: dma: use NonNull<T> instead of *mut T
Danilo Krummrich
1
-9
/
+8
2025-11-11
rust: dma: make use of start_ptr() and start_ptr_mut()
Danilo Krummrich
1
-4
/
+8
2025-11-11
rust: pci: use "kernel vertical" style for imports
Danilo Krummrich
4
-19
/
+48
2025-11-11
rust: io: cleanup imports and use "kernel vertical" style
Danilo Krummrich
4
-19
/
+33
2025-11-10
rust/drm/gem: Fix missing header in `Object` rustdoc
Lyude Paul
1
-1
/
+1
2025-11-07
rust: debugfs: Implement BinaryReader for Mutex<T> only when T is Unpin
Danilo Krummrich
1
-1
/
+1
2025-11-07
rust: pwm: Drop wrapping of PWM polarity and state
Uwe Kleine-König
1
-55
/
+1
2025-11-07
rust: pwm: Add module_pwm_platform_driver! macro
Michal Wilczynski
1
-0
/
+23
2025-11-07
rust: pwm: Add complete abstraction layer
Michal Wilczynski
1
-2
/
+662
2025-11-07
rust: pwm: Add Kconfig and basic data structures
Michal Wilczynski
2
-0
/
+104
2025-11-06
rust: platform: get rid of redundant Result in IRQ methods
Danilo Krummrich
1
-19
/
+23
2025-11-06
rust: pci: get rid of redundant Result in IRQ methods
Danilo Krummrich
1
-9
/
+13
2025-11-05
rust: block: update ARef and AlwaysRefCounted imports from sync::aref
Shankari Anand
3
-7
/
+10
[prev]
[next]