index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
perf
/
scripts
/
python
/
task-analyzer.py
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
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-21
rust: types: remove `Either<L, R>`
Benno Lossin
1
-18
/
+0
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
4
-8
/
+8
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
5
-26
/
+20
2025-07-21
scripts: rust: emit path candidates in panic message
Tamir Duberstein
1
-3
/
+5
2025-07-21
scripts: rust: replace length checks with match
Tamir Duberstein
1
-16
/
+15
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
2
-5
/
+96
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-17
rust: time: Pass correct timer mode ID to hrtimer_start_range_ns
Lyude Paul
1
-1
/
+1
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-14
rust: types: require `ForeignOwnable::into_foreign` return non-null
Andreas Hindborg
1
-0
/
+1
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
3
-12
/
+63
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-09
MAINTAINERS: add mm folks as reviewers to rust alloc
Lorenzo Stoakes
1
-0
/
+4
2025-07-03
rust: sync: implement `Borrow` and `BorrowMut` for `Arc` types
Alexandre Courbot
1
-1
/
+77
2025-07-01
rust: dma: require mutable reference for as_slice_mut() and write()
Danilo Krummrich
1
-2
/
+2
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-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: 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
7
-12
/
+6
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: 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
[next]