index
:
~andi/linux
ccs-mode
drm-tip
vm-mmap
Andi's kernel stuff
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
rust
Age
Commit message (
Expand
)
Author
Files
Lines
2024-04-25
rust: remove `params` from `module` macro example
Aswin Unnikrishnan
1
-12
/
+0
2024-04-23
kbuild: rust: remove unneeded `@rustc_cfg` to avoid ICE
Miguel Ojeda
1
-1
/
+0
2024-04-23
rust: kernel: require `Send` for `Module` implementations
Wedson Almeida Filho
1
-1
/
+1
2024-04-23
rust: phy: implement `Send` for `Registration`
Wedson Almeida Filho
1
-0
/
+4
2024-04-16
rust: macros: fix soundness issue in `module!` macro
Benno Lossin
1
-75
/
+115
2024-04-04
rust: init: remove impl Zeroable for Infallible
Laine Taffin Altman
1
-2
/
+9
2024-03-21
Merge tag 'kbuild-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...
Linus Torvalds
1
-2
/
+2
2024-03-14
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
1
-1
/
+5
2024-03-12
Merge tag 'net-next-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
1
-12
/
+12
2024-03-11
Merge tag 'wq-for-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
Linus Torvalds
1
-1
/
+5
2024-03-10
kbuild: unexport abs_srctree and abs_objtree
Masahiro Yamada
1
-2
/
+2
2024-02-29
rust: upgrade to Rust 1.76.0
Miguel Ojeda
7
-42
/
+123
2024-02-29
kbuild: mark `rustc` (and others) invocations as recursive
Miguel Ojeda
1
-24
/
+24
2024-02-25
rust: add `container_of!` macro
Wedson Almeida Filho
1
-0
/
+32
2024-02-25
rust: str: implement `Display` and `Debug` for `BStr`
Yutaro Ohno
1
-7
/
+178
2024-02-25
rust: module: place generated init_module() function in .init.text
Thomas Bertschinger
1
-1
/
+6
2024-02-25
rust: types: add `try_from_foreign()` method
Obei Sideg
1
-0
/
+19
2024-02-18
rust: kernel: stop using ptr_metadata feature
Alice Ryhl
2
-10
/
+7
2024-02-18
rust: kernel: add reexports for macros
Alice Ryhl
6
-17
/
+18
2024-02-18
rust: locked_by: shorten doclink preview
Valentin Obst
1
-2
/
+5
2024-02-18
rust: kernel: remove unneeded doclink targets
Valentin Obst
1
-10
/
+0
2024-02-18
rust: kernel: add doclinks
Valentin Obst
3
-24
/
+40
2024-02-18
rust: kernel: add blank lines in front of code blocks
Valentin Obst
1
-0
/
+3
2024-02-18
rust: kernel: mark code fragments in docs with backticks
Valentin Obst
4
-7
/
+8
2024-02-18
rust: kernel: unify spelling of refcount in docs
Valentin Obst
2
-6
/
+6
2024-02-18
rust: str: move SAFETY comment in front of unsafe block
Valentin Obst
1
-1
/
+1
2024-02-18
rust: str: use `NUL` instead of 0 in doc comments
Valentin Obst
1
-2
/
+2
2024-02-18
rust: kernel: add srctree-relative doclinks
Valentin Obst
2
-1
/
+3
2024-02-18
rust: ioctl: end top-level module docs with full stop
Valentin Obst
1
-1
/
+1
2024-02-18
rust: error: improve unsafe code in example
Valentin Obst
1
-7
/
+3
2024-02-18
rust: kernel: fix multiple typos in documentation
Valentin Obst
7
-16
/
+16
2024-02-18
rust: bindings: Order headers alphabetically
Mika Westerberg
1
-2
/
+2
2024-02-09
arm64: rust: Enable Rust support for AArch64
Jamie Cunliffe
1
-0
/
+1
2024-02-09
rust: Refactor the build target to allow the use of builtin targets
Jamie Cunliffe
1
-1
/
+4
2024-02-01
workqueue: rust: sync with `WORK_CPU_UNBOUND` change
Miguel Ojeda
1
-1
/
+5
2024-01-28
rust: sync: update integer types in CondVar
Alice Ryhl
2
-19
/
+34
2024-01-28
rust: sync: add `CondVar::wait_timeout`
Alice Ryhl
4
-10
/
+61
2024-01-28
rust: time: add msecs to jiffies conversion
Alice Ryhl
3
-0
/
+22
2024-01-28
rust: sync: add `CondVar::notify_sync`
Alice Ryhl
1
-0
/
+10
2024-01-27
rust: phy: use VTABLE_DEFAULT_ERROR
FUJITA Tomonori
1
-8
/
+8
2024-01-27
rust: phy: use `srctree`-relative links
FUJITA Tomonori
1
-4
/
+4
2024-01-22
rust: sync: `CondVar` rename "wait_list" to "wait_queue_head"
Charalampos Mitrodimas
1
-8
/
+12
2024-01-22
rust: upgrade to Rust 1.75.0
Miguel Ojeda
6
-23
/
+49
2024-01-11
Merge tag 'rust-6.8' of https://github.com/Rust-for-Linux/linux
Linus Torvalds
22
-61
/
+225
2023-12-21
rust: support `srctree`-relative links
Miguel Ojeda
11
-14
/
+15
2023-12-21
rust: sync: Makes `CondVar::wait()` an uninterruptible wait
Boqun Feng
1
-14
/
+14
2023-12-21
rust: upgrade to Rust 1.74.1
Miguel Ojeda
4
-15
/
+112
2023-12-15
net: phy: add Rust Asix PHY driver
FUJITA Tomonori
1
-0
/
+2
2023-12-15
rust: net::phy add module_phy_driver macro
FUJITA Tomonori
1
-0
/
+146
2023-12-15
rust: core abstractions for network PHY drivers
FUJITA Tomonori
4
-0
/
+767
[next]