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-22
Merge branches 'pm-cpuidle', 'pm-qos', 'pm-devfreq' and 'pm-opp'
Rafael J. Wysocki
1
-4
/
+4
2025-07-22
rust: kernel: move ARef and AlwaysRefCounted to sync::aref
Shankari Anand
3
-151
/
+158
2025-07-22
rust: sync: fix safety comment for `static_lock_class`
Benno Lossin
1
-2
/
+5
2025-07-22
rust: io: fix broken intra-doc links to `platform::Device`
Miguel Ojeda
1
-4
/
+4
2025-07-22
rust: io: fix broken intra-doc link to missing `flags` module
Miguel Ojeda
1
-1
/
+2
2025-07-21
rust: types: remove `Either<L, R>`
Benno Lossin
1
-18
/
+0
2025-07-21
rust: drm: Drop the use of Opaque for ioctl arguments
Beata Michalska
1
-4
/
+7
2025-07-21
Merge tag 'cpufreq-arm-updates-6.17' of git://git.kernel.org/pub/scm/linux/ke...
Rafael J. Wysocki
2
-45
/
+28
2025-07-21
Merge tag 'nova-next-v6.17-2025-07-18' of https://gitlab.freedesktop.org/drm/...
Dave Airlie
3
-34
/
+190
2025-07-21
rust: kernel: use `core::ffi::CStr` method names
Tamir Duberstein
2
-11
/
+11
2025-07-21
rust: str: add `CStr` methods matching `core::ffi::CStr`
Tamir Duberstein
1
-3
/
+34
2025-07-21
rust: str: remove unnecessary qualification
Tamir Duberstein
1
-2
/
+2
2025-07-21
rust: use `kernel::{fmt,prelude::fmt!}`
Tamir Duberstein
3
-7
/
+7
2025-07-21
rust: kernel: add `fmt` module
Tamir Duberstein
2
-0
/
+8
2025-07-21
rust: kernel: remove `fmt!`, fix clippy::uninlined-format-args
Tamir Duberstein
3
-22
/
+16
2025-07-20
rust: io: mem: enable IoRequest doc-tests
Danilo Krummrich
1
-2
/
+2
2025-07-20
rust: platform: add resource accessors
Daniel Almeida
2
-2
/
+59
2025-07-20
rust: io: mem: add a generic iomem abstraction
Daniel Almeida
3
-0
/
+286
2025-07-20
rust: io: add resource abstraction
Daniel Almeida
4
-0
/
+270
2025-07-20
rust: list: remove nonexistent generic parameter in link
Miguel Ojeda
1
-2
/
+2
2025-07-19
rust: bits: add support for bits/genmask macros
Daniel Almeida
2
-0
/
+204
2025-07-19
rust: list: remove OFFSET constants
Tamir Duberstein
2
-87
/
+81
2025-07-19
rust: list: add `impl_list_item!` examples
Tamir Duberstein
1
-3
/
+93
2025-07-19
rust: list: use fully qualified path
Tamir Duberstein
1
-5
/
+5
2025-07-19
rust: list: use consistent self parameter name
Tamir Duberstein
1
-4
/
+4
2025-07-19
rust: list: use consistent type parameter style
Tamir Duberstein
1
-5
/
+5
2025-07-19
rust: list: simplify macro capture
Tamir Duberstein
1
-11
/
+5
2025-07-19
rust: list: undo unintended replacement of method name
Miguel Ojeda
1
-1
/
+1
2025-07-19
rust: platform: implement the `dma::Device` trait
Danilo Krummrich
1
-0
/
+2
2025-07-19
rust: pci: implement the `dma::Device` trait
Danilo Krummrich
1
-0
/
+2
2025-07-19
rust: dma: add DMA addressing capabilities
Danilo Krummrich
2
-4
/
+144
2025-07-19
rust: dma: implement `dma::Device` trait
Danilo Krummrich
1
-5
/
+12
2025-07-19
Merge tag 'rust-fixes-6.16-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
6
-11
/
+15
2025-07-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2
-2
/
+11
2025-07-17
rust: time: Pass correct timer mode ID to hrtimer_start_range_ns
Lyude Paul
1
-1
/
+1
2025-07-16
Merge tag 'rust-timekeeping-for-v6.17' of https://github.com/Rust-for-Linux/l...
Miguel Ojeda
9
-186
/
+466
2025-07-16
rust: net::phy Change module_phy_driver macro to use module_device_table macro
FUJITA Tomonori
1
-27
/
+24
2025-07-16
rust: net::phy represent DeviceId as transparent wrapper over mdio_device_id
FUJITA Tomonori
1
-27
/
+28
2025-07-16
rust: device_id: split out index support into a separate trait
FUJITA Tomonori
6
-47
/
+104
2025-07-16
device: rust: rename Device::as_ref() to Device::from_raw()
Alice Ryhl
9
-11
/
+11
2025-07-15
Merge tag 'alloc-next-v6.17-2025-07-15' of https://github.com/Rust-for-Linux/...
Miguel Ojeda
3
-35
/
+276
2025-07-15
workqueue: rust: add delayed work items
Alice Ryhl
1
-3
/
+327
2025-07-15
rust: types: rename Opaque::raw_get to cast_into
Alice Ryhl
8
-15
/
+15
2025-07-15
rust: types: add Opaque::cast_from
Alice Ryhl
4
-6
/
+14
2025-07-15
rust: regulator: add a bare minimum regulator abstraction
Daniel Almeida
5
-0
/
+464
2025-07-15
rust: device: implement Device::as_bound()
Danilo Krummrich
1
-0
/
+19
2025-07-15
rust: devres: provide an accessor for the device
Danilo Krummrich
1
-0
/
+5
2025-07-15
rust: devres: initialize Devres::inner::data last
Danilo Krummrich
1
-8
/
+8
2025-07-15
rust: cpumask: Replace `MaybeUninit` and `mem::zeroed` with `Opaque` APIs
Ritvik Gupta
1
-11
/
+2
2025-07-14
rust: types: require `ForeignOwnable::into_foreign` return non-null
Andreas Hindborg
1
-0
/
+1
[prev]
[next]