summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-09-10mm: krealloc: clarify valid usage of __GFP_ZEROmm/kreallocDanilo Krummrich
2024-09-10mm: krealloc: consider spare memory for __GFP_ZERODanilo Krummrich
2024-09-10mm: kvmalloc: align kvrealloc() with krealloc()Danilo Krummrich
2024-09-10mm: vmalloc: implement vrealloc()Danilo Krummrich
2024-09-05docs: rust: include other expressions in conditional compilation sectionMiguel Ojeda
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-05kbuild: rust: re-run Kconfig if the version text changesMiguel Ojeda
2024-09-05kbuild: rust: add `CONFIG_RUSTC_VERSION`Miguel Ojeda
2024-09-04rust: avoid `box_uninit_write` featureMiguel Ojeda
2024-09-03MAINTAINERS: add Trevor Gross as Rust reviewerMiguel Ojeda
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-25rust: enable rustdoc's `--generate-link-to-definition`Miguel Ojeda
2024-08-25docs: rust: improve main page introducing a "Code documentation" sectionMiguel Ojeda
2024-08-25docs: rust: link to https://rust.docs.kernel.orgMiguel Ojeda
2024-08-25rust: types: add `ARef::into_raw`Kartik Prajapati
2024-08-25rust: kernel: use docs.kernel.org links in code documentationMichael Vetter
2024-08-24docs: rust: quick-start: add Debian TestingMiguel Ojeda
2024-08-23rust: list: add ListArcFieldAlice Ryhl
2024-08-23rust: list: support heterogeneous listsAlice Ryhl
2024-08-23rust: list: add cursorAlice Ryhl
2024-08-23rust: list: add iteratorsAlice Ryhl
2024-08-23rust: list: add ListAlice Ryhl
2024-08-23rust: list: add macro for implementing ListItemAlice Ryhl
2024-08-23rust: list: add struct with prev/next pointersAlice Ryhl
2024-08-23rust: list: add tracking for ListArcAlice Ryhl
2024-08-23rust: list: add ListArcAlice Ryhl
2024-08-23rust: init: add `assert_pinned` macroBenno Lossin
2024-08-23rust: support arrays in target JSONMatthew Maurer
2024-08-22rust: init: add `write_[pin_]init` functionsBenno Lossin
2024-08-22rust: kernel: add `drop_contents` to `BoxExt`Benno Lossin
2024-08-21rust: enable bindgen's `--enable-function-attribute-detection` flagMiguel Ojeda
2024-08-21rust: sort blk includes in bindings_helper.hAlice Ryhl
2024-08-19rust: kbuild: auto generate helper exportsGary Guo
2024-08-18objtool/kbuild/rust: enable objtool for RustMiguel Ojeda
2024-08-18objtool/rust: list `noreturn` Rust functionsMiguel Ojeda
2024-08-18x86/rust: support MITIGATION_SLSMiguel Ojeda
2024-08-18x86/rust: support MITIGATION_RETHUNKMiguel Ojeda
2024-08-18x86/rust: support MITIGATION_RETPOLINEMiguel Ojeda
2024-08-18rust: module: add static pointer to `{init,cleanup}_module()`Miguel Ojeda
2024-08-18rust: kbuild: split up helpers.cAndreas Hindborg
2024-08-18init/Kconfig: Only block on RANDSTRUCT for RUSTNeal Gompa
2024-08-18rust: error: allow `useless_conversion` for 32-bit buildsMiguel Ojeda
2024-08-18rust: types: improve `ForeignOwnable` documentationBenno Lossin
2024-08-18rust: implement ForeignOwnable for Pin<Box<T>>Alice Ryhl
2024-08-18rust: Implement the smart pointer `InPlaceInit` for `Arc`Alex Mantel