messages from 2026-05-26 18:22:00 to 2026-05-28 14:14:35 UTC [more...]
[PATCH v3 0/4] s390: Enable Rust support and add required arch glue
2026-05-28 14:14 UTC (24+ messages)
` [PATCH v3 1/4] s390/bug: Provide ARCH_WARN_ASM for Rust WARN/BUG support
` [PATCH v3 2/4] s390/jump_label: Implement ARCH_STATIC_BRANCH_JUMP_ASM and ARCH_STATIC_BRANCH_ASM macros
` [PATCH v3 4/4] s390: Enable Rust support
Rust MC at LPC 2026
2026-05-28 13:31 UTC (2+ messages)
[PATCH 0/2] rust: device: remove ref-to-ref transmute
2026-05-28 13:29 UTC (4+ messages)
` [PATCH 1/2] rust: device: remove unused "
linux-next: build failure after merge of the origin tree
2026-05-28 13:26 UTC (2+ messages)
[PATCH v2 0/7] gpu: drm: nova: enable calling into nova-core
2026-05-28 13:23 UTC (12+ messages)
` [PATCH v2 1/7] scripts: modpost: detect and report truncated buf_printf() output
` [PATCH v2 2/7] pin_init: always inline the #ident and #project_ident methods
` [PATCH v2 3/7] rust: always inline some init methods
` [PATCH v2 4/7] gpu: nova-core: export Rust symbols for dependent modules
` [PATCH v2 5/7] gpu: nova-core: emit Rust metadata "
` [PATCH v2 6/7] gpu: drm: nova: build after nova-core metadata
` [PATCH POC v2 7/7] drm: nova: demonstrate interaction with nova-core
[PATCH 0/1] rust: module_param: support bool parameters
2026-05-28 13:15 UTC (5+ messages)
[PATCH 0/2] drm: tyr: use lifetime-bound IoMem
2026-05-28 12:58 UTC (10+ messages)
` [PATCH 1/2] gpu: drm: tyr: separate driver type from driver data
` [PATCH 2/2] gpu: drm: tyr: use IoMem directly instead of Devres
[PATCH v2] Fail the build on RUST=y and RUST_IS_AVAILABLE=n
2026-05-28 12:35 UTC (3+ messages)
[PATCH v7 0/4] rust: helpers: add SRCU helpers
2026-05-28 12:23 UTC (8+ messages)
` [PATCH v7 1/4] "
` [PATCH v7 2/4] srcu: expose srcu_readers_active()
` [PATCH v7 3/4] rust: sync: add SRCU abstraction
` [PATCH v7 4/4] MAINTAINERS: add Rust SRCU files to SRCU entry
[PATCH] .gitignore: ignore rustc long type txt files
2026-05-28 11:53 UTC (2+ messages)
[PATCH v2 1/1] rust: block: fix GenDisk cleanup paths
2026-05-28 11:50 UTC (2+ messages)
[PATCH v2 00/12] Refcounted interrupt disable and SpinLockIrq for rust (Part 1)
2026-05-28 10:53 UTC (11+ messages)
` [PATCH v2 05/12] irq & spin_lock: Add counted interrupt disabling/enabling
` [PATCH v2 07/12] locking: Switch to _irq_{disable,enable}() variants in cleanup guards
` [PATCH v2 11/12] arm64: sched/preempt: Enable HAS_SEPARATE_PREEMPT_RESCHED_BITS
` [PATCH v2 12/12] s390/preempt: "
[PATCH] rust: macros: Replace match + panic in const context with const expect
2026-05-28 9:17 UTC (2+ messages)
[PATCH] rust: module_param: add missing newline to pr_warn
2026-05-28 8:59 UTC (3+ messages)
[PATCH] rust_binder: fix setting the extended_error
2026-05-28 7:50 UTC (2+ messages)
[GIT PULL] Alloc changes for 7.2-rc1
2026-05-28 7:40 UTC (2+ messages)
[PATCH] rust: helpers: add is_vmalloc_addr wrapper for NOMMU builds
2026-05-28 7:22 UTC (2+ messages)
[PATCH v5 0/2] Rust netlink support + use in Rust Binder
2026-05-28 6:25 UTC (6+ messages)
` [PATCH v5 1/2] rust: netlink: add raw netlink abstraction
[PATCH v5 0/4] rust: add SRCU abstraction
2026-05-28 6:23 UTC (11+ messages)
` [PATCH v5 1/4] rust: helpers: add SRCU helpers
` [PATCH v5 2/4] srcu: expose srcu_readers_active()
` [PATCH v5 3/4] rust: sync: add SRCU abstraction
` [PATCH v5 4/4] MAINTAINERS: add Rust SRCU files to SRCU entry
[PATCH] rust: arm64: set uwtable llvm module flag for CONFIG_UNWIND_TABLES
2026-05-28 5:56 UTC (4+ messages)
[PATCH v6 0/7] gpu: nova-core: run unload sequence upon unbinding
2026-05-28 1:50 UTC (5+ messages)
` [PATCH v6 7/7] gpu: nova-core: run Booter Unloader and FWSEC-SB "
[PATCH v6 0/4] rust: helpers: add SRCU helpers
2026-05-27 23:36 UTC (9+ messages)
` [PATCH v6 1/4] "
` [PATCH v6 2/4] srcu: expose srcu_readers_active()
` [PATCH v6 3/4] rust: sync: add SRCU abstraction
` [PATCH v6 4/4] MAINTAINERS: add Rust SRCU files to SRCU entry
[PATCH v5 00/24] rust: device: Higher-Ranked Lifetime Types for device drivers
2026-05-27 21:24 UTC (33+ messages)
` [PATCH v5 01/24] rust: pci: use 'static lifetime for PCI BAR resource names
` [PATCH v5 02/24] rust: alloc: remove `'static` bound on `ForeignOwnable`
` [PATCH v5 11/24] rust: device: make Core and CoreInternal lifetime-parameterized
` [PATCH v5 12/24] rust: pci: make Driver trait lifetime-parameterized
` [PATCH v5 13/24] rust: platform: "
` [PATCH v5 14/24] rust: auxiliary: "
` [PATCH v5 15/24] rust: usb: "
` [PATCH v5 16/24] rust: i2c: "
` [PATCH v5 17/24] rust: driver: update module documentation for GAT-based Data type
` [PATCH v5 18/24] rust: pci: make Bar lifetime-parameterized
` [PATCH v5 19/24] rust: io: make IoMem and ExclusiveIoMem lifetime-parameterized
` [PATCH v5 20/24] samples: rust: rust_driver_pci: use HRT lifetime for Bar
` [PATCH v5 21/24] gpu: nova-core: separate driver type from driver data
` [PATCH v5 22/24] rust: types: add `ForLt` trait for higher-ranked lifetime support
` [PATCH v5 23/24] rust: auxiliary: generalize Registration over ForLt
[PATCH v4 0/7] rust: add `bitfield!` macro
2026-05-27 20:51 UTC (12+ messages)
` [PATCH v4 1/7] rust: extract `bitfield!` macro from `register!`
` [PATCH v4 2/7] rust: bitfield: inline private accessors
` [PATCH v4 3/7] rust: bitfield: fully qualify types in macro
` [PATCH v4 4/7] rust: io: use the `bitfield!` macro in `register!`
` [PATCH v4 5/7] gpu: nova-core: switch to kernel bitfield macro
` [PATCH v4 6/7] gpu: nova-core: remove the driver-local `bitfield!` macro
` [PATCH v4 7/7] rust: bitfield: Add KUnit tests for bitfield
[PATCH 0/6] rust: drm: Higher-Ranked Lifetime private data
2026-05-27 19:52 UTC (8+ messages)
` [PATCH 2/6] rust: drm: Add UnbindGuard for drm_dev_enter/exit critical sections
` [PATCH 3/6] rust: drm: Add RegistrationData to drm::Driver
[PATCH] rust: devres: add 'static bound to Devres<T>
2026-05-27 19:49 UTC (7+ messages)
[PATCH] rust: block: mq: align init_request numa_node arg with C signature
2026-05-27 18:16 UTC (8+ messages)
[PATCH 0/8] rust: pin-init upstream sync for v7.2 (round 2)
2026-05-27 17:19 UTC (9+ messages)
` [PATCH 1/8] rust: pin-init: internal: pin_data: filter non-`#[cfg]` attr in generated code
` [PATCH 2/8] rust: pin-init: internal: suppress `non_snake_case` lint in `#[pin_data]`
` [PATCH 3/8] rust: pin-init: internal: suppress `non_snake_case` lint in `[pin_]init!`
` [PATCH 4/8] rust: pin-init: docs: fix typos in MaybeZeroable documentation
` [PATCH 5/8] rust: pin-init: move `InitClosure` out from `__internal`
` [PATCH 6/8] rust: pin-init: remove `E` from `InitClosure`
` [PATCH 7/8] rust: pin-init: make `[pin_]init_array_from_fn` unwind safe
` [PATCH 8/8] rust: pin-init: make `[pin_]chain` "
[PATCH v3 0/2] rust: add support for Software Tag-Based KASAN
2026-05-27 16:08 UTC (8+ messages)
` [PATCH v3 1/2] rust: kasan: KASAN+RUST requires clang
[PATCH 0/2] rust: sync: Introduce LazyInit
2026-05-27 16:01 UTC (4+ messages)
` [PATCH 1/2] rust: sync: lock: Add Lock::get_mut_pinned()
` [PATCH 2/2] rust: sync: Introduce LazyInit
[PATCH v2 0/2] rust: debugfs: fix callback file unsoundness
2026-05-27 13:23 UTC (6+ messages)
` [PATCH v2 1/2] rust: debugfs: avoid borrowing seq_file in write
` [PATCH v2 2/2] rust: debugfs: avoid transmuting FileOps
[PATCH] rust: kernel: use strict provenance APIs
2026-05-27 13:12 UTC (3+ messages)
[PATCH v14 0/6] rust: drm: gem: shmem: Add sg_table() function
2026-05-27 12:16 UTC (8+ messages)
` [PATCH v14 1/6] rust: faux: Allow retrieving a bound Device
` [PATCH v14 2/6] rust: gem: shmem: Fix Default implementation for ObjectConfig
` [PATCH v14 3/6] rust: drm: gem: s/device::Device/Device/ for shmem.rs
` [PATCH v14 4/6] drm/gem/shmem: Introduce __drm_gem_shmem_free_sgt_locked()
` [PATCH v14 5/6] rust: drm: gem/shmem: Add DmaResvGuard helper
` [PATCH v14 6/6] rust: drm: gem: Introduce shmem::Object::sg_table()
[PATCH] rust: devres: use compile-time type_name for debug info
2026-05-27 11:25 UTC (6+ messages)
` [PATCH v2] rust: devres: optimize type name allocation and fix truncation
[PATCH v5 0/4] Enable sysfs module symlink for more built-in drivers
2026-05-27 11:19 UTC (5+ messages)
` [PATCH v5 1/4] soc/tegra: cbb: Move driver registration from pure_initcall to core_initcall
` [PATCH v5 2/4] kernel: param: initialize module_kset in a pure_initcall
[PATCH V16 0/7] Rust Support for powerpc
2026-05-27 11:15 UTC (5+ messages)
` [PATCH V16 4/7] rust/powerpc: Set min rustc version "
[PATCH 0/6] rust: binder: reduce `as` casts
2026-05-27 11:10 UTC (13+ messages)
` [PATCH 1/6] rust: binder: use strict provenance APIs
` [PATCH 2/6] rust: binder: transmute transaction data
[PATCH v2] kbuild: rust: add AutoFDO support
2026-05-27 10:40 UTC (2+ messages)
[PATCH v4 0/3] rust: add SRCU abstraction
2026-05-27 9:00 UTC (4+ messages)
` [PATCH v4 2/3] rust: sync: "
[PATCH v1] rust: rcu: Add abstraction for call_rcu()
2026-05-27 7:42 UTC (8+ messages)
[PATCH] rust: module_param: use `pr_warn_once!` for null pointer warning
2026-05-26 23:59 UTC (4+ messages)
[PATCH v2] i2c: rust: fix I2cAdapter refcounts double increment
2026-05-26 19:47 UTC
[PATCH v2 0/5] rust: binder: reduce `as` casts
2026-05-26 18:39 UTC (6+ messages)
` [PATCH v2 1/5] rust: binder: use strict provenance APIs
` [PATCH v2 2/5] rust: binder: enable `clippy::ptr_as_ptr` lint
` [PATCH v2 3/5] rust: binder: enable `clippy::ref_as_ptr` lint
` [PATCH v2 4/5] rust: binder: enable `clippy::as_underscore`
` [PATCH v2 5/5] rust: binder: enable `clippy::cast_lossless`
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