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-05-11
mm: rust: add vm_insert_page
Alice Ryhl
1
-1
/
+78
2025-05-11
mm: rust: add vm_area_struct methods that require read access
Alice Ryhl
3
-0
/
+239
2025-05-11
mm: rust: add abstraction for struct mm_struct
Alice Ryhl
4
-0
/
+251
2025-05-12
rust: replace rustdoc references to alloc::format
Andrew Ballance
2
-17
/
+34
2025-05-12
rust: convert raw URLs to Markdown autolinks in comments
Xizhe Yin
4
-4
/
+4
2025-05-12
rust: clarify the language unstable features in use
Miguel Ojeda
1
-7
/
+21
2025-05-12
rust: uaccess: take advantage of the prelude and `Result`'s defaults
Miguel Ojeda
1
-3
/
+1
2025-05-12
rust: static_assert: add optional message
Altan Ozlu
1
-2
/
+7
2025-05-12
rust: page: optimize rust symbol generation for Page
Kunwu Chan
1
-0
/
+2
2025-05-07
rust: alloc: add Vec::insert_within_capacity
Alice Ryhl
2
-1
/
+73
2025-05-07
rust: alloc: add Vec::remove
Alice Ryhl
2
-1
/
+52
2025-05-07
rust: alloc: add Vec::retain
Alice Ryhl
1
-0
/
+72
2025-05-07
rust: alloc: add Vec::drain_all
Alice Ryhl
1
-0
/
+59
2025-05-07
rust: alloc: add Vec::push_within_capacity
Alice Ryhl
2
-4
/
+65
2025-05-07
rust: alloc: add Vec::pop
Alice Ryhl
1
-0
/
+31
2025-05-07
rust: alloc: add Vec::clear
Alice Ryhl
1
-0
/
+20
2025-05-07
rust: clean Rust 1.88.0's `clippy::uninlined_format_args` lint
Miguel Ojeda
5
-49
/
+34
2025-05-07
rust: clean Rust 1.88.0's `unnecessary_transmutes` lint
Miguel Ojeda
2
-0
/
+2
2025-05-07
rust: allow Rust 1.87.0's `clippy::ptr_eq` lint
Miguel Ojeda
2
-0
/
+6
2025-05-04
rust: devres: implement Devres::access()
Danilo Krummrich
1
-0
/
+38
2025-05-04
rust: revocable: implement Revocable::access()
Danilo Krummrich
1
-0
/
+12
2025-05-01
rust: pin-init: improve documentation for `Zeroable` derive macros
Benno Lossin
1
-6
/
+18
2025-05-01
rust: pin-init: fix typos
Benno Lossin
1
-1
/
+1
2025-05-01
rust: pin-init: add `MaybeZeroable` derive macro
Benno Lossin
4
-1
/
+120
2025-05-01
rust: pin-init: allow `Zeroable` derive macro to also be applied to unions
Benno Lossin
1
-0
/
+30
2025-05-01
rust: pin-init: allow `pub` fields in `derive(Zeroable)`
Benno Lossin
1
-1
/
+1
2025-05-01
rust: pin-init: Update the structural pinning link in readme.
Christian Schrefl
2
-2
/
+2
2025-05-01
rust: pin-init: Update Changelog and Readme
Christian Schrefl
2
-0
/
+12
2025-05-01
rust: pin-init: Implement `Wrapper` for `UnsafePinned` behind feature flag.
Christian Schrefl
1
-0
/
+12
2025-05-01
rust: pin-init: Add the `Wrapper` trait.
Christian Schrefl
1
-0
/
+44
2025-05-01
rust: pin-init: add `cast_[pin_]init` functions to change the initialized type
Benno Lossin
1
-0
/
+32
2025-05-01
rust: xarray: Add an abstraction for XArray
Tamir Duberstein
5
-0
/
+311
2025-05-01
rust: types: add `ForeignOwnable::PointedTo`
Tamir Duberstein
6
-49
/
+70
2025-04-29
rust: device: conditionally expect `dead_code` for `parent()`
Miguel Ojeda
1
-0
/
+1
2025-04-29
rust: time: Introduce Instant type
FUJITA Tomonori
1
-38
/
+39
2025-04-29
rust: time: Introduce Delta type
FUJITA Tomonori
1
-0
/
+88
2025-04-29
rust: time: Add PartialEq/Eq/PartialOrd/Ord trait to Ktime
FUJITA Tomonori
1
-1
/
+1
2025-04-29
rust: hrtimer: Add Ktime temporarily
FUJITA Tomonori
5
-6
/
+22
2025-04-28
rust: drm: gem: Add GEM object abstraction
Asahi Lina
7
-2
/
+351
2025-04-25
Merge tag 'driver-core-6.15-rc4' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-2
/
+6
2025-04-24
rust: drm: file: Add File abstraction
Asahi Lina
5
-2
/
+107
2025-04-24
rust: drm: add DRM driver registration
Asahi Lina
2
-1
/
+60
2025-04-24
rust: drm: add device abstraction
Asahi Lina
4
-8
/
+201
2025-04-24
rust: drm: add driver abstractions
Asahi Lina
3
-0
/
+122
2025-04-24
rust: drm: ioctl: Add DRM ioctl abstraction
Asahi Lina
5
-0
/
+171
2025-04-23
rust: alloc: replace `Vec::set_len` with `inc_len`
Tamir Duberstein
3
-15
/
+14
2025-04-23
rust: alloc: refactor `Vec::truncate` using `dec_len`
Tamir Duberstein
1
-17
/
+8
2025-04-23
rust: alloc: add `Vec::dec_len`
Tamir Duberstein
1
-0
/
+20
2025-04-23
rust: alloc: add Vec::len() <= Vec::capacity invariant
Tamir Duberstein
1
-6
/
+9
2025-04-22
rust: alloc: allow coercion from `Box<T>` to `Box<dyn U>` if T implements U
Alexandre Courbot
1
-1
/
+39
[prev]
[next]