summaryrefslogtreecommitdiffstats
path: root/rust
AgeCommit message (Expand)AuthorLines
2025-03-17rust: pci: use to_result() in enable_device_mem()Danilo Krummrich-6/+1
2025-03-16rust: pin-init: re-enable doctestsBenno Lossin-27/+27
2025-03-16rust: pin-init: add miscellaneous files from the user-space versionBenno Lossin-0/+300
2025-03-16rust: pin-init: miscellaneous synchronization with the user-space versionBenno Lossin-6/+3
2025-03-16rust: pin-init: internal: synchronize with user-space versionBenno Lossin-3/+25
2025-03-16rust: pin-init: synchronize documentation with the user-space versionBenno Lossin-54/+115
2025-03-16rust: pin-init: add `std` and `alloc` support from the user-space versionBenno Lossin-7/+221
2025-03-16rust: make pin-init its own crateBenno Lossin-151/+162
2025-03-16rust: add pin-init crate build infrastructureMiguel Ojeda-18/+69
2025-03-16rust: pin-init: change the way the `paste!` macro is calledBenno Lossin-6/+8
2025-03-16rust: pin-init: remove kernel-crate dependencyBenno Lossin-28/+18
2025-03-16rust: pin-init: fix documentation linksBenno Lossin-11/+14
2025-03-16rust: add `ZeroableOption` and implement it instead of `Zeroable` for `Option...Benno Lossin-2/+13
2025-03-16rust: pin-init: move impl `Zeroable` for `Opaque` and `Option<KBox<T>>` into ...Benno Lossin-9/+12
2025-03-16rust: pin-init: move `InPlaceInit` and impls of `InPlaceWrite` into the kerne...Benno Lossin-124/+127
2025-03-16rust: pin-init: move the default error behavior of `try_[pin_]init`Benno Lossin-42/+126
2025-03-16rust: pin-init: call `try_[pin_]init!` from `[pin_]init!` instead of `__init_...Benno Lossin-20/+6
2025-03-16rust: pin-init: change examples to the user-space versionBenno Lossin-186/+915
2025-03-16rust: pin-init: move proc-macro documentation into pin-init crateBenno Lossin-106/+114
2025-03-16rust: add extensions to the pin-init crate and move relevant documentation thereBenno Lossin-14/+138
2025-03-16rust: move pin-init API into its own directoryBenno Lossin-266/+276
2025-03-16rust: init: disable doctestsBenno Lossin-24/+24
2025-03-16rust: error: extend the Result documentationDirk Behme-1/+122
2025-03-15Merge tag 'rust-fixes-6.14-3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-23/+38
2025-03-11rust: hrtimer: implement `HrTimerPointer` for `Arc`Andreas Hindborg-1/+105
2025-03-11rust: sync: add `Arc::as_ptr`Andreas Hindborg-2/+11
2025-03-11rust: hrtimer: introduce hrtimer supportAndreas Hindborg-0/+353
2025-03-11rust/kernel/faux: mark Registration methods inlineEthan Carter Edwards-0/+2
2025-03-10rust: task: fix `SAFETY` comment in `Task::wake_up`Panagiotis Foliadis-1/+1
2025-03-10rust: types: add intra-doc links for `Opaque<T>`Dirk Behme-2/+2
2025-03-10rust: module: introduce `authors` keyGuilherme Giacomo Simoes-7/+15
2025-03-10Merge 6.14-rc6 into char-misc-nextGreg Kroah-Hartman-1/+70
2025-03-09panic_qr: use new #[export] macroAlice Ryhl-0/+5
2025-03-09print: use new #[export] macro for rust_fmt_argumentAlice Ryhl-1/+2
2025-03-09rust: add #[export] macroAlice Ryhl-2/+72
2025-03-09rust: macros: support additional tokens in quote!Alice Ryhl-2/+25
2025-03-09rust: fix signature of rust_fmt_argumentAlice Ryhl-4/+3
2025-03-09rust: firmware: add `module_firmware!` macroDanilo Krummrich-1/+90
2025-03-09rust: firmware: introduce `firmware::ModInfoBuilder`Danilo Krummrich-0/+127
2025-03-09rust: module: add type `LocalModule`Danilo Krummrich-0/+4
2025-03-08rust: improve lifetimes markupBorys Tyran-11/+11
2025-03-08rust: list: make the cursor point between elementsAlice Ryhl-54/+347
2025-03-08rust: list: extract common code for insertionAlice Ryhl-38/+32
2025-03-08rust: lockdep: Use Pin for all LockClassKey usagesMitchell Levy-12/+77
2025-03-08rust: sync: condvar: Add wait_interruptible_freezable()Alice Ryhl-1/+24
2025-03-08rust: sync: lock: Add an example for Guard:: Lock_ref()Boqun Feng-0/+24
2025-03-08rust: sync: Add accessor for the lock behind a given guardAlice Ryhl-1/+6
2025-03-08rust: lockdep: Remove support for dynamically allocated LockClassKeysMitchell Levy-12/+4
2025-03-07rust: miscdevice: change how f_ops vtable is constructedAlice Ryhl-154/+143
2025-03-06rust: task: make Pid type alias publicAlice Ryhl-1/+1