index
:
linux.git
arm64-uaccess
dependabot/pip/drivers/gpu/drm/ci/xfails/certifi-2024.7.4
dependabot/pip/drivers/gpu/drm/ci/xfails/idna-3.7
dependabot/pip/drivers/gpu/drm/ci/xfails/pip-23.3
dependabot/pip/drivers/gpu/drm/ci/xfails/requests-2.32.2
dependabot/pip/drivers/gpu/drm/ci/xfails/setuptools-70.0.0
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.0.7
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.2.2
link_path_walk
master
runtime-constants
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
upstream/master
Unnamed repository; edit this file 'description' to name the repository.
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
rust
Age
Commit message (
Expand
)
Author
Files
Lines
2024-11-11
rust: helpers: Avoid raw_spin_lock initialization for PREEMPT_RT
Eder Zulian
1
-2
/
+6
2024-11-10
rust: use custom FFI integer types
Gary Guo
23
-83
/
+107
2024-11-10
rust: map `__kernel_size_t` and friends also to usize/isize
Gary Guo
3
-0
/
+15
2024-11-10
rust: fix size_t in bindgen prototypes of C builtins
Gary Guo
1
-1
/
+5
2024-11-10
rust: sync: add global lock support
Alice Ryhl
3
-0
/
+305
2024-11-05
rust: add `dev_*` print macros.
Wedson Almeida Filho
2
-1
/
+320
2024-11-05
rust: introduce `InPlaceModule`
Wedson Almeida Filho
2
-16
/
+35
2024-11-04
rust: add arch_static_branch
Alice Ryhl
5
-1
/
+96
2024-11-04
rust: samples: add tracepoint to Rust sample
Alice Ryhl
1
-0
/
+1
2024-11-04
rust: add tracepoint support
Alice Ryhl
3
-0
/
+51
2024-11-04
rust: add static_branch_unlikely for static_key_false
Alice Ryhl
5
-0
/
+47
2024-11-01
rust: macros: enable the rest of the tests
Ethan D. Twardy
1
-9
/
+50
2024-11-01
rust: macros: enable paste! use from macro_rules!
Ethan D. Twardy
2
-11
/
+46
2024-11-01
rust: enable macros::module! tests
Ethan D. Twardy
2
-15
/
+11
2024-11-01
rust: kbuild: expand rusttest target for macros
Ethan D. Twardy
2
-5
/
+14
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: macros: fix documentation of the paste! macro
Paolo Bonzini
1
-1
/
+1
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
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-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-15
kbuild: rust: remove the `alloc` crate and `GlobalAlloc`
Danilo Krummrich
3
-97
/
+12
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
5
-22
/
+17
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
9
-74
/
+79
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
[prev]
[next]