public inbox for linux-arch@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-04-13 05:58:39 to 2022-04-26 16:46:04 UTC [more...]

[PATCH v3 00/46] Add KernelMemorySanitizer infrastructure
 2022-04-26 16:42 UTC  (16+ 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 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 0/2] kernel: add new infrastructure for platform_has() support
 2022-04-26 13:40 UTC  (3+ messages)
` [PATCH 1/2] kernel: add platform_has() infrastructure
` [PATCH 2/2] virtio: replace arch_has_restricted_virtio_memory_access()

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

Broken Address Dependency in mm/ksm.c::cmp_and_merge_page()
 2022-04-22 10:35 UTC 

[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 0/7] Generic Ticket Spinlocks
 2022-04-17  2:44 UTC  (14+ messages)
` [PATCH v3 1/7] asm-generic: ticket-lock: New generic ticket-based spinlock
` [PATCH v3 2/7] asm-generic: qspinlock: Indicate the use of mixed-size atomics
` [PATCH v3 3/7] asm-generic: qrwlock: Document the spinlock fairness requirements
` [PATCH v3 4/7] openrisc: Move to ticket-spinlock
` [PATCH v3 5/7] RISC-V: Move to generic spinlocks
` [PATCH v3 6/7] RISC-V: Move to queued RW locks
` [PATCH v3 7/7] csky: Move to generic ticket-spinlock

[PATCH v1] asm-generic: Describe the logic beind the __io barrier names
 2022-04-14 22:45 UTC 

[PATCH RESEND 0/1] lib/Kconfig: remove DEBUG_PER_CPU_MAPS dependency for CPUMASK_OFFSTACK
 2022-04-14 18:01 UTC  (18+ messages)
` [PATCH RESEND 1/1] "

[PATCH v2 00/48] Add KernelMemorySanitizer infrastructure
 2022-04-14 15:38 UTC  (4+ messages)
` [PATCH v2 38/48] objtool: kmsan: list KMSAN API functions as uaccess-safe

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

[RFC PULL] remove arch/h8300
 2022-04-14  0:49 UTC  (12+ messages)

[PATCH] tlb/hugetlb: Add framework to handle PGDIR_SIZE HugeTLB pages
 2022-04-13 16:29 UTC  (3+ messages)

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

[PATCH V5 0/7] mm/mmap: Drop arch_vm_get_page_prot() and arch_filter_pgprot()
 2022-04-13 10:48 UTC  (3+ messages)
` [PATCH V5 4/7] sparc/mm: Enable ARCH_HAS_VM_GET_PAGE_PROT

Wycena paneli fotowoltaicznych
 2022-04-12  7:50 UTC 


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