messages from 2026-03-09 22:24:40 to 2026-03-11 09:20:28 UTC [more...]
[PATCH v1 00/16] mm: cleanups around unmapping / zapping
2026-03-11 9:20 UTC (21+ messages)
` [PATCH v1 04/16] mm/memory: simplify calculation in unmap_mapping_range_tree()
` [PATCH v1 09/16] mm/memory: convert details->even_cows into details->skip_cows
` [PATCH v1 10/16] mm/memory: use __zap_vma_range() in zap_vma_for_reaping()
` [PATCH v1 11/16] mm/memory: inline unmap_page_range() into __zap_vma_range()
` [PATCH v1 15/16] mm: rename zap_vma_ptes() to zap_special_vma_range()
` [PATCH v1 16/16] mm/memory: support VM_MIXEDMAP in zap_special_vma_range()
[PATCH RESEND v11] rust: fmt: add safe pointer formatting support
2026-03-11 8:46 UTC
[PATCH] gpu: nova-core: gsp: fix UB in DmaGspMem pointer accessors
2026-03-11 8:01 UTC (6+ messages)
[PATCH 0/2] rust, nova-core: use u64 variants of SZ_* constants
2026-03-11 8:01 UTC (14+ messages)
` [PATCH 1/2] rust: sizes: add "
` [PATCH 2/2] gpu: nova-core: use SZ_*_U64 constants from kernel::sizes
[PATCH v2 1/5] rust: bindings: include lsm_hooks.h to expose LSM types to bindgen
2026-03-11 6:49 UTC (6+ messages)
` [PATCH v2 2/5] rust: helpers: add C shims for LSM hook initialisation
` [PATCH v2 3/5] rust: kernel: add LSM abstraction layer
` [PATCH v2 4/5] security: add Rust LSM sample (CONFIG_SECURITY_RUST_LSM)
` [PATCH v2 5/5] Documentation: rust: add LSM abstraction guide; update MAINTAINERS
[PATCH v2 0/5] rust: lsm: introduce safe Rust abstractions for the LSM framework
2026-03-11 6:48 UTC (2+ messages)
[PATCH] rust: transmute: use split_at_checked() and split_at_mut_checked()
2026-03-11 6:44 UTC (4+ messages)
[PATCH v8 00/10] rust: add `register!` macro
2026-03-11 6:16 UTC (27+ messages)
` [PATCH v8 01/10] rust: enable the `generic_arg_infer` feature
` [PATCH v8 02/10] rust: num: add `shr` and `shl` methods to `Bounded`
` [PATCH v8 03/10] rust: num: add `into_bool` method "
` [PATCH v8 05/10] rust: io: add IoLoc type and generic I/O accessors
` [PATCH v8 06/10] rust: io: use generic read/write accessors for primitive accesses
` [PATCH v8 07/10] rust: io: introduce `IntoIoVal` trait and single-argument `write_val`
` [PATCH v8 08/10] rust: io: add `register!` macro
` [PATCH FOR REFERENCE v8 10/10] gpu: nova-core: use the kernel "
[PATCH v2 0/3] docs: sp_SP: Add Rust documentation section
2026-03-11 6:11 UTC (8+ messages)
` [PATCH v2 3/3] docs: sp_SP: Add Spanish translation for Rust coding guidelines
[PATCH] kbuild: host: use single executable for rustc -C linker
2026-03-11 5:56 UTC (3+ messages)
` [PATCH v2] "
[PATCH v8 0/7] gpu: nova-core: expose the logging buffers via debugfs
2026-03-11 5:48 UTC (11+ messages)
` [PATCH v8 1/7] rust: device: add device name method
` [PATCH v8 2/7] rust: uaccess: add write_dma() for copying from DMA buffers to userspace
` [PATCH v8 3/7] rust: dma: implement BinaryWriter for CoherentAllocation<u8>
` [PATCH v8 4/7] gpu: nova-core: Replace module_pci_driver! with explicit module init
` [PATCH v8 5/7] gpu: nova-core: use pin projection in method boot()
` [PATCH v8 6/7] gpu: nova-core: create debugfs root in module init
` [PATCH v8 7/7] gpu: nova-core: create GSP-RM logging buffers debugfs entries
[PATCH v3 1/2] rust: task: use `as_char_ptr` instead of `as_ptr().cast()`
2026-03-11 5:45 UTC (2+ messages)
[PATCH 1/5] rust: bindings: include lsm_hooks.h to expose LSM types to bindgen
2026-03-11 4:56 UTC (5+ messages)
` [PATCH 2/5] rust: helpers: add C shims for LSM hook initialisation
` [PATCH 3/5] rust: kernel: add LSM abstraction layer
` [PATCH 4/5] security: add Rust LSM sample (CONFIG_SECURITY_RUST_LSM)
` [PATCH 5/5] Documentation: rust: add LSM abstraction guide; update MAINTAINERS
[PATCH 0/5] rust: lsm: introduce safe Rust abstractions for the LSM framework
2026-03-11 4:56 UTC
[RFC PATCH net-next] net: phy: rust: add experimental Davicom PHY driver
2026-03-11 2:44 UTC (3+ messages)
[PATCH v9 00/23] gpu: nova-core: Add memory management support
2026-03-11 0:40 UTC (24+ messages)
` [PATCH v9 01/23] gpu: nova-core: Select GPU_BUDDY for VRAM allocation
` [PATCH v9 02/23] gpu: nova-core: Kconfig: Sort select statements alphabetically
` [PATCH v9 03/23] gpu: nova-core: gsp: Return GspStaticInfo from boot()
` [PATCH v9 04/23] gpu: nova-core: gsp: Extract usable FB region from GSP
` [PATCH v9 05/23] gpu: nova-core: gsp: Expose total physical VRAM end from FB region info
` [PATCH v9 06/23] gpu: nova-core: mm: Add support to use PRAMIN windows to write to VRAM
` [PATCH v9 07/23] docs: gpu: nova-core: Document the PRAMIN aperture mechanism
` [PATCH v9 08/23] gpu: nova-core: mm: Add common memory management types
` [PATCH v9 09/23] gpu: nova-core: mm: Add TLB flush support
` [PATCH v9 10/23] gpu: nova-core: mm: Add GpuMm centralized memory manager
` [PATCH v9 11/23] gpu: nova-core: mm: Add common types for all page table formats
` [PATCH v9 12/23] gpu: nova-core: mm: Add MMU v2 page table types
` [PATCH v9 13/23] gpu: nova-core: mm: Add MMU v3 "
` [PATCH v9 14/23] gpu: nova-core: mm: Add unified page table entry wrapper enums
` [PATCH v9 15/23] gpu: nova-core: mm: Add page table walker for MMU v2/v3
` [PATCH v9 16/23] gpu: nova-core: mm: Add Virtual Memory Manager
` [PATCH v9 17/23] gpu: nova-core: mm: Add virtual address range tracking to VMM
` [PATCH v9 18/23] gpu: nova-core: mm: Add multi-page mapping API "
` [PATCH v9 19/23] gpu: nova-core: Add BAR1 aperture type and size constant
` [PATCH v9 20/23] gpu: nova-core: mm: Add BAR1 user interface
` [PATCH v9 21/23] gpu: nova-core: mm: Add BAR1 memory management self-tests
` [PATCH v9 22/23] gpu: nova-core: mm: Add PRAMIN aperture self-tests
` [PATCH v9 23/23] gpu: nova-core: Use runtime BAR1 size instead of hardcoded 256MB
[PATCH v4] rust: Makefile: bound rustdoc workaround to affected versions
2026-03-10 22:45 UTC (4+ messages)
` [PATCH v5 1/2] kbuild: add rustc-max-version macro
[PATCH v2] rust: update `kernel::c_str!` documentation
2026-03-10 22:39 UTC (3+ messages)
[PATCH v2 0/2] Change Rust Binder crate name to rust_binder
2026-03-10 22:36 UTC (13+ messages)
` [PATCH v2 1/2] rust: support overriding crate_name
` [PATCH v2 2/2] rust_binder: override crate name to rust_binder
[PATCH] rust: bindgen: disable GCC latent entropy plugin
2026-03-10 22:23 UTC (2+ messages)
[PATCH v7 0/7] gpu: nova-core: expose the logging buffers via debugfs
2026-03-10 20:11 UTC (7+ messages)
` [PATCH v7 2/7] rust: uaccess: add write_dma() for copying from DMA buffers to userspace
[PATCH 3/9] gpu: nova-core: gsp: expose GSP-RM internal client and subdevice handles
2026-03-10 18:48 UTC (9+ messages)
[PATCH v4 0/4] Fixes the stack overflow
2026-03-10 17:40 UTC (9+ messages)
` [PATCH v4 4/4] gpu: nova-core: fix stack overflow in GSP memory allocation
[PATCH v6 00/34] gpu: nova-core: firmware: Hopper/Blackwell support
2026-03-10 16:54 UTC (47+ messages)
` [PATCH v6 01/34] gpu: nova-core: print FB sizes, along with ranges
` [PATCH v6 02/34] gpu: nova-core: add FbRange.len() and use it in boot.rs
` [PATCH v6 03/34] gpu: nova-core: Hopper/Blackwell: basic GPU identification
` [PATCH v6 04/34] gpu: nova-core: factor .fwsignature* selection into a new find_gsp_sigs_section()
` [PATCH v6 05/34] gpu: nova-core: use GPU Architecture to simplify HAL selections
` [PATCH v6 06/34] gpu: nova-core: apply the one "use" item per line policy to commands.rs
` [PATCH v6 07/34] gpu: nova-core: move GPU init and DMA mask setup into Gpu::new()
` [PATCH v6 08/34] gpu: nova-core: set DMA mask width based on GPU architecture
` [PATCH v6 09/34] gpu: nova-core: Hopper/Blackwell: skip GFW boot waiting
` [PATCH v6 10/34] gpu: nova-core: move firmware image parsing code to firmware.rs
` [PATCH v6 11/34] gpu: nova-core: factor out an elf_str() function
` [PATCH v6 12/34] gpu: nova-core: don't assume 64-bit firmware images
` [PATCH v6 13/34] gpu: nova-core: add support for 32-bit "
` [PATCH v6 14/34] gpu: nova-core: add auto-detection of 32-bit, 64-bit "
` [PATCH v6 15/34] gpu: nova-core: Hopper/Blackwell: add FMC firmware image, in support of FSP
` [PATCH v6 16/34] gpu: nova-core: Hopper/Blackwell: add FSP falcon engine stub
` [PATCH v6 17/34] gpu: nova-core: Hopper/Blackwell: add FSP falcon EMEM operations
` [PATCH v6 18/34] gpu: nova-core: Hopper/Blackwell: add FSP message infrastructure
` [PATCH v6 19/34] rust: ptr: add const_align_up()
` [PATCH v6 20/34] gpu: nova-core: Hopper/Blackwell: calculate reserved FB heap size
` [PATCH v6 21/34] gpu: nova-core: add MCTP/NVDM protocol types for firmware communication
` [PATCH v6 22/34] gpu: nova-core: Hopper/Blackwell: add FSP secure boot completion waiting
` [PATCH v6 23/34] gpu: nova-core: Hopper/Blackwell: add FSP message structures
` [PATCH v6 24/34] gpu: nova-core: Hopper/Blackwell: add FMC signature extraction
` [PATCH v6 25/34] gpu: nova-core: Hopper/Blackwell: add FSP send/receive messaging
` [PATCH v6 26/34] gpu: nova-core: Hopper/Blackwell: add FspCotVersion type
` [PATCH v6 27/34] gpu: nova-core: Hopper/Blackwell: larger non-WPR heap
` [PATCH v6 28/34] gpu: nova-core: Hopper/Blackwell: add FSP Chain of Trust boot
` [PATCH v6 29/34] gpu: nova-core: Blackwell: use correct sysmem flush registers
` [PATCH v6 30/34] gpu: nova-core: Hopper/Blackwell: larger WPR2 (GSP) heap
` [PATCH v6 31/34] gpu: nova-core: refactor SEC2 booter loading into BooterFirmware::run()
` [PATCH v6 32/34] gpu: nova-core: Hopper/Blackwell: add GSP lockdown release polling
` [PATCH v6 33/34] gpu: nova-core: Hopper/Blackwell: new location for PCI config mirror
` [PATCH v6 34/34] gpu: nova-core: Hopper/Blackwell: integrate FSP boot path into boot()
[RFC PATCH] rust: allow Clang-native `RANDSTRUCT` configs
2026-03-10 11:09 UTC (3+ messages)
[PATCH v2 00/27] Allow inlining C helpers into Rust when using LTO
2026-03-10 10:56 UTC (2+ messages)
[PATCH v2] rust: hrtimer: Restrict expires() to safe contexts
2026-03-10 8:24 UTC (6+ messages)
[PATCH v4 0/5] gpu: nova-core: gsp: add locking to Cmdq
2026-03-10 8:09 UTC (6+ messages)
` [PATCH v4 1/5] gpu: nova-core: gsp: fix stale doc comments on command queue methods
` [PATCH v4 2/5] gpu: nova-core: gsp: add `RECEIVE_TIMEOUT` constant for command queue
` [PATCH v4 3/5] gpu: nova-core: gsp: add reply/no-reply info to `CommandToGsp`
` [PATCH v4 4/5] gpu: nova-core: gsp: make `Cmdq` a pinned type
` [PATCH v4 5/5] gpu: nova-core: gsp: add mutex locking to Cmdq
[PATCH 0/4] Rust netlink support + use in Rust Binder
2026-03-10 7:47 UTC (7+ messages)
[PATCH v6 0/9] gpu: nova-core: gsp: add continuation record support
2026-03-10 7:44 UTC (2+ messages)
[PATCH v11 00/12] gpu: nova-core: add Turing support
2026-03-10 1:49 UTC (4+ messages)
` [PATCH v11 09/12] gpu: nova-core: firmware: fix and explain v2 header offsets computations
[RFC v3 00/27] lib: Rust implementation of SPDM
2026-03-09 23:11 UTC (12+ messages)
[PATCH 0/9] gpu: nova-core: gsp: add RM control command infrastructure
2026-03-09 22:23 UTC (3+ messages)
` [PATCH 9/9] gpu: nova-core: gsp: add CeGetFaultMethodBufferSize RM control command
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