index
:
drm/drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2024-09-26
rust: drm: gem: Add GEM object abstraction
topic/rust-drm
Asahi Lina
7
-2
/
+435
2024-09-26
rust: drm: file: Add File abstraction
Asahi Lina
5
-2
/
+123
2024-09-26
rust: drm: add DRM driver registration
Danilo Krummrich
1
-1
/
+56
2024-09-26
rust: drm: add device abstraction
Danilo Krummrich
3
-0
/
+182
2024-09-26
rust: drm: add driver abstractions
Danilo Krummrich
3
-0
/
+143
2024-09-26
rust: Add a Sealed trait
Asahi Lina
1
-0
/
+5
2024-09-26
rust: drm: ioctl: Add DRM ioctl abstraction
Asahi Lina
5
-0
/
+162
2024-09-26
rust: pci: implement I/O mappable `pci::Bar`
Danilo Krummrich
1
-0
/
+142
2024-09-26
rust: pci: add basic PCI device / driver abstractions
Danilo Krummrich
5
-0
/
+347
2024-09-26
rust: add devres abstraction
Danilo Krummrich
4
-0
/
+180
2024-09-26
rust: add `io::Io` base type
Danilo Krummrich
4
-0
/
+312
2024-09-26
rust: add `dev_*` print macros.
Wedson Almeida Filho
2
-1
/
+320
2024-09-26
rust: add `Revocable` type
Wedson Almeida Filho
2
-0
/
+210
2024-09-26
rust: add rcu abstraction
Wedson Almeida Filho
4
-0
/
+67
2024-09-26
rust: implement `IdArray`, `IdTable` and `RawDeviceId`
Wedson Almeida Filho
2
-0
/
+338
2024-09-26
rust: implement generic driver registration
Danilo Krummrich
2
-0
/
+129
2024-09-26
rust: pass module name to `Module::init`
Danilo Krummrich
5
-8
/
+15
2024-09-26
rust: introduce `InPlaceModule`
Wedson Almeida Filho
2
-16
/
+33
2024-09-26
rust: init: introduce `Opaque::try_ffi_init`
Wedson Almeida Filho
1
-6
/
+14
2024-09-16
kasan: rust: Add KASAN smoke test via UAF
Matthew Maurer
4
-1
/
+45
2024-09-16
kbuild: rust: Enable KASAN support
Matthew Maurer
3
-17
/
+45
2024-09-16
rust: kasan: Rust does not support KHWASAN
Matthew Maurer
1
-0
/
+1
2024-09-16
kbuild: rust: Define probing macros for rustc
Matthew Maurer
2
-0
/
+23
2024-09-16
kasan: simplify and clarify Makefile
Andrey Konovalov
1
-22
/
+23
2024-09-16
rust: cfi: add support for CFI_CLANG with Rust
Matthew Maurer
5
-2
/
+16
2024-09-13
cfi: add CONFIG_CFI_ICALL_NORMALIZE_INTEGERS
Alice Ryhl
2
-0
/
+19
2024-09-13
rust: support for shadow call stack sanitizer
Alice Ryhl
5
-3
/
+25
2024-09-05
docs: rust: include other expressions in conditional compilation section
Miguel Ojeda
1
-0
/
+8
2024-09-05
kbuild: rust: replace proc macros dependency on `core.o` with the version text
Miguel Ojeda
2
-3
/
+5
2024-09-05
kbuild: rust: rebuild if the version text changes
Miguel Ojeda
1
-1
/
+2
2024-09-05
kbuild: rust: re-run Kconfig if the version text changes
Miguel Ojeda
2
-4
/
+8
2024-09-05
kbuild: rust: add `CONFIG_RUSTC_VERSION`
Miguel Ojeda
2
-0
/
+33
2024-09-04
rust: avoid `box_uninit_write` feature
Miguel Ojeda
2
-11
/
+12
2024-09-03
MAINTAINERS: add Trevor Gross as Rust reviewer
Miguel Ojeda
1
-0
/
+1
2024-08-31
rust: rbtree: add `RBTree::entry`
Alice Ryhl
1
-75
/
+230
2024-08-31
rust: rbtree: add cursor
Matt Gilbride
1
-0
/
+523
2024-08-31
rust: rbtree: add mutable iterator
Wedson Almeida Filho
1
-14
/
+89
2024-08-31
rust: rbtree: add iterator
Wedson Almeida Filho
1
-18
/
+112
2024-08-31
rust: rbtree: add red-black tree implementation backed by the C version
Wedson Almeida Filho
4
-0
/
+443
2024-08-25
rust: enable rustdoc's `--generate-link-to-definition`
Miguel Ojeda
1
-0
/
+1
2024-08-25
docs: rust: improve main page introducing a "Code documentation" section
Miguel Ojeda
2
-4
/
+17
2024-08-25
docs: rust: link to https://rust.docs.kernel.org
Miguel Ojeda
2
-3
/
+13
2024-08-25
rust: types: add `ARef::into_raw`
Kartik Prajapati
1
-1
/
+30
2024-08-25
rust: kernel: use docs.kernel.org links in code documentation
Michael Vetter
2
-11
/
+11
2024-08-24
docs: rust: quick-start: add Debian Testing
Miguel Ojeda
1
-2
/
+2
2024-08-23
rust: list: add ListArcField
Alice Ryhl
2
-0
/
+99
2024-08-23
rust: list: support heterogeneous lists
Alice Ryhl
2
-1
/
+177
2024-08-23
rust: list: add cursor
Alice Ryhl
1
-0
/
+82
2024-08-23
rust: list: add iterators
Alice Ryhl
1
-0
/
+102
2024-08-23
rust: list: add List
Alice Ryhl
2
-5
/
+331
[next]