public inbox for rust-for-linux@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-01-16 06:21:03 to 2026-01-19 06:59:15 UTC [more...]

[PATCH v1 0/7] rust: Replace unsafe core::mem::zeroed() with pin_init::zeroed()
 2026-01-19  6:58 UTC 

[PATCH] rust: str: improve safety comment for CString::try_from_fmt
 2026-01-19  6:29 UTC 

[PATCH 0/5] rust: sync: Atomic pointer and RCU
 2026-01-19  3:09 UTC  (17+ messages)
` [PATCH 1/5] rust: helpers: Generify the definitions of rust_helper_*_{read,set}*
` [PATCH 2/5] rust: helpers: Generify the definitions of rust_helper_*_xchg*
` [PATCH 3/5] rust: helpers: Generify the definitions of rust_helper_*_cmpxchg*
` [PATCH 4/5] rust: sync: atomic: Add Atomic<*mut T> support
` [PATCH 5/5] rust: sync: rcu: Add RCU protected pointer

[PATCH v9 0/4] rust: Add safe pointer formatting support
 2026-01-19  4:35 UTC  (5+ messages)
` [PATCH v9 1/4] rust: fmt: add Pointer trait for foreign type formatting
` [PATCH v9 2/4] rust: fmt: add HashedPtr for safe pointer formatting
` [PATCH v9 3/4] rust: fmt: make raw pointers default to HashedPtr
` [PATCH v9 4/4] rust: fmt: add RawPtr for debugging pointer formatting

[PATCH v4 0/2] rust: sync: atomic flag helpers
 2026-01-19  3:10 UTC  (4+ messages)
` [PATCH v4 1/2] rust: sync: atomic: Add performance-optimal-integer-backed Flag for atomic booleans

[PATCH net-next] net: remove HIPPI support and RoadRunner HIPPI driver
 2026-01-19  2:24 UTC 

[PATCH] rust: use consistent backtick formatting for NULL in docs
 2026-01-18 23:07 UTC  (4+ messages)

[PATCH] rust: resolve safety comment TODO in `as_str_unchecked`
 2026-01-18 22:57 UTC  (2+ messages)

[PATCH] rust: bindgen: disable GCC latent entropy plugin
 2026-01-18 22:47 UTC  (3+ messages)

[PATCH v2] Makefile: Remove the product of pin_init cleanly in mrporper
 2026-01-18 22:30 UTC  (2+ messages)

[PATCH] rust: kbuild: give `--config-path` to `rustfmt` in `.rsi` target
 2026-01-18 21:27 UTC  (6+ messages)

[PATCH v1] rbtree: reduce unsafe blocks on pointer derefs
 2026-01-18 21:27 UTC  (5+ messages)

[PATCH v6] rust: iommu: add io_pgtable abstraction
 2026-01-18 21:26 UTC  (4+ messages)

[PATCH v3 0/7] rust: build_assert: document and fix use with function arguments
 2026-01-18 19:45 UTC  (2+ messages)

[PATCH v2] scripts: generate_rust_analyzer: compile sysroot with correct edition
 2026-01-18 19:43 UTC  (3+ messages)

[PATCH] scripts: generate_rust_analyzer: compile quote with correct edition
 2026-01-18 19:43 UTC  (3+ messages)

[PATCH 1/2] rust: syn: make rust-analyzer treat `std` as a dependency
 2026-01-18 19:43 UTC  (2+ messages)

[PATCH] remove sysroot assertion in generate_rust_analyzer.py
 2026-01-18 19:43 UTC  (2+ messages)

[PATCH v2 0/3] Introduce DeviceContext
 2026-01-18 14:36 UTC  (6+ messages)
` [PATCH v2 1/3] rust/drm: "
` [PATCH v2 2/3] rust/drm: Don't setup private driver data until registration
` [PATCH v2 3/3] rust/drm/gem: Use DeviceContext with GEM objects

[PATCH v2] rust_binder: refactor context management to use KVVec
 2026-01-18 14:26 UTC 

[PATCH v5] io: add io_pgtable abstraction
 2026-01-18 10:08 UTC  (3+ messages)

[PATCH rust-next] rust: binder: refactor context management to use KVVec
 2026-01-18  9:37 UTC 

[PATCH v5 0/8] gpu: nova-core: expose the logging buffers via debugfs
 2026-01-17 22:00 UTC  (24+ messages)
` [PATCH v5 1/8] rust: pci: add device name method
` [PATCH v5 2/8] rust: debugfs: add Dir::empty() for conditional debugfs usage
` [PATCH v5 3/8] rust: uaccess: add UserSliceWriter::write_buffer() for raw pointer writes
` [PATCH v5 4/8] gpu: nova-core: implement BinaryWriter for LogBuffer
` [PATCH v5 5/8] gpu: nova-core: Replace module_pci_driver! with explicit module init
` [PATCH v5 6/8] gpu: nova-core: use pin projection in method boot()
` [PATCH v5 7/8] gpu: nova-core: create debugfs root in module init
` [PATCH v5 8/8] gpu: nova-core: create GSP-RM logging buffers debugfs entries

[PATCH v3 00/12] refactor Rust proc macros with `syn`
 2026-01-17 20:12 UTC  (7+ messages)
` [PATCH v3 03/12] rust: macros: convert `#[vtable]` macro to use `syn`
` [PATCH v3 04/12] rust: macros: use `syn` to parse `module!` macro
` [PATCH v3 08/12] rust: macros: convert `#[kunit_tests]` macro to use `syn`

[PATCH] rust: macros: support `#[cfg]` properly in `#[vtable]` macro
 2026-01-17 20:09 UTC  (3+ messages)
` [PATCH v2] "

[PATCH] rust: ptr: replace unneeded use of `build_assert`
 2026-01-17 19:16 UTC  (6+ messages)

[PATCH RFC 0/2] rcu box container for Rust + maple tree load_rcu
 2026-01-17 16:46 UTC  (14+ messages)
` [PATCH RFC 1/2] rust: rcu: add RcuBox type
` [PATCH RFC 2/2] rust: maple_tree: add load_rcu()

[PATCH RFC 0/2] Avoid synchronize_rcu() for every thread drop in Rust Binder
 2026-01-17 15:25 UTC  (3+ messages)
` [PATCH RFC 1/2] rust: poll: make PollCondVar upgradable
` [PATCH RFC 2/2] rust_binder: use UpgradePollCondVar

[PATCH v2 0/1] rust: simplify `Adapter::id_info`
 2026-01-17 14:25 UTC  (8+ messages)
` [PATCH v2 1/1] "

[PATCH v9] rust: add new macro for common bitflag operations
 2026-01-17 10:41 UTC 

[PATCH 1/1] rust: pin-init: Implement `InPlaceWrite<T>` for `&'static mut MaybeUninit<T>`
 2026-01-17  9:54 UTC  (2+ messages)

[PATCH v4 00/15] `syn` rewrite of pin-init
 2026-01-17  9:54 UTC  (19+ messages)
` [PATCH v4 01/15] rust: pin-init: remove `try_` versions of the initializer macros
` [PATCH v4 02/15] rust: pin-init: allow the crate to refer to itself as `pin-init` in doc tests
` [PATCH v4 03/15] rust: pin-init: add `syn` dependency and remove `proc-macro[2]` and `quote` workarounds
` [PATCH v4 04/15] rust: pin-init: internal: add utility API for syn error handling
` [PATCH v4 05/15] rust: pin-init: rewrite `derive(Zeroable)` and `derive(MaybeZeroable)` using `syn`
` [PATCH v4 06/15] rust: pin-init: rewrite the `#[pinned_drop]` attribute macro "
` [PATCH v4 07/15] rust: pin-init: rewrite `#[pin_data]` "
` [PATCH v4 08/15] rust: pin-init: add `?Sized` bounds to traits in `#[pin_data]` macro
` [PATCH v4 09/15] rust: pin-init: rewrite the initializer macros using `syn`
` [PATCH v4 10/15] rust: pin-init: add `#[default_error(<type>)]` attribute to initializer macros
` [PATCH v4 11/15] rust: init: use `#[default_error(err)]` for the "
` [PATCH v4 12/15] rust: pin-init: internal: init: add support for attributes on initializer fields
` [PATCH v4 13/15] rust: pin-init: internal: init: add escape hatch for referencing initialized fields
` [PATCH v4 14/15] rust: pin-init: internal: init: simplify Zeroable safety check
` [PATCH v4 15/15] MAINTAINERS: add Gary Guo to pin-init

[PATCH v9 0/5] rust: pci: add config space read/write support
 2026-01-17  8:27 UTC  (9+ messages)
` [PATCH v9 2/5] rust: io: factor common I/O helpers into Io trait

[PATCH v6 00/11] gpu: nova-core: add Turing support
 2026-01-17  1:55 UTC  (15+ messages)
` [PATCH v6 06/11] gpu: nova-core: move some functions into the HAL
` [PATCH v6 09/11] gpu: nova-core: add FalconUCodeDescV2 support
` [PATCH v6 11/11] gpu: nova-core: add PIO support for loading firmware images

[RFC PATCH v3 0/5] rust: Add RTC driver support
 2026-01-17  0:44 UTC  (8+ messages)
` [RFC PATCH v3 1/5] rtc: add device selector for rtc_class_ops callbacks
` [RFC PATCH v3 2/5] rust: add AMBA bus driver support
` [RFC PATCH v3 3/5] rust: add device wakeup capability support
` [RFC PATCH v3 4/5] rust: add RTC core abstractions and data structures
` [RFC PATCH v3 5/5] rust: add PL031 RTC driver

[PATCH v3 0/2] scripts: introduce containerized builds
 2026-01-16 21:12 UTC  (3+ messages)

[PATCH] scripts: generate_rust_analyzer.py: reduce cfg plumbing
 2026-01-16 21:00 UTC  (3+ messages)

[PATCH v3] scripts: generate_rust_analyzer: Add message to sysroot assertion
 2026-01-16 20:08 UTC  (2+ messages)

[PATCH] scripts: generate_rust_analyzer: compile sysroot with correct edition
 2026-01-16 19:50 UTC  (8+ messages)

[PATCH v3 00/15] `syn` rewrite of pin-init
 2026-01-16 16:37 UTC  (8+ messages)
` [PATCH v3 09/15] rust: pin-init: rewrite the initializer macros using `syn`

[PATCH] rust/drm: tyr: Convert to the register!() macro
 2026-01-16 15:25 UTC  (16+ messages)

[PATCH] rust: drm: tyr: use read_poll_timeout
 2026-01-16  9:52 UTC  (3+ messages)

[PATCH] MAINTAINERS: add "RUST [RUST-ANALYZER]" entry
 2026-01-16  9:06 UTC  (2+ messages)

[PATCH v8] rust: add new macro for common bitflag operations
 2026-01-16  8:38 UTC  (8+ messages)

[PATCH v3 0/2] cpufreq/amd-pstate: Prevent scheduling when atomic on PREEMPT_RT
 2026-01-16  6:32 UTC  (3+ messages)
` [PATCH v3 1/2] cpufreq/amd-pstate: Pass the policy to amd_pstate_update()
` [PATCH v3 2/2] cpufreq: Pass the policy to cpufreq_driver->adjust_perf()

[PATCH v1] rust: hrtimer: Restrict expires() to safe contexts
 2026-01-16  6:20 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox