linux-arch.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-03-22 14:42:11 to 2022-04-02 13:56:21 UTC [more...]

[PATCH V11 00/20] riscv: Add COMPAT mode support for rv64
 2022-04-02 13:52 UTC  (21+ 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

[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  (13+ messages)
` [PATCH V9 11/20] riscv: compat: syscall: Add compat_sys_call_table implementation
` [PATCH V9 14/20] riscv: compat: Add elf.h implementation
` [PATCH V9 15/20] riscv: compat: Add hw capability check for elf
` [PATCH V9 16/20] riscv: compat: vdso: Add COMPAT_VDSO base code implementation
` [PATCH V9 17/20] riscv: compat: vdso: Add setup additional pages implementation
` [PATCH V9 18/20] riscv: compat: signal: Add rt_frame implementation
` [PATCH V9 19/20] riscv: compat: ptrace: Add compat_arch_ptrace implement
` [PATCH V9 20/20] riscv: compat: Add COMPAT Kbuild skeletal support

[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  (12+ messages)
` [PATCH 1/2] locking: Add lock contention tracepoints
` [PATCH 2/2] locking: Apply contention tracepoints in the slow path

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

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

[PATCH v2 00/48] Add KernelMemorySanitizer infrastructure
 2022-03-30  9:41 UTC  (53+ messages)
` [PATCH v2 01/48] x86: add missing include to sparsemem.h
` [PATCH v2 02/48] stackdepot: reserve 5 extra bits in depot_stack_handle_t
` [PATCH v2 03/48] kasan: common: adapt to the new prototype of __stack_depot_save()
` [PATCH v2 04/48] instrumented.h: allow instrumenting both sides of copy_from_user()
` [PATCH v2 05/48] x86: asm: instrument usercopy in get_user() and __put_user_size()
` [PATCH v2 06/48] asm-generic: instrument usercopy in cacheflush.h
` [PATCH v2 07/48] kmsan: add ReST documentation
` [PATCH v2 08/48] kmsan: introduce __no_sanitize_memory and __no_kmsan_checks
` [PATCH v2 09/48] kmsan: mark noinstr as __no_sanitize_memory
` [PATCH v2 10/48] x86: kmsan: pgtable: reduce vmalloc space
` [PATCH v2 11/48] libnvdimm/pfn_dev: increase MAX_STRUCT_PAGE_SIZE
` [PATCH v2 12/48] kcsan: clang: retire CONFIG_KCSAN_KCOV_BROKEN
` [PATCH v2 13/48] kmsan: add KMSAN runtime core
` [PATCH v2 14/48] kmsan: implement kmsan_init(), initialize READ_ONCE_NOCHECK()
` [PATCH v2 15/48] kmsan: disable instrumentation of unsupported common kernel code
` [PATCH v2 16/48] MAINTAINERS: add entry for KMSAN
` [PATCH v2 17/48] kmsan: mm: maintain KMSAN metadata for page operations
` [PATCH v2 18/48] kmsan: mm: call KMSAN hooks from SLUB code
` [PATCH v2 19/48] kmsan: handle task creation and exiting
` [PATCH v2 20/48] kmsan: init: call KMSAN initialization routines
` [PATCH v2 21/48] instrumented.h: add KMSAN support
` [PATCH v2 22/48] kmsan: unpoison @tlb in arch_tlb_gather_mmu()
` [PATCH v2 23/48] kmsan: add iomap support
` [PATCH v2 24/48] Input: libps2: mark data received in __ps2_command() as initialized
` [PATCH v2 25/48] kmsan: dma: unpoison DMA mappings
` [PATCH v2 26/48] kmsan: virtio: check/unpoison scatterlist in vring_map_one_sg()
` [PATCH v2 27/48] kmsan: handle memory sent to/from USB
` [PATCH v2 28/48] kmsan: instrumentation.h: add instrumentation_begin_with_regs()
` [PATCH v2 29/48] kmsan: entry: handle register passing from uninstrumented code
` [PATCH v2 30/48] kmsan: add tests for KMSAN
` [PATCH v2 31/48] kernel: kmsan: don't instrument stacktrace.c
` [PATCH v2 32/48] kmsan: disable strscpy() optimization under KMSAN
` [PATCH v2 33/48] crypto: kmsan: disable accelerated configs "
` [PATCH v2 34/48] kmsan: disable physical page merging in biovec
` [PATCH v2 35/48] kmsan: block: skip bio block merging logic for KMSAN
` [PATCH v2 36/48] kmsan: kcov: unpoison area->list in kcov_remote_area_put()
` [PATCH v2 37/48] security: kmsan: fix interoperability with auto-initialization
` [PATCH v2 38/48] objtool: kmsan: list KMSAN API functions as uaccess-safe
` [PATCH v2 39/48] x86: kmsan: make READ_ONCE_TASK_STACK() return initialized values
` [PATCH v2 40/48] x86: kmsan: disable instrumentation of unsupported code
` [PATCH v2 41/48] x86: kmsan: skip shadow checks in __switch_to()
` [PATCH v2 42/48] x86: kmsan: handle open-coded assembly in lib/iomem.c
` [PATCH v2 43/48] x86: kmsan: use __msan_ string functions where possible
` [PATCH v2 44/48] x86: kmsan: sync metadata pages on page fault
` [PATCH v2 45/48] x86: kasan: kmsan: support CONFIG_GENERIC_CSUM on x86, enable it for KASAN/KMSAN
` [PATCH v2 46/48] x86: fs: kmsan: disable CONFIG_DCACHE_WORD_ACCESS
` [PATCH v2 47/48] x86: kmsan: handle register passing from uninstrumented code
` [PATCH v2 48/48] x86: kmsan: enable KMSAN builds for x86

[PATCH] tracing/user_events: Remove eBPF interfaces
 2022-03-29 19:47 UTC  (3+ messages)

Koszty instalacji fotowoltaicznej
 2022-03-28  7:46 UTC 

[PATCH 00/43] Add KernelMemorySanitizer infrastructure
 2022-03-25 13:15 UTC  (4+ messages)
` [PATCH 16/43] kmsan: mm: call KMSAN hooks from SLUB code

[PATCH 0/1] lib/Kconfig: remove DEBUG_PER_CPU_MAPS dependency for CPUMASK_OFFSTACK
 2022-03-24 23:18 UTC  (2+ messages)
` [PATCH] "

[PATCH V8 00/22] arch: Add basic LoongArch support
 2022-03-24  2:32 UTC  (8+ messages)
` [PATCH V8 08/22] LoongArch: Add other common headers
  ` [PATCH V8 13/22] LoongArch: Add system call support

[GIT PULL] asm-generic updates for 5.18
 2022-03-24  2:04 UTC  (2+ messages)

[PATCH v1] random: block in /dev/urandom
 2022-03-23 16:47 UTC  (18+ messages)

[PATCH -next] uaccess: fix __access_ok limit setup in compat mode
 2022-03-23 10:34 UTC  (6+ messages)

[PATCH V2 0/5] Generic Ticket Spinlocks
 2022-03-22 21:24 UTC  (7+ messages)
` [PATCH V2 1/5] asm-generic: ticket-lock: New generic ticket-based spinlock
  ` [OpenRISC] "

[PATCH 0/5] Generic Ticket Spinlocks
 2022-03-22 20:19 UTC  (4+ messages)

[ANNOUNCE] "Fast Kernel Headers" Tree -v2
 2022-03-22 19:03 UTC  (6+ messages)
` [TREE] "Fast Kernel Headers" Tree -v3

[PATCH] csky: Move to generic ticket-spinlock
 2022-03-22 17:48 UTC  (2+ messages)

[PATCH v6 0/6] Allocate module text and data separately
 2022-03-22 17:24 UTC  (2+ messages)

[PATCH 0/2] locking: Add new lock contention tracepoints (v3)
 2022-03-22 16:39 UTC  (10+ messages)
` [PATCH 2/2] locking: Apply contention tracepoints in the slow path


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