index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
rust
/
kernel
/
kunit.rs
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-10-01
Merge tag 'linux_kselftest-kunit-6.18-rc1' of git://git.kernel.org/pub/scm/li...
Linus Torvalds
1
-0
/
+11
2025-09-16
rust: kunit: allow `cfg` on `test`s
Kaibo Ma
1
-0
/
+7
2025-09-16
rust: kunit: use `core::ffi::CStr` method names
Tamir Duberstein
1
-3
/
+3
2025-09-16
rust: kunit: use `kernel::{fmt,prelude::fmt!}`
Tamir Duberstein
1
-4
/
+4
2025-08-26
kunit: Introduce param_init/exit for parameterized test context management
Marie Zhussupova
1
-0
/
+4
2025-08-03
Merge tag 'rust-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/...
Linus Torvalds
1
-5
/
+8
2025-07-14
rust: use `#[used(compiler)]` to fix build and `modpost` with Rust >= 1.89.0
Miguel Ojeda
1
-1
/
+1
2025-06-24
rust: kunit: use crate-level mapping for `c_void`
Jesung Yang
1
-1
/
+1
2025-06-22
rust: enable `clippy::ptr_as_ptr` lint
Tamir Duberstein
1
-4
/
+7
2025-05-27
rust: add `kunit_tests` to the prelude
Miguel Ojeda
1
-2
/
+1
2025-05-27
rust: kunit: support checked `-> Result`s in KUnit `#[test]`s
Miguel Ojeda
1
-0
/
+25
2025-05-27
rust: kunit: support KUnit-mapped `assert!` macros in `#[test]`s
Miguel Ojeda
1
-1
/
+0
2025-05-23
rust: use absolute paths in macros referencing core and kernel
Igor Korotin
1
-4
/
+4
2025-03-20
rust: kunit: allow to know if we are in a test
José Expósito
1
-0
/
+36
2025-03-20
rust: macros: add macro to easily run KUnit tests
José Expósito
1
-0
/
+11
2025-03-20
rust: kunit: add KUnit case and suite macros
José Expósito
1
-0
/
+124
2024-10-01
rust: kunit: use C-string literals to clean warning
Miguel Ojeda
1
-2
/
+2
2023-12-21
rust: support `srctree`-relative links
Miguel Ojeda
1
-1
/
+1
2023-07-19
rust: support running Rust documentation tests as KUnit ones
Miguel Ojeda
1
-0
/
+163