linux-snps-arc.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-12-05 23:46:35 to 2018-12-19 20:36:38 UTC [more...]

[PATCH 00/21] glibc port to ARC processors
 2018-12-19 20:36 UTC  (60+ messages)
` [PATCH 01/21] longlong.h: sync from gcc to fix ARC inline asm constraints
` [PATCH 02/21] ARC: add definitions to elf/elf.h
` [PATCH 03/21] ARC: ABI Implementation
` [PATCH 04/21] ARC: startup and dynamic linking code
` [PATCH 05/21] ARC: Thread Local Storage support
` [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 10/21] ARC: Linux Startup and Dynamic Loading
` [PATCH 11/21] ARC: ABI lists
` [PATCH 12/21] ARC: Update syscall-names.list for ARC specific syscalls
` [PATCH 13/21] ARC: Build Infrastructure
` [PATCH 14/21] ARC: Enable __start as entry point vs. canonical _start
` [PATCH 15/21] ARC: testsuite fix: elf/check-initfini
` [PATCH 16/21] ARC: testsuite fix: sysvipc/*
` [PATCH 17/21] ARC: testsuite fix: stdlib/tst-makecontext
` [PATCH 18/21] ARC: testsuite fix: GD TLS issue
` [PATCH 19/21] ARC: fix several unwining and cancelation tests
` [PATCH 20/21] build-many-glibcs.py: Enable ARC builds
` [PATCH 21/21] NEWS: mention ARC port

[PATCH] ARC: adjust memblock_reserve of kernel memory
 2018-12-19 18:18 UTC  (2+ messages)

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

ensure dma_alloc_coherent always returns zeroed memory
 2018-12-19 16:59 UTC  (15+ messages)
` [PATCH 1/2] dma-mapping: zero memory returned from dma_alloc_*
` [PATCH 2/2] dma-mapping: deprecate dma_zalloc_coherent

[PATCH v2 1/2] mips/kgdb: prepare arch_kgdb_ops for constness
 2018-12-19 16:57 UTC  (6+ messages)
` [PATCH v2 2/2] kgdb/treewide: constify struct kgdb_arch arch_kgdb_ops

[REPOST PATCH v6 0/4] kgdb: Fix kgdb_roundup_cpus()
 2018-12-19 16:55 UTC  (8+ messages)
` [REPOST PATCH v6 1/4] kgdb: Remove irq flags from roundup
` [REPOST PATCH v6 2/4] kgdb: Fix kgdb_roundup_cpus() for arches who used smp_call_function()

[PATCH] arc: remove redundant kernel-space generic-y
 2018-12-19 16:45 UTC  (4+ messages)

[PATCH 12/25] clocksource/drivers/arc_timer: Utilize generic sched_clock
 2018-12-18 21:28 UTC 

[PATCH] testsuite fix: timezone: failing due to permissions in cross testing
 2018-12-18 17:17 UTC  (9+ messages)

[PATCH] testsuite fix: timezone: failing due to permissions in cross testing
 2018-12-17 23:04 UTC 

[PATCH] posix/tst-getaddrinfo4: Consider EAI_NODATA as an expected result
 2018-12-17 18:54 UTC  (2+ messages)

[PATCH] ARC: perf: map 'ijmptak' to generic 'branches' event
 2018-12-17  9:54 UTC 

[PATCH] treewide: dts: Remove default-state=off property from all gpio LED nodes
 2018-12-16 13:08 UTC 

make the non-consistent DMA allocator more userful (resend)
 2018-12-15 14:57 UTC  (21+ messages)
` [PATCH 1/6] sparc: remove no needed sbus_dma_ops methods
` [PATCH 2/6] sparc: factor the dma coherent mapping into helper
` [PATCH 3/6] sparc: remove the sparc32_dma_ops indirection
` [PATCH 4/6] sparc: remove not required includes from dma-mapping.h
` [PATCH 5/6] sparc: move the leon PCI memory space comment to <asm/leon.h>
` [PATCH 6/6] sparc: merge 32-bit and 64-bit version of pci.h

[PATCH v6 00/27] ptrace: add PTRACE_GET_SYSCALL_INFO request
 2018-12-14 20:15 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()
` [PATCH v6 24/27] syscall_get_arch: add "struct task_struct *" argument

[PATCH] ARC: fix __ffs return value to avoid build warnings
 2018-12-14 10:47 UTC  (3+ messages)

[PATCH v2 0/4] introduce Kernel PMU events support
 2018-12-13 19:44 UTC  (8+ messages)
` [PATCH v2 1/4] ARC: perf: trivial code cleanup
` [PATCH v2 2/4] ARC: perf: introduce Kernel PMU events support
` [PATCH v2 3/4] ARC: perf: move HW events mapping to separate function
` [PATCH v2 4/4] ARC: perf: avoid kernel killing where it is possible

[PATCH AUTOSEL 4.4 06/23] ARC: io.h: Implement reads{x}()/writes{x}()
 2018-12-13  4:32 UTC 

[PATCH AUTOSEL 4.9 06/34] ARC: io.h: Implement reads{x}()/writes{x}()
 2018-12-13  4:31 UTC 

[PATCH AUTOSEL 4.14 07/41] ARC: io.h: Implement reads{x}()/writes{x}()
 2018-12-13  4:30 UTC 

[PATCH AUTOSEL 4.19 19/73] ARC: io.h: Implement reads{x}()/writes{x}()
 2018-12-13  4:27 UTC 

[PATCH 0/5] introduce Kernel PMU events support
 2018-12-12 23:41 UTC  (7+ messages)
` [PATCH 2/5] ARC: perf: "
` [PATCH 4/5] ARC: perf: fix description comment

make the non-consistent DMA allocator more userful
 2018-12-10 19:25 UTC  (19+ messages)
` [PATCH 01/10] dma-direct: provide a generic implementation of DMA_ATTR_NON_CONSISTENT
` [PATCH 02/10] arm64/iommu: don't remap contiguous allocations for coherent devices
` [PATCH 03/10] arm64/iommu: implement support for DMA_ATTR_NON_CONSISTENT
` [PATCH 04/10] arm: implement DMA_ATTR_NON_CONSISTENT
` [PATCH 05/10] sparc64/iommu: move code around a bit
` [PATCH 06/10] sparc64/iommu: implement DMA_ATTR_NON_CONSISTENT
` [PATCH 07/10] sparc64/pci_sun4v: move code around a bit
` [PATCH 08/10] sparc64/pci_sun4v: implement DMA_ATTR_NON_CONSISTENT
` [PATCH 09/10] dma-mapping: skip declared coherent memory for DMA_ATTR_NON_CONSISTENT
` [PATCH 10/10] Documentation: update the description "

[PATCH] ARC: Remove 0x prefix from unit-address of node names
 2018-12-10 13:32 UTC  (3+ messages)

[PATCH] ARC: [zebu] Remove CONFIG_INITRAMFS_SOURCE from defconfigs
 2018-12-10 10:16 UTC  (3+ messages)
` Patch "ARC: [zebu] Remove CONFIG_INITRAMFS_SOURCE from defconfigs" has been added to the 4.9-stable tree

stable/linux-4.9.y build: 193 builds: 2 failed, 191 passed, 122 warnings (v4.9.144)
 2018-12-10  8:35 UTC  (2+ messages)

[PATCH v5 00/25] ptrace: add PTRACE_GET_SYSCALL_INFO request
 2018-12-10  4:31 UTC  (4+ messages)
` [PATCH v5 02/25] Move EM_ARCOMPACT and EM_ARCV2 to uapi/linux/elf-em.h
` [PATCH v5 03/25] arc: define syscall_get_arch()
` [PATCH v5 22/25] syscall_get_arch: add "struct task_struct *" argument

kisskb: OK linus/axs101_defconfig/arcompact Sat Dec 08, 09:52
 2018-12-07 22:53 UTC 

kisskb: OK linus/axs103_smp_defconfig/arcv2 Sat Dec 08, 09:52
 2018-12-07 22:53 UTC 

kisskb: OK linus/axs101_defconfig/arcompact Sat Dec 08, 08:06
 2018-12-07 21:07 UTC 

kisskb: OK linus/axs103_smp_defconfig/arcv2 Sat Dec 08, 08:05
 2018-12-07 21:06 UTC 

[GIT PULL 00/75] perf/core improvements and fixes
 2018-12-06 21:25 UTC  (2+ messages)
` [PATCH 71/75] perf annotate: Introduce basic support for ARC

[PATCH 1/2] mips/kgdb: prepare arch_kgdb_ops for constness
 2018-12-06 20:15 UTC  (7+ messages)
` [PATCH 2/2] kgdb/treewide: constify struct kgdb_arch arch_kgdb_ops

[PATCH] ARC: introduce basic 'perf annotate' support for ARC
 2018-12-06 17:14 UTC  (2+ messages)

[GIT PULL] ARC updates for 4.20-rc6
 2018-12-05 23:55 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).