messages from 2026-01-14 18:19:45 to 2026-01-16 21:05:22 UTC [more...]
[PATCH v6 00/11] gpu: nova-core: add Turing support
2026-01-16 21:05 UTC (25+ messages)
` [PATCH v6 01/11] gpu: nova-core: rename Imem to ImemSecure
` [PATCH v6 02/11] gpu: nova-core: add ImemNonSecure section infrastructure
` [PATCH v6 03/11] gpu: nova-core: support header parsing on Turing/GA100
` [PATCH v6 04/11] gpu: nova-core: add support for Turing/GA100 fwsignature
` [PATCH v6 05/11] gpu: nova-core: add NV_PFALCON_FALCON_DMATRFCMD::with_falcon_mem()
` [PATCH v6 06/11] gpu: nova-core: move some functions into the HAL
` [PATCH v6 07/11] gpu: nova-core: Add basic Turing HAL
` [PATCH v6 08/11] gpu: nova-core: add Falcon HAL method supports_dma()
` [PATCH v6 09/11] gpu: nova-core: add FalconUCodeDescV2 support
` [PATCH v6 10/11] gpu: nova-core: align LibosMemoryRegionInitArgument size to page size
` [PATCH v6 11/11] gpu: nova-core: add PIO support for loading firmware images
[PATCH] scripts: generate_rust_analyzer.py: reduce cfg plumbing
2026-01-16 21:00 UTC (3+ messages)
[PATCH v2] scripts: generate_rust_analyzer: compile sysroot with correct edition
2026-01-16 20:49 UTC (2+ messages)
[PATCH v2 0/3] Introduce DeviceContext
2026-01-16 20:41 UTC (4+ 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 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 (10+ messages)
[PATCH v3 00/15] `syn` rewrite of pin-init
2026-01-16 16:37 UTC (32+ messages)
` [PATCH v3 01/15] rust: pin-init: remove `try_` versions of the initializer macros
` [PATCH v3 02/15] rust: pin-init: allow the crate to refer to itself as `pin-init` in doc tests
` [PATCH v3 03/15] rust: pin-init: add `syn` dependency and remove `proc-macro[2]` and `quote` workarounds
` [PATCH v3 04/15] rust: pin-init: internal: add utility API for syn error handling
` [PATCH v3 05/15] rust: pin-init: rewrite `derive(Zeroable)` and `derive(MaybeZeroable)` using `syn`
` [PATCH v3 06/15] rust: pin-init: rewrite the `#[pinned_drop]` attribute macro "
` [PATCH v3 07/15] rust: pin-init: rewrite `#[pin_data]` "
` [PATCH v3 08/15] rust: pin-init: add `?Sized` bounds to traits in `#[pin_data]` macro
` [PATCH v3 09/15] rust: pin-init: rewrite the initializer macros using `syn`
` [PATCH v3 10/15] rust: pin-init: add `#[default_error(<type>)]` attribute to initializer macros
` [PATCH v3 11/15] rust: init: use `#[default_error(err)]` for the "
` [PATCH v3 12/15] rust: pin-init: internal: init: add support for attributes on initializer fields
` [PATCH v3 13/15] rust: pin-init: internal: init: add escape hatch for referencing initialized fields
` [PATCH v3 14/15] rust: pin-init: internal: init: simplify Zeroable safety check
` [PATCH v3 15/15] MAINTAINERS: add Gary Guo to pin-init
[RFC PATCH v3 0/5] rust: Add RTC driver support
2026-01-16 16:34 UTC (7+ 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 RFC 0/2] rcu box container for Rust + maple tree load_rcu
2026-01-16 16:23 UTC (4+ messages)
` [PATCH RFC 1/2] rust: rcu: add RcuBox type
` [PATCH RFC 2/2] rust: maple_tree: add load_rcu()
[PATCH v9 0/5] rust: pci: add config space read/write support
2026-01-16 15:27 UTC (12+ messages)
` [PATCH v9 1/5] rust: devres: style for imports
` [PATCH v9 2/5] rust: io: factor common I/O helpers into Io trait
` [PATCH v9 3/5] rust: io: factor out MMIO read/write macros
` [PATCH v9 4/5] rust: pci: add config space read/write support
` [PATCH v9 5/5] sample: rust: pci: add tests for config space routines
[PATCH] rust/drm: tyr: Convert to the register!() macro
2026-01-16 15:25 UTC (16+ messages)
[PATCH] scripts: generate_rust_analyzer: compile quote with correct edition
2026-01-16 11:54 UTC (4+ messages)
[PATCH] rust: kbuild: give `--config-path` to `rustfmt` in `.rsi` target
2026-01-16 11:45 UTC (4+ messages)
[PATCH v4 00/15] `syn` rewrite of pin-init
2026-01-16 11:41 UTC (18+ 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 v3 0/2] scripts: introduce containerized builds
2026-01-16 10:28 UTC (2+ 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 (5+ messages)
[PATCH v8] rust: add new macro for common bitflag operations
2026-01-16 8:38 UTC (11+ 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)
[PATCH 0/4] rust: Add ARef support for work items
2026-01-16 0:36 UTC (5+ messages)
` [PATCH 1/4] rust: workqueue: add support for ARef<T>
` [PATCH 2/4] rust: drm: dispatch work items to the private data
` [PATCH 3/4] rust: workqueue: add delayed work support for ARef<T>
` [PATCH 4/4] rust: drm: dispatch delayed work items to the private data
[PATCH 0/6] Address race condition with Device::drvdata()
2026-01-16 0:23 UTC (5+ messages)
` [PATCH 3/6] rust: driver: introduce a common Driver trait
[PATCH] rust: compile libcore with edition 2024 for 1.87+
2026-01-15 21:12 UTC (4+ messages)
[PATCH v2] rust: drm: tyr: use generated bindings for GpuInfo
2026-01-15 19:38 UTC
[PATCH v4 5/9] rust: debugfs: implement Directory trait for Dir
2026-01-15 17:27 UTC (2+ messages)
[PATCH v6 0/8] Rust bindings for gem shmem + iosys_map
2026-01-15 15:36 UTC (5+ messages)
` [PATCH v6 7/8] rust: Introduce iosys_map bindings
[PATCH v4 0/2] rust: sync: atomic flag helpers
2026-01-15 13:22 UTC (7+ messages)
` [PATCH v4 1/2] rust: sync: atomic: Add performance-optimal-integer-backed Flag for atomic booleans
` [PATCH v4 2/2] rust: sync: atomic: Add AtomicFlag bool wrapper for easier use
[PATCH 0/3] scripts: generate_rust_analyzer: match rust/Makefile
2026-01-15 13:19 UTC (2+ messages)
[PATCH v2 00/27] Allow inlining C helpers into Rust when using LTO
2026-01-15 9:02 UTC (3+ messages)
` [PATCH v2 27/27] rust: xarray: add __rust_helper to helpers
[PATCH] rust: configfs: replace `kernel::c_str!` with C-Strings
2026-01-15 8:49 UTC (2+ messages)
[PATCH v3 0/7] rust: build_assert: document and fix use with function arguments
2026-01-15 8:40 UTC (7+ messages)
` [PATCH v3 2/7] rust: io: always inline functions using build_assert with arguments
` [PATCH v3 5/7] rust: sync: refcount: "
[PATCH v8 0/5] rust: pci: add config space read/write support
2026-01-15 8:15 UTC (6+ messages)
` [PATCH v8 1/5] rust: devres: style for imports
` [PATCH v8 4/5] rust: pci: add config space read/write support
[PATCH v26 00/28] riscv control-flow integrity for usermode
2026-01-15 2:57 UTC (3+ messages)
` [PATCH v26 01/28] mm: VM_SHADOW_STACK definition for riscv
[RFC PATCH v2 0/5] rust: Add RTC driver support
2026-01-14 23:48 UTC (8+ messages)
` [RFC PATCH v2 1/5] rtc: migrate driver data to RTC device
Mainline x86_64/arm64 defconfig+Rust `rusttest` error
2026-01-14 18:54 UTC (3+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox