linux-snps-arc.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-04-01 00:45:18 to 2020-04-29 12:14:31 UTC [more...]

[PATCH v2 00/20] mm: rework free_area_init*() funcitons
 2020-04-29 12:11 UTC  (11+ messages)
` [PATCH v2 01/20] mm: memblock: replace dereferences of memblock_region.nid with API calls
` [PATCH v2 02/20] mm: make early_pfn_to_nid() and related defintions close to each other
` [PATCH v2 03/20] mm: remove CONFIG_HAVE_MEMBLOCK_NODE_MAP option
` [PATCH v2 04/20] mm: free_area_init: use maximal zone PFNs rather than zone sizes
` [PATCH v2 05/20] mm: use free_area_init() instead of free_area_init_nodes()
` [PATCH v2 06/20] alpha: simplify detection of memory zone boundaries
` [PATCH v2 07/20] arm: "
` [PATCH v2 08/20] arm64: simplify detection of memory zone boundaries for UMA configs
` [PATCH v2 09/20] csky: simplify detection of memory zone boundaries
` [PATCH v2 10/20] m68k: mm: "

[PATCH] ARC: guard dsp early init against non ARCv2
 2020-04-29 10:03 UTC  (4+ messages)

[PATCH] CMD: random: fix return code
 2020-04-28 13:53 UTC  (4+ messages)

[PATCH v3 0/2] DRM: ARC: add HDMI 2.0 TX encoder support
 2020-04-28 10:19 UTC  (7+ messages)
` [PATCH v3 1/2] "
` [PATCH v3 2/2] dt-bindings: Document the Synopsys ARC HDMI TX bindings

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

[PATCH 0/5] Remove duplicated kmap code
 2020-04-27  6:25 UTC  (11+ messages)
` [PATCH 1/5] arch/kmap: Remove BUG_ON()
` [PATCH 2/5] arch/kmap: Remove redundant arch specific kmaps
` [PATCH 3/5] arch/kunmap: Remove duplicate kunmap implementations
` [PATCH 4/5] arch/kmap_atomic: Consolidate duplicate code
` [PATCH 5/5] arch/kunmap_atomic: "

[PATCH 00/21] mm: rework free_area_init*() funcitons
 2020-04-25 16:49 UTC  (44+ messages)
` [PATCH 01/21] mm: memblock: replace dereferences of memblock_region.nid with API calls
` [PATCH 02/21] mm: make early_pfn_to_nid() and related defintions close to each other
` [PATCH 03/21] mm: remove CONFIG_HAVE_MEMBLOCK_NODE_MAP option
` [PATCH 04/21] mm: free_area_init: use maximal zone PFNs rather than zone sizes
` [PATCH 05/21] mm: use free_area_init() instead of free_area_init_nodes()
` [PATCH 06/21] alpha: simplify detection of memory zone boundaries
` [PATCH 07/21] arm: "
` [PATCH 08/21] arm64: simplify detection of memory zone boundaries for UMA configs
` [PATCH 09/21] csky: simplify detection of memory zone boundaries
` [PATCH 10/21] m68k: mm: "
` [PATCH 11/21] parisc: "
` [PATCH 12/21] sparc32: "
` [PATCH 13/21] unicore32: "
` [PATCH 14/21] xtensa: "
` [PATCH 15/21] mm: memmap_init: iterate over memblock regions rather that check each PFN
` [PATCH 16/21] mm: remove early_pfn_in_nid() and CONFIG_NODES_SPAN_OTHER_NODES
` [PATCH 17/21] mm: free_area_init: allow defining max_zone_pfn in descending order
` [PATCH 18/21] mm: rename free_area_init_node() to free_area_init_memoryless_node()
` [PATCH 19/21] mm: clean up free_area_init_node() and its helpers
` [PATCH 20/21] mm: simplify find_min_pfn_with_active_regions()
` [PATCH 21/21] docs/vm: update memory-models documentation

[PATCH] lapi/syscalls: Add ARC support
 2020-04-23  7:17 UTC 

[PATCH v2] Force 64-bit time based syscalls for TIMESIZE==64
 2020-04-22 23:01 UTC  (7+ messages)
` [PATCH v3] Make any 32-bit time based syscalls unavailable "

[PATCH V2 0/2] mm/thp: Rename pmd_mknotpresent() as pmd_mkinvalid()
 2020-04-22  1:52 UTC  (2+ messages)
` [PATCH V2 2/2] "

[PATCH 0/2] mm/thp: Rename pmd_mknotpresent() as pmd_mknotvalid()
 2020-04-21  8:09 UTC  (6+ messages)
` [PATCH 2/2] "

[PATCH V17 0/2] mm/debug: Add tests validating architecture page table helpers
 2020-04-21  2:34 UTC  (2+ messages)
` [PATCH V17 2/2] "

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

[PATCH] provide y2038 safe socket constants
 2020-04-19 20:35 UTC  (7+ messages)
` [PATCH v2] provide y2038 safe socket constants for default/asm-generic ABI

[PATCHv3 00/50] Add log level to show_stack()
 2020-04-18 20:18 UTC  (2+ messages)
` [PATCHv3 03/50] arc: Add show_stack_loglvl()

[arc:topic-zol-remove 13/23] arch/arc/kernel/kgdb.c:30:35: error: 'struct pt_regs' has no member named 'lp_count'
 2020-04-15  6:02 UTC 

[PATCH v2 0/2] DRM: ARC: add HDMI 2.0 TX encoder support
 2020-04-14 21:44 UTC  (6+ messages)
` [PATCH v2 1/2] "
` [PATCH v2 2/2] dt-bindings: Document the Synopsys ARC HDMI TX bindings

[arc:topic-zol-remove 21/22] arch/arc/include/asm/atomic-nps.h:90:21: error: 'CTOP_INST_AADD_DI_R2_R2_R3' undeclared
 2020-04-14 19:08 UTC  (2+ messages)

Patch "asm-generic/bitops/lock.h: Rewrite using atomic_fetch_" causes kernel crash
 2020-04-14  1:19 UTC  (10+ messages)

[PATCH] arc: remove #ifndef CONFIG_AS_CFI_SIGNAL_FRAME
 2020-04-13 18:20 UTC  (4+ messages)

[PATCH] arc: ptrace: hard-code "arc" instead of UTS_MACHINE
 2020-04-13  5:34 UTC  (2+ messages)

[arc:topic-zol-remove 17/17] arch/arc/include/asm/atomic.h:193:10: fatal error: asm/atomic-nps.h: No such file or directory
 2020-04-11  3:48 UTC 

[PATCH] [ARC] Allow more ABIs in GLIBC_DYNAMIC_LINKER
 2020-04-10 12:25 UTC  (7+ messages)

[PATCH V2 0/3] mm/debug: Add more arch page table helper tests
 2020-04-09  1:06 UTC  (7+ messages)

[PATCH] ARC: [plat-hsdk]: fix USB regression
 2020-04-08  1:59 UTC  (5+ messages)

[PATCH v2] ARC: [plat-hsdk]: fix USB regression
 2020-04-07 20:06 UTC 

[mm/debug] f675f2f91d: WARNING:at_mm/debug_vm_pgtable.c:#debug_vm_pgtable
 2020-04-05 14:49 UTC 

[GIT PULL] ARC updates for 5.7-rc1
 2020-04-03 22:35 UTC  (2+ messages)

[PATCH] ARC: Fix ICCM & DCCM runtime size checks
 2020-04-03 22:00 UTC  (2+ messages)

[PATCH v4 00/15] glibc port to ARC processors
 2020-04-02 20:22 UTC  (13+ messages)
` [PATCH v4 13/15] ARC: Build Infrastructure
          ` __syscall_error (was Re: [PATCH v4 13/15] ARC: Build Infrastructure)

[RFC] ARC: initial ftrace support
 2020-04-02 17:52 UTC  (6+ 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).