index
:
pub/scm/linux/kernel/git/mkp/linux.git
master
Storage development
Martin K. Petersen
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
rust
/
kernel
/
dma.rs
Age
Commit message (
Expand
)
Author
Files
Lines
2026-08-21
Merge tag 'drm-next-2026-08-20' of https://gitlab.freedesktop.org/drm/kernel
Linus Torvalds
1
-35
/
+35
2026-08-19
Merge tag 'driver-core-7.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-126
/
+161
2026-08-06
rust: dma: rename dma_handle to dma_address
Alexandre Courbot
1
-35
/
+35
2026-08-05
rust: treewide: replace `__pinned_init` with `raw_[try_]init`
Gary Guo
1
-5
/
+5
2026-08-03
rust: dma: return zero for Coherent reads past EOF
Younes Akhouayri
1
-1
/
+5
2026-07-11
rust: io: add copying methods
Gary Guo
1
-0
/
+25
2026-07-11
rust: dma: drop `dma_read!` and `dma_write!` API
Gary Guo
1
-128
/
+0
2026-07-11
rust: io: implement a view type for `Coherent`
Gary Guo
1
-2
/
+136
2026-06-15
Merge tag 'driver-core-7.2-rc1' of gitolite.kernel.org:pub/scm/linux/kernel/g...
Linus Torvalds
1
-1
/
+1
2026-06-05
rust: ptr: remove implicit index projection syntax
Gary Guo
1
-6
/
+0
2026-06-05
rust: dma: update to keyworded index projection syntax
Gary Guo
1
-4
/
+4
2026-06-05
rust: ptr: add panicking index projection variant
Gary Guo
1
-0
/
+3
2026-05-27
rust: device: make Core and CoreInternal lifetime-parameterized
Danilo Krummrich
1
-1
/
+1
2026-03-28
rust: dma: add from-slice constructors for Coherent and CoherentBox
Alexandre Courbot
1
-0
/
+107
2026-03-28
rust: dma: add CoherentHandle for DMA allocations without kernel mapping
Danilo Krummrich
1
-0
/
+119
2026-03-28
rust: dma: remove DMA_ATTR_NO_KERNEL_MAPPING from public attrs
Danilo Krummrich
1
-3
/
+0
2026-03-27
rust: dma: generalize BinaryWriter impl for Coherent<T>
Danilo Krummrich
1
-1
/
+1
2026-03-25
rust: dma: implement BinaryWriter for Coherent<[u8]>
Timur Tabi
1
-0
/
+34
2026-03-23
rust: dma: remove dma::CoherentAllocation<T>
Danilo Krummrich
1
-150
/
+0
2026-03-23
rust: dma: add Coherent:init() and Coherent::init_with_attrs()
Danilo Krummrich
1
-0
/
+38
2026-03-23
rust: dma: introduce dma::CoherentBox for memory initialization
Danilo Krummrich
1
-1
/
+153
2026-03-23
rust: dma: add zeroed constructor to `Coherent`
Gary Guo
1
-8
/
+85
2026-03-23
rust: dma: add generalized container for types other than slices
Gary Guo
1
-137
/
+224
2026-03-23
rust: dma: use "kernel vertical" style for imports
Danilo Krummrich
1
-4
/
+12
2026-03-07
rust: dma: use pointer projection infra for `dma_{read,write}` macro
Gary Guo
1
-64
/
+50
2026-01-28
rust: dma: allow drivers to tune max segment size
Beata Michalska
1
-0
/
+17
2026-01-02
rust: dma: fix broken intra-doc links
FUJITA Tomonori
1
-2
/
+3
2025-12-29
rust: dma: remove incorrect safety documentation
Yilin Chen
1
-2
/
+0
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-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
[next]