messages from 2025-11-10 09:52:18 to 2025-11-12 03:36:50 UTC [more...]
[PATCH v6 0/4] gpu: nova: add boot42 support for next-gen GPUs
2025-11-12 3:36 UTC (7+ messages)
` [PATCH v6 3/4] gpu: nova-core: make Architecture behave as a u8 type
[PATCH v2 00/12] nova-core: Complete GSP boot and begin RPC communication
2025-11-12 2:57 UTC (33+ messages)
` [PATCH v2 06/12] nova-core: Add bindings required by GSP sequencer
` [PATCH v2 07/12] nova-core: Implement the "
` [PATCH v2 08/12] nova-core: sequencer: Add register opcodes
` [PATCH v2 09/12] nova-core: sequencer: Add delay opcode support
` [PATCH v2 10/12] nova-core: sequencer: Implement basic core operations
` [PATCH v2 12/12] gpu: nova-core: gsp: Wait for gsp initialization to complete
[PATCH v1 1/2] rust: Add support for calling a function exactly once
2025-11-12 2:23 UTC (15+ messages)
[PATCH v22 00/28] riscv control-flow integrity for usermode
2025-11-12 2:19 UTC (5+ messages)
` [PATCH v22 25/28] riscv: create a config for shadow stack and landing pad instr support
[PATCH v1 0/2] Add support for print exactly once
2025-11-12 1:35 UTC (12+ messages)
[PATCH v4 0/4] rust: add Bounded integer type
2025-11-12 1:10 UTC (6+ messages)
[PATCH 1/3] rust: net: phy: fix example's references to `C{22,45}`
2025-11-11 22:55 UTC (9+ messages)
` [PATCH 2/3] rust: net: phy: make example buildable
` [PATCH 3/3] rust: net: phy: follow usual comment conventions
[PATCH v2 00/12] nova-core: Complete GSP boot and begin RPC communication
2025-11-11 22:02 UTC (22+ messages)
` [PATCH v2 13/12] nova-core: sequencer: Refactor run() to handle unknown messages
` [PATCH v3 00/14] nova-core: Complete GSP boot and begin RPC communication
` [PATCH v3 06/14] gpu: nova-core: Add bindings required by GSP sequencer
` [PATCH v3 07/14] gpu: nova-core: Implement the "
` [PATCH v3 08/14] gpu: nova-core: sequencer: Add register opcodes
` [PATCH v3 09/14] gpu: nova-core: sequencer: Add delay opcode support
` [PATCH v3 10/14] gpu: nova-core: sequencer: Implement basic core operations
` [PATCH v3 11/14] gpu: nova-core: sequencer: Implement core resume operation
` [PATCH v3 12/14] gpu: nova-core: gsp: Wait for gsp initialization to complete
` [PATCH v3 13/14] gpu: nova-core: sequencer: Refactor run() to handle unknown messages
` [PATCH v3 14/14] gpu: nova-core: gsp: Retrieve GSP static info to gather GPU information
Only rust/bindings.o build fail on rust-1.91.0
2025-11-11 21:52 UTC (12+ messages)
[PATCH v2 1/3] rust: helpers: Add list helpers for C linked list operations
2025-11-11 21:52 UTC (6+ messages)
` [PATCH v2 2/3] rust: clist: Add basic list infrastructure and head iterator
` [PATCH v2 3/3] rust: clist: Add typed iteration with FromListHead trait
` [PATCH v2 0/3] rust: Introduce support for C linked list interfacing
[PATCH RFC 0/4] rust: Introduce support for C linked list interfacing and DRM Buddy bindings
2025-11-11 20:32 UTC (11+ messages)
` [PATCH RFC 1/4] rust: clist: Add abstraction for iterating over C linked lists
[RFC] Secure TCP (STCP): Rust-based encrypted transport protocol for kernel integration
2025-11-11 20:25 UTC (3+ messages)
[PATCH v2] gendwarfksyms: Skip files with no exports
2025-11-11 19:45 UTC (10+ messages)
[PATCH 0/3] rust_binder: fix unsoundness due to combining List::remove with mem:take
2025-11-11 14:23 UTC (4+ messages)
` [PATCH 1/3] rust_binder: fix race condition on death_list
` [PATCH 2/3] rust_binder: avoid mem::take on delivered_deaths
` [PATCH 3/3] rust: list: add warning to List::remove docs about mem::take
[PATCH] rust: pci: use "kernel vertical" style for imports
2025-11-11 8:53 UTC (2+ messages)
[PATCH] rust: io: cleanup imports and use "kernel vertical" style
2025-11-11 8:53 UTC (2+ messages)
[PATCH 1/2] rust: dma: make use of start_ptr() and start_ptr_mut()
2025-11-11 8:51 UTC (2+ messages)
[PATCH v6 RESEND 0/7] rust: pci: add config space read/write support
2025-11-11 8:43 UTC (10+ messages)
` [PATCH v6 RESEND 1/7] samples: rust: rust_driver_pci: use "kernel vertical" style for imports
` [PATCH v6 RESEND 2/7] rust: devres: "
` [PATCH v6 RESEND 3/7] rust: io: "
` [PATCH v6 RESEND 4/7] rust: io: factor common I/O helpers into Io trait
` [PATCH v6 RESEND 5/7] rust: io: factor out MMIO read/write macros
` [PATCH v6 RESEND 6/7] rust: pci: add config space read/write support
` [PATCH v6 RESNED 7/7] sample: rust: pci: add tests for config space routines
[RFC PATCH v1 0/2] rust: pci: Introduce PCIe error handler support and sample usage
2025-11-11 8:26 UTC (2+ messages)
[PATCH v7 0/4] rust: i2c: Add basic I2C driver abstractions
2025-11-11 8:20 UTC (11+ messages)
` [PATCH v7 1/4] rust: i2c: add basic I2C device and "
` [PATCH v7 2/4] rust: i2c: add manual I2C device creation abstractions
` [PATCH v7 3/4] samples: rust: add Rust I2C sample driver
` [PATCH v7 4/4] samples: rust: add Rust I2C client registration sample
[PATCH 4/4] rust: io: add typedef for phys_addr_t
2025-11-10 21:36 UTC (2+ messages)
[PATCH v6 0/7] rust: pci: add config space read/write support
2025-11-10 20:29 UTC (8+ messages)
` [PATCH v6 1/7] samples: rust: rust_driver_pci: use "kernel vertical" style for imports
` [PATCH v6 2/7] rust: devres: "
` [PATCH v6 3/7] rust: io: "
` [PATCH v6 4/7] rust: io: factor common I/O helpers into Io trait
` [PATCH v6 5/7] rust: io: factor out MMIO read/write macros
` [PATCH v6 6/7] rust: pci: add config space read/write support
` [PATCH v6 7/7] sample: rust: pci: add tests for config space routines
[PATCH 1/2] rust: allow `unreachable_pub` for doctests
2025-11-10 19:55 UTC (8+ messages)
` [PATCH 2/2] rust: device: make example buildable
[PATCH 00/18] `syn` support
2025-11-10 19:43 UTC (45+ messages)
` [PATCH 01/18] rust: condvar: avoid `pub` in example
` [PATCH 02/18] rust: kbuild: introduce `core-flags` and `core-skip_flags`
` [PATCH 03/18] rust: kbuild: simplify `--cfg` handling
` [PATCH 04/18] rust: kbuild: add host library support
` [PATCH 07/18] rust: proc-macro2: remove `unicode_ident` dependency
` [PATCH 08/18] rust: proc-macro2: add `README.md`
` [PATCH 09/18] rust: proc-macro2: enable support in kbuild
` [PATCH 13/18] rust: quote: "
` [PATCH 14/18] rust: syn: import crate
` [PATCH 16/18] rust: syn: remove `unicode-ident` dependency
` [PATCH 17/18] rust: syn: add `README.md`
` [PATCH 18/18] rust: syn: enable support in kbuild
[PATCH v4 0/6] Use Rust Bitmap from Rust Binder driver
2025-11-10 15:39 UTC (14+ messages)
` [PATCH v4 1/6] rust: bitmap: add MAX_LEN and NO_ALLOC_MAX_LEN constants
` [PATCH v4 2/6] rust: bitmap: add BitmapVec::new_inline()
` [PATCH v4 3/6] rust: bitmap: rename IdPool::new to with_capacity
` [PATCH v4 4/6] rust: id_pool: do not supply starting capacity
` [PATCH v4 5/6] rust: id_pool: do not immediately acquire new ids
` [PATCH v4 6/6] rust_binder: use bitmap for allocation of handles
[PATCH v7 0/2] rust: leds: add led classdev abstractions
2025-11-10 13:40 UTC (3+ messages)
[PATCH v9 00/15] gpu: nova-core: Boot GSP to RISC-V active
2025-11-10 13:34 UTC (16+ messages)
` [PATCH v9 01/15] gpu: nova-core: compute layout of more framebuffer regions required for GSP
` [PATCH v9 02/15] gpu: nova-core: Set correct DMA mask
` [PATCH v9 03/15] gpu: nova-core: num: add functions to safely convert a const value to a smaller type
` [PATCH v9 04/15] gpu: nova-core: Create initial Gsp
` [PATCH v9 05/15] gpu: nova-core: gsp: Create wpr metadata
` [PATCH v9 06/15] gpu: nova-core: Add a slice-buffer (sbuffer) datastructure
` [PATCH v9 07/15] gpu: nova-core: Add zeroable trait to bindings
` [PATCH v9 08/15] rust: enable slice_flatten feature and provide it through an extension trait
` [PATCH v9 09/15] gpu: nova-core: gsp: Add GSP command queue bindings and handling
` [PATCH v9 10/15] gpu: nova-core: gsp: Create rmargs
` [PATCH v9 11/15] gpu: nova-core: gsp: Add SetSystemInfo command
` [PATCH v9 12/15] gpu: nova-core: gsp: Add SetRegistry command
` [PATCH v9 13/15] gpu: nova-core: falcon: Add support to check if RISC-V is active
` [PATCH v9 14/15] gpu: nova-core: falcon: Add support to write firmware version
` [PATCH v9 15/15] gpu: nova-core: gsp: Boot GSP
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).