messages from 2025-11-10 19:18:09 to 2025-11-13 01:41:48 UTC [more...]
[PATCH v4 00/13] nova-core: Complete GSP boot and begin RPC communication
2025-11-13 1:41 UTC (12+ messages)
` [PATCH v4 01/13] gpu: nova-core: falcon: Move waiting until halted to a helper
` [PATCH v4 02/13] gpu: nova-core: falcon: Move start functionality into separate helper
` [PATCH v4 03/13] gpu: nova-core: falcon: Move mbox functionalities into helper
` [PATCH v4 04/13] gpu: nova-core: falcon: Move dma_reset functionality "
` [PATCH v4 05/13] gpu: nova-core: gsp: Add support for checking if GSP reloaded
` [PATCH v4 06/13] gpu: nova-core: Add bindings required by GSP sequencer
` [PATCH v4 07/13] gpu: nova-core: Implement the "
` [PATCH v4 08/13] gpu: nova-core: sequencer: Add register opcodes
` [PATCH v4 09/13] gpu: nova-core: sequencer: Add delay opcode support
` [PATCH v4 10/13] gpu: nova-core: sequencer: Implement basic core operations
` [PATCH v4 11/13] gpu: nova-core: sequencer: Implement core resume operation
[PATCH v2 00/12] nova-core: Complete GSP boot and begin RPC communication
2025-11-13 1:24 UTC (25+ messages)
` [PATCH v3 00/14] "
` [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
[PATCH] rust: bindings: add `rust_helper_wait_for_completion` helper function
2025-11-13 1:21 UTC (5+ messages)
[PATCH v23 00/28] riscv control-flow integrity for usermode
2025-11-13 0:43 UTC (29+ messages)
` [PATCH v23 01/28] mm: VM_SHADOW_STACK definition for riscv
` [PATCH v23 02/28] dt-bindings: riscv: zicfilp and zicfiss in dt-bindings (extensions.yaml)
` [PATCH v23 03/28] riscv: zicfiss / zicfilp enumeration
` [PATCH v23 04/28] riscv: zicfiss / zicfilp extension csr and bit definitions
` [PATCH v23 05/28] riscv: usercfi state for task and save/restore of CSR_SSP on trap entry/exit
` [PATCH v23 06/28] riscv/mm : ensure PROT_WRITE leads to VM_READ | VM_WRITE
` [PATCH v23 07/28] riscv/mm: manufacture shadow stack pte
` [PATCH v23 08/28] riscv/mm: teach pte_mkwrite to manufacture shadow stack PTEs
` [PATCH v23 09/28] riscv/mm: write protect and shadow stack
` [PATCH v23 10/28] riscv/mm: Implement map_shadow_stack() syscall
` [PATCH v23 11/28] riscv/shstk: If needed allocate a new shadow stack on clone
` [PATCH v23 12/28] riscv: Implements arch agnostic shadow stack prctls
` [PATCH v23 13/28] prctl: arch-agnostic prctl for indirect branch tracking
` [PATCH v23 14/28] riscv: Implements arch agnostic indirect branch tracking prctls
` [PATCH v23 15/28] riscv/traps: Introduce software check exception and uprobe handling
` [PATCH v23 16/28] riscv: signal: abstract header saving for setup_sigcontext
` [PATCH v23 17/28] riscv/signal: save and restore of shadow stack for signal
` [PATCH v23 18/28] riscv/kernel: update __show_regs to print shadow stack register
` [PATCH v23 19/28] riscv/ptrace: riscv cfi status and state via ptrace and in core files
` [PATCH v23 20/28] riscv/hwprobe: zicfilp / zicfiss enumeration in hwprobe
` [PATCH v23 21/28] riscv: kernel command line option to opt out of user cfi
` [PATCH v23 22/28] riscv: enable kernel access to shadow stack memory via FWFT sbi call
` [PATCH v23 23/28] arch/riscv: compile vdso with landing pad and shadow stack note
` [PATCH v23 24/28] arch/riscv: dual vdso creation logic and select vdso based on hw
` [PATCH v23 25/28] riscv: create a config for shadow stack and landing pad instr support
` [PATCH v23 26/28] riscv: Documentation for landing pad / indirect branch tracking
` [PATCH v23 27/28] riscv: Documentation for shadow stack on riscv
` [PATCH v23 28/28] kselftest/riscv: kselftest for user mode cfi
[PATCH v5 0/6] Use Rust Bitmap from Rust Binder driver
2025-11-12 23:35 UTC (13+ messages)
` [PATCH v5 1/6] rust: bitmap: add MAX_LEN and MAX_INLINE_LEN constants
` [PATCH v5 2/6] rust: bitmap: add BitmapVec::new_inline()
` [PATCH v5 3/6] rust: bitmap: rename IdPool::new() to with_capacity()
` [PATCH v5 4/6] rust: id_pool: do not supply starting capacity
` [PATCH v5 5/6] rust: id_pool: do not immediately acquire new ids
` [PATCH v5 6/6] rust_binder: use bitmap for allocation of handles
[PATCH v5] rust: add new macro for common bitmap operations
2025-11-12 18:08 UTC (2+ messages)
[PATCH RFC 0/4] rust: Introduce support for C linked list interfacing and DRM Buddy bindings
2025-11-12 16:40 UTC (12+ messages)
` [PATCH RFC 1/4] rust: clist: Add abstraction for iterating over C linked lists
[PATCH v1 1/2] rust: Add support for calling a function exactly once
2025-11-12 13:17 UTC (16+ messages)
[PATCH v2 0/2] Add support for print exactly once
2025-11-12 13:16 UTC (3+ messages)
` [PATCH v2 1/2] rust: Add support for calling a function "
` [PATCH v2 2/2] rust: Add pr_*_once macros
[PATCH v3] io: add io_pgtable abstraction
2025-11-12 12:57 UTC (2+ messages)
[PATCH v4 0/6] Use Rust Bitmap from Rust Binder driver
2025-11-12 12:49 UTC (8+ messages)
` [PATCH v4 1/6] rust: bitmap: add MAX_LEN and NO_ALLOC_MAX_LEN constants
[PATCH v2 0/4] Rust: Fix typedefs for resource_size_t and phys_addr_t
2025-11-12 11:50 UTC (11+ messages)
` [PATCH v2 1/4] rust: io: define ResourceSize as resource_size_t
` [PATCH v2 2/4] rust: io: move ResourceSize to top-level io module
` [PATCH v2 3/4] rust: scatterlist: import ResourceSize from kernel::io
` [PATCH v2 4/4] rust: io: add typedef for phys_addr_t
[PATCH 00/18] `syn` support
2025-11-12 11:14 UTC (9+ messages)
` [PATCH 02/18] rust: kbuild: introduce `core-flags` and `core-skip_flags`
` [PATCH 09/18] rust: proc-macro2: enable support in kbuild
` [PATCH 18/18] rust: syn: "
[PATCH 0/3] rust_binder: fix unsoundness due to combining List::remove with mem:take
2025-11-12 11:03 UTC (7+ 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] samples: rust: fix endianness issue in rust_driver_pci
2025-11-12 10:24 UTC (6+ messages)
[PATCH v7 0/4] gpu: nova: add boot42 support for next-gen GPUs
2025-11-12 4:30 UTC (5+ messages)
` [PATCH v7 1/4] gpu: nova-core: implement Display for Spec
` [PATCH v7 2/4] gpu: nova-core: prepare Spec and Revision types for boot0/boot42
` [PATCH v7 3/4] gpu: nova-core: make Architecture behave as a u8 type
` [PATCH v7 4/4] gpu: nova-core: add boot42 support for next-gen GPUs
[RFC] Secure TCP (STCP): Rust-based encrypted transport protocol for kernel integration
2025-11-12 4:04 UTC (4+ messages)
[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 (26+ 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 10/12] nova-core: sequencer: Implement basic core operations
[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 (8+ messages)
` [PATCH 2/3] rust: net: phy: make example buildable
` [PATCH 3/3] rust: net: phy: follow usual comment conventions
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 v2] gendwarfksyms: Skip files with no exports
2025-11-11 19:45 UTC (9+ messages)
[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 (10+ 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 (4+ 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).