linux-arch.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-03-30 21:58:08 to 2022-04-07 10:35:03 UTC [more...]

[PATCH V4 0/7] mm/mmap: Drop arch_vm_get_page_prot() and arch_filter_pgprot()
 2022-04-07 10:32 UTC  (8+ messages)
` [PATCH V4 1/7] mm/mmap: Add new config ARCH_HAS_VM_GET_PAGE_PROT
` [PATCH V4 2/7] powerpc/mm: Enable ARCH_HAS_VM_GET_PAGE_PROT
` [PATCH V4 3/7] arm64/mm: "
` [PATCH V4 4/7] sparc/mm: "
` [PATCH V4 5/7] x86/mm: "
` [PATCH V4 6/7] mm/mmap: Drop arch_filter_pgprot()
` [PATCH V4 7/7] mm/mmap: Drop arch_vm_get_page_pgprot()

[RFC PULL] remove arch/h8300
 2022-04-07  8:34 UTC  (26+ messages)

[PATCH V4 0/4] arch: patch_text: Fixup last cpu should be master
 2022-04-07  7:33 UTC  (5+ messages)
` [PATCH V4 1/4] arm64: "
` [PATCH V4 2/4] riscv: "
` [PATCH V4 3/4] xtensa: "
` [PATCH V4 4/4] csky: "

[PATCH V3] xtensa: patch_text: Fixup last cpu should be master
 2022-04-07  6:37 UTC  (3+ messages)

[PATCH V3] riscv: patch_text: Fixup last cpu should be master
 2022-04-07  6:36 UTC  (5+ messages)

[PATCH] asm-generic: fix __get_unaligned_be48() on 32 bit platforms
 2022-04-06 23:46 UTC 

[PATCH V3] csky: patch_text: Fixup last cpu should be master
 2022-04-06 14:32 UTC 

[PATCH V3] arm64: patch_text: Fixup last cpu should be master
 2022-04-06 14:02 UTC 

[PATCH V2] csky: optimize memcpy_{from,to}io() and memset_io()
 2022-04-06 13:32 UTC 

[PATCH V2] csky: Add C based string functions
 2022-04-06 13:25 UTC 

[PATCH] csky: atomic: Add custom atomic.h implementation
 2022-04-06 12:54 UTC 

[PATCH] csky: cmpxchg: Optimize with acquire & release
 2022-04-06 12:40 UTC 

[PATCH] riscv: Optimize AMO acquire/release usage
 2022-04-06 12:04 UTC 

[PATCH] riscv: cmpxchg: Cleanup unnecessary definition
 2022-04-06 12:07 UTC 

Regression with v5.18-rc1 tag on STM32F7 and STM32H7 based boards
 2022-04-06  7:01 UTC  (2+ messages)

[PATCH] csky: optimize memcpy_{from,to}io() and memset_io()
 2022-04-05 14:46 UTC  (3+ messages)

GCC 12 miscompilation of volatile asm (was: Re: [PATCH] arm64/io: Remind compiler that there is a memory side effect)
 2022-04-05 14:05 UTC  (4+ messages)

[PATCH] signal: Deliver SIGTRAP on perf event asynchronously if blocked
 2022-04-05 13:30 UTC  (3+ messages)

[PATCH 0/8] UAPI: make more exported headers self-contained, and put them into test coverage
 2022-04-05 11:59 UTC  (36+ messages)
` [PATCH 1/8] agpgart.h: do not include <stdlib.h> from exported header
` [PATCH 2/8] kbuild: prevent exported headers from including <stdlib.h>, <stdbool.h>
` [PATCH 3/8] riscv: add linux/bpf_perf_event.h to UAPI compile-test coverage
` [PATCH 4/8] mips: add asm/stat.h "
` [PATCH 5/8] powerpc: "
` [PATCH 6/8] sparc: "
` [PATCH 7/8] posix_types.h: add __kernel_uintptr_t to UAPI posix_types.h
` [PATCH 8/8] virtio_ring.h: do not include <stdint.h> from exported header

[PATCH V12 00/20] riscv: Add COMPAT mode support for 64BIT
 2022-04-05  7:13 UTC  (21+ messages)
` [PATCH V12 01/20] uapi: simplify __ARCH_FLOCK{,64}_PAD a little
` [PATCH V12 02/20] uapi: always define F_GETLK64/F_SETLK64/F_SETLKW64 in fcntl.h
` [PATCH V12 03/20] compat: consolidate the compat_flock{,64} definition
` [PATCH V12 04/20] arch: Add SYSVIPC_COMPAT for all architectures
` [PATCH V12 05/20] fs: stat: compat: Add __ARCH_WANT_COMPAT_STAT
` [PATCH V12 06/20] asm-generic: compat: Cleanup duplicate definitions
` [PATCH V12 07/20] syscalls: compat: Fix the missing part for __SYSCALL_COMPAT
` [PATCH V12 08/20] riscv: Fixup difference with defconfig
` [PATCH V12 09/20] riscv: compat: Add basic compat data type implementation
` [PATCH V12 10/20] riscv: compat: Support TASK_SIZE for compat mode
` [PATCH V12 11/20] riscv: compat: syscall: Add compat_sys_call_table implementation
` [PATCH V12 12/20] riscv: compat: syscall: Add entry.S implementation
` [PATCH V12 13/20] riscv: compat: process: Add UXL_32 support in start_thread
` [PATCH V12 14/20] riscv: compat: Add elf.h implementation
` [PATCH V12 15/20] riscv: compat: Add hw capability check for elf
` [PATCH V12 16/20] riscv: compat: vdso: Add COMPAT_VDSO base code implementation
` [PATCH V12 17/20] riscv: compat: vdso: Add setup additional pages implementation
` [PATCH V12 18/20] riscv: compat: signal: Add rt_frame implementation
` [PATCH V12 19/20] riscv: compat: ptrace: Add compat_arch_ptrace implement
` [PATCH V12 20/20] riscv: compat: Add COMPAT Kbuild skeletal support

[PATCH] csky: Add C based string functions
 2022-04-05  6:52 UTC  (2+ messages)

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

[arnd-asm-generic:asm-generic] BUILD SUCCESS fba2689ee77e63b05e203b3f26079ef915e55660
 2022-04-05  2:41 UTC 

[PATCH v2 00/48] Add KernelMemorySanitizer infrastructure
 2022-04-04 14:56 UTC  (5+ messages)
` [PATCH v2 13/48] kmsan: add KMSAN runtime core
` [PATCH v2 31/48] kernel: kmsan: don't instrument stacktrace.c

[PATCH v12 0/2] arm64: Enable BTI for the executable as well as the interpreter
 2022-04-04  9:44 UTC  (3+ messages)
` [PATCH v12 1/2] elf: Allow architectures to parse properties on the main executable
` [PATCH v12 2/2] arm64: Enable BTI for main executable as well as the interpreter

[PATCH v2 07/12] serial: termbits: ADDRB to indicate 9th bit addressing mode
 2022-04-04  9:10 UTC  (4+ messages)
` [PATCH v2 08/12] serial: General support for multipoint addresses

Biznesowy angielski
 2022-04-04  8:10 UTC 

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

[PATCH V9 00/20] riscv: compat: Add COMPAT Kbuild skeletal support
 2022-04-02 13:16 UTC  (4+ messages)

[PATCH 0/7] tracing/user_events: Update user_events ABI from
 2022-04-01 23:43 UTC  (8+ messages)
` [PATCH 1/7] tracing/user_events: Fix repeated word in comments
` [PATCH 2/7] tracing/user_events: Use NULL for strstr checks
` [PATCH 3/7] tracing/user_events: Use WRITE instead of READ for io vector import
` [PATCH 4/7] tracing/user_events: Ensure user provided strings are safely formatted
` [PATCH 5/7] tracing/user_events: Use refcount instead of atomic for ref tracking
` [PATCH 6/7] tracing/user_events: Use bits vs bytes for enabled status page data
` [PATCH 7/7] tracing/user_events: Update ABI documentation to align to bits vs bytes

[PATCH v3 00/13] Introduce sv48 support without relocatable kernel
 2022-04-01 12:56 UTC  (6+ messages)

[PATCH 0/2] locking: Add new lock contention tracepoints (v4)
 2022-04-01  9:25 UTC  (9+ messages)
` [PATCH 2/2] locking: Apply contention tracepoints in the slow path

Comments on new user events ABI
 2022-03-31 19:05 UTC  (5+ messages)

[PATCH] tracing/user_events: Add eBPF interface for user_event created events
 2022-03-30 21:57 UTC  (12+ messages)


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