linux-arch.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-02-27 16:29:33 to 2022-03-03 12:18:38 UTC [more...]

[PATCH 0/6] Remove usage of list iterator past the loop body
 2022-03-03 12:18 UTC  (80+ messages)
` [PATCH 1/6] drivers: usb: remove "
` [PATCH 2/6] treewide: remove using list iterator after loop body as a ptr
                        ` [Kgdb-bugreport] "
` [PATCH 3/6] treewide: fix incorrect use to determine if list is empty
` [PATCH 4/6] drivers: remove unnecessary use of list iterator variable
` [PATCH 5/6] treewide: remove dereference of list iterator after loop body
` [PATCH 6/6] treewide: remove check of list iterator against head past the "
  ` [Intel-gfx] "

[PATCH V6 00/22] arch: Add basic LoongArch support
 2022-03-03 11:41 UTC  (19+ messages)
` [PATCH V6 09/22] LoongArch: Add boot and setup routines

[arnd-asm-generic:asm-generic] BUILD SUCCESS 9f15ac318b836c881f9e3cc0cdbc7497033a6336
 2022-03-02 21:00 UTC 

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

[RFC PATCH 5/7] serial: termbits: ADDRB to indicate 9th bit addressing mode
 2022-03-02  9:56 UTC  (2+ messages)
` [RFC PATCH 6/7] serial: General support for multipoint addresses

[RFC 0/4] locking: Add new lock contention tracepoints (v2)
 2022-03-01 19:47 UTC  (15+ messages)
` [PATCH 1/4] locking: Add lock contention tracepoints
` [PATCH 2/4] locking: Apply contention tracepoints in the slow path
` [PATCH 3/4] locking/mutex: Pass proper call-site ip
` [PATCH 4/4] locking/rwsem: "

[PATCH 00/35] Shadow stacks for userspace
 2022-02-28 22:55 UTC  (14+ messages)

[PATCH v10 0/2] arm64: Enable BTI for the executable as well as the interpreter
 2022-02-28 18:24 UTC  (4+ messages)
` [PATCH v10 1/2] elf: Allow architectures to parse properties on the main executable
` [PATCH v10 2/2] arm64: Enable BTI for main executable as well as the interpreter

[PATCH V7 00/20] riscv: compat: Add COMPAT mode support for rv64
 2022-02-28 12:51 UTC  (25+ messages)
` [PATCH V7 03/20] compat: consolidate the compat_flock{,64} definition
` [PATCH V7 04/20] kconfig: Add SYSVIPC_COMPAT for all architectures
` [PATCH V7 05/20] fs: stat: compat: Add __ARCH_WANT_COMPAT_STAT
` [PATCH V7 06/20] asm-generic: compat: Cleanup duplicate definitions
` [PATCH V7 07/20] syscalls: compat: Fix the missing part for __SYSCALL_COMPAT
` [PATCH V7 08/20] riscv: Fixup difference with defconfig
` [PATCH V7 09/20] riscv: compat: Add basic compat data type implementation
` [PATCH V7 10/20] riscv: compat: Re-implement TASK_SIZE for COMPAT_32BIT
` [PATCH V7 11/20] riscv: compat: syscall: Add compat_sys_call_table implementation
` [PATCH V7 12/20] riscv: compat: syscall: Add entry.S implementation
` [PATCH V7 13/20] riscv: compat: process: Add UXL_32 support in start_thread
` [PATCH V7 14/20] riscv: compat: Add elf.h implementation
` [PATCH V7 15/20] riscv: compat: Add hw capability check for elf
` [PATCH V7 16/20] riscv: compat: vdso: Add COMPAT_VDSO base code implementation
` [PATCH V7 17/20] riscv: compat: vdso: Add setup additional pages implementation
` [PATCH V7 18/20] riscv: compat: signal: Add rt_frame implementation
` [PATCH V7 19/20] riscv: compat: ptrace: Add compat_arch_ptrace implement
` [PATCH V7 20/20] riscv: compat: Add COMPAT Kbuild skeletal support

[PATCH] arch: syscalls: simplify uapi/kapi directory creation
 2022-02-28  9:47 UTC  (2+ messages)

[RFC PATCH 00/13] Proposal for speculative safe list iterator
 2022-02-28  6:15 UTC  (18+ messages)
` [RFC PATCH 03/13] usb: remove the usage of the list iterator after the loop

[PATCH 00/30] mm/mmap: Drop protection_map[] and platform's __SXXX/__PXXX requirements
 2022-02-28  2:27 UTC  (7+ messages)
` [PATCH 25/30] nios2/mm: Enable ARCH_HAS_VM_GET_PAGE_PROT


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