Linux SNPS ARC Archive mirror
 help / color / mirror / Atom feed
 messages from 2021-08-11 21:22:03 to 2021-11-28 03:58:04 UTC [more...]

[PATCH 0/9] lib/bitmap: optimize bitmap_weight() usage
 2021-11-28  3:57 UTC  (10+ messages)
` [PATCH 1/9] lib/bitmap: add bitmap_weight_{eq,gt,le}
` [PATCH 2/9] lib/bitmap: implement bitmap_{empty, full} with bitmap_weight_eq()
` [PATCH 3/9] all: replace bitmap_weigth() with bitmap_{empty, full, eq, gt, le}
` [PATCH 4/9] tools: sync bitmap_weight() usage with the kernel
` [PATCH 5/9] lib/cpumask: add cpumask_weight_{eq,gt,le}
` [PATCH 6/9] lib/nodemask: add nodemask_weight_{eq,gt,le}
` [PATCH 7/9] lib/cpumask: add num_{possible, present, active}_cpus_{eq, gt, le}
` [PATCH 8/9] lib/nodemask: add num_node_state_eq()
` [PATCH 9/9] MAINTAINERS: add cpumask and nodemask files to BITMAP_API

[PATCH] ARC: perf: Remove redundant initialization of variable idx
 2021-11-26 22:23 UTC 

[PATCH 0/2] of: remove reserved regions count restriction
 2021-11-21  9:01 UTC  (8+ messages)
` [PATCH 1/2] of: Sort reserved_mem related code
` [PATCH 2/2] of: reserved_mem: Remove reserved regions count restriction

Fotowoltaika dla firm
 2021-11-16  8:46 UTC 

[PATCH v2] docs: Add documentation for ARC processors
 2021-11-12 15:53 UTC  (2+ messages)

[PATCH] docs: Add documentation for ARC processors
 2021-11-11 20:24 UTC  (2+ messages)

net/ipv4/tcp_cong.c:238:22: sparse: sparse: incorrect type in assignment (different address spaces)
 2021-11-10 21:23 UTC 

[PATCH] ARC: dw2 unwind: use swap() to make code cleaner
 2021-11-10  5:56 UTC 

[PATCH] arc: use swap() to make code cleaner
 2021-11-10  3:07 UTC 

arch/arc/kernel/smp.c:279:18: sparse: sparse: dereference of noderef expression
 2021-11-09  5:51 UTC 

include/linux/compiler_types.h:328:45: error: call to '__compiletime_assert_287' declared with attribute error: BUILD_BUG_ON failed: (PTRS_PER_PGD * sizeof(pgd_t)) > PAGE_SIZE
 2021-11-08 13:02 UTC 

arch/arc/kernel/smp.c:279:18: sparse: sparse: dereference of noderef expression
 2021-11-08 12:09 UTC 

[PATCH stable 4.19 1/1] arch: pgtable: define MAX_POSSIBLE_PHYSMEM_BITS where needed
 2021-11-04  8:34 UTC  (2+ messages)

[PATCH stable 4.14 0/2] zsmalloc MAX_POSSIBLE_PHYSMEM_BITS
 2021-11-04  8:34 UTC  (5+ messages)
` [PATCH stable 4.14 1/2] mm/zsmalloc: Prepare to variable MAX_PHYSMEM_BITS
  ` Patch "mm/zsmalloc: Prepare to variable MAX_PHYSMEM_BITS" has been added to the 4.14-stable tree
` [PATCH stable 4.14 2/2] arch: pgtable: define MAX_POSSIBLE_PHYSMEM_BITS where needed
  ` Patch "arch: pgtable: define MAX_POSSIBLE_PHYSMEM_BITS where needed" has been added to the 4.14-stable tree

[PATCH stable 4.9 0/2] zsmalloc MAX_POSSIBLE_PHYSMEM_BITS
 2021-11-04  8:34 UTC  (5+ messages)
` [PATCH stable 4.9 1/2] mm/zsmalloc: Prepare to variable MAX_PHYSMEM_BITS
  ` Patch "mm/zsmalloc: Prepare to variable MAX_PHYSMEM_BITS" has been added to the 4.9-stable tree
` [PATCH stable 4.9 2/2] arch: pgtable: define MAX_POSSIBLE_PHYSMEM_BITS where needed
  ` Patch "arch: pgtable: define MAX_POSSIBLE_PHYSMEM_BITS where needed" has been added to the 4.9-stable tree

[PATCH 2/2] futex: remove futex_cmpxchg detection
 2021-10-30 17:37 UTC  (7+ messages)

[PATCH] ARC: thread_info.h: correct two typos in a comment
 2021-10-30 17:34 UTC  (2+ messages)

[PATCH v2] clocksource: arc_timer: eliminate redefined macro error
 2021-10-24 15:40 UTC  (3+ messages)
` [tip: timers/core] clocksource/drivers/arc_timer: Eliminate "

[vgupta-arc:topic-zol-remove 98/187] arch/arc/include/asm/hugepage.h:29:41: error: implicit declaration of function 'pte_mknotpresent'; did you mean 'pte_present'?
 2021-10-22  7:17 UTC 

[GIT PULL] ARC fix for 5.15-rc6
 2021-10-16 16:23 UTC  (2+ messages)

[PATCH 2/2] kbuild: use more subdir- for visiting subdirectories while cleaning
 2021-10-13  6:59 UTC  (3+ messages)

[PATCH v2 0/5] mm/memory_hotplug: full support for add_memory_driver_managed() with CONFIG_ARCH_KEEP_MEMBLOCK
 2021-10-06  0:36 UTC  (10+ messages)
` [PATCH v2 1/5] mm/memory_hotplug: handle memblock_add_node() failures in add_memory_resource()
` [PATCH v2 2/5] memblock: improve MEMBLOCK_HOTPLUG documentation
` [PATCH v2 3/5] memblock: allow to specify flags with memblock_add_node()
` [PATCH v2 4/5] memblock: add MEMBLOCK_DRIVER_MANAGED to mimic IORESOURCE_SYSRAM_DRIVER_MANAGED
` [PATCH v2 5/5] mm/memory_hotplug: indicate MEMBLOCK_DRIVER_MANAGED with IORESOURCE_SYSRAM_DRIVER_MANAGED

[PATCH v1 0/4] mm/memory_hotplug: full support for
 2021-10-01 14:03 UTC  (15+ messages)
` [PATCH v1 1/4] mm/memory_hotplug: handle memblock_add_node() failures in add_memory_resource()
` [PATCH v1 2/4] memblock: allow to specify flags with memblock_add_node()
` [PATCH v1 3/4] memblock: add MEMBLOCK_DRIVER_MANAGED to mimic IORESOURCE_SYSRAM_DRIVER_MANAGED
` [PATCH v1 4/4] mm/memory_hotplug: indicate MEMBLOCK_DRIVER_MANAGED with IORESOURCE_SYSRAM_DRIVER_MANAGED

[PATCH v2 0/6] memblock: cleanup memblock_free interface
 2021-09-30 22:10 UTC  (9+ messages)
` [PATCH v2 1/6] arch_numa: simplify numa_distance allocation
` [PATCH v2 2/6] xen/x86: free_p2m_page: use memblock_free_ptr() to free a virtual pointer
` [PATCH v2 3/6] memblock: drop memblock_free_early_nid() and memblock_free_early()
` [PATCH v2 4/6] memblock: stop aliasing __memblock_free_late with memblock_free_late
` [PATCH v2 5/6] memblock: rename memblock_free to memblock_phys_free
` [PATCH v2 6/6] memblock: use memblock_free for freeing virtual pointers

[PATCH 0/3] memblock: cleanup memblock_free interface
 2021-09-24  5:32 UTC  (13+ messages)
` [PATCH 1/3] arch_numa: simplify numa_distance allocation
` [PATCH 2/3] xen/x86: free_p2m_page: use memblock_free_ptr() to free a virtual pointer
` [PATCH 3/3] memblock: cleanup memblock_free interface

[PATCH] clocksource: arc_timer: eliminate redefined macro error
 2021-09-23 15:29 UTC  (3+ messages)

[PATCH 5.14 139/168] ARC: export clear_user_page() for modules
 2021-09-20 16:44 UTC 

[PATCH 5.10 096/122] ARC: export clear_user_page() for modules
 2021-09-20 16:44 UTC 

[PATCH 5.4 253/260] ARC: export clear_user_page() for modules
 2021-09-20 16:44 UTC 

[PATCH 4.19 287/293] ARC: export clear_user_page() for modules
 2021-09-20 16:44 UTC 

[PATCH 4.14 213/217] ARC: export clear_user_page() for modules
 2021-09-20 16:43 UTC 

[PATCH 4.9 172/175] ARC: export clear_user_page() for modules
 2021-09-20 16:43 UTC 

[PATCH 4.4 131/133] ARC: export clear_user_page() for modules
 2021-09-20 16:43 UTC 

[PATCH v2 0/3] power: reset: Convert Power-Off driver to tristate
 2021-09-09 12:04 UTC  (2+ messages)
` [PATCH v2 1/3] arch: Export machine_restart() instances so they can be called from modules

[GIT PULL] ARC changes for 5.15-rc1
 2021-09-05 19:07 UTC  (2+ messages)

ERROR: modpost: "clear_user_page" [drivers/media/v4l2-core/videobuf-dma-sg.ko] undefined!
 2021-09-02 14:10 UTC 

[linux-next:master 10707/11331] include/linux/compiler_types.h:328:45: error: call to '__compiletime_assert_294' declared with attribute error: BUILD_BUG_ON failed: (PTRS_PER_PTE * sizeof(pte_t)) > PAGE_SIZE
 2021-08-31  3:41 UTC 

Debian: openssl: Add ARC target
 2021-08-30 19:12 UTC  (4+ messages)
  ` [Pkg-openssl-devel] Bug#989442: "

python3.9: Add arc-linux-gnu triplet
 2021-08-30 16:37 UTC 

Debian: gmp: add support for arc
 2021-08-30 16:37 UTC 

Debian: libffi: update symbols for ARC
 2021-08-30 16:37 UTC 

Debian: jemalloc: add arc support
 2021-08-30 16:37 UTC 

[arc:for-next 29/33] arch/arc/include/asm/page.h:52:30: error: 'struct page' has no member named 'pte'; did you mean 'ptl'?
 2021-08-27  1:09 UTC  (2+ messages)

[linux-next:master 8412/10077] arch/arc/kernel/smp.c:279:18: sparse: sparse: dereference of noderef expression
 2021-08-25 11:22 UTC 

[PATCH 4/7] arc: replace cc-option-yn uses with cc-option
 2021-08-25  4:38 UTC  (5+ messages)

[PATCH 2/3] trace: refactor TRACE_IRQFLAGS_SUPPORT in Kconfig
 2021-08-25  3:49 UTC  (2+ messages)

[PATCH] init: consolidate trap_init()
 2021-08-22 19:48 UTC  (3+ messages)
` [PATCH v2] "

[RFC v6 07/23] RISC-V: Use 64-bit time_t and off_t for RV32 and RV64
 2021-08-21 17:36 UTC  (11+ messages)
` switching ARC to 64-bit time_t (Re: [RFC v6 07/23] RISC-V: Use 64-bit time_t and off_t for RV32 and RV64)
        ` ARC rebootstrap prereq (was Re: switching ARC to 64-bit time_t )

[PATCH v2 00/19] ARC mm updates: support 3/4 levels and asm-generic/pgalloc
 2021-08-17  5:04 UTC  (34+ messages)
` [PATCH v2 01/19] ARC: mm: use SCRATCH_DATA0 register for caching pgdir in ARCv2 only
` [PATCH v2 02/19] ARC: mm: remove tlb paranoid code
` [PATCH v2 03/19] ARC: mm: move mmu/cache externs out to setup.h
` [PATCH v2 04/19] ARC: mm: Fixes to allow STRICT_MM_TYPECHECKS
` [PATCH v2 05/19] ARC: mm: Enable STRICT_MM_TYPECHECKS
` [PATCH v2 06/19] ARC: ioremap: use more commonly used PAGE_KERNEL based uncached flag
` [PATCH v2 07/19] ARC: mm: pmd_populate* to use the canonical set_pmd (and drop pmd_set)
` [PATCH v2 08/19] ARC: mm: switch pgtable_t back to struct page *
` [PATCH v2 09/19] ARC: mm: switch to asm-generic/pgalloc.h
` [PATCH v2 10/19] ARC: mm: non-functional code cleanup ahead of 3 levels
` [PATCH v2 11/19] ARC: mm: move MMU specific bits out of ASID allocator
` [PATCH v2 12/19] ARC: mm: move MMU specific bits out of entry code
` [PATCH v2 13/19] ARC: mm: disintegrate mmu.h (arcv2 bits out)
` [PATCH v2 14/19] ARC: mm: disintegrate pgtable.h into levels and flags
` [PATCH v2 15/19] ARC: mm: hack to allow 2 level build with 4 level code
` [PATCH v2 16/19] ARC: mm: support 3 levels of page tables
` [PATCH v2 17/19] ARC: mm: support 4 "
` [PATCH v2 18/19] ARC: mm: vmalloc sync from kernel to user table to update PMD
` [PATCH v2 19/19] ARC: mm: introduce _PAGE_TABLE to explicitly link pgd, pud, pmd entries

[PATCH AUTOSEL 4.4 2/2] ARC: Fix CONFIG_STACKDEPOT
 2021-08-17  0:36 UTC 

[PATCH AUTOSEL 4.9 2/2] ARC: Fix CONFIG_STACKDEPOT
 2021-08-17  0:36 UTC 

[PATCH AUTOSEL 4.14 2/2] ARC: Fix CONFIG_STACKDEPOT
 2021-08-17  0:36 UTC 

[PATCH AUTOSEL 4.19 2/4] ARC: Fix CONFIG_STACKDEPOT
 2021-08-17  0:36 UTC 

[PATCH AUTOSEL 5.4 2/5] ARC: Fix CONFIG_STACKDEPOT
 2021-08-17  0:36 UTC 

[PATCH AUTOSEL 5.10 4/9] ARC: Fix CONFIG_STACKDEPOT
 2021-08-17  0:35 UTC 

[PATCH AUTOSEL 5.13 05/12] ARC: Fix CONFIG_STACKDEPOT
 2021-08-17  0:35 UTC 

[PATCH] ARC: export clear_user_page() for modules
 2021-08-16 22:00 UTC  (2+ messages)

ERROR: modpost: "clear_user_page" [drivers/media/v4l2-core/videobuf-dma-sg.ko] undefined!
 2021-08-15  0:03 UTC 

[PATCH v6 00/12] mm/debug_vm_pgtable: Enhancements
 2021-08-14  2:57 UTC  (2+ messages)

[PATCH linux-nest] arch/arc/kernel/: fix misspellings using codespell tool
 2021-08-13 16:30 UTC 

[linux-next:master 5325/7963] fs/file.c:401:54: sparse: sparse: incorrect type in initializer (different address spaces)
 2021-08-13 14:16 UTC 

[linux-next:master 5363/7554] kernel/sys.c:1896:17: sparse: sparse: incorrect type in assignment (different address spaces)
 2021-08-13  5:50 UTC 

[PATCH -next] trap: Cleanup trap_init()
 2021-08-13  2:27 UTC  (4+ messages)

[PATCH 00/18] ARC mm updates to support 3 or 4 levels of paging
 2021-08-12 18:58 UTC  (12+ messages)
` [PATCH 09/18] ARC: mm: non-functional code cleanup ahead of 3 levels
` [PATCH 15/18] ARC: mm: support 3 levels of page tables
` [PATCH 16/18] ARC: mm: support 4 "

[linux-next:master 5214/6860] kernel/sys.c:1896:19: sparse: sparse: incorrect type in initializer (different address spaces)
 2021-08-11 21:21 UTC 


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 read-only IMAP folder(s) and NNTP newsgroup(s).