aboutsummaryrefslogtreecommitdiffstats
path: root/rust (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2025-02-06rust: init: use explicit ABI to clean warning in future compilersMiguel Ojeda1-1/+1
2025-02-06rust: kbuild: use host dylib naming in rusttestlib-kernelTamir Duberstein1-1/+1
2025-01-31Merge tag 'kbuild-v6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-2/+32
2025-01-28Merge tag 'driver-core-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds22-11/+2070
2025-01-22Merge tag 'net-next-6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds1-2/+2
2025-01-21Merge tag 'lsm-pr-20250121' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-25/+21
2025-01-21Merge tag 'rust-6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/...Linus Torvalds28-205/+378
2025-01-21Merge tag 'locking-core-2025-01-20' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds6-3/+72
2025-01-20Merge tag 'for-6.14/block-20250118' of git://git.kernel.dk/linuxLinus Torvalds1-1/+1
2025-01-18rust: Use gendwarfksyms + extended modversions for CONFIG_MODVERSIONSSami Tolvanen1-2/+32
2025-01-16rust: device: Use as_char_ptr() to avoid explicit castViresh Kumar1-1/+1
2025-01-16rust: device: Replace CString with CStr in property_present()Viresh Kumar1-3/+3
2025-01-15rust: device: Add property_present()Viresh Kumar2-0/+8
2025-01-15kbuild: rust: add PROCMACROLDFLAGSHONG Yifan1-1/+1
2025-01-13rust: uaccess: generalize userSliceReader to support any VecFilipe Xavier1-3/+3
2025-01-13rust: kernel: add improved version of `ForeignOwnable::borrow_mut`Alice Ryhl3-13/+86
2025-01-13rust: kernel: reorder `ForeignOwnable` itemsTamir Duberstein2-19/+19
2025-01-13rust: kernel: change `ForeignOwnable` pointer to mutTamir Duberstein4-21/+21
2025-01-13rust: arc: split unsafe block, add missing commentTamir Duberstein1-1/+5
2025-01-13rust: types: avoid `as` castsTamir Duberstein3-9/+10
2025-01-13rust: arc: use `NonNull::new_unchecked`Tamir Duberstein1-4/+8
2025-01-13rust: use derive(CoercePointee) on rustc >= 1.84.0Xiangfei Ding4-11/+22
2025-01-13rust: alloc: add doctest for `ArrayLayout::new()`Jimmy Ostler1-0/+19