messages from 2019-04-23 23:30:31 to 2019-04-25 10:10:06 UTC [more...]
[patch V3 00/29] stacktrace: Consolidate stack trace usage
2019-04-25 10:09 UTC (41+ messages)
` [patch V3 01/29] tracing: Cleanup stack trace code
` [patch V3 02/29] stacktrace: Provide helpers for common stack trace operations
` [patch V3 03/29] lib/stackdepot: Provide functions which operate on plain storage arrays
` [patch V3 04/29] backtrace-test: Simplify stack trace handling
` [patch V3 05/29] proc: Simplify task stack retrieval
` [patch V3 06/29] latency_top: Simplify stack trace handling
` [patch V3 07/29] mm/slub: Simplify stack trace retrieval
` [patch V3 08/29] mm/kmemleak: Simplify stacktrace handling
` [patch V3 09/29] mm/kasan: "
` [patch V3 10/29] mm/page_owner: Simplify stack trace handling
` [patch V3 11/29] fault-inject: Simplify stacktrace retrieval
` [patch V3 12/29] dma/debug: Simplify stracktrace retrieval
` [patch V3 13/29] btrfs: ref-verify: Simplify stack trace retrieval
` [patch V3 14/29] dm bufio: "
` [patch V3 15/29] dm persistent data: Simplify stack trace handling
` [patch V3 16/29] drm: Simplify stacktrace handling
` [patch V3 17/29] lockdep: Remove unused trace argument from print_circular_bug()
` [patch V3 18/29] lockdep: Remove save argument from check_prev_add()
` [patch V3 19/29] lockdep: Simplify stack trace handling
` [patch V3 20/29] tracing: Simplify stacktrace retrieval in histograms
` [patch V3 21/29] tracing: Use percpu stack trace buffer more intelligently
` [patch V3 22/29] tracing: Make ftrace_trace_userstack() static and conditional
` [patch V3 23/29] tracing: Simplify stack trace retrieval
` [patch V3 24/29] tracing: Remove the last struct stack_trace usage
` [patch V3 25/29] livepatch: Simplify stack trace retrieval
` [patch V3 26/29] stacktrace: Remove obsolete functions
` [patch V3 27/29] lib/stackdepot: "
` [patch V3 28/29] stacktrace: Provide common infrastructure
` [patch V3 29/29] x86/stacktrace: Use "
[PATCH v2 00/19] Shared virtual address IOMMU and VT-d support
2019-04-25 10:04 UTC (41+ messages)
` [PATCH v2 03/19] iommu: introduce device fault report API
` [PATCH v2 04/19] iommu: Introduce attach/detach_pasid_table API
` [PATCH v2 01/19] driver core: add per device iommu param
` [PATCH v2 02/19] iommu: introduce device fault data
` [PATCH v2 05/19] iommu: Introduce cache_invalidate API
` [PATCH v2 06/19] drivers core: Add I/O ASID allocator
` [PATCH v2 07/19] ioasid: Convert ioasid_idr to XArray
` [PATCH v2 08/19] ioasid: Add custom IOASID allocator
` [PATCH v2 09/19] iommu/vt-d: Enlightened PASID allocation
` [PATCH v2 10/19] iommu/vt-d: Add custom allocator for IOASID
` [PATCH v2 11/19] iommu/vt-d: Replace Intel specific PASID allocator with IOASID
` [PATCH v2 12/19] iommu/vt-d: Move domain helper to header
` [PATCH v2 13/19] iommu/vt-d: Add nested translation support
` [PATCH v2 14/19] iommu: Add guest PASID bind function
` [PATCH v2 15/19] iommu/vt-d: Add bind guest PASID support
` [PATCH v2 16/19] iommu/vtd: Clean up for SVM device list
` [PATCH v2 17/19] iommu: Add max num of cache and granu types
` [PATCH v2 18/19] iommu/vt-d: Support flushing more translation cache types
` [PATCH v2 19/19] iommu/vt-d: Add svm/sva invalidate function
[PATCH 0/3] xen/swiotlb: fix an issue and improve swiotlb-xen
2019-04-25 9:01 UTC (9+ messages)
` [PATCH 1/3] xen/swiotlb: fix condition for calling xen_destroy_contiguous_region()
` [Xen-devel] "
` [PATCH 3/3] xen/swiotlb: remember having called xen_create_contiguous_region()
` [Xen-devel] "
[Xen-devel] [PATCH 3/3] xen/swiotlb: remember having called xen_create_contiguous_region()
2019-04-25 9:07 UTC (2+ messages)
[Xen-devel] [PATCH 1/3] xen/swiotlb: fix condition for calling xen_destroy_contiguous_region()
2019-04-25 9:03 UTC (2+ messages)
[Xen-devel] [PATCH 1/3] xen/swiotlb: fix condition for calling xen_destroy_contiguous_region()
2019-04-25 8:55 UTC (2+ messages)
[PATCH v2 0/9] PCI: add help pci_dev_id
2019-04-25 6:57 UTC (22+ messages)
` [PATCH v2 1/9] PCI: add helper pci_dev_id
` [PATCH v2 2/9] PCI: use "
` [PATCH v2 3/9] r8169: use new "
` [PATCH v2 4/9] powerpc/powernv/npu: use "
` [PATCH v2 5/9] drm/amdkfd: "
` [PATCH v2 6/9] iommu/amd: "
` [PATCH v2 7/9] iommu/vt-d: "
` [PATCH v2 8/9] stmmac: pci: "
` [PATCH v2 9/9] platform/chrome: chromeos_laptop: "
[PATCH v3 00/10] iommu: Bounce page for untrusted devices
2019-04-25 2:07 UTC (17+ messages)
` [PATCH v3 02/10] swiotlb: Factor out slot allocation and free
` [PATCH v3 08/10] iommu/vt-d: Check whether device requires bounce buffer
[PATCH 0/4] iommu/vt-d: Fix-up device-domain relationship by refactoring to use iommu group default domain
2019-04-25 1:15 UTC (19+ messages)
` [PATCH v2 0/7] "
` [PATCH v2 3/7] iommu/vt-d: Expose ISA direct mapping region via iommu_get_resv_regions
[RFC PATCH] virtio_ring: Use DMA API if guest memory is encrypted
2019-04-25 1:18 UTC (15+ messages)
[patch V2 00/29] stacktrace: Consolidate stack trace usage
2019-04-24 19:51 UTC (9+ messages)
` [patch V2 18/29] lockdep: Move stack trace logic into check_prev_add()
` [patch V2 19/29] lockdep: Simplify stack trace handling
[PATCH v2 RFC/RFT 0/5] Save single pages from CMA area
2019-04-24 19:38 UTC (12+ messages)
` [PATCH v2 RFC/RFT 1/5] ARM: dma-mapping: Add fallback normal page allocations
[PATCH v1] iommu/amd: flush not present cache in iommu_map_page
2019-04-24 16:50 UTC (2+ messages)
[PATCH v2 0/2] iommu/arm-smmu-v3: make sure the kdump kernel can work well when smmu is enabled
2019-04-24 16:22 UTC (6+ messages)
[PATCH v2 56/79] docs: Documentation/*.txt: rename all ReST files to *.rst
2019-04-24 16:36 UTC (20+ messages)
[PATCH] iommu/amd: flush not present cache in iommu_map_page
2019-04-24 16:25 UTC (12+ messages)
[RFC PATCH] dma-mapping: create iommu mapping for newly allocated dma coherent mem
2019-04-24 14:57 UTC (5+ messages)
[PATCH] dma-mapping: remove an unnecessary NULL check
2019-04-24 14:27 UTC (4+ messages)
[PATCH v3 0/6] iommu/ipmmu-vmsa: Suspend/resume support and assorted cleanups
2019-04-24 13:55 UTC (14+ messages)
` [PATCH v3 1/6] iommu/ipmmu-vmsa: Link IOMMUs and devices in sysfs
` [PATCH v3 5/6] iommu/ipmmu-vmsa: Extract hardware context initialization
` [PATCH v3 6/6] iommu/ipmmu-vmsa: Add suspend/resume support
` [PATCH v3 2/6] iommu/ipmmu-vmsa: Prepare to handle 40-bit error addresses
` [PATCH v3 3/6] iommu/ipmmu-vmsa: Make IPMMU_CTX_MAX unsigned
` [PATCH v3 4/6] iommu/ipmmu-vmsa: Move num_utlbs to SoC-specific features
[RFC v3 0/3] vfio_pci: wrap pci device as a mediated device
2019-04-23 12:14 UTC (8+ messages)
` [RFC v3 1/3] vfio_pci: split vfio_pci.c into two source files
` [RFC v3 2/3] vfio/pci: protect cap/ecap_perm bits alloc/free with atomic op
` [RFC v3 3/3] smaples: add vfio-mdev-pci driver
[GIT PULL] iommu/arm-smmu: Updates for 5.2
2019-04-24 11:52 UTC (2+ messages)
[PATCH] Remove old no iommu direct mapping code
2019-04-24 5:32 UTC (3+ messages)
[RFC] arm64: swiotlb: cma_alloc error spew
2019-04-24 0:39 UTC (5+ messages)
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