public inbox for linux-arch@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-04-15 01:27:26 to 2022-04-27 14:10:07 UTC [more...]

[PATCH 0/2] kernel: add new infrastructure for platform_has() support
 2022-04-27 14:09 UTC  (17+ messages)
` [PATCH 1/2] kernel: add platform_has() infrastructure
` [PATCH 2/2] virtio: replace arch_has_restricted_virtio_memory_access()

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

Wycena paneli fotowoltaicznych
 2022-04-27  7:28 UTC 

[PATCH net-next v2] net: Add SO_RCVMARK socket option to provide SO_MARK with recvmsg()
 2022-04-27  3:21 UTC 

Broken Address Dependency in mm/ksm.c::cmp_and_merge_page()
 2022-04-26 20:32 UTC  (2+ messages)

[PATCH v5 05/10] serial: termbits: ADDRB to indicate 9th bit addressing mode
 2022-04-26 16:29 UTC  (10+ messages)
` [PATCH v5 06/10] serial: General support for multipoint addresses

[PATCH] bitops: remove unnecessary assignment in fls()
 2022-04-26  8:21 UTC 

[PATCH v3 00/13] Introduce sv48 support without relocatable kernel
 2022-04-26  5:57 UTC  (3+ messages)
` [PATCH v3 07/13] riscv: Implement sv48 support

[PATCH v2] bug: make __warn unconditionally defined
 2022-04-26  3:20 UTC 

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

[PATCH v4 08/13] serial: termbits: ADDRB to indicate 9th bit addressing mode
 2022-04-25 14:34 UTC  (2+ messages)
` [PATCH v4 09/13] serial: General support for multipoint addresses

[PATCH v1] random: block in /dev/urandom
 2022-04-25 12:09 UTC  (21+ messages)

[PATCH] binfmt_flat: Remove shared library support
 2022-04-25  7:40 UTC  (17+ messages)
        ` (subset) "

[PATCH V2 0/3] riscv: atomic: Optimize AMO instructions usage
 2022-04-24  8:33 UTC  (18+ messages)

[PATCH V3] riscv: patch_text: Fixup last cpu should be master
 2022-04-24  7:33 UTC  (4+ messages)

[PATCH V4 0/3] csky: Optimize atomic_ops & cmpxchg
 2022-04-24  7:29 UTC  (4+ messages)
` [PATCH V4 1/3] csky: atomic: Optimize cmpxchg with acquire & release
` [PATCH V4 2/3] csky: atomic: Add custom atomic.h implementation
` [PATCH V4 3/3] csky: atomic: Add conditional atomic operations' optimization

[PATCH v3 00/13] Introduce sv48 support without relocatable kernel
 2022-04-23  1:50 UTC  (2+ messages)

Dangerous addr to ctrl dependency transformation in fs/nfs/delegation.c::nfs_server_return_marked_delegations()?
 2022-04-22 10:39 UTC  (9+ messages)

[PATCH V2 08/30] m68k/mm: Enable ARCH_HAS_VM_GET_PAGE_PROT
 2022-04-22  6:55 UTC  (2+ messages)

[PATCH V3 0/3] csky: Optimize with acquire & release for atomic & cmpxchg
 2022-04-22  3:45 UTC  (6+ messages)
` [PATCH V3 1/3] csky: cmpxchg: Optimize with acquire & release
` [PATCH V3 2/3] csky: atomic: Add custom atomic.h implementation
` [PATCH V3 3/3] csky: atomic: Add conditional atomic operations' optimization

[PATCH V3 0/5] riscv: atomic: Optimize AMO instructions usage
 2022-04-22  3:43 UTC  (7+ messages)
` [PATCH V3 1/5] riscv: atomic: Cleanup unnecessary definition
` [PATCH V3 2/5] riscv: atomic: Optimize acquire and release for AMO operations
` [PATCH V3 3/5] riscv: atomic: Optimize memory barrier semantics of LRSC-pairs
` [PATCH V3 4/5] riscv: atomic: Optimize dec_if_positive functions
` [PATCH V3 5/5] riscv: atomic: Add conditional atomic operations' optimization

[PATCH v13 0/2] arm64: Enable BTI for the executable as well as the interpreter
 2022-04-21 17:58 UTC  (15+ messages)
` [PATCH v13 1/2] elf: Allow architectures to parse properties on the main executable
` [PATCH v13 2/2] arm64: Enable BTI for main executable as well as the interpreter

Regression with v5.18-rc1 tag on STM32F7 and STM32H7 based boards
 2022-04-21 12:02 UTC  (6+ messages)

[PATCH 0/7] tracing/user_events: Update user_events ABI from
 2022-04-20 20:21 UTC  (9+ messages)
` [PATCH 6/7] tracing/user_events: Use bits vs bytes for enabled status page data

[PATCH] signal: Deliver SIGTRAP on perf event asynchronously if blocked
 2022-04-20 11:50 UTC  (4+ messages)

Wycena paneli fotowoltaicznych
 2022-04-20  7:40 UTC 

[PATCH V3] csky: Add C based string functions
 2022-04-18 13:22 UTC 

[PATCH v3 1/7] asm-generic: ticket-lock: New generic ticket-based spinlock
 2022-04-17  2:44 UTC  (3+ messages)

[PATCH v3 0/7] Generic Ticket Spinlocks
 2022-04-15 17:02 UTC  (5+ messages)
` [PATCH v3 1/7] asm-generic: ticket-lock: New generic ticket-based spinlock


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox