summaryrefslogtreecommitdiff
path: root/rust
AgeCommit message (Expand)AuthorFilesLines
2025-03-16rust: error: extend the Result documentationDirk Behme1-1/+122
2025-03-15Merge tag 'rust-fixes-6.14-3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds8-23/+38
2025-03-11rust: hrtimer: implement `HrTimerPointer` for `Arc`Andreas Hindborg2-1/+105
2025-03-11rust: sync: add `Arc::as_ptr`Andreas Hindborg1-2/+11
2025-03-11rust: hrtimer: introduce hrtimer supportAndreas Hindborg2-0/+353
2025-03-11rust/kernel/faux: mark Registration methods inlineEthan Carter Edwards1-0/+2
2025-03-10rust: task: fix `SAFETY` comment in `Task::wake_up`Panagiotis Foliadis1-1/+1
2025-03-10rust: types: add intra-doc links for `Opaque<T>`Dirk Behme1-2/+2
2025-03-10rust: module: introduce `authors` keyGuilherme Giacomo Simoes5-7/+15
2025-03-10Merge 6.14-rc6 into char-misc-nextGreg Kroah-Hartman4-1/+70
2025-03-09panic_qr: use new #[export] macroAlice Ryhl1-0/+5
2025-03-09print: use new #[export] macro for rust_fmt_argumentAlice Ryhl1-1/+2
2025-03-09rust: add #[export] macroAlice Ryhl4-2/+72
2025-03-09rust: macros: support additional tokens in quote!Alice Ryhl1-2/+25
2025-03-09rust: fix signature of rust_fmt_argumentAlice Ryhl1-4/+3
2025-03-09rust: firmware: add `module_firmware!` macroDanilo Krummrich1-1/+90
2025-03-09rust: firmware: introduce `firmware::ModInfoBuilder`Danilo Krummrich1-0/+127
2025-03-09rust: module: add type `LocalModule`Danilo Krummrich1-0/+4
2025-03-08rust: improve lifetimes markupBorys Tyran5-11/+11
2025-03-08rust: list: make the cursor point between elementsAlice Ryhl1-54/+347
2025-03-08rust: list: extract common code for insertionAlice Ryhl1-38/+32
2025-03-08rust: lockdep: Use Pin for all LockClassKey usagesMitchell Levy8-12/+77
2025-03-08rust: sync: condvar: Add wait_interruptible_freezable()Alice Ryhl2-1/+24
2025-03-08rust: sync: lock: Add an example for Guard:: Lock_ref()Boqun Feng1-0/+24
2025-03-08rust: sync: Add accessor for the lock behind a given guardAlice Ryhl1-1/+6
2025-03-08rust: lockdep: Remove support for dynamically allocated LockClassKeysMitchell Levy1-12/+4
2025-03-07rust: miscdevice: change how f_ops vtable is constructedAlice Ryhl1-154/+143
2025-03-06rust: task: make Pid type alias publicAlice Ryhl1-1/+1
2025-03-06rust: alloc: make `ReallocFunc::call` inlineGary Guo1-0/+1
2025-03-06rust: workqueue: add missing newline to pr_info! examplesAlban Kurti1-3/+3
2025-03-06rust: sync: add missing newline in locked_by log exampleAlban Kurti1-1/+1
2025-03-06rust: init: add missing newline to pr_info! callsAlban Kurti2-9/+9
2025-03-06rust: error: add missing newline to pr_warn! callsAlban Kurti1-1/+1
2025-03-05rust: alloc: satisfy POSIX alignment requirementTamir Duberstein1-0/+18
2025-03-05rust: init: fix `Zeroable` implementation for `Option<NonNull<T>>` and `Optio...Benno Lossin1-7/+4
2025-03-05rust: remove leftover mentions of the `alloc` crateMiguel Ojeda1-1/+1
2025-03-04cred,rust: mark Credential methods inlineAlice Ryhl1-0/+5
2025-03-04lsm,rust: reword "destroy" -> "release" in SecurityCtxAlice Ryhl1-4/+3
2025-03-04lsm,rust: mark SecurityCtx methods inlineAlice Ryhl1-0/+5
2025-02-28rust: Add cpumask helpersViresh Kumar3-0/+47
2025-02-27rust/faux: Add missing parent argument to Registration::new()Lyude Paul1-2/+11
2025-02-27rust/faux: Drop #[repr(transparent)] from faux::RegistrationLyude Paul1-1/+0
2025-02-25rust: io: fix devres test with new io accessor functionsFiona Behrens1-1/+1
2025-02-24rust: workqueue: define built-in bh queuesHamza Mahfooz1-0/+18
2025-02-22rust: io: rename `io::Io` accessorsFiona Behrens1-33/+33
2025-02-16Merge tag 'driver-core-6.14-rc3' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds3-0/+69
2025-02-13rust/kernel: Add faux device bindingsLyude Paul3-0/+69
2025-02-12rust: rbtree: fix overindented list itemMiguel Ojeda1-1/+1
2025-02-06rust: kbuild: do not export generated KASAN ODR symbolsMatthew Maurer1-1/+1
2025-02-06rust: kbuild: add -fzero-init-padding-bits to bindgen_skip_cflagsJustin M. Forbes1-0/+1