linux-alpha.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-11-16 10:24:06 to 2018-11-30 22:43:10 UTC [more...]

[PATCH 0/8] net: y2038-safe socket timestamps
 2018-11-30 22:43 UTC  (17+ messages)
` [PATCH 2/8] sockopt: Rename SO_TIMESTAMP* to SO_TIMESTAMP*_OLD
` [PATCH 7/8] socket: Add SO_TIMESTAMP[NS]_NEW
` [PATCH 8/8] socket: Add SO_TIMESTAMPING_NEW

remove the ->mapping_error method from dma_map_ops V3
 2018-11-30 19:43 UTC  (26+ messages)
  ` [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 05/23] mips/jazz: "
  ` [PATCH 10/23] arm64: remove the dummy_dma_ops mapping_error method
  ` [PATCH 13/23] ia64/sba_iommu: remove the mapping_error dma_map_ops method
` [PATCH 04/23] powerpc/iommu: "
` [PATCH 06/23] s390: "
` [PATCH 07/23] sparc: "
` [PATCH 08/23] parisc/ccio: "
` [PATCH 09/23] parisc/sba_iommu: "
` [PATCH 11/23] alpha: "
` [PATCH 12/23] ia64/sba_iommu: improve internal map_page users
` [PATCH 14/23] ia64/sn: remove the mapping_error dma_map_ops method
` [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

remove the ->mapping_error method from dma_map_ops V2
 2018-11-29 18:55 UTC  (54+ 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: "

[PATCH V2] mm: Replace all open encodings for NUMA_NO_NODE
 2018-11-27 13:58 UTC  (7+ messages)
` [Intel-wired-lan] "

[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 v2 00/20] perf/core: Generalise event exclusion checking
 2018-11-27  8:19 UTC  (26+ messages)
` [PATCH v2 01/20] perf/doc: update design.txt for exclude_{host|guest} flags
` [PATCH v2 02/20] perf/core: add function to test for event exclusion flags
` [PATCH v2 03/20] perf/core: add PERF_PMU_CAP_EXCLUDE for exclusion capable PMUs
` [PATCH v2 04/20] perf/hw_breakpoint: perf/core: advertise PMU exclusion capability
` [PATCH v2 05/20] alpha: perf/core: remove unnecessary checks for exclusion
` [PATCH v2 06/20] arc: perf/core: advertise PMU exclusion capability
` [PATCH v2 07/20] arm: perf: conditionally "
` [PATCH v2 08/20] arm: perf/core: remove unnecessary checks for exclusion
` [PATCH v2 09/20] drivers/perf: "
` [PATCH v2 10/20] "
` [PATCH v2 11/20] drivers/perf: perf/core: advertise PMU exclusion capability
` [PATCH v2 12/20] mips: "
` [PATCH v2 13/20] powerpc: "
` [PATCH v2 14/20] powerpc: perf/core: remove unnecessary checks for exclusion
` [PATCH v2 15/20] s390: perf/events: advertise PMU exclusion capability
` [PATCH v2 16/20] sparc: perf/core: "
` [PATCH v2 17/20] x86: perf/core: remove unnecessary checks for exclusion
` [PATCH v2 18/20] x86: perf/core "
` [PATCH v2 19/20] x86: perf/core: advertise PMU exclusion capability
` [PATCH v2 20/20] perf/core: remove unused perf_flags

[PATCH] alpha: fix hang caused by the bootmem removal
 2018-11-26 11:53 UTC 

NO_BOOTMEM breaks alpha pc164
 2018-11-26  9:39 UTC  (7+ messages)

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

[alpha] Debian 9.0 NETINST fails
 2018-11-24 21:57 UTC  (12+ messages)

[PATCH 00/10] perf/core: Generalise event exclusion checking
 2018-11-23 14:32 UTC  (23+ messages)
` [PATCH 01/10] perf/core: Add macro to test for event exclusion flags
` [PATCH 03/10] arm: perf: add additional validation to set_event_filter
` [PATCH 04/10] powerpc: perf/core: generalise event exclusion checking with perf macro
` [PATCH 05/10] powerpc/pmu/fsl: add additional validation to event_init
` [PATCH 06/10] alpha: perf/core: generalise event exclusion checking with perf macro
` [PATCH 07/10] x86: "
` [PATCH 08/10] perf/core: Remove unused perf_flags
` [PATCH 09/10] drivers/perf: perf/core: generalise event exclusion checking with perf macro
` [PATCH 10/10] perf/doc: update design.txt for exclude_{host|guest} flags

move bus (PCI, PCMCIA, EISA, rapdio) config to drivers/ v4
 2018-11-23  2:41 UTC  (17+ messages)
` [PATCH 1/9] arm: remove EISA kconfig option
` [PATCH 2/9] alpha: force PCI on for non-jensen configs
` [PATCH 3/9] MIPS: remove the HT_PCI config option
` [PATCH 4/9] PCI: consolidate PCI config entry in drivers/pci
` [PATCH 5/9] PCI: consolidate the PCI_DOMAINS and PCI_DOMAINS_GENERIC config options
` [PATCH 9/9] eisa: consolidate EISA Kconfig entry in drivers/eisa

[PATCH 3.18 71/90] arch/alpha, termios: implement BOTHER, IBSHIFT and termios2
 2018-11-19 16:29 UTC 

[PATCH 4.4 134/160] arch/alpha, termios: implement BOTHER, IBSHIFT and termios2
 2018-11-19 16:29 UTC 

[PATCH 4.9 49/83] arch/alpha, termios: implement BOTHER, IBSHIFT and termios2
 2018-11-19 16:29 UTC 

[PATCH 4.14 066/124] arch/alpha, termios: implement BOTHER, IBSHIFT and termios2
 2018-11-19 16:28 UTC 

[PATCH 4.18 098/171] arch/alpha, termios: implement BOTHER, IBSHIFT and termios2
 2018-11-19 16:28 UTC 

[PATCH 4.19 121/205] arch/alpha, termios: implement BOTHER, IBSHIFT and termios2
 2018-11-19 16:27 UTC 

[RFC] remove the ->mapping_error method from dma_map_ops
 2018-11-19 13:55 UTC  (6+ messages)
` [PATCH 1/2] dma-mapping: remove ->mapping_error


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).