messages from 2026-08-27 14:39:14 to 2026-09-01 01:07:03 UTC [more...]
[PATCH v3 00/21] lib: Rust implementation of SPDM
2026-09-01 1:03 UTC (22+ messages)
` [PATCH v3 01/21] rust: transmute: add `cast_slice[_mut]` functions
` [PATCH v3 02/21] rust: create basic untrusted data API
` [PATCH v3 03/21] rust: validate: add `Validate` trait
` [PATCH v3 04/21] X.509: Make certificate parser public
` [PATCH v3 05/21] X.509: Parse Subject Alternative Name in certificates
` [PATCH v3 06/21] X.509: Move certificate length retrieval into new helper
` [PATCH v3 07/21] rust: add bindings for hash.h
` [PATCH v3 08/21] rust: error: impl From<FromBytesWithNulError> for Kernel Error
` [PATCH v3 09/21] lib: rspdm: Initial commit of Rust SPDM
` [PATCH v3 10/21] PCI/TSM: Rename pf0 to host
` [PATCH v3 11/21] PCI/TSM: Support connecting to PCIe CMA devices
` [PATCH v3 12/21] PCI/CMA: Add a PCI TSM CMA driver using SPDM
` [PATCH v3 13/21] PCI/CMA: Validate Subject Alternative Name in certificates
` [PATCH v3 14/21] lib: rspdm: Support SPDM get_version
` [PATCH v3 15/21] lib: rspdm: Support SPDM get_capabilities
` [PATCH v3 16/21] lib: rspdm: Support SPDM negotiate_algorithms
` [PATCH v3 17/21] lib: rspdm: Support SPDM get_digests
` [PATCH v3 18/21] lib: rspdm: Support SPDM get_certificate
` [PATCH v3 19/21] lib: rspdm: Support SPDM certificate validation
` [PATCH v3 20/21] rust: allow extracting the buffer from a CString
` [PATCH v3 21/21] lib: rspdm: Support SPDM challenge
[PATCH v9 0/2] module: Extend module_blacklist parameter to built-in modules
2026-09-01 0:33 UTC (5+ messages)
` [PATCH v9 1/2] "
[PATCH] gpu: nova-core: fix incorrect naming/framing of GSP-FMC firmware
2026-09-01 0:26 UTC (2+ messages)
[PATCH] rust: pin-init: use irrefutable pattern for `stack_pin_init`
2026-09-01 0:27 UTC (5+ messages)
[PATCH v1 0/3] rust: add missing newlines in printing calls
2026-09-01 0:20 UTC (6+ 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 0/2] rust: honor the maximum DMA segment size
2026-08-31 23:32 UTC (3+ messages)
` [PATCH 1/2] gpu: nova-core: declare unlimited DMA max "
` [PATCH 2/2] rust: scatterlist: honor the device's maximum "
[PATCH net v3] rust: net: phy: fix off-by-one bit positions in device status accessors
2026-08-31 23:08 UTC (2+ messages)
[PATCH 2/2] rust_binder: reject mremap()
2026-08-31 22:41 UTC
[PATCH] rust_binder: simplify Result<()> uses
2026-08-31 22:27 UTC
[PATCH v5 00/11] gpu: nova: Export parameters from nova-core to nova-drm
2026-08-31 20:42 UTC (19+ 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: of: replace `core::mem::zeroed` with `pin_init::zeroed`
2026-08-31 19:45 UTC (2+ messages)
[PATCH] drm/panic: clean new `clippy::needless_range_loop` lint for Rust 1.100.0
2026-08-31 17:54 UTC (2+ messages)
[PATCH v4] rust: pci: reject IRQ vector indices that do not fit in u32
2026-08-31 17:09 UTC
[PATCH v3 0/5] rust: usb: host-side abstractions for a bulk-endpoint driver
2026-08-31 17:10 UTC (5+ messages)
` [PATCH v3 1/5] rust: usb: add revocable typed interface I/O
[PATCH v3 0/2] rust: crypto: AES, CMAC, SHA-256, HMAC and RSA bindings
2026-08-31 17:05 UTC (11+ 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 0/9] rust: core abstractions for a USB display driver
2026-08-31 16:54 UTC (6+ messages)
` [PATCH 9/9] rust: time: add ktime_get_real_seconds
` [PATCH 2/9] rust: hrtimer: add ArcHrTimerHandle::restart
[PATCH 0/4 v2] Docs: changes.rst: rework
2026-08-31 16:32 UTC (4+ messages)
` [PATCH 3/4] Docs: pt_BR, it_IT: changes.rst: copy table from english source
` [PATCH] v2 Docs: changes.rst: introduce optional column
[PATCH 0/2] gpu: nova-core: complete conversion to kernel `num` module
2026-08-31 14:20 UTC (11+ messages)
` [PATCH 1/2] gpu: nova-core: use kernel lossless integer conversion module
` [PATCH 2/2] gpu: nova-core: use FromSafeCast wherever possible
[PATCH v9 0/1] Rust PCI capability infrastructure and SR-IOV support
2026-08-31 13:21 UTC (3+ messages)
` [PATCH v9 1/1] rust: pci: add extended capability "
[PATCH 0/2] rust: num: add cv! macro to create values from constant expressions (alt)
2026-08-31 13:09 UTC (7+ messages)
` [PATCH 1/2] rust: build_assert: add utility to require const eval
` [PATCH 2/2] rust: num: add `cv!` macro to create values from constant expressions
[PATCH] rust: block: Fix GenDiskBuilder block size documentation
2026-08-31 12:55 UTC (2+ messages)
[PATCH v3] rust: pci: reject out-of-bounds IRQ vector indices
2026-08-31 12:45 UTC (3+ messages)
[PATCH] rust: binder: Use lower bound for node debug lookup
2026-08-31 12:30 UTC (4+ messages)
` [PATCH v2] "
[PATCH v2] rust: pci: Reject IRQ vector indices that do not fit in u32
2026-08-31 6:08 UTC
[PATCH] rust: pci: Reject IRQ vector indices that do not fit in u32
2026-08-31 6:04 UTC
[PATCH v8 00/12] rust: Add support for reserving of ranges of IDs
2026-08-31 2:11 UTC (23+ messages)
` [PATCH v8 03/12] rust: num: add cv! macro to create values from constant expressions
` [PATCH v8 06/12] rust: sizes: add sub-1K size constants
` [PATCH v8 07/12] rust: sizes: implement SizeConstants for Alignment
` [PATCH v8 11/12] rust: id_pool: do not round capacity up to BitmapVec::MAX_INLINE_LEN
[PATCH v8 0/1] rust: introduce abstractions for fwctl
2026-08-31 1:42 UTC (5+ messages)
` [PATCH v8 1/1] "
[PATCH v2] rust: bitmap: document panics in `next_bit` and `next_zero_bit`
2026-08-31 1:08 UTC (2+ messages)
[PATCH] rust: id_pool: document panics in `find_unused_id` and `release_id`
2026-08-31 1:08 UTC (2+ messages)
[PATCH v19 00/40] DEPT(DEPendency Tracker)
2026-08-30 23:09 UTC (7+ messages)
[PATCH 0/4] rust: dma: tie DMA allocations to the device's bound lifetime
2026-08-30 19:37 UTC (5+ messages)
` [PATCH 1/4] rust: debugfs: drop 'static bound from ScopedDir file creation methods
` [PATCH 2/4] rust: dma: tie CoherentHandle to the device's bound lifetime
` [PATCH 3/4] samples: rust_dma: separate driver type from driver data
` [PATCH 4/4] rust: dma: tie Coherent and CoherentBox to the device's bound lifetime
[GIT PULL] Rust fixes for 7.3
2026-08-30 17:24 UTC (2+ messages)
[PATCH v3] rust: cpufreq: reject NULL from cpufreq_cpu_get()
2026-08-29 19:52 UTC (2+ messages)
[PATCH v3 0/3] Rust: add runtime PM support
2026-08-29 0:37 UTC (3+ messages)
` [PATCH v3 1/3] rust: "
[PATCH 00/27] objtool: dynamically detect noreturns
2026-08-28 19:27 UTC (31+ 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 v2] rust: cpufreq: reject NULL from cpufreq_cpu_get()
2026-08-28 19:11 UTC (2+ messages)
[PATCH 0/6] gpu: nova-core: add NVKV codec
2026-08-28 18:11 UTC (6+ messages)
` [PATCH 2/6] gpu: nova-core: add NVKV encoder
[PATCH] rust: cpufreq: reject NULL from cpufreq_cpu_get()
2026-08-28 15:41 UTC
[PATCH v4 00/11] rust: xarray: add entry API with preloading
2026-08-28 11:33 UTC (5+ messages)
` [PATCH v4 07/11] rust: xarray: add entry API
[PATCH 0/3] rust: introduce cv! macro for safe const conversions of integer-like types
2026-08-28 9:15 UTC (4+ messages)
` [PATCH 1/3] rust: num: add cv! macro to create values from constant expressions
` [PATCH 2/3] rust: prelude: add `num::cv`
` [PATCH 3/3] gpu: nova-core: use cv! for constant casts
[PATCH] rust: bitmap: document panics in `next_bit` and `next_zero_bit`
2026-08-28 9:06 UTC (2+ messages)
[RFC PATCH v5 0/3] iio: position: add Rust driver for ams AS5600
2026-08-28 7:01 UTC (10+ messages)
` [RFC PATCH v5 1/3] i2c: rust: implement SMBus access via IoBackend and FallibleIoCapable
` [RFC PATCH v5 2/3] rust: add minimal IIO subsystem abstractions
` [RFC PATCH v5 3/3] iio: position: add Rust driver for ams AS5600
[PATCH] rust: security: replace `core::mem::zeroed` with `pin_init::zeroed`
2026-08-28 6:15 UTC (2+ messages)
[PATCH v3 00/16] rust: io: support register projections and remove relative registers
2026-08-28 2:07 UTC (22+ messages)
` [PATCH v3 04/16] rust: io: perform conversions using `AsRepr`
` [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 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 v2 0/7] Add Greybus Sotfsvc and UART Node drivers
2026-08-27 16:06 UTC (3+ messages)
` [PATCH v2 6/7] dt-bindings: beagle: Add BeagleConnect Freedom
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