linux-arch.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-10-02 08:13:38 to 2025-10-13 15:39:51 UTC [more...]

[PATCH v2 00/10] scalable symbol flags with __kflagstab
 2025-10-13 15:39 UTC  (4+ messages)
` [PATCH v2 01/10] define kernel symbol flags
` [PATCH v2 02/10] linker: add kflagstab section to vmlinux and modules
` [PATCH v2 03/10] modpost: create entries for kflagstab

[PATCH v19 00/27] riscv control-flow integrity for usermode
 2025-10-13 14:30 UTC  (10+ messages)

[PATCH v2 0/3] initrd: remove half of classic initrd support
 2025-10-13 10:29 UTC  (10+ messages)
` [PATCH v2 1/3] init: remove deprecated "load_ramdisk" and "prompt_ramdisk" command line parameters
` [PATCH v2 2/3] initrd: remove deprecated code path (linuxrc)
` [PATCH v2 3/3] init: remove /proc/sys/kernel/real-root-dev

[PATCH v17 00/47] DEPT(DEPendency Tracker)
 2025-10-13  5:27 UTC  (59+ messages)
` [PATCH v17 01/47] llist: move llist_{head,node} definition to types.h
` [PATCH v17 02/47] dept: implement DEPT(DEPendency Tracker)
` [PATCH v17 08/47] x86_64, dept: add support CONFIG_ARCH_HAS_DEPT_SUPPORT to x86_64
` [PATCH v17 09/47] arm64, dept: add support CONFIG_ARCH_HAS_DEPT_SUPPORT to arm64
` [PATCH v17 17/47] dept: apply sdt_might_sleep_{start,end}() to dma fence
` [PATCH v17 18/47] dept: track timeout waits separately with a new Kconfig
` [PATCH v17 19/47] dept: apply timeout consideration to wait_for_completion()/complete()
` [PATCH v17 20/47] dept: apply timeout consideration to swait
` [PATCH v17 21/47] dept: apply timeout consideration to waitqueue wait
` [PATCH v17 22/47] dept: apply timeout consideration to hashed-waitqueue wait
` [PATCH v17 23/47] dept: apply timeout consideration to dma fence wait
` [PATCH v17 24/47] dept: make dept able to work with an external wgen
` [PATCH v17 25/47] dept: track PG_locked with dept
` [PATCH v17 26/47] dept: print staged wait's stacktrace on report
` [PATCH v17 27/47] locking/lockdep: prevent various lockdep assertions when lockdep_off()'ed
` [PATCH v17 28/47] dept: add documentation for dept
` [PATCH v17 29/47] cpu/hotplug: use a weaker annotation in AP thread
` [PATCH v17 30/47] fs/jbd2: use a weaker annotation in journal handling
` [PATCH v17 31/47] dept: assign dept map to mmu notifier invalidation synchronization
` [PATCH v17 32/47] dept: assign unique dept_key to each distinct dma fence caller
` [PATCH v17 33/47] dept: make dept aware of lockdep_set_lock_cmp_fn() annotation
` [PATCH v17 34/47] dept: make dept stop from working on debug_locks_off()
` [PATCH v17 35/47] i2c: rename wait_for_completion callback to wait_for_completion_cb
` [PATCH v17 36/47] dept: assign unique dept_key to each distinct wait_for_completion() caller
` [PATCH v17 37/47] completion, dept: introduce init_completion_dmap() API
` [PATCH v17 38/47] dept: introduce a new type of dependency tracking between multi event sites
` [PATCH v17 39/47] dept: add module support for struct dept_event_site and dept_event_site_dep
` [PATCH v17 40/47] dept: introduce event_site() to disable event tracking if it's recoverable
` [PATCH v17 41/47] dept: implement a basic unit test for dept
` [PATCH v17 42/47] dept: call dept_hardirqs_off() in local_irq_*() regardless of irq state
` [PATCH v17 43/47] rcu/update: fix same dept key collision between various types of RCU
` [PATCH v17 44/47] dept: introduce APIs to set page usage and use subclasses_evt for the usage
` [PATCH v17 45/47] dept: track PG_writeback with dept
` [PATCH v17 46/47] SUNRPC: relocate struct rcu_head to the first field of struct rpc_xprt
` [PATCH v17 47/47] mm: percpu: increase PERCPU_DYNAMIC_SIZE_SHIFT on DEPT and large PAGE_SIZE

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

[PATCH 00/41] treewide: Replace __ASSEMBLY__ with __ASSEMBLER__ in header files
 2025-10-10 13:05 UTC  (6+ messages)
` [PATCH 08/41] arm64: Replace __ASSEMBLY__ with __ASSEMBLER__ in uapi headers

[PATCH RESEND 00/62] initrd: remove classic initrd support
 2025-10-10  4:57 UTC  (8+ messages)
        ` [PATCH-RFC] init: simplify initrd code (was Re: [PATCH RESEND 00/62] initrd: remove classic initrd support)

[PATCH RESEND 00/62] initrd: remove classic initrd support
 2025-10-10  4:09 UTC  (15+ messages)
` [PATCH RESEND 02/62] init: remove deprecated "prompt_ramdisk" command line parameter, which does nothing
` [PATCH RESEND 21/62] init: remove all mentions of root=/dev/ram*
` [PATCH RESEND 28/62] init: alpha, arc, arm, arm64, csky, m68k, microblaze, mips, nios2, openrisc, parisc, powerpc, s390, sh, sparc, um, x86, xtensa: rename initrd_{start,end} to virt_external_initramfs_{start,end}

[RFC v3 0/5] Align atomic storage
 2025-10-09 16:12 UTC  (12+ messages)
` [RFC v3 3/5] atomic: Specify alignment for atomic_t and atomic64_t
` [RFC v3 1/5] documentation: Discourage alignment assumptions
` [RFC v3 2/5] bpf: Explicitly align bpf_res_spin_lock
` [RFC v3 4/5] atomic: Add alignment check to instrumented atomic operations
` [RFC v3 5/5] atomic: Add option for weaker alignment check

[PATCH 00/17] Add __attribute_const__ to ffs()-family implementations
 2025-10-09  1:07 UTC  (2+ messages)

[PATCH 00/11] vdso: Various cleanups
 2025-10-09  1:06 UTC  (2+ messages)

[PATCH hyperv-next v7 00/17] Confidential VMBus
 2025-10-08 23:34 UTC  (18+ messages)
` [PATCH hyperv-next v7 01/17] Documentation: hyperv: "
` [PATCH hyperv-next v7 02/17] Drivers: hv: VMBus protocol version 6.0
` [PATCH hyperv-next v7 03/17] arch/x86: mshyperv: Discover Confidential VMBus availability
` [PATCH hyperv-next v7 04/17] arch: hyperv: Get/set SynIC synth.registers via paravisor
` [PATCH hyperv-next v7 05/17] arch/x86: mshyperv: Trap on access for some synthetic MSRs
` [PATCH hyperv-next v7 06/17] Drivers: hv: Rename fields for SynIC message and event pages
` [PATCH hyperv-next v7 07/17] Drivers: hv: Allocate the paravisor SynIC pages when required
` [PATCH hyperv-next v7 08/17] Drivers: hv: Post messages through the confidential VMBus if available
` [PATCH hyperv-next v7 09/17] Drivers: hv: remove stale comment
` [PATCH hyperv-next v7 10/17] Drivers: hv: Check message and event pages for non-NULL before iounmap()
` [PATCH hyperv-next v7 11/17] Drivers: hv: Rename the SynIC enable and disable routines
` [PATCH hyperv-next v7 12/17] Drivers: hv: Functions for setting up and tearing down the paravisor SynIC
` [PATCH hyperv-next v7 13/17] Drivers: hv: Allocate encrypted buffers when requested
` [PATCH hyperv-next v7 14/17] Drivers: hv: Free msginfo when the buffer fails to decrypt
` [PATCH hyperv-next v7 15/17] Drivers: hv: Support confidential VMBus channels
` [PATCH hyperv-next v7 16/17] Drivers: hv: Set the default VMBus version to 6.0
` [PATCH hyperv-next v7 17/17] Drivers: hv: Support establishing the confidential VMBus connection

[PATCH hyperv-next v6 00/17] Confidential VMBus
 2025-10-08 23:20 UTC  (29+ messages)
` [PATCH hyperv-next v6 01/17] Documentation: hyperv: "
` [PATCH hyperv-next v6 02/17] Drivers: hv: VMBus protocol version 6.0
` [PATCH hyperv-next v6 03/17] arch/x86: mshyperv: Discover Confidential VMBus availability
` [PATCH hyperv-next v6 04/17] arch: hyperv: Get/set SynIC synth.registers via paravisor
` [PATCH hyperv-next v6 05/17] arch/x86: mshyperv: Trap on access for some synthetic MSRs
` [PATCH hyperv-next v6 06/17] Drivers: hv: Rename fields for SynIC message and event pages
` [PATCH hyperv-next v6 07/17] Drivers: hv: Allocate the paravisor SynIC pages when required
` [PATCH hyperv-next v6 08/17] Drivers: hv: Post messages through the confidential VMBus if available
` [PATCH hyperv-next v6 09/17] Drivers: hv: remove stale comment
` [PATCH hyperv-next v6 10/17] Drivers: hv: Check message and event pages for non-NULL before iounmap()
` [PATCH hyperv-next v6 11/17] Drivers: hv: Rename the SynIC enable and disable routines
` [PATCH hyperv-next v6 12/17] Drivers: hv: Functions for setting up and tearing down the paravisor SynIC
` [PATCH hyperv-next v6 13/17] Drivers: hv: Allocate encrypted buffers when requested
` [PATCH hyperv-next v6 14/17] Drivers: hv: Free msginfo when the buffer fails to decrypt
` [PATCH hyperv-next v6 15/17] Drivers: hv: Support confidential VMBus channels
` [PATCH hyperv-next v6 16/17] Drivers: hv: Set the default VMBus version to 6.0
` [PATCH hyperv-next v6 17/17] Drivers: hv: Support establishing the confidential VMBus connection

[PATCH v3 0/8] Cache coherency management subsystem
 2025-10-08 16:45 UTC  (7+ messages)
` [PATCH v3 3/8] lib: Support ARCH_HAS_CPU_CACHE_INVALIDATE_MEMREGION
` [PATCH v3 6/8] cache: Support cache maintenance for HiSilicon SoC Hydra Home Agent

[RFC PATCH 00/10] scalable symbol flags with __kflagstab
 2025-10-08 15:35 UTC  (11+ messages)
` [PATCH 04/10] module loader: use kflagstab instead of *_gpl sections
` [PATCH 06/10] module loader: remove references "
` [PATCH 08/10] remove references to *_gpl sections in documentation
` [PATCH 09/10] modpost: add symbol import protection flag to kflagstab
` [PATCH 10/10] module loader: enforce symbol import protection

[PATCH] atomic: skip alignment check for try_cmpxchg() old arg
 2025-10-08  6:24 UTC  (2+ messages)

[PATCH 1/7] tools/nolibc: remove __nolibc_enosys() fallback from time64-related functions
 2025-10-07 10:03 UTC 

[PATCH v3 0/6] Hyper-V: Implement hypervisor core collection
 2025-10-06 22:42 UTC  (7+ messages)
` [PATCH v3 1/6] x86/hyperv: Rename guest crash shutdown function
` [PATCH v3 2/6] hyperv: Add two new hypercall numbers to guest ABI public header
` [PATCH v3 3/6] hyperv: Add definitions for hypervisor crash dump support
` [PATCH v3 4/6] x86/hyperv: Add trampoline asm code to transition from hypervisor
` [PATCH v3 5/6] x86/hyperv: Implement hypervisor RAM collection into vmcore
` [PATCH v3 6/6] x86/hyperv: Enable build of hypervisor crashdump collection files

Estimating & Take-Offs
 2025-10-06 15:57 UTC 

[PATCH net-next V6] net/mlx5: Improve write-combining test reliability for ARM64 Grace CPUs
 2025-10-06 13:59 UTC  (3+ messages)

[RFC v2 0/3] Align atomic storage
 2025-10-06 11:09 UTC  (16+ messages)
` [RFC v2 2/3] atomic: Specify alignment for atomic_t and atomic64_t

[PATCH 00/62] initrd: remove classic initrd support
 2025-10-06  6:19 UTC  (2+ messages)

[git pull] non-vfs misc stuff
 2025-10-03 18:41 UTC  (2+ messages)

[PATCH v2 0/6] Hyper-V: Implement hypervisor core collection
 2025-10-02 22:07 UTC  (4+ messages)
` [PATCH v2 5/6] x86/hyperv: Implement hypervisor RAM collection into vmcore


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