messages from 2026-08-20 23:43:25 to 2026-08-25 14:39:45 UTC [more...]
[PATCH 0/2] rust: num: casts: replace const type narrowing methods with a macro
2026-08-25 14:39 UTC (14+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] gpu: nova-core: use kernel lossless integer conversion module
[PATCH v20 0/8] rust: add `Ownable` trait and `Owned` type
2026-08-25 13:37 UTC (16+ messages)
` [PATCH v20 1/8] rust: alloc: add `KBox::into_non_null`
` [PATCH v20 2/8] rust: types: Add Ownable/Owned types
` [PATCH v20 3/8] rust: implement `ForeignOwnable` for `Owned`
` [PATCH v20 4/8] rust: page: convert to `Ownable`
` [PATCH v20 4/8] rust: page: convert to `Ownable`'
` [PATCH v20 5/8] rust: rename `AlwaysRefCounted` to `RefCounted`
` [PATCH v20 6/8] rust: Add missing SAFETY documentation for `ARef` example
` [PATCH v20 7/8] rust: Add `OwnableRefCounted`
` [PATCH v20 8/8] rust: page: add `from_raw()`
[PATCH v19 00/40] DEPT(DEPendency Tracker)
2026-08-25 13:19 UTC (18+ messages)
[PATCH v7 00/10] rust: Add support for reserving of ranges of IDs
2026-08-25 13:12 UTC (26+ messages)
` [PATCH v7 02/10] rust: bitmap: restrict bitmap length to at most i32::MAX
` [PATCH v7 03/10] rust: num: add nz! macro for compile time NonZero values
` [PATCH v7 04/10] rust: sizes: implement SizeConstants for Alignment
` [PATCH v7 05/10] rust: bitmap: add contiguous area operations
` [PATCH v7 06/10] rust: id_pool: take a NonZero capacity in with_capacity
` [PATCH v7 07/10] rust: id_pool: add contiguous ID reservation
` [PATCH v7 10/10] rust: use Alignment size constants
[PATCH v4 00/11] rust: xarray: add entry API with preloading
2026-08-25 12:49 UTC (7+ messages)
` [PATCH v4 06/11] rust: xarray: add `find_next` and `find_next_mut`
` [PATCH v4 07/11] rust: xarray: add entry API
[PATCH v3 0/5] rust: samples: add an EDU PCI driver sample (MMIO + IRQ + DMA)
2026-08-25 12:32 UTC (3+ messages)
` [PATCH v3 3/5] rust: pci: make Vendor::from_raw() public
[PATCH 0/6] hrtimer: add an expiry injecting callback variant
2026-08-25 12:16 UTC (7+ messages)
` [PATCH 1/6] hrtimer: add "
` [PATCH 2/6] drm/i915/pmu: use the expiry injecting hrtimer callback
` [PATCH 3/6] rust: hrtimer: use the expiry injecting callback variant
` [PATCH 4/6] rust: hrtimer: restrict expires() to exclusive access
` [PATCH 5/6] rust: hrtimer: document deadlock when starting a timer in its handler
` [PATCH 6/6] rust: hrtimer: Make HrTimer repr(transparent)
[PATCH v4 0/7] gpu: nova: Export parameters from nova-core to nova-drm
2026-08-25 12:03 UTC (17+ messages)
` [PATCH v4 3/7] drm: nova: Add chipid enum to nova-drm UAPI
` [PATCH v4 4/7] drm: nova: Add a GPU info ioctl
` [PATCH v4 6/7] drm: nova: Use nova-core to read VRAM_BAR_SIZE parameter
merge problems with char-misc-next and Linus's branch right now
2026-08-25 11:45 UTC (6+ messages)
[PATCH net v3] rust: net: phy: fix off-by-one bit positions in device status accessors
2026-08-25 11:13 UTC
[PATCH v2 0/2] kunit: add optional assertions to catch taint and lockdep warnings
2026-08-25 11:00 UTC (5+ messages)
` [PATCH v2 1/2] kunit: add extra assertions to KUnit test cases
` [PATCH v2 2/2] kunit: add KUnit test to assert kernel state before KUnit suites are run
[PATCH v2 1/2] rust_binder: check ownership before using vma
2026-08-25 10:44 UTC (6+ messages)
[PATCH] gpu: nova-core: fix incorrect naming/framing of GSP-FMC firmware
2026-08-25 8:31 UTC
[PATCH 0/6] gpu: nova-core: add NVKV codec
2026-08-25 6:46 UTC (11+ messages)
` [PATCH 1/6] rust: alloc: add Vec::push_init
` [PATCH 2/6] gpu: nova-core: add NVKV encoder
` [PATCH 5/6] gpu: nova-core: add NVKV typed decoding
[PATCH v3 0/7] mshv: add SEV-SNP support for MSHV root partitions
2026-08-25 4:04 UTC
[PATCH v8 0/1] Rust PCI capability infrastructure and SR-IOV support
2026-08-25 2:57 UTC (11+ messages)
` [PATCH v8 1/1] rust: pci: add extended capability "
[PATCH 0/2] drm/tyr: unplug the GPU when reset fails
2026-08-24 17:27 UTC (4+ messages)
` [PATCH 1/2] drm/tyr: move reset work to platform driver data
` [PATCH 2/2] drm/tyr: unplug the GPU when reset fails
[PATCH v6 0/3] drm/tyr: GPU reset infrastructure
2026-08-24 17:05 UTC (12+ messages)
` [PATCH v6 2/3] drm/tyr: add "
` [PATCH v6 3/3] drm/tyr: put iomem behind the hardware gate
[PATCH v4] rust: num: restrict bool conversion to unsigned Bounded
2026-08-24 15:27 UTC (4+ messages)
[PATCH v2 00/13] drm/panic: Split into core and helpers
2026-08-24 12:43 UTC (14+ messages)
` [PATCH v2 01/13] drm/panic: Do not use un-escaped URL as format string
` [PATCH v2 02/13] drm/panic: Test address from kmap op for NULL
` [PATCH v2 03/13] drm/panic: Return -EINVAL if font is not available
` [PATCH v2 04/13] drm/panic: Return errno codes if panic output fails
` [PATCH v2 05/13] drm/panic: Pass colors to draw_panic_dispatch()
` [PATCH v2 06/13] drm/panic: Pass global module parameters to drm_panic_dispatch()
` [PATCH v2 07/13] drm/panic: Retry in dispatch function if panic output fails
` [PATCH v2 08/13] drm/panic: Split draw_panic_plane()
` [PATCH v2 09/13] drm/panic: Restrict to primary planes; unconditionally unregister
` [PATCH v2 10/13] drm/panic: Display panic screen via per-plane callback
` [PATCH v2 11/13] drm/panic: Internalize panic locking in DRM core and helpers
` [PATCH v2 12/13] drm/panic: Move panic display code into helper library
` [PATCH v2 13/13] drm/panic: Compile KUnit tests as module
[PATCH net v2] rust: net: phy: fix off-by-one bit positions in device status accessors
2026-08-24 11:47 UTC (3+ messages)
[GIT PULL] rust-i2c-next for 7.3
2026-08-24 11:45 UTC (6+ messages)
[PATCH 0/4] Fix forward()/expires() racing with concurrent arming
2026-08-24 11:07 UTC (9+ messages)
[PATCH 1/2] kbuild: rust: preserve unreachable traps with inline helpers
2026-08-24 10:39 UTC (7+ messages)
` [PATCH 2/2] kbuild: rust: keep Rust objects out of Clang LTO "
[PATCH] rust: net: phy: fix off-by-one bit positions in device status accessors
2026-08-24 4:28 UTC (7+ messages)
[PATCH v8 0/1] rust: introduce abstractions for fwctl
2026-08-24 2:59 UTC (4+ messages)
` [PATCH v8 1/1] "
[PATCH] rust: cfi: disable function merging if CFI is enabled
2026-08-24 1:15 UTC (5+ messages)
[PATCH v1] rust: jump_label: skip arch-specific asm in `testlib` builds
2026-08-24 1:14 UTC (2+ messages)
[PATCH] objtool/rust: add one more `noreturn` Rust function
2026-08-24 1:14 UTC (2+ messages)
[PATCH] rust: kernel: list: fix incorrect pop_back example comment
2026-08-24 1:13 UTC (2+ messages)
[RFC PATCH v5 0/3] iio: position: add Rust driver for ams AS5600
2026-08-24 0:17 UTC (7+ 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: kbuild: disambiguate `zerocopy_derive` for `rusttest`
2026-08-23 19:56 UTC (2+ messages)
[PATCH v23 00/28] riscv control-flow integrity for usermode
2026-08-22 16:50 UTC (12+ messages)
` [PATCH v23 06/28] riscv/mm : ensure PROT_WRITE leads to VM_READ | VM_WRITE
[PATCH RESEND v3] hardening: Default randstruct off with rust for better allmodconfig support
2026-08-21 19:48 UTC (3+ messages)
[PATCH 0/7] Add Greybus Sotfsvc and UART Node drivers
2026-08-21 17:20 UTC (9+ messages)
` [PATCH 3/7] rust: crc_ccitt: add CRC-CCITT abstraction
` [PATCH 7/7] dt-bindings: beagle: Add BeagleConnect Freedom
[PATCH -next] rust: fwctl: replace `__pinned_init` with `raw_try_init`
2026-08-21 16:56 UTC (9+ messages)
[PATCH v2 00/12] gpu: nova-core: add PRAMIN window support
2026-08-21 14:01 UTC (4+ messages)
` [PATCH v2 01/12] rust: num: use const_assert! in Bounded
[PATCH v3] rust: num: restrict bool conversion to unsigned Bounded
2026-08-21 12:02 UTC (2+ messages)
[PATCH 0/2] rust: kunit: add optional assertions to catch taint and lockdep warnings
2026-08-21 10:18 UTC (6+ messages)
` [PATCH 1/2] rust: kunit: add config to fail kunit tests if a lockdep warning is triggered
[PATCH 00/12] drm/panic: Split into core and helpers
2026-08-21 6:38 UTC (3+ 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