messages from 2026-05-07 12:24:14 to 2026-05-12 14:29:04 UTC [more...]
[PATCH 1/2] rust: alloc: cleanup imports and use "kernel vertical" style
2026-05-12 14:29 UTC (7+ messages)
` [PATCH 2/2] rust: alloc: cleanup doctest imports to "
[PATCH 0/4] s390: enable Rust support and add required arch glue
2026-05-12 14:23 UTC (8+ messages)
` [PATCH 1/4] s390/bug: Provide ARCH_WARN_ASM for Rust WARN/BUG support
` [PATCH 2/4] s390/jump_label: Implement ARCH_STATIC_BRANCH_JUMP_ASM and ARCH_STATIC_BRANCH_ASM macros
` [PATCH 3/4] rust/bindgen_parameters: Mark s390 types as opaque to prevent repr conflicts
` [PATCH 4/4] s390: enable Rust support
[PATCH v4 0/4] Enable sysfs module symlink for more built-in drivers
2026-05-12 13:32 UTC (10+ messages)
` [PATCH v4 1/4] kernel: param: initialize module_kset before do_initcalls()
[PATCH 0/8] rust: pin-init: internal refactors
2026-05-12 12:09 UTC (9+ messages)
` [PATCH 1/8] rust: pin-init: internal: pin_data: use closure for `handle_field`
` [PATCH 2/8] rust: pin-init: internal: pin_data: add struct to record field info
` [PATCH 3/8] rust: pin-init: internal: add `PhantomInvariant` and `PhantomInvariantLifetime`
` [PATCH 4/8] rust: pin-init: internal: init: handle code blocks early
` [PATCH 5/8] rust: pin-init: internal: use marker on drop guard type for pinned fields
` [PATCH 6/8] rust: pin-init: internal: make `make_closure` inherent methods
` [PATCH 7/8] rust: pin-init: internal: project slots instead of references
` [PATCH 8/8] rust: pin-init: internal: project using full slot
[PATCH] rust: sync: add lazy initialization methods to SetOnce
2026-05-12 11:26 UTC (14+ messages)
[PATCH v12 0/2] rust: Add safe pointer formatting support
2026-05-12 9:26 UTC (4+ messages)
` [PATCH v12 1/2] rust: fmt: fix {:p} printing stack addresses
` [PATCH v12 2/2] rust: fmt: route {:p} through HashedPtr to prevent address leaks
[PATCH] rust: fmt: use vertical import style
2026-05-12 9:21 UTC
[PATCH] rust_binder: use lock_vma_under_rcu() in shrinker
2026-05-12 8:56 UTC (3+ messages)
[PATCH 0/2] rust: impl_flags: add convenience functions
2026-05-12 8:05 UTC (4+ messages)
` [PATCH 1/2] rust: impl_flags: add conversion functions
[PATCH v2 00/25] rust: device: Higher-Ranked Lifetime Types for device drivers
2026-05-11 22:56 UTC (9+ messages)
` [PATCH v2 03/25] rust: device: generalize drvdata methods over ForLt
` [PATCH v2 04/25] rust: driver: make Adapter trait lifetime-parameterized
[PATCH v7 0/2] rust: take advantage of newer rust-analyzer features
2026-05-11 18:11 UTC (7+ messages)
` [PATCH v7 1/2] scripts: generate_rust_analyzer.py: add versioning infrastructure
` [PATCH v7 2/2] scripts: generate_rust_analyzer.py: fix IDE support for primitive types
[PATCH v2 0/3] rust: add SRCU abstraction
2026-05-11 17:11 UTC (6+ messages)
` [PATCH v2 2/3] rust: sync: "
[PATCH v3 0/5] rust: add `bitfield!` macro
2026-05-11 16:34 UTC (3+ messages)
` [PATCH v3 1/5] rust: extract `bitfield!` macro from `register!`
[PATCH v2 0/3] rust: auxiliary: replace drvdata() with registration data
2026-05-11 15:36 UTC (7+ messages)
` [PATCH v2 2/3] rust: auxiliary: add registration data to auxiliary devices
[PATCH v7 0/4] rust: add basic serial device bus abstractions
2026-05-11 14:54 UTC (3+ messages)
[PATCH] rust-analyzer: update generate_rust_analyzer to pass cfg to macros crate
2026-05-11 14:40 UTC (5+ messages)
[PATCH v3] rust: maple_tree: implement Send and Sync for MapleTree
2026-05-11 14:36 UTC
[PATCH] rust: time: implement `Display` for `Delta`
2026-05-11 14:34 UTC (4+ messages)
[PATCH] ARM: Do not select HAVE_RUST when KASAN is enabled
2026-05-11 13:22 UTC (5+ messages)
[RFC v2 0/2] add kconfirm
2026-05-11 13:18 UTC (10+ messages)
` [RFC PATCH v2 1/2] scripts: "
` [RFC PATCH v2 2/2] Documentation: dev-tools: "
[PATCH v8] kbuild: host: use single executable for rustc -C linker
2026-05-11 11:18 UTC (3+ messages)
[PATCH] rust: pin-init: examples: fix `useless_borrows_in_formatting` clippy warning
2026-05-10 22:06 UTC (2+ messages)
[PATCH 00/10] rust: pin-init upstream sync for v7.2 (round 1)
2026-05-10 22:05 UTC (2+ messages)
[PATCH RFC] Fail the build on RUST=y and RUST_IS_AVAILABLE=n
2026-05-10 18:15 UTC (5+ messages)
[PATCH v1] rust: workqueue: add cancel_sync support
2026-05-10 15:53 UTC (3+ messages)
[PATCH RFC v3 0/6] Add Rust virtio bindings and sample device
2026-05-10 13:38 UTC (7+ messages)
` [PATCH RFC v3 1/6] rust/bindings: generate virtio bindings
` [PATCH RFC v3 2/6] rust/helpers: add virtio.c
` [PATCH RFC v3 3/6] rust/kernel/device: return parent at same context
` [PATCH RFC v3 4/6] rust: add virtio module
` [PATCH RFC v3 5/6] rust: impl interruptible waits for Completion
` [PATCH RFC v3 6/6] samples/rust: Add sample virtio-rtc driver [WIP]
[GIT PULL] Rust fixes for 7.1
2026-05-09 18:39 UTC (2+ messages)
[PATCH 00/11] Refcounted interrupt disable and SpinLockIrq for rust (Part 1)
2026-05-09 18:21 UTC (17+ messages)
` [PATCH 01/11] preempt: Introduce HARDIRQ_DISABLE_BITS
` [PATCH 02/11] preempt: Track NMI nesting to separate per-CPU counter
` [PATCH 03/11] preempt: Introduce __preempt_count_{sub, add}_return()
` [PATCH 04/11] openrisc: Include <linux/cpumask.h> in smp.h
` [PATCH 05/11] irq & spin_lock: Add counted interrupt disabling/enabling
` [PATCH 06/11] irq: Add KUnit test for refcounted interrupt enable/disable
` [PATCH 07/11] locking: Switch to _irq_{disable,enable}() variants in cleanup guards
` [PATCH 08/11] sched: Remove the unused preempt_offset parameter of __cant_sleep()
` [PATCH 09/11] sched: Avoid signed comparison of preempt_count() in __cant_migrate()
` [PATCH 10/11] preempt: Introduce PREEMPT_COUNT_64BIT
` [PATCH 11/11] arm64: sched/preempt: Enable PREEMPT_COUNT_64BIT
[PATCH v3 00/13] Improve process/maintainers output
2026-05-09 17:53 UTC (16+ messages)
` [PATCH v3 01/13] docs: maintainers_include: keep hidden TOC sorted
` [PATCH v3 02/13] docs: maintainers_include: split state machine on multiple funcs
` [PATCH v3 03/13] docs: maintainers_include: cleanup the code
` [PATCH v3 04/13] docs: maintainers_include: clean most SPHINXDIRS=process warnings
` [PATCH v3 05/13] docs: maintainers_include: do some coding style cleanups
` [PATCH v3 06/13] docs: maintainers_include: store maintainers entries on a dict
` [PATCH v3 07/13] docs: maintainers_include: properly handle file patterns
` [PATCH v3 08/13] docs: maintainers_include: add a filtering javascript
` [PATCH v3 09/13] docs: maintainers_include: don't ignore invalid profile entries
` [PATCH v3 10/13] docs: maintainers_include: better handle directories
` [PATCH v3 11/13] docs: maintainers_include: better handle doc wildcards
` [PATCH v3 12/13] MAINTAINERS: make clearer about what's expected for "P" field
` [PATCH v3 13/13] MAINTAINERS: use a URL for pin-init maintainer's profile entry
[PATCH] rust: time: add debug assertions for out-of-range input in fsleep()
2026-05-09 17:44 UTC (7+ messages)
[PATCH RFC v2 0/6] Add Rust virtio bindings and sample device
2026-05-09 14:47 UTC (7+ messages)
` [PATCH RFC v2 1/6] rust/bindings: generate virtio bindings
` [PATCH RFC v2 2/6] rust/helpers: add virtio.c
` [PATCH RFC v2 3/6] rust: add virtio module
` [PATCH RFC v2 4/6] rust/scatterlist: add SGEntry::init_one
` [PATCH RFC v2 5/6] rust: impl interruptible waits for Completion
` [PATCH RFC v2 6/6] samples/rust: Add sample virtio-rtc driver [WIP]
[PATCH] rust: pin_init: internal: use `loop {}` to produce never value
2026-05-09 12:15 UTC (3+ messages)
[PATCH v7] kbuild: host: use single executable for rustc -C linker
2026-05-09 10:04 UTC (3+ messages)
[PATCH 0/6] rust: drm: Higher-Ranked Lifetime private data
2026-05-08 21:49 UTC (3+ messages)
` [PATCH 1/6] rust: drm: Add Driver::ParentDevice associated type
[PATCH v2 00/11] Improve process/maintainers output
2026-05-08 9:45 UTC (13+ messages)
` [PATCH v2 04/11] docs: maintainers_include: clean most SPHINXDIRS=process warnings
` [PATCH v2 10/11] MAINTAINERS: make clearer about what's expected for "P" field
` [PATCH v2 11/11] MAINTAINERS: use a URL for pin-init maintainer's profile entry
[PATCH v3 0/2] Avoid synchronize_rcu() for every thread drop in Rust Binder
2026-05-08 6:55 UTC (3+ messages)
` [PATCH v3 1/2] rust: poll: use kfree_rcu() for PollCondVar
` [PATCH v3 2/2] rust_binder: move (e)poll wait queue to Process
[PATCH 00/18] lib: Rust implementation of SPDM
2026-05-08 5:17 UTC (20+ messages)
` [PATCH 01/18] rust: add untrusted data abstraction
` [PATCH 02/18] X.509: Make certificate parser public
` [PATCH 03/18] X.509: Parse Subject Alternative Name in certificates
` [PATCH 04/18] X.509: Move certificate length retrieval into new helper
` [PATCH 05/18] rust: add bindings for hash.h
` [PATCH 06/18] rust: error: impl From<FromBytesWithNulError> for Kernel Error
` [PATCH 07/18] lib: rspdm: Initial commit of Rust SPDM
` [PATCH 08/18] PCI/TSM: Support connecting to PCIe CMA devices
` [PATCH 09/18] PCI/CMA: Add a PCI TSM CMA driver using SPDM
` [PATCH 10/18] PCI/CMA: Validate Subject Alternative Name in certificates
` [PATCH 11/18] lib: rspdm: Support SPDM get_version
` [PATCH 12/18] lib: rspdm: Support SPDM get_capabilities
` [PATCH 13/18] lib: rspdm: Support SPDM negotiate_algorithms
` [PATCH 14/18] lib: rspdm: Support SPDM get_digests
` [PATCH 15/18] lib: rspdm: Support SPDM get_certificate
` [PATCH 16/18] lib: rspdm: Support SPDM certificate validation
` [PATCH 17/18] rust: allow extracting the buffer from a CString
` [PATCH 18/18] lib: rspdm: Support SPDM challenge
[PATCH 0/7] drm/tyr: add userspace MMIO mmap support
2026-05-07 23:32 UTC (8+ messages)
` [PATCH 1/7] mm: rust: add pgprot_noncached helper
` [PATCH 2/7] mm: rust: add VMA page offset helper
` [PATCH 3/7] drm/rust: add File::device() helper
` [PATCH 4/7] drm/rust: allow drivers to override file operations
` [PATCH 5/7] drm/tyr: add USER register page definitions
` [PATCH 6/7] drm/tyr: store MMIO physical base address
` [PATCH 7/7] drm/tyr: add userspace MMIO mmap support
[PATCH v6 0/3] Introduce DeviceContext
2026-05-07 21:59 UTC (4+ messages)
` [PATCH v6 1/3] rust/drm: "
` [PATCH v6 2/3] rust/drm/gem: Add DriverAllocImpl type alias
` [PATCH v6 3/3] rust/drm/gem: Use DeviceContext with GEM objects
[PATCH v12 00/22] gpu: nova-core: Add memory management support
2026-05-07 19:44 UTC (4+ messages)
` [PATCH v12 04/22] gpu: nova-core: mm: Add support to use PRAMIN windows to write to VRAM
[PATCH v6 0/2] rust: take advantage of newer rust-analyzer features
2026-05-07 14:33 UTC (6+ messages)
` [PATCH v6 1/2] scripts: generate_rust_analyzer.py: add versioning infrastructure
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