public inbox for rust-for-linux@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-12-18 01:39:50 to 2025-12-22 11:52:49 UTC [more...]

[RFC PATCH 0/3] rust: WMI abstractions
 2025-12-22 11:52 UTC  (7+ messages)
` [RFC PATCH 1/3] rust: implement wrapper for acpi_object
` [RFC PATCH 2/3] rust: introduce WMI abstractions
` [RFC PATCH 3/3] rust: sample driver for WMI demonstrations

[PATCH] pci: provide pci_free_irq_vectors() stub when CONFIG_PCI is disabled
 2025-12-22  9:15 UTC  (3+ messages)

[PATCH v2 0/2] scripts: introduce containerized builds
 2025-12-22  9:11 UTC  (9+ messages)
` [PATCH v2 1/2] scripts: add tool to run "
` [PATCH v2 2/2] Documentation: dev-tools: add container.rst page

[PATCH 00/11] refactor Rust proc macros with `syn`
 2025-12-22  6:39 UTC  (9+ messages)
` [PATCH 06/11] rust: macros: convert `#[export]` to use `syn`
` [PATCH 07/11] rust: macros: convert `concat_idents!` "
` [PATCH 09/11] rust: macros: allow arbitrary types to be used in `module!` macro
` [PATCH 10/11] rust: macros: rearrange `#[doc(hidden)]` "

[PATCH v16 00/17] Refcounted interrupts, SpinLockIrq for rust
 2025-12-22  6:28 UTC  (17+ messages)
` [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

ARMv7 Linux + Rust doesn't boot when compiling with only LLVM=1
 2025-12-22  0:00 UTC  (6+ messages)

[PATCH v1 0/2] scripts: introduce containerized builds
 2025-12-21 20:04 UTC  (5+ messages)
` [PATCH v1 1/2] scripts: add tool to run "

[PATCH RFC 0/4] rust: add basic serial device bus abstractions
 2025-12-21 17:40 UTC  (14+ messages)
` [PATCH RFC 1/4] serdev: Export internal is_serdev_device() for drivers
` [PATCH RFC 2/4] rust: add basic serial device bus abstractions
` [PATCH RFC 3/4] samples: rust: add Rust serial device bus sample device driver
` [PATCH RFC 4/4] rust: Add serdev rust abstractions to MAINTAINERS file

[PATCH] rust: sync: implement Unpin for ARef
 2025-12-21 12:55 UTC  (3+ messages)

[PATCH v3 0/9] gpu: nova-core: expose the logging buffers via debugfs
 2025-12-21 10:05 UTC  (22+ messages)
` [PATCH v3 1/9] rust: pci: add PCI device name method
` [PATCH v3 2/9] rust: debugfs: add lookup contructor
` [PATCH v3 4/9] rust: debugfs: fix Dir::scope() to not borrow self for returned lifetime
` [PATCH v3 5/9] gpu: nova-core: Replace module_pci_driver! with explicit module init
` [PATCH v3 6/9] gpu: nova-core: create debugfs root when driver loads
` [PATCH v3 7/9] gpu: nova-core: implement BinaryWriter for LogBuffer
` [PATCH v3 8/9] gpu: nova-core: use pin projection in method boot()
` [PATCH v3 9/9] gpu: nova-core: create GSP-RM logging buffers debugfs entries

[PATCH] rust: bindgen: disable GCC latent entropy plugin
 2025-12-21  8:16 UTC 

[PATCH v4] io: add io_pgtable abstraction
 2025-12-21  0:06 UTC  (12+ messages)

[PATCH 0/7] gpu: nova-core: run unload sequence upon unbinding
 2025-12-20 21:30 UTC  (14+ messages)
` [PATCH 6/7] gpu: nova-core: send UNLOADING_GUEST_DRIVER GSP command GSP upon unloading

[PATCH] rust: document safety requirements for fmt::Arguments dereference
 2025-12-20 13:26 UTC  (2+ messages)

[PATCH] rust: page: Simplify overflow check using checked_add()
 2025-12-20 12:53 UTC  (3+ messages)

[PATCH] rust: document safety requirements for fmt::Arguments dereference
 2025-12-20 10:33 UTC  (2+ messages)

[PATCH 0/4] Rust GPUVM support
 2025-12-20 10:18 UTC  (11+ messages)
` [PATCH 1/4] drm/gpuvm: take GEM lock inside drm_gpuvm_bo_obtain_prealloc()
` [PATCH 2/4] drm/gpuvm: drm_gpuvm_bo_obtain() requires lock and staged mode
` [PATCH 4/4] rust: drm: add GPUVM immediate mode abstraction

[PATCH] rust: document safety requirements for fmt::Arguments dereference
 2025-12-20  9:55 UTC  (2+ messages)

[PATCH] rust: debugfs: use "kernel vertical" style for imports
 2025-12-20  8:40 UTC  (2+ messages)

[PATCH RFC v5 0/6] nova-core: Memory management initial patches
 2025-12-19 20:38 UTC  (7+ messages)
` [PATCH RFC v5 1/6] rust: clist: Add support to interface with C linked lists
` [PATCH RFC v5 2/6] gpu: Move DRM buddy allocator one level up
` [PATCH RFC v5 3/6] rust: gpu: Add GPU buddy allocator bindings
` [PATCH RFC v5 4/6] nova-core: mm: Add support to use PRAMIN windows to write to VRAM
` [PATCH RFC v5 5/6] docs: gpu: nova-core: Document the PRAMIN aperture mechanism
` [PATCH RFC v5 6/6] nova-core: Add PRAMIN aperture self-tests

[PATCH 0/2] rust: pwm: Fix init error handling and tidy style
 2025-12-19 17:02 UTC  (3+ messages)
` [PATCH 1/2] rust: pwm: Fix potential memory leak on init error
` [PATCH 2/2] rust: pwm: Simplify to_result call sites and unsafe blocks

[PATCH] PCI: Provide pci_free_irq_vectors() for CONFIG_PCI=n
 2025-12-19 14:59 UTC  (4+ messages)

[PATCH 0/2] Add initial interconnect (icc_path) Rust abstractions
 2025-12-19 12:58 UTC  (9+ messages)
` [PATCH DNM 2/2] interconnect: Add a test Rust consumer driver

[PATCH v4 00/11] gpu: nova-core: add Turing support
 2025-12-19 12:49 UTC  (23+ messages)
` [PATCH v4 01/11] gpu: nova-core: rename Imem to ImemSecure
` [PATCH v4 02/11] gpu: nova-core: add ImemNonSecure section infrastructure
` [PATCH v4 03/11] gpu: nova-core: support header parsing on Turing/GA100
` [PATCH v4 04/11] gpu: nova-core: add support for Turing/GA100 fwsignature
` [PATCH v4 05/11] gpu: nova-core: add NV_PFALCON_FALCON_DMATRFCMD::with_falcon_mem()
` [PATCH v4 06/11] gpu: nova-core: move some functions into the HAL
` [PATCH v4 07/11] gpu: nova-core: Add basic Turing HAL
` [PATCH v4 08/11] gpu: nova-core: add Falcon HAL method supports_dma()
` [PATCH v4 09/11] gpu: nova-core: add FalconUCodeDescV2 support
` [PATCH v4 10/11] gpu: nova-core: align LibosMemoryRegionInitArgument size to page size
` [PATCH v4 11/11] gpu: nova-core: add PIO support for loading firmware images

[PATCH] rust: fix off-by-one line number in rustdoc tests
 2025-12-19 10:38 UTC  (2+ messages)

[RFC PATCH] rust: doctests: Number tests by line numerically, not lexicographically
 2025-12-19 10:04 UTC  (2+ messages)

[PATCH 0/4] nova-core Improve pin initializer code
 2025-12-18 21:06 UTC  (6+ messages)
` [PATCH 1/4] gpu: nova-core: fw: get rid of redundant Result in GspFirmware::new()
` [PATCH 2/4] gpu: nova-core: fw: move appropriate code into pin initializer
` [PATCH 3/4] gpu: nova-core: gsp: get rid of redundant Result in Gsp::new()
` [PATCH 4/4] gpu: nova-core: gsp: move appropriate code into pin initializer

[PATCH 05/10] rust: kernel: Update ARef and AlwaysRefCounted imports to use sync::aref
 2025-12-18 16:37 UTC  (3+ messages)

[PATCH 00/10] rust: refactor ARef and AlwaysRefCounted imports
 2025-12-18 16:35 UTC  (2+ messages)

[PATCH v2] rust: sync: inline various lock related methods
 2025-12-18 16:00 UTC  (2+ messages)

[PATCH] rust: task: restrict Task::group_leader() to current
 2025-12-18 13:36 UTC  (4+ messages)

[PATCH v2] rust: sync: implement Unpin for ARef
 2025-12-18 13:23 UTC  (5+ messages)

[PATCH] rust: conclude the Rust experiment
 2025-12-18 12:57 UTC  (2+ messages)

[PATCH v3 0/3] Implement Send and Sync for clk
 2025-12-18 14:13 UTC  (5+ messages)
` [PATCH v3 1/3] rust: clk: implement Send and Sync
` [PATCH v3 2/3] tyr: remove impl Send/Sync for TyrData
` [PATCH v3 3/3] pwm: th1520: remove impl Send/Sync for Th1520PwmDriverData

[PATCH v4 0/2] rust: transmute: implement FromBytes and AsBytes for inhabited ZSTs
 2025-12-18 13:32 UTC  (4+ messages)
` [PATCH v4 1/2] "

[PATCH v4] drm/nova: Align GEM memory allocation to system page size
 2025-12-18 13:16 UTC  (2+ messages)

[PATCH v7] rust: Return Option from page_align and ensure no usize overflow
 2025-12-18 13:13 UTC  (2+ messages)

[PATCH v3 0/2] Add support for print exactly once
 2025-12-18 11:38 UTC  (4+ messages)
` [PATCH v3 1/2] rust: Add support for calling a function "

[PATCH v1 0/4] rust: Add i8/i16 atomic xchg helpers
 2025-12-18 11:08 UTC  (4+ messages)

[PATCH 0/7] rust: add initial v4l2 support
 2025-12-18 10:12 UTC  (4+ messages)

[PATCH] hrtimer: add usage examples to documentation
 2025-12-18  9:33 UTC  (5+ messages)

[PATCH v2 0/3] Support more safe `AsBytes`/`FromBytes` usage
 2025-12-18  8:26 UTC  (6+ messages)
` [PATCH v2 2/3] rust: Add support for deriving `AsBytes` and `FromBytes`

[PATCH] rust: maple_tree: rcu_read_lock() in destructor to silence lockdep
 2025-12-17 13:49 UTC  (2+ messages)

[PATCH] rust: fmt: fix {:p} formatting for raw pointers
 2025-12-18  8:04 UTC  (2+ messages)

[PATCH v2] rust: sync: set_once: Implement Send and Sync
 2025-12-18  7:58 UTC  (4+ messages)

[PATCH v2] rust: Add support for feeding entropy to randomness pool
 2025-12-18  7:56 UTC  (2+ messages)

[PATCH v3 00/12] gpu: nova-core: add Turing support
 2025-12-18  2:14 UTC  (4+ messages)
` [PATCH v3 03/12] gpu: nova-core: support header parsing on Turing/GA100


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