linux-alpha.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-03-28 04:50:02 to 2018-05-22 12:04:25 UTC [more...]

common non-cache coherent direct dma mapping ops v2
 2018-05-22 12:04 UTC  (21+ messages)
` [PATCH 01/25] hexagon: remove the sync_single_for_cpu DMA operation
` [PATCH 02/25] hexagon: implement the sync_sg_for_device "
  ` [PATCH 03/25] hexagon: use generic dma_noncoherent_ops
  ` [PATCH 04/25] m68k: "
  ` [PATCH 07/25] nds32: remove the broken kmap code in nds32_dma_map_sg
  ` [PATCH 08/25] nds32: consolidate DMA cache maintainance routines
  ` [PATCH 10/25] nds32: use generic dma_noncoherent_ops
  ` [PATCH 11/25] nios2: "
  ` [PATCH 12/25] openrisc: remove the sync_single_for_cpu DMA operation
` [PATCH 05/25] microblaze: use generic dma_noncoherent_ops
` [PATCH 06/25] microblaze: remove the consistent_sync and consistent_sync_page
` [PATCH 09/25] nds32: implement the unmap_sg DMA operation
` [PATCH 13/25] openrisc: remove the no-op unmap_page and unmap_sg DMA operations
` [PATCH 14/25] openrisc: fix cache maintainance the the sync_single_for_device DMA operation
` [PATCH 15/25] openrisc: use generic dma_noncoherent_ops
` [PATCH 16/25] sh: simplify get_arch_dma_ops
` [PATCH 17/25] sh: introduce a sh_cacheop_vaddr helper
` [PATCH 18/25] sh: use dma_direct_ops for the CONFIG_DMA_COHERENT case
` [PATCH 19/25] sh: split arch/sh/mm/consistent.c
` [PATCH 20/25] sh: use generic dma_noncoherent_ops

common non-cache coherent direct dma mapping ops
 2018-05-22 11:53 UTC  (39+ messages)
` [PATCH 01/20] dma-mapping: simplify Kconfig dependencies
  ` [PATCH 02/20] dma-mapping: provide a generic dma-noncoherent implementation
          ` dma_sync_*_for_cpu and direction=TO_DEVICE (was Re: [PATCH 02/20] dma-mapping: provide a generic dma-noncoherent implementation)
  ` [PATCH 03/20] arc: use generic dma_noncoherent_ops
  ` [PATCH 04/20] arm-nommu: "
  ` [PATCH 05/20] c6x: "
      ` [Linux-c6x-dev] "
  ` [PATCH 06/20] hexagon: "
  ` [PATCH 07/20] m68k: "
  ` [PATCH 08/20] microblaze: "
  ` [PATCH 09/20] microblaze: remove the consistent_sync and consistent_sync_page
  ` [PATCH 10/20] nds32: use generic dma_noncoherent_ops
  ` [PATCH 11/20] nios2: "
  ` [PATCH 12/20] openrisc: "
  ` [PATCH 13/20] sh: simplify get_arch_dma_ops
  ` [PATCH 14/20] sh: introduce a sh_cacheop_vaddr helper
  ` [PATCH 15/20] sh: use dma_direct_ops for the CONFIG_DMA_COHERENT case
  ` [PATCH 16/20] mm: split arch/sh/mm/consistent.c
  ` [PATCH 17/20] sh: use generic dma_noncoherent_ops
  ` [PATCH 18/20] xtensa: "
  ` [PATCH 19/20] sparc: "
  ` [PATCH 20/20] parisc: "

[PATCH 4.9 27/33] futex: Remove duplicated code and fix undefined behaviour
 2018-05-18  9:01 UTC  (3+ messages)

two alpha dma cleanups/fixes
 2018-05-09 14:04 UTC  (3+ messages)
  ` [PATCH 1/2] alpha: use dma_direct_ops for jensen
  ` [PATCH 2/2] alpha: simplify get_arch_dma_ops

[PATCH] alpha: io: reorder barriers to guarantee writeX() and iowriteX() ordering #2
 2018-05-09  2:57 UTC  (5+ messages)

dma-debug cleanups, including removing the arch hook
 2018-05-08 10:45 UTC  (12+ messages)
  ` [PATCH 1/3] dma-debug: move initialization to common code
  ` [PATCH 3/3] dma-debug: unexport dma_debug_resize_entries and debug_dma_dump_mappings
  ` [PATCH 4/3] dma-debug: remove CONFIG_HAVE_DMA_API_DEBUG
` [PATCH 2/3] dma-debug: simplify counting of preallocated requests

[PATCH v3 0/3] MIPS: Override barrier_before_unreachable() to fix microMIPS
 2018-05-07 16:03 UTC  (9+ messages)
` [PATCH v3 1/3] alpha: Use OPTIMIZE_INLINING instead of asm/compiler.h
` [PATCH v3 2/3] compiler.h: Allow arch-specific overrides
` [PATCH v3 3/3] MIPS: Workaround GCC __builtin_unreachable reordering bug

(unknown),
 2018-04-26  9:39 UTC  (43+ messages)
` [PATCH 01/22] dma-debug: move initialization to common code
` [PATCH 02/22] dma-mapping: simplify Kconfig dependencies
` [PATCH 03/22] dma-mapping: provide a generic dma-noncoherent implementation
` [PATCH 04/22] alpha: use dma_direct_ops for jensen
` [PATCH 05/22] alpha: simplify get_arch_dma_ops
` [PATCH 06/22] arc: use generic dma_noncoherent_ops
` [PATCH 07/22] arm-nommu: "
` [PATCH 08/22] c6x: "
` [PATCH 09/22] hexagon: "
` [PATCH 10/22] m68k: "
` [PATCH 11/22] microblaze: "
` [PATCH 12/22] microblaze: remove the consistent_sync and consistent_sync_page
` [PATCH 13/22] nds32: use generic dma_noncoherent_ops
` [PATCH 14/22] nios2: "
` [PATCH 15/22] openrisc: "
` [PATCH 16/22] sh: simplify get_arch_dma_ops
` [PATCH 17/22] sh: introduce a sh_cacheop_vaddr helper
` [PATCH 18/22] sh: use dma_direct_ops for the CONFIG_DMA_COHERENT case
` [PATCH 19/22] sh: use generic dma_noncoherent_ops
` [PATCH 20/22] xtensa: "
` [PATCH 21/22] sparc: "
` [PATCH 22/22] parisc: "

[REVIEW][PATCH 01/22] signal/alpha: Use send_sig_fault where appropriate
 2018-04-20 14:37 UTC  (2+ messages)
` [REVIEW][PATCH 02/22] signal/alpha: Use force_sig_fault "

[PATCH v2 1/2] y2038: rusage: Use __kernel_old_timeval for process times
 2018-04-20 12:05 UTC  (2+ messages)
` [PATCH v2 2/2] rusage: allow 64-bit times ru_utime/ru_stime

[REVIEW][PATCH 01/17] signal/alpha: Document a conflict with SI_USER for SIGFPE
 2018-04-20  1:04 UTC  (4+ messages)
` [REVIEW][PATCH 11/17] signal/alpha: Replace FPE_FIXME with FPE_FLTUNK
` [REVIEW][PATCH 15/17] signal: Add TRAP_UNK si_code for undiagnosted trap exceptions
` [REVIEW][PATCH 16/17] signal/alpha: Replace TRAP_FIXME with TRAP_UNK

[PATCH 00/32] docs/vm: convert to ReST format
 2018-04-16 20:35 UTC  (9+ messages)

[PATCH] bug.h: Work around GCC PR82365 in BUG()
 2018-04-11 10:08 UTC 

[PULL] alpha.git
 2018-04-09 16:46 UTC  (3+ messages)

[RFC linux v2] init: make all setup_arch() output string to boot_command_line[]
 2018-04-07  1:55 UTC 

[RFC linux] init: make all setup_arch() output string to boot_command_line[]
 2018-04-06 11:11 UTC 

[PATCH] alpha: io: reorder barriers to guarantee writeX() and iowriteX() ordering
 2018-04-06  2:48 UTC  (3+ messages)

[RFC PATCH v2 0/2] Randomization of address chosen by mmap
 2018-04-03  0:11 UTC  (24+ messages)

[PATCH v2 00/16] Generic infrastructure for unloading initramfs
 2018-04-02  5:59 UTC  (28+ messages)
` [PATCH] Extract initrd free logic from arch-specific code
    ` [PATCH v4 03/16] alpha: Use generic free_initrd_mem
      ` [PATCH v5 03/16] alpha: Switch to "
        ` [PATCH v6 "

[PATCH 00/16] Generic infrastructure for unloading initramfs
 2018-03-28 12:23 UTC  (4+ messages)
` [PATCH 01/16] initrd: Add generic code path for common initrd unloading logic


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