index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2025-07-17
rust: time: Pass correct timer mode ID to hrtimer_start_range_ns
Lyude Paul
1
-1
/
+1
2025-07-17
Merge tag 'rust-timekeeping-for-v6.17' of https://github.com/Rust-for-Linux/l...
Miguel Ojeda
9
-186
/
+466
2025-07-16
Merge tag 'alloc-next-v6.17-2025-07-15' of https://github.com/Rust-for-Linux/...
Miguel Ojeda
5
-48
/
+295
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: types: require `ForeignOwnable::into_foreign` return non-null
Andreas Hindborg
1
-0
/
+1
2025-07-15
rust: types: add FOREIGN_ALIGN to ForeignOwnable
Andreas Hindborg
7
-63
/
+70
2025-07-15
rust: rbtree: simplify finding `current` in `remove_current`
Onur Özkan
1
-16
/
+7
2025-07-15
rust: helpers: sort includes alphabetically
Krishna Ketan Rai
1
-1
/
+1
2025-07-15
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-14
Merge tag 'pin-init-v6.17' of https://github.com/Rust-for-Linux/linux into ru...
Miguel Ojeda
12
-148
/
+287
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
Merge tag 'topic/dma-features-2025-06-23' into alloc-next
Danilo Krummrich
2
-47
/
+180
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
2
-36
/
+48
2025-06-23
rust: dma: clarify wording and be consistent in `coherent` nomenclature
Abdiel Janulgue
1
-5
/
+5
2025-06-23
rust: enable `clippy::ref_as_ptr` lint
Tamir Duberstein
8
-20
/
+15
2025-06-23
rust: enable `clippy::cast_lossless` lint
Tamir Duberstein
7
-6
/
+9
2025-06-23
rust: enable `clippy::as_underscore` lint
Tamir Duberstein
16
-60
/
+70
2025-06-23
rust: enable `clippy::as_ptr_cast_mut` lint
Tamir Duberstein
2
-1
/
+2
2025-06-23
rust: enable `clippy::ptr_cast_constness` lint
Tamir Duberstein
3
-4
/
+5
2025-06-23
rust: enable `clippy::ptr_as_ptr` lint
Tamir Duberstein
25
-32
/
+41
2025-06-22
Linux 6.16-rc3
v6.16-rc3
Linus Torvalds
1
-1
/
+1
2025-06-22
Merge tag 'i2c-for-6.16-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
45
-103
/
+125
2025-06-22
Merge tag 'x86_urgent_for_v6.16_rc3' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
9
-18
/
+32
2025-06-22
Merge tag 'irq_urgent_for_v6.16_rc3' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
4
-26
/
+11
2025-06-22
Merge tag 'perf_urgent_for_v6.16_rc3' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
4
-53
/
+124
2025-06-22
Merge tag 'locking_urgent_for_v6.16_rc3' of git://git.kernel.org/pub/scm/linu...
Linus Torvalds
3
-6
/
+20
2025-06-22
Merge tag 'edac_urgent_for_v6.16_rc3' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2
-11
/
+14
[next]