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.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
path:
root
/
rust
Age
Commit message (
Expand
)
Author
Files
Lines
2025-01-22
Merge tag 'net-next-6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
1
-2
/
+2
2025-01-22
Merge tag 'lsm-pr-20250121' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2
-25
/
+21
2025-01-22
Merge tag 'rust-6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/...
Linus Torvalds
28
-205
/
+378
2025-01-21
Merge tag 'locking-core-2025-01-20' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
6
-3
/
+72
2025-01-21
Merge tag 'for-6.14/block-20250118' of git://git.kernel.dk/linux
Linus Torvalds
1
-1
/
+1
2025-01-15
kbuild: rust: add PROCMACROLDFLAGS
HONG Yifan
1
-1
/
+1
2025-01-14
rust: uaccess: generalize userSliceReader to support any Vec
Filipe Xavier
1
-3
/
+3
2025-01-14
rust: kernel: add improved version of `ForeignOwnable::borrow_mut`
Alice Ryhl
3
-13
/
+86
2025-01-14
rust: kernel: reorder `ForeignOwnable` items
Tamir Duberstein
2
-19
/
+19
2025-01-14
rust: kernel: change `ForeignOwnable` pointer to mut
Tamir Duberstein
4
-21
/
+21
2025-01-14
rust: arc: split unsafe block, add missing comment
Tamir Duberstein
1
-1
/
+5
2025-01-14
rust: types: avoid `as` casts
Tamir Duberstein
3
-9
/
+10
2025-01-14
rust: arc: use `NonNull::new_unchecked`
Tamir Duberstein
1
-4
/
+8
2025-01-14
rust: use derive(CoercePointee) on rustc >= 1.84.0
Xiangfei Ding
4
-11
/
+22
2025-01-14
rust: alloc: add doctest for `ArrayLayout::new()`
Jimmy Ostler
1
-0
/
+19
2025-01-14
rust: init: update `stack_try_pin_init` examples
Jimmy Ostler
1
-4
/
+20
2025-01-14
rust: error: import `kernel`'s `LayoutError` instead of `core`'s
Jimmy Ostler
1
-3
/
+4
2025-01-14
rust: str: replace unwraps with question mark operators
Daniel Sedlak
1
-11
/
+17
2025-01-14
rust: page: remove unnecessary helper function from doctest
Daniel Sedlak
1
-4
/
+2
2025-01-14
rust: rbtree: remove unwrap in asserts
Daniel Sedlak
1
-23
/
+23
2025-01-14
rust: init: replace unwraps with question mark operators
Daniel Sedlak
1
-2
/
+4
2025-01-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-2
/
+16
2025-01-10
rust: use host dylib naming convention to support macOS
Tamir Duberstein
1
-10
/
+12
2025-01-10
rust: add `build_error!` to the prelude
Miguel Ojeda
6
-18
/
+18
2025-01-10
rust: kernel: move `build_error` hidden function to prevent mistakes
Miguel Ojeda
2
-8
/
+9
2025-01-10
rust: use the `build_error!` macro, not the hidden function
Miguel Ojeda
4
-16
/
+16
2025-01-10
rust: kbuild: run Clippy for `rusttest` code
Miguel Ojeda
2
-5
/
+7
2025-01-04
Merge tag 'wq-for-6.13-rc5-fixes' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-2
/
+16
2024-12-23
rust: block: fix use of BLK_MQ_F_SHOULD_MERGE
Andreas Hindborg
1
-1
/
+1
2024-12-22
Merge tag 'lockdep-for-tip.20241220' of git://git.kernel.org/pub/scm/linux/ke...
Peter Zijlstra
6
-3
/
+72
2024-12-20
rust: sync: Add lock::Backend::assert_is_held()
Lyude Paul
5
-0
/
+30
2024-12-20
rust: sync: Add SpinLockGuard type alias
Lyude Paul
2
-1
/
+9
2024-12-20
rust: sync: Add MutexGuard type alias
Lyude Paul
2
-1
/
+9
2024-12-20
rust: sync: Make Guard::new() public
Lyude Paul
1
-1
/
+1
2024-12-20
rust: sync: Add Lock::from_raw() for Lock<(), B>
Lyude Paul
1
-0
/
+23
2024-12-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2
-3
/
+16
2024-12-19
Merge tag 'net-6.13-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
1
-2
/
+2
2024-12-18
rust: block: fix formatting in GenDisk doc
Yutaro Ohno
1
-3
/
+3
2024-12-18
rust: alloc: align Debug implementation for Box with Display
Guangbo Cui
1
-1
/
+1
2024-12-18
rust: alloc: implement Display for Box
Guangbo Cui
1
-0
/
+10
2024-12-18
rust: sync: document `PhantomData` in `Arc`
Tamir Duberstein
1
-0
/
+8
2024-12-18
rust: workqueue: Enable execution of doctests
Dirk Behme
1
-0
/
+3
2024-12-18
rust: error: modify `from_errno` to use `try_from_errno`
Daniel Sedlak
1
-7
/
+4
2024-12-17
rust: net::phy scope ThisModule usage in the module_phy_driver macro
Rahul Rameshbabu
1
-2
/
+2
2024-12-17
rust: net::phy fix module autoloading
FUJITA Tomonori
1
-2
/
+2
2024-12-16
rust: cleanup unnecessary casts
Gary Guo
2
-5
/
+5
2024-12-16
rust: map `long` to `isize` and `char` to `u8`
Gary Guo
5
-28
/
+47
2024-12-16
rust: finish using custom FFI integer types
Miguel Ojeda
4
-10
/
+6
2024-12-10
rust: kbuild: set `bindgen`'s Rust target version
Miguel Ojeda
1
-1
/
+14
2024-12-04
rust: replace lsm context+len with lsm_context
Alice Ryhl
2
-25
/
+21
[next]