messages from 2026-05-06 19:44:58 to 2026-05-11 09:09:49 UTC [more...]
[PATCH] ARM: Do not select HAVE_RUST when KASAN is enabled
2026-05-11 9:09 UTC (3+ messages)
[PATCH v8] kbuild: host: use single executable for rustc -C linker
2026-05-11 6:59 UTC (2+ messages)
[PATCH] rust-analyzer: update generate_rust_analyzer to pass cfg to macros crate
2026-05-11 5:00 UTC (4+ messages)
[RFC v2 0/2] add kconfirm
2026-05-11 4:24 UTC (8+ messages)
` [RFC PATCH v2 1/2] scripts: "
` [RFC PATCH v2 2/2] Documentation: dev-tools: "
[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 v2 0/3] rust: auxiliary: replace drvdata() with registration data
2026-05-10 21:39 UTC (5+ messages)
` [PATCH v2 2/3] rust: auxiliary: add registration data to auxiliary devices
[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 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 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
[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 (7+ messages)
` [PATCH RFC 2/6] rust/helpers: add virtio.c
` [PATCH RFC 4/6] rust/scatterlist: add SGEntry::init_one
[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 (2+ 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
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