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
/
kernel
/
dma.rs
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-10-03
Merge tag 'dma-mapping-6.18-2025-09-30' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
1
-0
/
+3
2025-10-02
Merge tag 'drm-next-2025-10-01' of https://gitlab.freedesktop.org/drm/kernel
Linus Torvalds
1
-4
/
+82
2025-09-12
dma-mapping: introduce new DMA attribute to indicate MMIO memory
Leon Romanovsky
1
-0
/
+3
2025-09-04
rust: dma: add type alias for bindings::dma_addr_t
Danilo Krummrich
1
-4
/
+14
2025-09-04
rust: dma: implement DataDirection
Danilo Krummrich
1
-0
/
+68
2025-08-15
rust: dma: Update ARef and AlwaysRefCounted imports from sync::aref
Shankari Anand
1
-1
/
+1
2025-08-03
Merge tag 'rust-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/...
Linus Torvalds
1
-5
/
+5
2025-07-30
Merge tag 'drm-next-2025-07-30' of https://gitlab.freedesktop.org/drm/kernel
Linus Torvalds
1
-34
/
+165
2025-07-19
rust: dma: add DMA addressing capabilities
Danilo Krummrich
1
-4
/
+139
2025-07-19
rust: dma: implement `dma::Device` trait
Danilo Krummrich
1
-5
/
+12
2025-07-15
Merge tag 'alloc-next-v6.17-2025-07-15' of https://github.com/Rust-for-Linux/...
Miguel Ojeda
1
-34
/
+165
2025-07-01
rust: dma: require mutable reference for as_slice_mut() and write()
Danilo Krummrich
1
-2
/
+2
2025-06-23
rust: dma: add dma_handle_with_offset method to CoherentAllocation
Alexandre Courbot
1
-0
/
+14
2025-06-23
rust: dma: expose the count and size of CoherentAllocation
Alexandre Courbot
1
-6
/
+26
2025-06-23
rust: dma: fix doc-comment of dma_handle()
Alexandre Courbot
1
-1
/
+1
2025-06-23
rust: dma: add as_slice/write functions for CoherentAllocation
Abdiel Janulgue
1
-0
/
+87
2025-06-23
rust: dma: convert the read/write macros to return Result
Abdiel Janulgue
1
-23
/
+33
2025-06-23
rust: dma: clarify wording and be consistent in `coherent` nomenclature
Abdiel Janulgue
1
-5
/
+5
2025-06-22
rust: enable `clippy::as_underscore` lint
Tamir Duberstein
1
-1
/
+1
2025-06-22
rust: enable `clippy::ptr_as_ptr` lint
Tamir Duberstein
1
-2
/
+2
2025-06-04
Merge tag 'rust-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/...
Linus Torvalds
1
-1
/
+1
2025-05-25
rust: dma: add missing Markdown code span
Miguel Ojeda
1
-1
/
+1
2025-04-17
rust: dma: require a bound device
Danilo Krummrich
1
-7
/
+7
2025-03-24
rust: dma: add `Send` implementation for `CoherentAllocation`
Danilo Krummrich
1
-0
/
+4
2025-03-20
rust: add dma coherent allocator abstraction
Abdiel Janulgue
1
-0
/
+387