linux-snps-arc.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-01-21 08:04:08 to 2019-02-14 14:14:34 UTC [more...]

[PATCH] ARC: Explicitly set ARCH_SLAB_MINALIGN = 8
 2019-02-14 14:14 UTC  (15+ messages)

dma_declare_coherent spring cleaning
 2019-02-13 19:27 UTC  (27+ messages)
` [PATCH 01/12] mfd/sm501: depend on HAS_DMA
` [PATCH 02/12] device.h: dma_mem is only needed for HAVE_GENERIC_DMA_COHERENT
` [PATCH 03/12] of: mark early_init_dt_alloc_reserved_memory_arch static
` [PATCH 04/12] of: select OF_RESERVED_MEM automatically
` [PATCH 05/12] dma-mapping: remove an incorrect __iommem annotation
` [PATCH 06/12] dma-mapping: improve selection of dma_declare_coherent availability
` [PATCH 07/12] dma-mapping: move CONFIG_DMA_CMA to kernel/dma/Kconfig
` [PATCH 08/12] dma-mapping: remove dma_mark_declared_memory_occupied
` [PATCH 09/12] dma-mapping: remove the DMA_MEMORY_EXCLUSIVE flag
` [PATCH 10/12] dma-mapping: simplify allocations from per-device coherent memory
` [PATCH 11/12] dma-mapping: handle per-device coherent memory mmap in common code
` [PATCH 12/12] dma-mapping: remove dma_assign_coherent_memory

add config symbols for arch_{setup,teardown}_dma_ops
 2019-02-13 18:13 UTC  (8+ messages)
` [PATCH 1/2] dma-mapping: add a kconfig symbol for arch_setup_dma_ops availability
` [PATCH 2/2] dma-mapping: add a kconfig symbol for arch_teardown_dma_ops availability

Semantics of symbol address in perf report -v
 2019-02-12 23:05 UTC  (2+ messages)

[PATCH 0/2] RC: rework U-boot arguments handling
 2019-02-12 17:34 UTC  (8+ messages)
` [PATCH 1/2] ARC: U-boot: check arguments paranoidly
` [PATCH 2/2] ARC: enable uboot support unconditionally

[RFC 0/2] ARC: rework U-boot arguments handling
 2019-02-12  0:31 UTC  (7+ messages)
` [RFC 1/2] ARC: U-boot: check arguments paranoidly
` [RFC 2/2] ARC: U-boot: check magic number passed from u-boot

[PATCH v2 0/3] Replace opencoded set_mask_bits
 2019-02-08 18:11 UTC  (5+ messages)
` [PATCH v2 1/3] coredump: Replace opencoded set_mask_bits()
` [PATCH v2 2/3] fs: inode_set_flags() replace "
` [PATCH v2 3/3] bitops.h: set_mask_bits() to return old value

[PATCH] linux-yocto: Add dependency on libgcc for ARC
 2019-02-08 17:41 UTC  (5+ messages)
` [OE-core] "

[PATCH] ARC: Add nsimhs- and hsdk-standard configs
 2019-02-08 15:46 UTC  (4+ messages)
` [linux-yocto] "

patch "devres: Align data[] to ARCH_KMALLOC_MINALIGN" added to driver-core-linus
 2019-02-08  7:30 UTC  (4+ messages)

[PATCH] don't check console device file on fs when booting with initrd/initramfs
 2019-02-07 18:20 UTC  (2+ messages)
` [linux-yocto] "

kisskb: OK linus/axs101_defconfig/arcompact Thu Feb 07, 23:40
 2019-02-07 12:41 UTC 

kisskb: OK linus/axs103_smp_defconfig/arcv2 Thu Feb 07, 23:40
 2019-02-07 12:40 UTC 

[PATCH 0/2] arc: hsdk_defconfig: permit kernelci jobs
 2019-02-05 20:14 UTC  (7+ messages)
` [PATCH 1/2] arc: hsdk_defconfig: Enable CONFIG_BLK_DEV_RAM
` [PATCH 2/2] arc: hsdk_defconfig: enable CONFIG_ARC_UBOOT_SUPPORT

[PATCH] ARCv2: support manual regfile save on interrupts
 2019-02-05 18:35 UTC 

[PATCH] ARC: fix actionpoints configuration detection
 2019-02-05 16:59 UTC  (2+ messages)

[PATCH] [ARC] don't force _init/_fini as DT_INIT/DT_FINI
 2019-02-04 14:52 UTC  (2+ messages)

[PATCH v2 00/15] glibc port to ARC processors
 2019-02-04 10:02 UTC  (29+ messages)
` [PATCH v2 01/15] ARC: add definitions to elf/elf.h
` [PATCH v2 02/15] ARC: ABI Implementation
` [PATCH v2 03/15] ARC: startup and dynamic linking code
` [PATCH v2 04/15] ARC: Thread Local Storage support
` [PATCH v2 05/15] ARC: Atomics and Locking primitives
      ` Need for arch pthread-offsets.h (was Re: [PATCH v2 05/15] ARC: Atomics and Locking primitives)
` [PATCH v2 06/15] ARC: math soft float support
` [PATCH v2 07/15] ARC: Linux Syscall Interface
` [PATCH v2 08/15] ARC: Linux ABI
` [PATCH v2 09/15] ARC: Linux Startup and Dynamic Loading
` [PATCH v2 10/15] ARC: ABI lists
` [PATCH v2 11/15] ARC: Update syscall-names.list for ARC specific syscalls
` [PATCH v2 12/15] ARC: Build Infrastructure
` [PATCH v2 13/15] build-many-glibcs.py: Enable ARC builds
` [PATCH v2 14/15] NEWS: mention ARC port
` [PATCH v2 15/15] make-syscalls.sh: fix comment referencing syscall-template

[PATCH v2 00/21] Refine memblock API
 2019-02-03 10:04 UTC  (26+ messages)
` [PATCH v2 01/21] openrisc: prefer memblock APIs returning virtual address
` [PATCH v2 02/21] powerpc: use memblock functions "
` [PATCH v2 06/21] memblock: memblock_phys_alloc_try_nid(): don't panic
` [PATCH v2 09/21] memblock: drop memblock_alloc_base()
` [PATCH v2 10/21] memblock: refactor internal allocation functions
` [PATCH v2 19/21] treewide: add checks for the return value of memblock_alloc*()
` [PATCH v2 21/21] memblock: drop memblock_alloc_*_nopanic() variants

[PATCH v2 0/5] introduce unaligned access under a Kconfig option
 2019-02-02  0:47 UTC  (9+ messages)
` [PATCH v2 1/5] ARCv2: lib: memcpy: fix doing prefetchw outside of buffer
` [PATCH v2 2/5] ARCv2: introduce unaligned access under a Kconfig option
` [PATCH v2 3/5] ARCv2: use unaligned access in SW
` [PATCH v2 4/5] ARCv2: LIB: MEMCPY: fixed and optimised routine
` [PATCH v2 5/5] ARC: boot log: print unaligned memory access details

[PATCH v2] ARC: [plat-hsdk]: Add support of Vivante GPU
 2019-02-01 12:12 UTC 

[PATCH] make-syscalls.sh: fix comment referencing syscall-template
 2019-02-01  3:46 UTC  (4+ messages)

[PATCH 0/5] introduce unaligned access under a Kconfig option
 2019-01-30 16:47 UTC  (10+ messages)
` [PATCH 1/5] ARCv2: lib: memcpy: fix doing prefetchw outside of buffer
` [PATCH 2/5] ARCv2: introduce unaligned access under a Kconfig option
` [PATCH 3/5] ARCv2: Enable unaligned access in early ASM code
` [PATCH 4/5] ARCv2: use unaligned access in SW
` [PATCH 5/5] ARCv2: LIB: MEMCPY: fixed and optimised routine

[PATCH 00/21] glibc port to ARC processors
 2019-01-29 23:36 UTC  (16+ messages)
` [PATCH 03/21] ARC: ABI Implementation
    ` ARC binutils init/fini (was Re: [PATCH 03/21] ARC: ABI Implementation)
` [PATCH 13/21] ARC: Build Infrastructure
` [PATCH 17/21] ARC: testsuite fix: stdlib/tst-makecontext

[PATCH 1/2] ARCv2: Enable unaligned access in early ASM code
 2019-01-29 17:32 UTC  (6+ messages)

[PATCH] [ARC]: Enable init_array support
 2019-01-29 14:34 UTC  (2+ messages)

[PATCH] ARC: [plat-hsdk]: Add support of Vivante GPU
 2019-01-29 14:18 UTC  (2+ messages)

[PATCH] configs: Get rid of obsolete CONFIG_ENABLE_WARN_DEPRECATED
 2019-01-28 15:24 UTC 

ensure dma_alloc_coherent always returns zeroed memory
 2019-01-24 21:25 UTC 

[PATCH v2] ARC: [scripted] fix node name and address spelling
 2019-01-24 16:37 UTC  (3+ messages)

misc/check-installed-headers-c failing due to upstream kernel change
 2019-01-23 17:24 UTC  (2+ messages)

kisskb: OK linus/axs103_smp_defconfig/arcv2 Wed Jan 23, 17:28
 2019-01-23  6:29 UTC 

kisskb: OK linus/axs101_defconfig/arcompact Tue Jan 22, 21:47
 2019-01-22 10:47 UTC 

kisskb: OK linus/axs103_smp_defconfig/arcv2 Tue Jan 22, 18:04
 2019-01-22  7:06 UTC 

[PATCH] ARC: prevent showing irrelevant exception info in signal message
 2019-01-21 21:56 UTC  (2+ messages)

[GIT PULL] ARC updates for 5.0-rc3
 2019-01-21 18:35 UTC  (2+ messages)


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