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-06-26
rust: driver: Consolidate `Adapter::of_id_info` methods using `#[cfg]`
Igor Korotin
1
-19
/
+21
2025-06-26
rust: acpi: add `acpi::DeviceId` abstraction
Igor Korotin
2
-0
/
+66
2025-06-25
rust: device: implement FwNode::is_of_node()
Danilo Krummrich
3
-0
/
+16
2025-06-25
rust: device: Add property_get_reference_args
Remo Senekowitsch
1
-0
/
+102
2025-06-25
rust: device: Add child accessor and iterator
Remo Senekowitsch
1
-0
/
+56
2025-06-24
rust: task: Add Rust version of might_sleep()
FUJITA Tomonori
2
-0
/
+30
2025-06-24
rust: Introduce file_from_location()
Boqun Feng
1
-0
/
+48
2025-06-24
rust: time: Remove Ktime in hrtimer
FUJITA Tomonori
1
-16
/
+0
2025-06-24
rust: time: Make HasHrTimer generic over HrTimerMode
FUJITA Tomonori
5
-21
/
+66
2025-06-24
rust: time: Add HrTimerExpires trait
FUJITA Tomonori
2
-36
/
+97
2025-06-24
rust: task: Mark Task methods inline
Panagiotis Foliadis
1
-0
/
+9
2025-06-24
rust: sync: Mark PollCondVar::drop() inline
Kunwu Chan
1
-0
/
+1
2025-06-24
rust: sync: Mark CondVar::notify_*() inline
Kunwu Chan
1
-0
/
+3
2025-06-24
rust: time: Replace HrTimerMode enum with trait-based mode types
FUJITA Tomonori
1
-74
/
+90
2025-06-24
rust: io: avoid mentioning private fields in `IoMem`
Sai Vishnu M
1
-1
/
+1
2025-06-24
rust: Use consistent "# Examples" heading style in rustdoc
Viresh Kumar
13
-29
/
+29
2025-06-24
rust: macros: remove `module!`'s deprecated `author` key
Guilherme Giacomo Simoes
2
-7
/
+1
2025-06-24
rust: list: replace unwrap() with ? in doctest examples
Albin Babu Varghese
1
-19
/
+19
2025-06-24
rust: kunit: use crate-level mapping for `c_void`
Jesung Yang
1
-1
/
+1
2025-06-23
rust: sizes: add constants up to SZ_2G
Alexandre Courbot
1
-0
/
+24
2025-06-23
rust: make ETIMEDOUT error available
Alexandre Courbot
1
-0
/
+1
2025-06-23
Merge tag 'topic/dma-features-2025-06-23' of https://github.com/Rust-for-Linu...
Danilo Krummrich
1
-34
/
+165
2025-06-23
Merge tag 'topic/dma-features-2025-06-23' into alloc-next
Danilo Krummrich
1
-34
/
+165
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-23
Merge 6.16-rc3 into driver-core-next
Greg Kroah-Hartman
12
-84
/
+478
2025-06-23
rust: opp: use c_* types via kernel prelude
Abhinav Ananthu
1
-4
/
+4
2025-06-23
rust: cpufreq: use c_ types from kernel prelude
Abhinav Ananthu
1
-23
/
+15
2025-06-22
rust: enable `clippy::ref_as_ptr` lint
Tamir Duberstein
7
-20
/
+14
2025-06-22
rust: enable `clippy::cast_lossless` lint
Tamir Duberstein
3
-2
/
+4
2025-06-22
rust: enable `clippy::as_underscore` lint
Tamir Duberstein
14
-59
/
+68
2025-06-22
rust: enable `clippy::as_ptr_cast_mut` lint
Tamir Duberstein
1
-1
/
+1
2025-06-22
rust: enable `clippy::ptr_cast_constness` lint
Tamir Duberstein
2
-4
/
+4
2025-06-22
rust: enable `clippy::ptr_as_ptr` lint
Tamir Duberstein
24
-32
/
+40
2025-06-19
rust: replace literals with constants in `clk::Hertz`
Onur Özkan
1
-6
/
+10
2025-06-19
rust: shorten `con_id`s in `get` methods in clk module
Onur Özkan
1
-10
/
+2
2025-06-19
rust: make `clk::Hertz` methods const
Onur Özkan
1
-7
/
+7
2025-06-19
rust: cpufreq: Ensure C ABI compatibility in all unsafe
Abhinav Ananthu
1
-13
/
+13
2025-06-18
Merge tag 'driver-core-6.16-rc3' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
7
-21
/
+181
2025-06-18
rust: alloc: implement `Borrow` and `BorrowMut` for `KBox`
Alexandre Courbot
1
-0
/
+57
2025-06-18
rust: alloc: implement `Borrow` and `BorrowMut` for `Vec`
Alexandre Courbot
1
-0
/
+53
2025-06-16
rust: time: Add ktime_get() to ClockSource trait
FUJITA Tomonori
2
-4
/
+44
2025-06-16
rust: time: Make Instant generic over ClockSource
FUJITA Tomonori
1
-5
/
+17
2025-06-16
rust: time: Replace ClockId enum with ClockSource trait
FUJITA Tomonori
2
-69
/
+84
2025-06-16
rust: time: Avoid 64-bit integer division on 32-bit architectures
FUJITA Tomonori
3
-4
/
+36
2025-06-14
Merge tag 'rust-fixes-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-1
/
+1
[prev]
[next]