summaryrefslogtreecommitdiff
path: root/rust
AgeCommit message (Expand)Author
2024-11-21Merge tag 'net-next-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2024-11-19Merge tag 'locking-core-2024-11-18' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2024-11-18Merge tag 'vfs-6.13.rust.file' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2024-11-11rust: helpers: Avoid raw_spin_lock initialization for PREEMPT_RTEder Zulian
2024-10-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni
2024-10-15rust: task: adjust safety comments in Task methodsAlice Ryhl
2024-10-13Merge tag 'driver-core-6.12-rc3' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2024-10-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-10-08rust: add seqfile abstractionAlice Ryhl
2024-10-08Merge patch series "File abstractions needed by Rust Binder"Christian Brauner
2024-10-03rust: net::phy always define device_table in module_phy_driver macroFUJITA Tomonori
2024-10-03rust: device: change the from_raw() functionGuilherme Giacomo Simoes
2024-10-01rust: kunit: use C-string literals to clean warningrust-fixes-6.12Miguel Ojeda
2024-09-30rust: file: add abstraction for `poll_table`Alice Ryhl
2024-09-30rust: file: add `Kuid` wrapperAlice Ryhl
2024-09-30rust: file: add `FileDescriptorReservation`Wedson Almeida Filho
2024-09-30rust: security: add abstraction for secctxAlice Ryhl
2024-09-30rust: cred: add Rust abstraction for `struct cred`Wedson Almeida Filho
2024-09-30rust: file: add Rust abstraction for `struct file`Wedson Almeida Filho
2024-09-30rust: task: add `Task::current_raw`Alice Ryhl
2024-09-30rust: types: add `NotThreadSafe`Alice Ryhl
2024-09-26rust: mutex: fix __mutex_init() usage in case of PREEMPT_RTDirk Behme
2024-09-26rust: fix `ARCH_SLAB_MINALIGN` multiple definition errorGary Guo
2024-09-26rust: sync: require `T: Sync` for `LockedBy::access`Alice Ryhl
2024-09-26rust: kernel: sort Rust modulesMiguel Ojeda
2024-09-25Merge tag 'rust-6.12' of https://github.com/Rust-for-Linux/linuxLinus Torvalds
2024-09-16rust: cfi: add support for CFI_CLANG with RustMatthew Maurer
2024-09-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-09-05kbuild: rust: replace proc macros dependency on `core.o` with the version textMiguel Ojeda
2024-09-05kbuild: rust: rebuild if the version text changesMiguel Ojeda
2024-09-04rust: avoid `box_uninit_write` featureMiguel Ojeda
2024-09-02rust: macros: provide correct provenance when constructing THIS_MODULEBoqun Feng
2024-08-31rust: rbtree: add `RBTree::entry`Alice Ryhl
2024-08-31rust: rbtree: add cursorMatt Gilbride
2024-08-31rust: rbtree: add mutable iteratorWedson Almeida Filho
2024-08-31rust: rbtree: add iteratorWedson Almeida Filho
2024-08-31rust: rbtree: add red-black tree implementation backed by the C versionWedson Almeida Filho
2024-08-30rust: net::phy unified genphy_read_status function for C22 and C45 registersFUJITA Tomonori
2024-08-30rust: net::phy unified read/write API for C22 and C45 registersFUJITA Tomonori
2024-08-30rust: net::phy implement AsRef<kernel::device::Device> traitFUJITA Tomonori
2024-08-30rust: net::phy support probe callbackFUJITA Tomonori
2024-08-30rust: sizes: add commonly used constantsFUJITA Tomonori
2024-08-27rust: alloc: eschew `Box<MaybeUninit<T>>::write`Jubilee Young
2024-08-25rust: enable rustdoc's `--generate-link-to-definition`Miguel Ojeda
2024-08-25rust: types: add `ARef::into_raw`Kartik Prajapati
2024-08-25rust: kernel: use docs.kernel.org links in code documentationMichael Vetter
2024-08-23rust: list: add ListArcFieldAlice Ryhl
2024-08-23rust: list: support heterogeneous listsAlice Ryhl
2024-08-23rust: list: add cursorAlice Ryhl
2024-08-23rust: list: add iteratorsAlice Ryhl