aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/rust/kernel
AgeCommit message (Expand)AuthorFilesLines
2025-03-05rust: alloc: satisfy POSIX alignment requirementTamir Duberstein1-0/+18
2025-03-05rust: init: fix `Zeroable` implementation for `Option<NonNull<T>>` and `Option<KBox<T>>`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-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/git/gregkh/driver-coreLinus Torvalds2-0/+68
2025-02-13rust/kernel: Add faux device bindingsLyude Paul2-0/+68
2025-02-12rust: rbtree: fix overindented list itemMiguel Ojeda1-1/+1
2025-02-06rust: init: use explicit ABI to clean warning in future compilersMiguel Ojeda1-1/+1
2025-01-28Merge tag 'driver-core-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds14-11/+1902
2025-01-22Merge tag 'net-next-6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-2/+2
2025-01-21Merge tag 'lsm-pr-20250121' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/lsmLinus Torvalds1-21/+17
2025-01-21Merge tag 'rust-6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/linuxLinus Torvalds25-185/+321
2025-01-21Merge tag 'locking-core-2025-01-20' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds4-3/+62
2025-01-20Merge tag 'for-6.14/block-20250118' of git://git.kernel.dk/linuxLinus Torvalds1-1/+1
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 Kumar1-0/+7
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
2025-01-13rust: init: update `stack_try_pin_init` examplesJimmy Ostler1-4/+20
2025-01-13rust: error: import `kernel`'s `LayoutError` instead of `core`'sJimmy Ostler1-3/+4
2025-01-13rust: str: replace unwraps with question mark operatorsDaniel Sedlak1-11/+17
2025-01-13rust: page: remove unnecessary helper function from doctestDaniel Sedlak1-4/+2
2025-01-13rust: rbtree: remove unwrap in assertsDaniel Sedlak1-23/+23
2025-01-13rust: init: replace unwraps with question mark operatorsDaniel Sedlak1-2/+4
2025-01-13Merge 6.13-rc7 into driver-core-nextGreg Kroah-Hartman2-4/+18
2025-01-10rust: devres: remove action in `Devres::drop`Danilo Krummrich1-12/+35
2025-01-10miscdevice: rust: use build_error! macro instead of functionAlice Ryhl1-3/+3
2025-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+16
2025-01-10rust: add `build_error!` to the preludeMiguel Ojeda5-14/+14
2025-01-10rust: kernel: move `build_error` hidden function to prevent mistakesMiguel Ojeda2-8/+9
2025-01-10rust: use the `build_error!` macro, not the hidden functionMiguel Ojeda3-12/+12
2025-01-10rust: kbuild: run Clippy for `rusttest` codeMiguel Ojeda1-1/+3
2025-01-07rust: driver: address soundness issue in `RegistrationOps`Danilo Krummrich3-11/+30
2025-01-07rust: io: move module entry to its correct locationDanilo Krummrich1-1/+1
2025-01-07rust: pci: do not depend on CONFIG_PCI_MSIDanilo Krummrich1-2/+2