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
Age
Commit message (
Expand
)
Author
Files
Lines
2024-11-05
rust: add tracepoint support
Alice Ryhl
2
-0
/
+50
2024-11-05
rust: add static_branch_unlikely for static_key_false
Alice Ryhl
2
-0
/
+31
2024-10-24
rust: types: extend `Opaque` documentation
Dirk Behme
1
-1
/
+52
2024-10-22
rust: block: fix formatting of `kernel::block::mq::request` module
Francesco Zardi
1
-29
/
+38
2024-10-22
rust: miscdevice: add missing safety comments
Alice Ryhl
1
-0
/
+15
2024-10-21
rust: kernel: fix THIS_MODULE header path in ThisModule doc comment
Yutaro Ohno
1
-1
/
+1
2024-10-21
rust: page: add Rust version of PAGE_ALIGN
Alice Ryhl
1
-0
/
+10
2024-10-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Paolo Abeni
2
-13
/
+4
2024-10-21
Merge 6.12-rc4 into char-misc-next
Greg Kroah-Hartman
2
-13
/
+4
2024-10-16
kbuild: rust: remove the `alloc` crate and `GlobalAlloc`
Danilo Krummrich
1
-63
/
+2
2024-10-16
rust: alloc: update module comment of alloc.rs
Danilo Krummrich
1
-1
/
+1
2024-10-16
rust: str: test: replace `alloc::format`
Danilo Krummrich
1
-1
/
+22
2024-10-16
rust: alloc: implement `Cmalloc` in module allocator_test
Danilo Krummrich
2
-9
/
+81
2024-10-16
rust: alloc: implement `contains` for `Flags`
Danilo Krummrich
1
-1
/
+6
2024-10-16
rust: error: check for config `test` in `Error::name`
Danilo Krummrich
1
-2
/
+2
2024-10-16
rust: error: use `core::alloc::LayoutError`
Danilo Krummrich
1
-1
/
+1
2024-10-16
rust: alloc: add `Vec` to prelude
Danilo Krummrich
1
-1
/
+1
2024-10-16
rust: alloc: remove `VecExt` extension
Danilo Krummrich
3
-190
/
+1
2024-10-16
rust: treewide: switch to the kernel `Vec` type
Danilo Krummrich
4
-19
/
+14
2024-10-16
rust: alloc: implement `collect` for `IntoIter`
Danilo Krummrich
1
-0
/
+95
2024-10-16
rust: alloc: implement `IntoIterator` for `Vec`
Danilo Krummrich
2
-0
/
+171
2024-10-16
rust: alloc: implement kernel `Vec` type
Danilo Krummrich
4
-1
/
+656
2024-10-15
rust: alloc: introduce `ArrayLayout`
Benno Lossin
2
-0
/
+92
2024-10-15
rust: alloc: add `Box` to prelude
Danilo Krummrich
1
-1
/
+1
2024-10-15
rust: alloc: remove extension of std's `Box`
Danilo Krummrich
6
-188
/
+3
2024-10-15
rust: treewide: switch to our kernel `Box` type
Danilo Krummrich
8
-71
/
+76
2024-10-15
rust: alloc: implement kernel `Box`
Danilo Krummrich
3
-1
/
+463
2024-10-15
rust: alloc: add __GFP_NOWARN to `Flags`
Danilo Krummrich
1
-0
/
+5
2024-10-15
rust: alloc: implement `KVmalloc` allocator
Danilo Krummrich
2
-0
/
+37
2024-10-15
rust: alloc: implement `Vmalloc` allocator
Danilo Krummrich
2
-0
/
+38
2024-10-15
rust: alloc: add module `allocator_test`
Danilo Krummrich
2
-2
/
+27
2024-10-15
rust: alloc: implement `Allocator` for `Kmalloc`
Danilo Krummrich
1
-3
/
+28
2024-10-15
rust: alloc: make `allocator` module public
Danilo Krummrich
1
-1
/
+1
2024-10-15
rust: alloc: implement `ReallocFunc`
Danilo Krummrich
2
-0
/
+79
2024-10-15
rust: miscdevice: fix warning on c_uint to u32 cast
Alice Ryhl
1
-2
/
+2
2024-10-15
rust: task: adjust safety comments in Task methods
Alice Ryhl
1
-19
/
+24
2024-10-14
rust: alloc: rename `KernelAllocator` to `Kmalloc`
Danilo Krummrich
1
-3
/
+3
2024-10-14
rust: alloc: separate `aligned_size` from `krealloc_aligned`
Danilo Krummrich
1
-7
/
+12
2024-10-14
rust: alloc: add `Allocator` trait
Danilo Krummrich
1
-0
/
+101
2024-10-13
Merge tag 'driver-core-6.12-rc3' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2
-13
/
+4
2024-10-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
3
-7
/
+17
2024-10-10
rust: kernel: move `FromBytes` and `AsBytes` traits to a new `transmute` module
Aliet Exposito Garcia
4
-69
/
+73
2024-10-10
rust: error: optimize error type to use nonzero
Filipe Xavier
1
-9
/
+28
2024-10-10
rust: lock: add trylock method support for lock backend
Filipe Xavier
3
-0
/
+38
2024-10-10
rust: std_vendor: update dbg macro from Rust upstream
Deepak Thukral
1
-11
/
+11
2024-10-09
rust: miscdevice: add base miscdevice abstraction
Alice Ryhl
2
-0
/
+242
2024-10-09
rust: types: add Opaque::try_ffi_init
Alice Ryhl
1
-0
/
+16
2024-10-08
rust: add PidNamespace
Christian Brauner
3
-6
/
+198
2024-10-08
rust: add seqfile abstraction
Alice Ryhl
2
-0
/
+53
2024-10-08
Merge patch series "File abstractions needed by Rust Binder"
Christian Brauner
10
-12
/
+866
[prev]
[next]