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
nocache-cleanup
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
2026-06-16
Merge tag 'for-7.2/block-20260615' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2
-2
/
+20
2026-06-16
Merge tag 's390-7.2-1' of gitolite.kernel.org:pub/scm/linux/kernel/git/s390/l...
Linus Torvalds
4
-0
/
+17
2026-06-15
Merge tag 'locking-core-2026-06-14' of gitolite.kernel.org:pub/scm/linux/kern...
Linus Torvalds
1
-0
/
+2
2026-06-15
Merge tag 'driver-core-7.2-rc1' of gitolite.kernel.org:pub/scm/linux/kernel/g...
Linus Torvalds
21
-365
/
+1035
2026-06-15
Merge tag 'pm-7.2-rc1' of gitolite.kernel.org:pub/scm/linux/kernel/git/rafael...
Linus Torvalds
1
-0
/
+3
2026-06-15
Merge tag 'rust-7.2' of gitolite.kernel.org:pub/scm/linux/kernel/git/ojeda/linux
Linus Torvalds
294
-811
/
+40468
2026-06-10
s390: Enable Rust support
Jan Polensky
1
-0
/
+1
2026-06-10
rust: helpers: Add memchr wrapper for string operations
Jan Polensky
2
-0
/
+9
2026-06-10
rust/bindgen_parameters: Mark s390 types as opaque to prevent repr conflicts
Jan Polensky
1
-0
/
+7
2026-06-10
rust: make `build_assert` module the home of related macros
Gary Guo
12
-36
/
+59
2026-06-10
rust: str: clean unused import for Rust >= 1.98
Miguel Ojeda
1
-1
/
+0
2026-06-10
rust: str: use the "kernel vertical" imports style
Miguel Ojeda
1
-5
/
+19
2026-06-10
rust: aref: use the "kernel vertical" imports style
Andreas Hindborg
1
-1
/
+6
2026-06-10
rust: page: use the "kernel vertical" imports style
Andreas Hindborg
1
-5
/
+13
2026-06-09
rust: sync: completion: Mark inline complete_all and wait_for_completion
Fabricio Parra
1
-0
/
+2
2026-06-09
rust: prelude: add `zerocopy{,_derive}::FromBytes`
Miguel Ojeda
1
-0
/
+6
2026-06-09
rust: zerocopy-derive: enable support in kbuild
Miguel Ojeda
1
-8
/
+33
2026-06-09
rust: zerocopy-derive: add `README.md`
Miguel Ojeda
1
-0
/
+14
2026-06-09
rust: zerocopy-derive: avoid generating non-ASCII identifiers
Miguel Ojeda
1
-2
/
+2
2026-06-09
rust: zerocopy-derive: add SPDX License Identifiers
Miguel Ojeda
9
-0
/
+18
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
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
-404
/
+439
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
[next]