public inbox for linux-arch@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-04-23 12:43:02 to 2026-04-25 22:12:40 UTC [more...]

[PATCH] asm-generic: replace ________addr with __UNIQUE_ID(addr)
 2026-04-25 22:12 UTC  (5+ messages)

[PATCH 7.2 v10 0/2] skip redundant sync IPIs when TLB flush sent them
 2026-04-25 11:36 UTC  (33+ messages)
` [PATCH 7.2 v10 1/2] mm/mmu_gather: prepare to skip redundant sync IPIs
` [PATCH 7.2 v10 2/2] x86/tlb: skip redundant sync IPIs for native TLB flush

[PATCH v3 0/3] kasan: hw_tags: Disable tagging for stack and page-tables
 2026-04-25  9:14 UTC  (7+ messages)
` [PATCH v3 1/3] vmalloc: add __GFP_SKIP_KASAN support
` [PATCH v3 2/3] kasan: skip HW tagging for all kernel thread stacks
` [PATCH v3 3/3] mm: skip KASAN tagging for page-allocated page tables

[PATCH RFC v2 0/2] arm64: vdso: Implement __vdso_futex_robust_try_unlock()
 2026-04-24 18:56 UTC  (3+ messages)
` [PATCH RFC v2 1/2] arm64: vdso: Prepare for robust futex unlock support
` [PATCH RFC v2 2/2] arm64: vdso: Implement __vdso_futex_robust_try_unlock()

[PATCH RFC 0/2] arm64: vdso: Implement __vdso_futex_robust_try_unlock()
 2026-04-24 18:53 UTC  (5+ messages)
` [PATCH RFC 1/2] arm64: vdso: Prepare for robust futex unlock support

[PATCH v11 00/14] barrier: Add smp_cond_load_{relaxed,acquire}_timeout()
 2026-04-24 18:10 UTC  (7+ messages)
    ` [PATCH v11 00/14] barrier: Add smp_cond_load_{relaxed, acquire}_timeout()

[PATCH V1 00/13] PCI passthru on Hyper-V (Part I)
 2026-04-24 14:58 UTC  (5+ messages)
` [PATCH V1 01/13] iommu/hyperv: rename hyperv-iommu.c to hyperv-irq.c
` [PATCH V1 03/13] x86/hyperv: add insufficient memory support in irqdomain.c

[PATCH v7 0/5] kunit: Add support for suppressing warning backtraces
 2026-04-24 12:21 UTC  (16+ messages)
` [PATCH v7 1/5] bug/kunit: Core "
` [PATCH v7 2/5] bug/kunit: Reduce runtime impact of warning backtrace suppression
` [PATCH v7 3/5] kunit: Add backtrace suppression self-tests
` [PATCH v7 4/5] drm: Suppress intentional warning backtraces in scaling unit tests

[PATCH v5 1/2] vfs: add O_EMPTYPATH to openat(2)/openat2(2)
 2026-04-24 11:46 UTC 

[RFC PATCH v2 0/2] vfs: syscalls: add mkdirat2() that returns an O_DIRECTORY fd
 2026-04-24 10:09 UTC  (3+ messages)
` [RFC PATCH v2 1/2] "

[PATCH 7.2 v9 0/2] skip redundant sync IPIs when TLB flush sent them
 2026-04-24  5:03 UTC  (5+ messages)
` [PATCH 7.2 v9 2/2] x86/tlb: skip redundant sync IPIs for native TLB flush

[syzbot] [arch?] [mm?] BUG: sleeping function called from invalid context in tlb_flush_mmu
 2026-04-24  0:23 UTC 

[PATCH v14 00/92] dyndbg: enable 0-off-cost for all of __drm_debug
 2026-04-23 20:54 UTC  (20+ messages)
` [PATCH v14 01/92] dyndbg: fix NULL ptr on i386 due to section mis-alignment
` [PATCH v14 02/92] vmlinux.lds.h: move BOUNDED_SECTION_* macros to reuse later
` [PATCH v14 03/92] dyndbg.lds.S: fix lost dyndbg sections in modules
` [PATCH v14 04/92] vmlinux.lds.h: drop unused HEADERED_SECTION* macros
` [PATCH v14 05/92] dyndbg: factor ddebug_match_desc out from ddebug_change
` [PATCH v14 06/92] dyndbg: add stub macro for DECLARE_DYNDBG_CLASSMAP
` [PATCH v14 07/92] docs/dyndbg: update examples \012 to \n
` [PATCH v14 08/92] docs/dyndbg: explain flags parse 1st
` [PATCH v14 09/92] test-dyndbg: fixup CLASSMAP usage error
` [PATCH v14 10/92] dyndbg: reword "class unknown," to "class:_UNKNOWN_"
` [PATCH v14 11/92] dyndbg: make ddebug_class_param union members same size
` [PATCH v14 12/92] dyndbg: drop NUM_TYPE_ARRAY
` [PATCH v14 13/92] dyndbg: tweak pr_fmt to avoid expansion conflicts
` [PATCH v14 14/92] dyndbg: reduce verbose/debug clutter
` [PATCH v14 15/92] dyndbg: refactor param_set_dyndbg_classes and below
` [PATCH v14 16/92] dyndbg: tighten fn-sig of ddebug_apply_class_bitmap
` [PATCH v14 17/92] dyndbg: replace classmap list with a vector
` [PATCH v14 18/92] dyndbg: macrofy a 2-index for-loop pattern
` [PATCH v14 19/92] dyndbg,module: make proper substructs in _ddebug_info

[PATCH v2 00/15] Add arm64 support in MSHV_VTL
 2026-04-23 14:00 UTC  (14+ messages)
` [PATCH v2 05/15] Drivers: hv: Export vmbus_interrupt for mshv_vtl module
` [PATCH v2 06/15] mshv_vtl: Make sint vector architecture neutral
` [PATCH v2 07/15] arm64: hyperv: Add support for mshv_vtl_return_call
` [PATCH v2 08/15] Drivers: hv: Move hv_call_(get|set)_vp_registers() declarations
` [PATCH v2 09/15] Drivers: hv: mshv_vtl: Move hv_vtl_configure_reg_page() to x86
` [PATCH v2 10/15] arm64: hyperv: Add hv_vtl_configure_reg_page() stub
` [PATCH v2 11/15] mshv_vtl: Let userspace do VSM configuration
` [PATCH v2 12/15] mshv_vtl: Move VSM code page offset logic to x86 files
` [PATCH v2 13/15] mshv_vtl: Add remaining support for arm64
` [PATCH v2 14/15] Drivers: hv: Add 4K page dependency in MSHV_VTL
` [PATCH v2 15/15] Drivers: hv: Add ARM64 support for MSHV_VTL in Kconfig


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