1. 01 4月, 2015 1 次提交
  2. 31 3月, 2015 1 次提交
  3. 25 11月, 2014 1 次提交
  4. 24 11月, 2014 1 次提交
  5. 25 1月, 2014 2 次提交
  6. 23 1月, 2014 1 次提交
  7. 30 10月, 2013 1 次提交
  8. 31 7月, 2013 1 次提交
    • S
      MIPS: Fix multiple definitions of UNCAC_BASE. · 7ad18dd0
      Steven J. Hill 提交于
      Fix build error below:
      
      arch/mips/include/asm/mach-generic/spaces.h:29:0: warning:
      "UNCAC_BASE" redefined [enabled by default]
      In file included from arch/mips/include/asm/addrspace.h:13:0,
                       from arch/mips/include/asm/barrier.h:11,
                       from arch/mips/include/asm/bitops.h:18,
                       from include/linux/bitops.h:22,
                       from include/linux/kernel.h:10,
                       from include/asm-generic/bug.h:13,
                       from arch/mips/include/asm/bug.h:41,
                       from include/linux/bug.h:4,
                       from include/linux/page-flags.h:9,
                       from kernel/bounds.c:9:
      arch/mips/include/asm/mach-ar7/spaces.h:20:0: note: this is the
      location of the previous definition
      Signed-off-by: NSteven J. Hill <Steven.Hill@imgtec.com>
      Cc: linux-mips@linux-mips.org
      Patchwork: https://patchwork.linux-mips.org/patch/5583/Signed-off-by: NRalf Baechle <ralf@linux-mips.org>
      7ad18dd0
  9. 01 7月, 2013 1 次提交
  10. 13 6月, 2013 1 次提交
  11. 08 5月, 2013 1 次提交
  12. 02 5月, 2013 1 次提交
  13. 01 2月, 2013 1 次提交
  14. 14 12月, 2012 1 次提交
  15. 08 12月, 2011 1 次提交
  16. 26 7月, 2011 2 次提交
  17. 11 8月, 2010 1 次提交
    • F
      dma-mapping: rename ARCH_KMALLOC_MINALIGN to ARCH_DMA_MINALIGN · a6eb9fe1
      FUJITA Tomonori 提交于
      Now each architecture has the own dma_get_cache_alignment implementation.
      
      dma_get_cache_alignment returns the minimum DMA alignment.  Architectures
      define it as ARCH_KMALLOC_MINALIGN (it's used to make sure that malloc'ed
      buffer is DMA-safe; the buffer doesn't share a cache with the others).  So
      we can unify dma_get_cache_alignment implementations.
      
      This patch:
      
      dma_get_cache_alignment() needs to know if an architecture defines
      ARCH_KMALLOC_MINALIGN or not (needs to know if architecture has DMA
      alignment restriction).  However, slab.h define ARCH_KMALLOC_MINALIGN if
      architectures doesn't define it.
      
      Let's rename ARCH_KMALLOC_MINALIGN to ARCH_DMA_MINALIGN.
      ARCH_KMALLOC_MINALIGN is used only in the internals of slab/slob/slub
      (except for crypto).
      Signed-off-by: NFUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
      Cc: <linux-arch@vger.kernel.org>
      Signed-off-by: NAndrew Morton <akpm@linux-foundation.org>
      Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
      a6eb9fe1
  18. 17 6月, 2009 2 次提交
  19. 11 1月, 2009 1 次提交
  20. 14 10月, 2008 1 次提交
  21. 11 10月, 2008 1 次提交