messages from 2025-08-29 08:39:32 to 2025-09-02 14:50:14 UTC [more...]
[PATCH v5 00/16] dma-mapping: migrate to physical address-based API
2025-09-02 14:48 UTC (17+ messages)
` [PATCH v5 01/16] dma-mapping: introduce new DMA attribute to indicate MMIO memory
` [PATCH v5 02/16] iommu/dma: implement DMA_ATTR_MMIO for dma_iova_link()
` [PATCH v5 03/16] dma-debug: refactor to use physical addresses for page mapping
` [PATCH v5 04/16] dma-mapping: rename trace_dma_*map_page to trace_dma_*map_phys
` [PATCH v5 05/16] iommu/dma: rename iommu_dma_*map_page to iommu_dma_*map_phys
` [PATCH v5 06/16] iommu/dma: implement DMA_ATTR_MMIO for iommu_dma_(un)map_phys()
` [PATCH v5 07/16] dma-mapping: convert dma_direct_*map_page to be phys_addr_t based
` [PATCH v5 08/16] kmsan: convert kmsan_handle_dma to use physical addresses
` [PATCH v5 09/16] dma-mapping: implement DMA_ATTR_MMIO for dma_(un)map_page_attrs()
` [PATCH v5 10/16] xen: swiotlb: Open code map_resource callback
` [PATCH v5 11/16] dma-mapping: export new dma_*map_phys() interface
` [PATCH v5 12/16] mm/hmm: migrate to physical address-based DMA mapping API
` [PATCH v5 13/16] mm/hmm: properly take MMIO path
` [PATCH v5 14/16] block-dma: migrate to dma_map_phys instead of map_page
` [PATCH v5 15/16] block-dma: properly take MMIO path
` [PATCH v5 16/16] nvme-pci: unmap MMIO pages with appropriate interface
[PATCH v3 00/11] gpu: nova-core: process and prepare more firmwares to boot GSP
2025-09-02 14:32 UTC (12+ messages)
` [PATCH v3 01/11] gpu: nova-core: require `Send` on `FalconEngine` and `FalconHal`
` [PATCH v3 02/11] gpu: nova-core: move GSP boot code out of `Gpu` constructor
` [PATCH v3 03/11] gpu: nova-core: add Chipset::name() method
` [PATCH v3 04/11] gpu: nova-core: firmware: move firmware request code into a function
` [PATCH v3 05/11] gpu: nova-core: firmware: add support for common firmware header
` [PATCH v3 06/11] gpu: nova-core: firmware: process Booter and patch its signature
` [PATCH v3 07/11] gpu: nova-core: firmware: process and prepare the GSP firmware
` [PATCH v3 08/11] gpu: nova-core: firmware: process the GSP bootloader
` [PATCH v3 09/11] gpu: nova-core: firmware: use 570.144 firmware
` [PATCH v3 10/11] gpu: nova-core: Add base files for r570.144 firmware bindings
` [PATCH v3 11/11] gpu: nova-core: compute layout of more framebuffer regions required for GSP
[PATCH] rust: device: fix unresolved link to drm::Device
2025-09-02 13:16 UTC (4+ messages)
[PATCH] MAINTAINERS: Add drm-rust tree for Rust DRM drivers and infrastructure
2025-09-02 12:17 UTC (5+ messages)
[RFC PATCH v3 0/5] rust: miscdevice: abstraction for uring_cmd
2025-09-02 11:18 UTC (13+ messages)
` [RFC PATCH v3 2/5] io_uring/cmd: zero-init pdu in io_uring_cmd_prep() to avoid UB
` [RFC PATCH v3 3/5] rust: io_uring: introduce rust abstraction for io-uring cmd
` [RFC PATCH v3 4/5] rust: miscdevice: Add `uring_cmd` support
[PATCH v3 0/3] Add Rust abstraction for Maple Trees
2025-09-02 11:11 UTC (7+ messages)
` [PATCH v3 1/3] rust: maple_tree: add MapleTree
` [PATCH v3 2/3] rust: maple_tree: add lock guard for maple tree
` [PATCH v3 3/3] rust: maple_tree: add MapleTreeAlloc
[PATCH v7 00/17] rnull: add configfs, remote completion to rnull
2025-09-02 11:05 UTC (19+ messages)
` [PATCH v7 01/17] rust: str: normalize imports in `str.rs`
` [PATCH v7 02/17] rust: str: allow `str::Formatter` to format into `&mut [u8]`
` [PATCH v7 03/17] rust: str: expose `str::{Formatter, RawFormatter}` publicly
` [PATCH v7 04/17] rust: str: introduce `NullTerminatedFormatter`
` [PATCH v7 05/17] rust: str: introduce `kstrtobool` function
` [PATCH v7 06/17] rust: configfs: re-export `configfs_attrs` from `configfs` module
` [PATCH v7 07/17] rust: block: normalize imports for `gen_disk.rs`
` [PATCH v7 08/17] rust: block: use `NullTerminatedFormatter`
` [PATCH v7 09/17] rust: block: remove `RawWriter`
` [PATCH v7 10/17] rust: block: remove trait bound from `mq::Request` definition
` [PATCH v7 11/17] rust: block: add block related constants
` [PATCH v7 12/17] rnull: move driver to separate directory
` [PATCH v7 13/17] rnull: enable configuration via `configfs`
` [PATCH v7 14/17] rust: block: add `GenDisk` private data support
` [PATCH v7 15/17] rust: block: mq: fix spelling in a safety comment
` [PATCH v7 16/17] rust: block: add remote completion to `Request`
` [PATCH v7 17/17] rnull: add soft-irq completion support
[PATCH] rust: kasan/kbuild: fix missing flags on first build
2025-09-02 10:23 UTC (5+ messages)
[PATCH v2] rust: aref: make `AlwaysRefCounted::inc_ref` an associated function
2025-09-02 9:29 UTC (3+ messages)
[PATCH v4 00/16] dma-mapping: migrate to physical address-based API
2025-09-02 9:29 UTC (19+ messages)
` [PATCH v4 09/16] dma-mapping: handle MMIO flow in dma_map|unmap_page
` [PATCH v4 15/16] block-dma: properly take MMIO path
[PATCH] maple_tree: remove lockdep_map_p typedef
2025-09-02 8:36 UTC
[PATCH 0/2] rust: regulator: improve the ergonomics of Rust regulators
2025-09-02 7:53 UTC (9+ messages)
` [PATCH 1/2] rust: regulator: remove Regulator<Dynamic>
` [PATCH 2/2] rust: regulator: add devm_regulator_get_enable API
[PATCH v5 0/5] implement `kernel::sync::Refcount` and convert users
2025-09-02 2:18 UTC (6+ messages)
` [PATCH v5 4/5] rust: block: convert `block::mq` to use `Refcount`
[PATCH v8 0/6] rust, nova-core: PCI Class, Vendor support
2025-09-01 20:26 UTC (10+ messages)
` [PATCH v8 1/6] rust: pci: provide access to PCI Class and Class-related items
` [PATCH v8 2/6] rust: pci: provide access to PCI Vendor values
` [PATCH v8 3/6] rust: pci: add DeviceId::from_class_and_vendor() method
` [PATCH v8 4/6] gpu: nova-core: avoid probing non-display/compute PCI functions
` [PATCH v8 5/6] rust: pci: use pci::Vendor instead of bindings::PCI_VENDOR_ID_*
` [PATCH v8 6/6] rust: pci: inline several tiny functions
RISC-V: Re-enable GCC+Rust builds
2025-09-01 18:04 UTC (5+ messages)
[PATCH v3 00/14] Rust abstractions for shmem-backed GEM objects
2025-09-01 15:37 UTC (16+ messages)
` [PATCH v3 01/14] rust: drm: gem: Simplify use of generics
` [PATCH v3 02/14] rust: drm: gem: Add DriverFile type alias
` [PATCH v3 03/14] rust: drm: gem: Drop Object::SIZE
` [PATCH v3 04/14] rust: drm: gem: Support driver-private GEM object types
` [PATCH v3 05/14] rust: helpers: Add bindings/wrappers for dma_resv_lock
` [PATCH v3 06/14] rust: drm: gem: Add raw_dma_resv() function
` [PATCH v3 07/14] drm/gem/shmem: Extract drm_gem_shmem_init() from drm_gem_shmem_create()
` [PATCH v3 08/14] drm/gem/shmem: Extract drm_gem_shmem_release() from drm_gem_shmem_free()
` [PATCH v3 09/14] rust: gem: Introduce DriverObject::Args
` [PATCH v3 10/14] rust: drm: gem: shmem: Add DRM shmem helper abstraction
` [PATCH v3 11/14] rust: drm: gem: Introduce SGTableRef
` [PATCH v3 12/14] rust: Add dma_buf stub bindings
` [PATCH v3 13/14] rust: drm: gem: Add export() callback
` [PATCH v3 14/14] rust: drm: gem: Add BaseObject::prime_export()
[PATCH RESEND v3 06/15] tools/docs: sphinx-build-wrapper: add a wrapper for sphinx-build
2025-09-01 15:33 UTC (2+ messages)
` [PATCH RESEND v3 07/15] tools/docs: sphinx-build-wrapper: add comments and blank lines
[PATCH v3 06/15] tools/docs: sphinx-build-wrapper: add a wrapper for sphinx-build
2025-09-01 14:42 UTC (2+ messages)
` [PATCH v3 07/15] tools/docs: sphinx-build-wrapper: add comments and blank lines
[PATCH v6 00/18] rnull: add configfs, remote completion to rnull
2025-09-01 14:40 UTC (14+ messages)
` [PATCH v6 06/18] rust: str: add `bytes_to_bool` helper function
` [PATCH v6 15/18] rust: block: add `GenDisk` private data support
` [PATCH v6 17/18] rust: block: add remote completion to `Request`
[PATCH 0/2] gpu: nova-core: vbios: simplify device use
2025-09-01 13:30 UTC (7+ messages)
` [PATCH 1/2] gpu: nova-core: vbios: replace pci::Device with device::Device
` [PATCH 2/2] gpu: nova-core: vbios: store reference to Device where relevant
[PATCH v5 0/3] rust: add `ww_mutex` support
2025-09-01 12:28 UTC (13+ messages)
[PATCH] rust: file: fix build error
2025-09-01 11:55 UTC (2+ messages)
[PATCH] gpu: nova-core: depend on CONFIG_64BIT
2025-09-01 10:30 UTC (3+ messages)
[PATCH 0/3] Error improvements
2025-09-01 9:11 UTC (13+ messages)
` [PATCH 1/3] rust: error: improve `Error::from_errno` documentation
` [PATCH 2/3] rust: error: improve `to_result` documentation
` [PATCH 3/3] rust: error: replace `WARN_ON_ONCE` comment with `debug_assert!`
[PATCH] rust: phy: use to_result for error handling
2025-09-01 8:25 UTC (2+ messages)
[PATCH v5 00/18] rnull: add configfs, remote completion to rnull
2025-09-01 7:58 UTC (6+ messages)
` [PATCH v5 02/18] rust: str: allow `str::Formatter` to format into `&mut [u8]`
[PATCH v2 0/8] gpu: nova-core: process and prepare more firmwares to boot GSP
2025-09-01 7:11 UTC (10+ messages)
` [PATCH v2 5/8] gpu: nova-core: firmware: process and prepare the GSP firmware
` [PATCH v2 8/8] gpu: nova-core: compute layout of more framebuffer regions required for GSP
[PATCH] rust: support Rust >= 1.91.0 target spec
2025-08-31 21:44 UTC (2+ messages)
[PATCH] rust: use the new name Location::file_as_c_str() in rustc 1.91.0+
2025-08-31 21:39 UTC (2+ messages)
[PATCH 00/17] nova-core: Complete GSP boot and begin RPC communication
2025-08-29 22:43 UTC (20+ messages)
` [PATCH 01/17] nova-core: falcon: Move waiting until halted to a helper
` [PATCH 02/17] nova-core: falcon: Move start functionality into separate helper
` [PATCH 03/17] nova-core: falcon: Move mbox functionalities into helper
` [PATCH 04/17] nova-core: falcon: Move dma_reset functionality "
` [PATCH 05/17] nova-core: gsp: Add support for checking if GSP reloaded
` [PATCH 06/17] nova-core: Add bindings required by GSP sequencer
` [PATCH 07/17] nova-core: Implement the "
` [PATCH 08/17] nova-core: sequencer: Add register opcodes
` [PATCH 09/17] nova-core: sequencer: Add delay opcode support
` [PATCH 10/17] nova-core: sequencer: Implement basic core operations
` [PATCH 11/17] nova-core: sequencer: Implement core resume operation
` [PATCH 12/17] nova-core: clear MBOX0 before waiting for scrubber completion
` [PATCH 13/17] nova-core: Ada: basic GPU identification
` [PATCH 14/17] nova-core: remove an unnecessary register read: HWCFG1
` [PATCH 15/17] nova-core: remove unnecessary need_riscv, bar parameters
` [PATCH 16/17] gpu: nova-core: gsp: Wait for gsp initialisation to complete
` [PATCH 17/17] gpu: nova-core: Add get_gsp_info() command
[PATCH v2 00/24] better handle media headers
2025-08-29 22:03 UTC (2+ messages)
[PATCH v7 0/6] rust, nova-core: PCI Class, Vendor support
2025-08-29 21:49 UTC (10+ messages)
` [PATCH v7 2/6] rust: pci: provide access to PCI Vendor values
` [PATCH v7 5/6] rust: pci: use pci::Vendor instead of bindings::PCI_VENDOR_ID_*
[PATCH v4 0/5] Rust infrastructure for sg_table and scatterlist
2025-08-29 8:39 UTC (3+ messages)
` [PATCH v4 4/5] samples: rust: dma: add sample code for SGTable
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;
as well as URLs for NNTP newsgroup(s).