linux-snps-arc.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-05-29 11:56:02 to 2020-07-01 08:48:33 UTC [more...]

Repost: linux-snps-arc list msgs truncated ?
 2020-07-01  8:48 UTC  (4+ messages)

[PATCH v7 00/13] glibc port to ARC processors
 2020-07-01  1:44 UTC  (22+ messages)
` [PATCH v7 01/13] ARC: ABI Implementation
  ` [PATCH v7.1 "
` [PATCH v7 02/13] ARC: startup and dynamic linking code
` [PATCH v7 03/13] ARC: Thread Local Storage support
  ` [PATCH v7.1 "
` [PATCH v7 04/13] ARC: Atomics and Locking primitives
` [PATCH v7 05/13] ARC: math soft float support
` [PATCH v7 06/13] ARC: hardware floating point support
  ` [PATCH v7.1 "
` [PATCH v7 07/13] ARC: Linux Syscall Interface
  ` [PATCH v7.1 "
` [PATCH v7 08/13] ARC: Linux ABI
` [PATCH v7 09/13] ARC: Linux Startup and Dynamic Loading
` [PATCH v7 10/13] ARC: ABI lists
  ` [PATCH v7.1 "
` [PATCH v7 11/13] ARC: Build Infrastructure
` [PATCH v7 12/13] build-many-glibcs.py: Enable ARC builds
` [PATCH v7 13/13] Documentation for ARC port

[PATCH V3 0/4] mm/debug_vm_pgtable: Add some more tests
 2020-06-30 21:32 UTC  (18+ messages)
` [PATCH V3 1/4] mm/debug_vm_pgtable: Add tests validating arch helpers for core MM features
` [PATCH V3 2/4] mm/debug_vm_pgtable: Add tests validating advanced arch page table helpers
` [PATCH V3 3/4] mm/debug_vm_pgtable: Add debug prints for individual tests
` [PATCH V3 4/4] Documentation/mm: Add descriptions for arch page table helpers

[PATCH v4 03/26] mm/arc: Use general page fault accounting
 2020-06-30 20:45 UTC 

[PATCH 0/8] mm: cleanup usage of <asm/pgalloc.h>
 2020-06-29 15:59 UTC  (19+ messages)
` [PATCH 1/8] mm: remove unneeded includes "
` [PATCH 2/8] opeinrisc: switch to generic version of pte allocation
` [PATCH 3/8] xtensa: "
` [PATCH 4/8] asm-generic: pgalloc: provide generic pmd_alloc_one() and pmd_free_one()
` [PATCH 5/8] asm-generic: pgalloc: provide generic pud_alloc_one() and pud_free_one()
` [PATCH 6/8] asm-generic: pgalloc: provide generic pgd_free()
` [PATCH 7/8] mm: move lib/ioremap.c to mm/
` [PATCH 8/8] mm: move p?d_alloc_track to separate header file
` [PATCH 9/8] mm: Account PMD tables like PTE tables

[PATCH 16/17] arch: remove HAVE_COPY_THREAD_TLS
 2020-06-27  3:10 UTC  (5+ messages)
  ` [PATCH 17/17] arch: rename copy_thread_tls() back to copy_thread()

[PATCH 03/26] mm/arc: Use general page fault accounting
 2020-06-26 22:31 UTC 

ABI changes still pending for glibc 2.32?
 2020-06-26 18:25 UTC 

Repost: linux-snps-arc list msgs truncated ?
 2020-06-25  0:55 UTC 

glibc 2.32 --- Two weeks to ABI freeze. Volunteers for release manager?
 2020-06-20  5:07 UTC 

[PATCH] Revert "FIX: no FPU exceptions bits on ARC glibc"
 2020-06-19 23:50 UTC 

[PATCH] Revert "FIX: no FPU exceptions bits on ARC glibc"
 2020-06-19 23:48 UTC 

[PATCH] Revert "FIX: no FPU exceptions bits on ARC glibc"
 2020-06-19 23:45 UTC 

[PATCH] Revert "FIX: no FPU exceptions bits on ARC glibc"
 2020-06-19 23:26 UTC 

[PATCH] Remove STATFS_IS_STATFS64 conditional as it is zero in all ports
 2020-06-19 23:20 UTC  (3+ messages)

[PATCH 03/26] mm/arc: Use general page fault accounting
 2020-06-19 16:05 UTC 

[PATCH v2 0/4] ARC: [plat-hsdk-4xd] initial port for HSDK-4xD board
 2020-06-18 20:00 UTC  (12+ messages)
` [PATCH v2 1/4] ARC: allow to override default mcpu compiler flag
` [PATCH v2 2/4] ARC: ARCv2: support loop buffer (LPB) disabling
` [PATCH v2 3/4] ARC: [plat-hsdk-4xd] initial port for HSDK-4xD board
` [PATCH v2 4/4] ARC: [plat-hsdk*] document HSDK-4xD board/SoC bindings

[PATCH 04/25] mm/arc: Use mm_fault_accounting()
 2020-06-15 22:15 UTC 

[PATCH] ieee754/dbl-64: Reduce the scope of temporary storage variables
 2020-06-15 20:12 UTC  (9+ messages)
` [PATCH v2] "

[PATCH 04/21] mm: free_area_init: use maximal zone PFNs rather than zone sizes
 2020-06-15  7:17 UTC  (4+ messages)

[PATCH v3 2/5] powerpc: module_[32|64].c: replace swap function with built-in one
 2020-06-09  5:58 UTC  (2+ messages)

[PATCH AUTOSEL 5.6 081/606] ARC: [plat-hsdk]: fix USB regression
 2020-06-08 23:03 UTC 

[PATCH v6 00/13] glibc port to ARC processors
 2020-06-08  4:18 UTC  (31+ messages)
` [PATCH v6 01/13] ARC: ABI Implementation
` [PATCH v6 03/13] ARC: Thread Local Storage support
` [PATCH v6 06/13] ARC: hardware floating point support
          ` static inline math functions (was Re: [PATCH v6 06/13] ARC: hardware floating point support)
` [PATCH v6 07/13] ARC: Linux Syscall Interface
` [PATCH v6 11/13] ARC: Build Infrastructure

[PATCH v2 0/2] rework dl-runtime: reloc_{offset,index}
 2020-06-05 20:47 UTC  (8+ messages)
` [PATCH v2 1/2] dl-runtime: reloc_{offset, index} now functions arch overide'able
  ` [PATCH v2 1/2] dl-runtime: reloc_{offset,index} "
` [PATCH v2 2/2] ARC/dl-runtime helper macros

[PATCH V3 07/15] arch/kunmap_atomic: Consolidate duplicate code
 2020-06-04 20:51 UTC  (19+ messages)
` [PATCH] arch/{mips, sparc, microblaze, powerpc}: Don't enable pagefault/preempt twice
  ` [PATCH] arch/{mips,sparc,microblaze,powerpc}: "

[PATCH v3 0/4] Enable generic math code for more arches
 2020-06-03 17:22 UTC  (9+ messages)
` [PATCH v3 1/4] iee754: provide gcc builtins based generic sqrt functions
` [PATCH v3 2/4] iee754: provide gcc builtins based generic fma functions
` [PATCH v3 3/4] aarch/fpu: use generic builtins based math functions
` [PATCH v3 4/4] powerpc/fpu: use generic fma functions

[PATCH v2 0/4] Enable generic math code for more arches
 2020-06-03  6:29 UTC  (13+ messages)
` [PATCH v2 1/4] iee754: provide gcc builtins based generic sqrt functions
` [PATCH v2 2/4] iee754: provide gcc builtins based generic fma functions
` [PATCH v2 3/4] aarch/fpu: use generic builtins based math functions
` [PATCH v2 4/4] powerpc/fpu: use generic fma functions

[PATCH 0/5] use gcc builtins for sqrt and fma functions
 2020-06-02 18:12 UTC  (20+ messages)
` [PATCH 1/5] ARC/dl-runtime helper macros
` [PATCH 2/5] iee754: prvoide gcc builtins based generic sqrt functions
` [PATCH 3/5] iee754: prvoide gcc builtins based generic fma functions
` [PATCH 4/5] aarch/fpu: use generic sqrt, "
` [PATCH 5/5] powerpc/fpu: use generic "

[PATCH] dl-runtime: reloc_{offset, index} now functions arch overide'able
 2020-05-29 21:21 UTC  (6+ messages)
` [PATCH] dl-runtime: reloc_{offset,index} "
      ` [PATCH 1/2] dl-runtime: reloc_{offset, index} "
        ` [PATCH 2/2] ARC/dl-runtime helper macros

[PATCH 0/3] ARC: [plat-hsdk-4xd] initial port for HSDK-4xD board
 2020-05-29 21:12 UTC  (9+ messages)
` [PATCH 1/3] ARC: allow to overide default mcpu compiler flag
` [PATCH private 1/3] ARC: allow to overwrite "
` [PATCH 2/3] ARC: ARCv2: support loop buffer (LPB) disabling
` [PATCH 3/3] ARC: [plat-hsdk-4xd] initial port for HSDK-4xD board


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