messages from 2026-05-30 22:51:09 to 2026-06-03 01:56:04 UTC [more...]
[PATCH] kbuild: rust: rename flag to `-Zdebuginfo-for-profiling` for Rust >= 1.98
2026-06-03 1:55 UTC (2+ messages)
[PATCH v2 0/7] rust: drm: Higher-Ranked Lifetime private data
2026-06-03 1:15 UTC (8+ messages)
` [PATCH v2 1/7] rust: drm: Add Driver::ParentDevice associated type
` [PATCH v2 2/7] rust: drm: Add UnbindGuard for drm_dev_enter/exit critical sections
` [PATCH v2 3/7] rust: drm: Add RegistrationData to drm::Driver
` [PATCH v2 4/7] rust: drm: Wrap ioctl dispatch in UnbindGuard
` [PATCH v2 5/7] rust: drm: Pass bound parent device to ioctl handlers
` [PATCH v2 6/7] rust: drm: Pass registration data "
` [PATCH v2 7/7] drm: nova: convert to use DRM registration data
[PATCH v2 0/7] ForLt/CovariantForLt split, auxiliary closure API and DevresLt
2026-06-03 1:10 UTC (8+ messages)
` [PATCH v2 1/7] rust: types: rename ForLt to CovariantForLt
` [PATCH v2 2/7] rust: types: introduce ForLt base trait for CovariantForLt
` [PATCH v2 3/7] rust: auxiliary: add registration_data_with() for ForLt types
` [PATCH v2 4/7] rust: auxiliary: sample: demonstrate ForLt with invariant Mutex type
` [PATCH v2 5/7] rust: devres: add DevresLt for ForLt-aware device resource access
` [PATCH v2 6/7] rust: pci: return DevresLt from Bar::into_devres()
` [PATCH v2 7/7] rust: io: mem: return DevresLt from IoMem/ExclusiveIoMem::into_devres()
[PATCH v6 0/3] Introduce DeviceContext
2026-06-02 21:07 UTC (2+ messages)
[PATCH v6 0/3] Rust netlink support + use in Rust Binder
2026-06-02 20:00 UTC (5+ messages)
` [PATCH v6 1/3] rust: net: add rust/kernel/net to NETWORKING [GENERAL]
` [PATCH v6 2/3] rust: netlink: add raw netlink abstraction
[PATCH 00/18] `zerocopy` support
2026-06-02 17:53 UTC (24+ messages)
` [PATCH 01/18] scripts: generate_rust_analyzer: support passing env vars
` [PATCH 02/18] rust: kbuild: show the right `quiet_cmd_rustc_procmacrolibrary`
` [PATCH 03/18] rust: kbuild: remove unused variable
` [PATCH 04/18] rust: kbuild: define `procmacro-name` function
` [PATCH 05/18] rust: kbuild: define `procmacro-extension` variable
` [PATCH 06/18] rust: kbuild: support per-target environment variables
` [PATCH 07/18] rust: kbuild: support `skip_clippy` for `rustc_procmacro`
` [PATCH 08/18] rust: zerocopy: import crate
` [PATCH 09/18] rust: zerocopy: add SPDX License Identifiers
` [PATCH 10/18] rust: zerocopy: remove float `Display` support
` [PATCH 11/18] rust: zerocopy: add `README.md`
` [PATCH 12/18] rust: zerocopy: enable support in kbuild
` [PATCH 13/18] rust: zerocopy-derive: import crate
` [PATCH 14/18] rust: zerocopy-derive: add SPDX License Identifiers
` [PATCH 15/18] rust: zerocopy-derive: avoid generating non-ASCII identifiers
` [PATCH 16/18] rust: zerocopy-derive: add `README.md`
` [PATCH 17/18] rust: zerocopy-derive: enable support in kbuild
` [PATCH 18/18] gpu: nova-core: firmware: parse `FalconUCodeDescV2` via `zerocopy`
[PATCH v16 0/6] Rust bindings for gem shmem
2026-06-02 17:25 UTC (7+ messages)
` [PATCH v16 1/6] rust: drm: gem/shmem: Add DmaResvGuard helper
` [PATCH v16 2/6] rust: drm: gem: Add vmap functions to shmem bindings
` [PATCH v16 3/6] rust: sync: Add SetOnce::reset()
` [PATCH v16 4/6] rust: gem: shmem: Fix Default implementation for ObjectConfig
` [PATCH v16 5/6] rust: faux: Allow retrieving a bound Device
` [PATCH v16 6/6] rust: drm: gem: Introduce shmem::Object::sg_table()
[PATCH] gpu: nova-core: move lifetime to `Bar0`
2026-06-02 17:04 UTC
[GIT PULL] pin-init changes for v7.2-rc1
2026-06-02 16:39 UTC
[PATCH v23 00/28] riscv control-flow integrity for usermode
2026-06-02 16:19 UTC (11+ messages)
` [PATCH v23 06/28] riscv/mm : ensure PROT_WRITE leads to VM_READ | VM_WRITE
[PATCH v2] rust: pwm: replace `core::mem::zeroed` with `pin_init::zeroed`
2026-06-02 15:11 UTC (2+ messages)
[PATCH v2 0/6] Rework index projection syntax
2026-06-02 15:03 UTC (8+ messages)
` [PATCH v2 1/6] rust: ptr: rename `ProjectIndex::index` to `build_index`
` [PATCH v2 2/6] rust: ptr: use `match` instead of `unwrap_or_else` for `build_index`
` [PATCH v2 3/6] rust: ptr: add panicking index projection variant
` [PATCH v2 4/6] rust: dma: update to keyworded index projection syntax
` [PATCH v2 5/6] gpu: nova-core: convert to keyworded "
` [PATCH v2 6/6] rust: ptr: remove implicit index "
[PATCH v2] scripts/tags.sh: fix "make COMPILED_SOURCE=1 cscope" command ends up with *.rlib, *.rmeta, *.so filenames in cscope.files
2026-06-02 12:15 UTC (3+ messages)
` [PATCH v3] "
` [PATCH v4] "
[RFC PATCH v3 0/4] iio: position: add Rust driver for ams AS5600
2026-06-02 12:06 UTC (20+ messages)
` [RFC PATCH v3 1/4] i2c: rust: implement kernel::io::Io trait for I2cClient
` [RFC PATCH v3 2/4] rust: add minimal IIO subsystem abstractions
` [RFC PATCH v3 3/4] iio: position: add Rust driver for ams AS5600
` [RFC PATCH v3 4/4] iio: position: as5600: add Kconfig and Makefile entries
[PATCH 0/2] drm: tyr: use lifetime-bound IoMem
2026-06-02 11:01 UTC (11+ messages)
` [PATCH v2 2/2] drm/tyr: use IoMem directly instead of Devres
[PATCH v3] kbuild: rust: make `*.long-type-*.txt` a target for cleanup
2026-06-02 8:15 UTC (8+ messages)
[PATCH V16 0/7] Rust Support for powerpc
2026-06-02 7:15 UTC (6+ messages)
` [PATCH V16 4/7] rust/powerpc: Set min rustc version "
[PATCH v1] rust: pwm: use pin_init::zeroed() to initialize pwm_ops
2026-06-02 7:04 UTC (3+ messages)
[PATCH v4 0/2] Delete task_euid()
2026-06-02 6:15 UTC (3+ messages)
[PATCH v2 0/2] rust: sync: Introduce LazyInit
2026-06-01 22:26 UTC (6+ messages)
` [PATCH v2 1/2] rust: sync: lock: Add Lock::get_mut_pinned()
` [PATCH v2 2/2] rust: sync: Introduce LazyInit
[PATCH v2] rust: module_param: return value by copy from `value`
2026-06-01 20:15 UTC (2+ messages)
[PATCH v11 00/22] gpu: nova-core: firmware: Hopper/Blackwell support
2026-06-01 18:23 UTC (47+ messages)
` [PATCH v11 01/22] gpu: nova-core: set DMA mask width based on GPU architecture
` [PATCH v11 02/22] gpu: nova-core: Hopper/Blackwell: new location for PCI config mirror
` [PATCH v11 03/22] gpu: nova-core: Blackwell: compute PMU-reserved framebuffer size
` [PATCH v11 04/22] gpu: nova-core: Hopper/Blackwell: larger non-WPR heap
` [PATCH v11 05/22] gpu: nova-core: Hopper/Blackwell: larger WPR2 (GSP) heap
` [PATCH v11 06/22] gpu: nova-core: Blackwell: use correct sysmem flush registers
` [PATCH v11 07/22] gpu: nova-core: don't assume 64-bit firmware images
` [PATCH v11 08/22] gpu: nova-core: add support for 32-bit "
` [PATCH v11 09/22] gpu: nova-core: add auto-detection of 32-bit, 64-bit "
` [PATCH v11 10/22] gpu: nova-core: Hopper/Blackwell: add FSP falcon engine stub
` [PATCH v11 11/22] gpu: nova-core: Hopper/Blackwell: add FMC firmware image
` [PATCH v11 12/22] gpu: nova-core: Hopper/Blackwell: add FSP secure boot completion waiting
` [PATCH v11 13/22] gpu: nova-core: Hopper/Blackwell: add FMC signature extraction
` [PATCH v11 18/22] gpu: nova-core: Hopper/Blackwell: add FspCotVersion type
[PATCH v5 0/6] s390: Enable Rust support and add required arch glue
2026-06-01 17:46 UTC (7+ messages)
` [PATCH v5 1/6] s390/bug: Provide ARCH_WARN_ASM for Rust WARN/BUG support
` [PATCH v5 2/6] s390/jump_label: Implement ARCH_STATIC_BRANCH_JUMP_ASM and ARCH_STATIC_BRANCH_ASM macros
` [PATCH v5 3/6] rust/bindgen_parameters: Mark s390 types as opaque to prevent repr conflicts
` [PATCH v5 4/6] rust: helpers: Add memchr wrapper for string operations
` [PATCH v5 5/6] s390/cmpxchg: Fix KASAN stack-out-of-bounds in atomic helpers
` [PATCH v5 6/6] s390: Enable Rust support
[PATCH v4 0/6] s390: Enable Rust support and add required arch glue
2026-06-01 17:44 UTC (3+ messages)
[PATCH v3 0/5] gpu: drm: nova: enable calling into nova-core
2026-06-01 17:00 UTC (3+ messages)
[RFC PATCH 0/3] Rust: add runtime PM support
2026-06-01 15:52 UTC (3+ messages)
` [RFC PATCH 1/3] rust: Add "
[PATCH v5 2/4] kernel: param: initialize module_kset in a pure_initcall
2026-06-01 15:48 UTC (3+ messages)
` [PATCH v6] "
[PATCH 0/4] rust / dma_buf: Add abstractions for dma_fence
2026-06-01 13:41 UTC (22+ messages)
` [PATCH 1/4] rust: types: implement ForeignOwnable for ARef<T>
` [PATCH 2/4] rust: rcu: add RcuBox type
` [PATCH 3/4] rust: Add dma_fence abstractions
[PATCH 00/79] block: rnull: complete the rust null block driver
2026-06-01 11:16 UTC (5+ messages)
` [PATCH 04/79] block: rust: fix generation of bindings to `BLK_STS_.*`
[PATCH] rust: module_param: return value by copy from `value`
2026-06-01 10:10 UTC (3+ messages)
[PATCH v7 0/4] rust: helpers: add SRCU helpers
2026-06-01 9:29 UTC (17+ messages)
` [PATCH v7 3/4] rust: sync: add SRCU abstraction
[PATCH] rust: cpufreq: clean new `clippy::map_or_identity` lint for Rust 1.98.0
2026-06-01 6:30 UTC (5+ messages)
[PATCH rust-fixes v3 1/1] rust: block: fix GenDisk cleanup paths
2026-06-01 1:47 UTC (2+ messages)
[PATCH v11 0/3] rust: add basic serial device bus abstractions
2026-06-01 0:13 UTC (13+ messages)
` [PATCH v11 1/3] "
` [PATCH v11 2/3] samples: rust: add Rust serial device bus sample device driver
` [PATCH v11 3/3] MAINTAINERS: serdev: Add self for serdev
[PATCH v3] i2c: rust: fix I2cAdapter refcounts double increment
2026-05-31 18:23 UTC
[PATCH] rust: x86: support Rust >= 1.98.0 target spec
2026-05-31 13:32 UTC (2+ messages)
[PATCH v2] rust_binder: use a u64 stride when cleaning up the offsets array
2026-05-31 13:29 UTC
[PATCH] rust: macros: Replace match + panic in const context with const expect
2026-05-31 11:19 UTC (3+ messages)
[PATCH v18 0/3] rust: leds: add led classdev abstractions
2026-05-31 7:55 UTC (3+ messages)
` [PATCH v18 3/3] rust: leds: add multicolor "
[PATCH v14 0/2] Introduce Synology Microp driver
2026-05-30 22:57 UTC (3+ messages)
` [PATCH v14 1/2] dt-bindings: embedded-controller: Add synology microp devices
` [PATCH v14 2/2] platform: Add initial synology microp driver
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