summaryrefslogtreecommitdiff
path: root/rust
AgeCommit message (Expand)Author
2024-10-15rust: alloc: make `allocator` module publicDanilo Krummrich
2024-10-15rust: alloc: implement `ReallocFunc`Danilo Krummrich
2024-10-14rust: alloc: rename `KernelAllocator` to `Kmalloc`Danilo Krummrich
2024-10-14rust: alloc: separate `aligned_size` from `krealloc_aligned`Danilo Krummrich
2024-10-14rust: alloc: add `Allocator` traitDanilo Krummrich
2024-10-10rust: kernel: move `FromBytes` and `AsBytes` traits to a new `transmute` moduleAliet Exposito Garcia
2024-10-10rust: error: optimize error type to use nonzeroFilipe Xavier
2024-10-10rust: lock: add trylock method support for lock backendFilipe Xavier
2024-10-10rust: std_vendor: update dbg macro from Rust upstreamDeepak Thukral
2024-10-07rust: error: make conversion functions publicFilipe Xavier
2024-10-07rust: enable arbitrary_self_types and remove `Receiver`Gary Guo
2024-10-07rust: std_vendor: simplify `{ .. macro! .. }` with inner attributesMiguel Ojeda
2024-10-07rust: start using the `#[expect(...)]` attributeMiguel Ojeda
2024-10-07rust: enable Clippy's `check-private-items`Miguel Ojeda
2024-10-07rust: provide proper code documentation titlesMiguel Ojeda
2024-10-07rust: rbtree: fix `SAFETY` comments that should be `# Safety` sectionsMiguel Ojeda
2024-10-07rust: replace `clippy::dbg_macro` with `disallowed_macros`Miguel Ojeda
2024-10-07rust: sync: remove unneeded `#[allow(clippy::non_send_fields_in_send_ty)]`Miguel Ojeda
2024-10-07rust: init: remove unneeded `#[allow(clippy::disallowed_names)]`Miguel Ojeda
2024-10-07rust: enable `rustdoc::unescaped_backticks` lintMiguel Ojeda
2024-10-07rust: enable `clippy::ignored_unit_patterns` lintMiguel Ojeda
2024-10-07rust: enable `clippy::unnecessary_safety_comment` lintMiguel Ojeda
2024-10-07rust: enable `clippy::undocumented_unsafe_blocks` lintMiguel Ojeda
2024-10-07rust: types: avoid repetition in `{As,From}Bytes` implsMiguel Ojeda
2024-10-07rust: workqueue: remove unneeded ``#[allow(clippy::new_ret_no_self)]`Miguel Ojeda
2024-10-07rust: types: add examples for the `Either` typeNell Shamrell-Harrington
2024-10-01rust: kunit: use C-string literals to clean warningMiguel Ojeda
2024-09-26rust: mutex: fix __mutex_init() usage in case of PREEMPT_RTDirk Behme
2024-09-26rust: fix `ARCH_SLAB_MINALIGN` multiple definition errorGary Guo
2024-09-26rust: sync: require `T: Sync` for `LockedBy::access`Alice Ryhl
2024-09-26rust: kernel: sort Rust modulesMiguel Ojeda
2024-09-25Merge tag 'rust-6.12' of https://github.com/Rust-for-Linux/linuxLinus Torvalds
2024-09-16rust: cfi: add support for CFI_CLANG with RustMatthew Maurer
2024-09-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-09-05kbuild: rust: replace proc macros dependency on `core.o` with the version textMiguel Ojeda
2024-09-05kbuild: rust: rebuild if the version text changesMiguel Ojeda
2024-09-04rust: avoid `box_uninit_write` featureMiguel Ojeda
2024-09-02rust: macros: provide correct provenance when constructing THIS_MODULEBoqun Feng
2024-08-31rust: rbtree: add `RBTree::entry`Alice Ryhl
2024-08-31rust: rbtree: add cursorMatt Gilbride
2024-08-31rust: rbtree: add mutable iteratorWedson Almeida Filho
2024-08-31rust: rbtree: add iteratorWedson Almeida Filho
2024-08-31rust: rbtree: add red-black tree implementation backed by the C versionWedson Almeida Filho
2024-08-30rust: net::phy unified genphy_read_status function for C22 and C45 registersFUJITA Tomonori
2024-08-30rust: net::phy unified read/write API for C22 and C45 registersFUJITA Tomonori
2024-08-30rust: net::phy implement AsRef<kernel::device::Device> traitFUJITA Tomonori
2024-08-30rust: net::phy support probe callbackFUJITA Tomonori
2024-08-30rust: sizes: add commonly used constantsFUJITA Tomonori
2024-08-27rust: alloc: eschew `Box<MaybeUninit<T>>::write`Jubilee Young
2024-08-25rust: enable rustdoc's `--generate-link-to-definition`Miguel Ojeda