summaryrefslogtreecommitdiffstats
path: root/rust (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'net-next-6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds5 days1-2/+2
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2025-01-101-2/+16
| |\
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-12-192-3/+16
| |\ \
| * | | rust: net::phy scope ThisModule usage in the module_phy_driver macroRahul Rameshbabu2024-12-171-2/+2
* | | | Merge tag 'lsm-pr-20250121' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds6 days2-25/+21
|\ \ \ \
| * | | | rust: replace lsm context+len with lsm_contextAlice Ryhl2024-12-042-25/+21
| |/ / /
* | | | Merge tag 'rust-6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/...Linus Torvalds6 days28-205/+378
|\ \ \ \
| * | | | kbuild: rust: add PROCMACROLDFLAGSHONG Yifan12 days1-1/+1
| * | | | rust: uaccess: generalize userSliceReader to support any VecFilipe Xavier14 days1-3/+3
| * | | | rust: kernel: add improved version of `ForeignOwnable::borrow_mut`Alice Ryhl14 days3-13/+86
| * | | | rust: kernel: reorder `ForeignOwnable` itemsTamir Duberstein14 days2-19/+19
| * | | | rust: kernel: change `ForeignOwnable` pointer to mutTamir Duberstein14 days4-21/+21
| * | | | rust: arc: split unsafe block, add missing commentTamir Duberstein14 days1-1/+5
| * | | | rust: types: avoid `as` castsTamir Duberstein14 days3-9/+10
| * | | | rust: arc: use `NonNull::new_unchecked`Tamir Duberstein14 days1-4/+8
| * | | | rust: use derive(CoercePointee) on rustc >= 1.84.0Xiangfei Ding14 days4-11/+22
| * | | | rust: alloc: add doctest for `ArrayLayout::new()`Jimmy Ostler14 days1-0/+19
| * | | | rust: init: update `stack_try_pin_init` examplesJimmy Ostler14 days1-4/+20
| * | | | rust: error: import `kernel`'s `LayoutError` instead of `core`'sJimmy Ostler14 days1-3/+4
| * | | | rust: str: replace unwraps with question mark operatorsDaniel Sedlak14 days1-11/+17
| * | | | rust: page: remove unnecessary helper function from doctestDaniel Sedlak14 days1-4/+2
| * | | | rust: rbtree: remove unwrap in assertsDaniel Sedlak14 days1-23/+23
| * | | | rust: init: replace unwraps with question mark operatorsDaniel Sedlak14 days1-2/+4
| * | | | rust: use host dylib naming convention to support macOSTamir Duberstein2025-01-101-10/+12
| * | | | rust: add `build_error!` to the preludeMiguel Ojeda2025-01-106-18/+18
| * | | | rust: kernel: move `build_error` hidden function to prevent mistakesMiguel Ojeda2025-01-102-8/+9
| * | | | rust: use the `build_error!` macro, not the hidden functionMiguel Ojeda2025-01-104-16/+16
| * | | | rust: kbuild: run Clippy for `rusttest` codeMiguel Ojeda2025-01-102-5/+7
| * | | | rust: block: fix formatting in GenDisk docYutaro Ohno2024-12-181-3/+3
| * | | | rust: alloc: align Debug implementation for Box with DisplayGuangbo Cui2024-12-181-1/+1
| * | | | rust: alloc: implement Display for BoxGuangbo Cui2024-12-181-0/+10
| * | | | rust: sync: document `PhantomData` in `Arc`Tamir Duberstein2024-12-181-0/+8
| * | | | rust: workqueue: Enable execution of doctestsDirk Behme2024-12-181-0/+3
| * | | | rust: error: modify `from_errno` to use `try_from_errno`Daniel Sedlak2024-12-171-7/+4
| * | | | rust: cleanup unnecessary castsGary Guo2024-12-162-5/+5
| * | | | rust: map `long` to `isize` and `char` to `u8`Gary Guo2024-12-165-28/+47
| * | | | rust: finish using custom FFI integer typesMiguel Ojeda2024-12-164-10/+6
* | | | | Merge tag 'locking-core-2025-01-20' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds6 days6-3/+72
|\ \ \ \ \
| * \ \ \ \ Merge tag 'lockdep-for-tip.20241220' of git://git.kernel.org/pub/scm/linux/ke...Peter Zijlstra2024-12-226-3/+72
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | rust: sync: Add lock::Backend::assert_is_held()Lyude Paul2024-12-195-0/+30
| | * | | | rust: sync: Add SpinLockGuard type aliasLyude Paul2024-12-192-1/+9
| | * | | | rust: sync: Add MutexGuard type aliasLyude Paul2024-12-192-1/+9
| | * | | | rust: sync: Make Guard::new() publicLyude Paul2024-12-191-1/+1
| | * | | | rust: sync: Add Lock::from_raw() for Lock<(), B>Lyude Paul2024-12-191-0/+23
| | |/ / /
* | | | | Merge tag 'for-6.14/block-20250118' of git://git.kernel.dk/linuxLinus Torvalds7 days1-1/+1
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | rust: block: fix use of BLK_MQ_F_SHOULD_MERGEAndreas Hindborg2024-12-231-1/+1
| | |_|/ | |/| |
* | | | Merge tag 'wq-for-6.13-rc5-fixes' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2025-01-041-2/+16
|\ \ \ \ | |/ / / |/| | |
| * | | rust: add safety comment in workqueue traitsKonstantin Andrikopoulos2024-12-031-2/+16
| | |/ | |/|
* | | Merge tag 'net-6.13-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2024-12-191-2/+2
|\ \ \ | |_|/ |/| |
| * | rust: net::phy fix module autoloadingFUJITA Tomonori2024-12-171-2/+2
| |/