public inbox for linux-arch@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-04-20 15:24:04 to 2026-04-24 00:23:31 UTC [more...]

[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 7.2 v9 0/2] skip redundant sync IPIs when TLB flush sent them
 2026-04-23 19:44 UTC  (4+ messages)
` [PATCH 7.2 v9 2/2] x86/tlb: skip redundant sync IPIs for native TLB flush

[PATCH v11 00/14] barrier: Add smp_cond_load_{relaxed,acquire}_timeout()
 2026-04-23 19:29 UTC  (8+ messages)
` [PATCH v11 12/14] cpuidle/poll_state: Wait for need-resched via tif_need_resched_relaxed_wait()

[PATCH v2 00/15] Add arm64 support in MSHV_VTL
 2026-04-23 14:00 UTC  (18+ messages)
` [PATCH v2 01/15] arm64: smp: Export arch_smp_send_reschedule for mshv_vtl module
` [PATCH v2 02/15] Drivers: hv: Move hv_vp_assist_page to common files
` [PATCH v2 03/15] Drivers: hv: Move vmbus_handler to common code
` [PATCH v2 04/15] mshv_vtl: Refactor the driver for ARM64 support to be added
` [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

[PATCH v2 0/3] KASAN: HW_TAGS: Disable tagging for stack and page-tables
 2026-04-23  6:13 UTC  (14+ messages)
` [PATCH v2 1/3] vmalloc: add __GFP_SKIP_KASAN support
` [PATCH v2 2/3] kasan: skip HW tagging for all kernel thread stacks

[PATCH v4 2/2] selftest: add tests for O_EMPTYPATH
 2026-04-23  6:09 UTC  (2+ messages)

[PATCH v4 1/2] vfs: add O_EMPTYPATH to openat(2)/openat2(2)
 2026-04-22 22:48 UTC  (3+ messages)

[PATCH RFC 0/2] arm64: vdso: Implement __vdso_futex_robust_try_unlock()
 2026-04-22 13:17 UTC  (7+ messages)
` [PATCH RFC 1/2] arm64: vdso: Prepare for robust futex unlock support

[PATCH v7 0/5] kunit: Add support for suppressing warning backtraces
 2026-04-22 12:20 UTC  (20+ 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 v7 5/5] kunit: Add documentation for warning backtrace suppression API

[PATCH V1 00/13] PCI passthru on Hyper-V (Part I)
 2026-04-22  2:32 UTC  (14+ messages)
` [PATCH V1 01/13] iommu/hyperv: rename hyperv-iommu.c to hyperv-irq.c
` [PATCH V1 02/13] x86/hyperv: cosmetic changes in irqdomain.c for readability
` [PATCH V1 03/13] x86/hyperv: add insufficient memory support in irqdomain.c
` [PATCH V1 04/13] mshv: Provide a way to get partition id if running in a VMM process
` [PATCH V1 05/13] mshv: Declarations and definitions for VFIO-MSHV bridge device
` [PATCH V1 06/13] mshv: Implement mshv bridge device for VFIO
` [PATCH V1 07/13] mshv: Add ioctl support for MSHV-VFIO bridge device
` [PATCH V1 08/13] PCI: hv: rename hv_compose_msi_msg to hv_vmbus_compose_msi_msg
` [PATCH V1 09/13] mshv: Import data structs around device passthru from hyperv headers
` [PATCH V1 10/13] PCI: hv: Build device id for a VMBus device, export PCI devid function
` [PATCH V1 11/13] x86/hyperv: Implement hyperv virtual iommu
` [PATCH V1 12/13] mshv: Populate mmio mappings for PCI passthru
` [PATCH V1 13/13] mshv: pin all ram mem regions if partition has device passthru

[PATCH V5] riscv: errata: Add ERRATA_THEAD_WRITE_ONCE fixup
 2026-04-21 14:31 UTC 

[PATCH v5 0/3] arch/riscv: Add bitrev.h file to support rev8 and brev8
 2026-04-21 13:07 UTC  (4+ messages)
` [PATCH v5 1/3] lib/bitrev: Introduce GENERIC_BITREVERSE and cleanup Kconfig
` [PATCH v5 2/3] bitops: Define generic __bitrev8/16/32 for reuse
` [PATCH v5 3/3] arch/riscv: Add bitrev.h file to support rev8 and brev8

[PATCH v2 0/6] Hyper-V: kexec fixes for L1VH (mshv)
 2026-04-21  4:46 UTC  (3+ messages)
` [PATCH v2 4/6] mshv: limit SynIC management to MSHV-owned resources

[PATCH v4 0/2] arch/riscv: Add bitrev.h file to support rev8 and brev8
 2026-04-21  3:17 UTC  (4+ messages)
` [PATCH v4 1/2] bitops: Define generic __bitrev8/16/32 for reuse

[PATCH 00/11] Drivers: hv: Add ARM64 support in mshv_vtl
 2026-04-20 15:24 UTC  (10+ messages)
` [PATCH 08/11] Drivers: hv: mshv_vtl: Move register page config to arch-specific files
` [PATCH 10/11] Drivers: hv: Add support for arm64 in MSHV_VTL
` [PATCH 11/11] Drivers: hv: Kconfig: Add ARM64 support for MSHV_VTL


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