public inbox for linux-snps-arc@lists.infradead.org
 help / color / mirror / Atom feed
 messages from 2021-09-30 21:22:02 to 2022-02-14 16:38:52 UTC [more...]

[PATCH 00/14] clean up asm/uaccess.h, kill set_fs for good
 2022-02-14 16:34 UTC  (6+ messages)
` [PATCH 01/14] uaccess: fix integer overflow on access_ok()
` [PATCH 02/14] sparc64: add __{get,put}_kernel_nocheck()
` [PATCH 03/14] nds32: fix access_ok() checks in get/put_user
` [PATCH 04/14] x86: use more conventional access_ok() definition
` [PATCH 05/14] uaccess: add generic __{get,put}_kernel_nofault

[PATCH 18/30] arc/mm: Enable ARCH_HAS_VM_GET_PAGE_PROT
 2022-02-14  2:30 UTC 

Prezentacja
 2022-02-11  8:34 UTC 

arch/arc/kernel/smp.c:279:18: sparse: sparse: dereference of noderef expression
 2022-02-09  9:32 UTC 

Prezentacja
 2022-02-02  9:32 UTC 

[RFC PATCH 0/3] arc: remove CONFIG_SET_FS
 2022-02-02  5:14 UTC  (8+ messages)
` [RFC PATCH 1/3] arc: use BUILD_BUG for invalid sizes in get_user/put_user
` [RFC PATCH 2/3] arc: provide __{get,put}_kernel_nofault
` [RFC PATCH 3/3] arc: remove set_fs()

net/ipv4/tcp_cong.c:238:22: sparse: sparse: incorrect type in assignment (different address spaces)
 2022-01-29 10:25 UTC 

Wycena paneli fotowoltaicznych
 2022-01-25  9:15 UTC 

Prezentacja
 2022-01-25  8:57 UTC 

[RFC V1 18/31] arc/mm: Enable ARCH_HAS_VM_GET_PAGE_PROT
 2022-01-24 12:56 UTC 

[PATCH] arc770: Remove arc770 target
 2022-01-23 12:53 UTC  (3+ messages)

architectures that still need to remove set_fs()
 2022-01-18 11:48 UTC  (2+ messages)

[GIT PULL] ARC updates for 5.17-rc1
 2022-01-18  4:53 UTC  (2+ messages)

arch/arc/kernel/smp.c:279:18: sparse: sparse: dereference of noderef expression
 2022-01-17 22:18 UTC 

Wycena paneli fotowoltaicznych
 2022-01-11  7:45 UTC 

[RFT] Kernels for next release
 2022-01-10 23:36 UTC  (2+ messages)

fs/file.c:401:54: sparse: sparse: incorrect type in initializer (different address spaces)
 2022-01-07 13:54 UTC 

[RFC 02/32] Kconfig: introduce HAS_IOPORT option and select it as necessary
 2021-12-31 21:55 UTC  (11+ messages)

[PATCH] ARC: dw2 unwind: use swap() to make code cleaner
 2021-12-29  3:52 UTC  (2+ messages)

[PATCH] arc: use swap() to make code cleaner
 2021-12-29  3:50 UTC  (2+ messages)

[PATCH] arc: perf: Move static structs to where they're really used
 2021-12-29  3:47 UTC  (2+ messages)

[PATCH] ARC: perf: Remove redundant initialization of variable idx
 2021-12-29  3:43 UTC  (3+ messages)

Słowa kluczowe do wypozycjonowania
 2021-12-28  8:40 UTC 

Happy Weekend:
 2021-12-26  9:29 UTC 

Wycena paneli fotowoltaicznych
 2021-12-23  7:45 UTC 

[PATCH v2 00/17] lib/bitmap: optimize bitmap_weight() usage
 2021-12-21 13:15 UTC  (24+ messages)
` [PATCH 01/17] all: don't use bitmap_weight() where possible
` [PATCH 02/17] drivers: rename num_*_cpus variables
` [PATCH 03/17] fix open-coded for_each_set_bit()
` [PATCH 04/17] all: replace bitmap_weight with bitmap_empty where appropriate
` [PATCH 05/17] all: replace cpumask_weight with cpumask_empty "
` [PATCH 06/17] all: replace nodes_weight with nodes_empty "
` [PATCH 07/17] lib/bitmap: add bitmap_weight_{cmp, eq, gt, ge, lt, le} functions
` [PATCH 08/17] all: replace bitmap_weight with bitmap_weight_{eq, gt, ge, lt, le} where appropriate
  ` [PATCH 08/17] all: replace bitmap_weight with bitmap_weight_{eq,gt,ge,lt,le} "
` [PATCH 09/17] lib/cpumask: add cpumask_weight_{eq,gt,ge,lt,le}
` [PATCH 10/17] lib/nodemask: add nodemask_weight_{eq,gt,ge,lt,le}
` [PATCH 11/17] lib/nodemask: add num_node_state_eq()
` [PATCH 12/17] kernel/cpu.c: fix init_cpu_online
` [PATCH 13/17] kernel/cpu: add num_possible_cpus counter
` [PATCH 14/17] kernel/cpu: add num_present_cpu counter
` [PATCH 15/17] kernel/cpu: add num_active_cpu counter
` [PATCH 16/17] tools/bitmap: sync bitmap_weight
` [PATCH 17/17] MAINTAINERS: add cpumask and nodemask files to BITMAP_API

Broken arc toolchain
 2021-12-17 23:12 UTC 

[PATCH] arc: Replace lkml.org links with lore
 2021-12-15 19:17 UTC  (3+ messages)

[PATCH 0/9] lib/bitmap: optimize bitmap_weight() usage
 2021-12-15 17:45 UTC  (33+ 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 2/9] lib/bitmap: implement bitmap_{empty,full} "
` [PATCH 3/9] all: replace bitmap_weigth() with bitmap_{empty, full, eq, gt, le}
  ` [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 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 v3] ARC: mm: Update ARC_REG_*C_PTAG on each cacheline operation
 2021-12-15 14:42 UTC  (2+ messages)

[PATCH v2] ARC: mm: Update ARC_REG_*C_PTAG on each cacheline operation
 2021-12-15 14:15 UTC  (3+ messages)

[PATCH] ARC: mm: Update ARC_REG_*C_PTAG on each cacheline operation
 2021-12-14 12:25 UTC  (3+ messages)

Wycena paneli fotowoltaicznych
 2021-12-14  8:31 UTC 

[PATCH] docs: ARC: Improve readability
 2021-12-10 21:28 UTC  (2+ messages)

[PATCH] openssl: Use linux-latomic target for ARC
 2021-12-07 16:06 UTC  (2+ messages)

[PATCH] openssl: Use linux-latomic target for ARC
 2021-12-07 16:02 UTC 

fs/file.c:401:54: sparse: sparse: incorrect type in initializer (different address spaces)
 2021-12-07 13:04 UTC 

[RFC PATCH 0/6] Check length of unmapped area on MAP_FIXED
 2021-12-06 15:02 UTC  (2+ messages)
` [RFC PATCH 1/6] ARC: mm/mmap.c: Check length of unmapped area before allowing MAP_FIXED

net/ipv4/tcp_cong.c:238:24: sparse: sparse: incorrect type in initializer (different address spaces)
 2021-12-04 18:52 UTC 

[PATCH v2] docs: Add documentation for ARC processors
 2021-12-01 20:40 UTC  (5+ messages)

[PATCH 0/2] of: remove reserved regions count restriction
 2021-11-30 21:07 UTC  (11+ 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] 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 

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  (2+ 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  (7+ messages)
` [PATCH v1 3/4] memblock: add MEMBLOCK_DRIVER_MANAGED to mimic IORESOURCE_SYSRAM_DRIVER_MANAGED

[PATCH v2 0/6] memblock: cleanup memblock_free interface
 2021-09-30 22:10 UTC  (3+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox