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
/
Makefile
Age
Commit message (
Expand
)
Author
Files
Lines
2026-06-16
Merge tag 's390-7.2-1' of gitolite.kernel.org:pub/scm/linux/kernel/git/s390/l...
Linus Torvalds
1
-0
/
+1
2026-06-15
Merge tag 'driver-core-7.2-rc1' of gitolite.kernel.org:pub/scm/linux/kernel/g...
Linus Torvalds
1
-0
/
+1
2026-06-10
s390: Enable Rust support
Jan Polensky
1
-0
/
+1
2026-06-09
rust: zerocopy-derive: enable support in kbuild
Miguel Ojeda
1
-8
/
+33
2026-06-09
rust: zerocopy: enable support in kbuild
Miguel Ojeda
1
-6
/
+39
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-05-29
Merge patch series "rust: device: Higher-Ranked Lifetime Types for device dri...
Danilo Krummrich
1
-0
/
+1
2026-05-27
rust: types: add `ForLt` trait for higher-ranked lifetime support
Gary Guo
1
-0
/
+1
2026-04-30
rust: arch: um: Fix building 32-bit UML with GCC
David Gow
1
-0
/
+2
2026-04-08
Merge tag 'pin-init-v7.1' of https://github.com/Rust-for-Linux/linux into rus...
Miguel Ojeda
1
-2
/
+2
2026-04-08
Merge tag 'rust-timekeeping-for-v7.1' of https://github.com/Rust-for-Linux/li...
Miguel Ojeda
1
-6
/
+4
2026-04-07
rust: kbuild: update `bindgen --rust-target` version and replace comment
Miguel Ojeda
1
-14
/
+2
2026-04-07
rust: kbuild: remove `feature(...)`s that are now stable
Miguel Ojeda
1
-2
/
+0
2026-04-07
rust: kbuild: remove skipping of `-Wrustdoc::unescaped_backticks`
Miguel Ojeda
1
-4
/
+1
2026-04-07
rust: kbuild: remove `--remap-path-prefix` workarounds
Miguel Ojeda
1
-6
/
+2
2026-04-02
Merge tag 'rust-analyzer-v7.1' of https://github.com/Rust-for-Linux/linux int...
Miguel Ojeda
1
-0
/
+2
2026-03-30
kbuild: rust: provide an option to inline C helpers into Rust
Gary Guo
1
-4
/
+27
2026-03-25
rust: pin-init: build: simplify use of nightly features
Gary Guo
1
-2
/
+2
2026-03-09
scripts: generate_rust_analyzer.py: reduce cfg plumbing
Tamir Duberstein
1
-0
/
+2
2026-03-06
rust: build: remap path to avoid absolute path
Gary Guo
1
-2
/
+3
2026-03-06
rust: kbuild: emit dep-info into $(depfile) directly
Gary Guo
1
-4
/
+2
2026-02-22
Merge tag 'rust-fixes-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/o...
Linus Torvalds
1
-0
/
+3
2026-02-10
Merge tag 'rust-6.20-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/oj...
Linus Torvalds
1
-12
/
+29
2026-02-10
rust: kbuild: pass `-Zunstable-options` for Rust 1.95.0
Miguel Ojeda
1
-0
/
+3
2026-01-30
rust: kbuild: deduplicate pin-init flags
Tamir Duberstein
1
-13
/
+26
2026-01-17
rust: pin-init: add `syn` dependency and remove `proc-macro[2]` and `quote` w...
Benno Lossin
1
-6
/
+10
2026-01-06
rust: kbuild: Add -fdiagnostics-show-context to bindgen_skip_c_flags
Siddhesh Poyarekar
1
-0
/
+1
2025-12-03
Merge tag 'rust-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/...
Linus Torvalds
1
-15
/
+132
2025-11-24
rust: macros: support `proc-macro2`, `quote` and `syn`
Miguel Ojeda
1
-4
/
+9
2025-11-24
rust: syn: enable support in kbuild
Miguel Ojeda
1
-3
/
+34
2025-11-24
rust: quote: enable support in kbuild
Miguel Ojeda
1
-3
/
+35
2025-11-24
rust: proc-macro2: enable support in kbuild
Miguel Ojeda
1
-2
/
+30
2025-11-24
rust: kbuild: support using libraries in `rustc_procmacro`
Miguel Ojeda
1
-1
/
+1
2025-11-24
rust: kbuild: support skipping flags in `rustc_test_library`
Miguel Ojeda
1
-2
/
+2
2025-11-24
rust: kbuild: add proc macro library support
Miguel Ojeda
1
-0
/
+10
2025-11-24
rust: kbuild: simplify `--cfg` handling
Miguel Ojeda
1
-2
/
+4
2025-11-24
rust: kbuild: introduce `core-flags` and `core-skip_flags`
Miguel Ojeda
1
-5
/
+14
2025-11-10
rust: Add -fno-isolate-erroneous-paths-dereference to bindgen_skip_c_flags
Xi Ruoyao
1
-1
/
+1
2025-11-04
rust: kbuild: workaround `rustdoc` doctests modifier bug
Miguel Ojeda
1
-1
/
+4
2025-11-04
rust: kbuild: treat `build_error` and `rustdoc` as kernel objects
Miguel Ojeda
1
-0
/
+10
2025-09-08
rust: add `pin-init` as a dependency to `bindings` and `uapi`
Benno Lossin
1
-6
/
+8
2025-09-08
rust: warn if `srctree/` links do not exist
Miguel Ojeda
1
-0
/
+6
2025-09-08
Merge tag 'alloc-next-v6.18-2025-09-04' of https://github.com/Rust-for-Linux/...
Miguel Ojeda
1
-8
/
+1
2025-08-24
rust: kernel: remove support for unused host `#[test]`s
Miguel Ojeda
1
-8
/
+1
2025-08-12
rust: kbuild: clean output before running `rustdoc`
Miguel Ojeda
1
-3
/
+7
[next]