messages from 2021-12-08 01:55:03 to 2021-12-10 14:01:33 UTC [more...]
[PATCH V6 0/5] x86/Hyper-V: Add Hyper-V Isolation VM support(Second part)
2021-12-10 14:01 UTC (16+ messages)
` [PATCH V6 2/5] x86/hyper-v: Add hyperv Isolation VM check in the cc_platform_has()
` [PATCH V6 3/5] hyper-v: Enable swiotlb bounce buffer for Isolation VM
` [PATCH V6 4/5] scsi: storvsc: Add Isolation VM support for storvsc driver
` [PATCH V6 5/5] net: netvsc: Add Isolation VM support for netvsc driver
[patch 21/32] NTB/msi: Convert to msi_on_each_desc()
2021-12-10 12:39 UTC (39+ messages)
[PATCH 0/4] Enable PASID for DMA API users
2021-12-10 12:31 UTC (39+ messages)
` [PATCH 1/4] ioasid: Reserve a global PASID for in-kernel DMA
` [PATCH 2/4] iommu: Add PASID support for DMA mapping API users
` [PATCH 3/4] iommu/vt-d: Support PASID DMA for in-kernel usage
` [PATCH 4/4] dmaengine: idxd: Use DMA API for in-kernel DMA with PASID
[PATCH 0/2] perf/smmuv3: Support devicetree
2021-12-10 11:34 UTC (5+ messages)
` [PATCH 1/2] dt-bindings: Add Arm SMMUv3 PMCG binding
[PATCH] iommu/arm-smmu-v3: Constify arm_smmu_mmu_notifier_ops
2021-12-10 9:54 UTC (2+ messages)
[PATCH 0/5] iommu/amd: fixes for suspend/resume
2021-12-10 8:00 UTC (3+ messages)
[PATCH] iommu/iova: wait 'fq_timer' handler to finish before destroying 'fq'
2021-12-10 1:55 UTC (6+ messages)
[PATCH v3 00/18] Fix BUG_ON in vfio_iommu_group_notifier()
2021-12-10 1:23 UTC (8+ messages)
` [PATCH v3 04/18] driver core: platform: Add driver dma ownership management
[RFC PATCH v2 0/7] Use pageblock_order for cma and alloc_contig_range alignment
2021-12-09 23:04 UTC (8+ messages)
` [RFC PATCH v2 1/7] mm: page_alloc: avoid merging non-fallbackable pageblocks with others
` [RFC PATCH v2 2/7] mm: compaction: handle non-lru compound pages properly in isolate_migratepages_block()
` [RFC PATCH v2 3/7] mm: migrate: allocate the right size of non hugetlb or THP compound pages
` [RFC PATCH v2 4/7] mm: make alloc_contig_range work at pageblock granularity
` [RFC PATCH v2 5/7] mm: cma: use pageblock_order as the single alignment
` [RFC PATCH v2 6/7] drivers: virtio_mem: use pageblock size as the minimum virtio_mem size
` [RFC PATCH v2 7/7] arch: powerpc: adjust fadump alignment to be pageblock aligned
[patch V2 00/36] genirq/msi, PCI/MSI: Spring cleaning - Part 2
2021-12-09 21:02 UTC (14+ messages)
` [patch V2 19/36] PCI/MSI: Store properties in device::msi::data
` [patch V2 20/36] x86/pci/XEN: Use device MSI properties
` [patch V2 21/36] x86/apic/msi: "
` [patch V2 23/36] powerpc/cell/axon_msi: Use MSI device properties
` [patch V2 24/36] powerpc/pseries/msi: "
[PATCH v8 0/6] iommu/tegra-smmu: Add pagetable mappings to debugfs
2021-12-09 20:06 UTC (20+ messages)
` [PATCH v8 1/6] iommu/tegra-smmu: Rename struct iommu_group *group to *grp
` [PATCH v8 2/6] iommu/tegra-smmu: Rename tegra_smmu_find_group to tegra_smmu_find_group_soc
` [PATCH v8 3/6] iommu/tegra-smmu: Rename struct tegra_smmu_swgroup *group to *swgrp
` [PATCH v8 4/6] iommu/tegra-smmu: Use swgrp pointer instead of swgroup id
` [PATCH v8 5/6] iommu/tegra-smmu: Attach as pointer to tegra_smmu_group
` [PATCH v8 6/6] iommu/tegra-smmu: Add pagetable mappings to debugfs
[RFC v16 0/9] SMMUv3 Nested Stage Setup (IOMMU part)
2021-12-09 16:37 UTC (23+ messages)
` [RFC v16 1/9] iommu: Introduce attach/detach_pasid_table API
[PATCH v2 1/4] dt-bindings: arm-smmu: Document nvidia, memory-controller property
2021-12-09 16:36 UTC (4+ messages)
` [PATCH v2 2/4] dt-bindings: arm-smmu: Add compatible for Tegra234 SOC
` [PATCH v2 3/4] iommu/arm-smmu: Support Tegra234 SMMU
` [PATCH v2 4/4] arm64: tegra: Add Tegra234 IOMMUs
[PATCH v3 00/26] KVM: x86: Halt and APICv overhaul
2021-12-09 16:03 UTC (40+ messages)
` [PATCH v3 07/26] KVM: VMX: Move preemption timer <=> hrtimer dance to common x86
` [PATCH v3 08/26] KVM: x86: Unexport LAPIC's switch_to_{hv, sw}_timer() helpers
` [PATCH v3 09/26] KVM: x86: Remove defunct pre_block/post_block kvm_x86_ops hooks
` [PATCH v3 10/26] KVM: SVM: Signal AVIC doorbell iff vCPU is in guest mode
` [PATCH v3 11/26] KVM: SVM: Don't bother checking for "running" AVIC when kicking for IPIs
` [PATCH v3 12/26] KVM: SVM: Remove unnecessary APICv/AVIC update in vCPU unblocking path
` [PATCH v3 13/26] KVM: SVM: Use kvm_vcpu_is_blocking() in AVIC load to handle preemption
` [PATCH v3 14/26] KVM: SVM: Skip AVIC and IRTE updates when loading blocking vCPU
` [PATCH v3 15/26] iommu/amd: KVM: SVM: Use pCPU to infer IsRun state for IRTE
` [PATCH v3 16/26] KVM: VMX: Don't do full kick when triggering posted interrupt "fails"
` [PATCH v3 17/26] KVM: VMX: Wake vCPU when delivering posted IRQ even if vCPU == this vCPU
` [PATCH v3 18/26] KVM: VMX: Pass desired vector instead of bool for triggering posted IRQ
` [PATCH v3 19/26] KVM: VMX: Fold fallback path into triggering posted IRQ helper
` [PATCH v3 20/26] KVM: VMX: Don't do full kick when handling posted interrupt wakeup
` [PATCH v3 21/26] KVM: SVM: Drop AVIC's intermediate avic_set_running() helper
` [PATCH v3 22/26] KVM: SVM: Move svm_hardware_setup() and its helpers below svm_x86_ops
` [PATCH v3 23/26] KVM: SVM: Nullify vcpu_(un)blocking() hooks if AVIC is disabled
` [PATCH v3 24/26] KVM: x86: Skip APICv update if APICv is disable at the module level
` [PATCH v3 25/26] KVM: x86: Drop NULL check on kvm_x86_ops.check_apicv_inhibit_reasons
` [PATCH v3 26/26] KVM: x86: Unexport __kvm_request_apicv_update()
[PATCH] CHROMIUM: iommu: rockchip: Make sure that page table state is coherent
2021-12-09 15:18 UTC (4+ messages)
[PATCH v2 0/6] Add support for HiSilicon PCIe Tune and Trace device
2021-12-09 13:19 UTC (9+ messages)
` [PATCH v2 2/6] hwtracing: Add trace function "
[PATCH 0/4] MT8186 SMI SUPPORT
2021-12-09 9:12 UTC (9+ messages)
` [PATCH 3/4] memory: mtk-smi: Add sleep ctrl function
[PATCH v7 0/6] iommu/tegra-smmu: Add pagetable mappings to debugfs
2021-12-08 20:58 UTC (11+ messages)
` [PATCH v7 1/6] iommu/tegra-smmu: Rename struct iommu_group *group to *grp
` [PATCH v7 2/6] iommu/tegra-smmu: Rename tegra_smmu_find_group to tegra_smmu_find_group_soc
` [PATCH v7 3/6] iommu/tegra-smmu: Rename struct tegra_smmu_swgroup *group to *swgrp
` [PATCH v7 4/6] iommu/tegra-smmu: Use swgrp pointer instead of swgroup id
` [PATCH v7 5/6] iommu/tegra-smmu: Attach as pointer to tegra_smmu_group
` [PATCH v7 6/6] iommu/tegra-smmu: Add pagetable mappings to debugfs
[PATCH v3 0/1] iommu/arm-smmu-v3: Simplify useless instructions in arm_smmu_cmdq_build_cmd()
2021-12-08 18:40 UTC (6+ messages)
` [PATCH v3 1/1] "
dma-direct fixes and cleanups v3
2021-12-08 15:48 UTC (4+ messages)
` [PATCH 11/11] dma-direct: add a dma_direct_use_pool helper
[PATCH v7 0/9] ACPI/IORT: Support for IORT RMR node
2021-12-08 15:11 UTC (10+ messages)
` [PATCH v7 2/9] ACPI/IORT: Add support for RMR node parsing
[PATCH v2 0/5] iommu/mediatek: Fix tlb flush logic
2021-12-08 12:07 UTC (6+ messages)
` [PATCH v2 1/5] iommu/mediatek: Remove for_each_m4u in tlb_sync_all
` [PATCH v2 2/5] iommu/mediatek: Always check runtime PM status in tlb flush range callback
` [PATCH v2 3/5] iommu/mediatek: Remove the power status checking in tlb flush all
` [PATCH v2 4/5] iommu/mediatek: Add tlb_lock in tlb_flush_all
` [PATCH v2 5/5] iommu/mediatek: Always tlb_flush_all when each PM resume
[PATCH 0/2] iommu/mediatek: fix tlb flush logic
2021-12-08 10:18 UTC (6+ messages)
` [PATCH 1/2] iommu/mediatek: Always tlb_flush_all when each PM resume
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