summaryrefslogtreecommitdiff
path: root/rust
AgeCommit message (Expand)Author
2025-03-17rust: device: implement device context markerDanilo Krummrich
2025-03-17rust: pci: use to_result() in enable_device_mem()Danilo Krummrich
2025-03-16rust: pin-init: re-enable doctestsBenno Lossin
2025-03-16rust: pin-init: add miscellaneous files from the user-space versionBenno Lossin
2025-03-16rust: pin-init: miscellaneous synchronization with the user-space versionBenno Lossin
2025-03-16rust: pin-init: internal: synchronize with user-space versionBenno Lossin
2025-03-16rust: pin-init: synchronize documentation with the user-space versionBenno Lossin
2025-03-16rust: pin-init: add `std` and `alloc` support from the user-space versionBenno Lossin
2025-03-16rust: make pin-init its own crateBenno Lossin
2025-03-16rust: add pin-init crate build infrastructureMiguel Ojeda
2025-03-16rust: pin-init: change the way the `paste!` macro is calledBenno Lossin
2025-03-16rust: pin-init: remove kernel-crate dependencyBenno Lossin
2025-03-16rust: pin-init: fix documentation linksBenno Lossin
2025-03-16rust: add `ZeroableOption` and implement it instead of `Zeroable` for `Option...Benno Lossin
2025-03-16rust: pin-init: move impl `Zeroable` for `Opaque` and `Option<KBox<T>>` into ...Benno Lossin
2025-03-16rust: pin-init: move `InPlaceInit` and impls of `InPlaceWrite` into the kerne...Benno Lossin
2025-03-16rust: pin-init: move the default error behavior of `try_[pin_]init`Benno Lossin
2025-03-16rust: pin-init: call `try_[pin_]init!` from `[pin_]init!` instead of `__init_...Benno Lossin
2025-03-16rust: pin-init: change examples to the user-space versionBenno Lossin
2025-03-16rust: pin-init: move proc-macro documentation into pin-init crateBenno Lossin
2025-03-16rust: add extensions to the pin-init crate and move relevant documentation thereBenno Lossin
2025-03-16rust: move pin-init API into its own directoryBenno Lossin
2025-03-16rust: init: disable doctestsBenno Lossin
2025-03-16rust: error: extend the Result documentationDirk Behme
2025-03-15Merge tag 'rust-fixes-6.14-3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2025-03-11rust: hrtimer: implement `HrTimerPointer` for `Arc`Andreas Hindborg
2025-03-11rust: sync: add `Arc::as_ptr`Andreas Hindborg
2025-03-11rust: hrtimer: introduce hrtimer supportAndreas Hindborg
2025-03-11rust/kernel/faux: mark Registration methods inlineEthan Carter Edwards
2025-03-10rust: task: fix `SAFETY` comment in `Task::wake_up`Panagiotis Foliadis
2025-03-10rust: types: add intra-doc links for `Opaque<T>`Dirk Behme
2025-03-10rust: module: introduce `authors` keyGuilherme Giacomo Simoes
2025-03-10Merge 6.14-rc6 into char-misc-nextGreg Kroah-Hartman
2025-03-09panic_qr: use new #[export] macroAlice Ryhl
2025-03-09print: use new #[export] macro for rust_fmt_argumentAlice Ryhl
2025-03-09rust: add #[export] macroAlice Ryhl
2025-03-09rust: macros: support additional tokens in quote!Alice Ryhl
2025-03-09rust: fix signature of rust_fmt_argumentAlice Ryhl
2025-03-09rust: firmware: add `module_firmware!` macroDanilo Krummrich
2025-03-09rust: firmware: introduce `firmware::ModInfoBuilder`Danilo Krummrich
2025-03-09rust: module: add type `LocalModule`Danilo Krummrich
2025-03-08rust: improve lifetimes markupBorys Tyran
2025-03-08rust: list: make the cursor point between elementsAlice Ryhl
2025-03-08rust: list: extract common code for insertionAlice Ryhl
2025-03-08rust: lockdep: Use Pin for all LockClassKey usagesMitchell Levy
2025-03-08rust: sync: condvar: Add wait_interruptible_freezable()Alice Ryhl
2025-03-08rust: sync: lock: Add an example for Guard:: Lock_ref()Boqun Feng
2025-03-08rust: sync: Add accessor for the lock behind a given guardAlice Ryhl
2025-03-08rust: lockdep: Remove support for dynamically allocated LockClassKeysMitchell Levy
2025-03-07rust: miscdevice: change how f_ops vtable is constructedAlice Ryhl