messages from 2026-04-05 23:54:57 to 2026-04-06 22:34:52 UTC [more...]
[RFC PATCH v3 0/6] Rust goldfish_address_space driver (ioctl-only subset)
2026-04-06 16:51 UTC (7+ messages)
` [RFC PATCH v3 1/6] uapi: add goldfish_address_space userspace ABI header
` [RFC PATCH v3 2/6] rust: bindings: expose goldfish address-space headers
` [RFC PATCH v3 3/6] rust: page: add helpers for page-backed ping state
` [RFC PATCH v3 4/6] rust: pci: add shared BAR memremap support
` [RFC PATCH v3 5/6] rust: miscdevice: harden registration and safe file_operations invariants
` [RFC PATCH v3 6/6] platform/goldfish: add Rust goldfish_address_space driver
[PATCH v9 00/23] gpu: nova-core: Add memory management support
2026-04-06 22:10 UTC (23+ messages)
` [PATCH v10 00/21] "
` [PATCH v10 02/21] gpu: nova-core: gsp: Extract usable FB region from GSP
` [PATCH v10 03/21] gpu: nova-core: gsp: Expose total physical VRAM end from FB region info
` [PATCH v10 07/21] gpu: nova-core: mm: Add TLB flush support
` [PATCH v10 10/21] gpu: nova-core: mm: Add MMU v2 page table types
` [PATCH v10 12/21] gpu: nova-core: mm: Add unified page table entry wrapper enums
[PATCH V10 0/4] Rust support for powerpc
2026-04-06 20:01 UTC (5+ messages)
` [PATCH V10 1/4] rust: Separate host libraries to fix rmeta dependency conflict
` [PATCH V10 2/4] powerpc/jump_label: adjust inline asm to be consistent
` [PATCH V10 3/4] rust: Add PowerPC support
` [PATCH V10 4/4] powerpc: Enable Rust for ppc64le
[PATCH] gpu: nova-core: require little endian
2026-04-06 19:46 UTC (5+ messages)
[PATCH v2 00/33] rust: bump minimum Rust and `bindgen` versions
2026-04-06 19:07 UTC (41+ messages)
` [PATCH v2 01/33] rust: kbuild: remove `--remap-path-prefix` workarounds
` [PATCH v2 07/33] rust: allow globally `clippy::incompatible_msrv`
` [PATCH v2 08/33] rust: simplify `RUSTC_VERSION` Kconfig conditions
` [PATCH v2 09/33] rust: remove `RUSTC_HAS_SLICE_AS_FLATTENED` and simplify code
` [PATCH v2 10/33] rust: remove `RUSTC_HAS_COERCE_POINTEE` "
` [PATCH v2 11/33] rust: kbuild: remove skipping of `-Wrustdoc::unescaped_backticks`
` [PATCH v2 12/33] rust: kbuild: remove `feature(...)`s that are now stable
` [PATCH v2 13/33] rust: transmute: simplify code with Rust 1.80.0 `split_at_*checked()`
` [PATCH v2 14/33] rust: alloc: simplify with `NonNull::add()` now that it is stable
` [PATCH v2 15/33] rust: macros: simplify code using `feature(extract_if)`
` [PATCH v2 16/33] rust: block: update `const_refs_to_static` MSRV TODO comment
` [PATCH v2 17/33] rust: bump `bindgen` minimum supported version to 0.71.1 (Debian Trixie)
` [PATCH v2 18/33] rust: rust_is_available: remove warning for `bindgen` 0.66.[01]
` [PATCH v2 19/33] rust: rust_is_available: remove warning for `bindgen` < 0.69.5 && libclang >= 19.1
` [PATCH v2 20/33] rust: kbuild: update `bindgen --rust-target` version and replace comment
` [PATCH v2 21/33] rust: kbuild: remove "dummy parameter" workaround for `bindgen` < 0.71.1
` [PATCH v2 22/33] docs: rust: quick-start: openSUSE provides `rust-src` package nowadays
` [PATCH v2 23/33] docs: rust: quick-start: update Ubuntu versioned packages
` [PATCH v2 24/33] docs: rust: quick-start: update minimum Ubuntu version
` [PATCH v2 25/33] docs: rust: quick-start: add Ubuntu 26.04 LTS and remove subsection title
` [PATCH v2 26/33] docs: rust: quick-start: remove Gentoo "testing" note
` [PATCH v2 27/33] docs: rust: quick-start: remove Nix "unstable channel" note
` [PATCH v2 28/33] docs: rust: quick-start: remove GDB/Binutils mention
` [PATCH v2 29/33] docs: rust: general-information: simplify Kconfig example
` [PATCH v2 30/33] docs: rust: general-information: use real example
` [PATCH v2 31/33] rust: declare cfi_encoding for lru_status
` [PATCH v2 32/33] rust: kbuild: support global per-version flags
` [PATCH v2 33/33] rust: kbuild: allow `clippy::precedence` for Rust < 1.86.0
[PATCH v3 0/9] gpu: nova-core: gsp: add RM control command infrastructure
2026-04-06 19:05 UTC (14+ messages)
` [PATCH v3 1/9] gpu: nova-core: gsp: add NV_STATUS error code bindings
` [PATCH v3 2/9] gpu: nova-core: gsp: add NvStatus enum for RM control errors
` [PATCH v3 9/9] gpu: nova-core: gsp: add FaultMethodBufferSize RM control command
[PATCH 0/3] rust: more memory barriers bindings
2026-04-06 18:18 UTC (11+ messages)
` [PATCH 2/3] rust: sync: generic memory barriers
` [PATCH 3/3] gpu: nova-core: fix wrong use of barriers in GSP code
[PATCH v6 0/2] Introduce Synology Microp driver
2026-04-06 15:35 UTC (6+ messages)
` [PATCH v6 2/2] dt-bindings: embedded-controller: Add synology microp devices
[PATCH v2 1/2] rust: kernel: update `file_with_nul` comment
2026-04-06 15:32 UTC (5+ messages)
` [PATCH v2 2/2] rust: std_vendor: add `likely()`, `unlikely()` and `cold_path()`
[PATCH v2] rust: ACPI: fix missing match data for PRP0001
2026-04-06 14:41 UTC (2+ messages)
[PATCH 00/33] rust: bump minimum Rust and `bindgen` versions
2026-04-06 13:21 UTC (13+ messages)
` [PATCH 23/33] docs: rust: quick-start: update Ubuntu versioned packages
` [PATCH 32/33] rust: kbuild: support global per-version flags
` [PATCH 33/33] rust: kbuild: allow `clippy::precedence` for Rust < 1.86.0
[PATCH v2] MAINTAINERS: add Rust I2C tree and update Igor Korotin's email
2026-04-06 13:03 UTC (5+ messages)
[PATCH 0/4] rust: replace WARN_ONCE TODOs with pr_warn_once!
2026-04-06 12:31 UTC (8+ messages)
` [PATCH 4/4] rust: time: add `pr_warn_once!` for clamped delta in `fsleep`
[PATCH V9 0/4] Rust support for powerpc
2026-04-06 9:08 UTC (4+ messages)
` [PATCH V9 1/4] rust: Fix "multiple candidates for rmeta dependency core" error
[PATCH v2 0/3] Fix all clippy warnings in drm-rust-next
2026-04-06 5:43 UTC (11+ messages)
` [PATCH v2 2/3] gpu: nova-core: fb: fix clippy::precedence warning in read_sysmem_flush_page_ga100()
` [PATCH v2 3/3] rust: ptr: allow clippy::incompatible_msrv for slice_ptr_len
[PATCH 0/8] I/O type generalization and projection
2026-04-06 4:00 UTC (9+ messages)
` [PATCH 2/8] rust: io: generalize `Mmio` to arbitrary type
` [PATCH 3/8] rust: io: use pointer types instead of address
page: | 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