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
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
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
2025-08-12
rust: workaround `rustdoc` target modifiers bug
Miguel Ojeda
1
-0
/
+6
2025-08-03
Merge tag 'rust-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/...
Linus Torvalds
1
-0
/
+8
2025-07-23
rust: Add warn_on macro
FUJITA Tomonori
1
-0
/
+8
2025-07-14
rust: use `#[used(compiler)]` to fix build and `modpost` with Rust >= 1.89.0
Miguel Ojeda
1
-0
/
+1
2025-06-04
Merge tag 'rust-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/...
Linus Torvalds
1
-8
/
+11
2025-05-31
kcov: rust: add flags for KCOV with Rust
Alice Ryhl
1
-0
/
+1
2025-05-27
rust: kunit: support KUnit-mapped `assert!` macros in `#[test]`s
Miguel Ojeda
1
-1
/
+2
2025-05-25
rust: compile libcore with edition 2024 for 1.87+
Gary Guo
1
-6
/
+8
2025-05-23
rust: arm: fix unknown (to Clang) argument '-mno-fdpic'
Rudraksha Gupta
1
-1
/
+1
2025-04-08
rust: kbuild: Don't export __pfx symbols
Sami Tolvanen
1
-1
/
+1
2025-04-05
Merge tag 'kbuild-v6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
1
-2
/
+6
2025-04-03
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rmk/linux
Linus Torvalds
1
-0
/
+8
2025-04-02
Merge tag 'loongarch-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/c...
Linus Torvalds
1
-1
/
+3
2025-03-30
rust: Fix enabling Rust and building with GCC for LoongArch
WANG Rui
1
-1
/
+3
2025-03-26
ARM: 9441/1: rust: Enable Rust support for ARMv7
Christian Schrrefl
1
-0
/
+8
2025-03-23
rust: kbuild: skip `--remap-path-prefix` for `rustdoc`
Miguel Ojeda
1
-2
/
+6
2025-03-19
rust: pass correct target to bindgen on Usermode Linux
Thomas Weißschuh
1
-0
/
+1
2025-03-16
rust: pin-init: add `std` and `alloc` support from the user-space version
Benno Lossin
1
-1
/
+1
2025-03-16
rust: make pin-init its own crate
Benno Lossin
1
-7
/
+7
2025-03-16
rust: add pin-init crate build infrastructure
Miguel Ojeda
1
-18
/
+57
2025-02-06
rust: kbuild: do not export generated KASAN ODR symbols
Matthew Maurer
1
-1
/
+1
2025-02-06
rust: kbuild: add -fzero-init-padding-bits to bindgen_skip_cflags
Justin M. Forbes
1
-0
/
+1
2025-02-06
rust: kbuild: use host dylib naming in rusttestlib-kernel
Tamir Duberstein
1
-1
/
+1
2025-01-31
Merge tag 'kbuild-v6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
1
-2
/
+32
2025-01-18
rust: Use gendwarfksyms + extended modversions for CONFIG_MODVERSIONS
Sami Tolvanen
1
-2
/
+32
2025-01-15
kbuild: rust: add PROCMACROLDFLAGS
HONG Yifan
1
-1
/
+1
2025-01-10
rust: use host dylib naming convention to support macOS
Tamir Duberstein
1
-10
/
+12
2025-01-10
rust: kbuild: run Clippy for `rusttest` code
Miguel Ojeda
1
-4
/
+4
2024-12-10
rust: kbuild: set `bindgen`'s Rust target version
Miguel Ojeda
1
-1
/
+14
2024-11-30
Merge tag 'kbuild-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
1
-2
/
+2
2024-11-28
kbuild: change working directory to external module directory with M=
Masahiro Yamada
1
-2
/
+2
2024-11-26
Merge tag 'rust-6.13' of https://github.com/Rust-for-Linux/linux
Linus Torvalds
1
-43
/
+50
[next]