index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
rust
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-08-22
rust: transmute: add `as_bytes_mut` method to `AsBytes` trait
Alexandre Courbot
1
-0
/
+15
2025-08-22
rust: transmute: add `as_bytes` method for `AsBytes` trait
Alexandre Courbot
1
-1
/
+11
2025-08-21
rust: Add read_poll_timeout function
FUJITA Tomonori
2
-0
/
+105
2025-08-21
rust: Add cpu_relax() helper
FUJITA Tomonori
4
-0
/
+24
2025-08-21
rust: alloc: implement Box::pin_slice()
Alice Ryhl
1
-0
/
+77
2025-08-20
Merge drm/drm-fixes into drm-misc-fixes
Maxime Ripard
1
-3
/
+13
2025-08-20
Merge drm/drm-next into drm-misc-next
Maxime Ripard
1
-3
/
+13
2025-08-20
rust: opp: update ARef and AlwaysRefCounted imports from sync::aref
Shankari Anand
1
-6
/
+7
2025-08-20
rust: drm: update ARef and AlwaysRefCounted imports from sync::aref
Shankari Anand
3
-3
/
+5
2025-08-19
rust,cred: update AlwaysRefCounted import to sync::aref
Shankari Anand
1
-5
/
+1
2025-08-19
rust: alloc: add ARCH_KMALLOC_MINALIGN to bindgen blocklist
Danilo Krummrich
1
-0
/
+1
2025-08-19
rust: fs: update ARef and AlwaysRefCounted imports from sync::aref
Shankari Anand
1
-1
/
+2
2025-08-19
rust: pid_namespace: update AlwaysRefCounted imports from sync::aref
Shankari Anand
1
-4
/
+1
2025-08-19
Merge tag 'drm-misc-next-2025-08-14' of https://gitlab.freedesktop.org/drm/mi...
Dave Airlie
1
-4
/
+7
2025-08-17
rust: alloc: fix `rusttest` by providing `Cmalloc::aligned_layout` too
Miguel Ojeda
1
-0
/
+11
2025-08-15
rust: dma: Update ARef and AlwaysRefCounted imports from sync::aref
Shankari Anand
1
-1
/
+1
2025-08-15
rust: driver-core: Update ARef and AlwaysRefCounted imports from sync::aref
Shankari Anand
5
-9
/
+11
2025-08-15
rust: alloc: take the allocator into account for FOREIGN_ALIGN
Alice Ryhl
2
-7
/
+12
2025-08-15
rust: alloc: specify the minimum alignment of each allocator
Alice Ryhl
3
-0
/
+17
2025-08-15
rust: Add several miscellaneous PCI helpers
Alistair Popple
2
-0
/
+54
2025-08-15
rust: Update PCI binding safety comments and add inline compiler hint
Alistair Popple
1
-2
/
+6
2025-08-15
rust: pci: use c_* types via kernel prelude
Abhinav Ananthu
1
-2
/
+2
2025-08-15
rust: auxiliary: Use `c_` types from prelude instead of
Abhinav Ananthu
1
-1
/
+1
2025-08-15
rust: make `kvec::Vec` functions `const fn`
Onur Özkan
1
-5
/
+5
2025-08-15
rust: make `ArrayLayout::new_unchecked` a `const fn`
Onur Özkan
1
-1
/
+1
2025-08-14
rust: cpumask: Mark CpumaskVar as transparent
Baptiste Lepers
1
-0
/
+1
2025-08-14
rust: cpumask: rename CpumaskVar::as[_mut]_ref to from_raw[_mut]
Alice Ryhl
2
-3
/
+3
2025-08-14
rust: devres: fix leaking call to devm_add_action()
Danilo Krummrich
1
-9
/
+18
2025-08-13
rust: alloc: kvec: simplify KUnit test module name to "rust_kvec"
Hui Zhu
1
-1
/
+1
2025-08-13
rust: alloc: kvec: add doc example for as_slice method
Hui Zhu
1
-0
/
+10
2025-08-13
rust: faux: fix C header link
Miguel Ojeda
1
-1
/
+1
2025-08-12
rust: kbuild: clean output before running `rustdoc`
Miguel Ojeda
1
-3
/
+7
2025-08-12
rust: workaround `rustdoc` target modifiers bug
Miguel Ojeda
1
-0
/
+6
2025-08-12
rust: irq: add &Device<Bound> argument to irq callbacks
Alice Ryhl
1
-38
/
+57
2025-08-12
rust: pci: add irq accessors
Daniel Almeida
2
-2
/
+51
2025-08-12
rust: platform: add irq accessors
Daniel Almeida
2
-1
/
+176
2025-08-12
rust: irq: add support for threaded IRQs and handlers
Daniel Almeida
2
-5
/
+232
2025-08-12
rust: irq: add support for non-threaded IRQs and handlers
Daniel Almeida
6
-2
/
+282
2025-08-12
rust: irq: add flags module
Daniel Almeida
2
-0
/
+130
2025-08-12
rust: irq: add irq module
Daniel Almeida
2
-0
/
+12
2025-08-12
driver: rust: expand documentation for driver infrastructure
Danilo Krummrich
1
-2
/
+87
2025-08-12
device: rust: expand documentation for Device
Danilo Krummrich
1
-13
/
+126
2025-08-12
device: rust: expand documentation for DeviceContext
Danilo Krummrich
1
-11
/
+58
2025-08-11
rust: drm: don't pass the address of drm::Device to drm_dev_put()
Danilo Krummrich
1
-3
/
+18
2025-08-11
rust: drm: remove pin annotations from drm::Device
Danilo Krummrich
1
-2
/
+0
2025-08-11
rust: drm: ensure kmalloc() compatible Layout
Danilo Krummrich
1
-2
/
+7
2025-08-11
rust: alloc: replace aligned_size() with Kmalloc::aligned_layout()
Danilo Krummrich
1
-12
/
+18
2025-08-11
Merge drm/drm-next into drm-misc-n
Thomas Zimmermann
104
-1460
/
+5676
2025-08-10
rust: regulator: implement Send and Sync for Regulator<T>
Daniel Almeida
1
-0
/
+8
2025-08-10
rust: regulator: remove needless &mut from member functions
Daniel Almeida
1
-9
/
+9
[prev]
[next]