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
Age
Commit message (
Expand
)
Author
Files
Lines
2025-11-24
rust: quote: import crate
Miguel Ojeda
7
-0
/
+2633
2025-11-24
rust: proc-macro2: enable support in kbuild
Miguel Ojeda
1
-2
/
+30
2025-11-24
rust: proc-macro2: add `README.md`
Miguel Ojeda
1
-0
/
+13
2025-11-24
rust: proc-macro2: remove `unicode_ident` dependency
Miguel Ojeda
1
-2
/
+2
2025-11-24
rust: proc-macro2: add SPDX License Identifiers
Miguel Ojeda
13
-0
/
+26
2025-11-24
rust: proc-macro2: import crate
Miguel Ojeda
13
-0
/
+5098
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-24
rust: num: bounded: rename `try_into_bitint` to `try_into_bounded`
Alexandre Courbot
1
-6
/
+6
2025-11-23
rust: num: bounded: Always inline fits_within and from_expr
Alexandre Courbot
1
-0
/
+2
2025-11-24
rust: i2c: prepare for `core::ffi::CStr`
Miguel Ojeda
1
-10
/
+4
2025-11-21
Merge tag 'v6.18-rc6' into drm-next
Dave Airlie
5
-13
/
+20
2025-11-20
rust: slice: fix broken intra-doc links
Miguel Ojeda
1
-4
/
+4
2025-11-19
rust: sync: replace `kernel::c_str!` with C-Strings
Tamir Duberstein
1
-2
/
+1
2025-11-19
rust: pin-init: fix typo in docs
Brian Harring
1
-1
/
+1
2025-11-19
rust: pin-init: fix broken rust doc link
Benno Lossin
1
-0
/
+2
2025-11-19
rust: num: add Bounded integer wrapping type
Alexandre Courbot
2
-0
/
+1059
2025-11-18
rust: Add trait to convert a device reference to a bus device reference
Markus Probst
6
-1
/
+75
2025-11-17
rust: add num module and Integer trait
Alexandre Courbot
2
-0
/
+77
2025-11-17
rust: allow `clippy::disallowed_names` for doctests
Miguel Ojeda
2
-3
/
+1
2025-11-18
rust: i2c: add manual I2C device creation abstractions
Igor Korotin
1
-1
/
+152
2025-11-18
rust: i2c: add basic I2C device and driver abstractions
Igor Korotin
3
-0
/
+437
2025-11-17
rust: allow `unreachable_pub` for doctests
Miguel Ojeda
2
-2
/
+2
2025-11-17
rust: macros: replace `kernel::c_str!` with C-Strings
Tamir Duberstein
1
-1
/
+1
2025-11-17
rust: str: replace `kernel::c_str!` with C-Strings
Tamir Duberstein
1
-30
/
+29
2025-11-17
rust: firmware: replace `kernel::c_str!` with C-Strings
Tamir Duberstein
1
-3
/
+3
2025-11-16
rust: rbtree: add immutable cursor
Vitaly Wool
1
-47
/
+197
2025-11-14
rust: enable slice_flatten feature and provide it through an extension trait
Alexandre Courbot
3
-0
/
+56
2025-11-13
pwm: Fix Rust formatting
Miguel Ojeda
2
-23
/
+27
2025-11-13
rust: pwm: Fix broken intra-doc link
Miguel Ojeda
1
-1
/
+1
2025-11-13
rust: io: add typedef for phys_addr_t
Alice Ryhl
3
-9
/
+38
2025-11-13
rust: scatterlist: import ResourceSize from kernel::io
Alice Ryhl
1
-1
/
+1
2025-11-13
rust: io: move ResourceSize to top-level io module
Alice Ryhl
2
-5
/
+7
2025-11-13
rust: io: define ResourceSize as resource_size_t
Alice Ryhl
1
-1
/
+1
2025-11-12
uaccess: decouple INLINE_COPY_FROM_USER and CONFIG_RUST
Yury Norov (NVIDIA)
1
-0
/
+12
2025-11-12
rust: debugfs: Replace the usage of Rust native atomics
Boqun Feng
1
-36
/
+17
2025-11-12
rust: sync: atomic: Implement Debug for Atomic<Debug>
Boqun Feng
1
-0
/
+9
2025-11-12
rust: sync: atomic: Make Atomic*Ops pub(crate)
Boqun Feng
1
-1
/
+2
2025-11-11
rust: dma: use NonNull<T> instead of *mut T
Danilo Krummrich
1
-9
/
+8
2025-11-11
rust: dma: make use of start_ptr() and start_ptr_mut()
Danilo Krummrich
1
-4
/
+8
2025-11-11
rust: pci: use "kernel vertical" style for imports
Danilo Krummrich
4
-19
/
+48
2025-11-11
rust: io: cleanup imports and use "kernel vertical" style
Danilo Krummrich
4
-19
/
+33
2025-11-10
rust/drm/gem: Fix missing header in `Object` rustdoc
Lyude Paul
1
-1
/
+1
2025-11-10
rust: Add -fno-isolate-erroneous-paths-dereference to bindgen_skip_c_flags
Xi Ruoyao
1
-1
/
+1
2025-11-07
rust: debugfs: Implement BinaryReader for Mutex<T> only when T is Unpin
Danilo Krummrich
1
-1
/
+1
2025-11-07
rust: pwm: Drop wrapping of PWM polarity and state
Uwe Kleine-König
1
-55
/
+1
2025-11-07
rust: pwm: Add module_pwm_platform_driver! macro
Michal Wilczynski
1
-0
/
+23
[prev]
[next]