summaryrefslogtreecommitdiff
path: root/rust/kernel
AgeCommit message (Expand)Author
2025-01-22Merge tag 'net-next-6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2025-01-21Merge tag 'lsm-pr-20250121' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2025-01-21Merge tag 'rust-6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/...Linus Torvalds
2025-01-21Merge tag 'locking-core-2025-01-20' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2025-01-20Merge tag 'for-6.14/block-20250118' of git://git.kernel.dk/linuxLinus Torvalds
2025-01-13rust: uaccess: generalize userSliceReader to support any VecFilipe Xavier
2025-01-13rust: kernel: add improved version of `ForeignOwnable::borrow_mut`Alice Ryhl
2025-01-13rust: kernel: reorder `ForeignOwnable` itemsTamir Duberstein
2025-01-13rust: kernel: change `ForeignOwnable` pointer to mutTamir Duberstein
2025-01-13rust: arc: split unsafe block, add missing commentTamir Duberstein
2025-01-13rust: types: avoid `as` castsTamir Duberstein
2025-01-13rust: arc: use `NonNull::new_unchecked`Tamir Duberstein
2025-01-13rust: use derive(CoercePointee) on rustc >= 1.84.0Xiangfei Ding
2025-01-13rust: alloc: add doctest for `ArrayLayout::new()`Jimmy Ostler
2025-01-13rust: init: update `stack_try_pin_init` examplesJimmy Ostler
2025-01-13rust: error: import `kernel`'s `LayoutError` instead of `core`'sJimmy Ostler
2025-01-13rust: str: replace unwraps with question mark operatorsDaniel Sedlak
2025-01-13rust: page: remove unnecessary helper function from doctestDaniel Sedlak
2025-01-13rust: rbtree: remove unwrap in assertsDaniel Sedlak
2025-01-13rust: init: replace unwraps with question mark operatorsDaniel Sedlak
2025-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-01-10rust: add `build_error!` to the preludeMiguel Ojeda
2025-01-10rust: kernel: move `build_error` hidden function to prevent mistakesMiguel Ojeda
2025-01-10rust: use the `build_error!` macro, not the hidden functionMiguel Ojeda
2025-01-10rust: kbuild: run Clippy for `rusttest` codeMiguel Ojeda
2025-01-03Merge tag 'wq-for-6.13-rc5-fixes' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2024-12-23rust: block: fix use of BLK_MQ_F_SHOULD_MERGEAndreas Hindborg
2024-12-19rust: sync: Add lock::Backend::assert_is_held()Lyude Paul
2024-12-19rust: sync: Add SpinLockGuard type aliasLyude Paul
2024-12-19rust: sync: Add MutexGuard type aliasLyude Paul
2024-12-19rust: sync: Make Guard::new() publicLyude Paul
2024-12-19rust: sync: Add Lock::from_raw() for Lock<(), B>Lyude Paul
2024-12-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-12-18rust: block: fix formatting in GenDisk docYutaro Ohno
2024-12-18rust: alloc: align Debug implementation for Box with DisplayGuangbo Cui
2024-12-18rust: alloc: implement Display for BoxGuangbo Cui
2024-12-18rust: sync: document `PhantomData` in `Arc`Tamir Duberstein
2024-12-18rust: workqueue: Enable execution of doctestsDirk Behme
2024-12-17rust: error: modify `from_errno` to use `try_from_errno`Daniel Sedlak
2024-12-17rust: net::phy scope ThisModule usage in the module_phy_driver macroRahul Rameshbabu
2024-12-17rust: net::phy fix module autoloadingFUJITA Tomonori
2024-12-16rust: cleanup unnecessary castsGary Guo
2024-12-16rust: map `long` to `isize` and `char` to `u8`Gary Guo
2024-12-16rust: finish using custom FFI integer typesMiguel Ojeda
2024-12-04rust: replace lsm context+len with lsm_contextAlice Ryhl
2024-12-03rust: add safety comment in workqueue traitsKonstantin Andrikopoulos
2024-11-30Merge tag 'block-6.13-20242901' of git://git.kernel.dk/linuxLinus Torvalds
2024-11-29Merge tag 'char-misc-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2024-11-26rust: fix up formatting after mergeLinus Torvalds
2024-11-26Merge tag 'rust-6.13' of https://github.com/Rust-for-Linux/linuxLinus Torvalds