summaryrefslogtreecommitdiffstats
path: root/rust/kernel
AgeCommit message (Expand)AuthorLines
2024-12-19rust: sync: Add lock::Backend::assert_is_held()Lyude Paul-0/+20
2024-12-19rust: sync: Add SpinLockGuard type aliasLyude Paul-1/+9
2024-12-19rust: sync: Add MutexGuard type aliasLyude Paul-1/+9
2024-12-19rust: sync: Make Guard::new() publicLyude Paul-1/+1
2024-12-19rust: sync: Add Lock::from_raw() for Lock<(), B>Lyude Paul-0/+23
2024-12-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-2/+2
2024-12-18rust: block: fix formatting in GenDisk docYutaro Ohno-3/+3
2024-12-18rust: alloc: align Debug implementation for Box with DisplayGuangbo Cui-1/+1
2024-12-18rust: alloc: implement Display for BoxGuangbo Cui-0/+10
2024-12-18rust: sync: document `PhantomData` in `Arc`Tamir Duberstein-0/+8
2024-12-18rust: workqueue: Enable execution of doctestsDirk Behme-0/+3
2024-12-17rust: error: modify `from_errno` to use `try_from_errno`Daniel Sedlak-7/+4
2024-12-17rust: net::phy scope ThisModule usage in the module_phy_driver macroRahul Rameshbabu-2/+2
2024-12-17rust: net::phy fix module autoloadingFUJITA Tomonori-2/+2
2024-12-16rust: cleanup unnecessary castsGary Guo-5/+5
2024-12-16rust: map `long` to `isize` and `char` to `u8`Gary Guo-27/+11
2024-12-16rust: finish using custom FFI integer typesMiguel Ojeda-10/+6
2024-12-16rust: miscdevice: add fops->show_fdinfo() hookAlice Ryhl-0/+34
2024-12-16rust: miscdevice: Provide accessor to pull out miscdevice::this_deviceLee Jones-0/+11
2024-12-16rust: miscdevice: access the `struct miscdevice` from fops->open()Alice Ryhl-8/+22
2024-12-16rust: miscdevice: access file in fopsAlice Ryhl-6/+25
2024-12-04rust: replace lsm context+len with lsm_contextAlice Ryhl-21/+17
2024-12-03rust: add safety comment in workqueue traitsKonstantin Andrikopoulos-2/+16
2024-11-30Merge tag 'block-6.13-20242901' of git://git.kernel.dk/linuxLinus Torvalds-1/+1
2024-11-29Merge tag 'char-misc-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-1/+616
2024-11-26rust: fix up formatting after mergeLinus Torvalds-2/+6
2024-11-26Merge tag 'rust-6.13' of https://github.com/Rust-for-Linux/linuxLinus Torvalds-761/+2682
2024-11-26Merge tag 'vfs-6.13.rust.pid_namespace' of git://git.kernel.org/pub/scm/linux...Linus Torvalds-6/+198
2024-11-25Merge tag 'trace-rust-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-0/+170
2024-11-25rust: alloc: Fix `ArrayLayout` allocationsAsahi Lina-1/+1
2024-11-21Merge tag 'net-next-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds-6/+10
2024-11-20rust: jump_label: skip formatting generated fileMiguel Ojeda-3/+3
2024-11-18jump_label: rust: pass a mut ptr to `static_key_count`Alice Ryhl-1/+1
2024-11-18Merge tag 'vfs-6.13.rust.file' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-24/+936
2024-11-18rust: block: simplify Result<()> in validate_block_size returnManas-1/+1
2024-11-10rust: use custom FFI integer typesGary Guo-66/+64
2024-11-10rust: sync: add global lock supportAlice Ryhl-0/+305
2024-11-05rust: add `dev_*` print macros.Wedson Almeida Filho-1/+320
2024-11-05rust: introduce `InPlaceModule`Wedson Almeida Filho-0/+23
2024-11-04rust: add arch_static_branchAlice Ryhl-1/+90
2024-11-04rust: add tracepoint supportAlice Ryhl-0/+50
2024-11-04rust: add static_branch_unlikely for static_key_falseAlice Ryhl-0/+31
2024-10-24rust: types: extend `Opaque` documentationDirk Behme-1/+52
2024-10-22rust: block: fix formatting of `kernel::block::mq::request` moduleFrancesco Zardi-29/+38
2024-10-22rust: miscdevice: add missing safety commentsAlice Ryhl-0/+15
2024-10-21rust: kernel: fix THIS_MODULE header path in ThisModule doc commentYutaro Ohno-1/+1
2024-10-21rust: page: add Rust version of PAGE_ALIGNAlice Ryhl-0/+10
2024-10-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni-13/+4
2024-10-21Merge 6.12-rc4 into char-misc-nextGreg Kroah-Hartman-13/+4
2024-10-15kbuild: rust: remove the `alloc` crate and `GlobalAlloc`Danilo Krummrich-63/+2