index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.12.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
pinetabv-6.6.y-devel
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starfive-6.6.63-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
rust
/
kernel
/
miscdevice.rs
Age
Commit message (
Expand
)
Author
Files
Lines
2025-06-06
Merge tag 'char-misc-6.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-1
/
+1
2025-06-05
Merge tag 'rust-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/...
Linus Torvalds
1
-6
/
+6
2025-05-21
rust: miscdevice: fix typo in MiscDevice::ioctl documentation
Christian Schrefl
1
-1
/
+1
2025-05-12
rust: miscdevice: add mmap support
Alice Ryhl
1
-0
/
+45
2025-05-01
rust: types: add `ForeignOwnable::PointedTo`
Tamir Duberstein
1
-5
/
+5
2025-03-07
rust: miscdevice: change how f_ops vtable is constructed
Alice Ryhl
1
-154
/
+143
2025-01-28
Merge tag 'driver-core-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-11
/
+89
2025-01-14
rust: kernel: change `ForeignOwnable` pointer to mut
Tamir Duberstein
1
-1
/
+1
2025-01-10
miscdevice: rust: use build_error! macro instead of function
Alice Ryhl
1
-3
/
+3
2025-01-10
rust: add `build_error!` to the prelude
Miguel Ojeda
1
-2
/
+2
2025-01-10
rust: use the `build_error!` macro, not the hidden function
Miguel Ojeda
1
-2
/
+2
2024-12-16
rust: map `long` to `isize` and `char` to `u8`
Gary Guo
1
-2
/
+2
2024-12-16
rust: finish using custom FFI integer types
Miguel Ojeda
1
-6
/
+2
2024-12-16
rust: miscdevice: add fops->show_fdinfo() hook
Alice Ryhl
1
-0
/
+34
2024-12-16
rust: miscdevice: Provide accessor to pull out miscdevice::this_device
Lee Jones
1
-0
/
+11
2024-12-16
rust: miscdevice: access the `struct miscdevice` from fops->open()
Alice Ryhl
1
-8
/
+22
2024-12-16
rust: miscdevice: access file in fops
Alice Ryhl
1
-6
/
+25
2024-10-22
rust: miscdevice: add missing safety comments
Alice Ryhl
1
-0
/
+15
2024-10-15
rust: miscdevice: fix warning on c_uint to u32 cast
Alice Ryhl
1
-2
/
+2
2024-10-09
rust: miscdevice: add base miscdevice abstraction
Alice Ryhl
1
-0
/
+241