messages from 2026-05-30 03:10:12 to 2026-06-01 18:03:16 UTC [more...]
[PATCH v11 00/22] gpu: nova-core: firmware: Hopper/Blackwell support
2026-06-01 18:03 UTC (50+ messages)
` [PATCH v11 01/22] gpu: nova-core: set DMA mask width based on GPU architecture
` [PATCH v11 02/22] gpu: nova-core: Hopper/Blackwell: new location for PCI config mirror
` [PATCH v11 03/22] gpu: nova-core: Blackwell: compute PMU-reserved framebuffer size
` [PATCH v11 04/22] gpu: nova-core: Hopper/Blackwell: larger non-WPR heap
` [PATCH v11 05/22] gpu: nova-core: Hopper/Blackwell: larger WPR2 (GSP) heap
` [PATCH v11 06/22] gpu: nova-core: Blackwell: use correct sysmem flush registers
` [PATCH v11 07/22] gpu: nova-core: don't assume 64-bit firmware images
` [PATCH v11 08/22] gpu: nova-core: add support for 32-bit "
` [PATCH v11 09/22] gpu: nova-core: add auto-detection of 32-bit, 64-bit "
` [PATCH v11 10/22] gpu: nova-core: Hopper/Blackwell: add FSP falcon engine stub
` [PATCH v11 11/22] gpu: nova-core: Hopper/Blackwell: add FMC firmware image
` [PATCH v11 12/22] gpu: nova-core: Hopper/Blackwell: add FSP secure boot completion waiting
` [PATCH v11 13/22] gpu: nova-core: Hopper/Blackwell: add FMC signature extraction
` [PATCH v11 14/22] gpu: nova-core: Hopper/Blackwell: add FSP falcon EMEM operations
` [PATCH v11 15/22] gpu: nova-core: Hopper/Blackwell: add FSP message infrastructure
` [PATCH v11 16/22] gpu: nova-core: add MCTP/NVDM protocol types for firmware communication
` [PATCH v11 17/22] gpu: nova-core: Hopper/Blackwell: add FSP send/receive messaging
` [PATCH v11 18/22] gpu: nova-core: Hopper/Blackwell: add FspCotVersion type
` [PATCH v11 19/22] gpu: nova-core: Hopper/Blackwell: add FSP Chain of Trust boot
` [PATCH v11 20/22] gpu: nova-core: Hopper/Blackwell: add GSP lockdown release polling
` [PATCH v11 21/22] gpu: nova-core: add non-sec2 unload path
` [PATCH v11 22/22] gpu: nova-core: gsp: enable FSP boot path
[PATCH v23 00/28] riscv control-flow integrity for usermode
2026-06-01 17:57 UTC (8+ messages)
` [PATCH v23 06/28] riscv/mm : ensure PROT_WRITE leads to VM_READ | VM_WRITE
[PATCH v5 0/6] s390: Enable Rust support and add required arch glue
2026-06-01 17:46 UTC (7+ messages)
` [PATCH v5 1/6] s390/bug: Provide ARCH_WARN_ASM for Rust WARN/BUG support
` [PATCH v5 2/6] s390/jump_label: Implement ARCH_STATIC_BRANCH_JUMP_ASM and ARCH_STATIC_BRANCH_ASM macros
` [PATCH v5 3/6] rust/bindgen_parameters: Mark s390 types as opaque to prevent repr conflicts
` [PATCH v5 4/6] rust: helpers: Add memchr wrapper for string operations
` [PATCH v5 5/6] s390/cmpxchg: Fix KASAN stack-out-of-bounds in atomic helpers
` [PATCH v5 6/6] s390: Enable Rust support
[PATCH v4 0/6] s390: Enable Rust support and add required arch glue
2026-06-01 17:44 UTC (3+ messages)
[PATCH v3 0/5] gpu: drm: nova: enable calling into nova-core
2026-06-01 17:00 UTC (3+ messages)
[PATCH v3] kbuild: rust: make `*.long-type-*.txt` a target for cleanup
2026-06-01 16:50 UTC (5+ messages)
[RFC PATCH 0/3] Rust: add runtime PM support
2026-06-01 15:52 UTC (3+ messages)
` [RFC PATCH 1/3] rust: Add "
[PATCH v5 2/4] kernel: param: initialize module_kset in a pure_initcall
2026-06-01 15:48 UTC (3+ messages)
` [PATCH v6] "
[PATCH 0/4] rust / dma_buf: Add abstractions for dma_fence
2026-06-01 13:41 UTC (25+ messages)
` [PATCH 1/4] rust: types: implement ForeignOwnable for ARef<T>
` [PATCH 2/4] rust: rcu: add RcuBox type
` [PATCH 3/4] rust: Add dma_fence abstractions
` [PATCH 4/4] MAINTAINERS: Add entry for Rust dma-buf
[RFC PATCH v3 0/4] iio: position: add Rust driver for ams AS5600
2026-06-01 11:33 UTC (17+ messages)
` [RFC PATCH v3 1/4] i2c: rust: implement kernel::io::Io trait for I2cClient
` [RFC PATCH v3 2/4] rust: add minimal IIO subsystem abstractions
` [RFC PATCH v3 3/4] iio: position: add Rust driver for ams AS5600
` [RFC PATCH v3 4/4] iio: position: as5600: add Kconfig and Makefile entries
[PATCH 00/79] block: rnull: complete the rust null block driver
2026-06-01 11:16 UTC (5+ messages)
` [PATCH 04/79] block: rust: fix generation of bindings to `BLK_STS_.*`
[PATCH v2] rust: module_param: return value by copy from `value`
2026-06-01 10:17 UTC
[PATCH] rust: module_param: return value by copy from `value`
2026-06-01 10:10 UTC (3+ messages)
[PATCH 0/2] drm: tyr: use lifetime-bound IoMem
2026-06-01 9:54 UTC (4+ messages)
` [PATCH v2 2/2] drm/tyr: use IoMem directly instead of Devres
[PATCH v7 0/4] rust: helpers: add SRCU helpers
2026-06-01 9:29 UTC (17+ messages)
` [PATCH v7 3/4] rust: sync: add SRCU abstraction
[PATCH v2 0/2] rust: sync: Introduce LazyInit
2026-06-01 8:28 UTC (5+ messages)
` [PATCH v2 1/2] rust: sync: lock: Add Lock::get_mut_pinned()
` [PATCH v2 2/2] rust: sync: Introduce LazyInit
[PATCH] rust: cpufreq: clean new `clippy::map_or_identity` lint for Rust 1.98.0
2026-06-01 6:30 UTC (8+ messages)
[PATCH rust-fixes v3 1/1] rust: block: fix GenDisk cleanup paths
2026-06-01 1:47 UTC (3+ messages)
[PATCH v11 0/3] rust: add basic serial device bus abstractions
2026-06-01 0:13 UTC (13+ messages)
` [PATCH v11 1/3] "
` [PATCH v11 2/3] samples: rust: add Rust serial device bus sample device driver
` [PATCH v11 3/3] MAINTAINERS: serdev: Add self for serdev
[PATCH v3] i2c: rust: fix I2cAdapter refcounts double increment
2026-05-31 18:23 UTC
[PATCH] rust: x86: support Rust >= 1.98.0 target spec
2026-05-31 13:32 UTC (4+ messages)
[PATCH v2] rust_binder: use a u64 stride when cleaning up the offsets array
2026-05-31 13:29 UTC
[PATCH] rust: macros: Replace match + panic in const context with const expect
2026-05-31 11:19 UTC (3+ messages)
[PATCH v18 0/3] rust: leds: add led classdev abstractions
2026-05-31 7:55 UTC (5+ messages)
` [PATCH v18 1/3] rust: leds: add basic "
` [PATCH v18 2/3] rust: leds: add Mode trait
` [PATCH v18 3/3] rust: leds: add multicolor classdev abstractions
[PATCH v14 0/2] Introduce Synology Microp driver
2026-05-30 22:57 UTC (3+ messages)
` [PATCH v14 1/2] dt-bindings: embedded-controller: Add synology microp devices
` [PATCH v14 2/2] platform: Add initial synology microp driver
[PATCH v8 0/5] rust: add basic serial device bus abstractions
2026-05-30 20:59 UTC (21+ messages)
` [PATCH v8 1/5] rust: devres: return reference in `devres::register`
` [PATCH v8 3/5] rust: add basic serial device bus abstractions
[PATCH v10 0/5] rust: add basic serial device bus abstractions
2026-05-30 19:25 UTC (6+ messages)
` [PATCH v10 1/5] rust: devres: return reference in `devres::register`
` [PATCH v10 2/5] serdev: add rust private data to serdev_device
` [PATCH v10 3/5] rust: add basic serial device bus abstractions
` [PATCH v10 4/5] samples: rust: add Rust serial device bus sample device driver
` [PATCH v10 5/5] MAINTAINERS: serdev: Add self for serdev
[PATCH v8 0/4] rust: helpers: add SRCU helpers
2026-05-30 19:04 UTC (7+ messages)
` [PATCH v8 1/4] "
[PATCH v9 0/3] rust: add basic serial device bus abstractions
2026-05-30 18:00 UTC (5+ messages)
` [PATCH v9 1/3] "
` [PATCH v9 2/3] samples: rust: add Rust serial device bus sample device driver
` [PATCH v9 3/3] MAINTAINERS: serdev: Add self for serdev
[PATCH RESEND] pwm: th1520: Remove requirement for mul_u64_u64_div_u64_roundup
2026-05-30 17:45 UTC (6+ messages)
[PATCH v1] rust: pwm: use pin_init::zeroed() to initialize pwm_ops
2026-05-30 17:49 UTC (3+ messages)
[PATCH v2] i2c: rust: fix I2cAdapter refcounts double increment
2026-05-30 17:09 UTC (2+ messages)
[PATCH 1/2] rust: device: add BoundInternal device context and InternalBoundContext trait
2026-05-30 13:27 UTC (2+ messages)
` [PATCH 2/2] rust: device: move drvdata_borrow() to InternalBoundContext
[PATCH 1/2] rust: device: add BoundInternal device context and InternalBoundContext trait
2026-05-30 13:21 UTC
[PATCH 0/2] rust: device: remove ref-to-ref transmute
2026-05-30 11:17 UTC (4+ messages)
` [PATCH 1/2] rust: device: remove unused "
[PATCH v2] scripts/tags.sh: fix "make COMPILED_SOURCE=1 cscope" command ends up with *.rlib, *.rmeta, *.so filenames in cscope.files
2026-05-30 10:17 UTC (2+ messages)
[PATCH] rust: arm64: set uwtable llvm module flag for CONFIG_UNWIND_TABLES
2026-05-30 7:40 UTC (2+ messages)
[PATCH] scripts/tags.sh: fix "make COMPILED_SOURCE=1 cscope" command ends up with *.rlib, *.rmeta, *.so filenames in cscope.files
2026-05-30 7:06 UTC
[PATCH v7 0/4] gpu: nova-core: run unload sequence upon unbinding
2026-05-30 5:55 UTC (2+ messages)
[PATCH v2] kbuild: clean `*.long-type-*.txt` files
2026-05-30 4:32 UTC (2+ 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