messages from 2025-05-01 00:54:55 to 2025-05-06 09:36:50 UTC [more...]
[PATCH v2 00/22] iommufd: Add vIOMMU infrastructure (Part-4 vCMDQ)
2025-05-06 9:36 UTC (50+ messages)
` [PATCH v2 08/22] iommufd: Abstract iopt_pin_pages and iopt_unpin_pages helpers
` [PATCH v2 09/22] iommufd/viommu: Introduce IOMMUFD_OBJ_VCMDQ and its related struct
` [PATCH v2 10/22] iommufd/viommmu: Add IOMMUFD_CMD_VCMDQ_ALLOC ioctl
` [PATCH v2 13/22] iommufd: Add mmap interface
` [PATCH v2 21/22] iommu/tegra241-cmdqv: Add user-space use support
[PATCH v3 00/23] iommufd: Add vIOMMU infrastructure (Part-4 vQUEUE)
2025-05-06 9:32 UTC (32+ messages)
` [PATCH v3 01/23] iommufd/viommu: Add driver-allocated vDEVICE support
` [PATCH v3 02/23] iommu: Pass in a driver-level user data structure to viommu_alloc op
` [PATCH v3 03/23] iommufd/viommu: Allow driver-specific user data for a vIOMMU object
` [PATCH v3 04/23] iommu: Add iommu_copy_struct_to_user helper
` [PATCH v3 05/23] iommufd/driver: Let iommufd_viommu_alloc helper save ictx to viommu->ictx
` [PATCH v3 06/23] iommufd/driver: Add iommufd_struct_destroy to revert iommufd_viommu_alloc
` [PATCH v3 07/23] iommufd/selftest: Support user_data in mock_viommu_alloc
` [PATCH v3 08/23] iommufd/selftest: Add covearge for viommu data
` [PATCH v3 09/23] iommufd: Abstract iopt_pin_pages and iopt_unpin_pages helpers
` [PATCH v3 10/23] iommufd/viommu: Introduce IOMMUFD_OBJ_VQUEUE and its related struct
` [PATCH v3 11/23] iommufd/viommu: Add IOMMUFD_CMD_VQUEUE_ALLOC ioctl
` [PATCH v3 12/23] iommufd/driver: Add iommufd_vqueue_depend/undepend() helpers
` [PATCH v3 13/23] iommufd/selftest: Add coverage for IOMMUFD_CMD_VQUEUE_ALLOC
` [PATCH v3 14/23] iommufd: Add mmap interface
` [PATCH v3 15/23] iommufd/selftest: Add coverage for the new "
` [PATCH v3 16/23] Documentation: userspace-api: iommufd: Update vQUEUE
` [PATCH v3 17/23] iommu/arm-smmu-v3-iommufd: Add vsmmu_alloc impl op
` [PATCH v3 18/23] iommu/arm-smmu-v3-iommufd: Support implementation-defined hw_info
` [PATCH v3 19/23] iommu/tegra241-cmdqv: Use request_threaded_irq
` [PATCH v3 20/23] iommu/tegra241-cmdqv: Simplify deinit flow in tegra241_cmdqv_remove_vintf()
` [PATCH v3 21/23] iommu/tegra241-cmdqv: Do not statically map LVCMDQs
` [PATCH v3 22/23] iommu/tegra241-cmdqv: Add user-space use support
` [PATCH v3 23/23] iommu/tegra241-cmdqv: Add IOMMU_VEVENTQ_TYPE_TEGRA241_CMDQV support
[PATCH 0/7] Rust KUnit `#[test]` support improvements
2025-05-06 6:32 UTC (33+ messages)
` [PATCH 1/7] rust: kunit: support KUnit-mapped `assert!` macros in `#[test]`s
` [PATCH 2/7] rust: kunit: support checked `-> Result`s in KUnit `#[test]`s
` [PATCH 3/7] rust: add `kunit_tests` to the prelude
` [PATCH 4/7] rust: str: convert `rusttest` tests into KUnit
` [PATCH 5/7] rust: str: take advantage of the `-> Result` support in KUnit `#[test]`'s
` [PATCH 6/7] Documentation: rust: rename `#[test]`s to "`rusttest` host tests"
` [PATCH 7/7] Documentation: rust: testing: add docs on the new KUnit `#[test]` tests
[PATCH] scsi: dc395x: Remove leftover if statement in reselect()
2025-05-06 2:01 UTC (2+ messages)
[PATCH v2 00/15] Consolidate iommu page table implementations (AMD)
2025-05-05 19:09 UTC (21+ messages)
` [PATCH v2 01/15] genpt: Generic Page Table base API
` [PATCH v2 02/15] genpt: Add Documentation/ files
` [PATCH v2 03/15] iommupt: Add the basic structure of the iommu implementation
` [PATCH v2 04/15] iommupt: Add the AMD IOMMU v1 page table format
` [PATCH v2 05/15] iommupt: Add iova_to_phys op
` [PATCH v2 06/15] iommupt: Add unmap_pages op
` [PATCH v2 07/15] iommupt: Add map_pages op
` [PATCH v2 08/15] iommupt: Add read_and_clear_dirty op
` [PATCH v2 09/15] iommupt: Add a kunit test for Generic Page Table
` [PATCH v2 10/15] iommupt: Add a mock pagetable format for iommufd selftest to use
` [PATCH v2 11/15] iommufd: Change the selftest to use iommupt instead of xarray
` [PATCH v2 12/15] iommupt: Add the x86 64 bit page table format
` [PATCH v2 13/15] iommu/amd: Use the generic iommu page table
` [PATCH v2 14/15] iommu/amd: Remove AMD io_pgtable support
` [PATCH v2 15/15] iommupt: Add a kunit test for the IOMMU implementation
[PATCH v5 0/3] Add interfaces for ACPI MRRM table
2025-05-05 17:38 UTC (4+ messages)
` [PATCH v5 1/3] ACPI/MRRM: Minimal parse of "
` [PATCH v5 2/3] ACPI/MRRM: Add /sys files to describe memory ranges
` [PATCH v5 3/3] ACPI: Add documentation for exposing MRRM data
[PATCH v4 0/4] Add interfaces for ACPI MRRM table
2025-05-05 17:17 UTC (11+ messages)
` [PATCH v4 1/4] ACPICA: Define MRRM ACPI table
` [PATCH v4 3/4] ACPI/MRRM: Add /sys files to describe memory ranges
` [PATCH v4 4/4] ACPI: Add documentation for exposing MRRM data
[PATCH 0/5] Rust beta (1.87) and nightly (1.88) lint cleanups
2025-05-05 15:25 UTC (11+ messages)
` [PATCH 1/5] objtool/rust: add one more `noreturn` Rust function for Rust 1.87.0
` [PATCH 2/5] rust: clean Rust 1.87.0's `clippy::ptr_eq` lints
` [PATCH 3/5] rust: clean Rust 1.88.0's `unnecessary_transmutes` lint
` [PATCH 4/5] rust: clean Rust 1.88.0's warning about `clippy::disallowed_macros` configuration
` [PATCH 5/5] rust: clean Rust 1.88.0's `clippy::uninlined_format_args` lint
net/sched: codel: Inclusion of patchset
2025-05-05 9:28 UTC (2+ messages)
[PATCH 6.1 000/157] 6.1.136-rc2 review
2025-05-05 8:57 UTC (10+ messages)
[PATCH 6.14 000/311] 6.14.5-rc1 review
2025-05-05 8:50 UTC (16+ messages)
` [PATCH 6.14 019/311] s390/pci: Support mmap() of PCI resources except for ISM devices
` [PATCH 6.14 092/311] ublk: call ublk_dispatch_req() for handling UBLK_U_IO_NEED_GET_DATA
[PATCH 5.15 000/368] 5.15.181-rc2 review
2025-05-02 13:27 UTC (8+ messages)
[PATCH 6.12 000/280] 6.12.26-rc1 review
2025-05-02 13:21 UTC (4+ messages)
[PATCH 6.6 000/196] 6.6.89-rc2 review
2025-05-02 13:08 UTC (8+ messages)
[PATCH 5.10 000/286] 5.10.237-rc1 review
2025-05-02 12:18 UTC (2+ messages)
[PATCH 5.4 000/179] 5.4.293-rc1 review
2025-05-02 12:04 UTC (2+ messages)
[PATCH 0/2] Deal with clang's -Wdefault-const-init-unsafe
2025-05-02 9:46 UTC (12+ messages)
` [PATCH 1/2] kbuild: Disable -Wdefault-const-init-field-unsafe
` [PATCH 2/2] include/linux/typecheck.h: Zero initialize dummy variables
[PATCH 3/7] iommu: Remove ops.pgsize_bitmap from drivers that don't use it
2025-05-01 19:07 UTC (2+ messages)
[PATCH v2] riscv: vdso.lds.S: Do not export __vdso_getrandom when building a 32-bit vDSO
2025-05-01 9:23 UTC (2+ messages)
[PATCH 5.15 000/373] 5.15.181-rc1 review
2025-05-01 8:03 UTC (8+ messages)
` [PATCH 5.15 003/373] codel: remove sch->q.qlen check before qdisc_tree_reduce_backlog()
` [PATCH 5.15 294/373] net: dsa: mt7530: sync driver-specific behavior of MT7531 variants
[PATCH 6.6 000/204] 6.6.89-rc1 review
2025-05-01 7:54 UTC (7+ messages)
[PATCH 6.1 000/167] 6.1.136-rc1 review
2025-05-01 7:52 UTC (15+ messages)
` [PATCH 6.1 038/167] s390/pci: Report PCI error recovery results via SCLP
` [PATCH 6.1 039/167] s390/pci: Support mmap() of PCI resources except for ISM devices
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).