public inbox for linux-ia64@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-10-26 05:23:13 to 2018-12-10 04:20:55 UTC [more...]

[PATCH 0/2 v8] add reserved e820 ranges to the kdump kernel e820 table
 2018-12-10  4:20 UTC  (11+ messages)
` [PATCH 1/2 v8] resource: add the new I/O resource descriptor 'IORES_DESC_RESERVED'
` [PATCH 2/2 v8] x86/kexec_file: add reserved e820 ranges to kdump kernel e820 table

[RFC] avoid indirect calls for DMA direct mappings v2
 2018-12-08 16:50 UTC  (18+ messages)
` [PATCH 01/15] swiotlb: remove SWIOTLB_MAP_ERROR
` [PATCH 02/15] swiotlb: remove dma_mark_clean
` [PATCH 03/15] dma-direct: improve addressability error reporting
` [PATCH 04/15] dma-direct: use dma_direct_map_page to implement dma_direct_map_sg
` [PATCH 05/15] dma-direct: merge swiotlb_dma_ops into the dma_direct code
` [PATCH 06/15] dma-mapping: simplify the dma_sync_single_range_for_{cpu,device} implementation
` [PATCH 07/15] dma-mapping: merge dma_unmap_page_attrs and dma_unmap_single_attrs
` [PATCH 08/15] dma-mapping: move dma_get_required_mask to kernel/dma
` [PATCH 09/15] dma-mapping: move various slow path functions out of line
` [PATCH 10/15] dma-mapping: move dma_cache_sync "
` [PATCH 11/15] dma-mapping: always build the direct mapping code
` [PATCH 12/15] dma-mapping: factor out dummy DMA ops
` [PATCH 13/15] ACPI / scan: Refactor _CCA enforcement
` [PATCH 14/15] vmd: use the proper dma_* APIs instead of direct methods calls
` [PATCH 15/15] dma-mapping: bypass indirect calls for dma-direct

remove the ->mapping_error method from dma_map_ops V2
 2018-12-06 14:57 UTC  (84+ messages)
` [PATCH 01/24] dma-direct: Make DIRECT_MAPPING_ERROR viable for SWIOTLB
` [PATCH 02/24] swiotlb: Skip cache maintenance on map error
` [PATCH 03/24] dma-mapping: provide a generic DMA_MAPPING_ERROR
` [PATCH 04/24] dma-direct: remove the mapping_error dma_map_ops method
` [PATCH 05/24] arm: "
` [PATCH 06/24] powerpc/iommu: "
` [PATCH 07/24] mips/jazz: "
` [PATCH 08/24] s390: "
` [PATCH 09/24] sparc: "
` [PATCH 10/24] parisc/ccio: "
` [PATCH 11/24] parisc/sba_iommu: "
` [PATCH 12/24] arm64: remove the dummy_dma_ops mapping_error method
` [PATCH 13/24] alpha: remove the mapping_error dma_map_ops method
` [PATCH 14/24] ia64/sba_iommu: improve internal map_page users
` [PATCH 15/24] ia64/sba_iommu: remove the mapping_error dma_map_ops method
` [PATCH 16/24] ia64/sn: "
` [PATCH 17/24] x86/amd_gart: "
` [PATCH 18/24] x86/calgary: "
` [PATCH 19/24] iommu: "
` [PATCH 20/24] iommu/intel: small map_page cleanup
` [PATCH 21/24] iommu/vt-d: remove the mapping_error dma_map_ops method
` [PATCH 22/24] iommu/dma-iommu: "
` [PATCH 23/24] xen-swiotlb: "
` [PATCH 24/24] dma-mapping: "
` remove the ->mapping_error method from dma_map_ops V3
  ` [PATCH 01/23] dma-mapping: provide a generic DMA_MAPPING_ERROR
  ` [PATCH 02/23] dma-direct: remove the mapping_error dma_map_ops method
  ` [PATCH 03/23] arm: "
  ` [PATCH 04/23] powerpc/iommu: "
  ` [PATCH 05/23] mips/jazz: "
  ` [PATCH 06/23] s390: "
  ` [PATCH 07/23] sparc: "
  ` [PATCH 08/23] parisc/ccio: "
  ` [PATCH 09/23] parisc/sba_iommu: "
  ` [PATCH 10/23] arm64: remove the dummy_dma_ops mapping_error method
  ` [PATCH 11/23] alpha: remove the mapping_error dma_map_ops method
  ` [PATCH 12/23] ia64/sba_iommu: improve internal map_page users
  ` [PATCH 13/23] ia64/sba_iommu: remove the mapping_error dma_map_ops method
  ` [PATCH 14/23] ia64/sn: "
  ` [PATCH 15/23] x86/amd_gart: "
  ` [PATCH 16/23] x86/calgary: "
  ` [PATCH 17/23] iommu: "
  ` [PATCH 18/23] iommu/intel: small map_page cleanup
  ` [PATCH 19/23] iommu/vt-d: remove the mapping_error dma_map_ops method
  ` [PATCH 20/23] iommu/dma-iommu: "
  ` [PATCH 21/23] xen-swiotlb: "
  ` [PATCH 22/23] dma-mapping: "
  ` [PATCH 23/23] dma-mapping: return an error code from dma_mapping_error

[PATCH V2] mm: Replace all open encodings for NUMA_NO_NODE
 2018-12-05 11:47 UTC  (9+ messages)

[LKP] [mm] 19717e78a0: stderr.if(target_node==NUMA_NO_NODE){
 2018-12-05 11:32 UTC 

merge swiotlb support into dma_direct_ops
 2018-12-04 16:16 UTC  (6+ messages)
` [PATCH 1/5] swiotlb: remove SWIOTLB_MAP_ERROR
` [PATCH 2/5] swiotlb: remove dma_mark_clean
` [PATCH 3/5] dma-direct: improve addressability error reporting
` [PATCH 4/5] dma-direct: use dma_direct_map_page to implement dma_direct_map_sg
` [PATCH 5/5] dma-direct: merge swiotlb_dma_ops into the dma_direct code

[PATCH RFCv2 1/4] mm/memory_hotplug: Introduce memory block types
 2018-12-04  9:47 UTC  (8+ messages)
` [PATCH RFCv2 3/4] mm/memory_hotplug: Introduce and use more memory types
` [PATCH RFCv2 4/4] mm/memory_hotplug: Drop MEMORY_TYPE_UNSPECIFIED

[PATCH] ia64: fix syscall_get_error()
 2018-12-03  3:17 UTC 

[PATCH 0/2 RESEND v7] add reserved e820 ranges to the kdump kernel e820 table
 2018-11-29  2:14 UTC  (13+ messages)
` [PATCH 1/2 RESEND v7] resource: add the new I/O resource descriptor 'IORES_DESC_RESERVED'
` [PATCH 2/2 RESEND v7] x86/kexec_file: add reserved e820 ranges to kdump kernel e820 table

[PATCH v2 16/15] syscall_get_arch: add "struct task_struct *" argument
 2018-11-27 10:34 UTC  (8+ messages)
          ` [PATCH v2 16/15 v2] "

[PATCH] ia64: export node_distance function
 2018-11-27  2:33 UTC  (6+ messages)

[Intel-wired-lan] [PATCH V2] mm: Replace all open encodings for NUMA_NO_NODE
 2018-11-26 18:04 UTC  (2+ messages)

[PATCH] mm: Replace all open encodings for NUMA_NO_NODE
 2018-11-26  6:57 UTC  (7+ messages)

[PATCH 0/8] net: y2038-safe socket timestamps
 2018-11-25  5:07 UTC  (5+ messages)
` [PATCH 1/8] arch: Use asm-generic/socket.h when possible
` [PATCH 8/8] socket: Add SO_TIMESTAMPING_NEW

[PATCH v5 0/5] ia64: system call table generation support
 2018-11-14  4:57 UTC  (8+ messages)
` [PATCH v5 1/5] ia64: add __NR_old_getpagesize in uapi header file
` [PATCH v5 2/5] ia64: add __NR_syscalls along with NR_syscalls
` [PATCH v5 3/5] ia64: add an offset for system call number
` [PATCH v5 4/5] ia64: add system call table generation support
` [PATCH v5 5/5] ia64: generate uapi header and system call table files

[RFC] mm: Replace all open encodings for NUMA_NO_NODE
 2018-11-12 11:59 UTC  (6+ messages)

[PATCH v4 0/5] ia64: system call table generation support
 2018-10-27 13:20 UTC  (5+ messages)
` [PATCH v4 4/5] ia64: add "
` [PATCH v4 5/5] ia64: generate uapi header and system call table files

[PATCH v2 0/2] arm64: Cut rebuild time when changing CONFIG_BLK_DEV_INITRD
 2018-10-26 19:05 UTC  (10+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox