index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.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
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
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
Age
Commit message (
Expand
)
Author
Files
Lines
5 days
Merge tag 'driver-core-6.14-rc3' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2
-0
/
+68
8 days
rust/kernel: Add faux device bindings
Lyude Paul
2
-0
/
+68
9 days
rust: rbtree: fix overindented list item
Miguel Ojeda
1
-1
/
+1
2025-02-06
rust: init: use explicit ABI to clean warning in future compilers
Miguel Ojeda
1
-1
/
+1
2025-01-28
Merge tag 'driver-core-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
14
-11
/
+1902
2025-01-22
Merge tag 'net-next-6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
1
-2
/
+2
2025-01-22
Merge tag 'lsm-pr-20250121' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-21
/
+17
2025-01-22
Merge tag 'rust-6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/...
Linus Torvalds
25
-185
/
+321
2025-01-21
Merge tag 'locking-core-2025-01-20' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
4
-3
/
+62
2025-01-21
Merge tag 'for-6.14/block-20250118' of git://git.kernel.dk/linux
Linus Torvalds
1
-1
/
+1
2025-01-16
rust: device: Use as_char_ptr() to avoid explicit cast
Viresh Kumar
1
-1
/
+1
2025-01-16
rust: device: Replace CString with CStr in property_present()
Viresh Kumar
1
-3
/
+3
2025-01-15
rust: device: Add property_present()
Viresh Kumar
1
-0
/
+7
2025-01-14
rust: uaccess: generalize userSliceReader to support any Vec
Filipe Xavier
1
-3
/
+3
2025-01-14
rust: kernel: add improved version of `ForeignOwnable::borrow_mut`
Alice Ryhl
3
-13
/
+86
2025-01-14
rust: kernel: reorder `ForeignOwnable` items
Tamir Duberstein
2
-19
/
+19
2025-01-14
rust: kernel: change `ForeignOwnable` pointer to mut
Tamir Duberstein
4
-21
/
+21
2025-01-14
rust: arc: split unsafe block, add missing comment
Tamir Duberstein
1
-1
/
+5
2025-01-14
rust: types: avoid `as` casts
Tamir Duberstein
3
-9
/
+10
2025-01-14
rust: arc: use `NonNull::new_unchecked`
Tamir Duberstein
1
-4
/
+8
2025-01-14
rust: use derive(CoercePointee) on rustc >= 1.84.0
Xiangfei Ding
4
-11
/
+22
2025-01-14
rust: alloc: add doctest for `ArrayLayout::new()`
Jimmy Ostler
1
-0
/
+19
2025-01-14
rust: init: update `stack_try_pin_init` examples
Jimmy Ostler
1
-4
/
+20
2025-01-14
rust: error: import `kernel`'s `LayoutError` instead of `core`'s
Jimmy Ostler
1
-3
/
+4
2025-01-14
rust: str: replace unwraps with question mark operators
Daniel Sedlak
1
-11
/
+17
2025-01-14
rust: page: remove unnecessary helper function from doctest
Daniel Sedlak
1
-4
/
+2
2025-01-14
rust: rbtree: remove unwrap in asserts
Daniel Sedlak
1
-23
/
+23
2025-01-14
rust: init: replace unwraps with question mark operators
Daniel Sedlak
1
-2
/
+4
2025-01-13
Merge 6.13-rc7 into driver-core-next
Greg Kroah-Hartman
2
-4
/
+18
2025-01-10
rust: devres: remove action in `Devres::drop`
Danilo Krummrich
1
-12
/
+35
2025-01-10
miscdevice: rust: use build_error! macro instead of function
Alice Ryhl
1
-3
/
+3
2025-01-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-2
/
+16
2025-01-10
rust: add `build_error!` to the prelude
Miguel Ojeda
5
-14
/
+14
2025-01-10
rust: kernel: move `build_error` hidden function to prevent mistakes
Miguel Ojeda
2
-8
/
+9
2025-01-10
rust: use the `build_error!` macro, not the hidden function
Miguel Ojeda
3
-12
/
+12
2025-01-10
rust: kbuild: run Clippy for `rusttest` code
Miguel Ojeda
1
-1
/
+3
2025-01-07
rust: driver: address soundness issue in `RegistrationOps`
Danilo Krummrich
3
-11
/
+30
2025-01-07
rust: io: move module entry to its correct location
Danilo Krummrich
1
-1
/
+1
2025-01-07
rust: pci: do not depend on CONFIG_PCI_MSI
Danilo Krummrich
1
-2
/
+2
2025-01-04
Merge tag 'wq-for-6.13-rc5-fixes' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-2
/
+16
2024-12-23
rust: block: fix use of BLK_MQ_F_SHOULD_MERGE
Andreas Hindborg
1
-1
/
+1
2024-12-20
rust: platform: add basic platform device / driver abstractions
Danilo Krummrich
2
-0
/
+199
2024-12-20
rust: driver: implement `Adapter`
Danilo Krummrich
1
-1
/
+57
2024-12-20
rust: of: add `of::DeviceId` abstraction
Danilo Krummrich
2
-0
/
+61
2024-12-20
rust: pci: implement I/O mappable `pci::Bar`
Danilo Krummrich
1
-1
/
+141
2024-12-20
rust: pci: add basic PCI device / driver abstractions
Danilo Krummrich
2
-0
/
+294
2024-12-20
rust: add devres abstraction
Danilo Krummrich
2
-0
/
+179
2024-12-20
rust: add `io::{Io, IoRaw}` base types
Danilo Krummrich
2
-0
/
+261
2024-12-20
rust: add `Revocable` type
Wedson Almeida Filho
2
-0
/
+220
2024-12-20
rust: types: add `Opaque::pin_init`
Danilo Krummrich
1
-0
/
+11
[next]