public inbox for rust-for-linux@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-12-18 20:53:03 to 2025-12-23 11:51:52 UTC [more...]

[PATCH] rust: drm: replace `kernel::c_str!` with C-Strings
 2025-12-23 11:51 UTC  (5+ messages)

[PATCH v1] objtool/rust: add one more `noreturn` Rust function
 2025-12-23 11:35 UTC 

[PATCH] rust: fmt: reject {:p} format specifier for raw pointers
 2025-12-23 11:27 UTC  (5+ messages)

[PATCH] samples: rust: faux: replace `kernel::c_str!` with C-Strings
 2025-12-23 10:49 UTC  (2+ messages)

[PATCH v2] rust: page: Simplify overflow check using checked_add()
 2025-12-23 10:06 UTC 

[PATCH 0/7] driver-core: rust: replace `kernel::c_str!` with C-Strings
 2025-12-23  7:41 UTC  (11+ messages)
` [PATCH 1/7] rust: auxiliary: "
` [PATCH 2/7] rust: device: "
` [PATCH 3/7] rust: platform: "
` [PATCH 4/7] rust: io: "
` [PATCH 5/7] rust: irq: "
` [PATCH 6/7] rust: debugfs: "
` [PATCH 7/7] samples: "

[PATCH] rust: page: Simplify overflow check using checked_add()
 2025-12-23  7:12 UTC  (4+ messages)

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

[PATCH v2 0/4] rust: Add i8/i16 atomic xchg helpers
 2025-12-23  6:21 UTC  (5+ messages)
` [PATCH v2 1/4] rust: helpers: "
` [PATCH v2 2/4] rust: helpers: Add i8/i16 atomic xchg_acquire helpers
` [PATCH v2 3/4] rust: helpers: Add i8/i16 atomic xchg_release helpers
` [PATCH v2 4/4] rust: helpers: Add i8/i16 atomic xchg_relaxed helpers

[PATCH v4] drm/nova: Align GEM memory allocation to system page size
 2025-12-23  6:10 UTC  (3+ messages)

[PATCH v7] rust: Return Option from page_align and ensure no usize overflow
 2025-12-23  6:03 UTC  (3+ messages)

[PATCH] rust: num: fix typos in Bounded documentation
 2025-12-23  6:03 UTC  (3+ messages)

[PATCH v8] rust: Return Option from page_align and ensure no usize overflow
 2025-12-23  5:56 UTC 

[PATCH 0/2] rust: net: replace `kernel::c_str!` with C-Strings
 2025-12-23  4:53 UTC  (5+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] drivers: "

[PATCH] rust: pin_init_internal: fix rust-analyzer `mod quote`
 2025-12-23  1:32 UTC  (7+ messages)

[RFC PATCH 0/3] rust: WMI abstractions
 2025-12-22 22:44 UTC  (11+ 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] rnull: replace `kernel::c_str!` with C-Strings
 2025-12-22 22:36 UTC  (3+ messages)

[PATCH] rust: regulator: replace `kernel::c_str!` with C-Strings
 2025-12-22 20:04 UTC  (3+ messages)

[PATCH v2 00/19] rust: replace `kernel::c_str!` with C-Strings
 2025-12-22 20:04 UTC  (2+ messages)
` (subset) "

[PATCH 0/2] rust: i2c: replace `kernel::c_str!` with C-Strings
 2025-12-22 18:45 UTC  (6+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] samples: "

[PATCH] gpu: nova-core: replace `kernel::c_str!` with C-Strings
 2025-12-22 16:58 UTC  (3+ messages)

[PATCH] samples: rust: pci: replace `kernel::c_str!` with C-Strings
 2025-12-22 16:49 UTC  (3+ messages)

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

[PATCH] rust: debugfs: use "kernel vertical" style for imports
 2025-12-22 15:57 UTC  (3+ messages)

[PATCH] rust: clk: replace `kernel::c_str!` with C-Strings
 2025-12-22 14:33 UTC  (2+ messages)

[PATCH] rust: seq_file: replace `kernel::c_str!` with C-Strings
 2025-12-22 14:31 UTC  (2+ messages)

[PATCH] rust: miscdevice: replace `kernel::c_str!` with C-Strings
 2025-12-22 14:27 UTC  (2+ messages)

[PATCH] rust_binder: replace `kernel::c_str!` with C-Strings
 2025-12-22 14:26 UTC  (2+ messages)

[PATCH] drivers: pwm: replace `kernel::c_str!` with C-Strings
 2025-12-22 14:21 UTC  (2+ messages)

[PATCH] rust: cpufreq: replace `kernel::c_str!` with C-Strings
 2025-12-22 13:54 UTC  (2+ messages)

[RFC] Secure TCP (STCP): Rust-based encrypted transport protocol for kernel integration
 2025-12-22 13:31 UTC  (4+ messages)

[PATCH 0/2] rust: drm: Introduce DeviceCtx
 2025-12-22 13:11 UTC  (5+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] rust/drm/gem: Use DeviceCtx with GEM objects

[PATCH] rust: kunit: replace `kernel::c_str!` with C-Strings
 2025-12-22 12:59 UTC  (2+ messages)

[PATCH] rust: configfs: replace `kernel::c_str!` with C-Strings
 2025-12-22 12:12 UTC 

[PATCH 00/11] refactor Rust proc macros with `syn`
 2025-12-22 11:59 UTC  (10+ 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] pci: provide pci_free_irq_vectors() stub when CONFIG_PCI is disabled
 2025-12-22  9:15 UTC  (3+ messages)

[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  (2+ messages)

[PATCH v3 9/9] gpu: nova-core: create GSP-RM logging buffers debugfs entries
 2025-12-21 10:05 UTC  (2+ messages)

[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: 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 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  (3+ 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  (10+ messages)
` [PATCH v4 08/11] gpu: nova-core: add Falcon HAL method supports_dma()
` [PATCH v4 10/11] gpu: nova-core: align LibosMemoryRegionInitArgument size to page size

[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  (2+ messages)


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