summaryrefslogtreecommitdiff
path: root/rust
AgeCommit message (Expand)AuthorFilesLines
2024-11-30Merge tag 'block-6.13-20242901' of git://git.kernel.dk/linuxLinus Torvalds1-1/+1
2024-11-30Merge tag 'kbuild-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-2/+2
2024-11-29Merge tag 'char-misc-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds7-17/+629
2024-11-28kbuild: change working directory to external module directory with M=Masahiro Yamada1-2/+2
2024-11-26rust: fix up formatting after mergeLinus Torvalds1-2/+6
2024-11-26Merge tag 'rust-6.13' of https://github.com/Rust-for-Linux/linuxLinus Torvalds66-865/+2905
2024-11-26Merge tag 'vfs-6.13.rust.pid_namespace' of git://git.kernel.org/pub/scm/linux...Linus Torvalds5-6/+225
2024-11-25Merge tag 'trace-rust-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds9-0/+194
2024-11-25rust: alloc: Fix `ArrayLayout` allocationsAsahi Lina1-1/+1
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-18rust: block: simplify Result<()> in validate_block_size returnManas1-1/+1
2024-11-11rust: helpers: Avoid raw_spin_lock initialization for PREEMPT_RTEder Zulian1-2/+6
2024-11-10rust: use custom FFI integer typesGary Guo23-83/+107
2024-11-10rust: map `__kernel_size_t` and friends also to usize/isizeGary Guo3-0/+15
2024-11-10rust: fix size_t in bindgen prototypes of C builtinsGary Guo1-1/+5
2024-11-10rust: sync: add global lock supportAlice Ryhl3-0/+305
2024-11-05rust: add `dev_*` print macros.Wedson Almeida Filho2-1/+320
2024-11-05rust: introduce `InPlaceModule`Wedson Almeida Filho2-16/+35
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-11-01rust: macros: enable the rest of the testsEthan D. Twardy1-9/+50
2024-11-01rust: macros: enable paste! use from macro_rules!Ethan D. Twardy2-11/+46
2024-11-01rust: enable macros::module! testsEthan D. Twardy2-15/+11
2024-11-01rust: kbuild: expand rusttest target for macrosEthan D. Twardy2-5/+14
2024-10-24rust: types: extend `Opaque` documentationDirk Behme1-1/+52
2024-10-22rust: block: fix formatting of `kernel::block::mq::request` moduleFrancesco Zardi1-29/+38
2024-10-22rust: miscdevice: add missing safety commentsAlice Ryhl1-0/+15
2024-10-21rust: macros: fix documentation of the paste! macroPaolo Bonzini1-1/+1
2024-10-21rust: kernel: fix THIS_MODULE header path in ThisModule doc commentYutaro Ohno1-1/+1
2024-10-21rust: page: add Rust version of PAGE_ALIGNAlice Ryhl1-0/+10
2024-10-21rust: helpers: remove unnecessary header includesTamir Duberstein10-10/+0
2024-10-21rust: exports: improve grammar in commentaryTamir Duberstein1-3/+3
2024-10-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2-13/+4
2024-10-21Merge 6.12-rc4 into char-misc-nextGreg Kroah-Hartman2-13/+4
2024-10-15kbuild: rust: remove the `alloc` crate and `GlobalAlloc`Danilo Krummrich3-97/+12
2024-10-15rust: alloc: update module comment of alloc.rsDanilo Krummrich1-1/+1
2024-10-15rust: str: test: replace `alloc::format`Danilo Krummrich1-1/+22
2024-10-15rust: alloc: implement `Cmalloc` in module allocator_testDanilo Krummrich2-9/+81
2024-10-15rust: alloc: implement `contains` for `Flags`Danilo Krummrich1-1/+6
2024-10-15rust: error: check for config `test` in `Error::name`Danilo Krummrich1-2/+2
2024-10-15rust: error: use `core::alloc::LayoutError`Danilo Krummrich1-1/+1
2024-10-15rust: alloc: add `Vec` to preludeDanilo Krummrich1-1/+1
2024-10-15rust: alloc: remove `VecExt` extensionDanilo Krummrich3-190/+1
2024-10-15rust: treewide: switch to the kernel `Vec` typeDanilo Krummrich5-22/+17