messages from 2026-05-05 14:37:14 to 2026-05-09 14:47:42 UTC [more...]
[PATCH RFC v2 0/6] Add Rust virtio bindings and sample device
2026-05-09 14:46 UTC
[PATCH] rust: time: add debug assertions for out-of-range input in fsleep()
2026-05-09 14:36 UTC (5+ messages)
[PATCH] rust: pin_init: internal: use `loop {}` to produce never value
2026-05-09 12:15 UTC (3+ messages)
[PATCH v3 00/13] Improve process/maintainers output
2026-05-09 12:11 UTC (15+ 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 v8] kbuild: host: use single executable for rustc -C linker
2026-05-09 10:19 UTC
[PATCH v7] kbuild: host: use single executable for rustc -C linker
2026-05-09 10:04 UTC (3+ messages)
[PATCH] rust-analyzer: update generate_rust_analyzer to pass cfg to macros crate
2026-05-09 8:01 UTC (3+ messages)
[PATCH v7 0/2] rust: take advantage of newer rust-analyzer features
2026-05-08 23:02 UTC (6+ 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 0/6] rust: drm: Higher-Ranked Lifetime private data
2026-05-08 21:49 UTC (9+ messages)
` [PATCH 1/6] rust: drm: Add Driver::ParentDevice associated type
` [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 4/6] rust: drm: Wrap ioctl dispatch in UnbindGuard
` [PATCH 5/6] rust: drm: Pass registration data to ioctl handlers
` [PATCH 6/6] rust: drm: Pass bound parent device "
[PATCH 00/11] Refcounted interrupt disable and SpinLockIrq for rust (Part 1)
2026-05-08 14:48 UTC (14+ 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 v2 00/11] Improve process/maintainers output
2026-05-08 9:45 UTC (14+ 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 (20+ messages)
` [PATCH v12 01/22] gpu: nova-core: gsp: Return GspStaticInfo from boot()
` [PATCH v12 02/22] gpu: nova-core: gsp: Extract usable FB region from GSP
` [PATCH v12 03/22] gpu: nova-core: gsp: Expose total physical VRAM end from FB region info
` [PATCH v12 04/22] gpu: nova-core: mm: Add support to use PRAMIN windows to write to VRAM
` [PATCH v12 20/22] gpu: nova-core: mm: Add PRAMIN aperture self-tests
[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
[PATCH v2 00/25] rust: device: Higher-Ranked Lifetime Types for device drivers
2026-05-07 12:50 UTC (30+ messages)
` [PATCH v2 01/25] rust: driver core: drop drvdata before devres release
` [PATCH v2 02/25] rust: types: add `ForLt` trait for higher-ranked lifetime support
` [PATCH v2 03/25] rust: device: generalize drvdata methods over ForLt
` [PATCH v2 04/25] rust: driver: make Adapter trait lifetime-parameterized
` [PATCH v2 05/25] rust: pci: implement Sync for Device<Bound>
` [PATCH v2 06/25] rust: platform: "
` [PATCH v2 07/25] rust: auxiliary: "
` [PATCH v2 08/25] rust: usb: "
` [PATCH v2 09/25] rust: device: "
` [PATCH v2 10/25] rust: pci: make Driver trait lifetime-parameterized
` [PATCH v2 11/25] rust: platform: "
` [PATCH v2 12/25] rust: auxiliary: "
` [PATCH v2 13/25] rust: auxiliary: generalize Registration over ForLt
` [PATCH v2 14/25] samples: rust: rust_driver_auxiliary: showcase lifetime-bound registration data
` [PATCH v2 15/25] rust: usb: make Driver trait lifetime-parameterized
` [PATCH v2 16/25] rust: i2c: "
` [PATCH v2 17/25] rust: pci: make Bar lifetime-parameterized
` [PATCH v2 18/25] rust: io: make IoMem and ExclusiveIoMem lifetime-parameterized
` [PATCH v2 19/25] samples: rust: rust_driver_pci: use HRT lifetime for Bar
` [PATCH v2 20/25] rust: driver-core: rename 'a lifetime to 'bound
` [PATCH v2 21/25] gpu: nova-core: "
` [PATCH v2 22/25] gpu: nova-core: use HRT lifetime for Bar
` [PATCH v2 23/25] gpu: nova-core: unregister sysmem flush page from Drop
` [PATCH v2 24/25] gpu: nova-core: replace ARef<Device> with &'bound Device in SysmemFlush
` [PATCH v2 25/25] gpu: drm: tyr: use HRT lifetime for IoMem
[PATCH v3 0/2] Delete task_euid()
2026-05-07 12:03 UTC (5+ messages)
` [PATCH v3 1/2] rust: task: clarify comments on task UID accessors
` [PATCH v3 2/2] cred: delete task_euid()
[PATCH v2] rust: kasan/kbuild: fix rustc-option when cross-compiling
2026-05-07 11:14 UTC
[PATCH] rust_binder: use lock_vma_under_rcu() in shrinker
2026-05-07 11:07 UTC
[PATCH v4 0/4] Rust netlink support + use in Rust Binder
2026-05-07 10:00 UTC (6+ messages)
` [PATCH v4 2/4] ynl_gen: generate Rust files from yaml files
[PATCH RFC 0/6] Add Rust virtio bindings and sample device
2026-05-07 8:29 UTC (9+ messages)
` [PATCH RFC 2/6] rust/helpers: add virtio.c
` [PATCH RFC 4/6] rust/scatterlist: add SGEntry::init_one
` [PATCH RFC 6/6] samples/rust: Add sample virtio-rtc driver [WIP]
[PATCH v3 0/1] DRM 'feature' support for DRM drivers
2026-05-07 8:09 UTC (2+ messages)
` [PATCH v3 1/1] rust: drm: add FEAT_RENDER flag for render node support
[PATCH] rust: cred: add safe abstractions for capable() and ns_capable()
2026-05-07 7:22 UTC (3+ messages)
[PATCH v2] rust: maple_tree: implement Send and Sync for MapleTree
2026-05-07 7:18 UTC (4+ messages)
[GIT PULL] DRM Rust fixes for v7.1-rc3
2026-05-06 23:33 UTC
[PATCH 0/3] rust: devres: add DevresLt for ForLt-aware device resource access
2026-05-06 21:58 UTC (4+ messages)
` [PATCH 1/3] "
` [PATCH 2/3] rust: pci: return DevresLt from Bar::into_devres()
` [PATCH 3/3] rust: io: mem: return DevresLt from IoMem/ExclusiveIoMem::into_devres()
[RFC PATCH v2 0/4] iio: position: add Rust driver for ams AS5600
2026-05-06 19:44 UTC (5+ messages)
` [RFC PATCH v2 1/4] i2c: rust: add smbus_read_byte_data and smbus_read_word_data
[PATCH] rust: dma: drop placeholder TODO comment
2026-05-06 18:57 UTC (3+ messages)
[PATCH v2 0/3] rust: auxiliary: replace drvdata() with registration data
2026-05-06 13:41 UTC (10+ messages)
` [PATCH v2 1/3] rust: alloc: add Box::zeroed()
` [PATCH v2 2/3] rust: auxiliary: add registration data to auxiliary devices
` [PATCH v2 3/3] rust: driver core: remove drvdata() and driver_type
[PATCH v2 1/1] rust: drm: add RENDER_CAPABILITY flag for render node support
2026-05-06 8:41 UTC (2+ messages)
[PATCH v2 0/1] rust: add Work::disable_sync
2026-05-06 7:05 UTC (10+ messages)
` [PATCH v2 1/1] "
[PATCH 0/2] Rust support for drm_gpuvm_exec
2026-05-06 6:42 UTC (3+ messages)
` [PATCH 2/2] drm/gpuvm: rust: add drm_gpuvm_exec support
[PATCH v18 25/42] dept: add documents for dept
2026-05-06 6:27 UTC (3+ messages)
` [PATCH] dept: update documentation function names to match implementation
[PATCH v2 0/3] Optimization and alignment for MMC, Rust and iwlwifi
2026-05-06 6:04 UTC (4+ messages)
` [PATCH v2 3/3] mmc: sdhci-esdhc-imx: consolidate imx25/35 data and add Kingston CID
[PATCH] lib/gcd: Convert to Rust
2026-05-06 5:18 UTC (2+ messages)
[PATCH 00/24] rust: device: Higher-Ranked Lifetime Types for device drivers
2026-05-05 23:12 UTC (4+ messages)
` [PATCH REF 24/24] gpu: drm: tyr: use HRT lifetime for IoMem
[PATCH v1 0/7] gpu: nova-core: add INTR_CTRL interrupt controller and CPU doorbell self-test
2026-05-05 20:19 UTC (4+ messages)
` [PATCH v1 1/7] rust: sync: completion: add wait_for_completion_timeout()
[PATCH v2] rust: io: use newtype for PhysAddr
2026-05-05 18:28 UTC (3+ messages)
` [PATCH v3] "
[PATCH 0/9] Improve process/maintainers output
2026-05-05 14:37 UTC (9+ messages)
` [PATCH 8/9] docs: maintainers_include: don't ignore invalid profile entries
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