linux-arch.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-11-14 11:14:11 to 2025-11-19 15:48:41 UTC [more...]

[PATCH v3 0/9] module: Introduce hash-based integrity checking
 2025-11-19 15:48 UTC  (5+ messages)
` [PATCH v3 7/9] module: Move lockdown check into generic module loader

[PATCH 00/26] Introduce meminspect
 2025-11-19 15:44 UTC  (27+ messages)
` [PATCH 01/26] kernel: "
` [PATCH 02/26] init/version: Annotate static information into meminspect
` [PATCH 03/26] mm/percpu: "
` [PATCH 04/26] cpu: "
` [PATCH 05/26] genirq/irqdesc: "
` [PATCH 06/26] timers: "
` [PATCH 07/26] kernel/fork: "
` [PATCH 08/26] mm/page_alloc: "
` [PATCH 09/26] mm/show_mem: "
` [PATCH 10/26] mm/swapfile: "
` [PATCH 11/26] kernel/vmcore_info: Register dynamic "
` [PATCH 12/26] kernel/configs: "
` [PATCH 13/26] mm/init-mm: Annotate static "
` [PATCH 14/26] panic: "
` [PATCH 15/26] kallsyms: "
` [PATCH 16/26] mm/mm_init: "
` [PATCH 17/26] sched/core: Annotate runqueues "
` [PATCH 18/26] mm/memblock: Add MEMBLOCK_INSPECT flag
` [PATCH 19/26] mm/numa: Register information into meminspect
` [PATCH 20/26] mm/sparse: "
` [PATCH 21/26] printk: "
` [PATCH 22/26] remoteproc: qcom: Extract minidump definitions into a header
` [PATCH 23/26] soc: qcom: Add minidump driver
` [PATCH 24/26] soc: qcom: smem: Add minidump device
` [PATCH 25/26] dt-bindings: reserved-memory: Add Google Kinfo Pixel reserved memory
` [PATCH 26/26] meminspect: Add Kinfo compatible driver

[PATCH v7 00/31] context_tracking,x86: Defer some IPIs until a user->kernel transition
 2025-11-19 15:44 UTC  (42+ messages)
` [PATCH v7 01/31] objtool: Make validate_call() recognize indirect calls to pv_ops[]
` [PATCH v7 02/31] objtool: Flesh out warning related to pv_ops[] calls
` [PATCH v7 03/31] rcu: Add a small-width RCU watching counter debug option
` [PATCH v7 04/31] rcutorture: Make TREE04 use CONFIG_RCU_DYNTICKS_TORTURE
` [PATCH v7 05/31] jump_label: Add annotations for validating noinstr usage
` [PATCH v7 06/31] static_call: Add read-only-after-init static calls
` [PATCH v7 07/31] x86/paravirt: Mark pv_sched_clock static call as __ro_after_init
` [PATCH v7 08/31] x86/idle: Mark x86_idle "
` [PATCH v7 09/31] x86/paravirt: Mark pv_steal_clock "
` [PATCH v7 10/31] riscv/paravirt: "
` [PATCH v7 11/31] loongarch/paravirt: "
` [PATCH v7 12/31] arm64/paravirt: "
` [PATCH v7 13/31] arm/paravirt: "
` [PATCH v7 14/31] perf/x86/amd: Mark perf_lopwr_cb "
` [PATCH v7 15/31] sched/clock: Mark sched_clock_running key "
` [PATCH v7 16/31] KVM: VMX: Mark __kvm_is_using_evmcs static "
` [PATCH v7 17/31] x86/bugs: Mark cpu_buf_vm_clear key as allowed in .noinstr
` [PATCH v7 18/31] x86/speculation/mds: Mark cpu_buf_idle_clear "
` [PATCH v7 19/31] sched/clock, x86: Mark __sched_clock_stable "
` [PATCH v7 20/31] KVM: VMX: Mark vmx_l1d_should flush and vmx_l1d_flush_cond keys "
` [PATCH v7 21/31] stackleack: Mark stack_erasing_bypass key "
` [PATCH v7 22/31] objtool: Add noinstr validation for static branches/calls
` [PATCH v7 23/31] module: Add MOD_NOINSTR_TEXT mem_type
` [PATCH v7 24/31] context-tracking: Introduce work deferral infrastructure
` [PATCH v7 25/31] context_tracking,x86: Defer kernel text patching IPIs
` [PATCH v7 26/31] x86/jump_label: Add ASM support for static_branch_likely()
` [PATCH v7 27/31] x86/mm: Make INVPCID type macros available to assembly
` [RFC PATCH v7 28/31] x86/mm/pti: Introduce a kernel/user CR3 software signal
` [RFC PATCH v7 29/31] x86/mm/pti: Implement a TLB flush immediately after a switch to kernel CR3
` [RFC PATCH v7 30/31] x86/mm, mm/vmalloc: Defer kernel TLB flush IPIs under CONFIG_COALESCE_TLBI=y
` [RFC PATCH v7 31/31] x86/entry: Add an option to coalesce TLB flushes

[patch V3 00/12] rseq: Implement time slice extension mechanism
 2025-11-19 15:25 UTC  (4+ messages)
` [patch V3 07/12] rseq: Implement syscall entry work for time slice extensions

[PATCH V2 00/14] LoongArch: Add basic LoongArch32 support
 2025-11-19 14:43 UTC  (29+ messages)
` [PATCH V2 01/14] LoongArch: Add atomic operations for 32BIT/64BIT
` [PATCH V2 02/14] LoongArch: Add adaptive CSR accessors "
` [PATCH V2 03/14] LoongArch: Adjust common macro definitions "
` [PATCH V2 04/14] LoongArch: Adjust boot & setup "
` [PATCH V2 05/14] LoongArch: Adjust memory management "
` [PATCH V2 06/14] LoongArch: Adjust process "
` [PATCH V2 07/14] LoongArch: Adjust time routines "
` [PATCH V2 08/14] LoongArch: Adjust module loader "
` [PATCH V2 09/14] LoongArch: Adjust system call "
` [PATCH V2 10/14] LoongArch: Adjust user accessors "
` [PATCH V2 11/14] LoongArch: Adjust misc routines "
` [PATCH V2 12/14] LoongArch: Adjust VDSO/VSYSCALL "
` [PATCH V2 13/14] LoongArch: Adjust default config files "
` [PATCH V2 14/14] LoongArch: Adjust build infrastructure "

[PATCH v2 0/8] platform wide software interrupt moderation
 2025-11-19 14:43 UTC  (29+ messages)
` [PATCH v2 1/8] genirq: platform wide interrupt moderation: Documentation, Kconfig, irq_desc
` [PATCH v2 2/8] genirq: soft_moderation: add base files, procfs
` [PATCH v2 3/8] genirq: soft_moderation: implement fixed moderation
` [PATCH v2 4/8] genirq: soft_moderation: implement adaptive moderation
` [PATCH v2 5/8] x86/irq: soft_moderation: add support for posted_msi (intel)
` [PATCH v2 6/8] genirq: soft_moderation: helpers for per-driver defaults
` [PATCH v2 7/8] nvme-pci: add module parameter for default moderation mode
` [PATCH v2 8/8] vfio-pci: "

[PATCH v17 00/47] DEPT(DEPendency Tracker)
 2025-11-19 14:37 UTC  (4+ messages)
` [PATCH v17 44/47] dept: introduce APIs to set page usage and use subclasses_evt for the usage

[PATCH 0/7] enable PT_RECLAIM on all 64-bit architectures
 2025-11-19 12:24 UTC  (27+ messages)
` [PATCH 1/7] alpha: mm: enable MMU_GATHER_RCU_TABLE_FREE
` [PATCH 2/7] arc: "
` [PATCH 3/7] loongarch: "
` [PATCH 7/7] mm: make PT_RECLAIM depend on MMU_GATHER_RCU_TABLE_FREE && 64BIT

[PATCH v2 0/7] enable PT_RECLAIM on all 64-bit architectures
 2025-11-19 12:17 UTC  (12+ messages)
` [PATCH v2 1/7] mm: change mm/pt_reclaim.c to use asm/tlb.h instead of asm-generic/tlb.h
` [PATCH v2 2/7] alpha: mm: enable MMU_GATHER_RCU_TABLE_FREE
` [PATCH v2 3/7] LoongArch: "
` [PATCH v2 4/7] mips: "
` [PATCH v2 5/7] parisc: "
` [PATCH v2 6/7] um: "
` [PATCH v2 7/7] mm: enable PT_RECLAIM on all 64-bit architectures

[PATCH v6 0/7] Cache coherency management subsystem
 2025-11-19  9:42 UTC  (13+ messages)
` [PATCH v6 1/7] memregion: Drop unused IORES_DESC_* parameter from cpu_cache_invalidate_memregion()
` [PATCH v6 2/7] memregion: Support fine grained invalidate by cpu_cache_invalidate_memregion()
` [PATCH v6 3/7] lib: Support ARCH_HAS_CPU_CACHE_INVALIDATE_MEMREGION
` [PATCH v6 4/7] arm64: Select GENERIC_CPU_CACHE_MAINTENANCE
` [PATCH v6 5/7] MAINTAINERS: Add Jonathan Cameron to drivers/cache and add lib/cache_maint.c + header
` [PATCH v6 6/7] cache: Make top level Kconfig menu a boolean dependent on RISCV
` [PATCH v6 7/7] cache: Support cache maintenance for HiSilicon SoC Hydra Home Agent

[patch V4 00/12] rseq: Implement time slice extension mechanism
 2025-11-16 21:51 UTC  (14+ messages)
` [patch V4 01/12] sched: Provide and use set_need_resched_current()
` [patch V4 02/12] rseq: Add fields and constants for time slice extension
` [patch V4 03/12] rseq: Provide static branch for time slice extensions
` [patch V4 04/12] rseq: Add statistics "
` [patch V4 05/12] rseq: Add prctl() to enable "
` [patch V4 06/12] rseq: Implement sys_rseq_slice_yield()
` [patch V4 07/12] rseq: Implement syscall entry work for time slice extensions
` [patch V4 08/12] rseq: Implement time slice extension enforcement timer
` [patch V4 09/12] rseq: Reset slice extension when scheduled
` [patch V4 10/12] rseq: Implement rseq_grant_slice_extension()
` [patch V4 11/12] entry: Hook up rseq time slice extension
` [patch V4 12/12] selftests/rseq: Implement time slice extension test

[PATCH v5 0/6] Cache coherency management subsystem
 2025-11-14 16:03 UTC  (7+ messages)


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