messages from 2025-12-18 11:25:24 to 2025-12-22 19:32:58 UTC [more...]
[RFC PATCH 0/3] rust: WMI abstractions
2025-12-22 19:32 UTC (8+ 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 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] rust: drm: replace `kernel::c_str!` with C-Strings
2025-12-22 17:03 UTC (3+ messages)
[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 0/7] driver-core: rust: replace `kernel::c_str!` with C-Strings
2025-12-22 16:46 UTC (10+ 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 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: regulator: replace `kernel::c_str!` with C-Strings
2025-12-22 14:35 UTC (2+ 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] rnull: replace `kernel::c_str!` with C-Strings
2025-12-22 14:19 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: net: replace `kernel::c_str!` with C-Strings
2025-12-22 13:18 UTC (4+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] drivers: "
[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: pin_init_internal: fix rust-analyzer `mod quote`
2025-12-22 12:43 UTC (6+ 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: 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 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 (14+ messages)
` [PATCH v4 06/11] gpu: nova-core: move some functions into the HAL
` [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 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 v3 0/9] gpu: nova-core: expose the logging buffers via debugfs
2025-12-18 18:00 UTC (5+ messages)
` [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 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 (2+ messages)
[PATCH v2] rust: sync: implement Unpin for ARef
2025-12-18 13:23 UTC (3+ 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 (3+ messages)
` [PATCH v3 1/2] rust: Add support for calling a function "
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