messages from 2026-08-26 16:30:37 to 2026-08-28 04:54:06 UTC [more...]
[PATCH v8 00/12] rust: Add support for reserving of ranges of IDs
2026-08-28 4:53 UTC (24+ messages)
` [PATCH v8 01/12] rust: bitmap: use function-level cfg on kunit test
` [PATCH v8 02/12] rust: bitmap: restrict bitmap length to at most i32::MAX
` [PATCH v8 03/12] rust: num: add cv! macro to create values from constant expressions
` [PATCH v8 04/12] rust: prelude: add `num::cv`
` [PATCH v8 05/12] rust: use cv! to build Bounded values from constants
` [PATCH v8 06/12] rust: sizes: add sub-1K size constants
` [PATCH v8 07/12] rust: sizes: implement SizeConstants for Alignment
` [PATCH v8 08/12] rust: use Alignment size constants
` [PATCH v8 09/12] rust: bitmap: add contiguous area operations
` [PATCH v8 10/12] rust: id_pool: add contiguous ID reservation
` [PATCH v8 11/12] rust: id_pool: do not round capacity up to BitmapVec::MAX_INLINE_LEN
` [PATCH v8 12/12] gpu: nova-core: add ChannelIdPool
[PATCH 00/27] objtool: dynamically detect noreturns
2026-08-28 4:51 UTC (28+ messages)
` [PATCH 01/27] objtool: Remove obsolete noreturns.h entries
` [PATCH 02/27] kbuild: Add CONFIG_OBJTOOL_DEFERRED
` [PATCH 03/27] kbuild: Add CONFIG_OBJTOOL_CONTROL_FLOW
` [PATCH 04/27] objtool: Fix dead end detection for sibling calls
` [PATCH 05/27] objtool: Refactor the noreturn/dead-end detection
` [PATCH 06/27] objtool: Ignore traps after noreturn calls in STT_CODE
` [PATCH 07/27] objtool: Make .discard.stack_frame_non_standard non-allocatable
` [PATCH 08/27] efi/libstub: Drop .discard.addressable from the stub objects
` [PATCH 09/27] efi/loongarch: Mark loongarch efi_boot_kernel() non-standard for objtool
` [PATCH 10/27] objtool: Add ANNOTATE_IGNORE_NORETURN()
` [PATCH 11/27] LoongArch: Annotate reboot and kexec paths as returnable
` [PATCH 12/27] kbuild: Defer running objtool to link time for all CFG features
` [PATCH 13/27] rust: Annotate the intrinsic stubs as returnable
` [PATCH 14/27] panic: Mark abort() __noreturn
` [PATCH 15/27] x86/xen: Ignore noreturn status of weak mem_map_via_hcall()
` [PATCH 16/27] objtool: Detect noreturns in weak functions
` [PATCH 17/27] x86/entry: Make rewind_stack_and_make_dead() a real function
` [PATCH 18/27] x86/xen: Make xen_cpu_bringup_again() "
` [PATCH 19/27] x86/xen: Make xen_start_kernel() noreturn
` [PATCH 20/27] x86/boot: Rework how pi startup symbols get exposed to vmlinux
` [PATCH 21/27] objtool: Fix noreturn detection for non-sibling jumps to SYM_CODE
` [PATCH 22/27] objtool: Add options to write/read exported noreturns to/from a file
` [PATCH 23/27] kbuild: Do the per-module objtool pass right before linking
` [PATCH 24/27] kbuild: Generate the noreturn list and validate modules against it
` [PATCH 25/27] objtool: Add ANNOTATE_EXPORTED_NORETURN()
` [PATCH 26/27] objtool: Annotate all module-exported noreturns and remove noreturns.h
` [PATCH 27/27] objtool: Warn about missing/stale ANNOTATE_EXPORTED_NORETURN() usage
[PATCH v5 00/11] gpu: nova: Export parameters from nova-core to nova-drm
2026-08-28 3:35 UTC (12+ messages)
` [PATCH v5 01/11] gpu: nova-core: Add public driver API to nova-core
` [PATCH v5 02/11] drm: nova: Add DRM registration data
` [PATCH v5 03/11] drm: nova: Add GPU architecture enum to nova-drm UAPI
` [PATCH v5 04/11] rust: uaccess: add UserSliceWriter::write_truncated()
` [PATCH v5 05/11] drm: nova: Add an info ioctl
` [PATCH v5 06/11] drm: nova: Add usable VRAM size to GPU info
` [PATCH v5 07/11] drm: nova: Use nova-core to read VRAM_BAR_SIZE parameter
` [PATCH v5 08/11] drm: nova: Expose a render node
` [PATCH v5 09/11] drm: nova: Report GPU name in GPU info
` [PATCH v5 10/11] drm: nova: Report GPU short "
` [PATCH v5 11/11] drm: nova: Report GPU GID "
[PATCH] rust: security: replace `core::mem::zeroed` with `pin_init::zeroed`
2026-08-28 2:44 UTC
[PATCH v3 00/16] rust: io: support register projections and remove relative registers
2026-08-28 2:07 UTC (36+ messages)
` [PATCH v3 01/16] rust: io: register: reimplement as proc macro
` [PATCH v3 02/16] rust: mem: add `transmute` with deferred size check
` [PATCH v3 04/16] rust: io: perform conversions using `AsRepr`
` [PATCH v3 05/16] rust: io: support register projections
` [PATCH v3 06/16] rust: io: register: allow explicit base type specification
` [PATCH v3 07/16] gpu: nova-core: specify base type for registers
` [PATCH v3 09/16] samples: rust: pci: "
` [PATCH v3 10/16] rust: io: register: make register have a typed base
` [PATCH v3 11/16] rust: io: register: support fixed offset register without bitfield
` [PATCH v3 12/16] gpu: nova-core: use projection for PFALCON and PFALCON2 registers
` [PATCH v3 13/16] gpu: nova-core: convert hshub0 from relative register to projection
` [PATCH v3 14/16] rust: io: register: remove relative registers
` [PATCH v3 15/16] rust: io: register: remove `Register` trait and cleanup macro
` [PATCH v3 16/16] rust: io: register: unify handling of register with/without bitfields
[PATCH v1 0/3] rust: add missing newlines in printing calls
2026-08-28 1:50 UTC (4+ messages)
` [PATCH v1 1/3] rust: samples: add missing newlines in rust_print_main
` [PATCH v1 2/3] dma-mapping: rust: samples: add missing newline in rust_dma
` [PATCH v1 3/3] rust: io: register: add missing newline in doc example
[PATCH v2 0/6] workqueue: OwnedQueue, ScopedQueue and ScopedWork
2026-08-27 23:07 UTC (15+ messages)
` [PATCH v2 1/6] rust: workqueue: replace deprecated system_wq with system_{percpu,dfl}_wq
` [PATCH v2 2/6] rust: workqueue: restrict delayed work to global wqs
` [PATCH v2 3/6] rust: workqueue: create workqueue subdirectory
` [PATCH v2 4/6] rust: workqueue: add creation of workqueues
` [PATCH v2 5/6] rust: workqueue: add ScopedQueue for lifetime bound items
` [PATCH v2 6/6] rust: workqueue: add ScopedWork for non-'static work items
[PATCH v3 0/2] rust: crypto: AES, CMAC, SHA-256, HMAC and RSA bindings
2026-08-27 23:00 UTC (9+ messages)
` [PATCH v3 1/2] rust: crypto: add AES-128, AES-CMAC, SHA-256, and HMAC bindings
` [PATCH v3 2/2] rust: crypto: add synchronous RSA akcipher support
[PATCH v2 0/7] Add Greybus Sotfsvc and UART Node drivers
2026-08-27 16:06 UTC (9+ messages)
` [PATCH v2 1/7] greybus: connection: Export gb_connection_get() and gb_connection_put()
` [PATCH v2 2/7] greybus: connection: Add gb_connection_hd_find_by_intf()
` [PATCH v2 3/7] rust: crc_ccitt: add CRC-CCITT abstraction
` [PATCH v2 4/7] rust: kernel: Add greybus abstractions
` [PATCH v2 5/7] drivers: greybus: Add software SVC implementation
` [PATCH v2 6/7] dt-bindings: beagle: Add BeagleConnect Freedom
` [PATCH v2 7/7] greybus: Add Rust UART node driver
[PATCH] rust: bitmap: document panics in `next_bit` and `next_zero_bit`
2026-08-27 15:07 UTC
[PATCH 0/6] gpu: nova-core: add NVKV codec
2026-08-27 14:25 UTC (5+ messages)
` [PATCH 2/6] gpu: nova-core: add NVKV encoder
[PATCH v2 0/8] gpu: nova-core: add NVKV codec
2026-08-27 14:12 UTC (9+ messages)
` [PATCH v2 1/8] rust: alloc: add Vec::try_push_init
` [PATCH v2 2/8] rust: alloc: add Vec::push_init
` [PATCH v2 3/8] rust: alloc: add ArrayVec
` [PATCH v2 4/8] gpu: nova-core: add NVKV encoder
` [PATCH v2 5/8] gpu: nova-core: add NVKV decoder
` [PATCH v2 6/8] gpu: nova-core: add NVKV typed encoding
` [PATCH v2 7/8] gpu: nova-core: add NVKV typed decoding
` [PATCH v2 8/8] gpu: nova-core: add NVKV GSP_INIT schemas
[PATCH] MAINTAINERS: add Alice Ryhl as co-maintainer for Rust [ALLOC]
2026-08-27 14:00 UTC (4+ messages)
[PATCH 0/9] rust: core abstractions for a USB display driver
2026-08-27 13:34 UTC (8+ messages)
` [PATCH 8/9] rust: error: expose EPROTO
` [PATCH 2/9] rust: hrtimer: add ArcHrTimerHandle::restart
` [PATCH 7/9] rust: hrtimer: expose interrupt state in hard callbacks
[PATCH v9 0/1] Rust PCI capability infrastructure and SR-IOV support
2026-08-27 12:18 UTC (2+ messages)
` [PATCH v9 1/1] rust: pci: add extended capability "
[PATCH v4 00/11] rust: xarray: add entry API with preloading
2026-08-27 9:49 UTC (15+ messages)
` [PATCH v4 01/11] rust: xarray: minor formatting fixes
` [PATCH v4 02/11] rust: xarray: add debug format for `StoreError`
` [PATCH v4 03/11] rust: xarray: add `XArrayState`
` [PATCH v4 04/11] rust: xarray: use `xas_load` instead of `xa_load` in `Guard::load`
` [PATCH v4 05/11] rust: xarray: simplify `Guard::load`
` [PATCH v4 06/11] rust: xarray: add `find_next` and `find_next_mut`
[PATCH v3 00/10] gpu: nova-core: add PRAMIN window support
2026-08-27 8:51 UTC (11+ messages)
` [PATCH v3 01/10] gpu: nova-core: mm: Add VramAddress type
` [PATCH v3 02/10] gpu: nova-core: mm: Implement Alignable and Debug for VramAddress
` [PATCH v3 03/10] gpu: nova-core: mm: Add PRAMIN window registers
` [PATCH v3 04/10] gpu: nova-core: mm: Add the memory management HAL
` [PATCH v3 05/10] rust: io: add static `cast()` method for views
` [PATCH v3 06/10] gpu: nova-core: mm: Add support to use PRAMIN windows to write to VRAM
` [PATCH v3 07/10] docs: gpu: nova-core: Document the PRAMIN aperture mechanism
` [PATCH v3 08/10] gpu: nova-core: mm: Add GpuMm centralized memory manager
` [PATCH v3 09/10] gpu: nova-core: Add self-test assertion macros and config option
` [PATCH v3 10/10] gpu: nova-core: mm: Add PRAMIN aperture self-tests
[PATCH v6 0/2] drm/tyr: add Job IRQ handling
2026-08-27 8:01 UTC (3+ messages)
` [PATCH v6 1/2] drm/tyr: add TyrIrq threaded IRQ wrapper
` [PATCH v6 2/2] drm/tyr: add Job IRQ handling
[PATCH] drm/panic: clean new `clippy::needless_range_loop` lint for Rust 1.100.0
2026-08-27 1:36 UTC (2+ messages)
[PATCH 0/2] rust: num: casts: replace const type narrowing methods with a macro
2026-08-27 1:36 UTC (4+ messages)
` [PATCH 2/2] gpu: nova-core: use kernel lossless integer conversion module
[PATCH] gpu: nova-core: fix incorrect naming/framing of GSP-FMC firmware
2026-08-27 0:37 UTC (4+ messages)
[PATCH v3 0/5] rust: usb: host-side abstractions for a bulk-endpoint driver
2026-08-26 18:59 UTC (8+ messages)
` [PATCH v3 1/5] rust: usb: add revocable typed interface I/O
` [PATCH v3 2/5] rust: usb: add reusable URBs and persistent bulk queues
` [PATCH v3 3/5] rust: usb: expose device descriptor fields and queue readiness
` [PATCH v3 4/5] rust: usb: add a vendor-and-interface-info device id constructor
` [PATCH v3 5/5] rust: usb: let a driver keep its interface usable while unbinding
[PATCH v8 0/1] Rust PCI capability infrastructure and SR-IOV support
2026-08-26 18:53 UTC (5+ messages)
` [PATCH v8 1/1] rust: pci: add extended capability "
[PATCH v3 0/13] drm/vino: a Rust driver for DisplayLink DL3 docks
2026-08-26 17:28 UTC (7+ messages)
` [PATCH v3 8/13] drm/vino: add the KMS device and the atomic path
` [PATCH v3 9/13] drm/vino: add the dock activation and scanout path
` [PATCH v3 11/13] drm/vino: add the USB driver frontend
` [PATCH v3 12/13] drm/vino: allow the driver to be built
` [PATCH v3 13/13] Documentation/gpu: document the Vino driver
[PATCH 0/1] rust: firmware: the firmware upload abstraction
2026-08-26 16:37 UTC (2+ messages)
` [PATCH 1/1] rust: firmware: add "
[PATCH v3 0/23] rust: drm: KMS abstractions for a Rust display driver
2026-08-26 16:31 UTC (24+ messages)
` [PATCH v3 1/23] rust: drm: kms: adapt Lyude's KMS series to current DRM APIs
` [PATCH v3 2/23] rust: drm: kms: tie mode-object references to their owners
` [PATCH v3 3/23] rust: drm: kms: constrain connector encoder attachment
` [PATCH v3 4/23] rust: drm: reject cross-device GEM handle creation
` [PATCH v3 5/23] rust: drm: kms: add common state and connector helpers
` [PATCH v3 6/23] rust: drm: expose HDCP 2.2 message identifiers
` [PATCH v3 7/23] rust: drm: kms: add typed color and rotation properties
` [PATCH v3 8/23] rust: drm: kms: add connector detect() and mode_valid() hooks
` [PATCH v3 9/23] rust: drm: kms: add plane damage-clip accessors
` [PATCH v3 10/23] rust: drm: framebuffer: add validated shmem scanout views
` [PATCH v3 11/23] rust: drm: kms: expose checked plane geometry
` [PATCH v3 12/23] rust: drm: kms: add owned CRTC and vblank references
` [PATCH v3 13/23] rust: drm: kms: plane: add FB_DAMAGE_CLIPS property support
` [PATCH v3 14/23] rust: drm: add a safe constructor for owned registration data
` [PATCH v3 15/23] rust: drm: pin the owner while DRM files remain open
` [PATCH v3 16/23] rust: drm: kms: add the plane blend-mode property
` [PATCH v3 17/23] rust: drm: add an owned display mode constructor
` [PATCH v3 18/23] rust: drm: expose mode flags and CTA VIC matching
` [PATCH v3 19/23] rust: drm: expose CRTC mode changes
` [PATCH v3 20/23] rust: drm: kms: add synthesized CVT connector modes
` [PATCH v3 21/23] rust: drm: kms: read a connector's colorimetry and HDR metadata
` [PATCH v3 22/23] rust: drm: kms: walk the CRTCs an atomic commit carries
` [PATCH v3 23/23] rust: drm: kms: expose a connector's requested link depth
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