messages from 2025-10-18 17:45:40 to 2025-10-21 13:32:35 UTC [more...]
[PATCH v6 0/7] rust: add `ww_mutex` support
2025-10-21 13:31 UTC (9+ messages)
` [PATCH v6 5/7] rust: ww_mutex: add context-free locking functions
` [PATCH v6 6/7] rust: ww_mutex/exec: add high-level API
[PATCH v2 0/2] Add read_poll_count_atomic support
2025-10-21 12:35 UTC (5+ messages)
` [PATCH v2 1/2] rust: add udelay() function
` [PATCH v2 2/2] rust: Add read_poll_count_atomic function
[PATCH v2 0/8] Binary Large Objects for Rust DebugFS
2025-10-21 7:09 UTC (10+ messages)
` [PATCH v2 1/8] rust: fs: add file::Offset type alias
` [PATCH v2 2/8] rust: uaccess: add UserSliceReader::read_slice_partial()
` [PATCH v2 3/8] rust: uaccess: add UserSliceWriter::write_slice_partial()
` [PATCH v2 4/8] rust: debugfs: support for binary large objects
` [PATCH v2 5/8] rust: debugfs: support blobs from smart pointers
` [PATCH v2 6/8] samples: rust: debugfs: add example for blobs
` [PATCH v2 7/8] rust: debugfs: support binary large objects for ScopedDir
` [PATCH v2 8/8] samples: rust: debugfs_scoped: add example for blobs
[PATCH 0/8] Device::drvdata() and driver/driver interaction (auxiliary)
2025-10-21 7:08 UTC (10+ messages)
` [PATCH 1/8] rust: device: narrow the generic of drvdata_obtain()
` [PATCH 2/8] rust: device: introduce Device::drvdata()
` [PATCH 3/8] rust: auxiliary: consider auxiliary devices always have a parent
` [PATCH 4/8] rust: auxiliary: unregister on parent device unbind
` [PATCH 5/8] rust: auxiliary: move parent() to impl Device
` [PATCH 6/8] rust: auxiliary: implement parent() for Device<Bound>
` [PATCH 7/8] samples: rust: auxiliary: misc cleanup of ParentDriver::connect()
` [PATCH 8/8] samples: rust: auxiliary: illustrate driver interaction
[PATCH] rust: driver: let probe() return impl PinInit<Self, Error>
2025-10-21 7:05 UTC (2+ messages)
[PATCH v7.1 0/4] bitfield initial refactor within nova-core (RESEND)
2025-10-21 0:04 UTC (13+ messages)
` [PATCH v7.1 2/4] gpu: nova-core: bitfield: Move bitfield-specific code from register! into new macro
[PATCH v2 0/5] rust: pci: add config space read/write support, take 1
2025-10-20 23:36 UTC (5+ messages)
` [PATCH v2 1/5] rust/io: factor common I/O helpers into Io trait and specialize Mmio<SIZE>
[PATCH 0/7] Pre-requisite patches for mm and irq in nova-core
2025-10-20 23:23 UTC (22+ messages)
` [PATCH 1/7] docs: rust: Fix a few grammatical errors
` [PATCH 2/7] gpu: nova-core: Add support to convert bitfield to underlying type
` [PATCH 3/7] docs: gpu: nova-core: Document GSP RPC message queue architecture
` [PATCH 4/7] docs: gpu: nova-core: Document the PRAMIN aperture mechanism
` [PATCH 5/7] gpu: nova-core: Add support for managing GSP falcon interrupts
` [PATCH 6/7] nova-core: mm: Add support to use PRAMIN windows to write to VRAM
` [PATCH 7/7] nova-core: mm: Add data structures for page table management
[PATCH v22 00/28] riscv control-flow integrity for usermode
2025-10-20 21:13 UTC (17+ messages)
` [PATCH v22 01/28] mm: VM_SHADOW_STACK definition for riscv
` [PATCH v22 02/28] dt-bindings: riscv: zicfilp and zicfiss in dt-bindings (extensions.yaml)
` [PATCH v22 03/28] riscv: zicfiss / zicfilp enumeration
` [PATCH v22 04/28] riscv: zicfiss / zicfilp extension csr and bit definitions
` [PATCH v22 05/28] riscv: usercfi state for task and save/restore of CSR_SSP on trap entry/exit
` [PATCH v22 06/28] riscv/mm : ensure PROT_WRITE leads to VM_READ | VM_WRITE
` [PATCH v22 07/28] riscv/mm: manufacture shadow stack pte
` [PATCH v22 08/28] riscv/mm: teach pte_mkwrite to manufacture shadow stack PTEs
` [PATCH v22 09/28] riscv/mm: write protect and shadow stack
` [PATCH v22 10/28] riscv/mm: Implement map_shadow_stack() syscall
` [PATCH v22 11/28] riscv/shstk: If needed allocate a new shadow stack on clone
` [PATCH v22 12/28] riscv: Implements arch agnostic shadow stack prctls
` [PATCH v22 13/28] prctl: arch-agnostic prctl for indirect branch tracking
` [PATCH v22 14/28] riscv: Implements arch agnostic indirect branch tracking prctls
[PATCH v22 00/28] riscv control-flow integrity for usermode
2025-10-20 20:53 UTC (16+ messages)
` [PATCH v22 01/28] mm: VM_SHADOW_STACK definition for riscv
` [PATCH v22 02/28] dt-bindings: riscv: zicfilp and zicfiss in dt-bindings (extensions.yaml)
` [PATCH v22 03/28] riscv: zicfiss / zicfilp enumeration
` [PATCH v22 04/28] riscv: zicfiss / zicfilp extension csr and bit definitions
` [PATCH v22 05/28] riscv: usercfi state for task and save/restore of CSR_SSP on trap entry/exit
` [PATCH v22 06/28] riscv/mm : ensure PROT_WRITE leads to VM_READ | VM_WRITE
` [PATCH v22 07/28] riscv/mm: manufacture shadow stack pte
` [PATCH v22 08/28] riscv/mm: teach pte_mkwrite to manufacture shadow stack PTEs
` [PATCH v22 09/28] riscv/mm: write protect and shadow stack
` [PATCH v22 10/28] riscv/mm: Implement map_shadow_stack() syscall
` [PATCH v22 11/28] riscv/shstk: If needed allocate a new shadow stack on clone
` [PATCH v22 12/28] riscv: Implements arch agnostic shadow stack prctls
` [PATCH v22 13/28] prctl: arch-agnostic prctl for indirect branch tracking
` [PATCH v22 14/28] riscv: Implements arch agnostic indirect branch tracking prctls
` [PATCH v22 15/28] riscv/traps: Introduce software check exception and uprobe handling
[PATCH v13 00/17] Refcounted interrupts, SpinLockIrq for rust
2025-10-20 20:44 UTC (6+ messages)
` [PATCH v13 01/17] preempt: Track NMI nesting to separate per-CPU counter
[PATCH 0/2] rust: pci: consistently use INTx and PCI BAR in comments
2025-10-20 17:08 UTC (5+ messages)
` [PATCH 1/2] rust: pci: refer to legacy as INTx interrupts
` [PATCH 2/2] rust: pci: normalise spelling of PCI BAR
[PATCH v2 0/2] rust: pci: consistently use INTx and PCI BAR in comments
2025-10-20 17:02 UTC (3+ messages)
` [PATCH v2 1/2] rust: pci: refer to legacy as INTx interrupts
` [PATCH v2 2/2] rust: pci: normalise spelling of PCI BAR
[RESEND PATCH v18 00/16] rust: replace kernel::str::CStr w/ core::ffi::CStr
2025-10-20 15:39 UTC (28+ messages)
` [RESEND PATCH v18 01/16] samples: rust: platform: remove trailing commas
` [RESEND PATCH v18 02/16] rust_binder: remove trailing comma
` [RESEND PATCH v18 03/16] rust_binder: use `kernel::fmt`
` [RESEND PATCH v18 04/16] rust_binder: use `core::ffi::CStr` method names
` [RESEND PATCH v18 05/16] rnull: use `kernel::fmt`
` [RESEND PATCH v18 06/16] rust: alloc: "
` [RESEND PATCH v18 07/16] rust: debugfs: "
` [PATCH] samples: rust: debugfs: use `core::ffi::CStr` method names
` [RESEND PATCH v18 08/16] rust: pci: use `kernel::fmt`
` [RESEND PATCH v18 09/16] rust: remove spurious `use core::fmt::Debug`
` [RESEND PATCH v18 10/16] rust: opp: use `CStr::as_char_ptr`
` [RESEND PATCH v18 11/16] rust: opp: fix broken rustdoc link
` [RESEND PATCH v18 12/16] rust: configfs: use `CStr::as_char_ptr`
` [RESEND PATCH v18 13/16] rust: regulator: "
` [RESEND PATCH v18 14/16] rust: clk: "
` [RESEND PATCH v18 15/16] rust: support formatting of foreign types
` [RESEND PATCH v18 16/16] rust: replace `CStr` with `core::ffi::CStr`
[PATCH] rust: fix tests under Rust 1.89.0's `CStr` `Debug` impl
2025-10-20 15:27 UTC
[PATCH 0/2] Use Rust Bitmap from Rust Binder driver
2025-10-20 15:06 UTC (6+ messages)
` [PATCH 1/2] rust: bitmap: add MAX_LEN and NO_ALLOC_MAX_LEN constants
` [PATCH 2/2] rust_binder: use bitmap for allocation of handles
[PATCH] rust: acpi: replace `core::mem::zeroed` with `pin_init::zeroed`
2025-10-20 13:17 UTC (6+ messages)
[PATCH] rust: opp: simplify callers of `to_c_str_array`
2025-10-20 13:07 UTC
[PATCH v18 00/16] rust: replace kernel::str::CStr w/ core::ffi::CStr
2025-10-20 12:44 UTC (17+ messages)
` [PATCH v18 02/16] rust_binder: remove trailing comma
` [PATCH v18 03/16] rust_binder: use `kernel::fmt`
` [PATCH v18 04/16] rust_binder: use `core::ffi::CStr` method names
` [PATCH v18 05/16] rnull: use `kernel::fmt`
` [PATCH v18 06/16] rust: alloc: "
` [PATCH v18 07/16] rust: debugfs: "
` [PATCH v18 08/16] rust: pci: "
` [PATCH v18 09/16] rust: remove spurious `use core::fmt::Debug`
` [PATCH v18 10/16] rust: opp: use `CStr::as_char_ptr`
` [PATCH v18 11/16] rust: opp: fix broken rustdoc link
` [PATCH v18 12/16] rust: configfs: use `CStr::as_char_ptr`
` [PATCH v18 13/16] rust: regulator: "
` [PATCH v18 14/16] rust: clk: "
` [PATCH v18 15/16] rust: support formatting of foreign types
` [PATCH v18 16/16] rust: replace `CStr` with `core::ffi::CStr`
[PATCH] rust: drm: remove unneeded handling for config DRM_LEGACY
2025-10-20 12:23 UTC (2+ messages)
[PATCH v17 00/11] rust: replace kernel::str::CStr w/ core::ffi::CStr
2025-10-20 12:00 UTC (4+ messages)
[PATCH 0/3] Rust PCI housekeeping
2025-10-20 11:39 UTC (2+ messages)
[PATCH v4 0/2] Defer vm_bo cleanup in GPUVM with DRM_GPUVM_IMMEDIATE_MODE
2025-10-20 11:31 UTC (2+ messages)
[PATCH v5 00/14] gpu: nova-core: Boot GSP to RISC-V active
2025-10-20 10:55 UTC (9+ messages)
` [PATCH v5 03/14] gpu: nova-core: gsp: Create wpr metadata
[PATCH] gpu: nova-core: replace wait_on with kernel equivalents
2025-10-20 10:07 UTC (2+ messages)
[PATCH 0/7] Binary Large Objects for Rust DebugFS
2025-10-20 10:02 UTC (21+ messages)
` [PATCH 3/7] rust: debugfs: support for binary large objects
` [PATCH 5/7] samples: rust: debugfs: add example for blobs
` [PATCH 7/7] samples: rust: debugfs_scoped: "
[PATCH v2 0/2] Implement Send and Sync for clk
2025-10-20 9:35 UTC (3+ messages)
` [PATCH v2 1/2] rust: clk: implement Send and Sync
` [PATCH v2 2/2] tyr: remove impl Send/Sync for TyrData
[PATCH] objtool/rust: add one more `noreturn` Rust function
2025-10-20 8:17 UTC (2+ messages)
[PATCH] rust_binder: clean Clippy `mem-replace-with-default` warning
2025-10-19 19:42 UTC (2+ messages)
[PATCH] rust: bitmap: fix formatting
2025-10-19 19:01 UTC (2+ messages)
[PATCH] rust: usb: fix formatting
2025-10-19 18:59 UTC (3+ messages)
[PATCH v5 0/2] rust: leds: add led classdev abstractions
2025-10-19 14:28 UTC (4+ messages)
` [PATCH v5 1/2] rust: Add trait to convert a device reference to a bus device reference
` [PATCH v5 2/2] rust: leds: add basic led classdev abstractions
[PATCH 1/2] nova-core: Solve mentions of `CoherentAllocation` improvements [COHA]
2025-10-19 11:57 UTC (3+ messages)
[GIT PULL] Rust 'rustfmt'
2025-10-18 20:07 UTC (2+ messages)
[PATCH 1/2] rust: pin-init: fix broken rust doc link
2025-10-18 19:26 UTC (5+ 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;
as well as URLs for NNTP newsgroup(s).