summaryrefslogtreecommitdiffstats
path: root/rust/kernel/miscdevice.rs
AgeCommit message (Expand)AuthorLines
2025-03-07rust: miscdevice: change how f_ops vtable is constructedAlice Ryhl-154/+143
2025-01-28Merge tag 'driver-core-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-11/+89
2025-01-13rust: kernel: change `ForeignOwnable` pointer to mutTamir Duberstein-1/+1
2025-01-10miscdevice: rust: use build_error! macro instead of functionAlice Ryhl-3/+3
2025-01-10rust: add `build_error!` to the preludeMiguel Ojeda-2/+2
2025-01-10rust: use the `build_error!` macro, not the hidden functionMiguel Ojeda-2/+2
2024-12-16rust: map `long` to `isize` and `char` to `u8`Gary Guo-2/+2
2024-12-16rust: finish using custom FFI integer typesMiguel Ojeda-6/+2
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-10-22rust: miscdevice: add missing safety commentsAlice Ryhl-0/+15
2024-10-15rust: miscdevice: fix warning on c_uint to u32 castAlice Ryhl-2/+2
2024-10-09rust: miscdevice: add base miscdevice abstractionAlice Ryhl-0/+241