summaryrefslogtreecommitdiff
path: root/rust
AgeCommit message (Expand)Author
2025-03-22rust: init: add missing newline to pr_info! callsAlban Kurti
2025-03-22rust: error: add missing newline to pr_warn! callsAlban Kurti
2025-03-22rust: init: fix `Zeroable` implementation for `Option<NonNull<T>>` and `Optio...Benno Lossin
2025-03-22rust: alloc: satisfy POSIX alignment requirementTamir Duberstein
2025-03-22rust: remove leftover mentions of the `alloc` crateMiguel Ojeda
2025-03-22rust: lockdep: Remove support for dynamically allocated LockClassKeysMitchell Levy
2025-03-13rust: block: fix formatting in GenDisk docYutaro Ohno
2025-02-27rust: cleanup unnecessary castsGary Guo
2025-02-27rust: map `long` to `isize` and `char` to `u8`Gary Guo
2025-02-27rust: finish using custom FFI integer typesMiguel Ojeda
2025-02-21rust: kbuild: add -fzero-init-padding-bits to bindgen_skip_cflagsJustin M. Forbes
2025-02-21rust: rbtree: fix overindented list itemMiguel Ojeda
2025-02-17rust: init: use explicit ABI to clean warning in future compilersMiguel Ojeda
2025-01-03Merge tag 'wq-for-6.13-rc5-fixes' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2024-12-19Merge tag 'net-6.13-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2024-12-17rust: net::phy fix module autoloadingFUJITA Tomonori
2024-12-10rust: kbuild: set `bindgen`'s Rust target versionMiguel Ojeda
2024-12-03rust: add safety comment in workqueue traitsKonstantin Andrikopoulos
2024-11-30Merge tag 'block-6.13-20242901' of git://git.kernel.dk/linuxLinus Torvalds
2024-11-30Merge tag 'kbuild-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2024-11-29Merge tag 'char-misc-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2024-11-28kbuild: change working directory to external module directory with M=Masahiro Yamada
2024-11-26rust: fix up formatting after mergeLinus Torvalds
2024-11-26Merge tag 'rust-6.13' of https://github.com/Rust-for-Linux/linuxLinus Torvalds
2024-11-26Merge tag 'vfs-6.13.rust.pid_namespace' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2024-11-25Merge tag 'trace-rust-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2024-11-25rust: alloc: Fix `ArrayLayout` allocationsAsahi Lina
2024-11-21Merge tag 'net-next-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2024-11-20rust: jump_label: skip formatting generated fileMiguel Ojeda
2024-11-19Merge tag 'locking-core-2024-11-18' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2024-11-18jump_label: rust: pass a mut ptr to `static_key_count`Alice Ryhl
2024-11-18Merge tag 'vfs-6.13.rust.file' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2024-11-18rust: block: simplify Result<()> in validate_block_size returnManas
2024-11-11rust: helpers: Avoid raw_spin_lock initialization for PREEMPT_RTEder Zulian
2024-11-10rust: use custom FFI integer typesGary Guo
2024-11-10rust: map `__kernel_size_t` and friends also to usize/isizeGary Guo
2024-11-10rust: fix size_t in bindgen prototypes of C builtinsGary Guo
2024-11-10rust: sync: add global lock supportAlice Ryhl
2024-11-05rust: add `dev_*` print macros.Wedson Almeida Filho
2024-11-05rust: introduce `InPlaceModule`Wedson Almeida Filho
2024-11-04rust: add arch_static_branchAlice Ryhl
2024-11-04rust: samples: add tracepoint to Rust sampleAlice Ryhl
2024-11-04rust: add tracepoint supportAlice Ryhl
2024-11-04rust: add static_branch_unlikely for static_key_falseAlice Ryhl
2024-11-01rust: macros: enable the rest of the testsEthan D. Twardy
2024-11-01rust: macros: enable paste! use from macro_rules!Ethan D. Twardy
2024-11-01rust: enable macros::module! testsEthan D. Twardy
2024-11-01rust: kbuild: expand rusttest target for macrosEthan D. Twardy
2024-10-24rust: types: extend `Opaque` documentationDirk Behme
2024-10-22rust: block: fix formatting of `kernel::block::mq::request` moduleFrancesco Zardi