index
:
pub/scm/fs/fscrypt/linux.git
master
fscrypt kernel development tree
FSCrypt FS Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
rust
Age
Commit message (
Expand
)
Author
Files
Lines
2026-06-09
rust: zerocopy-derive: import crate
Miguel Ojeda
9
-0
/
+3507
2026-06-09
rust: zerocopy: enable support in kbuild
Miguel Ojeda
1
-6
/
+39
2026-06-09
rust: zerocopy: add `README.md`
Miguel Ojeda
1
-0
/
+14
2026-06-09
rust: zerocopy: remove float `Display` support
Miguel Ojeda
1
-1
/
+0
2026-06-09
rust: zerocopy: add SPDX License Identifiers
Miguel Ojeda
20
-0
/
+40
2026-06-09
rust: zerocopy: import crate
Miguel Ojeda
233
-0
/
+35005
2026-06-09
rust: kbuild: support `skip_clippy` for `rustc_procmacro`
Miguel Ojeda
1
-2
/
+2
2026-06-09
rust: kbuild: support per-target environment variables
Miguel Ojeda
1
-0
/
+8
2026-06-09
rust: kbuild: define `procmacro-extension` variable
Miguel Ojeda
1
-3
/
+2
2026-06-09
rust: kbuild: define `procmacro-name` function
Miguel Ojeda
1
-2
/
+4
2026-06-09
rust: kbuild: remove unused variable
Miguel Ojeda
1
-1
/
+0
2026-06-09
rust: kbuild: show the right `quiet_cmd_rustc_procmacrolibrary`
Miguel Ojeda
1
-1
/
+1
2026-06-09
rust: sync: add `UniqueArc::as_ptr`
Andreas Hindborg
1
-0
/
+8
2026-06-09
rust: inline some init methods
Alexandre Courbot
3
-0
/
+8
2026-06-09
rust: io: use the `bitfield!` macro in `register!`
Alexandre Courbot
1
-244
/
+2
2026-06-09
rust: bitfield: Add KUnit tests for bitfield
Joel Fernandes
2
-0
/
+324
2026-06-09
rust: extract `bitfield!` macro from `register!`
Alexandre Courbot
2
-0
/
+549
2026-06-08
rust: page: mark Page::nid as inline
Nakamura Shuta
1
-0
/
+1
2026-06-08
driver core: platform: set mod_name in driver registration
Shashank Balaji
1
-1
/
+3
2026-06-08
Merge tag 'opp-updates-7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Rafael J. Wysocki
1
-0
/
+3
2026-06-08
Merge tag 'rust-i2c-7.1-rc7' of https://github.com/ikrtn/linux into i2c/for-c...
Wolfram Sang
1
-1
/
+3
2026-06-08
rust: tests: add Kconfig for KUnit test
Yury Norov
7
-0
/
+82
2026-06-08
rust: tests: drop 'use crate' in bitmap and atomic KUnit tests
Yury Norov
2
-6
/
+2
2026-06-06
rust: i2c: fix I2cAdapter refcounts double increment
Nicolás Antinori
1
-1
/
+3
2026-06-06
Merge tag 'pin-init-v7.2' of https://github.com/Rust-for-Linux/linux into rus...
Miguel Ojeda
14
-403
/
+438
2026-06-05
rust: ptr: remove implicit index projection syntax
Gary Guo
2
-14
/
+0
2026-06-05
rust: dma: update to keyworded index projection syntax
Gary Guo
1
-4
/
+4
2026-06-05
rust: ptr: add panicking index projection variant
Gary Guo
2
-16
/
+85
2026-06-05
rust: ptr: use `match` instead of `unwrap_or_else` for `build_index`
Gary Guo
1
-1
/
+4
2026-06-05
rust: ptr: rename `ProjectIndex::index` to `build_index`
Gary Guo
1
-8
/
+8
2026-06-04
rust: sync: add #[must_use] to GlobalGuard and GlobalLock::try_lock
Ashutosh Desai
1
-0
/
+2
2026-06-04
rust: module_param: add missing newline to pr_warn_once
Kenny Glowner
1
-1
/
+1
2026-06-04
rust: drm: gem: shmem: Fix Default implementation for ObjectConfig
Lyude Paul
1
-1
/
+10
2026-06-02
rust/drm/gem: Use DeviceContext with GEM objects
Lyude Paul
4
-51
/
+91
2026-06-02
rust/drm/gem: Add DriverAllocImpl type alias
Lyude Paul
1
-2
/
+7
2026-06-02
rust/drm: Introduce DeviceContext
Lyude Paul
3
-57
/
+204
2026-06-02
rust: drm: gem: s/device::Device/Device/ for shmem.rs
Lyude Paul
1
-5
/
+5
2026-06-01
rust: cpufreq: clean new `clippy::map_or_identity` lint for Rust 1.98.0
Miguel Ojeda
1
-1
/
+1
2026-05-31
rust: block: fix GenDisk cleanup paths
Haoze Xie
1
-1
/
+19
2026-05-29
rust: pin_init: internal: use `loop {}` to produce never value
Gary Guo
1
-1
/
+1
2026-05-29
rust: pin-init: remove `E` from `InitClosure`
Gary Guo
1
-3
/
+3
2026-05-29
rust: pin-init: move `InitClosure` out from `__internal`
Gary Guo
2
-32
/
+32
2026-05-29
rust: pin-init: docs: fix typos in MaybeZeroable documentation
Xiaobo Liu
1
-2
/
+2
2026-05-29
rust: pin-init: internal: suppress `non_snake_case` lint in `[pin_]init!`
Mirko Adzic
1
-1
/
+3
2026-05-29
rust: pin-init: internal: suppress `non_snake_case` lint in `#[pin_data]`
Mirko Adzic
1
-2
/
+10
2026-05-29
rust: pin-init: internal: pin_data: filter non-`#[cfg]` attr in generated code
Martin Kletzander
1
-23
/
+27
2026-05-28
uaccess: unify inline vs outline copy_{from,to}_user() selection
Yury Norov
1
-3
/
+1
2026-05-28
rust: uaccess: use INLINE_COPY_TO_USER to guard copy_to_user()
Yury Norov
1
-0
/
+2
2026-05-29
rust: devres: add 'static bound to Devres<T>
Danilo Krummrich
1
-3
/
+3
2026-05-29
Merge tag 'dd-lifetimes-7.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Danilo Krummrich
19
-342
/
+946
[prev]
[next]