summaryrefslogtreecommitdiff
path: root/rust/kernel
AgeCommit message (Expand)Author
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-09print: use new #[export] macro for rust_fmt_argumentAlice Ryhl
2025-03-09rust: add #[export] macroAlice 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-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
2025-03-06rust: task: make Pid type alias publicAlice Ryhl
2025-03-06rust: alloc: make `ReallocFunc::call` inlineGary Guo
2025-03-06rust: workqueue: add missing newline to pr_info! examplesAlban Kurti
2025-03-06rust: sync: add missing newline in locked_by log exampleAlban Kurti
2025-03-06rust: init: add missing newline to pr_info! callsAlban Kurti
2025-03-06rust: error: add missing newline to pr_warn! callsAlban Kurti
2025-03-05rust: alloc: satisfy POSIX alignment requirementTamir Duberstein
2025-03-05rust: init: fix `Zeroable` implementation for `Option<NonNull<T>>` and `Optio...Benno Lossin
2025-03-05rust: remove leftover mentions of the `alloc` crateMiguel Ojeda
2025-03-04cred,rust: mark Credential methods inlineAlice Ryhl
2025-03-04lsm,rust: reword "destroy" -> "release" in SecurityCtxAlice Ryhl
2025-03-04lsm,rust: mark SecurityCtx methods inlineAlice Ryhl
2025-02-27rust/faux: Add missing parent argument to Registration::new()Lyude Paul
2025-02-27rust/faux: Drop #[repr(transparent)] from faux::RegistrationLyude Paul
2025-02-25rust: io: fix devres test with new io accessor functionsFiona Behrens
2025-02-24rust: workqueue: define built-in bh queuesHamza Mahfooz
2025-02-22rust: io: rename `io::Io` accessorsFiona Behrens
2025-02-16Merge tag 'driver-core-6.14-rc3' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2025-02-13rust/kernel: Add faux device bindingsLyude Paul
2025-02-12rust: rbtree: fix overindented list itemMiguel Ojeda
2025-02-06rust: init: use explicit ABI to clean warning in future compilersMiguel Ojeda
2025-01-28Merge tag 'driver-core-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2025-01-22Merge tag 'net-next-6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2025-01-21Merge tag 'lsm-pr-20250121' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2025-01-21Merge tag 'rust-6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/...Linus Torvalds
2025-01-21Merge tag 'locking-core-2025-01-20' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2025-01-20Merge tag 'for-6.14/block-20250118' of git://git.kernel.dk/linuxLinus Torvalds
2025-01-16rust: device: Use as_char_ptr() to avoid explicit castViresh Kumar
2025-01-16rust: device: Replace CString with CStr in property_present()Viresh Kumar
2025-01-15rust: device: Add property_present()Viresh Kumar
2025-01-13rust: uaccess: generalize userSliceReader to support any VecFilipe Xavier
2025-01-13rust: kernel: add improved version of `ForeignOwnable::borrow_mut`Alice Ryhl
2025-01-13rust: kernel: reorder `ForeignOwnable` itemsTamir Duberstein