messages from 2026-03-14 00:26:14 to 2026-03-16 21:57:51 UTC [more...]
[PATCH v9 0/6] gpu: nova-core: expose the logging buffers via debugfs
2026-03-16 21:57 UTC (16+ messages)
` [PATCH v9 1/6] rust: device: add device name method
` [PATCH v9 2/6] rust: uaccess: add write_dma() for copying from DMA buffers to userspace
` [PATCH v9 3/6] rust: dma: implement BinaryWriter for CoherentAllocation<u8>
` [PATCH v9 4/6] gpu: nova-core: Replace module_pci_driver! with explicit module init
` [PATCH v9 5/6] gpu: nova-core: create debugfs root in "
` [PATCH v9 6/6] gpu: nova-core: create GSP-RM logging buffers debugfs entries
[PATCH v2 0/3] Inline helpers into Rust without full LTO
2026-03-16 21:34 UTC (11+ messages)
` [PATCH v2 1/3] kbuild: rust: add `CONFIG_RUSTC_CLANG_LLVM_COMPATIBLE`
` [PATCH v2 2/3] rust: helpers: #define __rust_helper
` [PATCH v2 3/3] build: rust: provide an option to inline C helpers into Rust
[PATCH v9 0/7] Rust bindings for gem shmem
2026-03-16 21:16 UTC (8+ messages)
` [PATCH v9 1/7] rust: drm: Add gem::impl_aref_for_gem_obj!
` [PATCH v9 2/7] rust: drm: gem: Add raw_dma_resv() function
` [PATCH v9 3/7] rust: helpers: Add bindings/wrappers for dma_resv_lock
` [PATCH v9 4/7] rust: gem: Introduce DriverObject::Args
` [PATCH v9 5/7] rust: drm: gem: shmem: Add DRM shmem helper abstraction
` [PATCH v9 6/7] rust: drm: gem: Introduce shmem::SGTable
` [PATCH v9 7/7] rust: drm/gem: Add vmap functions to shmem bindings
[PATCH v12 0/1] Rust GPU buddy allocator bindings
2026-03-16 21:00 UTC (9+ messages)
` [PATCH v12.1 "
` [PATCH v12.1 1/1] rust: gpu: Add "
[PATCH v12 0/1] rust: interop: Add list module for C linked list interface
2026-03-16 18:54 UTC (9+ messages)
` [PATCH v12 1/1] "
[PATCH v2 0/4] add `const_assert!` macro and rework documentation
2026-03-16 18:35 UTC (9+ messages)
` [PATCH v2 1/4] rust: move `static_assert` into `build_assert`
` [PATCH v2 2/4] rust: add `const_assert!` macro
` [PATCH v2 3/4] rust: rework `build_assert!` documentation
` [PATCH v2 4/4] rust: make `build_assert` module the home of related macros
[PATCH v3 0/7] Introduce Synology Microp driver
2026-03-16 18:06 UTC (18+ messages)
` [PATCH v3 5/7] dt-bindings: mfd: Add synology,microp device
` [PATCH v3 7/7] leds: add synology microp led driver
[RFC v3 00/27] lib: Rust implementation of SPDM
2026-03-16 17:16 UTC (5+ messages)
` [RFC v3 12/27] lib: rspdm: Support SPDM get_version
[PATCH v9 00/23] gpu: nova-core: Add memory management support
2026-03-16 17:00 UTC (13+ messages)
` [PATCH v9 01/23] gpu: nova-core: Select GPU_BUDDY for VRAM allocation
` [PATCH v9 02/23] gpu: nova-core: Kconfig: Sort select statements alphabetically
` [PATCH v9 04/23] gpu: nova-core: gsp: Extract usable FB region from GSP
` [PATCH v9 05/23] gpu: nova-core: gsp: Expose total physical VRAM end from FB region info
[PATCH] rust: sync: completion: mark inline complete_all and wait_for_completion
2026-03-16 15:16 UTC (5+ messages)
` [PATCH v2] "
[PATCH v3 0/2] rust: take advantage of newer rust-analyzer features
2026-03-16 14:37 UTC (5+ messages)
` [PATCH v3 1/2] scripts: generate_rust_analyzer.py: add versioning infrastructure
[PATCH v2 0/3] rust_binder: add and wire Binder tracepoints
2026-03-16 14:12 UTC (5+ messages)
` [PATCH v2 1/3] rust_binder: remove "rust_" prefix from tracepoints
` [PATCH v2 3/3] rust_binder: add in the new tracepoint calls
[PATCH 00/79] block: rnull: complete the rust null block driver
2026-03-16 14:05 UTC (54+ messages)
` [PATCH 01/79] block: rnull: adopt new formatting guidelines
` [PATCH 02/79] block: rnull: add module parameters
` [PATCH 03/79] block: rnull: add macros to define configfs attributes
` [PATCH 04/79] block: rust: fix generation of bindings to `BLK_STS_.*`
` [PATCH 05/79] block: rust: change `queue_rq` request type to `Owned`
` [PATCH 06/79] block: rust: add `Request` private data support
` [PATCH 09/79] block: rust: introduce `kernel::block::bio` module
` [PATCH 10/79] block: rust: add `command` getter to `Request`
` [PATCH 11/79] block: rust: mq: use GFP_KERNEL from prelude
` [PATCH 12/79] block: rust: add `TagSet` flags
` [PATCH 13/79] block: rnull: add memory backing
` [PATCH 14/79] block: rnull: add submit queue count config option
` [PATCH 15/79] block: rnull: add `use_per_node_hctx` "
` [PATCH 16/79] block: rust: allow specifying home node when constructing `TagSet`
` [PATCH 18/79] block: rust: add Request::sectors() method
` [PATCH 19/79] block: rust: mq: add max_hw_discard_sectors support to GenDiskBuilder
` [PATCH 20/79] block: rnull: add discard support
` [PATCH 21/79] block: rust: add `NoDefaultScheduler` flag for `TagSet`
` [PATCH 22/79] block: rnull: add no_sched module parameter and configfs attribute
` [PATCH 23/79] block: rust: change sector type from usize to u64
` [PATCH 24/79] block: rust: add `BadBlocks` for bad block tracking
` [PATCH 25/79] block: rust: mq: add Request::end() method for custom status codes
` [PATCH 26/79] block: rnull: add badblocks support
` [PATCH 28/79] block: rnull: add partial I/O support for bad blocks
[PATCH] rust: cpufreq: fix clippy::double_parens warning in Policy doctest
2026-03-16 13:42 UTC (9+ messages)
` [RFC PATCH] rust: kbuild: support global per-version flags
[PATCH 0/9] gpu: nova-core: gsp: add RM control command infrastructure
2026-03-16 12:21 UTC (12+ messages)
` [PATCH 5/9] gpu: nova-core: gsp: add types for RM control RPCs
` [PATCH 6/9] gpu: nova-core: generalize `flush_into_kvec` to `flush_into_vec`
` [PATCH 7/9] gpu: nova-core: gsp: add RM control command infrastructure
[PATCH 0/4] Rust netlink support + use in Rust Binder
2026-03-16 12:07 UTC (3+ messages)
` [PATCH 3/4] rust_binder: add generated netlink.rs file
[PATCH v4 0/3] Creation of workqueues in Rust
2026-03-16 10:57 UTC (14+ messages)
` [PATCH v4 3/3] rust: workqueue: add creation of workqueues
` [PATCH v4 1/3] rust: workqueue: restrict delayed work to global wqs
[PATCH v4 0/2] cpufreq/amd-pstate: Prevent scheduling when atomic on PREEMPT_RT
2026-03-16 10:59 UTC (4+ 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 v2 0/4] rust: refactor ARef and AlwaysRefCounted imports
2026-03-16 6:08 UTC (4+ messages)
[PATCH v8 0/7] gpu: nova-core: expose the logging buffers via debugfs
2026-03-16 3:44 UTC (10+ messages)
` [PATCH v8 3/7] rust: dma: implement BinaryWriter for CoherentAllocation<u8>
` [PATCH v8 5/7] gpu: nova-core: use pin projection in method boot()
[PATCH v3 2/3] rust: block: rnull: update to Pin<KBox<QueueData>> for PinInit
2026-03-15 22:16 UTC (2+ messages)
[PATCH v2 0/4] rust: refactor ARef and AlwaysRefCounted imports
2026-03-15 21:23 UTC (3+ messages)
` "
[PATCH v2] rust: update `kernel::c_str!` documentation
2026-03-15 21:23 UTC (2+ messages)
[PATCH v2 0/3] Optimization and alignment for MMC, Rust and iwlwifi
2026-03-15 18:21 UTC (5+ messages)
` [PATCH v2 1/3] wifi: iwlwifi: pcie: optimize MSI-X interrupt affinity
` [PATCH v2 2/3] rust: block: rnull: update to Pin<KBox<QueueData>> for PinInit
` [PATCH v2 3/3] mmc: sdhci-esdhc-imx: consolidate imx25/35 data and add Kingston CID
[PATCH v2 0/3] Optimization and alignment for MMC, Rust and iwlwifi
2026-03-15 17:25 UTC (4+ messages)
` [PATCH v2 1/3] wifi: iwlwifi: pcie: optimize MSI-X interrupt affinity
` [PATCH v2 2/3] rust: block: rnull: update to Pin<KBox<QueueData>> for PinInit
` [PATCH v2 3/3] mmc: sdhci-esdhc-imx: consolidate imx25/35 data and add Kingston CID
[PATCH v2 0/3] Optimization and alignment for MMC, Rust and iwlwifi
2026-03-15 17:16 UTC (4+ messages)
` [PATCH v2 1/3] mmc: sdhci-esdhc-imx: consolidate imx25/35 data and add Kingston CID
` [PATCH v2 2/3] rust: block: rnull: update to Pin<KBox<QueueData>> for PinInit
` [PATCH v2 3/3] wifi: iwlwifi: pcie: optimize MSI-X interrupt affinity
[PATCH] [PATCH 7.0-rc3] Consolidation of sdhci-imx and Rust PinInit optimization
2026-03-15 14:16 UTC (2+ messages)
[PATCH v9 00/10] rust: add `register!` macro
2026-03-15 10:57 UTC (17+ messages)
` [PATCH v9 01/10] rust: enable the `generic_arg_infer` feature
` [PATCH v9 02/10] rust: num: add `shr` and `shl` methods to `Bounded`
` [PATCH v9 03/10] rust: num: add `into_bool` method "
` [PATCH v9 04/10] rust: num: make Bounded::get const
` [PATCH v9 05/10] rust: io: add IoLoc type and generic I/O accessors
` [PATCH v9 06/10] rust: io: use generic read/write accessors for primitive accesses
` [PATCH v9 07/10] rust: io: add `register!` macro
` [PATCH v9 08/10] rust: io: introduce `write_reg` and `LocatedRegister`
` [PATCH v9 09/10] sample: rust: pci: use `register!` macro
` [PATCH FOR REFERENCE v9 10/10] gpu: nova-core: use the kernel "
[PATCH v1 RESEND 0/4] drm/tyr: implement GPU reset API
2026-03-15 10:45 UTC (7+ messages)
` [PATCH v1 RESEND 2/4] rust: add Work::disable_sync
` [PATCH v1 RESEND 4/4] drm/tyr: add GPU reset handling
[PATCH v7 0/2] Initial work for Rust abstraction for HID device driver development
2026-03-15 4:03 UTC (4+ messages)
` [PATCH v7 1/2] rust: core abstractions for HID drivers
` [PATCH v7 2/2] rust: hid: Glorious PC Gaming Race Model O and O- mice reference driver
[PATCH v2 0/6] rust: io: turn IoCapable into a functional trait
2026-03-15 0:56 UTC (2+ messages)
[GIT PULL] Rust fixes for 7.0 (2nd)
2026-03-14 19:53 UTC (2+ messages)
[PATCH v3 0/4] rust: add basic serial device bus abstractions
2026-03-14 14:58 UTC (12+ messages)
` [PATCH v3 2/4] serdev: add rust private data to serdev_device
[linux-next:master 5585/5731] error[E0277]: `*const kernel::bindings::vm_uffd_ops` cannot be shared between threads safely
2026-03-14 13:37 UTC (9+ messages)
` [PATCH] rust_binder: use AssertSync for BINDER_VM_OPS
[PATCH v8 00/10] rust: add `register!` macro
2026-03-14 1:19 UTC (8+ messages)
` [PATCH v8 07/10] rust: io: introduce `IntoIoVal` trait and single-argument `write_val`
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