summaryrefslogtreecommitdiff
path: root/rust/kernel
AgeCommit message (Expand)Author
2025-07-15rust: types: rename Opaque::raw_get to cast_intoAlice Ryhl
2025-07-15rust: types: add Opaque::cast_fromAlice Ryhl
2025-07-14rust: types: require `ForeignOwnable::into_foreign` return non-nullAndreas Hindborg
2025-07-14rust: types: add FOREIGN_ALIGN to ForeignOwnableAndreas Hindborg
2025-07-14rust: rbtree: simplify finding `current` in `remove_current`Onur Özkan
2025-07-14rust: uaccess: use newtype for user pointersAlice Ryhl
2025-07-14rust: uaccess: add UserSliceReader::strcpy_into_bufAlice Ryhl
2025-07-14rust: uaccess: add strncpy_from_userAlice Ryhl
2025-07-13Merge tag 'pin-init-v6.17' of https://github.com/Rust-for-Linux/linux into ru...Miguel Ojeda
2025-07-03rust: sync: implement `Borrow` and `BorrowMut` for `Arc` typesAlexandre Courbot
2025-06-29rust: revocable: document why &T is not used in RevocableGuardAlice Ryhl
2025-06-29rust: rbtree: add RBTree::is_emptyAlice Ryhl
2025-06-24rust: io: avoid mentioning private fields in `IoMem`Sai Vishnu M
2025-06-24rust: Use consistent "# Examples" heading style in rustdocViresh Kumar
2025-06-24rust: macros: remove `module!`'s deprecated `author` keyGuilherme Giacomo Simoes
2025-06-24rust: list: replace unwrap() with ? in doctest examplesAlbin Babu Varghese
2025-06-24rust: kunit: use crate-level mapping for `c_void`Jesung Yang
2025-06-22rust: enable `clippy::ref_as_ptr` lintTamir Duberstein
2025-06-22rust: enable `clippy::cast_lossless` lintTamir Duberstein
2025-06-22rust: enable `clippy::as_underscore` lintTamir Duberstein
2025-06-22rust: enable `clippy::as_ptr_cast_mut` lintTamir Duberstein
2025-06-22rust: enable `clippy::ptr_cast_constness` lintTamir Duberstein
2025-06-22rust: enable `clippy::ptr_as_ptr` lintTamir Duberstein
2025-06-18Merge tag 'driver-core-6.16-rc3' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2025-06-14Merge tag 'rust-fixes-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2025-06-13rust: devres: do not dereference to the internal RevocableDanilo Krummrich
2025-06-13rust: devres: fix race in Devres::drop()Danilo Krummrich
2025-06-13rust: revocable: indicate whether `data` has been revoked alreadyDanilo Krummrich
2025-06-13rust: completion: implement initial abstractionDanilo Krummrich
2025-06-12rust: cpu: Add CpuId::current() to retrieve current CPU IDViresh Kumar
2025-06-12rust: Use CpuId in place of raw CPU numbersViresh Kumar
2025-06-12rust: cpu: Introduce CpuId abstractionViresh Kumar
2025-06-11rust: init: remove doctest's `Error::from_errno` workaroundMiguel Ojeda
2025-06-11rust: init: re-enable doctestsMiguel Ojeda
2025-06-11rust: pin-init: rename `zeroed` to `init_zeroed`Benno Lossin
2025-06-11rust: pin-init: change blanket impls for `[Pin]Init` and add one for `Result<...Benno Lossin
2025-06-10rust: time: Fix compile error in impl_has_hr_timer macroFUJITA Tomonori
2025-06-10cpufreq: Convert `/// SAFETY` lines to `# Safety` sectionsViresh Kumar
2025-06-06Merge tag 'char-misc-6.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-06-04Merge tag 'rust-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/...Linus Torvalds
2025-06-02Merge tag 'mm-stable-2025-06-01-14-06' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-06-02Merge tag 'vfs-6.16-rc2.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-05-31mm: rust: make CONFIG_MMU ifdefs more narrowAlice Ryhl
2025-05-31Merge tag 'mm-stable-2025-05-31-14-50' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-05-30Merge branch 'pm-cpufreq'Rafael J. Wysocki
2025-05-30rust: file: improve safety commentsPekka Ristola
2025-05-30rust: file: mark `LocalFile` as `repr(transparent)`Pekka Ristola
2025-05-29rust: list: Fix typo `much` in arc.rsSylvan Smit
2025-05-29rust: check type of `$ptr` in `container_of!`Tamir Duberstein
2025-05-29rust: workqueue: remove HasWork::OFFSETTamir Duberstein