Linux SNPS ARC Archive mirror
 help / color / mirror / Atom feed
 messages from 2021-11-16 08:46:38 to 2022-02-15 21:04:28 UTC [more...]

[RFC PATCH 0/3] arc: remove CONFIG_SET_FS
 2022-02-15 21:04 UTC  (9+ 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()

[PATCH 00/14] clean up asm/uaccess.h, kill set_fs for good
 2022-02-15 13:28 UTC  (58+ 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 06/14] mips: use simpler access_ok()
` [PATCH 07/14] uaccess: generalize access_ok()
` [PATCH 08/14] arm64: simplify access_ok()
` [PATCH 09/14] m68k: drop custom __access_ok()
` [PATCH 10/14] uaccess: remove most CONFIG_SET_FS users
` [PATCH 11/14] sparc64: remove CONFIG_SET_FS support
` [PATCH 12/14] sh: "
` [PATCH 13/14] ia64: "
` [PATCH 14/14] uaccess: drop set_fs leftovers

[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 

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  (4+ 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 


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