messages from 2026-04-02 05:49:14 to 2026-04-05 17:03:23 UTC [more...]
[PATCH v2] rust: ACPI: fix missing match data for PRP0001
2026-04-05 17:03 UTC
[PATCH v2 0/3] Fix all clippy warnings in drm-rust-next
2026-04-05 15:16 UTC (12+ messages)
` [PATCH v2 1/3] gpu: nova-core: vbios: use from_le_bytes() for PCI ROM header parsing
` [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 v2] gpu: nova-core: falcon: pad firmware DMA object size to required block alignment
2026-04-05 15:15 UTC (2+ messages)
[PATCH v5] gpu: nova-core: gsp: fix undefined behavior in command queue code
2026-04-05 15:15 UTC (4+ messages)
[PATCH 0/8] I/O type generalization and projection
2026-04-05 15:01 UTC (15+ messages)
` [PATCH 3/8] rust: io: use pointer types instead of address
` [PATCH 4/8] rust: io: add view type
` [PATCH 2/8] rust: io: generalize `Mmio` to arbitrary type
[PATCH] rust: dma: return EOVERFLOW instead of ENOMEM on size overflow
2026-04-05 9:51 UTC (7+ messages)
[PATCH] rust: ACPI: fix missing match data for PRP0001
2026-04-05 5:47 UTC (12+ messages)
[PATCH] gpu: nova-core: falcon: align firmware DMA object size to required block alignment
2026-04-05 2:12 UTC (4+ messages)
[PATCH v2] MAINTAINERS: add Rust I2C tree and update Igor Korotin's email
2026-04-04 22:19 UTC (4+ messages)
[PATCH] gpu: nova-core: fix three clippy::precedence warnings
2026-04-04 21:34 UTC (6+ messages)
[PATCH V9 0/4] Rust support for powerpc
2026-04-04 21:04 UTC (6+ messages)
` [PATCH V9 1/4] rust: Fix "multiple candidates for rmeta dependency core" error
` [PATCH V9 2/4] powerpc/jump_label: adjust inline asm to be consistent
` [PATCH V9 3/4] rust: Add PowerPC support
` [PATCH V9 4/4] powerpc: Enable Rust for ppc64le
[PATCH V8 0/4] Rust support for powerpc
2026-04-04 20:28 UTC (8+ messages)
` [PATCH V8 1/4] rust: Fix "multiple candidates for rmeta dependency core" error
` [PATCH V8 2/4] powerpc/jump_label: adjust inline asm to be consistent
` [PATCH V8 3/4] rust: Add PowerPC support
` [PATCH V8 4/4] powerpc: Enable Rust for ppc64le
[PATCH] rust: fs: file: add FMODE constants and stream_open for LocalFile
2026-04-04 20:15 UTC (2+ messages)
[RFC 00/16] bus1: Capability-based IPC for Linux
2026-04-04 15:30 UTC (3+ messages)
` [RFC 07/16] bus1: add man-page
[PATCH] gpu: nova-core: program_brom cannot fail
2026-04-04 13:58 UTC (2+ messages)
[PATCH 0/3] rust: more memory barriers bindings
2026-04-04 13:02 UTC (11+ messages)
` [PATCH 1/3] rust: sync: add helpers for mb, dma_mb and friends
` [PATCH 2/3] rust: sync: generic memory barriers
` [PATCH 3/3] gpu: nova-core: fix wrong use of barriers in GSP code
[PATCH v4 0/2] gpu: nova-core: gsp: fix undefined behavior in command queue code
2026-04-04 12:33 UTC (7+ messages)
` [PATCH v4 2/2] "
[PATCH] rust_binder: Avoid holding lock when dropping delivered_death
2026-04-04 8:10 UTC (2+ messages)
[PATCH v5 0/3] rust, nova-core: add SizeConstants trait for SZ_* constants
2026-04-04 4:20 UTC (6+ messages)
` [PATCH v5 1/3] rust: sizes: add SizeConstants trait for device address space constants
` [PATCH v5 2/3] gpu: nova-core: use SizeConstants trait for u64 size constants
` [PATCH v5 3/3] gpu: nova-core: add task for device address type wrappers
[PATCH 0/2] Support `likely`, `unlikely` and `cold_path`
2026-04-04 2:49 UTC (3+ messages)
` [PATCH 1/2] rust: prelude: use the "kernel vertical" imports style
[PATCH v3 0/2] rust, nova-core: add DeviceSize trait for SZ_* constants
2026-04-04 1:46 UTC (11+ messages)
` [PATCH v3 1/2] rust: sizes: add DeviceSize trait for device address space constants
[PATCH] Revert "gpu: nova-core: gsp: fix undefined behavior in command queue code"
2026-04-04 0:36 UTC (4+ messages)
[PATCH v2] gpu: nova-core: bitfield: fix broken Default implementation
2026-04-04 0:09 UTC (3+ messages)
[PATCH] rust: seq_file: add puts, putc, write, and hex_dump methods
2026-04-03 23:39 UTC
[PATCH 0/2] rust: list: fix incomplete SAFETY comments in list implementation
2026-04-03 22:08 UTC (3+ messages)
` [PATCH 1/2] rust: list: fix SAFETY comment in List::remove
` [PATCH 2/2] rust: list: fix SAFETY comments in impl_list_item_mod
[PATCH 1/2] kbuild: rust: allow `clippy::uninlined_format_args`
2026-04-03 21:23 UTC (8+ messages)
` [PATCH 2/2] rust: macros: simplify `format!` arguments
[PATCH net-next] eth: remove the driver for acenic / tigon1&2
2026-04-03 19:56 UTC (7+ messages)
[PATCH v1 RESEND 0/4] drm/tyr: implement GPU reset API
2026-04-03 15:01 UTC (5+ messages)
` [PATCH v1 RESEND 4/4] drm/tyr: add GPU reset handling
[PATCH V7 0/4] Rust support for powerpc
2026-04-03 14:58 UTC (4+ messages)
[RFC PATCH 0/6] rust: net: introduce minimal rtnl/netdevice abstractions and nlmon reference driver
2026-04-03 14:56 UTC (9+ messages)
` [RFC PATCH 1/6] rust: bindings: expose networking headers needed by nlmon
` [RFC PATCH 2/6] rust: helpers: add net_device and sk_buff helper wrappers
` [RFC PATCH 3/6] rust: net: add minimal skbuff, netdevice, and stats abstractions
` [RFC PATCH 4/6] rust: net: add minimal rtnl registration and netlink tap support
` [RFC PATCH 5/6] net: add Rust reference driver for nlmon
` [RFC PATCH 6/6] MAINTAINERS: add Rust net and nlmon entries
` Re: [RFC PATCH 0/6] rust: net: introduce minimal rtnl/netdevice abstractions and nlmon reference driver
arm `rustdoc` Rust 1.85.0-only build error
2026-04-03 12:48 UTC (4+ messages)
[PATCH] rust: pin-init: Add missing SAFETY comments in internal/init.rs
2026-04-03 11:52 UTC
[PATCH v3 0/3] rust: workqueue: add safe cancellation and status methods
2026-04-03 11:07 UTC (4+ messages)
` [PATCH v3 1/3] rust: helpers: add workqueue helpers
` [PATCH v3 2/3] rust: workqueue: add safe cancellation and status methods
` [PATCH v3 3/3] rust: workqueue: add KUnit and sample stress tests
[PATCH v4 0/2] Change Rust Binder crate name to rust_binder
2026-04-03 10:05 UTC (10+ messages)
` [PATCH v4 1/2] rust: support overriding crate_name
` [PATCH v4 2/2] rust_binder: override crate name to rust_binder
[PATCH v5 0/3] Implement Send and Sync for clk
2026-04-03 10:04 UTC (2+ messages)
[PATCH v9 00/31] gpu: nova-core: firmware: Hopper/Blackwell support
2026-04-03 10:02 UTC (8+ messages)
` [PATCH v9 16/31] rust: ptr: add const_align_up()
[PATCH v2] rust: error: clarify that `from_err_ptr` can return `Ok(NULL)`
2026-04-03 9:58 UTC (2+ messages)
Re:Re: [RFC PATCH 0/6] rust: net: introduce minimal rtnl/netdevice abstractions and nlmon reference driver
2026-04-03 8:52 UTC
[PATCH v4 0/6] drm/tyr: Use register! macro
2026-04-03 7:27 UTC (8+ messages)
` [PATCH v4 1/6] drm/tyr: Use register! macro for GPU_CONTROL
` [PATCH v4 2/6] drm/tyr: Print GPU_ID without filtering
` [PATCH v4 3/6] drm/tyr: Use register! macro for JOB_CONTROL
` [PATCH v4 4/6] drm/tyr: Use register! macro for MMU_CONTROL
` [PATCH v4 5/6] drm/tyr: Remove custom register struct
` [PATCH v4 6/6] drm/tyr: Add DOORBELL_BLOCK registers
[PATCH v2] kbuild: rust: add AutoFDO support
2026-04-03 5:02 UTC (2+ messages)
[PATCH v4 0/2] cpufreq/amd-pstate: Prevent scheduling when atomic on PREEMPT_RT
2026-04-03 4:06 UTC (9+ messages)
` [PATCH v4 1/2] cpufreq/amd-pstate: Pass the policy to amd_pstate_update()
` [PATCH v4 2/2] cpufreq: Pass the policy to cpufreq_driver->adjust_perf()
[PATCH v3 00/12] drm/tyr: Use register! macro
2026-04-02 22:07 UTC (3+ messages)
[PATCH 0/7] Rust abstractions for shmem-backed GEM objects
2026-04-02 16:46 UTC (4+ messages)
` [PATCH 1/7] drm/shmem-helper: Add lockdep asserts to vmap/vunmap
[GIT PULL] Rust Analyzer for v7.1
2026-04-02 15:48 UTC (3+ messages)
[PATCH v4 0/2] rust, nova-core: add DeviceSize trait for SZ_* constants
2026-04-02 15:23 UTC (10+ messages)
` [PATCH v4 1/2] rust: sizes: add SizeConstants trait for device address space constants
` [PATCH v4 2/2] gpu: nova-core: use SizeConstants trait for u64 size constants
[PATCH v2 0/6] soc: qcom: socinfo: Convert to Rust
2026-04-02 13:46 UTC (3+ messages)
` [PATCH v2 3/6] rust: device: Support testing devices for equality
[PATCH v5 0/4] rust: add `TryFrom` and `Into` derive macros
2026-04-02 13:36 UTC (7+ messages)
[PATCH 0/3] rust: workqueue: add safe cancellation and status methods
2026-04-02 11:34 UTC (5+ messages)
` [PATCH 3/3] rust: workqueue: add KUnit and sample stress tests
[PATCH v3 0/2] Change Rust Binder crate name to rust_binder
2026-04-02 10:30 UTC (2+ messages)
[PATCH 00/33] rust: bump minimum Rust and `bindgen` versions
2026-04-02 7:12 UTC (4+ messages)
` [PATCH 15/33] rust: rust_is_available: remove warning for 0.66.[01] buggy versions
[PATCH v9 00/23] gpu: nova-core: Add memory management support
2026-04-02 5:59 UTC (11+ messages)
` [PATCH v10 00/21] "
` [PATCH v10 02/21] gpu: nova-core: gsp: Extract usable FB region from GSP
` [PATCH v10 07/21] gpu: nova-core: mm: Add TLB flush support
` [PATCH v10 21/21] gpu: nova-core: Use runtime BAR1 size instead of hardcoded 256MB
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