summaryrefslogtreecommitdiff
path: root/rust
AgeCommit message (Expand)AuthorFilesLines
2025-01-22Merge tag 'net-next-6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds1-2/+2
2025-01-22Merge tag 'lsm-pr-20250121' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-25/+21
2025-01-22Merge tag 'rust-6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/...Linus Torvalds28-205/+378
2025-01-21Merge tag 'locking-core-2025-01-20' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds6-3/+72
2025-01-21Merge tag 'for-6.14/block-20250118' of git://git.kernel.dk/linuxLinus Torvalds1-1/+1
2025-01-15kbuild: rust: add PROCMACROLDFLAGSHONG Yifan1-1/+1
2025-01-14rust: uaccess: generalize userSliceReader to support any VecFilipe Xavier1-3/+3
2025-01-14rust: kernel: add improved version of `ForeignOwnable::borrow_mut`Alice Ryhl3-13/+86
2025-01-14rust: kernel: reorder `ForeignOwnable` itemsTamir Duberstein2-19/+19
2025-01-14rust: kernel: change `ForeignOwnable` pointer to mutTamir Duberstein4-21/+21
2025-01-14rust: arc: split unsafe block, add missing commentTamir Duberstein1-1/+5
2025-01-14rust: types: avoid `as` castsTamir Duberstein3-9/+10
2025-01-14rust: arc: use `NonNull::new_unchecked`Tamir Duberstein1-4/+8
2025-01-14rust: use derive(CoercePointee) on rustc >= 1.84.0Xiangfei Ding4-11/+22
2025-01-14rust: alloc: add doctest for `ArrayLayout::new()`Jimmy Ostler1-0/+19
2025-01-14rust: init: update `stack_try_pin_init` examplesJimmy Ostler1-4/+20
2025-01-14rust: error: import `kernel`'s `LayoutError` instead of `core`'sJimmy Ostler1-3/+4
2025-01-14rust: str: replace unwraps with question mark operatorsDaniel Sedlak1-11/+17
2025-01-14rust: page: remove unnecessary helper function from doctestDaniel Sedlak1-4/+2
2025-01-14rust: rbtree: remove unwrap in assertsDaniel Sedlak1-23/+23
2025-01-14rust: init: replace unwraps with question mark operatorsDaniel Sedlak1-2/+4
2025-01-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+16
2025-01-10rust: use host dylib naming convention to support macOSTamir Duberstein1-10/+12
2025-01-10rust: add `build_error!` to the preludeMiguel Ojeda6-18/+18
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 Ojeda4-16/+16
2025-01-10rust: kbuild: run Clippy for `rusttest` codeMiguel Ojeda2-5/+7
2025-01-04Merge 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-22Merge tag 'lockdep-for-tip.20241220' of git://git.kernel.org/pub/scm/linux/ke...Peter Zijlstra6-3/+72
2024-12-20rust: sync: Add lock::Backend::assert_is_held()Lyude Paul5-0/+30
2024-12-20rust: sync: Add SpinLockGuard type aliasLyude Paul2-1/+9
2024-12-20rust: sync: Add MutexGuard type aliasLyude Paul2-1/+9
2024-12-20rust: sync: Make Guard::new() publicLyude Paul1-1/+1
2024-12-20rust: sync: Add Lock::from_raw() for Lock<(), B>Lyude Paul1-0/+23
2024-12-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-3/+16
2024-12-19Merge tag 'net-6.13-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-2/+2
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-18rust: error: modify `from_errno` to use `try_from_errno`Daniel Sedlak1-7/+4
2024-12-17rust: net::phy scope ThisModule usage in the module_phy_driver macroRahul Rameshbabu1-2/+2
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 Guo5-28/+47
2024-12-16rust: finish using custom FFI integer typesMiguel Ojeda4-10/+6
2024-12-10rust: kbuild: set `bindgen`'s Rust target versionMiguel Ojeda1-1/+14
2024-12-04rust: replace lsm context+len with lsm_contextAlice Ryhl2-25/+21