index
:
linux.git
arm64-uaccess
dependabot/pip/drivers/gpu/drm/ci/xfails/certifi-2024.7.4
dependabot/pip/drivers/gpu/drm/ci/xfails/idna-3.7
dependabot/pip/drivers/gpu/drm/ci/xfails/pip-23.3
dependabot/pip/drivers/gpu/drm/ci/xfails/requests-2.32.2
dependabot/pip/drivers/gpu/drm/ci/xfails/setuptools-70.0.0
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.0.7
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.2.2
link_path_walk
master
runtime-constants
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
upstream/master
Unnamed repository; edit this file 'description' to name the repository.
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
rust
Age
Commit message (
Expand
)
Author
Files
Lines
2025-07-14
rust: types: add FOREIGN_ALIGN to ForeignOwnable
Andreas Hindborg
7
-63
/
+70
2025-07-14
rust: rbtree: simplify finding `current` in `remove_current`
Onur Özkan
1
-16
/
+7
2025-07-14
rust: helpers: sort includes alphabetically
Krishna Ketan Rai
1
-1
/
+1
2025-07-14
rust: uaccess: use newtype for user pointers
Alice Ryhl
2
-12
/
+61
2025-07-14
rust: use `#[used(compiler)]` to fix build and `modpost` with Rust >= 1.89.0
Miguel Ojeda
5
-7
/
+11
2025-07-14
Merge branch 'tip/sched/urgent'
Peter Zijlstra
14
-86
/
+489
2025-07-14
poll: rust: allow poll_table ptrs to be null
Alice Ryhl
3
-42
/
+37
2025-07-14
rust: uaccess: add UserSliceReader::strcpy_into_buf
Alice Ryhl
1
-1
/
+59
2025-07-14
rust: uaccess: add strncpy_from_user
Alice Ryhl
1
-1
/
+35
2025-07-13
Merge tag 'pin-init-v6.17' of https://github.com/Rust-for-Linux/linux into ru...
Miguel Ojeda
12
-148
/
+287
2025-07-11
rust: sync: Add #[must_use] to Lock::try_lock()
Jason Devers
1
-0
/
+2
2025-07-11
drm: rust: rename as_ref() to from_raw() for drm constructors
Alice Ryhl
4
-15
/
+15
2025-07-11
Merge tag 'drm-misc-fixes-2025-07-10' of https://gitlab.freedesktop.org/drm/m...
Simona Vetter
2
-2
/
+11
2025-07-09
rust: pci: implement Driver::unbind()
Danilo Krummrich
1
-1
/
+17
2025-07-09
rust: platform: implement Driver::unbind()
Danilo Krummrich
1
-1
/
+17
2025-07-09
rust: auxiliary: use generic device drvdata accessors
Danilo Krummrich
2
-30
/
+15
2025-07-09
rust: pci: use generic device drvdata accessors
Danilo Krummrich
2
-27
/
+14
2025-07-09
rust: platform: use generic device drvdata accessors
Danilo Krummrich
2
-29
/
+17
2025-07-09
rust: device: add drvdata accessors
Danilo Krummrich
2
-1
/
+58
2025-07-09
rust: device: introduce device::CoreInternal
Danilo Krummrich
1
-0
/
+14
2025-07-08
Merge remote-tracking branch 'drm/drm-next' into drm-misc-next
Maarten Lankhorst
6
-63
/
+297
2025-07-07
rust: pci: fix documentation related to Device instances
Rahul Rameshbabu
1
-1
/
+2
2025-07-06
rust: miscdevice: remove unnecessary import
Tamir Duberstein
1
-1
/
+0
2025-07-05
rust: devres: remove unused import
Tamir Duberstein
1
-1
/
+1
2025-07-05
rust: auxiliary: remove unnecessary import
Tamir Duberstein
1
-1
/
+0
2025-07-05
rust: platform: remove unnecessary import
Tamir Duberstein
1
-1
/
+0
2025-07-05
rust: drm: remove unnecessary imports
Tamir Duberstein
1
-1
/
+0
2025-07-05
rust: drm: remove unnecessary imports
Tamir Duberstein
1
-1
/
+0
2025-07-04
rust: drm: device: drop_in_place() the drm::Device in release()
Danilo Krummrich
1
-1
/
+11
2025-07-03
rust: sync: implement `Borrow` and `BorrowMut` for `Arc` types
Alexandre Courbot
1
-1
/
+77
2025-07-03
rust: acpi: remove unneeded cast to clean future Clippy warning
Miguel Ojeda
1
-1
/
+1
2025-07-01
rust: dma: require mutable reference for as_slice_mut() and write()
Danilo Krummrich
1
-2
/
+2
2025-07-01
rust: miscdevice: clarify invariant for `MiscDeviceRegistration`
Shankari Anand
1
-1
/
+7
2025-07-01
rust: fix typo in #[repr(transparent)] comments
FUJITA Tomonori
3
-5
/
+5
2025-07-01
Cast to the proper type
Tamir Duberstein
1
-5
/
+5
2025-07-01
Use unqualified references to ffi types
Tamir Duberstein
1
-16
/
+8
2025-06-30
rust: time: Add wrapper for fsleep() function
FUJITA Tomonori
3
-0
/
+56
2025-06-30
rust: time: Seal the HrTimerMode trait
FUJITA Tomonori
1
-1
/
+20
2025-06-29
rust: revocable: document why &T is not used in RevocableGuard
Alice Ryhl
1
-0
/
+4
2025-06-29
rust: rbtree: add RBTree::is_empty
Alice Ryhl
1
-0
/
+6
2025-06-29
rust: init: Fix generics in *_init! macros
Janne Grunau
1
-4
/
+4
2025-06-28
rust: devres: get rid of Devres' inner Arc
Danilo Krummrich
2
-97
/
+136
2025-06-28
rust: devres: replace Devres::new_foreign_owned()
Danilo Krummrich
4
-20
/
+85
2025-06-28
rust: revocable: support fallible PinInit types
Danilo Krummrich
2
-4
/
+4
2025-06-28
Merge tag 'pin-init-v6.17-result-blanket' of https://github.com/Rust-for-Linu...
Danilo Krummrich
2
-13
/
+39
2025-06-28
rust: implement `Wrapper<T>` for `Opaque<T>`
Christian Schrefl
2
-12
/
+16
2025-06-28
rust: devres: require T: Send for Devres
Danilo Krummrich
1
-5
/
+5
2025-06-26
rust: platform: Add ACPI match table support to `Driver` trait
Igor Korotin
1
-2
/
+21
2025-06-26
rust: platform: Set `OF_ID_TABLE` default to `None` in `Driver` trait
Igor Korotin
1
-1
/
+1
2025-06-26
rust: driver: Add ACPI id table support to Adapter trait
Igor Korotin
3
-2
/
+46
[prev]
[next]