Rust for Linux List
 help / color / mirror / Atom feed
 messages from 2025-09-11 11:05:00 to 2025-09-16 15:38:03 UTC [more...]

[GIT PULL] DRM Rust changes for v6.18
 2025-09-16 15:37 UTC 

[GIT PULL] DRM Rust changes for v6.18
 2025-09-16 15:33 UTC 

[PATCH] rust/fs: use intra-doc link for `EBADF` in `BadFdError` docs
 2025-09-16 15:17 UTC  (2+ messages)

Build break due to merge commit in linux-next 20250916
 2025-09-16 14:45 UTC 

[PATCH v6 00/11] gpu: nova-core: process and prepare more firmwares to boot GSP
 2025-09-16 14:42 UTC  (14+ messages)
` [PATCH v6 01/11] gpu: nova-core: require `Send` on `FalconEngine` and `FalconHal`
` [PATCH v6 02/11] gpu: nova-core: move GSP boot code to its own module
` [PATCH v6 03/11] gpu: nova-core: add Chipset::name() method
` [PATCH v6 04/11] gpu: nova-core: firmware: move firmware request code into a function
` [PATCH v6 05/11] gpu: nova-core: firmware: add support for common firmware header
` [PATCH v6 06/11] gpu: nova-core: firmware: process Booter and patch its signature
` [PATCH v6 07/11] gpu: nova-core: firmware: process and prepare the GSP firmware
` [PATCH v6 08/11] gpu: nova-core: firmware: process the GSP bootloader
` [PATCH v6 09/11] gpu: nova-core: firmware: use 570.144 firmware
` [PATCH v6 10/11] gpu: nova-core: Add base files for r570.144 firmware bindings
` [PATCH v6 11/11] gpu: nova-core: compute layout of more framebuffer regions required for GSP

[PATCH] rust/fs: use intra-doc link for `EBADF` in `BadFdError` docs
 2025-09-16 14:40 UTC  (2+ messages)

kselftest and cargo
 2025-09-16 13:52 UTC  (2+ messages)

[PATCH v2] rust: auxiliary: fix "initialialized" typo
 2025-09-16 13:48 UTC  (3+ messages)

[PATCH] rust: auxiliary: fix "initialialized" typo
 2025-09-16 13:12 UTC  (3+ messages)

[PATCH] Fixed "initialialized" typo in auxiliary.rs
 2025-09-16 12:26 UTC  (2+ messages)

[PATCH v2 0/2] objtool/LoongArch: Decode more instructions
 2025-09-16 12:25 UTC  (3+ messages)
` [PATCH v2 1/2] objtool/LoongArch: Mark special atomic instruction as INSN_BUG type
` [PATCH v2 2/2] objtool/LoongArch: Mark types based on break immediate code

[PATCH v1] objtool/LoongArch: Mark special atomic instruction as INSN_BUG type
 2025-09-16 12:18 UTC  (3+ messages)

[PATCH v2 0/1] rust: add `rustcheck` make target for check-only builds
 2025-09-16 12:06 UTC  (3+ messages)
` [PATCH v2 1/1] "

[PATCH] Fixed "initialialized" typo in auxiliary.rs
 2025-09-16 11:54 UTC  (3+ messages)

Printing with overflow checks can cause modpost errors
 2025-09-16 10:48 UTC  (9+ messages)

[PATCH v6 10/21] tools/docs: sphinx-build-wrapper: add a wrapper for sphinx-build
 2025-09-16 10:22 UTC  (2+ messages)
` [PATCH v6 20/21] tools/docs: sphinx-* break documentation bulds on openSUSE

[PATCH v3 00/11] rust: use `core::ffi::CStr` method names
 2025-09-16  9:25 UTC  (2+ messages)

[PATCH v3 0/9] rust: use `kernel::{fmt,prelude::fmt!}`
 2025-09-16  9:25 UTC  (2+ messages)

[PATCH] rust: kunit: allow `cfg` on `test`s
 2025-09-16  7:57 UTC  (4+ messages)
` [PATCH v2] "

next-20250915: error[E0425]: cannot find function `atomic_read_acquire` in crate `bindings`
 2025-09-16  5:47 UTC 

[PATCH v4 0/3] Batch 2 of rust gem shmem work
 2025-09-15 17:32 UTC  (12+ messages)
` [PATCH v4 1/3] drm/gem/shmem: Extract drm_gem_shmem_init() from drm_gem_shmem_create()
` [PATCH v4 2/3] drm/gem/shmem: Extract drm_gem_shmem_release() from drm_gem_shmem_free()
` [PATCH v4 3/3] rust: Add dma_buf stub bindings

[PATCH v7 6/8] modpost: Add modname to mod_device_table alias
 2025-09-14 20:07 UTC  (2+ messages)

[RFC PATCH v3 0/5] rust: miscdevice: abstraction for uring_cmd
 2025-09-15 16:54 UTC  (13+ messages)
` [RFC PATCH v3 2/5] io_uring/cmd: zero-init pdu in io_uring_cmd_prep() to avoid UB

[PATCH] rust: less allocation in CString::try_from
 2025-09-15 16:53 UTC  (5+ messages)

[PATCH] rust: cpufreq: streamline find_supply_names
 2025-09-15 13:59 UTC 

[PATCH] rust: auxiliary: Fix 'initialialized' typo
 2025-09-15 12:14 UTC  (2+ messages)

[0001-rust-auxiliary-Fix-initialialized-typo.patch] rust: auxiliary: Fix 'initialialized' typo
 2025-09-15 11:31 UTC  (2+ messages)

[PATCH v14 0/7] Rust Abstractions for PWM subsystem with TH1520 PWM driver
 2025-09-15 10:13 UTC  (6+ messages)
    ` [PATCH v14 1/7] pwm: Export `pwmchip_release` for external use
    ` [PATCH v14 2/7] rust: pwm: Add Kconfig and basic data structures

[PATCH] rust: pci: add PCI interrupt allocation and management support
 2025-09-15  9:48 UTC  (6+ messages)

[PATCH] rust: add `rustcheck` make target for check-only builds
 2025-09-15  7:32 UTC  (6+ messages)

[PATCH] rust: pci: fix incorrect platform references in doc comments
 2025-09-15  6:58 UTC  (6+ messages)

[PATCH v5 00/12] gpu: nova-core: process and prepare more firmwares to boot GSP
 2025-09-15  6:44 UTC  (34+ messages)
` [PATCH v5 02/12] gpu: nova-core: move GSP boot code to a dedicated method
` [PATCH v5 05/12] gpu: nova-core: firmware: move firmware request code into a function
` [PATCH v5 07/12] gpu: nova-core: firmware: process Booter and patch its signature
` [PATCH v5 08/12] gpu: nova-core: firmware: process and prepare the GSP firmware
` [PATCH v5 09/12] gpu: nova-core: firmware: process the GSP bootloader
` [PATCH v5 10/12] gpu: nova-core: firmware: use 570.144 firmware
` [PATCH v5 11/12] gpu: nova-core: Add base files for r570.144 firmware bindings
` [PATCH v5 12/12] gpu: nova-core: compute layout of more framebuffer regions required for GSP

[PATCH v6 00/16] dma-mapping: migrate to physical address-based API
 2025-09-12  9:03 UTC  (7+ messages)
  ` [PATCH v6 03/16] dma-debug: refactor to use physical addresses for page mapping

[PATCH v2] rust: list: Add an example for `ListLinksSelfPtr` usage
 2025-09-14 23:19 UTC  (2+ messages)

[PATCH] rust: sync: extend module documentation of aref
 2025-09-14 23:19 UTC  (2+ messages)

[PATCH] rust: kernel: cpu: mark `CpuId::current()` inline
 2025-09-14 23:19 UTC  (2+ messages)

[PATCH v2 0/3] Groundwork for Lock<T> when T is pinned
 2025-09-14 20:57 UTC  (7+ messages)
` [PATCH v2 3/3] rust: lock: add a Pin<&mut T> accessor

[PATCH v3] RISC-V: re-enable gcc + rust builds
 2025-09-14  7:16 UTC 

[PATCH] rust: pci: fix incorrect platform reference in PCI driver unbind doc comment
 2025-09-14  3:19 UTC 

[PATCH] rust: pci: fix incorrect platform reference in PCI driver probe doc comment
 2025-09-14  3:18 UTC 

[GIT PULL] Driver core fixes for 6.17-rc6
 2025-09-13 17:50 UTC  (2+ messages)

[RFC PATCH 0/3] Initial plumbing for implementing DRM connector APIs in Rust
 2025-09-13 16:57 UTC  (5+ messages)

[PATCH v3 RESEND RESEND 0/3] Initial work for Rust abstraction for HID device driver development
 2025-09-13 16:13 UTC  (4+ messages)
` [PATCH v3 RESEND RESEND 1/3] HID: core: Change hid_driver to use a const char* for name
` [PATCH v3 RESEND RESEND 2/3] rust: core abstractions for HID drivers
` [PATCH v3 RESEND RESEND 3/3] rust: hid: Glorious PC Gaming Race Model O and O- mice reference driver

[PATCH v4 08/19] tools/docs: sphinx-build-wrapper: add a wrapper for sphinx-build
 2025-09-13 10:18 UTC  (14+ messages)

[PATCH v2] rust: rbtree: add immutable cursor
 2025-09-12 23:31 UTC  (9+ messages)

[GIT PULL] Rust pin-init for v6.18
 2025-09-12 18:55 UTC  (2+ messages)

[PATCH v5 08/18] tools/docs: sphinx-build-wrapper: add a wrapper for sphinx-build
 2025-09-12 11:46 UTC  (2+ messages)
` [PATCH v5 18/18] tools/docs: sphinx-* break documentation bulds on openSUSE

next-20250912: rustgcc: x86_64-linux-gnu-ld: error: unplaced orphan section `.sframe' from `vmlinux.o'
 2025-09-12  9:27 UTC 

[PATCH v2 1/1] rust: refactor to_result to return the original value
 2025-09-12  8:41 UTC  (2+ messages)

[PATCH] rust: maple_tree: fix intra-doc link
 2025-09-12  8:07 UTC  (2+ messages)

[PATCH v3 0/2] rust: regulator: improve the ergonomics of Rust regulators
 2025-09-11 23:23 UTC  (2+ messages)

[PATCH v2 0/2] rust: regulator: improve the ergonomics of Rust regulators
 2025-09-11 23:23 UTC  (2+ messages)
` (subset) "

[PATCH v3 00/14] Rust abstractions for shmem-backed GEM objects
 2025-09-11 22:43 UTC  (10+ messages)
` [PATCH v3 10/14] rust: drm: gem: shmem: Add DRM shmem helper abstraction
` [PATCH v3 11/14] rust: drm: gem: Introduce SGTableRef
` [PATCH v3 13/14] rust: drm: gem: Add export() callback

[PATCH] rust: pin-init: add references to previously initialized fields
 2025-09-11 21:35 UTC  (2+ messages)

[PATCH] rust: pin-init: add code blocks to `[try_][pin_]init!` macros
 2025-09-11 21:34 UTC  (2+ messages)

[PATCH 0/2] pin-init sync v6.18
 2025-09-11 21:34 UTC  (2+ messages)

[PATCH 1/2] rust: pin-init: rename `project` -> `project_this` in doctest
 2025-09-11 21:32 UTC  (2+ messages)

[PATCH v5 0/3] rust: i2c: Add basic I2C driver abstractions
 2025-09-11 20:46 UTC  (8+ messages)
` [PATCH v5 1/3] rust: i2c: add basic I2C device and "
` [PATCH v5 2/3] rust: i2c: add manual I2C device creation abstractions
` [PATCH v5 3/3] samples: rust: add Rust I2C sample driver

[PATCH] MAINTAINERS: Update the DMA Rust entry
 2025-09-11 19:57 UTC  (2+ messages)

[PATCH v2 1/2] Partially revert "rust: drm: gem: Implement AlwaysRefCounted for all gem objects automatically"
 2025-09-11 18:56 UTC  (2+ messages)
` [PATCH v2 2/2] rust/drm: Add gem::impl_aref_for_gem_obj!

[PATCH v2] RISC-V: re-enable gcc + rust builds
 2025-09-11 13:14 UTC  (4+ messages)

[PATCH v2 0/2] Defer vm_bo cleanup in GPUVM with DRM_GPUVM_IMMEDIATE_MODE
 2025-09-11 12:38 UTC  (12+ messages)
` [PATCH v2 1/2] drm/gpuvm: add deferred vm_bo cleanup
` [PATCH v2 2/2] panthor: use drm_gpuva_unlink_defer()

[PATCH v3] rust: drm: Introduce the Tyr driver for Arm Mali GPUs
 2025-09-11 12:34 UTC  (2+ messages)

[PATCH v4] rust: rbtree: add immutable cursor
 2025-09-11 11:48 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox