summaryrefslogtreecommitdiffstats
path: root/rust (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-11-25Merge tag 'trace-rust-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds9-0/+194
2024-11-21Merge tag 'net-next-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds1-6/+10
2024-11-20rust: jump_label: skip formatting generated fileMiguel Ojeda4-5/+5
2024-11-19Merge tag 'locking-core-2024-11-18' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-2/+6
2024-11-18jump_label: rust: pass a mut ptr to `static_key_count`Alice Ryhl1-1/+1
2024-11-18Merge tag 'vfs-6.13.rust.file' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds17-24/+1028
2024-11-11rust: helpers: Avoid raw_spin_lock initialization for PREEMPT_RTEder Zulian1-2/+6
2024-11-04rust: add arch_static_branchAlice Ryhl5-1/+96
2024-11-04rust: samples: add tracepoint to Rust sampleAlice Ryhl1-0/+1
2024-11-04rust: add tracepoint supportAlice Ryhl3-0/+51
2024-11-04rust: add static_branch_unlikely for static_key_falseAlice Ryhl5-0/+47
2024-10-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2-13/+4
2024-10-15rust: task: adjust safety comments in Task methodsAlice Ryhl1-19/+24
2024-10-13Merge tag 'driver-core-6.12-rc3' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-13/+4
2024-10-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski5-7/+28
2024-10-08rust: add seqfile abstractionAlice Ryhl2-0/+53
2024-10-08Merge patch series "File abstractions needed by Rust Binder"Christian Brauner16-12/+958
2024-10-03rust: net::phy always define device_table in module_phy_driver macroFUJITA Tomonori1-6/+10
2024-10-03rust: device: change the from_raw() functionGuilherme Giacomo Simoes2-13/+4
2024-10-01rust: kunit: use C-string literals to clean warningMiguel Ojeda1-2/+2
2024-09-30rust: file: add abstraction for `poll_table`Alice Ryhl3-0/+123
2024-09-30rust: file: add `Kuid` wrapperAlice Ryhl4-2/+108
2024-09-30rust: file: add `FileDescriptorReservation`Wedson Almeida Filho1-1/+74
2024-09-30rust: security: add abstraction for secctxAlice Ryhl6-0/+105
2024-09-30rust: cred: add Rust abstraction for `struct cred`Wedson Almeida Filho6-0/+105
2024-09-30rust: file: add Rust abstraction for `struct file`Wedson Almeida Filho6-0/+399
2024-09-30rust: task: add `Task::current_raw`Alice Ryhl1-4/+11
2024-09-30rust: types: add `NotThreadSafe`Alice Ryhl3-8/+36
2024-09-26rust: mutex: fix __mutex_init() usage in case of PREEMPT_RTDirk Behme1-0/+6
2024-09-26rust: fix `ARCH_SLAB_MINALIGN` multiple definition errorGary Guo1-0/+5
2024-09-26rust: sync: require `T: Sync` for `LockedBy::access`Alice Ryhl1-4/+14
2024-09-26rust: kernel: sort Rust modulesMiguel Ojeda1-1/+1
2024-09-25Merge tag 'rust-6.12' of https://github.com/Rust-for-Linux/linuxLinus Torvalds39-326/+3481
2024-09-16rust: cfi: add support for CFI_CLANG with RustMatthew Maurer1-1/+1
2024-09-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski6-11/+15
2024-09-05kbuild: rust: replace proc macros dependency on `core.o` with the version textMiguel Ojeda2-3/+5
2024-09-05kbuild: rust: rebuild if the version text changesMiguel Ojeda1-1/+2
2024-09-04rust: avoid `box_uninit_write` featureMiguel Ojeda2-11/+12
2024-09-02rust: macros: provide correct provenance when constructing THIS_MODULEBoqun Feng1-1/+5
2024-08-31rust: rbtree: add `RBTree::entry`Alice Ryhl1-75/+230
2024-08-31rust: rbtree: add cursorMatt Gilbride1-0/+523
2024-08-31rust: rbtree: add mutable iteratorWedson Almeida Filho1-14/+89
2024-08-31rust: rbtree: add iteratorWedson Almeida Filho1-18/+112
2024-08-31rust: rbtree: add red-black tree implementation backed by the C versionWedson Almeida Filho4-0/+443
2024-08-30rust: net::phy unified genphy_read_status function for C22 and C45 registersFUJITA Tomonori2-10/+30
2024-08-30rust: net::phy unified read/write API for C22 and C45 registersFUJITA Tomonori3-23/+205
2024-08-30rust: net::phy implement AsRef<kernel::device::Device> traitFUJITA Tomonori1-7/+17
2024-08-30rust: net::phy support probe callbackFUJITA Tomonori1-0/+25
2024-08-30rust: sizes: add commonly used constantsFUJITA Tomonori2-0/+27
2024-08-27rust: alloc: eschew `Box<MaybeUninit<T>>::write`Jubilee Young1-2/+4