linux-arch.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-02-12 02:31:26 to 2022-02-17 18:50:42 UTC [more...]

[RFC PATCH 00/13] Proposal for speculative safe list iterator
 2022-02-17 18:48 UTC  (13+ messages)
` [RFC PATCH 01/13] list: introduce speculative safe list_for_each_entry()
` [RFC PATCH 02/13] scripts: coccinelle: adapt to find list_for_each_entry nospec issues
` [RFC PATCH 03/13] usb: remove the usage of the list iterator after the loop
` [RFC PATCH 04/13] vfio/mdev: "
` [RFC PATCH 05/13] drivers/perf: "
` [RFC PATCH 06/13] ARM: mmp: "
` [RFC PATCH 07/13] udp_tunnel: "
` [RFC PATCH 08/13] net: dsa: future proof usage of "
` [RFC PATCH 09/13] drbd: "
` [RFC PATCH 10/13] powerpc/spufs: "
` [RFC PATCH 11/13] ath6kl: remove use "
` [RFC PATCH 12/13] staging: greybus: audio: Remove usage "

[PATCH v1] random: block in /dev/urandom
 2022-02-17 16:28 UTC 

[arnd-asm-generic:master 19/26] arch/sparc/include/uapi/asm/posix_types.h:14: Error: Unknown opcode: `typedef'
 2022-02-17 13:15 UTC 

[PATCH 00/30] mm/mmap: Drop protection_map[] and platform's __SXXX/__PXXX requirements
 2022-02-17  9:46 UTC  (36+ messages)
` [PATCH 01/30] mm/debug_vm_pgtable: Drop protection_map[] usage
` [PATCH 02/30] mm/mmap: Clarify protection_map[] indices
` [PATCH 03/30] mm/mmap: Add new config ARCH_HAS_VM_GET_PAGE_PROT
` [PATCH 04/30] powerpc/mm: Enable ARCH_HAS_VM_GET_PAGE_PROT
` [PATCH 05/30] arm64/mm: "
` [PATCH 06/30] sparc/mm: "
` [PATCH 07/30] mips/mm: "
` [PATCH 08/30] m68k/mm: "
` [PATCH 09/30] arm/mm: "
` [PATCH 10/30] x86/mm: "
` [PATCH 11/30] mm/mmap: Drop protection_map[]
` [PATCH 12/30] mm/mmap: Drop arch_filter_pgprot()
` [PATCH 13/30] mm/mmap: Drop arch_vm_get_page_pgprot()
` [PATCH 14/30] s390/mm: Enable ARCH_HAS_VM_GET_PAGE_PROT
` [PATCH 15/30] riscv/mm: "
` [PATCH 16/30] alpha/mm: "
` [PATCH 17/30] sh/mm: "
` [PATCH 18/30] arc/mm: "
` [PATCH 19/30] csky/mm: "
` [PATCH 20/30] extensa/mm: "
` [PATCH 21/30] parisc/mm: "
` [PATCH 22/30] openrisc/mm: "
` [PATCH 23/30] um/mm: "
` [PATCH 24/30] microblaze/mm: "
` [PATCH 25/30] nios2/mm: "
` [PATCH 26/30] hexagon/mm: "
` [PATCH 27/30] nds32/mm: "
` [PATCH 28/30] ia64/mm: "
` [PATCH 29/30] mm/mmap: Drop generic vm_get_page_prot()
` [PATCH 30/30] mm/mmap: Drop ARCH_HAS_VM_GET_PAGE_PROT

[PATCH 0/6] Add more export headers to compile-test coverage
 2022-02-17  8:15 UTC  (4+ messages)

[PATCH v8 0/4] arm64: Enable BTI for the executable as well as the interpreter
 2022-02-17  8:17 UTC  (6+ messages)

[PATCH v2 00/18] clean up asm/uaccess.h, kill set_fs for good
 2022-02-17  8:13 UTC  (29+ messages)
` [PATCH v2 01/18] uaccess: fix integer overflow on access_ok()
` [PATCH v2 02/18] uaccess: fix nios2 and microblaze get_user_8()
` [PATCH v2 03/18] nds32: fix access_ok() checks in get/put_user
` [PATCH v2 04/18] sparc64: add __{get,put}_kernel_nocheck()
` [PATCH v2 05/18] x86: remove __range_not_ok()
` [PATCH v2 06/18] x86: use more conventional access_ok() definition
` [PATCH v2 07/18] nios2: drop access_ok() check from __put_user()
` [PATCH v2 08/18] uaccess: add generic __{get,put}_kernel_nofault
` [PATCH v2 09/18] mips: use simpler access_ok()
` [PATCH v2 10/18] m68k: fix access_ok for coldfire
` [PATCH v2 11/18] arm64: simplify access_ok()
` [PATCH v2 12/18] uaccess: fix type mismatch warnings from access_ok()
` [PATCH v2 13/18] uaccess: generalize access_ok()
` [PATCH v2 14/18] lib/test_lockup: fix kernel pointer check for separate address spaces
` [PATCH v2 15/18] sparc64: remove CONFIG_SET_FS support
` [PATCH v2 16/18] sh: "
` [PATCH v2 17/18] ia64: "
` [PATCH v2 18/18] uaccess: drop maining CONFIG_SET_FS users

[PATCH v10 00/15] Function Granular KASLR
 2022-02-17  7:45 UTC  (23+ messages)
` [PATCH v10 02/15] livepatch: avoid position-based search if `-z unique-symbol` is available
` [PATCH v10 10/15] FG-KASLR: use a scripted approach to handle .text.* sections
  ` [PATCH v10 05/15] x86: support asm function sections

[PATCH 00/14] clean up asm/uaccess.h, kill set_fs for good
 2022-02-16 19:43 UTC  (61+ 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][next] treewide: Replace zero-length arrays with flexible-array members
 2022-02-16 19:46 UTC  (7+ messages)

[PATCH v4 00/13] Fix LKDTM for PPC64/IA64/PARISC v4
 2022-02-16 16:20 UTC  (20+ messages)
` [PATCH v4 01/13] powerpc: Fix 'sparse' checking on PPC64le
` [PATCH v4 02/13] powerpc: Move and rename func_descr_t
` [PATCH v4 03/13] powerpc: Use 'struct func_desc' instead of 'struct ppc64_opd_entry'
` [PATCH v4 04/13] powerpc: Remove "
` [PATCH v4 05/13] powerpc: Prepare func_desc_t for refactorisation
` [PATCH v4 06/13] ia64: Rename 'ip' to 'addr' in 'struct fdesc'
` [PATCH v4 07/13] asm-generic: Define CONFIG_HAVE_FUNCTION_DESCRIPTORS
` [PATCH v4 08/13] asm-generic: Define 'func_desc_t' to commonly describe function descriptors
` [PATCH v4 09/13] asm-generic: Refactor dereference_[kernel]_function_descriptor()
` [PATCH v4 10/13] lkdtm: Force do_nothing() out of line
` [PATCH v4 11/13] lkdtm: Really write into kernel text in WRITE_KERN
` [PATCH v4 12/13] lkdtm: Fix execute_[user]_location()
` [PATCH v4 13/13] lkdtm: Add a test for function descriptors protection

[PATCH 00/35] Shadow stacks for userspace
 2022-02-15  8:49 UTC  (8+ messages)
` [PATCH 23/35] x86/fpu: Add helpers for modifying supervisor xstate
` [PATCH 26/35] x86/process: Change copy_thread() argument 'arg' to 'stack_size'

linux/arch micronference @ plumbers 2022
 2022-02-15  5:55 UTC 

[PATCH 03/10] exit: Move oops specific logic from do_exit into make_task_dead
 2022-02-14 16:20 UTC  (13+ messages)
` [PATCH] microblaze: remove CONFIG_SET_FS

[PATCH v3 00/12] Fix LKDTM for PPC64/IA64/PARISC
 2022-02-14 10:34 UTC  (11+ messages)
` [PATCH v3 04/12] powerpc: Prepare func_desc_t for refactorisation
` [PATCH v3 08/12] asm-generic: Refactor dereference_[kernel]_function_descriptor()
` [PATCH v3 12/12] lkdtm: Add a test for function descriptors protection


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