linux-snps-arc.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-12-20 18:36:36 to 2019-01-30 01:25:46 UTC [more...]

[PATCH v2 00/15] glibc port to ARC processors
 2019-01-30  1:25 UTC  (7+ 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
` [PATCH v2 06/15] ARC: math soft float support

[PATCH 00/21] glibc port to ARC processors
 2019-01-29 23:36 UTC  (58+ messages)
` [PATCH 01/21] longlong.h: sync from gcc to fix ARC inline asm constraints
` [PATCH 03/21] ARC: ABI Implementation
    ` ARC binutils init/fini (was Re: [PATCH 03/21] ARC: ABI Implementation)
` [PATCH 06/21] ARC: Atomics and Locking primitives
` [PATCH 07/21] ARC: math soft float support
` [PATCH 08/21] ARC: Linux Syscall Interface
      ` ARC vs. generic sigaction (was Re: [PATCH 08/21] ARC: Linux Syscall Interface)
` [PATCH 09/21] ARC: Linux ABI
` [PATCH 13/21] ARC: Build Infrastructure
` [PATCH 17/21] ARC: testsuite fix: stdlib/tst-makecontext
` test related questions (was Re: [PATCH 00/21] glibc port to ARC processors)

[PATCH 0/5] introduce unaligned access under a Kconfig option
 2019-01-29 21:55 UTC  (8+ 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 1/2] ARCv2: Enable unaligned access in early ASM code
 2019-01-29 17:32 UTC  (7+ messages)
` [PATCH 2/2] ARCv2: enable HAVE_EFFICIENT_UNALIGNED_ACCESS

[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 v2 00/21] Refine memblock API
 2019-01-29 10:29 UTC  (31+ messages)
` [PATCH v2 01/21] openrisc: prefer memblock APIs returning virtual address
` [PATCH v2 02/21] powerpc: use memblock functions "
` [PATCH v2 03/21] memblock: replace memblock_alloc_base(ANYWHERE) with memblock_phys_alloc
` [PATCH v2 04/21] memblock: drop memblock_alloc_base_nid()
` [PATCH v2 05/21] memblock: emphasize that memblock_alloc_range() returns a physical address
` [PATCH v2 06/21] memblock: memblock_phys_alloc_try_nid(): don't panic
` [PATCH v2 07/21] memblock: memblock_phys_alloc(): "
` [PATCH v2 08/21] memblock: drop __memblock_alloc_base()
` [PATCH v2 09/21] memblock: drop memblock_alloc_base()
` [PATCH v2 10/21] memblock: refactor internal allocation functions
` [PATCH v2 11/21] memblock: make memblock_find_in_range_node() and choose_memblock_flags() static
` [PATCH v2 12/21] arch: use memblock_alloc() instead of memblock_alloc_from(size, align, 0)
` [PATCH v2 13/21] arch: don't memset(0) memory returned by memblock_alloc()
` [PATCH v2 14/21] ia64: add checks for the return value of memblock_alloc*()
` [PATCH v2 15/21] sparc: "
` [PATCH v2 16/21] mm/percpu: "
` [PATCH v2 17/21] init/main: "
` [PATCH v2 18/21] swiotlb: "
` [PATCH v2 19/21] treewide: "
` [PATCH v2 20/21] memblock: memblock_alloc_try_nid: don't panic
` [PATCH v2 21/21] memblock: drop memblock_alloc_*_nopanic() variants

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

[PATCH v2 0/3] Replace opencoded set_mask_bits
 2019-01-23 20:33 UTC  (4+ 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

Semantics of symbol address in perf report -v
 2019-01-23 19:55 UTC 

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)

[PATCH 00/21] Refine memblock API
 2019-01-18 18:02 UTC  (35+ messages)
` [PATCH 01/21] openrisc: prefer memblock APIs returning virtual address
` [PATCH 02/21] powerpc: use memblock functions "
` [PATCH 03/21] memblock: replace memblock_alloc_base(ANYWHERE) with memblock_phys_alloc
` [PATCH 04/21] memblock: drop memblock_alloc_base_nid()
` [PATCH 05/21] memblock: emphasize that memblock_alloc_range() returns a physical address
` [PATCH 06/21] memblock: memblock_phys_alloc_try_nid(): don't panic
` [PATCH 07/21] memblock: memblock_phys_alloc(): "
` [PATCH 08/21] memblock: drop __memblock_alloc_base()
` [PATCH 09/21] memblock: drop memblock_alloc_base()
` [PATCH 10/21] memblock: refactor internal allocation functions
` [PATCH 11/21] memblock: make memblock_find_in_range_node() and choose_memblock_flags() static
` [PATCH 12/21] arch: use memblock_alloc() instead of memblock_alloc_from(size, align, 0)
` [PATCH 13/21] arch: don't memset(0) memory returned by memblock_alloc()
` [PATCH 14/21] ia64: add checks for the return value of memblock_alloc*()
` [PATCH 15/21] sparc: "
` [PATCH 16/21] mm/percpu: "
` [PATCH 17/21] init/main: "
` [PATCH 18/21] swiotlb: "
` [PATCH 19/21] treewide: "
  ` [Xen-devel] "
` [PATCH 20/21] memblock: memblock_alloc_try_nid: don't panic
` [PATCH 21/21] memblock: drop memblock_alloc_*_nopanic() variants

kisskb: OK linus/axs101_defconfig/arcompact Fri Jan 18, 20:04
 2019-01-18  9:05 UTC 

kisskb: OK linus/axs103_smp_defconfig/arcv2 Fri Jan 18, 20:03
 2019-01-18  9:04 UTC 

[PATCH] arc: remove redundant kernel-space generic-y
 2019-01-17 18:29 UTC  (6+ messages)

[PATCH] etnaviv: allow to build on ARC
 2019-01-16 16:25 UTC  (3+ messages)

[PATCH] wic: sdimage-bootpart: Use mmcblk0 drive instead of bogus mmcblk
 2019-01-16  8:27 UTC 

[PATCH 1/2] ARCv2: LIB: memeset: fix doing prefetchw outside of buffer
 2019-01-15 16:58 UTC  (5+ messages)
` [PATCH 2/2] ARCv2: LIB: memset: move st instruction series to macros

[PATCH] webkitgtk: Enable building for ARC architecture
 2019-01-14 21:12 UTC  (4+ messages)

[PATCH 0/3] Replace opencoded set_mask_bits
 2019-01-14 19:00 UTC  (10+ messages)
` [PATCH 1/3] coredump: Replace opencoded set_mask_bits()
` [PATCH 2/3] fs: inode_set_flags() replace "
` [PATCH 3/3] bitops.h: set_mask_bits() to return old value

kisskb: OK linus/axs101_defconfig/arcompact Sat Jan 12, 08:09
 2019-01-11 21:10 UTC 

kisskb: OK linus/axs103_smp_defconfig/arcv2 Sat Jan 12, 08:09
 2019-01-11 21:09 UTC 

[PATCH] azure-iot-sdk-c: Bump to version 2018-12-13
 2019-01-10 22:50 UTC  (6+ messages)
` [Buildroot] "

kisskb: OK linus/axs101_defconfig/arcompact Fri Jan 11, 06:37
 2019-01-10 19:38 UTC 

kisskb: OK linus/axs103_smp_defconfig/arcv2 Fri Jan 11, 06:36
 2019-01-10 19:37 UTC 

[PATCH v2 0/4] introduce Kernel PMU events support
 2019-01-10 18:20 UTC  (3+ messages)
` [PATCH v2 2/4] ARC: perf: "

kisskb: OK linus/axs101_defconfig/arcompact Fri Jan 11, 03:27
 2019-01-10 16:28 UTC 

kisskb: OK linus/axs103_smp_defconfig/arcv2 Fri Jan 11, 03:27
 2019-01-10 16:28 UTC 

[PATCH] ARC: show detaled ActionPoint configuration in mumbojumbo
 2019-01-09 17:39 UTC  (3+ messages)

[PATCH 01/14] Move EM_ARCOMPACT and EM_ARCV2 to uapi/linux/elf-em.h
 2019-01-09 12:43 UTC  (3+ messages)
` [PATCH 02/14] arc: define syscall_get_arch()
` [PATCH 14/14] syscall_get_arch: add "struct task_struct *" argument

[PATCH] testsuite fix: timezone: failing due to permissions in cross testing
 2019-01-09 12:15 UTC  (5+ messages)

[PATCH v7 00/22] ptrace: add PTRACE_GET_SYSCALL_INFO request
 2019-01-07  2:54 UTC  (4+ messages)
` [PATCH v7 04/22] Move EM_ARCOMPACT and EM_ARCV2 to uapi/linux/elf-em.h
` [PATCH v7 05/22] arc: define syscall_get_arch()
` [PATCH v7 20/22] syscall_get_arch: add "struct task_struct *" argument

[PATCH 0/2] ARC show_regs fixes
 2018-12-24 19:10 UTC  (16+ messages)
` [PATCH 1/2] ARC: show_regs: avoid page allocator
` [PATCH 2/2] ARC: show_regs: fix lockdep splat for good

[PATCH] rt/tst-posix_spawn: fix random crash due to uninitialized var
 2018-12-21 20:10 UTC 

[PATCH v6 00/27] ptrace: add PTRACE_GET_SYSCALL_INFO request
 2018-12-21  1:21 UTC  (5+ messages)
` [PATCH v6 04/27] Move EM_ARCOMPACT and EM_ARCV2 to uapi/linux/elf-em.h
` [PATCH v6 05/27] arc: define syscall_get_arch()


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