messages from 2025-12-15 04:38:06 to 2025-12-17 20:45:37 UTC [more...]
[PATCH v2] rust: sync: set_once: Implement Send and Sync
2025-12-17 20:45 UTC (5+ messages)
[PATCH] docs: rust: rbtree: fix incorrect description for `peek_next`
2025-12-17 20:39 UTC (3+ messages)
Fwd: [PATCH] rust: document safety requirements for fmt::Arguments dereference
2025-12-17 20:38 UTC (2+ messages)
[PATCH 3/3] rust: cpumask: rename methods of Cpumask for clarity and consistency
2025-12-17 20:35 UTC (2+ messages)
[PATCH v16 00/17] Refcounted interrupts, SpinLockIrq for rust
2025-12-17 20:33 UTC (23+ messages)
` [PATCH v16 01/17] preempt: Introduce HARDIRQ_DISABLE_BITS
` [PATCH v16 02/17] preempt: Track NMI nesting to separate per-CPU counter
` [PATCH v16 03/17] preempt: Introduce __preempt_count_{sub, add}_return()
` [PATCH v16 04/17] openrisc: Include <linux/cpumask.h> in smp.h
` [PATCH v16 05/17] irq & spin_lock: Add counted interrupt disabling/enabling
` [PATCH v16 06/17] irq: Add KUnit test for refcounted interrupt enable/disable
` [PATCH v16 07/17] rust: Introduce interrupt module
` [PATCH v16 08/17] rust: helper: Add spin_{un,}lock_irq_{enable,disable}() helpers
` [PATCH v16 09/17] rust: sync: Add SpinLockIrq
` [PATCH v16 10/17] rust: sync: Introduce lock::Backend::Context
` [PATCH v16 11/17] rust: sync: lock: Add `Backend::BackendInContext`
` [PATCH v16 12/17] rust: sync: lock/global: Rename B to G in trait bounds
` [PATCH v16 13/17] rust: sync: Add a lifetime parameter to lock::global::GlobalGuard
` [PATCH v16 14/17] rust: sync: Expose lock::Backend
` [PATCH v16 15/17] rust: sync: lock/global: Add Backend parameter to GlobalGuard
` [PATCH v16 16/17] rust: sync: lock/global: Add BackendInContext support to GlobalLock
` [PATCH v16 17/17] locking: Switch to _irq_{disable,enable}() variants in cleanup guards
[PATCH] rust: maple_tree: rcu_read_lock() in destructor to silence lockdep
2025-12-17 20:23 UTC (4+ messages)
[PATCH v2 0/3] Support more safe `AsBytes`/`FromBytes` usage
2025-12-17 19:33 UTC (15+ messages)
` [PATCH v2 1/3] rust: transmute: Support transmuting slices of AsBytes/FromBytes types
` [PATCH v2 2/3] rust: Add support for deriving `AsBytes` and `FromBytes`
` [PATCH v2 3/3] rust: Support deriving `AsBytes`/`FromBytes` on bindgen types
[PATCH] rust: sync: implement Unpin for ARef
2025-12-17 19:20 UTC (2+ messages)
[PATCH RFC] soc: qcom: socinfo: Re-implement in Rust
2025-12-17 18:35 UTC (22+ messages)
[PATCH 1/2] rust: pci: document Bar's endianness conversion
2025-12-17 17:11 UTC (5+ messages)
` [PATCH 2/2] samples: rust: fix endianness issue in rust_driver_pci
[PATCH] rust: Add -fdiagnostics-show-context to bindgen_skip_c_flags
2025-12-17 15:00 UTC
[PATCH 0/7] rust: add initial v4l2 support
2025-12-17 14:35 UTC (3+ messages)
[PATCH] hrtimer: add usage examples to documentation
2025-12-17 14:03 UTC (2+ messages)
[PATCH v1 0/2] scripts: introduce containerized builds
2025-12-17 13:51 UTC (6+ messages)
` [PATCH v1 1/2] scripts: add tool to run "
` [Automated-testing] "
[PATCH v2 0/3] bitmap: add __rust_helper to helpers
2025-12-17 13:51 UTC (4+ messages)
` [PATCH v2 1/3] rust: "
` [PATCH v2 2/3] rust: bitops: "
` [PATCH v2 3/3] rust: cpumask: "
[PATCH] rust: ptr: replace unneeded use of `build_assert`
2025-12-17 13:22 UTC (2+ messages)
ARMv7 Linux + Rust doesn't boot when compiling with only LLVM=1
2025-12-17 10:21 UTC (9+ messages)
[PATCH v8 0/6] rust: add ww_mutex support
2025-12-17 8:54 UTC (9+ messages)
` [PATCH v8 1/6] rust: add C wrappers for ww_mutex inline functions
` [PATCH v8 5/6] rust: ww_mutex: add Mutex, AcquireCtx and MutexGuard
[PATCH v3 00/12] gpu: nova-core: add Turing support
2025-12-17 7:17 UTC (12+ messages)
` [PATCH v3 03/12] gpu: nova-core: support header parsing on Turing/GA100
` [PATCH v3 04/12] gpu: nova-core: add support for Turing/GA100 fwsignature
` [PATCH v3 06/12] gpu: nova-core: add Turing boot registers
` [PATCH v3 08/12] gpu: nova-core: Add basic Turing HAL
` [PATCH v3 11/12] gpu: nova-core: align LibosMemoryRegionInitArgument size to page size
[RFC] Rust implementation of BPF verifier
2025-12-17 2:48 UTC (2+ messages)
[PATCH v3 0/3] Support exporting SoC info from Rust
2025-12-17 2:31 UTC (6+ messages)
` [PATCH v3 1/3] rust: Add soc_device support
` [PATCH v3 2/3] docs: ABI: sysfs-devices-soc: Fix swapped sample values
` [PATCH v3 3/3] rust: Add SoC Driver Sample
[PATCH v2] Makefile: Remove the product of pin_init cleanly in mrporper
2025-12-17 1:54 UTC (2+ messages)
[PATCH 0/7] gpu: nova-core: expose the logging buffers via debugfs
2025-12-16 23:29 UTC (17+ messages)
` [PATCH 1/7] rust: pci: add PCI device name method
` [PATCH 2/7] gpu: nova-core: Replace module_pci_driver! with explicit module init
` [PATCH 3/7] gpu: nova-core: create debugfs root in PCI init closure
` [PATCH 6/7] gpu: nova-core: create loginit debugfs entry
[PATCH] rust: num: fix typos in Bounded documentation
2025-12-16 17:47 UTC (3+ messages)
[RFC] Rust implementation of BPF verifier
2025-12-16 17:23 UTC (2+ messages)
[RFC] Rust implementation of BPF verifier
2025-12-16 17:19 UTC
[PATCH 0/7] gpu: nova-core: run unload sequence upon unbinding
2025-12-16 15:39 UTC (12+ messages)
` [PATCH 1/7] rust: pci: pass driver data by value to `unbind`
` [PATCH 2/7] rust: add warn_on_err macro
` [PATCH 3/7] gpu: nova-core: use "
` [PATCH RFC 4/7] rust: pin-init: allow `dead_code` on projection structure
` [PATCH 5/7] gpu: nova-nova: use pin-init projections
` [PATCH 6/7] gpu: nova-core: send UNLOADING_GUEST_DRIVER GSP command GSP upon unloading
` [PATCH 7/7] gpu: nova-core: run Booter Unloader and FWSEC-SB upon unbinding
[PATCH v3 0/3] firmware_loader: make RUST_FW_LOADER_ABSTRACTIONS select FW_LOADER
2025-12-16 14:32 UTC (5+ messages)
` [PATCH v3 2/3] gpu: nova-core: select RUST_FW_LOADER_ABSTRACTIONS
[PATCH v3 0/4] gpu: nova-core: fixups for GSP message queue and bindings
2025-12-16 14:31 UTC (11+ messages)
` [PATCH v3 1/4] gpu: nova-core: bindings: add missing explicit padding
` [PATCH v3 2/4] gpu: nova-core: gsp: fix length of received messages
` [PATCH v3 3/4] gpu: nova-core: bindings: derive `MaybeZeroable`
` [PATCH v3 4/4] gpu: nova-core: gsp: replace firmware version with "bindings" alias
[PATCH 00/11] refactor Rust proc macros with `syn`
2025-12-16 12:48 UTC (9+ messages)
` [PATCH 01/11] rust: pin-init: internal: remove proc-macro[2] and quote workarounds
` [PATCH 02/11] rust: macros: use `quote!` from vendored crate
` [PATCH 11/11] rust: kunit: use `pin_init::zeroed` instead of custom null value
[PATCH v1] rust: Add some DMA helpers for architectures without CONFIG_HAS_DMA
2025-12-16 12:29 UTC (2+ messages)
[PATCH v2 0/3] Support exporting SoC info from Rust
2025-12-16 10:20 UTC (6+ messages)
` [PATCH v2 1/3] rust: Add soc_device support
` [PATCH v2 2/3] docs: ABI: sysfs-devices-soc: Fix swapped sample values
` [PATCH v2 3/3] rust: Add SoC Driver Sample
[PATCH] PCI: Provide pci_free_irq_vectors() for CONFIG_PCI=n
2025-12-16 9:13 UTC (2+ messages)
[PATCH v3 0/7] rust: build_assert: document and fix use with function arguments
2025-12-16 6:48 UTC (6+ messages)
` [PATCH v3 3/7] rust: cpufreq: always inline functions using build_assert with arguments
[PATCH v2 00/10] gpu: nova-core: miscellaneous improvements
2025-12-16 4:27 UTC (11+ messages)
` [PATCH v2 01/10] gpu: nova-core: gsp: warn if data remains after processing a message
` [PATCH v2 02/10] gpu: nova-core: gsp: remove unnecessary Display impls
` [PATCH v2 03/10] gpu: nova-core: gsp: simplify sequencer opcode parsing
` [PATCH v2 04/10] gpu: nova-core: gsp: remove unneeded sequencer trait
` [PATCH v2 05/10] gpu: nova-core: gsp: derive `Debug` on more sequencer types
` [PATCH v2 06/10] gpu: nova-core: gsp: derive Zeroable for GspStaticConfigInfo
` [PATCH v2 07/10] gpu: nova-core: firmware: fwsec: do not require bound device when unneeded
` [PATCH v2 08/10] gpu: nova-core: use core library's CStr instead of kernel one
` [PATCH v2 09/10] gpu: nova-core: simplify str_from_null_terminated
` [PATCH v2 10/10] gpu: nova-core: gsp: use available device reference
[PATCH v2] rust: Add support for feeding entropy to randomness pool
2025-12-16 0:37 UTC
[PATCH 00/46] Allow inlining C helpers into Rust when using LTO
2025-12-15 21:49 UTC (7+ messages)
` [PATCH 04/46] rust: bitmap: add __rust_helper to helpers
` [PATCH 16/46] rust: drm: "
` (subset) [PATCH 00/46] Allow inlining C helpers into Rust when using LTO
[PATCH] rust: conclude the Rust experiment
2025-12-15 14:20 UTC (3+ messages)
[PATCH v6] rust: add new macro for common bitmap operations
2025-12-15 11:55 UTC (2+ messages)
[PATCH v4 0/2] rust: transmute: implement FromBytes and AsBytes for inhabited ZSTs
2025-12-15 11:31 UTC (5+ messages)
` [PATCH v4 1/2] "
` [PATCH v4 2/2] gpu: nova-core: gsp: use () as message type for GspInitDone message
[PATCH 0/2] Support exporting SoC info from Rust
2025-12-15 11:11 UTC (3+ messages)
` [PATCH 1/2] rust: Add soc_device support
[PATCH v18 00/42] DEPT(DEPendency Tracker)
2025-12-15 9:06 UTC (8+ messages)
` [PATCH v18 25/42] dept: add documents for dept
` [PATCH v18 41/42] SUNRPC: relocate struct rcu_head to the first field of struct rpc_xprt
[PATCH v4] drm/nova: Align GEM memory allocation to system page size
2025-12-15 8:34 UTC
[RFC 0/7] gpu: nova-core: Enable booting GSP with vGPU enabled
2025-12-15 4:45 UTC (3+ messages)
` [RFC 7/7] gpu: nova-core: load the scrubber ucode when vGPU support is enabled
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