aboutsummaryrefslogtreecommitdiffstats
path: root/rust/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-01-21Merge tag 'rust-6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/...Linus Torvalds25-185/+321
2025-01-21Merge tag 'locking-core-2025-01-20' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds4-3/+62
2025-01-20Merge tag 'for-6.14/block-20250118' of git://git.kernel.dk/linuxLinus Torvalds1-1/+1
2025-01-13rust: uaccess: generalize userSliceReader to support any VecFilipe Xavier1-3/+3
2025-01-13rust: kernel: add improved version of `ForeignOwnable::borrow_mut`Alice Ryhl3-13/+86
2025-01-13rust: kernel: reorder `ForeignOwnable` itemsTamir Duberstein2-19/+19
2025-01-13rust: kernel: change `ForeignOwnable` pointer to mutTamir Duberstein4-21/+21
2025-01-13rust: arc: split unsafe block, add missing commentTamir Duberstein1-1/+5
2025-01-13rust: types: avoid `as` castsTamir Duberstein3-9/+10
2025-01-13rust: arc: use `NonNull::new_unchecked`Tamir Duberstein1-4/+8
2025-01-13rust: use derive(CoercePointee) on rustc >= 1.84.0Xiangfei Ding4-11/+22
2025-01-13rust: alloc: add doctest for `ArrayLayout::new()`Jimmy Ostler1-0/+19
2025-01-13rust: init: update `stack_try_pin_init` examplesJimmy Ostler1-4/+20
2025-01-13rust: error: import `kernel`'s `LayoutError` instead of `core`'sJimmy Ostler1-3/+4
2025-01-13rust: str: replace unwraps with question mark operatorsDaniel Sedlak1-11/+17
2025-01-13rust: page: remove unnecessary helper function from doctestDaniel Sedlak1-4/+2
2025-01-13rust: rbtree: remove unwrap in assertsDaniel Sedlak1-23/+23
2025-01-13rust: init: replace unwraps with question mark operatorsDaniel Sedlak1-2/+4
2025-01-10rust: add `build_error!` to the preludeMiguel Ojeda5-14/+14
2025-01-10rust: kernel: move `build_error` hidden function to prevent mistakesMiguel Ojeda2-8/+9
2025-01-10rust: use the `build_error!` macro, not the hidden functionMiguel Ojeda3-12/+12
2025-01-10rust: kbuild: run Clippy for `rusttest` codeMiguel Ojeda1-1/+3
2025-01-03Merge tag 'wq-for-6.13-rc5-fixes' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-2/+16
2024-12-23rust: block: fix use of BLK_MQ_F_SHOULD_MERGEAndreas Hindborg1-1/+1
2024-12-19rust: sync: Add lock::Backend::assert_is_held()Lyude Paul3-0/+20
2024-12-19rust: sync: Add SpinLockGuard type aliasLyude Paul2-1/+9
2024-12-19rust: sync: Add MutexGuard type aliasLyude Paul2-1/+9
2024-12-19rust: sync: Make Guard::new() publicLyude Paul1-1/+1
2024-12-19rust: sync: Add Lock::from_raw() for Lock<(), B>Lyude Paul1-0/+23
2024-12-18rust: block: fix formatting in GenDisk docYutaro Ohno1-3/+3
2024-12-18rust: alloc: align Debug implementation for Box with DisplayGuangbo Cui1-1/+1
2024-12-18rust: alloc: implement Display for BoxGuangbo Cui1-0/+10
2024-12-18rust: sync: document `PhantomData` in `Arc`Tamir Duberstein1-0/+8
2024-12-18rust: workqueue: Enable execution of doctestsDirk Behme1-0/+3
2024-12-17rust: error: modify `from_errno` to use `try_from_errno`Daniel Sedlak1-7/+4
2024-12-17rust: net::phy fix module autoloadingFUJITA Tomonori1-2/+2
2024-12-16rust: cleanup unnecessary castsGary Guo2-5/+5
2024-12-16rust: map `long` to `isize` and `char` to `u8`Gary Guo4-27/+11
2024-12-16rust: finish using custom FFI integer typesMiguel Ojeda4-10/+6
2024-12-03rust: add safety comment in workqueue traitsKonstantin Andrikopoulos1-2/+16
2024-11-30Merge tag 'block-6.13-20242901' of git://git.kernel.dk/linuxLinus Torvalds1-1/+1
2024-11-29Merge tag 'char-misc-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds5-1/+616
2024-11-26rust: fix up formatting after mergeLinus Torvalds1-2/+6
2024-11-26Merge tag 'rust-6.13' of https://github.com/Rust-for-Linux/linuxLinus Torvalds43-761/+2682
2024-11-26Merge tag 'vfs-6.13.rust.pid_namespace' of git://git.kernel.org/pub/scm/linux...Linus Torvalds3-6/+198
2024-11-25Merge tag 'trace-rust-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds5-0/+170
2024-11-25rust: alloc: Fix `ArrayLayout` allocationsAsahi Lina1-1/+1
2024-11-21Merge tag 'net-next-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds1-6/+10
2024-11-20rust: jump_label: skip formatting generated fileMiguel Ojeda3-3/+3
2024-11-18jump_label: rust: pass a mut ptr to `static_key_count`Alice Ryhl1-1/+1