index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
certs
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-10-21
rust: helpers: remove unnecessary header includes
Tamir Duberstein
10
-10
/
+0
2024-10-21
rust: exports: improve grammar in commentary
Tamir Duberstein
1
-3
/
+3
2024-10-20
drm/panic: allow verbose version check
Thomas Böhler
1
-0
/
+1
2024-10-20
drm/panic: allow verbose boolean for clarity
Thomas Böhler
1
-1
/
+4
2024-10-20
drm/panic: correctly indent continuation of line in list item
Thomas Böhler
1
-1
/
+1
2024-10-20
drm/panic: remove redundant field when assigning value
Thomas Böhler
1
-1
/
+1
2024-10-20
drm/panic: prefer eliding lifetimes
Thomas Böhler
1
-1
/
+1
2024-10-20
drm/panic: remove unnecessary borrow in alignment_pattern
Thomas Böhler
1
-1
/
+1
2024-10-20
drm/panic: avoid reimplementing Iterator::find
Thomas Böhler
1
-6
/
+3
2024-10-15
MAINTAINERS: add entry for the Rust `alloc` module
Danilo Krummrich
1
-0
/
+7
2024-10-15
kbuild: rust: remove the `alloc` crate and `GlobalAlloc`
Danilo Krummrich
5
-108
/
+16
2024-10-15
rust: alloc: update module comment of alloc.rs
Danilo Krummrich
1
-1
/
+1
2024-10-15
rust: str: test: replace `alloc::format`
Danilo Krummrich
1
-1
/
+22
2024-10-15
rust: alloc: implement `Cmalloc` in module allocator_test
Danilo Krummrich
2
-9
/
+81
2024-10-15
rust: alloc: implement `contains` for `Flags`
Danilo Krummrich
1
-1
/
+6
2024-10-15
rust: error: check for config `test` in `Error::name`
Danilo Krummrich
1
-2
/
+2
2024-10-15
rust: error: use `core::alloc::LayoutError`
Danilo Krummrich
1
-1
/
+1
2024-10-15
rust: alloc: add `Vec` to prelude
Danilo Krummrich
1
-1
/
+1
2024-10-15
rust: alloc: remove `VecExt` extension
Danilo Krummrich
3
-190
/
+1
2024-10-15
rust: treewide: switch to the kernel `Vec` type
Danilo Krummrich
7
-25
/
+20
2024-10-15
rust: alloc: implement `collect` for `IntoIter`
Danilo Krummrich
1
-0
/
+95
2024-10-15
rust: alloc: implement `IntoIterator` for `Vec`
Danilo Krummrich
2
-0
/
+171
2024-10-15
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
10
-76
/
+81
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
2
-0
/
+6
2024-10-15
rust: alloc: implement `KVmalloc` allocator
Danilo Krummrich
3
-0
/
+43
2024-10-15
rust: alloc: implement `Vmalloc` allocator
Danilo Krummrich
4
-0
/
+48
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-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-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
4
-0
/
+43
2024-10-10
rust: std_vendor: update dbg macro from Rust upstream
Deepak Thukral
1
-11
/
+11
2024-10-07
rust: error: make conversion functions public
Filipe Xavier
1
-9
/
+4
2024-10-07
rust: enable arbitrary_self_types and remove `Receiver`
Gary Guo
4
-11
/
+2
2024-10-07
rust: std_vendor: simplify `{ .. macro! .. }` with inner attributes
Miguel Ojeda
1
-6
/
+2
2024-10-07
Documentation: rust: discuss `#[expect(...)]` in the guidelines
Miguel Ojeda
1
-0
/
+110
2024-10-07
rust: start using the `#[expect(...)]` attribute
Miguel Ojeda
11
-30
/
+31
2024-10-07
Documentation: rust: add coding guidelines on lints
Miguel Ojeda
1
-0
/
+38
2024-10-07
rust: enable Clippy's `check-private-items`
Miguel Ojeda
5
-0
/
+7
2024-10-07
rust: provide proper code documentation titles
Miguel Ojeda
3
-3
/
+8
[next]