org.infradead.lists.linux-snps-arc archive
415 archived articles, newest first (page 3 of 5). Latest articles →
Re: [PATCH] arc: validate DT CPU map strings before parsing them
Sun, 5 Apr 2026 14:35:45 -0700Re: [PATCH v4 0/9] driver core: Fix some race conditions
Sun, 05 Apr 2026 14:02:33 +0200Re: [PATCH v4 0/9] driver core: Fix some race conditions
Sun, 5 Apr 2026 07:27:46 +0200Re: [PATCH v4 0/9] driver core: Fix some race conditions
Sat, 4 Apr 2026 19:11:59 +0200[PATCH v4 7/9] driver core: Replace dev->dma_coherent with dev_dma_coherent()
Fri, 3 Apr 2026 17:05:01 -0700[PATCH v4 0/9] driver core: Fix some race conditions
Fri, 3 Apr 2026 17:04:54 -0700[PATCH] arc: validate DT CPU map strings before parsing them
Fri, 3 Apr 2026 13:41:47 +0800[PATCH v2] cmpxchg: allow const-qualified old value in cmpxchg()
Fri, 03 Apr 2026 09:19:54 +0800[PATCH v3 7/9] driver core: Replace dev->dma_coherent with DEV_FLAG_DMA_COHERENT
Thu, 2 Apr 2026 17:49:53 -0700[PATCH v3 0/9] driver core: Fix some race conditions
Thu, 2 Apr 2026 17:49:46 -0700Re: [PATCH] cmpxchg: allow const-qualified old value in cmpxchg()
Thu, 2 Apr 2026 13:07:45 +0000Re: [PATCH] cmpxchg: allow const-qualified old value in cmpxchg()
Thu, 2 Apr 2026 12:47:33 +0200Re: [PATCH] cmpxchg: allow const-qualified old value in cmpxchg()
Thu, 2 Apr 2026 09:57:47 +0100[PATCH] cmpxchg: allow const-qualified old value in cmpxchg()
Thu, 02 Apr 2026 14:56:01 +0800Re: [PATCH] arch/arc: bpf_jit: fix missing newline in pr_err messages
Sun, 29 Mar 2026 10:23:59 -0700Re: [PATCH v4 00/25] mm/vma: convert vm_flags_t to vma_flags_t in vma code
Fri, 27 Mar 2026 09:27:16 +0100Re: [PATCH v4 00/25] mm/vma: convert vm_flags_t to vma_flags_t in vma code
Thu, 26 Mar 2026 22:50:31 -0700[PATCH] arch/arc: bpf_jit: fix missing newline in pr_err messages
Tue, 24 Mar 2026 20:27:02 +0800Re: [PATCH v4 25/25] mm: simplify VMA flag tests of excluded flags
Mon, 23 Mar 2026 16:51:41 +0100Re: [PATCH v4 24/25] mm/vma: convert __mmap_region() to use vma_flags_t
Mon, 23 Mar 2026 16:49:44 +0100Re: [PATCH v4 23/25] mm/vma: convert vma_modify_flags[_uffd]() to use vma_flags_t
Mon, 23 Mar 2026 16:47:32 +0100Re: [PATCH v4 00/25] mm/vma: convert vm_flags_t to vma_flags_t in vma code
Fri, 20 Mar 2026 12:56:47 -0700[PATCH v4 24/25] mm/vma: convert __mmap_region() to use vma_flags_t
Fri, 20 Mar 2026 19:38:41 +0000[PATCH v4 25/25] mm: simplify VMA flag tests of excluded flags
Fri, 20 Mar 2026 19:38:42 +0000[PATCH v4 23/25] mm/vma: convert vma_modify_flags[_uffd]() to use vma_flags_t
Fri, 20 Mar 2026 19:38:40 +0000[PATCH v4 22/25] tools: bitmap: add missing bitmap_copy() implementation
Fri, 20 Mar 2026 19:38:39 +0000[PATCH v4 21/25] mm/vma: convert as much as we can in mm/vma.c to vma_flags_t
Fri, 20 Mar 2026 19:38:38 +0000[PATCH v4 17/25] mm: convert do_brk_flags() to use vma_flags_t
Fri, 20 Mar 2026 19:38:34 +0000[PATCH v4 20/25] tools/testing/vma: update VMA tests to test vma_clear_flags[_mask]()
Fri, 20 Mar 2026 19:38:37 +0000[PATCH v4 19/25] mm/vma: introduce vma_clear_flags[_mask]()
Fri, 20 Mar 2026 19:38:36 +0000[PATCH v4 18/25] mm: update vma_supports_mlock() to use new VMA flags
Fri, 20 Mar 2026 19:38:35 +0000[PATCH v4 16/25] tools/testing/vma: test vma_flags_count,vma[_flags]_test_single_mask
Fri, 20 Mar 2026 19:38:33 +0000[PATCH v4 15/25] mm: introduce vma_flags_count() and vma[_flags]_test_single_mask()
Fri, 20 Mar 2026 19:38:32 +0000[PATCH v4 14/25] tools/testing/vma: update VMA flag tests to test vma_test[_any_mask]()
Fri, 20 Mar 2026 19:38:31 +0000[PATCH v4 07/25] mm/vma: add append_vma_flags() helper
Fri, 20 Mar 2026 19:38:24 +0000[PATCH v4 08/25] tools/testing/vma: add simple test for append_vma_flags()
Fri, 20 Mar 2026 19:38:25 +0000[PATCH v4 13/25] mm/vma: introduce vma_test[_any[_mask]](), and make inlining consistent
Fri, 20 Mar 2026 19:38:30 +0000[PATCH v4 09/25] mm: unexport vm_brk_flags() and eliminate vm_flags parameter
Fri, 20 Mar 2026 19:38:26 +0000[PATCH v4 11/25] mm/vma: introduce [vma_flags,legacy]_to_[legacy,vma_flags]() helpers
Fri, 20 Mar 2026 19:38:28 +0000[PATCH v4 12/25] tools/testing/vma: test that legacy flag helpers work correctly
Fri, 20 Mar 2026 19:38:29 +0000[PATCH v4 10/25] mm/vma: introduce vma_flags_same[_mask/_pair]()
Fri, 20 Mar 2026 19:38:27 +0000[PATCH v4 04/25] tools/testing/vma: convert bulk of test code to vma_flags_t
Fri, 20 Mar 2026 19:38:21 +0000[PATCH v4 06/25] tools/testing/vma: fix VMA flag tests
Fri, 20 Mar 2026 19:38:23 +0000[PATCH v4 05/25] mm/vma: use new VMA flags for sticky flags logic
Fri, 20 Mar 2026 19:38:22 +0000[PATCH v4 03/25] mm/vma: add further vma_flags_t unions
Fri, 20 Mar 2026 19:38:20 +0000[PATCH v4 02/25] tools/testing/vma: add unit tests flag empty, diff_pair, and[_mask]
Fri, 20 Mar 2026 19:38:19 +0000[PATCH v4 01/25] mm/vma: add vma_flags_empty(), vma_flags_and(), vma_flags_diff_pair()
Fri, 20 Mar 2026 19:38:18 +0000[PATCH v4 00/25] mm/vma: convert vm_flags_t to vma_flags_t in vma code
Fri, 20 Mar 2026 19:38:17 +0000Re: [PATCH v3 21/23] mm/vma: convert as much as we can in mm/vma.c to vma_flags_t
Fri, 20 Mar 2026 18:28:28 +0000Re: [PATCH v3 17/23] mm: convert do_brk_flags() to use vma_flags_t
Fri, 20 Mar 2026 16:38:34 +0000Re: [PATCH v3 17/23] mm: convert do_brk_flags() to use vma_flags_t
Fri, 20 Mar 2026 16:06:15 +0100Re: [PATCH v3 17/23] mm: convert do_brk_flags() to use vma_flags_t
Fri, 20 Mar 2026 13:42:57 +0000Re: [PATCH v3 22/23] mm/vma: convert vma_modify_flags[_uffd]() to use vma_flags_t
Fri, 20 Mar 2026 12:15:36 +0000Re: [PATCH v3 22/23] mm/vma: convert vma_modify_flags[_uffd]() to use vma_flags_t
Fri, 20 Mar 2026 12:56:56 +0100Re: [PATCH v3 22/23] mm/vma: convert vma_modify_flags[_uffd]() to use vma_flags_t
Fri, 20 Mar 2026 11:08:08 +0000Re: [PATCH v3 23/23] mm/vma: convert __mmap_region() to use vma_flags_t
Fri, 20 Mar 2026 11:51:08 +0100Re: [PATCH v3 22/23] mm/vma: convert vma_modify_flags[_uffd]() to use vma_flags_t
Fri, 20 Mar 2026 11:39:58 +0100Re: [PATCH v3 21/23] mm/vma: convert as much as we can in mm/vma.c to vma_flags_t
Fri, 20 Mar 2026 11:15:52 +0100Re: [PATCH v3 19/23] mm/vma: introduce vma_clear_flags[_mask]()
Fri, 20 Mar 2026 11:04:38 +0100Re: [PATCH v3 18/23] mm: update vma_supports_mlock() to use new VMA flags
Fri, 20 Mar 2026 11:03:54 +0100Re: [PATCH v3 17/23] mm: convert do_brk_flags() to use vma_flags_t
Fri, 20 Mar 2026 10:57:32 +0100Re: [PATCH v3 15/23] mm: introduce vma_flags_count() and vma[_flags]_test_single_mask()
Fri, 20 Mar 2026 09:59:15 +0100Re: [PATCH v3 13/23] mm/vma: introduce vma_test[_any[_mask]](), and make inlining consistent
Fri, 20 Mar 2026 09:48:40 +0100Re: [PATCH v3 11/23] mm/vma: introduce [vma_flags,legacy]_to_[legacy,vma_flags]() helpers
Thu, 19 Mar 2026 18:38:43 +0100Re: [PATCH v3 10/23] mm/vma: introduce vma_flags_same[_mask/_pair]()
Thu, 19 Mar 2026 18:31:20 +0100Re: [PATCH v3 09/23] mm: unexport vm_brk_flags() and eliminate vm_flags parameter
Thu, 19 Mar 2026 18:27:44 +0100Re: [PATCH v3 07/23] mm/vma: add append_vma_flags() helper
Thu, 19 Mar 2026 18:20:23 +0100Re: [PATCH v2 01/23] mm/vma: add vma_flags_empty(), vma_flags_and(), vma_flags_diff_pair()
Thu, 19 Mar 2026 16:50:08 +0000Re: [PATCH v3 05/23] mm/vma: use new VMA flags for sticky flags logic
Thu, 19 Mar 2026 15:50:50 +0100Re: [PATCH v3 00/23] mm/vma: convert vm_flags_t to vma_flags_t in vma code
Wed, 18 Mar 2026 10:47:59 -0700[PATCH v3 23/23] mm/vma: convert __mmap_region() to use vma_flags_t
Wed, 18 Mar 2026 15:50:34 +0000[PATCH v3 22/23] mm/vma: convert vma_modify_flags[_uffd]() to use vma_flags_t
Wed, 18 Mar 2026 15:50:33 +0000[PATCH v3 21/23] mm/vma: convert as much as we can in mm/vma.c to vma_flags_t
Wed, 18 Mar 2026 15:50:32 +0000[PATCH v3 19/23] mm/vma: introduce vma_clear_flags[_mask]()
Wed, 18 Mar 2026 15:50:30 +0000[PATCH v3 20/23] tools/testing/vma: update VMA tests to test vma_clear_flags[_mask]()
Wed, 18 Mar 2026 15:50:31 +0000[PATCH v3 17/23] mm: convert do_brk_flags() to use vma_flags_t
Wed, 18 Mar 2026 15:50:28 +0000[PATCH v3 18/23] mm: update vma_supports_mlock() to use new VMA flags
Wed, 18 Mar 2026 15:50:29 +0000[PATCH v3 16/23] tools/testing/vma: test vma_flags_count,vma[_flags]_test_single_mask
Wed, 18 Mar 2026 15:50:27 +0000[PATCH v3 14/23] tools/testing/vma: update VMA flag tests to test vma_test[_any_mask]()
Wed, 18 Mar 2026 15:50:25 +0000[PATCH v3 15/23] mm: introduce vma_flags_count() and vma[_flags]_test_single_mask()
Wed, 18 Mar 2026 15:50:26 +0000[PATCH v3 13/23] mm/vma: introduce vma_test[_any[_mask]](), and make inlining consistent
Wed, 18 Mar 2026 15:50:24 +0000[PATCH v3 12/23] tools/testing/vma: test that legacy flag helpers work correctly
Wed, 18 Mar 2026 15:50:23 +0000[PATCH v3 11/23] mm/vma: introduce [vma_flags,legacy]_to_[legacy,vma_flags]() helpers
Wed, 18 Mar 2026 15:50:22 +0000[PATCH v3 10/23] mm/vma: introduce vma_flags_same[_mask/_pair]()
Wed, 18 Mar 2026 15:50:21 +0000[PATCH v3 09/23] mm: unexport vm_brk_flags() and eliminate vm_flags parameter
Wed, 18 Mar 2026 15:50:20 +0000[PATCH v3 07/23] mm/vma: add append_vma_flags() helper
Wed, 18 Mar 2026 15:50:18 +0000[PATCH v3 08/23] tools/testing/vma: add simple test for append_vma_flags()
Wed, 18 Mar 2026 15:50:19 +0000[PATCH v3 06/23] tools/testing/vma: fix VMA flag tests
Wed, 18 Mar 2026 15:50:17 +0000[PATCH v3 05/23] mm/vma: use new VMA flags for sticky flags logic
Wed, 18 Mar 2026 15:50:16 +0000[PATCH v3 04/23] tools/testing/vma: convert bulk of test code to vma_flags_t
Wed, 18 Mar 2026 15:50:15 +0000[PATCH v3 03/23] mm/vma: add further vma_flags_t unions
Wed, 18 Mar 2026 15:50:14 +0000[PATCH v3 02/23] tools/testing/vma: add unit tests flag empty, diff_pair, and[_mask]
Wed, 18 Mar 2026 15:50:13 +0000[PATCH v3 00/23] mm/vma: convert vm_flags_t to vma_flags_t in vma code
Wed, 18 Mar 2026 15:50:11 +0000[PATCH v3 01/23] mm/vma: add vma_flags_empty(), vma_flags_and(), vma_flags_diff_pair()
Wed, 18 Mar 2026 15:50:12 +0000Re: [PATCH v2 03/23] mm/vma: add further vma_flags_t unions
Wed, 18 Mar 2026 15:42:24 +0100Re: [PATCH v2 01/23] mm/vma: add vma_flags_empty(), vma_flags_and(), vma_flags_diff_pair()
Wed, 18 Mar 2026 15:40:45 +0100Re: [PATCH v2 17/23] mm: convert do_brk_flags() to use vma_flags_t
Mon, 16 Mar 2026 19:23:04 -0400Re: [PATCH v2 00/23] mm/vma: convert vm_flags_t to vma_flags_t in vma code
Mon, 16 Mar 2026 09:21:43 -0700Re: [PATCH v2 00/23] mm/vma: convert vm_flags_t to vma_flags_t in vma code
Mon, 16 Mar 2026 09:17:04 -0700[PATCH v2 23/23] mm/vma: convert __mmap_region() to use vma_flags_t
Mon, 16 Mar 2026 13:08:12 +0000
lmpx.com only provides a reader for public news (NNTP) servers. It is not
affiliated with the servers or forums shown here and is not responsible for
the content of articles, which is written by their respective authors.